Make tdesc_feature::registers an std::vector
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2017-12-05 Simon Marchi <simon.marchi@ericsson.com>
2
3 * target-descriptions.c (tdesc_reg_p): Remove typedef.
4 (DEF_VEC_P (tdesc_reg_p)): Remove.
5 (struct tdesc_feature) <registers>: Change type to std::vector.
6 <~tdesc_feature>: Don't manually free registers.
7 <accept>: Adjust.
8 <operator==>: Adjust.
9 (tdesc_has_registers): Adjust.
10 (tdesc_find_register_early): Adjust.
11 (tdesc_use_registers): Adjust.
12 (tdesc_create_reg): Adjust.
13
14 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
15
16 * target-descriptions.c (tdesc_feature) <name>: Change type to
17 std::string.
18 <~tdesc_feature>: Don't manually free name.
19 <operator==>: Adjust.
20 (tdesc_find_feature): Adjust.
21 (tdesc_feature_name): Adjust.
22 (class print_c_tdesc) <visit_pre>: Adjust.
23 (class print_c_feature) <visit_pre>: Adjust.
24
25 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
26
27 * target-descriptions.c (tdesc_feature_p): Remove typedef.
28 (DEF_VEC_P (tdesc_feature_p)): Remove.
29 (struct target_desc) <features>: Change type to std::vector.
30 <~target_desc>: Replace with default implementation.
31 <accept>: Adjust.
32 <operator==>: Adjust.
33 (tdesc_has_registers): Adjust.
34 (tdesc_find_feature): Adjust.
35 (tdesc_use_registers): Adjust.
36 (tdesc_create_feature): Adjust.
37
38 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
39
40 * target-descriptions.c (arch_p): Remove typedef.
41 (DEF_VEC_P (arch_p)): Remove.
42 (struct target_desc) <compatible>: Change type to std::vector.
43 <~target_desc>: Don't manually free compatible.
44 (tdesc_compatible_p): Adjust.
45 (tdesc_add_compatible): Adjust.
46 (class print_c_tdesc) <visit_pre>: Adjust.
47
48 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
49
50 * target-descriptions.c (property_s): Remove typedef.
51 (DEF_VEC_O (property_s)): Remove.
52 (struct target_desc) <properties>: Make an std::vector.
53 <~target_desc>: Don't manually free properties.
54 (tdesc_property): Adjust.
55 (set_tdesc_property): Adjust.
56 (class print_c_tdesc) <visit_pre>: Adjust.
57
58 2017-12-05 Simon Marchi <simon.marchi@ericsson.com>
59
60 * common/gdb_assert.h (gdb_static_assert): Redefine using
61 static_assert.
62
63 2017-12-05 Simon Marchi <simon.marchi@ericsson.com>
64
65 * ada-lang.c (ada_collect_symbol_completion_matches): Remove
66 unused variables.
67 (ada_is_redundant_range_encoding): Likewise.
68 * ada-varobj.c (ada_varobj_get_value_of_array_variable):
69 Likewise.
70 * alpha-tdep.c (alpha_software_single_step): Likewise.
71 * arm-tdep.c (_initialize_arm_tdep): Likewise.
72 * auto-load.c (info_auto_load_cmd): Likewise.
73 * break-catch-syscall.c (insert_catch_syscall): Likewise.
74 (remove_catch_syscall): Likewise.
75 * breakpoint.c (condition_completer): Likewise.
76 (clear_command): Likewise.
77 (update_breakpoint_locations): Likewise.
78 * btrace.c (btrace_disable): Likewise.
79 (btrace_teardown): Likewise.
80 (btrace_maint_update_pt_packets): Likewise.
81 (maint_btrace_clear_cmd): Likewise.
82 * cli/cli-decode.c (lookup_cmd_1): Likewise.
83 (lookup_cmd_composition): Likewise.
84 * cli/cli-dump.c (scan_filename): Likewise.
85 (restore_command): Likewise.
86 * compile/compile-loc2c.c (compute_stack_depth): Likewise.
87 * compile/compile-object-load.c (compile_object_load): Likewise.
88 * compile/compile-object-run.c (compile_object_run): Likewise.
89 * compile/compile.c (compile_to_object): Likewise.
90 * completer.c (filename_completer): Likewise.
91 (complete_files_symbols): Likewise.
92 (complete_expression): Likewise.
93 * corelow.c (core_open): Likewise.
94 * ctf.c (ctf_start): Likewise.
95 (ctf_write_status): Likewise.
96 (ctf_write_uploaded_tsv): Likewise.
97 (ctf_write_definition_end): Likewise.
98 (ctf_open_dir): Likewise.
99 (ctf_xfer_partial): Likewise.
100 (ctf_trace_find): Likewise.
101 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
102 Likewise.
103 * dwarf2loc.c (allocate_piece_closure): Likewise.
104 (indirect_pieced_value): Likewise.
105 (dwarf2_evaluate_loc_desc_full): Likewise.
106 * dwarf2read.c (dw2_expand_marked_cus): Likewise.
107 (dw2_expand_symtabs_matching): Likewise.
108 (dw2_map_symbol_filenames): Likewise.
109 (read_and_check_comp_unit_head): Likewise.
110 (read_cutu_die_from_dwo): Likewise.
111 (lookup_dwo_unit): Likewise.
112 (read_comp_units_from_section): Likewise.
113 (dwarf2_compute_name): Likewise.
114 (handle_DW_AT_stmt_list): Likewise.
115 (create_cus_hash_table): Likewise.
116 (create_dwp_v2_section): Likewise.
117 (dwarf2_rnglists_process): Likewise.
118 (dwarf2_ranges_process): Likewise.
119 (dwarf2_record_block_ranges): Likewise.
120 (is_vtable_name): Likewise.
121 (read_formatted_entries): Likewise.
122 (skip_form_bytes): Likewise.
123 * elfread.c (elf_symtab_read): Likewise.
124 * exec.c (exec_file_command): Likewise.
125 * f-valprint.c (f_val_print): Likewise.
126 (info_common_command_for_block): Likewise.
127 * guile/guile.c (initialize_scheme_side): Likewise.
128 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Likewise.
129 * guile/scm-cmd.c (cmdscm_completer): Likewise.
130 (gdbscm_register_command_x): Likewise.
131 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
132 * guile/scm-param.c (gdbscm_parameter_value): Likewise.
133 * guile/scm-ports.c (file_port_magic): Likewise.
134 * guile/scm-pretty-print.c (ppscm_search_pp_list): Likewise.
135 (ppscm_pretty_print_one_value): Likewise.
136 (ppscm_print_children): Likewise.
137 * guile/scm-string.c (gdbscm_string_to_argv): Likewise.
138 * guile/scm-symtab.c (gdbscm_sal_symtab): Likewise.
139 * guile/scm-type.c (gdbscm_type_next_field_x): Likewise.
140 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
141 * i386-tdep.c (i386_register_reggroup_p): Likewise.
142 * infcmd.c (run_command_1): Likewise.
143 (until_next_fsm_clean_up): Likewise.
144 * linespec.c (linespec_complete): Likewise.
145 (find_label_symbols): Likewise.
146 * m2-valprint.c (m2_val_print): Likewise.
147 * memattr.c (require_user_regions): Likewise.
148 (lookup_mem_region): Likewise.
149 (disable_mem_command): Likewise.
150 (mem_delete): Likewise.
151 * mep-tdep.c (mep_register_name): Likewise.
152 (mep_analyze_prologue): Likewise.
153 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Likewise.
154 * mi/mi-interp.c (mi_on_sync_execution_done): Likewise.
155 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
156 * microblaze-linux-tdep.c (microblaze_linux_init_abi): Likewise.
157 * minidebug.c (lzma_open): Likewise.
158 * minsyms.c (lookup_minimal_symbol): Likewise.
159 * mips-linux-tdep.c (mips64_fill_fpregset): Likewise.
160 * mips-tdep.c (mips_stub_frame_sniffer): Likewise.
161 (mips_o64_return_value): Likewise.
162 (mips_single_step_through_delay): Likewise.
163 (_initialize_mips_tdep): Likewise.
164 * nios2-tdep.c (nios2_push_dummy_call): Likewise.
165 (nios2_software_single_step): Likewise.
166 * parse.c (find_minsym_type_and_address): Likewise.
167 * psymtab.c (psym_relocate): Likewise.
168 * python/py-breakpoint.c (bppy_get_commands): Likewise.
169 (gdbpy_breakpoint_modified): Likewise.
170 * python/py-infevents.c (create_inferior_call_event_object):
171 Likewise.
172 * python/py-record-btrace.c (btpy_list_item): Likewise.
173 * python/py-type.c (typy_str): Likewise.
174 * python/py-value.c (valpy_call): Likewise.
175 * python/python.c (do_start_initialization): Likewise.
176 * record-btrace.c (record_btrace_insn_history_range): Likewise.
177 (record_btrace_call_history_range): Likewise.
178 (record_btrace_record_method): Likewise.
179 (record_btrace_xfer_partial): Likewise.
180 (btrace_get_frame_function): Likewise.
181 * record-full.c (record_full_open): Likewise.
182 * record.c (get_context_size): Likewise.
183 * registry.h (DEFINE_REGISTRY): Likewise.
184 * remote-fileio.c (remote_fileio_request): Likewise.
185 * remote.c (remote_update_thread_list): Likewise.
186 (remote_check_symbols): Likewise.
187 (remote_commit_resume): Likewise.
188 (remote_interrupt): Likewise.
189 (remote_insert_breakpoint): Likewise.
190 (compare_sections_command): Likewise.
191 * rust-exp.y (super_name): Likewise.
192 (lex_string): Likewise.
193 (convert_ast_to_type): Likewise.
194 (convert_ast_to_expression): Likewise.
195 * rust-lang.c (rust_print_struct_def): Likewise.
196 (rust_print_type): Likewise.
197 (rust_evaluate_subexp): Likewise.
198 * rx-tdep.c (rx_register_type): Likewise.
199 * ser-event.c (serial_event_clear): Likewise.
200 * serial.c (serial_open): Likewise.
201 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
202 * symfile.c (section_is_overlay): Likewise.
203 (overlay_unmapped_address): Likewise.
204 (overlay_mapped_address): Likewise.
205 (simple_overlay_update_1): Likewise.
206 (simple_overlay_update): Likewise.
207 * symtab.c (symbol_find_demangled_name): Likewise.
208 (search_symbols): Likewise.
209 * target-descriptions.c (tdesc_predefined_type): Likewise.
210 * target.c (target_commit_resume): Likewise.
211 * thread.c (print_selected_thread_frame): Likewise.
212 * top.c (new_ui_command): Likewise.
213 (gdb_readline_no_editing): Likewise.
214 * tracefile-tfile.c (tfile_open): Likewise.
215 * tracepoint.c (create_tsv_from_upload): Likewise.
216 * utils.c (quit): Likewise.
217 (defaulted_query): Likewise.
218 * valarith.c (value_concat): Likewise.
219 * xml-syscall.c (xml_list_syscalls_by_group): Likewise.
220 * xml-tdesc.c (target_fetch_description_xml): Likewise.
221 * xtensa-tdep.c (xtensa_pseudo_register_read): Likewise.
222 (xtensa_pseudo_register_write): Likewise.
223
224 2017-12-04 Tom Tromey <tom@tromey.com>
225
226 * NEWS: Mention Rust trait object inspection.
227
228 2017-12-04 Pedro Alves <palves@redhat.com>
229
230 PR gdb/22499
231 * amd64-tdep.c (amd64_insn::rex_offset): Rename to...
232 (amd64_insn::enc_prefix_offset): ... this, and tweak comment.
233 (vex2_prefix_p, vex3_prefix_p): New functions.
234 (amd64_get_insn_details): Adjust to rename. Also skip VEX2 and
235 VEX3 prefixes.
236 (fixup_riprel): Set VEX3.!B.
237
238 2017-12-03 Simon Marchi <simon.marchi@ericsson.com>
239
240 * target.h (mem_region_vector): Remove.
241 (struct target_ops) <to_memory_map>: Change return type to
242 std::vector<mem_region>.
243 * target-debug.h (target_debug_print_mem_region_vector): Rename
244 to ...
245 (target_debug_print_std_vector_mem_region): ... this.
246 * target-delegates.c: Re-generate.
247
248 2017-12-03 Pedro Alves <palves@redhat.com>
249
250 * make-target-delegates (munge_type): Also munge '<', '>', and
251 ':'. Avoid double underscores in identifiers, and trailing
252 underscores.
253 * target-debug.h
254 (target_debug_print_VEC_static_tracepoint_marker_p__p): Rename to
255 ...
256 (target_debug_print_VEC_static_tracepoint_marker_p_p): ... this.
257 * target-delegates.c: Regenerate.
258
259 2017-12-02 Simon Marchi <simon.marchi@polymtl.ca>
260
261 * common/poison.h (XDELETE): Fix typo.
262
263 2017-12-01 Andrew Cagney <cagney@redhat.com>
264 Joel Brobecker <brobecker@adacore.com>
265 Sergio Durigan Junior <sergiodj@redhat.com>
266
267 * NEWS (Changes since GDB 8.0: Mention new '--readnever'
268 feature.
269 * coffread.c (coff_symfile_read): Do not map over sections with
270 'coff_locate_sections' if readnever is on.
271 * dwarf2read.c (dwarf2_has_info): Return 0 if
272 readnever is on.
273 * elfread.c (elf_symfile_read): Do not map over sections with
274 'elf_locate_sections' if readnever is on.
275 * main.c (validate_readnow_readnever): New function.
276 (captured_main_1): Add support for --readnever.
277 (print_gdb_help): Document --readnever.
278 * objfile-flags.h (enum objfile_flag) <OBJF_READNEVER>: New
279 flag.
280 * symfile.c (readnever_symbol_files): New global.
281 (symbol_file_add_with_addrs): Set 'OBJF_READNEVER' when
282 'READNEVER_SYMBOL_FILES' is set.
283 (validate_readnow_readnever): New function.
284 (symbol_file_command): Handle '-readnever' option.
285 Call 'validate_readnow_readnever'.
286 (add_symbol_file_command): Handle '-readnever' option.
287 Call 'validate_readnow_readnever'.
288 (_initialize_symfile): Document new '-readnever' option for
289 both 'symbol-file' and 'add-symbol-file' commands.
290 * top.h (readnever_symbol_files): New extern global.
291 * xcoffread.c (xcoff_initial_scan): Do not read debug
292 information if readnever is on.
293
294 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
295
296 * symfile.c (symbol_file_command): Call
297 'symbol_file_add_main_1' only after processing all command
298 line options.
299 (add_symbol_file_command): Modify logic to make arguments
300 position-independent.
301
302 2017-12-01 Joel Brobecker <brobecker@adacore.com>
303
304 * ada-lang.c (symbol_list_obstack): Delete.
305 (resolve_subexp): Make sure "candidates" gets xfree'ed.
306 (ada_lookup_symbol_list_worker): Remove the limitation that
307 the result is only good until the next call, now making it
308 the responsibility of the caller to free the result when no
309 longer needed. Adjust the function's intro comment accordingly.
310 (ada_lookup_symbol_list): Adjust the function's intro comment.
311 (ada_iterate_over_symbols): Make sure "results" gets xfree'ed.
312 (ada_lookup_encoded_symbol, get_var_value): Likewise.
313 (_initialize_ada_language): Remove symbol_list_obstack
314 initialization.
315 * ada-exp.y (block_lookup): Make sure "syms" gets xfree'ed.
316 (write_var_or_type, write_name_assoc): Likewise.
317
318 2017-12-01 Tom Tromey <tom@tromey.com>
319
320 * Makefile.in (all_deps_files): New variable.
321 Include .Po files using all_deps_files.
322
323 2017-12-01 Joel Brobecker <brobecker@adacore.com>
324
325 * MAINTAINERS: Update list of maintainers, moving those who
326 stepped down or became inactive to the "Past Maintainers"
327 section.
328
329 2017-11-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
330
331 * configure.ac Don't check for sys/fault.h, sys/syscall.h,
332 sys/proc.h.
333 (NEW_PROC_API): Remove.
334 (prsysent_t, pr_sigset_t, pr_sigaction64_t, pr_siginfo64_t):
335 Likewise.
336 * common/common.m4 (GDB_AC_COMMON): Don't check for sys/syscall.h.
337 * configure: Regenerate.
338 * config.in: Regenerate.
339 * gdbserver/configure: Regenerate.
340 * gdbserver/config.in: Regenerate.
341
342 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Remove
343 NEW_PROC_API test.
344 * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Likewise.
345
346 * linux-btrace.c: Remove HAVE_SYS_SYSCALL_H test.
347
348 * proc-api.c: Remove !NEW_PROC_API support.
349 Remove HAVE_SYS_PROC_H and HAVE_SYS_USER_H tests.
350 Remove tests for macros always defined on Solaris.
351 * proc-events.c: Remove !NEW_PROC_API support.
352 Remove Remove HAVE_SYS_SYSCALL_H, HAVE_SYS_PROC_H and
353 HAVE_SYS_USER_H tests.
354 (init_syscall_table): Remove non-Solaris syscalls.
355 Remove tests for syscalls present on all Solaris versions.
356 Add missing Solaris 10+ syscalls.
357 (signal_table): Remove non-Solaris signals.
358 Remove tests for signals present on all Solaris versions.
359 (fault_table): Remove non-Solaris faults.
360 Remove tests for faults present on all Solaris versions.
361 * proc-flags.c: Remove !NEW_PROC_API support.
362 (pr_flag_table): Remove non-Solaris and pre-Solaris 7 comments.
363 Remove non-Solaris flags.
364 * proc-why.c: Remove !NEW_PROC_API support.
365 (pr_why_table): Remove meaningless comments.
366 Remove tests for reasons present on all Solaris versions.
367 Remove OSF/1 cases.
368 (proc_prettyfprint_why): Likewise.
369
370 * procfs.c: Remove !NEW_PROC_API and DYNAMIC_SYSCALLS support.
371 Remove HAVE_SYS_FAULT_H and HAVE_SYS_SYSCALL_H tests.
372 Remove WA_READ test, IRIX watchpoint support.
373 (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t): Replace by base
374 types. Change users.
375 (gdb_praddset, gdb_prdelset, gdb_premptysysset, gdb_praddsysset)
376 (gdb_prdelset, gdb_pr_issyssetmember): Replace by base macros.
377 Change callers.
378 Remove CTL_PROC_NAME_FMT tests.
379 (gdb_prstatus_t, gdb_lwpstatus_t): Replace by base types. Change
380 users.
381 (sysset_t_size): Remove. Use sizeof (sysset_t) in callers.
382 Remove PROCFS_DONT_PIOCSSIG_CURSIG support.
383 (proc_modify_flag): Replace GDBRESET by PCUNSET.
384 Remove PR_ASYNC, PR_KLC tests.
385 (proc_unset_inherit_on_fork): Remove PR_ASYNC test.
386 (proc_parent_pid): Remove PCWATCH etc. tests.
387 (proc_set_watchpoint): Remove !PCWATCH && !PIOCSWATCH support.
388 Remove PCAGENT test.
389 (proc_get_nthreads) [PIOCNTHR && PIOCTLIST]: Remove.
390 Remove SYS_lwpcreate || SYS_lwp_create test.
391 (proc_get_current_thread): Likewise.
392 [PIOCNTHR && PIOCTLIST]: Remove.
393 [PIOCLSTATUS]: Remove.
394 (procfs_debug_inferior): Remove non-Solaris cases, conditionals.
395 [PRFS_STOPEXEC]: Remove.
396 (syscall_is_lwp_exit): Remove non-Solaris cases, conditionals.
397 (syscall_is_exit): Likewise.
398 (syscall_is_exec): Likewise.
399 (syscall_is_lwp_create): Likewise.
400 Remove SYS_syssgi support.
401 (procfs_wait): Remove PR_ASYNC, !PIOCSSPCACT tests.
402 [SYS_syssgi]: Remove.
403 Remove non-Solaris cases, conditionals.
404 (unconditionally_kill_inferior) [PROCFS_NEED_PIOCSSIG_FOR_KILL]:
405 Remove.
406 (procfs_init_inferior) [SYS_syssgi]: Remove.
407 (procfs_set_exec_trap) [PRFS_STOPEXEC]: Remove.
408 (procfs_inferior_created) [SYS_syssgi]: Remove.
409 (procfs_set_watchpoint): Remove !AIX5 test.
410 (procfs_stopped_by_watchpoint): Remove FLTWATCH test, FLTKWATCH
411 case.
412 (mappingflags) [MA_PHYS]: Remove.
413 (info_mappings_callback): Remove PCAGENT test.
414 Remove PIOCOPENLWP || PCAGENT test.
415
416 2017-11-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
417
418 * sol-thread.c (info_solthreads): Constify args.
419 Cast args to void *.
420
421 2017-11-29 John Baldwin <jhb@FreeBSD.org>
422
423 * target-float.c [HAVE_LIBMPFR]: Define MPFR_USE_INTMAX_T.
424
425 2017-11-29 Joel Brobecker <brobecker@adacore.com>
426
427 * ada-lang.c (to_fixed_range_type): Make sure that the size
428 of the range type being returned is the same as the size
429 of the range type being fixed.
430
431 2017-11-29 Pedro Alves <palves@redhat.com>
432
433 PR c++/19436
434 * NEWS: Mention setting breakpoints on functions with C++ ABI
435 tags.
436 * completer.h (completion_match_for_lcd) <match,
437 mark_ignored_range>: New methods.
438 <finish>: Consider ignored ranges.
439 <clear>: Clear ignored ranges.
440 <m_ignored_ranges, m_finished_storage>: New fields.
441 * cp-support.c (cp_search_name_hash): Ignore ABI tags.
442 (cp_symbol_name_matches_1, cp_fq_symbol_name_matches): Pass the
443 completion_match_for_lcd pointer to strncmp_iw_with_mode.
444 (test_cp_symbol_name_cmp): Add [abi:...] tags unit tests.
445 * language.c (default_symbol_name_matcher): Pass the
446 completion_match_for_lcd pointer to strncmp_iw_with_mode.
447 * linespec.c (linespec_lexer_lex_string): Don't tokenize ABI tags.
448 * utils.c (skip_abi_tag): New function.
449 (strncmp_iw_with_mode): Add completion_match_for_lcd parameter.
450 Handle ABI tags.
451 * utils.h (strncmp_iw_with_mode): Add completion_match_for_lcd
452 parameter.
453
454 2017-11-29 Pedro Alves <palves@redhat.com>
455
456 PR c++/19436
457 * NEWS: Mention setting breakpoints on functions with C++ ABI
458 tags.
459 * completer.h (completion_match_for_lcd) <match,
460 mark_ignored_range>: New methods.
461 <finish>: Consider ignored ranges.
462 <clear>: Clear ignored ranges.
463 <m_ignored_ranges, m_finished_storage>: New fields.
464 * cp-support.c (cp_search_name_hash): Ignore ABI tags.
465 (cp_symbol_name_matches_1, cp_fq_symbol_name_matches): Pass the
466 completion_match_for_lcd pointer to strncmp_iw_with_mode.
467 (test_cp_symbol_name_cmp): Add [abi:...] tags unit tests.
468 * language.c (default_symbol_name_matcher): Pass the
469 completion_match_for_lcd pointer to strncmp_iw_with_mode.
470 * linespec.c (linespec_lexer_lex_string): Don't tokenize ABI tags.
471 * utils.c (skip_abi_tag): New function.
472 (strncmp_iw_with_mode): Add completion_match_for_lcd parameter.
473 Handle ABI tags.
474 * utils.h (strncmp_iw_with_mode): Add completion_match_for_lcd
475 parameter.
476
477 2017-11-29 Pedro Alves <palves@redhat.com>
478
479 * NEWS: Mention that breakpoints on C++ functions are now set on
480 on all namespaces/classes by default, and mention "break
481 -qualified".
482 * ax-gdb.c (agent_command_1): Adjust to pass a
483 symbol_name_match_type to new_linespec_location.
484 * breakpoint.c (parse_breakpoint_sals): Adjust to
485 get_linespec_location's return type change.
486 (strace_marker_create_sals_from_location): Adjust to pass a
487 symbol_name_match_type to new_linespec_location.
488 (strace_marker_decode_location): Adjust to get_linespec_location's
489 return type change.
490 (strace_command): Adjust to pass a symbol_name_match_type to
491 new_linespec_location.
492 (LOCATION_HELP_STRING): Add paragraph about wildmatching, and
493 mention "-qualified".
494 * c-lang.c (cplus_language_defn): Install cp_search_name_hash.
495 * completer.c (explicit_location_match_type::MATCH_QUALIFIED): New
496 enumerator.
497 (complete_address_and_linespec_locations): New parameter
498 'match_type'. Pass it down.
499 (explicit_options): Add "-qualified".
500 (collect_explicit_location_matches): Pass the requested match type
501 to the linespec completers. Handle MATCH_QUALIFIED.
502 (location_completer): Handle "-qualified" combined with linespecs.
503 * cp-support.c (cp_search_name_hash): New.
504 (cp_symbol_name_matches_1): Implement wild matching for C++.
505 (cp_fq_symbol_name_matches): Reimplement.
506 (cp_get_symbol_name_matcher): Return different matchers depending
507 on the lookup name's match type.
508 (selftests::test_cp_symbol_name_matches): Add wild matching tests.
509 * cp-support.h (cp_search_name_hash): New declaration.
510 * dwarf2read.c
511 (selftests::dw2_expand_symtabs_matching::test_symbols): Add
512 symbols.
513 (test_dw2_expand_symtabs_matching_symbol): Add wild matching
514 tests.
515 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Adjust to
516 pass a symbol_name_match_type to new_linespec_location.
517 * linespec.c (linespec_parse_basic): Lookup function symbols using
518 the parser's symbol name match type.
519 (convert_explicit_location_to_linespec): New
520 symbol_name_match_type parameter. Pass it down to
521 find_linespec_symbols.
522 (convert_explicit_location_to_sals): Pass the location's name
523 match type to convert_explicit_location_to_linespec.
524 (parse_linespec): New match_type parameter. Save it in the
525 parser.
526 (linespec_parser_new): Default to symbol_name_match_type::WILD.
527 (linespec_complete_function): New symbol_name_match_type
528 parameter. Use it.
529 (complete_linespec_component): Pass down the parser's recorded
530 name match type.
531 (linespec_complete_label): New symbol_name_match_type parameter.
532 Use it.
533 (linespec_complete): New symbol_name_match_type parameter. Save
534 it in the parser and pass it down. Adjust to
535 get_linespec_location's prototype change.
536 (find_function_symbols, find_linespec_symbols): New
537 symbol_name_match_type parameter. Pass it down instead of
538 assuming symbol_name_match_type::WILD.
539 * linespec.h (linespec_complete, linespec_complete_function)
540 (linespec_complete_label): New symbol_name_match_type parameter.
541 * location.c (event_location::linespec_location): Now a struct
542 linespec_location.
543 (EL_LINESPEC): Adjust.
544 (initialize_explicit_location): Default to
545 symbol_name_match_type::WILD.
546 (new_linespec_location): New symbol_name_match_type parameter.
547 Record it in the location.
548 (get_linespec_location): Now returns a struct linespec_location.
549 (new_explicit_location): Also copy func_name_match_type.
550 (explicit_to_string_internal)
551 (string_to_explicit_location): Handle "-qualified".
552 (copy_event_location): Adjust to LINESPEC_LOCATION type change.
553 Copy symbol_name_match_type fields.
554 (event_location_deleter::operator()): Adjust to LINESPEC_LOCATION
555 type change.
556 (event_location_to_string): Adjust to LINESPEC_LOCATION type
557 change. Handle "-qualfied".
558 (string_to_explicit_location): Handle "-qualified".
559 (string_to_event_location_basic): New symbol_name_match_type
560 parameter. Pass it down.
561 (string_to_event_location): Handle "-qualified".
562 * location.h (struct linespec_location): New.
563 (explicit_location::func_name_match_type): New field.
564 (new_linespec_location): Now returns a const linespec_location *.
565 (string_to_event_location_basic): New symbol_name_match_type
566 parameter.
567 (explicit_completion_info::saw_explicit_location_option): New
568 field.
569 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Adjust to pass a
570 symbol_name_match_type to new_linespec_location.
571 * python/py-breakpoint.c (bppy_init): Likewise.
572 * python/python.c (gdbpy_decode_line): Likewise.
573
574 2017-11-29 Pedro Alves <palves@redhat.com>
575
576 * ada-lang.c (ada_lookup_name_info::matches): Change type of
577 parameter from completion_match to completion_match_result.
578 Adjust.
579 (do_wild_match, do_full_match, ada_symbol_name_matches): Likewise.
580 * completer.c (completion_tracker::maybe_add_completion): Add
581 match_for_lcd parameter and use it.
582 (completion_tracker::add_completion): Likewise.
583 * completer.h (class completion_match_for_lcd): New class.
584 (completion_match_result::match_for_lcd): New field.
585 (completion_match_result::set_match): New method.
586 (completion_tracker): Add comments.
587 (completion_tracker::add_completion): Add match_for_lcd parameter.
588 (completion_tracker::reset_completion_match_result): Reset
589 match_for_lcd too.
590 (completion_tracker::maybe_add_completion): Add match_for_lcd
591 parameter.
592 (completion_tracker::m_lowest_common_denominator_unique): Extend
593 comments.
594 * cp-support.c (cp_symbol_name_matches_1)
595 (cp_fq_symbol_name_matches): Change type of parameter from
596 completion_match to completion_match_result. Adjust.
597 * language.c (default_symbol_name_matcher): Change type of
598 parameter from completion_match to completion_match_result.
599 Adjust.
600 * language.h (completion_match_for_lcd): Forward declare.
601 (default_symbol_name_matcher): Change type of parameter from
602 completion_match to completion_match_result.
603 * symtab.c (compare_symbol_name): Adjust.
604 (completion_list_add_name): Pass the match_for_lcd to the tracker.
605 * symtab.h (ada_lookup_name_info::matches): Change type of
606 parameter from completion_match to completion_match_result.
607 (symbol_name_matcher_ftype): Likewise, and update comments.
608
609 2017-11-29 Pedro Alves <palves@redhat.com>
610
611 * linespec.c (minsym_found, add_minsym): Use msymbol_is_function.
612 * minsyms.c (msymbol_is_text): Delete.
613 (msymbol_is_function): New function.
614 * minsyms.h (msymbol_is_text): Delete.
615 (msymbol_is_function): New declaration.
616 * symtab.c (find_function_alias_target): Use msymbol_is_function.
617
618 2017-11-29 Tom Tromey <tom@tromey.com>
619
620 * Makefile.in (distclean): Handle the case where rmdir fails.
621
622 2017-11-29 Tom Tromey <tom@tromey.com>
623
624 * symfile.c (_initialize_symfile): Update usage text for
625 add-symbol-file, symbol-file, load.
626
627 2017-11-29 Tom Tromey <tom@tromey.com>
628
629 * symfile.c (add_symbol_file_command): Error if some arguments to
630 -s are missing. Change unrecognized-argument error message.
631 (_initialize_symfile): Fix usage text for add-symbol-file.
632
633 2017-11-27 Tom Tromey <tom@tromey.com>
634
635 * Makefile.in (REMOTE_OBS): Remove.
636 (SFILES): Remove remote sources.
637 (COMMON_SFILES): Add remote sources.
638 (ALLDEPFILES): Remove dcache.c.
639
640 2017-11-27 Tom Tromey <tom@tromey.com>
641
642 * Makefile.in (SUBDIR_TARGET_SRCS, SUBDIR_TARGET_OBS): New
643 variables.
644 (SFILES): Use SUBDIR_TARGET_SRCS.
645 (COMMON_OBS): Use SUBDIR_TARGET_OBS. Remove waitstatus.o.
646 (CONFIG_SRC_SUBDIR): Add target.
647 (%.o): Remove target rule.
648
649 2017-11-27 Tom Tromey <tom@tromey.com>
650
651 * Makefile.in (COMMON_OBS): Remove filename-seen-cache.o,
652 registry.o, thread-fsm.o, debug.o.
653 (COMMON_SFILES): Add filename-seen-cache.c, registry.c,
654 thread-fsm.c, debug.c.
655
656 2017-11-27 Tom Tromey <tom@tromey.com>
657
658 * Makefile.in (COMMON_SFILES): New.
659 (SFILES): Move some entries to COMMON_SFILES.
660 (COMMON_OBS): Use COMMON_SFILES.
661
662 2017-11-27 Tom Tromey <tom@tromey.com>
663
664 * Makefile.in (YYFILES): Update comment.
665 (YYOBJ): Redefine.
666
667 2017-11-27 Tom Tromey <tom@tromey.com>
668
669 * Makefile.in (SUBDIR_PYTHON_OBS): Redefine.
670 (CONFIG_SRC_SUBDIR): Add python.
671 (%.o): Remove python rule.
672 (python/%.o): New rule.
673 * configure: Rebuild.
674 * configure.ac (CONFIG_OBS): Refer to python/python.o
675
676 2017-11-27 Tom Tromey <tom@tromey.com>
677
678 * configure: Rebuild.
679 * configure.ac (CONFIG_OBS): Refer to guile/guile.o.
680 * Makefile.in (SUBDIR_GUILE_OBS): Redefine.
681 (CONFIG_SRC_SUBDIR): Add guile.
682 (%.o): Remove guile rule.
683
684 2017-11-27 Tom Tromey <tom@tromey.com>
685
686 * Makefile.in (SUBDIR_UNITTESTS_OBS): Redefine.
687 (%.o): Remove unittests rule.
688 (CONFIG_SRC_SUBDIR): Add unittests.
689
690 2017-11-27 Tom Tromey <tom@tromey.com>
691
692 * Makefile.in (SUBDIR_TUI_OBS): Redefine.
693 (CONFIG_SRC_SUBDIR): Add tui.
694 (%.o): Remove tui rule.
695
696 2017-11-27 Tom Tromey <tom@tromey.com>
697
698 * Makefile.in (SUBDIR_GCC_COMPILE_OBS): Redefine.
699 (%.o): Remove compile rule.
700 (CONFIG_SRC_SUBDIR): Add compile.
701
702 2017-11-27 Tom Tromey <tom@tromey.com>
703
704 * Makefile.in (SUBDIR_MI_OBS): Redefine.
705 (%.o): Remove mi rule.
706 (CONFIG_SRC_SUBDIR): Add mi.
707 (COMMON_OBS): Use mi/mi-common.o
708
709 2017-11-27 Tom Tromey <tom@tromey.com>
710
711 * Makefile.in (SUBDIR_CLI_OBS): Redefine.
712 (%.o): Remove cli rule.
713 (CONFIG_SRC_SUBDIR): Add cli.
714
715 2017-11-27 Tom Tromey <tom@tromey.com>
716
717 * configure.ac (CONFIG_SRC_SUBDIR): Don't subst.
718 * configure: Rebuild.
719 * Makefile.in (CONFIG_SRC_SUBDIR): Redefine.
720 (CONFIG_DEP_SUBDIR): New variable.
721 (%.o): Add order-only dependency.
722 ($(CONFIG_DEP_SUBDIR)): New target.
723
724 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
725
726 PR gdb/21945
727 * findcmd.c (_initialize_mem_search): Update find command help
728 text.
729
730 2017-11-26 Simon Marchi <simon.marchi@polymtl.ca>
731
732 * python/python.c (do_start_initialization): Change progname
733 type to gdb::unique_xmalloc_ptr. Release the pointer when using
734 Python 2.
735
736 2017-11-26 Tom Tromey <tom@tromey.com>
737
738 * common/format.h: Add include guards.
739
740 2017-11-26 Tom Tromey <tom@tromey.com>
741
742 * nat/linux-personality.h (class
743 maybe_disable_address_space_randomization): New class.
744 (maybe_disable_address_space_randomization): Don't declare
745 function.
746 * nat/linux-personality.c (restore_personality)
747 (make_disable_asr_cleanup): Remove.
748 (maybe_disable_address_space_randomization): Now a constructor.
749 (~maybe_disable_address_space_randomization): New destructor.
750 * linux-nat.c (linux_nat_create_inferior): Update.
751
752 2017-11-26 Tom Tromey <tom@tromey.com>
753
754 * gcore.c (write_gcore_file_1): Use gdb::unique_xmalloc_ptr.
755
756 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
757
758 * spu-tdep.c (spu_software_single_step): Access SPU_LSLR_REGNUM as
759 "cooked" register. Access only first four bytes of branch target
760 registers.
761
762 2017-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
763
764 PR gdb/22491
765 * stap-probe.c (relocate_address): New function.
766 (stap_probe::get_relocated_address): Use 'relocate_address'.
767 (stap_probe::set_semaphore): Use 'relocate_address' and pass
768 'm_sem_addr'.
769 (stap_probe::clear_semaphore): Likewise.
770
771 2017-11-25 Pedro Alves <palves@redhat.com>
772
773 * dictionary.c: Include "safe-ctype.h".
774 * minsyms.c: Include "safe-ctype.h".
775 * minsyms.c (SYMBOL_HASH_NEXT): Use TOLOWER instead of tolower.
776
777 2017-11-25 Pedro Alves <palves@redhat.com>
778
779 * completer.c (complete_line_internal_1): Skip spaces until the
780 start of the command.
781
782 2017-11-24 Pedro Alves <palves@redhat.com>
783
784 * cp-support.c (cp_symbol_name_matches_1): New, factored out from
785 cp_fq_symbol_name_matches. Pass language_cplus to
786 strncmp_with_mode.
787 (cp_fq_symbol_name_matches): Call cp_symbol_name_matches_1.
788 (selftests::test_cp_symbol_name_cmp): New.
789 (_initialize_cp_support): Register "cp_symbol_name_matches"
790 selftests.
791 * language.c (default_symbol_name_matcher): Pass language_minimal
792 to strncmp_iw_with_mode.
793 * utils.c: Include "cp-support.h" and <algorithm>.
794 (valid_identifier_name_char, cp_skip_operator_token, skip_ws)
795 (cp_is_operator): New functions.
796 (strncmp_iw_with_mode): Use them. Add language parameter. Don't
797 skip whitespace in the symbol name when the lookup name doesn't
798 have spaces, and vice versa.
799 (strncmp_iw, strcmp_iw): Pass language to strncmp_iw_with_mode.
800 * utils.h (strncmp_iw_with_mode): Add language parameter.
801
802 2017-11-24 Joel Brobecker <brobecker@adacore.com>
803
804 * ada-lang.c (ada_exception_message_1, ada_exception_message):
805 New functions.
806 (print_it_exception): If available, display the exception
807 message as well.
808 * NEWS: Document new feature.
809
810 2017-11-24 Ulrich Weigand <uweigand@de.ibm.com>
811
812 * configure.nat <spu-linux>: Add fork-inferior.o to NATDEPFILES.
813
814 2017-11-24 Philipp Rudo <prudo@linux.vnet.ibm.com>
815
816 * dtrace-probe.c (dtrace_probe::build_arg_exprs)
817 (dtrace_probe::is_enabled, dtrace_probe::enable)
818 (dtrace_probe::disable): Remove keyword 'struct' at for-range
819 variable
820 * probe.c (gen_ui_out_table_header_info)
821 (print_ui_out_not_applicables): Remove keyword 'struct' at
822 for-range variable
823
824 2017-11-24 Alan Hayward <alan.hayward@arm.com>
825
826 * configure.tgt: Add arch/aarch64.o
827
828 2017-11-24 Simon Marchi <simon.marchi@polymtl.ca>
829
830 * common/common-utils.h: Include poison.h.
831 (xfree): Remove declaration, add definition with static_assert.
832 * common/common-utils.c (xfree): Remove.
833 * common/poison.h (IsMallocatable): Define.
834 (IsFreeable): Define.
835 (free): Delete for non-freeable types.
836 (xnew): New.
837 (XNEW): Undef and redefine.
838 (xcnew): New.
839 (XCNEW): Undef and redefine.
840 (xdelete): New.
841 (XDELETE): Undef and redefine.
842 (xnewvec): New.
843 (XNEWVEC): Undef and redefine.
844 (xcnewvec): New.
845 (XCNEWVEC): Undef and redefine.
846 (xresizevec): New.
847 (XRESIZEVEC): Undef and redefine.
848 (xdeletevec): New.
849 (XDELETEVEC): Undef and redefine.
850 (xnewvar): New.
851 (XNEWVAR): Undef and redefine.
852 (xcnewvar): New.
853 (XCNEWVAR): Undef and redefine.
854 (xresizevar): New.
855 (XRESIZEVAR): Undef and redefine.
856
857 2017-11-24 Simon Marchi <simon.marchi@polymtl.ca>
858
859 * gdbthread.h (private_thread_info): Define structure type, add
860 virtual pure destructor.
861 (thread_info) <priv>: Change type to unique_ptr.
862 <private_dtor>: Remove.
863 * thread.c (add_thread_with_info): Adjust to use of unique_ptr.
864 (private_thread_info::~private_thread_info): Provide default
865 implementation.
866 (thread_info::~thread_info): Don't call private_dtor nor
867 manually free priv.
868 * aix-thread.c (private_thread_info): Rename to ...
869 (aix_thread_info): ... this.
870 (get_aix_thread_info): New.
871 (sync_threadlists): Adjust.
872 (iter_tid): Adjust.
873 (aix_thread_resume): Adjust.
874 (aix_thread_fetch_registers): Adjust.
875 (aix_thread_store_registers): Adjust.
876 (aix_thread_extra_thread_info): Adjust.
877 * darwin-nat.h (private_thread_info): Rename to ...
878 (darwin_thread_info): ... this.
879 (get_darwin_thread_info): New.
880 * darwin-nat.c (darwin_init_thread_list): Adjust.
881 (darwin_check_new_threads): Adjust.
882 (thread_info_from_private_thread_info): Adjust.
883 * linux-thread-db.c (private_thread_info): Rename to ...
884 (thread_db_thread_info): ... this, initialize fields.
885 (get_thread_db_thread_info): New.
886 <dying>: Change type to bool.
887 (update_thread_state): Adjust to type rename.
888 (record_thread): Adjust to type rename an use of unique_ptr.
889 (thread_db_pid_to_str): Likewise.
890 (thread_db_extra_thread_info): Likewise.
891 (thread_db_thread_handle_to_thread_info): Likewise.
892 (thread_db_get_thread_local_address): Likewise.
893 * nto-tdep.h (private_thread_info): Rename to ...
894 (nto_thread_info): ... this, initialize fields.
895 (get_nto_thread_info): New.
896 <name>: Change type to std::string.
897 * nto-tdep.c (nto_extra_thread_info): Adjust to type rename and
898 use of unique_ptr.
899 * nto-procfs.c (update_thread_private_data_name): Adjust to
900 std::string change, allocate nto_private_thread_info with new.
901 (update_thread_private_data): Adjust to unique_ptr.
902 * remote.c (private_thread_info): Rename to ...
903 (remote_thread_info): ... this, initialize data members with
904 default values.
905 <extra, name>: Change type to std::string.
906 <thread_handle>: Change type to non-pointer.
907 (free_private_thread_info): Remove.
908 (get_private_info_thread): Rename to...
909 (get_remote_thread_info): ... this, change return type, adjust to
910 use of unique_ptr, use remote_thread_info constructor.
911 (remote_add_thread): Adjust.
912 (get_private_info_ptid): Rename to...
913 (get_remote_thread_info): ...this, change return type.
914 (remote_thread_name): Use get_remote_thread_info, adjust to
915 change to std::string.
916 (struct thread_item) <~thread_item>: Remove.
917 <thread_handle>: Make non pointer.
918 (start_thread): Adjust to thread_item::thread_handle type
919 change.
920 (remote_update_thread_list): Adjust to type name change, move
921 strings from temporary to long-lived object instead of
922 duplicating.
923 (remote_threads_extra_info): Use get_remote_thread_info.
924 (process_initial_stop_replies): Likewise.
925 (resume_clear_thread_private_info): Likewise.
926 (remote_resume): Adjust to type name change.
927 (remote_commit_resume): Use get_remote_thread_info.
928 (process_stop_reply): Adjust to type name change.
929 (remote_stopped_by_sw_breakpoint): Use get_remote_thread_info.
930 (remote_stopped_by_hw_breakpoint): Likewise.
931 (remote_stopped_by_watchpoint): Likewise.
932 (remote_stopped_data_address): Likewise.
933 (remote_core_of_thread): Likewise.
934 (remote_thread_handle_to_thread_info): Use
935 get_private_info_thread, adjust to thread_handle field type
936 change.
937
938 2017-11-24 Simon Marchi <simon.marchi@polymtl.ca>
939
940 * remote.c (struct thread_item): Add constructor, disable copy
941 construction and copy assignment, define default move
942 construction and move assignment.
943 <extra, name>: Change type to std::string.
944 <core>: Initialize.
945 <thread_handle>: Make non-pointer.
946 (thread_item_t): Remove typedef.
947 (DEF_VEC_O(thread_item_t)): Remove.
948 (threads_listing_context) <contains_thread>: New method.
949 <remove_thread>: New method.
950 <items>: Change type to std::vector.
951 (clear_threads_listing_context): Remove.
952 (threads_listing_context_remove): Remove.
953 (remote_newthread_step): Use thread_item constructor, adjust to
954 change to std::vector.
955 (start_thread): Use thread_item constructor, adjust to change to
956 std::vector.
957 (end_thread): Adjust to change to std::vector and std::string.
958 (remote_get_threads_with_qthreadinfo): Use thread_item
959 constructor, adjust to std::vector.
960 (remote_update_thread_list): Adjust to change to std::vector and
961 std::string, use threads_listing_context methods.
962 (remove_child_of_pending_fork): Adjust.
963 (remove_new_fork_children): Adjust.
964 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add rsp-low-selftests.c.
965 (SUBDIR_UNITTESTS_OBS): Add rsp-low-selftests.o.
966 * unittests/rsp-low-selftests.c: New file.
967 * common/rsp-low.h: Include common/byte-vector.h.
968 (hex2bin): New overload.
969 * common/rsp-low.c (hex2bin): New overload.
970
971 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
972
973 * inferior.h (private_inferior): Define structure type, add
974 virtual pure destructor.
975 (inferior) <priv>: Change type to unique_ptr.
976 * inferior.c (private_inferior::~private_inferior): Provide
977 default implementation.
978 (inferior::~inferior): Don't free priv field.
979 (exit_inferior_1): Likewise.
980 * darwin-nat.h (struct darwin_exception_info): Initialize fields.
981 (darwin_exception_info): Remove typedef.
982 (DEF_VEC_O (darwin_thread_t)); Remove.
983 (private_inferior): Rename to ...
984 (darwin_private_inferior): ... this, extend private_inferior.
985 (get_darwin_inferior): New.
986 <threads>: Change type to std::vector of darwin_thread_t pointers.
987 * darwin-nat.c (darwin_check_new_threads): Adjust.
988 (find_inferior_task_it): Adjust.
989 (darwin_find_thread); Adjust.
990 (darwin_suspend_inferior): Adjust.
991 (darwin_resume_inferior): Adjust.
992 (darwin_find_new_inferior): Adjust.
993 (darwin_decode_notify_message): Adjust.
994 (darwin_send_reply): Adjust.
995 (darwin_resume_inferior_threads): Adjust.
996 (darwin_suspend_inferior_threads): Adjust.
997 (darwin_decode_message): Adjust.
998 (darwin_wait): Adjust.
999 (darwin_interrupt): Adjust.
1000 (darwin_deallocate_threads): Adjust.
1001 (darwin_mourn_inferior): Adjust, don't free private data.
1002 (darwin_reply_to_all_pending_messages): Adjust.
1003 (darwin_stop_inferior): Adjust.
1004 (darwin_setup_exceptions): Adjust.
1005 (darwin_kill_inferior): Adjust.
1006 (darwin_setup_request_notification): Adjust.
1007 (darwin_attach_pid): Adjust.
1008 (darwin_init_thread_list): Adjust.
1009 (darwin_setup_fake_stop_event): Adjust.
1010 (darwin_attach): Adjust.
1011 (darwin_detach): Adjust.
1012 (darwin_xfer_partial): Adjust.
1013 (set_enable_mach_exceptions): Adjust.
1014 (darwin_pid_to_exec_file): Adjust.
1015 (darwin_get_ada_task_ptid): Adjust.
1016 * darwin-nat-info.c (get_task_from_args): Adjust.
1017 (info_mach_ports_command): Adjust.
1018 (info_mach_region_command): Adjust.
1019 (info_mach_exceptions_command): Adjust.
1020 * remote.c (private_inferior): Rename to ...
1021 (remote_private_inferior): ... this, initialize fields.
1022 (get_remote_inferior); New.
1023 (remote_commit_resume): Use get_remote_inferior.
1024 (check_pending_event_prevents_wildcard_vcont_callback): Likewise.
1025
1026 2017-11-24 Pedro Alves <palves@redhat.com>
1027
1028 * NEWS: Mention linespecs and explicit locations, and completion
1029 improvements.
1030
1031 2017-11-24 Yao Qi <yao.qi@linaro.org>
1032
1033 * regcache.c (regcache::dump): Remove footnote_register_size.
1034
1035 2017-11-24 Yao Qi <yao.qi@linaro.org>
1036
1037 * regcache.c (cooked_read_test): Add more test for readonly
1038 regcache.
1039
1040 2017-11-24 Yao Qi <yao.qi@linaro.org>
1041
1042 * gdbarch-selftests.c (test_target_has_registers): Move it to
1043 target.c.
1044 (test_target_has_stack): Likewise.
1045 (test_target_has_memory): Likewise.
1046 (test_target_prepare_to_store): Likewise.
1047 (test_target_store_registers): Likewise.
1048 (test_target_ops): Likewise.
1049 * regcache.c: Include selftest-arch.h and gdbthread.h.
1050 (target_ops_no_register): New class.
1051 (test_target_fetch_registers): New.
1052 (test_target_store_registers): New.
1053 (test_target_xfer_partial): New.
1054 (readwrite_regcache): New.
1055 (cooked_read_test): New.
1056 (_initialize_regcache): Register the test.
1057 * target.c: (test_target_has_registers): Moved from
1058 gdbarch-selftests.c.
1059 (test_target_has_stack): Likewise.
1060 (test_target_has_memory): Likewise.
1061 (test_target_prepare_to_store): Likewise.
1062 (test_target_store_registers): Likewise.
1063 * target.h (test_target_ops): New class.
1064
1065 2017-11-24 Alan Hayward <alan.hayward@arm.com>
1066
1067 * aarch64-tdep.c (_initialize_aarch64_tdep): Add target desc
1068 selftest.
1069
1070 2017-11-24 Alan Hayward <alan.hayward@arm.com>
1071
1072 * aarch64-tdep.c (_initialize_aarch64_tdep): Remove init.
1073 * arch/aarch64.c (aarch64_create_target_description): Create
1074 new target description.
1075 * features/Makefile: Add new files.
1076 * features/aarch64.c: Remove file.
1077 * features/aarch64-core.c: New autogenerated file.
1078 * features/aarch64-fpu.c: New autogenerated file.
1079 * target-descriptions.c (maint_print_c_tdesc_cmd): Check for aarch64.
1080
1081 2017-11-24 Alan Hayward <alan.hayward@arm.com>
1082
1083 * Makefile.in: Add new files.
1084 * aarch64-linux-nat.c (aarch64_linux_read_description): Call
1085 aarch64_read_description.
1086 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
1087 Call aarch64_read_description.
1088 * aarch64-tdep.c (aarch64_read_description): New function.
1089 (aarch64_gdbarch_init): Call aarch64_read_description.
1090 * aarch64-tdep.h (aarch64_read_description): New function.
1091 * arch/aarch64.c: New file.
1092 * configure.tgt: Add new files.
1093
1094 2017-11-24 Yao Qi <yao.qi@linaro.org>
1095
1096 * mi/mi-main.c (register_changed_p): Update.
1097 * value.c (value_contents_bits_eq): Change return type.
1098 (value_contents_eq): Likewise.
1099 * value.h: Update comments.
1100
1101 2017-11-24 Yao Qi <yao.qi@linaro.org>
1102
1103 * mi/mi-main.c (mi_cmd_data_list_changed_registers): Remove
1104 local 'changed'. Remove error.
1105 (register_changed_p): Change return type to bool.
1106
1107 2017-11-24 Yao Qi <yao.qi@linaro.org>
1108
1109 * arch/tic6x.c: New file.
1110 * arch/tic6x.h: New file.
1111 * features/Makefile (FEATURE_XMLFILES): Add tic6x-c6xp.xml,
1112 tic6x-core.xml and tic6x-gp.xml.
1113 * features/tic6x-c6xp.c: Generated.
1114 * features/tic6x-core.c: Generated.
1115 * features/tic6x-gp.c: Generated.
1116 * target-descriptions.c (maint_print_c_tdesc_cmd): Match
1117 "tic6x-".
1118
1119 2017-11-23 Simon Marchi <simon.marchi@ericsson.com>
1120
1121 * mi/mi-main.c (list_available_thread_groups): Change map value
1122 type to std::vector.
1123
1124 2017-11-23 Simon Marchi <simon.marchi@ericsson.com>
1125
1126 * osdata.c (osdata_end_column, get_osdata): Remove std::move.
1127
1128 2017-11-23 Simon Marchi <simon.marchi@ericsson.com>
1129
1130 * varobj.c (struct varobj_dynamic) <children_requested_>: Rename
1131 back to...
1132 <children_requested>: ... this.
1133 (varobj_get_num_children, varobj_update): Adjust.
1134
1135 2017-11-23 Simon Marchi <simon.marchi@ericsson.com>
1136
1137 * ada-varobj.c (ada_value_is_changeable_p): Change int to bool where applicable.
1138 (ada_value_has_mutated): Likewise.
1139 * c-varobj.c (varobj_is_anonymous_child): Likewise.
1140 (c_is_path_expr_parent): Likewise.
1141 * mi/mi-cmd-var.c (varobj_update_one): Likewise.
1142 (mi_cmd_var_set_frozen): Likewise.
1143 (mi_cmd_var_update_iter): Likewise.
1144 (mi_cmd_var_update): Likewise.
1145 * varobj.c (pretty_printing): Likewise.
1146 (varobj_enable_pretty_printing): Likewise.
1147 (struct varobj_root) <floating, is_valid>: Likewise.
1148 (struct varobj_dynamic) <children_requested>: Likewise.
1149 (delete_variable): Likewise.
1150 (delete_variable_1): Likewise.
1151 (install_variable): Likewise.
1152 (update_type_if_necessary): Likewise.
1153 (install_new_value): Likewise.
1154 (value_of_root): Likewise.
1155 (is_root_p): Likewise.
1156 (varobj_create): Likewise.
1157 (varobj_delete): Likewise.
1158 (varobj_has_more): Likewise.
1159 (varobj_set_frozen): Likewise.
1160 (varobj_get_frozen): Likewise.
1161 (install_dynamic_child): Likewise.
1162 (dynamic_varobj_has_child_method): Likewise.
1163 (update_dynamic_varobj_children): Likewise.
1164 (varobj_get_num_children): Likewise.
1165 (varobj_list_children): Likewise.
1166 (is_path_expr_parent): Likewise.
1167 (varobj_default_is_path_expr_parent): Likewise.
1168 (varobj_is_dynamic_p): Likewise.
1169 (varobj_set_value): Likewise.
1170 (varobj_value_has_mutated): Likewise.
1171 (varobj_update): Likewise.
1172 (check_scope): Likewise.
1173 (value_of_root_1): Likewise.
1174 (varobj_value_get_print_value): Likewise.
1175 (varobj_editable_p): Likewise.
1176 (varobj_value_is_changeable_p): Likewise.
1177 (varobj_floating_p): Likewise.
1178 (varobj_default_value_is_changeable_p): Likewise.
1179 (varobj_invalidate_iter): Likewise.
1180 * varobj.h (struct varobj_update_result) <type_changed,
1181 children_changed, changed, value_installed>: Likewise.
1182 (struct varobj) <updated, frozen, not_fetched>: Likewise.
1183 (struct lang_varobj_ops) <value_is_changeable_p,
1184 value_has_mutated, is_path_expr_parent>: Likewise.
1185 (varobj_delete): Likewise.
1186 (varobj_set_frozen): Likewise.
1187 (varobj_get_frozen): Likewise.
1188 (varobj_set_value): Likewise.
1189 (varobj_update): Likewise.
1190 (varobj_editable_p): Likewise.
1191 (varobj_floating_p): Likewise.
1192 (varobj_has_more): Likewise.
1193 (varobj_is_dynamic_p): Likewise.
1194 (varobj_default_value_is_changeable_p): Likewise.
1195 (varobj_value_is_changeable_p): Likewise.
1196 (varobj_is_anonymous_child): Likewise.
1197 (varobj_default_is_path_expr_parent): Likewise.
1198
1199 2017-11-22 Sergio Durigan Junior <sergiodj@redhat.com>
1200
1201 * dtrace-probe.c (struct probe_ops dtrace_probe_ops): Delete.
1202 (struct dtrace_probe_arg) <dtrace_probe_arg>: New constructor.
1203 <type_str>: Convert to 'std::string'.
1204 <expr>: Convert to 'expression_up'.
1205 (dtrace_probe_arg_s): Delete type and VEC.
1206 (dtrace_probe_enabler_s): Likewise.
1207 (struct dtrace_probe): Replace by...
1208 (class dtrace_static_probe_ops): ...this and...
1209 (class dtrace_probe): ...this.
1210 (dtrace_probe_is_linespec): Rename to...
1211 (dtrace_static_probe_ops::is_linespec): ...this. Adjust code
1212 to reflect change.
1213 (dtrace_process_dof_probe): Use 'std::vector' instead of VEC.
1214 Adjust code. Create new instance of 'dtrace_probe'.
1215 (dtrace_build_arg_exprs): Rename to...
1216 (dtrace_probe::build_arg_exprs): ...this. Adjust code to
1217 reflect change.
1218 (dtrace_get_probes): Rename to...
1219 (dtrace_static_probe_ops::get_probes): ...this. Adjust code
1220 to reflect change.
1221 (dtrace_get_arg): Rename to...
1222 (dtrace_probe::get_arg_by_number): ...this. Adjust code to
1223 reflect change.
1224 (dtrace_probe_is_enabled): Rename to...
1225 (dtrace_probe::is_enabled): ...this. Adjust code to reflect
1226 change.
1227 (dtrace_get_probe_address): Rename to...
1228 (dtrace_probe::get_relocated_address): ...this. Adjust code
1229 to reflect change.
1230 (dtrace_get_probe_argument_count): Rename to...
1231 (dtrace_probe::get_argument_count): ...this. Adjust code to
1232 reflect change.
1233 (dtrace_can_evaluate_probe_arguments): Rename to...
1234 (dtrace_probe::can_evaluate_arguments): ...this. Adjust code
1235 to reflect change.
1236 (dtrace_evaluate_probe_argument): Rename to...
1237 (dtrace_probe::evaluate_argument): ...this. Adjust code to
1238 reflect change.
1239 (dtrace_compile_to_ax): Rename to...
1240 (dtrace_probe::compile_to_ax): ...this. Adjust code to
1241 reflect change.
1242 (dtrace_probe_destroy): Delete.
1243 (dtrace_type_name): Rename to...
1244 (dtrace_static_probe_ops::type_name): ...this. Adjust code to
1245 reflect change.
1246 (dtrace_probe::get_static_ops): New method.
1247 (dtrace_gen_info_probes_table_header): Rename to...
1248 (dtrace_static_probe_ops::gen_info_probes_table_header):
1249 ...this. Adjust code to reflect change.
1250 (dtrace_gen_info_probes_table_values): Rename to...
1251 (dtrace_probe::gen_info_probes_table_values): ...this. Adjust
1252 code to reflect change.
1253 (dtrace_enable_probe): Rename to...
1254 (dtrace_probe::enable_probe): ...this. Adjust code to reflect
1255 change.
1256 (dtrace_disable_probe): Rename to...
1257 (dtrace_probe::disable_probe): ...this. Adjust code to reflect
1258 change.
1259 (struct probe_ops dtrace_probe_ops): Delete.
1260 (info_probes_dtrace_command): Call 'info_probes_for_spops'
1261 instead of 'info_probes_for_ops'.
1262 (_initialize_dtrace_probe): Use 'all_static_probe_ops' instead
1263 of 'all_probe_ops'.
1264
1265 2017-11-22 Sergio Durigan Junior <sergiodj@redhat.com>
1266 Simon Marchi <simark@simark.ca>
1267
1268 * stap-probe.c (struct probe_ops stap_probe_ops): Delete
1269 variable.
1270 (struct stap_probe_arg) <stap_probe_arg>: New constructor.
1271 <aexpr>: Change type to 'expression_up'.
1272 (stap_probe_arg_s): Delete type and VEC.
1273 (struct stap_probe): Delete. Replace by...
1274 (class stap_static_probe_ops): ...this and...
1275 (class stap_probe): ...this. Rename variables to add 'm_'
1276 prefix. Do not use 'union' for arguments anymore.
1277 (stap_get_expected_argument_type): Receive probe name instead
1278 of 'struct stap_probe'. Adjust code.
1279 (stap_parse_probe_arguments): Rename to...
1280 (stap_probe::parse_arguments): ...this. Adjust code to
1281 reflect change.
1282 (stap_get_probe_address): Rename to...
1283 (stap_probe::get_relocated_address): ...this. Adjust code
1284 to reflect change.
1285 (stap_get_probe_argument_count): Rename to...
1286 (stap_probe::get_argument_count): ...this. Adjust code
1287 to reflect change.
1288 (stap_get_arg): Rename to...
1289 (stap_probe::get_arg_by_number'): ...this. Adjust code to
1290 reflect change.
1291 (can_evaluate_probe_arguments): Rename to...
1292 (stap_probe::can_evaluate_arguments): ...this. Adjust code
1293 to reflect change.
1294 (stap_evaluate_probe_argument): Rename to...
1295 (stap_probe::evaluate_argument): ...this. Adjust code
1296 to reflect change.
1297 (stap_compile_to_ax): Rename to...
1298 (stap_probe::compile_to_ax): ...this. Adjust code to
1299 reflect change.
1300 (stap_probe_destroy): Delete.
1301 (stap_modify_semaphore): Adjust comment.
1302 (stap_set_semaphore): Rename to...
1303 (stap_probe::set_semaphore): ...this. Adjust code to reflect
1304 change.
1305 (stap_clear_semaphore): Rename to...
1306 (stap_probe::clear_semaphore): ...this. Adjust code to
1307 reflect change.
1308 (stap_probe::get_static_ops): New method.
1309 (handle_stap_probe): Adjust code to create instance of
1310 'stap_probe'.
1311 (stap_get_probes): Rename to...
1312 (stap_static_probe_ops::get_probes): ...this. Adjust code to
1313 reflect change.
1314 (stap_probe_is_linespec): Rename to...
1315 (stap_static_probe_ops::is_linespec): ...this. Adjust code to
1316 reflect change.
1317 (stap_type_name): Rename to...
1318 (stap_static_probe_ops::type_name): ...this. Adjust code to
1319 reflect change.
1320 (stap_gen_info_probes_table_header): Rename to...
1321 (stap_static_probe_ops::gen_info_probes_table_header):
1322 ...this. Adjust code to reflect change.
1323 (stap_gen_info_probes_table_values): Rename to...
1324 (stap_probe::gen_info_probes_table_values): ...this. Adjust
1325 code to reflect change.
1326 (struct probe_ops stap_probe_ops): Delete.
1327 (info_probes_stap_command): Use 'info_probes_for_spops'
1328 instead of 'info_probes_for_ops'.
1329 (_initialize_stap_probe): Use 'all_static_probe_ops' instead
1330 of 'all_probe_ops'.
1331
1332 2017-11-22 Sergio Durigan Junior <sergiodj@redhat.com>
1333
1334 * break-catch-throw.c (fetch_probe_arguments): Use
1335 'probe.prob' instead of 'probe.probe'.
1336 * breakpoint.c (create_longjmp_master_breakpoint): Call
1337 'can_evaluate_arguments' and 'get_relocated_address' methods
1338 from probe.
1339 (create_exception_master_breakpoint): Likewise.
1340 (add_location_to_breakpoint): Use 'sal->prob' instead of
1341 'sal->probe'.
1342 (bkpt_probe_insert_location): Call 'set_semaphore' method from
1343 probe.
1344 (bkpt_probe_remove_location): Likewise, for 'clear_semaphore'.
1345 * elfread.c (elf_get_probes): Use 'static_probe_ops' instead
1346 of 'probe_ops'.
1347 (probe_key_free): Call 'delete' on probe.
1348 (check_exception_resume): Use 'probe.prob' instead of
1349 'probe.probe'.
1350 * location.c (string_to_event_location_basic): Call
1351 'probe_linespec_to_static_ops'.
1352 * probe.c (class any_static_probe_ops): New class.
1353 (any_static_probe_ops any_static_probe_ops): New variable.
1354 (parse_probes_in_pspace): Receive 'static_probe_ops' as
1355 argument. Adjust code to reflect change.
1356 (parse_probes): Use 'static_probe_ops' instead of
1357 'probe_ops'. Adjust code to reflect change.
1358 (find_probes_in_objfile): Call methods to get name and
1359 provider from probe.
1360 (find_probe_by_pc): Use 'result.prob' instead of
1361 'result.probe'. Call 'get_relocated_address' method from
1362 probe.
1363 (collect_probes): Adjust comment and argument list to receive
1364 'static_probe_ops' instead of 'probe_ops'. Adjust code to
1365 reflect change. Call necessary methods from probe.
1366 (compare_probes): Call methods to get name and provider from
1367 probes.
1368 (gen_ui_out_table_header_info): Receive 'static_probe_ops'
1369 instead of 'probe_ops'. Use 'std::vector' instead of VEC,
1370 adjust code accordingly.
1371 (print_ui_out_not_applicables): Likewise.
1372 (info_probes_for_ops): Rename to...
1373 (info_probes_for_spops): ...this. Receive 'static_probe_ops'
1374 as argument instead of 'probe_ops'. Adjust code. Call
1375 necessary methods from probe.
1376 (info_probes_command): Use 'info_probes_for_spops'.
1377 (enable_probes_command): Pass correct argument to
1378 'collect_probes'. Call methods from probe.
1379 (disable_probes_command): Likewise.
1380 (get_probe_address): Move to 'any_static_probe_ops::get_address'.
1381 (get_probe_argument_count): Move to
1382 'any_static_probe_ops::get_argument_count'.
1383 (can_evaluate_probe_arguments): Move to
1384 'any_static_probe_ops::can_evaluate_arguments'.
1385 (evaluate_probe_argument): Move to
1386 'any_static_probe_ops::evaluate_argument'.
1387 (probe_safe_evaluate_at_pc): Use 'probe.prob' instead of
1388 'probe.probe'.
1389 (probe_linespec_to_ops): Rename to...
1390 (probe_linespec_to_static_ops): ...this. Adjust code.
1391 (probe_any_is_linespec): Rename to...
1392 (any_static_probe_ops::is_linespec): ...this.
1393 (probe_any_get_probes): Rename to...
1394 (any_static_probe_ops::get_probes): ...this.
1395 (any_static_probe_ops::type_name): New method.
1396 (any_static_probe_ops::gen_info_probes_table_header): New
1397 method.
1398 (compute_probe_arg): Use 'pc_probe.prob' instead of
1399 'pc_probe.probe'. Call methods from probe.
1400 (compile_probe_arg): Likewise.
1401 (std::vector<const probe_ops *> all_probe_ops): Delete.
1402 (std::vector<const static_probe_ops *> all_static_probe_ops):
1403 New variable.
1404 (_initialize_probe): Use 'all_static_probe_ops' instead of
1405 'all_probe_ops'.
1406 * probe.h (struct info_probe_column) <field_name>: Delete
1407 extraneous newline
1408 (info_probe_column_s): Delete type and VEC.
1409 (struct probe_ops): Delete. Replace with...
1410 (class static_probe_ops): ...this and...
1411 (clas probe): ...this.
1412 (struct bound_probe) <bound_probe>: Delete extraneous
1413 newline. Adjust constructor to receive 'probe' instead of
1414 'struct probe'.
1415 <probe>: Rename to...
1416 <prob>: ...this. Delete extraneous newline.
1417 <objfile>: Delete extraneous newline.
1418 (register_probe_ops): Delete unused prototype.
1419 (info_probes_for_ops): Rename to...
1420 (info_probes_for_spops): ...this. Adjust comment.
1421 (get_probe_address): Move to 'probe::get_address'.
1422 (get_probe_argument_count): Move to
1423 'probe::get_argument_count'.
1424 (can_evaluate_probe_arguments): Move to
1425 'probe::can_evaluate_arguments'.
1426 (evaluate_probe_argument): Move to 'probe::evaluate_argument'.
1427 * solib-svr4.c (struct svr4_info): Adjust comment.
1428 (struct probe_and_action) <probe>: Rename to...
1429 <prob>: ...this.
1430 (register_solib_event_probe): Receive 'probe' instead of
1431 'struct probe' as argument. Use 'prob' instead of 'probe'
1432 when applicable.
1433 (solib_event_probe_action): Call 'get_argument_count' method
1434 from probe. Adjust comment.
1435 (svr4_handle_solib_event): Adjust comment. Call
1436 'evaluate_argument' method from probe.
1437 (svr4_create_probe_breakpoints): Call 'get_relocated_address'
1438 from probe.
1439 (svr4_create_solib_event_breakpoints): Use 'probe' instead of
1440 'struct probe'. Call 'can_evaluate_arguments' from probe.
1441 * symfile.h: Forward declare 'class probe' instead of 'struct
1442 probe'.
1443 * symtab.h: Likewise.
1444 (struct symtab_and_line) <probe>: Rename to...
1445 <prob>: ...this.
1446 * tracepoint.c (start_tracing): Use 'prob' when applicable.
1447 Call probe methods.
1448 (stop_tracing): Likewise.
1449
1450 2017-11-22 Joel Brobecker <brobecker@adacore.com>
1451
1452 * ravenscar-thread.c (ravenscar_inferior_created): Remove
1453 trailing newline at end of string in call to warning.
1454
1455 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1456
1457 * osdata.h: Include vector isntead of vec.h.
1458 (osdata_column_s): Remove typedef.
1459 (struct osdata_column): Add constructor.
1460 <name, value>: Change type to std::string.
1461 (DEF_VEC_O (osdata_column_s)): Remove.
1462 (osdata_item_s): Remove typedef.
1463 (struct osdata_item) <columns>: Change type to std::vector.
1464 (DEF_VEC_O (osdata_item_s)): Remove.
1465 (struct osdata): Add constructor.
1466 <type>: Change type to std::string.
1467 <items>: Change type to std::vector.
1468 (osdata_p): Remove typedef.
1469 (DEF_VEC_P (osdata_p)): Remove.
1470 (osdata_parse): Return a unique_ptr.
1471 (osdata_free): Remove.
1472 (make_cleanup_osdata_free): Remove.
1473 (get_osdata): Return a unique_ptr.
1474 (get_osdata_column): Return pointer to std::string, take a
1475 reference to osdata_item as parameter.
1476 * osdata.c (struct osdata_parsing_data) <osdata>: Change type to
1477 unique_ptr.
1478 <property_name>: Change type to std::string.
1479 (osdata_start_osdata): Allocate osdata with new and adjust.
1480 (osdata_start_item): Adjust.
1481 (osdata_start_column): Adjust.
1482 (osdata_end_column): Adjust.
1483 (clear_parsing_data): Remove.
1484 (osdata_parse): Return a unique_ptr and adjust, remove cleanup.
1485 (osdata_item_clear): Remove.
1486 (get_osdata): return a unique_ptr and adjust.
1487 (get_osdata_column): Return a pointer to std::string and adjust.
1488 (info_osdata): Adjust.
1489 * mi/mi-main.c: Include <map>.
1490 (free_vector_of_osdata_items): Remove.
1491 (list_available_thread_groups): Adjust, use std::map instead of
1492 splay tree.
1493
1494 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1495
1496 * stack.c (iterate_over_block_locals): Add LOC_OPTIMIZED_OUT
1497 case in switch.
1498
1499 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1500
1501 * varobj.h (DEF_VEC_P (varobj_p)): Remove.
1502
1503 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1504
1505 * varobj.h (struct varobj_update_result): Add constructor, add
1506 move constructor, disable copy and assign, initialize fields.
1507 <newobj>: Change type to std::vector.
1508 (varobj_update): Return std::vector.
1509 * varobj.c (install_dynamic_child): Change VEC parameters to
1510 std::vector and adjust.
1511 (update_dynamic_varobj_children): Likewise.
1512 (varobj_update): Return std::vector and adjust.
1513 * mi/mi-cmd-var.c (varobj_update_one): Adjust to vector changes.
1514
1515 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1516
1517 * varobj.h (struct varobj) <parent>: Remove const.
1518 <children>: Change type to std::vector.
1519 (varobj_list_children): Return std::vector const reference.
1520 (varobj_restrict_range): Change parameter type to std::vector
1521 const reference.
1522 * varobj.c (varobj_has_more): Adjust.
1523 (varobj_restrict_range): Change parameter type to std::vector
1524 const reference and adjust.
1525 (install_dynamic_child): Adjust.
1526 (update_dynamic_varobj_children): Adjust.
1527 (varobj_list_children): Return std::vector const reference and
1528 adjust.
1529 (varobj_add_child): Adjust.
1530 (update_type_if_necessary): Adjust.
1531 (varobj_update): Adjust.
1532 (delete_variable_1): Adjust.
1533 * ada-varobj.c (ada_value_has_mutated): Adjust.
1534 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Adjust.
1535
1536 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1537
1538 * varobj.h (struct varobj): Add constructor and destructor,
1539 initialize fields.
1540 * varobj.c (struct varobj_root): Initialize fields.
1541 (struct varobj_dynamic): Initialize fields.
1542 (varobj_create): Use unique_ptr instead of cleanup. Create
1543 varobj with new instead of new_root_variable.
1544 (delete_variable_1): Free variable with delete instead of
1545 free_variable.
1546 (create_child_with_value): Create variable with new instead of
1547 new_variable.
1548 (varobj::varobj): New.
1549 (varobj::~varobj): New (body mostly coming from free_variable).
1550 (new_variable): Remove.
1551 (free_variable): Remove.
1552 (do_free_variable_cleanup): Remove.
1553 (make_cleanup_free_variable): Remove.
1554
1555 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1556
1557 * core-regset.c: Remove file.
1558 * Makefile.in (ALLDEPFILES): Remove core-regset.c.
1559
1560 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1561
1562 * NEWS: Document use of GNU MPFR.
1563 * README: Likewise.
1564
1565 * Makefile.in (LIBMPFR): Add define.
1566 (CLIBS): Add $(LIBMPFR).
1567 * configure.ac: Add --with-mpfr configure option.
1568 * configure: Regenerate.
1569 * config.in: Regenerate.
1570
1571 * target-float.c [HAVE_LIBMPFR]: Include <mpfr.h>.
1572 (class mpfr_float_ops): New type.
1573 (mpfr_float_ops::from_target): Two new overloaded functions.
1574 (mpfr_float_ops::to_target): Likewise.
1575 (mpfr_float_ops::to_string): New function.
1576 (mpfr_float_ops::from_string): Likewise.
1577 (mpfr_float_ops::to_longest): Likewise.
1578 (mpfr_float_ops::from_longest): Likewise.
1579 (mpfr_float_ops::from_ulongest): Likewise.
1580 (mpfr_float_ops::to_host_double): Likewise.
1581 (mpfr_float_ops::from_host_double): Likewise.
1582 (mpfr_float_ops::convert): Likewise.
1583 (mpfr_float_ops::binop): Likewise.
1584 (mpfr_float_ops::compare): Likewise.
1585 (get_target_float_ops): Use mpfr_float_ops if available.
1586
1587 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1588
1589 * target-float.c: Do not include <math.h>.
1590 Include <cmath> and <limits>.
1591 (DOUBLEST): Do not define.
1592 (class target_float_ops): New type.
1593 (class host_float_ops): New templated type.
1594 (class decimal_float_ops): New type.
1595
1596 (floatformat_to_doublest): Rename to ...
1597 (host_float_ops<T>::from_target): ... this. Use template type T
1598 instead of DOUBLEST. Use C++ math routines. Update recursive calls.
1599 (host_float_ops<T>::from_target): New overload using a type argument.
1600 (floatformat_from_doublest): Rename to ...
1601 (host_float_ops<T>::to_target): ... this. Use template type T
1602 instead of DOUBLEST. Use C++ math routines. Update recursive calls.
1603 (host_float_ops<T>::to_target): New overload using a type argument.
1604 (floatformat_printf_format): New function.
1605 (struct printf_length_modifier): New templated type.
1606 (floatformat_to_string): Rename to ...
1607 (host_float_ops<T>::to_string): ... this. Use type instead of
1608 floatformat argument. Use floatformat_printf_format and
1609 printf_length_modifier. Remove special handling of invalid numbers,
1610 infinities and NaN (moved to target_float_to_string).
1611 (struct scanf_length_modifier): New templated type.
1612 (floatformat_from_string): Rename to ...
1613 (host_float_ops<T>::from_string): ... this. Use type instead of
1614 floatformat argument. Use scanf_length_modifier.
1615 (floatformat_to_longest): Rename to ...
1616 (host_float_ops<T>::to_longest): ... this. Use type instead of
1617 floatformat argument. Handle out-of-range values deterministically.
1618 (floatformat_from_longest): Rename to ...
1619 (host_float_ops<T>::from_longest): ... this. Use type instead of
1620 floatformat argument.
1621 (floatformat_from_ulongest): Rename to ...
1622 (host_float_ops<T>::from_ulongest): ... this. Use type instead of
1623 floatformat argument.
1624 (floatformat_to_host_double): Rename to ...
1625 (host_float_ops<T>::to_host_double): ... this. Use type instead of
1626 floatformat argument.
1627 (floatformat_from_host_double): Rename to ...
1628 (host_float_ops<T>::from_host_double): ... this. Use type instead of
1629 floatformat argument.
1630 (floatformat_convert): Rename to ...
1631 (host_float_ops<T>::convert): ... this. Use type instead of
1632 floatformat arguments. Remove handling of no-op conversions.
1633 (floatformat_binop): Rename to ...
1634 (host_float_ops<T>::binop): ... this. Use type instead of
1635 floatformat arguments.
1636 (floatformat_compare): Rename to ...
1637 (host_float_ops<T>::compare): ... this. Use type instead of
1638 floatformat arguments.
1639
1640 (match_endianness): Use type instead of length/byte_order arguments.
1641 (set_decnumber_context): Likewise.
1642 (decimal_from_number): Likewise. Update calls.
1643 (decimal_to_number): Likewise.
1644 (decimal_is_zero): Likewise. Update calls. Move to earlier in file.
1645 (decimal_float_ops::to_host_double): New dummy function.
1646 (decimal_float_ops::from_host_double): Likewise.
1647 (decimal_to_string): Rename to ...
1648 (decimal_float_ops::to_string): ... this. Use type instead of
1649 length/byte_order arguments. Update calls.
1650 (decimal_from_string): Rename to ...
1651 (decimal_float_ops::from_string): ... this. Use type instead of
1652 length/byte_order arguments. Update calls.
1653 (decimal_from_longest): Rename to ...
1654 (decimal_float_ops::from_longest): ... this. Use type instead of
1655 length/byte_order arguments. Update calls.
1656 (decimal_from_ulongest): Rename to ...
1657 (decimal_float_ops::from_ulongest): ... this. Use type instead of
1658 length/byte_order arguments. Update calls.
1659 (decimal_to_longest): Rename to ...
1660 (decimal_float_ops::to_longest): ... this. Use type instead of
1661 length/byte_order arguments. Update calls.
1662 (decimal_binop): Rename to ...
1663 (decimal_float_ops::binop): ... this. Use type instead of
1664 length/byte_order arguments. Update calls.
1665 (decimal_compare): Rename to ...
1666 (decimal_float_ops::compare): ... this. Use type instead of
1667 length/byte_order arguments. Update calls.
1668 (decimal_convert): Rename to ...
1669 (decimal_float_ops::convert): ... this. Use type instead of
1670 length/byte_order arguments. Update calls.
1671
1672 (target_float_same_category_p): New function.
1673 (target_float_same_format_p): Likewise.
1674 (target_float_format_length): Likewise.
1675 (enum target_float_ops_kind): New type.
1676 (get_target_float_ops_kind): New function.
1677 (get_target_float_ops): Three new overloaded functions.
1678
1679 (target_float_is_zero): Update call.
1680 (target_float_to_string): Add special handling of invalid numbers,
1681 infinities and NaN (moved from floatformat_to_string). Use
1682 target_float_ops callback.
1683 (target_float_from_string): Use target_float_ops callback.
1684 (target_float_to_longest): Likewise.
1685 (target_float_from_longest): Likewise.
1686 (target_float_from_ulongest): Likewise.
1687 (target_float_to_host_double): Likewise.
1688 (target_float_from_host_double): Likewise.
1689 (target_float_convert): Add special case for no-op conversions.
1690 Use target_float_ops callback.
1691 (target_float_binop): Use target_float_ops callback.
1692 (target_float_compare): Likewise.
1693
1694 2017-11-22 Yao Qi <yao.qi@linaro.org>
1695
1696 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Use strcpy.
1697
1698 2017-11-22 Yao Qi <yao.qi@linaro.org>
1699
1700 * cli/cli-decode.c (help_list): Use memcpy instead of strncpy.
1701 * cp-namespace.c (cp_lookup_transparent_type_loop): Likewise.
1702
1703 2017-11-21 Jerome Guitton <guitton@adacore.com>
1704
1705 * ravenscar-thread.c (ravenscar_wait): Update inferior ptid
1706 with event ptid from the lower layer before doing the
1707 ravenscar-specific update.
1708
1709 2017-11-21 Joel Brobecker <brobecker@adacore.com>
1710
1711 * ravenscar-thread.c (is_ravenscar_task): Also verify that
1712 the ptid's TID is nonzero.
1713
1714 2017-11-21 Joel Brobecker <brobecker@adacore.com>
1715
1716 * ada-lang.h (ada_get_tcb_types_info): Add declaration.
1717 * ada-tasks.c (ada_get_tcb_types_info): Renames get_tcb_types_info.
1718 Make non-static. Change return type to char *. Adjust code
1719 accordingly. Rewrite the function's documentation.
1720 (read_atcb): Adjust call to get_tcb_types_info accordingly.
1721 * ravenscar-thread.c (ravenscar_inferior_created): Check that
1722 we have enough debugging information in the runtime to support
1723 Ada task debugging before we enable the ravenscar-thread layer.
1724
1725 2017-11-21 Joel Brobecker <brobecker@adacore.com>
1726
1727 * ada-lang.h (ada_get_task_info_from_ptid): Add declaration.
1728 * ada-tasks.c (ada_get_task_info_from_ptid): New function.
1729 * ravenscar-thread.c: Add into comment.
1730 (base_magic_null_ptid): Delete.
1731 (base_ptid): Change documentation.
1732 (ravenscar_active_task): Renames ravenscar_running_thread.
1733 All callers updated throughout.
1734 (is_ravenscar_task, ravenscar_get_thread_base_cpu): New function.
1735 (ravenscar_task_is_currently_active): Likewise.
1736 (get_base_thread_from_ravenscar_task): Ditto.
1737 (ravenscar_update_inferior_ptid): Adjust to handle multiple CPUs.
1738 (ravenscar_runtime_initialized): Likewise.
1739 (get_running_thread_id): Add new parameter "cpu". Adjust
1740 implementation to handle this new parameter.
1741 (ravenscar_fetch_registers): Small adjustment to use
1742 is_ravenscar_task and ravenscar_task_is_currently_active in
1743 order to decide whether to use the target beneath or this
1744 module's arch_ops.
1745 (ravenscar_store_registers, ravenscar_prepare_to_store): Likewise.
1746 (ravenscar_stopped_by_sw_breakpoint): Use
1747 get_base_thread_from_ravenscar_task to get the underlying
1748 thread, rather than using base_ptid.
1749 (ravenscar_stopped_by_hw_breakpoint, ravenscar_stopped_by_watchpoint)
1750 (ravenscar_stopped_data_address, ravenscar_core_of_thread):
1751 Likewise.
1752 (ravenscar_inferior_created): Do not set base_magic_null_ptid.
1753
1754 2017-11-21 Joel Brobecker <brobecker@adacore.com>
1755
1756 * ada-lang.h (struct ada_task_info) <base_cpu>: New field.
1757 * ada-lang.c (struct atcb_fieldno) <base_cpu>: New field.
1758 (get_tcb_types_info): Set fieldnos.base_cpu.
1759 (read_atcb): Set task_info->base_cpu.
1760 (info_task): Print "Base CPU" info if set by runtime.
1761
1762 2017-11-21 Joel Brobecker <brobecker@adacore.com>
1763
1764 * ravenscar-thread.c (ravenscar_stopped_by_sw_breakpoint)
1765 (ravenscar_stopped_by_hw_breakpoint, ravenscar_stopped_by_watchpoint)
1766 (ravenscar_stopped_data_address, ravenscar_core_of_thread):
1767 New functions.
1768 (init_ravenscar_thread_ops): Set the to_stopped_by_sw_breakpoint,
1769 to_stopped_by_hw_breakpoint, to_stopped_by_watchpoint,
1770 to_stopped_data_address and to_core_of_thread fields of
1771 ravenscar_ops.
1772
1773 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1774
1775 * ppc-tdep.h (enum powerpc_long_double_abi): New data type.
1776 (struct gdbarch_tdep): New member long_double_abi.
1777 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize long_double_abi
1778 member of tdep struct based on Tag_GNU_Power_ABI_FP attribute.
1779 * ppc-linux-tdep.c (ppc_linux_init_abi): Install long double data
1780 format depending on long_double_abi tdep member.
1781 (ppc_floatformat_for_type): Handle __ibm128 type.
1782
1783 2017-11-20 Simon Marchi <simon.marchi@polymtl.ca>
1784
1785 * darwin-nat.c (set_enable_mach_exceptions): Constify parameter.
1786
1787 2017-11-21 Pedro Alves <palves@redhat.com>
1788
1789 * dwarf2read.c (mapped_index::find_name_components_bounds)
1790 <completion mode, upper bound>: Use std::lower_bound instead of
1791 std::upper_bound.
1792 (test_mapped_index_find_name_component_bounds): Remove incorrect
1793 "t1_fund" from expected symbols.
1794
1795 2017-11-21 Pedro Alves <palves@redhat.com>
1796
1797 * dwarf2read.c (mapped_index::name_components_casing): New field.
1798 (mapped_index) <build_name_components,
1799 find_name_components_bounds): Declare new methods.
1800 (mapped_index::find_name_components_bounds)
1801 (mapped_index::build_name_components): New methods, factored out
1802 from dw2_expand_symtabs_matching_symbol.
1803 (check_find_bounds_finds)
1804 (test_mapped_index_find_name_component_bounds): New.
1805 (run_test): Rename to ...
1806 (test_dw2_expand_symtabs_matching_symbol): ... this.
1807 (run_test): Reimplement.
1808
1809 2017-11-21 Pedro Alves <palves@redhat.com>
1810
1811 * cp-name-parser.y (cp_ident_is_alpha, cp_ident_is_alnum): New.
1812 (symbol_end): Use cp_ident_is_alnum.
1813 (yylex): Use cp_ident_is_alpha and cp_ident_is_alnum.
1814 * dwarf2read.c (make_sort_after_prefix_name): New function.
1815 (dw2_expand_symtabs_matching_symbol): Use it.
1816 (test_symbols): Add more symbols.
1817 (run_test): Add tests.
1818
1819 2017-11-17 Tom Tromey <tom@tromey.com>
1820
1821 * symtab.h (enum symbol_subclass_kind): New.
1822 (struct symbol) <is_cplus_template_function, is_rust_vtable>:
1823 Remove.
1824 <subclass>: New member.
1825 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): Update.
1826 * rust-lang.c (rust_get_trait_object_pointer): Update.
1827 * dwarf2read.c (read_func_scope): Update.
1828 (read_variable): Update.
1829
1830 2017-11-17 Tom Tromey <tom@tromey.com>
1831
1832 * dwarf2read.c (read_func_scope): Update.
1833 * symtab.h (struct template_symbol): Derive from symbol.
1834 <base>: Remove.
1835
1836 2017-11-17 Tom Tromey <tom@tromey.com>
1837
1838 * symtab.h (struct symbol) <is_rust_vtable>: New member.
1839 (struct rust_vtable_symbol): New.
1840 (find_symbol_at_address): Declare.
1841 * symtab.c (find_symbol_at_address): New function.
1842 * symfile.h (struct quick_symbol_functions)
1843 <find_compunit_symtab_by_address>: New member.
1844 * symfile-debug.c (debug_qf_find_compunit_symtab_by_address): New
1845 function.
1846 (debug_sym_quick_functions): Link to
1847 debug_qf_find_compunit_symtab_by_address.
1848 * rust-lang.c (rust_get_trait_object_pointer): New function.
1849 (rust_evaluate_subexp) <case UNOP_IND>: New case. Call
1850 rust_get_trait_object_pointer.
1851 * psymtab.c (psym_relocate): Clear psymbol_map.
1852 (psym_fill_psymbol_map, psym_find_compunit_symtab_by_address): New
1853 functions.
1854 (psym_functions): Link to psym_find_compunit_symtab_by_address.
1855 * objfiles.h (struct objfile) <psymbol_map>: New member.
1856 * dwarf2read.c (dwarf2_gdb_index_functions): Update.
1857 (process_die) <DW_TAG_variable>: New case. Call read_variable.
1858 (rust_containing_type, read_variable): New functions.
1859
1860 2017-11-17 Simon Marchi <simon.marchi@polymtl.ca>
1861
1862 * common/gdb_vecs.h (DEF_VEC_I (int)): Remove.
1863
1864 2017-11-17 Simon Marchi <simon.marchi@polymtl.ca>
1865
1866 * common/filestuff.c: Include <algorithm>.
1867 (open_fds): Change type to std::vector<int>.
1868 (do_mark_open_fd): Adjust.
1869 (unmark_fd_no_cloexec): Adjust.
1870 (do_close): Adjust.
1871
1872 2017-11-17 Simon Marchi <simon.marchi@polymtl.ca>
1873
1874 * breakpoint.c (output_thread_groups): Take an std::vector.
1875 (print_one_breakpoint_location): Adjust.
1876
1877 2017-11-17 Joel Brobecker <brobecker@adacore.com>
1878
1879 * ada-lang.c (resolve_subexp): Add handling of OP_VAR_MSYM_VALUE.
1880 (ada_evaluate_subexp_for_cast): New function.
1881 (ada_evaluate_subexp) <UNOP_CAST>: Replace code by call to
1882 ada_evaluate_subexp_for_cast.
1883 (ada_evaluate_subexp) <nosideret>: Replace code by call to
1884 eval_skip_value.
1885 * eval.c (evaluate_var_value): Make non-static.
1886 (evaluate_var_msym_value, eval_skip_value): Likewise.
1887 * value.h (evaluate_var_value, evaluate_var_msym_value)
1888 (eval_skip_value): Declare.
1889
1890 2017-11-16 Joel Brobecker <brobecker@adacore.com>
1891
1892 * ada-lang.c (ada_value_cast): Remove parameter "noside".
1893 Update all callers.
1894
1895 2017-11-16 Pedro Alves <palves@redhat.com>
1896
1897 * python/py-unwind.c (pyuw_sniffer): Translate
1898 PyExc_KeyboardInterrupt to a GDB Quit exception.
1899
1900 2017-11-16 Pedro Alves <palves@redhat.com>
1901
1902 * infrun.c (resume_cleanups): Delete.
1903 (resume): No longer install a resume_cleanups cleanup nor call
1904 QUIT.
1905 (proceed): Pass the terminal to the inferior.
1906 (keep_going_pass_signal): No longer install a resume_cleanups
1907 cleanup.
1908
1909 2017-11-16 Pedro Alves <palves@redhat.com>
1910
1911 * inf-loop.c (inferior_event_handler): Don't swallow the exception
1912 if the prompt is blocked.
1913
1914 2017-11-16 Pedro Alves <palves@redhat.com>
1915
1916 * breakpoint.c (insert_bp_location): Replace bp_err and
1917 bp_err_message locals by a gdb_exception local.
1918
1919 2017-11-16 Pedro Alves <palves@redhat.com>
1920
1921 * inflow.c (scoped_ignore_sigttou): New class.
1922 (child_terminal_ours_1, new_tty): Use it.
1923
1924 2017-11-16 Ulrich Weigand <uweigand@de.ibm.com>
1925
1926 * target-float.c (decimal_from_number): Add byte_order argument and
1927 call match_endianness. Error if unknown floating-point type.
1928 (decimal_to_number): Add byte_order argument and call match_endianness.
1929 (decimal_from_longest): Update call. Do not call match_endianness.
1930 (decimal_from_ulongest): Likewise.
1931 (decimal_binop): Likewise.
1932 (decimal_is_zero): Likewise.
1933 (decimal_compare): Likewise.
1934 (decimal_convert): Likewise.
1935
1936 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1937
1938 * python/python.c (gdbpy_rbreak): New function.
1939 * NEWS: Document Python rbreak feature.
1940
1941 2017-11-16 Yao Qi <yao.qi@linaro.org>
1942
1943 * features/tic6x-c62x.xml: Remove.
1944 * features/tic6x-c64x.xml: Remove.
1945 * features/tic6x-c64xp.xml: Remove.
1946
1947 2017-11-15 John Baldwin <jhb@FreeBSD.org>
1948
1949 * symtab.h: Include <array>.
1950
1951 2017-11-15 John Baldwin <jhb@FreeBSD.org>
1952
1953 * bsd-kvm.c (bsd_kvm_cmd): Constify 'arg'.
1954 (bsd_kvm_proc_cmd): Likewise.
1955
1956 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1957
1958 * tui/tui-win.c (window_name_completer): Replace VEC with
1959 std::vector.
1960
1961 2017-11-15 Andrew Cagney <cagney@gnu.org>
1962
1963 * MAINTAINERS: Remove no-longer applicable entries.
1964
1965 2017-11-15 Andrew Cagney <cagney@gnu.org>
1966
1967 * MAINTAINERS: Move self to Past Maintainers.
1968
1969 2017-11-15 Yao Qi <yao.qi@linaro.org>
1970
1971 * features/Makefile (XMLTOC): Remove nios2-linux.xml.
1972 * features/nios2-linux.c: Remove.
1973 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Don't call
1974 initialize_tdesc_nios2_linux.
1975
1976 2017-11-15 Yao Qi <yao.qi@linaro.org>
1977
1978 * m68hc11-tdep.c (M68HC11_NUM_REGS): Change it to
1979 M68HC11_LAST_HARD_REG + 1.
1980
1981 2017-11-14 Paul Carroll <pcarroll@codesourcery.com>
1982
1983 PR gdb/22388
1984 * remote.c (remote_write_bytes_aux, remote_read_bytes_1,
1985 remote_read_bytes, remote_write_qxfer, remote_xfer_partial):
1986 Return TARGET_XFER_EOF if size of returned data is 0.
1987
1988 2017-11-14 Simon Marchi <simon.marchi@ericsson.com>
1989
1990 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
1991 memory-map-selftests.c.
1992 (SUBDIR_UNITTESTS_OBS): Add memory-map-selftests.o.
1993 * memory-map.c (memory_map_start_memory): Fix computation of hi
1994 address.
1995 * unittests/memory-map-selftests.c: New file.
1996
1997 2017-11-09 Joel Brobecker <brobecker@adacore.com>
1998
1999 * ada-lang.c: Fix some typos in the general command documenting
2000 how Ada expressions are being evaluated and how their result
2001 is printed.
2002
2003 2017-11-09 Tom Tromey <tom@tromey.com>
2004
2005 * psymtab.c (psymbol_hash): Do not hash string contents.
2006 (psymbol_compare): Add comment.
2007
2008 2017-11-09 Tom Tromey <tom@tromey.com>
2009
2010 * dictionary.c (dict_hash): Move "TKB" check into the "switch".
2011
2012 2017-11-08 Joel Brobecker <brobecker@adacore.com>
2013
2014 * ada-exp.y (write_var_from_sym): Remove parameter
2015 "orig_left_context". Update all callers.
2016
2017 2017-11-08 Simon Marchi <simon.marchi@ericsson.com>
2018
2019 * tracepoint.h (class collection_list) <stringify>: Return
2020 std::vector<std::string>.
2021 (encode_actions_rsp): Change parameters to
2022 std::vector<std::string> *.
2023 * tracepoint.c (collection_list::stringify): Return
2024 std::vector<std::string> and adjust accordingly.
2025 (encode_actions_rsp): Changee parameters to
2026 std::vector<std::string> and adjust accordingly.
2027 * remote.c (free_actions_list),
2028 free_actions_list_cleanup_wrapper): Remove.
2029 (remote_download_tracepoint): Adjust to std::vector.
2030
2031 2017-11-08 Tom Tromey <tom@tromey.com>
2032
2033 * dwarf2read.c (symbolp): Remove typedef.
2034 (read_func_scope): Use std::vector.
2035 (process_structure_scope): Use std::vector.
2036
2037 2017-11-08 Pedro Alves <palves@redhat.com>
2038
2039 * ada-lang.c (ada_make_symbol_completion_list): Use
2040 completion_skip_symbol.
2041 * symtab.c (symbol_is_function_or_method(minimal_symbol*)): New.
2042 (symbol_is_function_or_method(symbol*)): New.
2043 (add_symtab_completions): Add complete_symbol_mode parameter. Use
2044 completion_skip_symbol.
2045 (default_collect_symbol_completion_matches_break_on): Use
2046 completion_skip_symbol. Pass down mode.
2047 (collect_file_symbol_completion_matches): Pass down mode.
2048 * symtab.h (symbol_is_function_or_method): New declarations.
2049 (completion_skip_symbol): New template function.
2050
2051 2017-11-08 Pedro Alves <palves@redhat.com>
2052
2053 * linespec.c (iterate_over_all_matching_symtabs): Add
2054 search_domain parameter. Pass it down to expand_symtabs_matching.
2055 (decode_objc): Request FUNCTIONS_DOMAIN symbols only.
2056 (lookup_prefix_sym): Adjust by passing ALL_DOMAIN as
2057 search_domain.
2058 (add_all_symbol_names_from_pspace): Add search_domain parameter.
2059 Pass it down.
2060 (find_method, find_function_symbols): Request FUNCTIONS_DOMAIN
2061 symbols.
2062 (add_matching_symbols_to_info): Add search_domain parameter. Pass
2063 it down.
2064
2065 2017-11-08 Pedro Alves <palves@redhat.com>
2066
2067 * ada-lang.c (ada_make_symbol_completion_list): Remove text and
2068 text_len locals and don't pass them down.
2069 * symtab.c (completion_list_add_name): Remove
2070 sym_text/sym_text_len parameters and adjust.
2071 (completion_list_add_symbol, completion_list_add_msymbol)
2072 (completion_list_objc_symbol, completion_list_add_fields)
2073 (add_symtab_completions): Likewise.
2074 (default_collect_symbol_completion_matches_break_on)
2075 (collect_file_symbol_completion_matches): Remove sym_text_len
2076 local and don't pass it down.
2077 * symtab.h (completion_list_add_name): Remove
2078 sym_text/sym_text_len parameters.
2079
2080 2017-11-08 Pedro Alves <palves@redhat.com>
2081
2082 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
2083 unittests/lookup_name_info-selftests.c.
2084 (SUBDIR_UNITTESTS_OBS): Add lookup_name_info-selftests.o.
2085 * cp-support.c: Include "selftest.h".
2086 (cp_remove_params_1): Rename from cp_remove_params. Add
2087 'require_param' parameter, and handle it.
2088 (cp_remove_params): Reimplement.
2089 (cp_remove_params_if_any): New.
2090 (selftests::quote): New.
2091 (selftests::check_remove_params): New.
2092 (selftests::test_cp_remove_params): New.
2093 (_initialize_cp_support): Install
2094 selftests::test_cp_remove_params.
2095 * cp-support.h (cp_remove_params_if_any): Declare.
2096 * dwarf2read.c :Include "selftest.h".
2097 (dw2_expand_symtabs_matching_symbol): Use
2098 lookup_name_info::make_ignore_params.
2099 (selftests::dw2_expand_symtabs_matching::mock_mapped_index)
2100 (selftests::dw2_expand_symtabs_matching::string_or_null)
2101 (selftests::dw2_expand_symtabs_matching::check_match)
2102 (selftests::dw2_expand_symtabs_matching::test_symbols)
2103 (selftests::dw2_expand_symtabs_matching::run_test): New.
2104 (_initialize_dwarf2_read): Register
2105 selftests::dw2_expand_symtabs_matching::run_test.
2106 * psymtab.c (psym_expand_symtabs_matching): Use
2107 lookup_name_info::make_ignore_params.
2108 * symtab.c (demangle_for_lookup_info::demangle_for_lookup_info):
2109 If the lookup name wants to ignore parameters, strip them.
2110 (compare_symbol_name): Remove sym_text/sym_text_len parameters and
2111 code handling '('.
2112 (completion_list_add_name): Don't pass down sym_text/sym_text_len.
2113 (default_collect_symbol_completion_matches_break_on): Don't try to
2114 strip parameters.
2115 * symtab.h (lookup_name_info::lookup_name_info): Add
2116 'ignore_parameters' parameter.
2117 (lookup_name_info::ignore_parameters)
2118 (lookup_name_info::make_ignore_params): New methods.
2119 (lookup_name_info::m_ignore_parameters): New field.
2120 * unittests/lookup_name_info-selftests.c: New file.
2121
2122 2017-11-08 Pedro Alves <palves@redhat.com>
2123
2124 * dwarf2read.c (dw2_expand_marked_cus)
2125 (dw2_expand_symtabs_matching_symbol): Remove forward declarations.
2126 (dw2_expand_symtabs_matching): Move further below.
2127 (dw2_expand_marked_cus): Reindent.
2128
2129 2017-11-08 Pedro Alves <palves@redhat.com>
2130
2131 * dwarf2read.c (byte_swap, MAYBE_SWAP): Move higher up in file.
2132 (struct name_component): New.
2133 (mapped_index::name_components): New field.
2134 (mapped_index::symbol_name_at): New method.
2135 (dwarf2_read_index): Call mapped_index ctor.
2136 (dw2_map_matching_symbols): Add comment about name_components
2137 table.
2138 (dw2_expand_symtabs_matching): Factor part to...
2139 (dw2_expand_symtabs_matching_symbol): ... this new function.
2140 Build name components table, and lookup symbols in it before
2141 calling the name matcher.
2142 (dw2_expand_marked_cus): New, factored out from
2143 dw2_expand_symtabs_matching.
2144 (dwarf2_per_objfile_free): Call the mapped_index's dtor.
2145
2146 2017-11-08 Pedro Alves <palves@redhat.com>
2147
2148 * ada-lang.c (ada_encode): Rename to ..
2149 (ada_encode_1): ... this. Add throw_errors parameter and handle
2150 it.
2151 (ada_encode): Reimplement.
2152 (match_name): Delete, folded into full_name.
2153 (resolve_subexp): No longer pass the encoded name to
2154 ada_lookup_symbol_list.
2155 (should_use_wild_match): Delete.
2156 (name_match_type_from_name): New.
2157 (ada_lookup_simple_minsym): Use lookup_name_info and the
2158 language's symbol_name_matcher_ftype.
2159 (add_symbols_from_enclosing_procs, ada_add_local_symbols)
2160 (ada_add_block_renamings): Adjust to use lookup_name_info.
2161 (ada_lookup_name): New.
2162 (add_nonlocal_symbols, ada_add_all_symbols)
2163 (ada_lookup_symbol_list_worker, ada_lookup_symbol_list)
2164 (ada_iterate_over_symbols): Adjust to use lookup_name_info.
2165 (ada_name_for_lookup): Delete.
2166 (ada_lookup_encoded_symbol): Construct a verbatim name.
2167 (wild_match): Reverse sense of return type. Use bool.
2168 (full_match): Reverse sense of return type. Inline bits of old
2169 match_name here.
2170 (ada_add_block_symbols): Adjust to use lookup_name_info.
2171 (symbol_completion_match): Delete, folded into...
2172 (ada_lookup_name_info::matches): ... .this new method.
2173 (symbol_completion_add): Delete.
2174 (ada_collect_symbol_completion_matches): Add name_match_type
2175 parameter. Adjust to use lookup_name_info and
2176 completion_list_add_name.
2177 (get_var_value, ada_add_global_exceptions): Adjust to use
2178 lookup_name_info.
2179 (ada_get_symbol_name_cmp): Delete.
2180 (do_wild_match, do_full_match): New functions.
2181 (ada_lookup_name_info::ada_lookup_name_info): New method.
2182 (ada_symbol_name_matches, ada_get_symbol_name_matcher): New
2183 functions.
2184 (ada_language_defn): Install ada_get_symbol_name_matcher.
2185 * ada-lex.l (processId): If name starts with '<', copy it
2186 verbatim.
2187 * block.c (block_iter_match_step, block_iter_match_first)
2188 (block_iter_match_next, block_lookup_symbol)
2189 (block_lookup_symbol_primary, block_find_symbol): Adjust to use
2190 lookup_name_info.
2191 * block.h (block_iter_match_first, block_iter_match_next)
2192 (ALL_BLOCK_SYMBOLS_WITH_NAME): Adjust to use lookup_name_info.
2193 * c-lang.c (c_language_defn, cplus_language_defn)
2194 (asm_language_defn, minimal_language_defn): Adjust comments to
2195 refer to la_get_symbol_name_matcher.
2196 * completer.c (complete_files_symbols)
2197 (collect_explicit_location_matches, symbol_completer): Pass a
2198 symbol_name_match_type down.
2199 * completer.h (class completion_match, completion_match_result):
2200 New classes.
2201 (completion_tracker::reset_completion_match_result): New method.
2202 (completion_tracker::m_completion_match_result): New field.
2203 * cp-support.c (make_symbol_overload_list_block): Adjust to use
2204 lookup_name_info.
2205 (cp_fq_symbol_name_matches, cp_get_symbol_name_matcher): New
2206 functions.
2207 * cp-support.h (cp_get_symbol_name_matcher): New declaration.
2208 * d-lang.c: Adjust comments to refer to
2209 la_get_symbol_name_matcher.
2210 * dictionary.c (dict_vector) <iter_match_first, iter_match_next>:
2211 Adjust to use lookup_name_info.
2212 (dict_iter_match_first, dict_iter_match_next)
2213 (iter_match_first_hashed, iter_match_next_hashed)
2214 (iter_match_first_linear, iter_match_next_linear): Adjust to work
2215 with a lookup_name_info.
2216 * dictionary.h (dict_iter_match_first, dict_iter_match_next):
2217 Likewise.
2218 * dwarf2read.c (dw2_lookup_symbol): Adjust to use lookup_name_info.
2219 (dw2_map_matching_symbols): Adjust to use symbol_name_match_type.
2220 (gdb_index_symbol_name_matcher): New class.
2221 (dw2_expand_symtabs_matching) Adjust to use lookup_name_info and
2222 gdb_index_symbol_name_matcher. Accept a NULL symbol_matcher.
2223 * f-lang.c (f_collect_symbol_completion_matches): Adjust to work
2224 with a symbol_name_match_type.
2225 (f_language_defn): Adjust comments to refer to
2226 la_get_symbol_name_matcher.
2227 * go-lang.c (go_language_defn): Adjust comments to refer to
2228 la_get_symbol_name_matcher.
2229 * language.c (default_symbol_name_matcher)
2230 (language_get_symbol_name_matcher): New functions.
2231 (unknown_language_defn, auto_language_defn): Adjust comments to
2232 refer to la_get_symbol_name_matcher.
2233 * language.h (symbol_name_cmp_ftype): Delete.
2234 (language_defn) <la_collect_symbol_completion_matches>: Add match
2235 type parameter.
2236 <la_get_symbol_name_cmp>: Delete field.
2237 <la_get_symbol_name_matcher>: New field.
2238 <la_iterate_over_symbols>: Adjust to use lookup_name_info.
2239 (default_symbol_name_matcher, language_get_symbol_name_matcher):
2240 Declare.
2241 * linespec.c (iterate_over_all_matching_symtabs)
2242 (iterate_over_file_blocks): Adjust to use lookup_name_info.
2243 (find_methods): Add language parameter, and use lookup_name_info
2244 and the language's symbol_name_matcher_ftype.
2245 (linespec_complete_function): Adjust.
2246 (lookup_prefix_sym): Use lookup_name_info.
2247 (add_all_symbol_names_from_pspace): Adjust.
2248 (find_superclass_methods): Add language parameter and pass it
2249 down.
2250 (find_method): Pass symbol language down.
2251 (find_linespec_symbols): Don't demangle or Ada encode here.
2252 (search_minsyms_for_name): Add lookup_name_info parameter.
2253 (add_matching_symbols_to_info): Add name_match_type parameter.
2254 Use lookup_name_info.
2255 * m2-lang.c (m2_language_defn): Adjust comments to refer to
2256 la_get_symbol_name_matcher.
2257 * minsyms.c: Include <algorithm>.
2258 (add_minsym_to_demangled_hash_table): Remove table parameter and
2259 add objfile parameter. Use search_name_hash, and add language to
2260 demangled languages vector.
2261 (struct found_minimal_symbols): New struct.
2262 (lookup_minimal_symbol_mangled, lookup_minimal_symbol_demangled):
2263 New functions.
2264 (lookup_minimal_symbol): Adjust to use them. Don't canonicalize
2265 input names here. Use lookup_name_info instead. Lookup up
2266 demangled names once for each language in the demangled names
2267 vector.
2268 (iterate_over_minimal_symbols): Use lookup_name_info. Lookup up
2269 demangled names once for each language in the demangled names
2270 vector.
2271 (build_minimal_symbol_hash_tables): Adjust.
2272 * minsyms.h (iterate_over_minimal_symbols): Adjust to pass down a
2273 lookup_name_info.
2274 * objc-lang.c (objc_language_defn): Adjust comment to refer to
2275 la_get_symbol_name_matcher.
2276 * objfiles.h: Include <vector>.
2277 (objfile_per_bfd_storage) <demangled_hash_languages>: New field.
2278 * opencl-lang.c (opencl_language_defn): Adjust comment to refer to
2279 la_get_symbol_name_matcher.
2280 * p-lang.c (pascal_language_defn): Adjust comment to refer to
2281 la_get_symbol_name_matcher.
2282 * psymtab.c (psym_lookup_symbol): Use lookup_name_info.
2283 (match_partial_symbol): Use symbol_name_match_type,
2284 lookup_name_info and psymbol_name_matches.
2285 (lookup_partial_symbol): Use lookup_name_info.
2286 (map_block): Use symbol_name_match_type and lookup_name_info.
2287 (psym_map_matching_symbols): Use symbol_name_match_type.
2288 (psymbol_name_matches): New.
2289 (recursively_search_psymtabs): Use lookup_name_info and
2290 psymbol_name_matches. Rename 'kind' parameter to 'domain'.
2291 (psym_expand_symtabs_matching): Use lookup_name_info. Rename
2292 'kind' parameter to 'domain'.
2293 * rust-lang.c (rust_language_defn): Adjust comment to refer to
2294 la_get_symbol_name_matcher.
2295 * symfile-debug.c (debug_qf_map_matching_symbols)
2296 (debug_qf_map_matching_symbols): Use symbol_name_match_type.
2297 (debug_qf_expand_symtabs_matching): Use lookup_name_info.
2298 * symfile.c (expand_symtabs_matching): Use lookup_name_info.
2299 * symfile.h (quick_symbol_functions) <map_matching_symbols>:
2300 Adjust to use symbol_name_match_type.
2301 <expand_symtabs_matching>: Adjust to use lookup_name_info.
2302 (expand_symtabs_matching): Adjust to use lookup_name_info.
2303 * symmisc.c (maintenance_expand_symtabs): Use
2304 lookup_name_info::match_any ().
2305 * symtab.c (symbol_matches_search_name): New.
2306 (eq_symbol_entry): Adjust to use lookup_name_info and the
2307 language's matcher.
2308 (demangle_for_lookup_info::demangle_for_lookup_info): New.
2309 (lookup_name_info::match_any): New.
2310 (iterate_over_symbols, search_symbols): Use lookup_name_info.
2311 (compare_symbol_name): Add language, lookup_name_info and
2312 completion_match_result parameters, and use them.
2313 (completion_list_add_name): Make extern. Add language and
2314 lookup_name_info parameters. Use them.
2315 (completion_list_add_symbol, completion_list_add_msymbol)
2316 (completion_list_objc_symbol): Add lookup_name_info parameters and
2317 adjust. Pass down language.
2318 (completion_list_add_fields): Add lookup_name_info parameters and
2319 adjust. Pass down language.
2320 (add_symtab_completions): Add lookup_name_info parameters and
2321 adjust.
2322 (default_collect_symbol_completion_matches_break_on): Add
2323 name_match_type parameter, and use it. Use lookup_name_info.
2324 (default_collect_symbol_completion_matches)
2325 (collect_symbol_completion_matches): Add name_match_type
2326 parameter, and pass it down.
2327 (collect_symbol_completion_matches_type): Adjust.
2328 (collect_file_symbol_completion_matches): Add name_match_type
2329 parameter, and use lookup_name_info.
2330 * symtab.h: Include <string> and "common/gdb_optional.h".
2331 (enum class symbol_name_match_type): New.
2332 (class ada_lookup_name_info): New.
2333 (struct demangle_for_lookup_info): New.
2334 (class lookup_name_info): New.
2335 (symbol_name_matcher_ftype): New.
2336 (SYMBOL_MATCHES_SEARCH_NAME): Use symbol_matches_search_name.
2337 (symbol_matches_search_name): Declare.
2338 (MSYMBOL_MATCHES_SEARCH_NAME): Delete.
2339 (default_collect_symbol_completion_matches)
2340 (collect_symbol_completion_matches)
2341 (collect_file_symbol_completion_matches): Add name_match_type
2342 parameter.
2343 (iterate_over_symbols): Use lookup_name_info.
2344 (completion_list_add_name): Declare.
2345 * utils.c (enum class strncmp_iw_mode): Moved to utils.h.
2346 (strncmp_iw_with_mode): Now extern.
2347 * utils.h (enum class strncmp_iw_mode): Moved from utils.c.
2348 (strncmp_iw_with_mode): Declare.
2349
2350 2017-11-08 Keith Seitz <keiths@redhat.com>
2351 Pedro Alves <palves@redhat.com>
2352
2353 * ada-lang.c (ada_language_defn): Install
2354 default_search_name_hash.
2355 * buildsym.c (struct buildsym_compunit): <language>: New field.
2356 (finish_block_internal): Pass language when creating dictionaries.
2357 (start_buildsym_compunit, start_symtab): New language parameters.
2358 Use them.
2359 (restart_symtab): Pass down compilation unit's language.
2360 * buildsym.h (enum language): Forward declare.
2361 (start_symtab): New 'language' parameter.
2362 * c-lang.c (c_language_defn, cplus_language_defn)
2363 (asm_language_defn, minimal_language_defn): Install
2364 default_search_name_hash.
2365 * coffread.c (coff_start_symtab): Adjust.
2366 * d-lang.c (d_language_defn): Install default_search_name_hash.
2367 * dbxread.c (struct symloc): Add 'pst_language' field.
2368 (PST_LANGUAGE): Define.
2369 (start_psymtab, read_ofile_symtab): Use it.
2370 (process_one_symbol): New 'language' parameter. Pass it down.
2371 * dictionary.c (struct dictionary) <language>: New field.
2372 (DICT_LANGUAGE): Define.
2373 (dict_create_hashed, dict_create_hashed_expandable)
2374 (dict_create_linear, dict_create_linear_expandable): New parameter
2375 'language'. Set the dictionary's language.
2376 (iter_match_first_hashed): Adjust to rename.
2377 (insert_symbol_hashed): Assert we don't see mismatching
2378 languages. Adjust to rename.
2379 (dict_hash): Rename to ...
2380 (default_search_name_hash): ... this and make extern.
2381 * dictionary.h (struct language_defn): Forward declare.
2382 (dict_create_hashed): New parameter 'language'.
2383 * dwarf2read.c (dwarf2_start_symtab): Pass down language.
2384 * f-lang.c (f_language_defn): Install default_search_name_hash.
2385 * go-lang.c (go_language_defn): Install default_search_name_hash.
2386 * jit.c (finalize_symtab): Pass compunit's language to dictionary
2387 creation.
2388 * language.c (unknown_language_defn, auto_language_defn):
2389 * language.h (language_defn::la_search_name_hash): New field.
2390 (default_search_name_hash): Declare.
2391 * m2-lang.c (m2_language_defn): Install default_search_name_hash.
2392 * mdebugread.c (new_block): New parameter 'language'.
2393 * mdebugread.c (parse_symbol): Pass symbol language to block
2394 allocation.
2395 (psymtab_to_symtab_1): Pass down language.
2396 (new_symtab): Pass compunit's language to block allocation.
2397 * objc-lang.c (objc_language_defn): Install
2398 default_search_name_hash.
2399 * opencl-lang.c (opencl_language_defn):
2400 * p-lang.c (pascal_language_defn): Install
2401 default_search_name_hash.
2402 * rust-lang.c (rust_language_defn): Install
2403 default_search_name_hash.
2404 * stabsread.h (enum language): Forward declare.
2405 (process_one_symbol): Add 'language' parameter.
2406 * symtab.c (search_name_hash): New function.
2407 * symtab.h (search_name_hash): Declare.
2408 * xcoffread.c (read_xcoff_symtab): Pass language to start_symtab.
2409
2410 2017-11-08 Pedro Alves <palves@redhat.com>
2411
2412 * cp-name-parser.y (main): Don't initialize extra_chars.
2413
2414 2017-11-07 Tom Tromey <tom@tromey.com>
2415
2416 * event-top.h (command_handler): Constify.
2417 * record-full.c (cmd_record_full_start): Update.
2418 * thread.c (thread_apply_all_command): Update.
2419 * printcmd.c (eval_command): Update.
2420 * mi/mi-main.c (mi_execute_cli_command): Update.
2421 (mi_execute_async_cli_command): Update.
2422 * tui/tui-stack.c (tui_update_command): Update.
2423 * cli/cli-interp.c (safe_execute_command): Constify.
2424 * record.c (record_start): Update.
2425 (record_start, record_stop, cmd_record_start): Update.
2426 * record-btrace.c (cmd_record_btrace_bts_start): Update.
2427 (cmd_record_btrace_pt_start): Update.
2428 (cmd_record_btrace_start): Update.
2429 (cmd_record_btrace_start): Update.
2430 * reverse.c (exec_reverse_once): Update.
2431 * python/python.c (execute_gdb_command): Don't copy the command.
2432 * event-top.c (command_line_handler): Update.
2433 (command_handler): Constify.
2434 * defs.h (deprecated_call_command_hook): Constify.
2435 * cli/cli-script.h (execute_user_command): Constify.
2436 * cli/cli-script.c (execute_user_command): Constify.
2437 (execute_cmd_pre_hook, execute_cmd_post_hook): Constify.
2438 (enum command_control_type): Update.
2439 * main.c (catch_command_errors): Remove non-const overload.
2440 (catch_command_errors_ftype): Remove.
2441 * python/py-cmd.c (cmdpy_function): Constify.
2442 * guile/scm-cmd.c (cmdscm_function): Constify.
2443 * cli/cli-dump.c (call_dump_func): Constify.
2444 * cli/cli-decode.c (do_const_cfunc): Constify.
2445 (do_sfunc): Constify.
2446 (cmd_func): Constify.
2447 * gdbcmd.h (execute_command, execute_command_to_string): Constify.
2448 * top.h (execute_command): Constify.
2449 * top.c (execute_command): Constify.
2450 (execute_command_to_string): Constify.
2451 (deprecated_call_command_hook): Constify.
2452 * command.h (cmd_func): Constify.
2453 * cli/cli-decode.h (struct cmd_list_element) <func>: Constify.
2454
2455 2017-11-07 Tom Tromey <tom@tromey.com>
2456
2457 * ada-lang.c (catch_ada_exception_command): Constify.
2458 (catch_assert_command): Constify.
2459 * break-catch-throw.c (catch_catch_command, catch_throw_command)
2460 (catch_rethrow_command): Constify.
2461 (catch_exception_command_1): Constify.
2462 * breakpoint.h (add_catch_command): Constify.
2463 * break-catch-syscall.c (catch_syscall_command_1): Constify.
2464 (catch_syscall_split_args): Constify.
2465 * break-catch-sig.c (catch_signal_command): Constify.
2466 (catch_signal_split_args): Constify.
2467 * cli/cli-decode.h (struct cmd_list_element) <function>: Use
2468 cmd_const_sfunc_ftype.
2469 * cli/cli-decode.c (add_setshow_cmd_full): Constify.
2470 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
2471 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
2472 (add_setshow_string_cmd, struct cmd_list_element)
2473 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
2474 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
2475 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd):
2476 Constify.
2477 (set_cmd_sfunc): Constify.
2478 (empty_sfunc): Constify.
2479 * command.h (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
2480 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
2481 (add_setshow_string_cmd, add_setshow_string_noescape_cmd)
2482 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
2483 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
2484 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
2485 Constify.
2486 (set_cmd_sfunc): Constify.
2487 (cmd_sfunc_ftype): Remove.
2488 * compile/compile.c (set_compile_args): Constify.
2489 * infrun.c (set_disable_randomization): Constify.
2490 * infcmd.c (set_args_command, set_cwd_command): Constify.
2491 * breakpoint.c (set_condition_evaluation_mode): Constify.
2492 (add_catch_command): Constify.
2493 (catch_fork_command_1, catch_exec_command_1)
2494 (catch_load_command_1, catch_unload_command_1): Constify.
2495 (catch_load_or_unload): Constify.
2496 * guile/scm-param.c (pascm_set_func): Constify.
2497 (add_setshow_generic): Constify.
2498 * python/py-param.c (get_set_value): Constify.
2499 * top.h (set_verbose): Constify.
2500 * tui/tui-win.c (tui_set_var_cmd): Constify.
2501 * mi/mi-main.c (set_mi_async_command): Constify.
2502 * cli/cli-logging.c (set_logging_overwrite)
2503 (set_logging_redirect): Constify.
2504 * value.c (set_max_value_size): Constify.
2505 * valprint.c (set_input_radix, set_output_radix): Constify.
2506 * utils.c (set_width_command, set_height_command): Constify.
2507 * typeprint.c (set_print_type_methods, set_print_type_typedefs): Constify.
2508 * tracepoint.c (set_disconnected_tracing)
2509 (set_circular_trace_buffer, set_trace_buffer_size)
2510 (set_trace_user, set_trace_notes, set_trace_stop_notes): Constify.
2511 * top.c (set_history_size_command, set_verbose, set_editing)
2512 (set_gdb_datadir, set_history_filename): Constify.
2513 * target.c (set_targetdebug, maint_set_target_async_command)
2514 (maint_set_target_non_stop_command, set_target_permissions)
2515 (set_write_memory_permission): Constify.
2516 (open_target): Constify.
2517 * target-descriptions.c (set_tdesc_filename_cmd): Constify.
2518 * target-dcache.c (set_stack_cache, set_code_cache): Constify.
2519 * symtab.c (set_symbol_cache_size_handler): Constify.
2520 * symfile.c (set_ext_lang_command): Constify.
2521 * symfile-debug.c (set_debug_symfile): Constify.
2522 * source.c (set_directories_command): Constify.
2523 * solib.c (reload_shared_libraries, gdb_sysroot_changed): Constify.
2524 * serial.c (set_parity): Constify.
2525 * rs6000-tdep.c (powerpc_set_soft_float, powerpc_set_vector_abi): Constify.
2526 * remote.c (set_remote_exec_file, set_remotebreak)
2527 (set_remote_protocol_Z_packet_cmd, set_range_stepping): Constify.
2528 * record.c (set_record_insn_history_size)
2529 (set_record_call_history_size): Constify.
2530 * record-full.c (set_record_full_insn_max_num): Constify.
2531 * proc-api.c (set_procfs_trace_cmd, set_procfs_file_cmd): Constify.
2532 * osabi.c (set_osabi): Constify.
2533 * mips-tdep.c (set_mips64_transfers_32bit_regs)
2534 (reinit_frame_cache_sfunc, mips_abi_update): Constify.
2535 * maint.c (maintenance_set_profile_cmd): Constify.
2536 * linux-thread-db.c (set_libthread_db_search_path): Constify.
2537 * language.c (set_language_command, set_range_command)
2538 (set_case_command): Constify.
2539 * infrun.c (set_non_stop, set_observer_mode)
2540 (set_stop_on_solib_events, set_schedlock_func)
2541 (set_exec_direction_func): Constify.
2542 * infcmd.c (set_inferior_tty_command): Constify.
2543 * disasm.c (set_disassembler_options_sfunc): Constify.
2544 * demangle.c (set_demangling_command): Constify.
2545 * dcache.c (set_dcache_size, set_dcache_line_size): Constify.
2546 * cris-tdep.c (set_cris_version, set_cris_mode)
2547 (set_cris_dwarf2_cfi): Constify.
2548 * corefile.c (set_gnutarget_command): Constify.
2549 * charset.c (set_host_charset_sfunc, set_target_charset_sfunc)
2550 (set_target_wide_charset_sfunc): Constify.
2551 * breakpoint.c (update_dprintf_commands): Constify.
2552 * auto-load.c (set_auto_load_dir, set_auto_load_safe_path): Constify.
2553 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi)
2554 (set_disassembly_style_sfunc): Constify.
2555 * arch-utils.c (set_endian, set_architecture): Constify.
2556 * alpha-tdep.c (reinit_frame_cache_sfunc): Constify.
2557 * agent.c (set_can_use_agent): Constify.
2558
2559 2017-11-07 Tom Tromey <tom@tromey.com>
2560
2561 * go32-nat.c (go32_sysinfo, go32_sldt, go32_sgdt, go32_sidt)
2562 (go32_pde, go32_pte, go32_pte_for_address): Constify.
2563 * gnu-nat.c (_parse_bool_arg, show_thread_default_pause_cmd)
2564 (set_thread_default_pause_cmd, set_thread_default_run_cmd)
2565 (show_thread_default_run_cmd, set_thread_default_detach_sc_cmd)
2566 (parse_int_arg, show_thread_default_detach_sc_cmd)
2567 (set_signals_cmd, show_signals_cmd, set_sig_thread_cmd)
2568 (show_sig_thread_cmd, set_stopped_cmd, show_stopped_cmd)
2569 (set_exceptions_cmd, show_exceptions_cmd, set_task_pause_cmd)
2570 (show_task_pause_cmd, set_task_detach_sc_cmd)
2571 (show_task_detach_sc_cmd, set_task_exc_port_cmd)
2572 (set_noninvasive_cmd, set_thread_pause_cmd)
2573 (show_thread_pause_cmd, set_thread_run_cmd, show_thread_run_cmd)
2574 (set_thread_detach_sc_cmd, show_thread_detach_sc_cmd)
2575 (set_thread_exc_port_cmd, thread_takeover_sc_cmd): Constify.
2576 * windows-nat.c (display_selectors): Constify.
2577 * cli/cli-decode.h (struct cmd_list_element) <function>: Remove
2578 non-const "cfunc".
2579 * cli/cli-decode.c (set_cmd_cfunc): Remove non-const overload.
2580 (cmd_cfunc_eq): Likewise.
2581 (struct cmd_list_element): Likewise.
2582 (do_cfunc): Remove.
2583 (cli_user_command_p): Update.
2584 * command.h (add_cmd): Remove non-const overload.
2585 (cmd_cfunc_ftype): Remove typedef.
2586 (cmd_cfunc_eq): Remove non-const overload.
2587 * value.c (show_values): Constify.
2588 * thread.c (thread_apply_all_command): Constify.
2589 * symfile.c (load_command): Constify.
2590 * source.c (directory_command): Constify.
2591 * maint.c (maintenance_internal_error)
2592 (maintenance_demangler_warning, maintenance_space_display)
2593 (maintenance_print_architecture, maintenance_translate_address)
2594 (maintenance_info_selftests, maintenance_internal_warning):
2595 Constify.
2596 * breakpoint.c (disable_trace_command, enable_trace_command):
2597 Constify.
2598 * auto-load.c (info_auto_load_local_gdbinit, add_auto_load_dir):
2599 Constify.
2600 (add_auto_load_safe_path): Constify.
2601 * guile/scm-auto-load.c (info_auto_load_guile_scripts): Constify.
2602 * top.h (show_commands): Constify.
2603 * linux-thread-db.c (info_auto_load_libthread_db): Constify.
2604 * sparc64-tdep.c (adi_examine_command): Constify.
2605 (adi_assign_command): Constify.
2606
2607 2017-11-07 Tom Tromey <tom@tromey.com>
2608
2609 * frame.h (info_locals_command, info_args_command): Constify.
2610 * auto-load.h (auto_load_info_scripts): Constify.
2611 * inferior.h (registers_info): Constify.
2612 * copying.c: Rebuild.
2613 * copying.awk: Constify generated commands.
2614 * auto-load.c (auto_load_info_scripts)
2615 (info_auto_load_gdb_scripts): Constify.
2616 * cli/cli-decode.c (struct cmd_list_element): Take a
2617 cmd_const_cfunc_ftype.
2618 * command.h (add_info): Take a cmd_const_cfunc_ftype.
2619 * tui/tui-win.c (tui_all_windows_info): Constify.
2620 * python/py-auto-load.c (info_auto_load_python_scripts):
2621 Constify.
2622 * cli/cli-cmds.c (show_command): Remove non-const overload.
2623 * tracepoint.c (info_tvariables_command, info_scope_command):
2624 Constify.
2625 (info_static_tracepoint_markers_command): Constify.
2626 * thread.c (info_threads_command): Constify.
2627 (print_thread_info_1): Constify.
2628 * target.c (info_target_command): Constify.
2629 * symtab.c (info_sources_command, info_functions_command)
2630 (info_types_command): Constify.
2631 (info_variables_command): Remove non-const overload.
2632 * symfile.c (info_ext_lang_command): Constify.
2633 * stack.c (info_frame_command, info_locals_command)
2634 (info_args_command): Constify.
2635 (backtrace_command): Remove non-const overload.
2636 * source.c (info_source_command, info_line_command): Constify.
2637 * solib.c (info_sharedlibrary_command): Constify.
2638 * skip.c (info_skip_command): Constify.
2639 * ser-go32.c (info_serial_command): Constify.
2640 * reverse.c (info_bookmarks_command): Constify.
2641 * printcmd.c (info_symbol_command, info_address_command)
2642 (info_display_command): Constify.
2643 * osdata.c (info_osdata_command): Constify.
2644 * objc-lang.c (info_selectors_command, info_classes_command):
2645 Constify.
2646 * nto-procfs.c (procfs_pidlist, procfs_meminfo): Constify.
2647 * memattr.c (info_mem_command): Constify.
2648 * macrocmd.c (info_macro_command, info_macros_command): Constify.
2649 * linux-fork.c (info_checkpoints_command): Constify.
2650 * infrun.c (info_signals_command): Constify.
2651 * inflow.c (info_terminal_command): Constify.
2652 * inferior.c (info_inferiors_command): Constify.
2653 (print_inferior): Constify.
2654 * infcmd.c (info_program_command, info_all_registers_command)
2655 (info_registers_command, info_vector_command)
2656 (info_float_command): Constify.
2657 (registers_info): Constify.
2658 * gnu-nat.c (info_send_rights_cmd, info_recv_rights_cmd)
2659 (info_port_sets_cmd, info_dead_names_cmd, info_port_rights_cmd):
2660 Constify.
2661 * f-valprint.c (info_common_command): Constify.
2662 * dcache.c (info_dcache_command): Constify.
2663 (dcache_info_1): Constify.
2664 * darwin-nat-info.c (info_mach_tasks_command)
2665 (info_mach_task_command, info_mach_ports_command)
2666 (info_mach_port_command, info_mach_threads_command)
2667 (info_mach_thread_command, info_mach_regions_command)
2668 (info_mach_regions_recurse_command, info_mach_region_command)
2669 (info_mach_exceptions_command): Constify.
2670 (get_task_from_args): Constify.
2671 * cp-support.c (info_vtbl_command): Constify.
2672 * breakpoint.c (info_watchpoints_command)
2673 (info_tracepoints_command): Constify.
2674 (info_breakpoints_command): Remove non-const overload.
2675 * avr-tdep.c (avr_io_reg_read_command): Constify.
2676 * auxv.c (info_auxv_command): Constify.
2677 * ada-tasks.c (info_tasks_command): Constify.
2678 (info_task): Constify.
2679 * ada-lang.c (info_exceptions_command): Constify.
2680
2681 2017-11-07 Tom Tromey <tom@tromey.com>
2682
2683 * solib.h (no_shared_libraries): Constify.
2684 * frame.h (return_command): Constify.
2685 * cli/cli-cmds.h (quit_command): Constify.
2686 * top.h (quit_command, execute_command): Constify.
2687 * target.h (flash_erase_command): Constify.
2688 * inferior.h (set_inferior_args, attach_command): Constify.
2689 * tracepoint.h (start_tracing, stop_tracing): Constify.
2690 * breakpoint.h (break_command, tbreak_command)
2691 (hbreak_command_wrapper, thbreak_command_wrapper)
2692 (rbreak_command_wrapper, watch_command_wrapper)
2693 (awatch_command_wrapper, rwatch_command_wrapper)
2694 (get_tracepoint_by_number): Constify.
2695 * symtab.c (info_variables_command, rbreak_command)
2696 (symtab_symbol_info): Constify.
2697 (info_variables_command): Add non-const overload.
2698 * top.c (dont_repeat_command): Constify.
2699 * breakpoint.c (ignore_command, commands_command)
2700 (condition_command, tbreak_command, hbreak_command)
2701 (thbreak_command, clear_command, break_command)
2702 (info_breakpoints_command, watch_command, rwatch_command)
2703 (awatch_command, trace_command, ftrace_command, strace_command)
2704 (trace_pass_command, break_range_command, dprintf_command)
2705 (agent_printf_command, get_tracepoint_by_number)
2706 (watch_maybe_just_location, trace_pass_command): Constify.
2707 (info_breakpoints_command): Add non-const overload.
2708 * tracefile.c (tsave_command): Constify.
2709 * infcmd.c (attach_command, disconnect_command, signal_command)
2710 (queue_signal_command, stepi_command, nexti_command)
2711 (finish_command, next_command, step_command, until_command)
2712 (advance_command, jump_command, continue_command, run_command)
2713 (start_command, starti_command, interrupt_command)
2714 (run_command_1, set_inferior_args, step_1): Constify.
2715 * inferior.c (add_inferior_command, remove_inferior_command)
2716 (clone_inferior_command): Constify.
2717 * linux-fork.c (checkpoint_command, restart_command): Constify.
2718 * windows-nat.c (signal_event_command): Constify.
2719 * guile/guile.c (guile_repl_command, guile_command): Constify.
2720 * printcmd.c (x_command, display_command, printf_command)
2721 (output_command, set_command, call_command, print_command)
2722 (eval_command): Constify.
2723 (non_const_set_command): Remove.
2724 (_initialize_printcmd): Update.
2725 * source.c (forward_search_command, reverse_search_command):
2726 Constify.
2727 * jit.c (jit_reader_load_command, jit_reader_unload_command):
2728 Constify.
2729 * infrun.c (handle_command): Constify.
2730 * memattr.c (mem_command): Constify.
2731 * stack.c (return_command, up_command, up_silently_command)
2732 (down_command, down_silently_command, frame_command)
2733 (backtrace_command, func_command, backtrace_command_1): Constify.
2734 (backtrace_command): Add non-const overload.
2735 * remote-sim.c (simulator_command): Constify.
2736 * exec.c (set_section_command): Constify.
2737 * tracepoint.c (tdump_command, trace_variable_command)
2738 (tstatus_command, tstop_command, tstart_command)
2739 (end_actions_pseudocommand, while_stepping_pseudocommand)
2740 (collect_pseudocommand, teval_pseudocommand, actions_command)
2741 (start_tracing, stop_tracing): Constify.
2742 * value.c (init_if_undefined_command): Constify.
2743 * tui/tui-stack.c (tui_update_command): Constify.
2744 * tui/tui-win.c (tui_refresh_all_command)
2745 (tui_set_tab_width_command, tui_set_win_height_command)
2746 (tui_set_focus_command, tui_scroll_forward_command)
2747 (tui_scroll_backward_command, tui_scroll_left_command)
2748 (tui_scroll_right_command, parse_scrolling_args, tui_set_focus)
2749 (tui_set_win_height): Constify.
2750 * tui/tui-layout.c (tui_layout_command): Constify.
2751 * procfs.c (proc_trace_syscalls, proc_trace_sysentry_cmd)
2752 (proc_trace_sysexit_cmd, proc_untrace_sysentry_cmd)
2753 (proc_untrace_sysexit_cmd): Constify.
2754 * remote.c (threadlist_test_cmd, threadinfo_test_cmd)
2755 (threadset_test_cmd, threadlist_update_test_cmd)
2756 (threadalive_test): Constify.
2757 * objc-lang.c (print_object_command): Constify.
2758 * command.h (add_com): Constify.
2759 * cli/cli-dump.c (restore_command): Constify.
2760 * cli/cli-cmds.c (pwd_command, echo_command, quit_command)
2761 (help_command, complete_command, shell_command, edit_command)
2762 (list_command, disassemble_command, make_command)
2763 (apropos_command, alias_command): Constify.
2764 * cli/cli-script.c (document_command, define_command)
2765 (while_command, if_command, validate_comname): Constify.
2766 * cli/cli-decode.c (struct cmd_list_element): Change type of
2767 "fun".
2768 * target.c (do_monitor_command, flash_erase_command): Constify.
2769 * regcache.c (reg_flush_command): Constify.
2770 * reverse.c (reverse_step, reverse_next, reverse_stepi)
2771 (reverse_nexti, reverse_continue, reverse_finish)
2772 (save_bookmark_command, goto_bookmark_command)
2773 (exec_reverse_once): Constify.
2774 * python/python.c (python_interactive_command, python_command):
2775 Constify.
2776 * typeprint.c (ptype_command, whatis_command, whatis_exp):
2777 Constify.
2778 * solib.c (sharedlibrary_command, no_shared_libraries): Constify.
2779 * gcore.c (gcore_command): Constify.
2780
2781 2017-11-07 Tom Tromey <tom@tromey.com>
2782
2783 * printcmd.c (x_command): Call set_repeat_arguments.
2784 * cli/cli-cmds.c (list_command): Call set_repeat_arguments.
2785 * top.c (repeat_arguments): New global.
2786 (set_repeat_arguments): New function.
2787 (execute_command): Handle repeat_arguments.
2788 (show_commands): Calls set_repeat_arguments.
2789 * command.h (set_repeat_arguments): Declare.
2790
2791 2017-11-07 Tom Tromey <tom@tromey.com>
2792
2793 * stack.c (backtrace_command): Use std::string.
2794 (backtrace_command_1): Make "count_exp" const.
2795
2796 2017-11-07 Tom Tromey <tom@tromey.com>
2797
2798 * source.c (directory_switch, mod_path, add_path): Constify.
2799 * defs.h (add_path, mod_path, directory_switch): Constify.
2800 * mi/mi-cmd-env.c (env_mod_path): Constify.
2801
2802 2017-11-07 Tom Tromey <tom@tromey.com>
2803
2804 * infcmd.c (strip_bg_char): Return gdb::unique_xmalloc_ptr.
2805 (run_command_1, continue_command, step_1, jump_command)
2806 (signal_command, until_command, advance_command, finish_command)
2807 (attach_command): Update.
2808
2809 2017-11-07 Tom Tromey <tom@tromey.com>
2810
2811 * command.h (set_cmd_cfunc): Don't declare.
2812 * cli/cli-decode.c (set_cmd_cfunc): Now static.
2813
2814 2017-11-07 Tom Tromey <tom@tromey.com>
2815
2816 * stack.c (select_frame_command): Constify.
2817 * cli/cli-decode.c (add_com_suppress_notification): Constify.
2818 * command.h (add_com_suppress_notification): Constify.
2819
2820 2017-11-07 Tom Tromey <tom@tromey.com>
2821
2822 * breakpoint.c (stop_command): Constify.
2823 * cli/cli-decode.c (struct cmd_list_element): Constify.
2824 * command.h (add_abbrev_prefix_cmd): Constify.
2825
2826 2017-11-07 Pedro Alves <palves@redhat.com>
2827
2828 * breakpoint.c (extract_bp_kind): New enum.
2829 (extract_bp_num, extract_bp_or_bp_range): New functions, partially
2830 factored out from ...
2831 (extract_bp_number_and_location): ... here.
2832 * cli/cli-utils.c (get_number_trailer): Handle '-$variable'.
2833
2834 2017-11-07 Pedro Alves <palves@redhat.com>
2835
2836 * breakpoint.c (extract_bp_number_and_location): Change return
2837 type to void. Throw error instead of warning.
2838 (enable_disable_command): Adjust.
2839
2840 2017-11-07 Xavier Roirand <roirand@adacore.com>
2841 Pedro Alves <palves@redhat.com>
2842
2843 * breakpoint.c (map_breakpoint_number_range): New, factored out
2844 from ...
2845 (map_breakpoint_numbers): ... here.
2846 (find_location_by_number): Change parameters from string to
2847 breakpoint number and location.
2848 (extract_bp_number_and_location): New function.
2849 (enable_disable_bp_num_loc)
2850 (enable_disable_breakpoint_location_range)
2851 (enable_disable_command): New functions, factored out ...
2852 (enable_command, disable_command): ... these functions, and
2853 adjusted to support ranges.
2854 * NEWS: Document enable/disable breakpoint location range feature.
2855
2856 2017-11-06 Luis Machado <luis.machado@linaro.org>
2857
2858 * MAINTAINERS (Write After Approval): Update my e-mail address.
2859
2860 2017-11-06 Pedro Alves <palves@redhat.com>
2861
2862 * gnu-nat.c (gnu_terminal_init): Delete.
2863 (gnu_target): Don't install gnu_terminal_init.
2864 * inflow.c (child_terminal_init_with_pgrp): Delete, merged with ...
2865 (child_terminal_init): ... this function.
2866
2867 2017-11-06 Pedro Alves <palves@redhat.com>
2868
2869 * common/common.m4 (GDB_AC_COMMON): No longer check termio.h nor
2870 sgtty.h.
2871 * config.in, configure: Regenerate.
2872
2873 2017-11-06 Pedro Alves <palves@redhat.com>
2874
2875 * event-top.c: Check SIGTSTP instead of STOP_SIGNAL thoughout.
2876 (async_init_signals): Adjust.
2877 (handle_stop_sig): Rename to ...
2878 (handle_sigtstp): ... this.
2879 (async_stop_sig): Rename to ...
2880 (async_sigtstp_handler): ... this, and delete STOP_SIGNAL !=
2881 SIGTSTP path.
2882 * event-top.h: Move signal.h include to the top. Check SIGTSTP
2883 instead of STOP_SIGNAL thoughout.
2884 (handle_stop_sig): Rename to ...
2885 (handle_sigtstp): ... this.
2886 * top.c (command_line_input): Replace STOP_SIGNAL -> SIGTSTP.
2887
2888 2017-11-06 Pedro Alves <palves@redhat.com>
2889
2890 * inflow.c (child_terminal_inferior, child_terminal_ours_1): No
2891 longer set flags twice in row.
2892
2893 2017-11-06 Pedro Alves <palves@redhat.com>
2894
2895 * Makefile.in (SER_HARDWIRE): Update comment.
2896 (HFILES_NO_SRCDIR): Remove gdb_termios.h.
2897 * common/gdb_termios.h: Delete file.
2898 * common/job-control.c: Include termios.h and unistd.h instead of
2899 gdb_termios.h.
2900 (gdb_setpgid): Remove HAVE_TERMIOS || TIOCGPGRP preprocessor
2901 check.
2902 (have_job_control): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2903 Remove sgtty code.
2904 * configure.ac: No longer check for termio.h and sgtty.h.
2905 * configure: Regenerate.
2906 * inflow.c: Include termios.h instead of gdb_termios.h. Replace
2907 PROCESS_GROUP_TYPE checks with HAVE_TERMIOS_H checks throughout.
2908 Replace PROCESS_GROUP_TYPE references with pid_t references
2909 throughout.
2910 (gdb_getpgrp): Delete.
2911 (set_initial_gdb_ttystate): Use tcgetpgrp instead of gdb_getpgrp.
2912 (child_terminal_inferior): Remove comment. Remove sgtty code.
2913 (child_terminal_ours_1): Use tcgetpgrp directly instead of
2914 gdb_getpgrp. Use serial_set_tty_state instead aof
2915 serial_noflush_set_tty_state. Remove sgtty code.
2916 * inflow.h: Include unistd.h instead of gdb_termios.h. Replace
2917 PROCESS_GROUP_TYPE check with HAVE_TERMIOS_H check.
2918 (inferior_process_group): Now returns pid_t.
2919 * ser-base.c (ser_base_noflush_set_tty_state): Delete.
2920 * ser-base.h (ser_base_noflush_set_tty_state): Delete.
2921 * ser-event.c (serial_event_ops): Update.
2922 * ser-go32.c (dos_noflush_set_tty_state): Delete.
2923 (dos_ops): Update.
2924 * ser-mingw.c (hardwire_ops, tty_ops, pipe_ops, tcp_ops): Update.
2925 * ser-pipe.c (pipe_ops): Update.
2926 * ser-tcp.c (tcp_ops): Update.
2927 * ser-unix.c: Include termios.h instead of gdb_termios.h. Remove
2928 HAVE_TERMIOS checks.
2929 [HAVE_TERMIO] (struct hardwire_ttystate): Delete.
2930 [HAVE_SGTTY] (struct hardwire_ttystate): Delete.
2931 (get_tty_state, set_tty_state): Drop termio and sgtty code, and
2932 assume termios.
2933 (hardwire_noflush_set_tty_state): Delete.
2934 (hardwire_print_tty_state, hardwire_drain_output)
2935 (hardwire_flush_output, hardwire_flush_input)
2936 (hardwire_send_break, hardwire_raw, hardwire_setbaudrate)
2937 (hardwire_setstopbits, hardwire_setparity): Drop termio and sgtty
2938 code, and assume termios.
2939 (hardwire_ops): Update.
2940 (_initialize_ser_hardwire): Remove HAVE_TERMIOS check.
2941 * serial.c (serial_noflush_set_tty_state): Delete.
2942 * serial.h (serial_noflush_set_tty_state): Delete.
2943 (serial_ops::noflush_set_tty_state): Delete.
2944
2945 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
2946
2947 * Makefile.in (SFILES): Remove doublest.c and dfp.c.
2948 (HFILES_NO_SRCDIR): Remove doublest.h and dfp.h.
2949 (COMMON_OBS): Remove doublest.o and dfp.o.
2950 Do not build target-float.c (instead of doublest.c)
2951 with -Wformat-nonliteral.
2952
2953 * doublest.c: Remove file.
2954 * doublest.h: Remove file.
2955 * dfp.c: Remove file.
2956 * dfp.h: Remove file.
2957
2958 * target-float.c: Do not include "doublest.h" and "dfp.h".
2959 (DOUBLEST): Move here from doublest.h.
2960 (enum float_kind): Likewise.
2961 (FLOATFORMAT_CHAR_BIT): Likewise.
2962 (FLOATFORMAT_LARGEST_BYTES): Likewise.
2963 (floatformat_totalsize_bytes): Move here from doublest.c. Make static.
2964 (floatformat_precision): Likewise.
2965 (floatformat_normalize_byteorder, get_field, put_field): Likewise.
2966 (floatformat_is_negative, floatformat_classify, floatformat_mantissa):
2967 Likewise.
2968 (host_float_format, host_double_format, host_long_double_format):
2969 Likewise.
2970 (floatformat_to_string, floatformat_from_string): Likewise.
2971 (floatformat_to_doublest): Likewise. Also, inline the original
2972 convert_floatformat_to_doublest.
2973 (floatformat_from_doublest): Likewise. Also, inline the original
2974 convert_floatformat_from_doublest.
2975
2976 Include "dpd/decimal128.h", "dpd/decimal64.h", and "dpd/decimal32.h".
2977 (MAX_DECIMAL_STRING): Move here from dfp.c.
2978 (match_endianness): Likewise.
2979 (set_decnumber_context, decimal_check_errors): Likewise.
2980 (decimal_from_number, decimal_to_number): Likewise.
2981 (decimal_to_string, decimal_from_string): Likewise. Make static.
2982 (decimal_from_longest, decimal_from_ulongest): Likewise.
2983 (decimal_to_longest): Likewise.
2984 (decimal_binop, decimal_is_zero, decimal_compare): Likewise.
2985 (decimal_convert): Likewise.
2986
2987 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
2988
2989 * doublest.c: Do not include "gdbtypes.h".
2990 (extract_typed_floating): Remove.
2991 (store_typed_floating): Remove.
2992 (convert_typed_floating): Remove.
2993 * doublest.h (struct type): Remove.
2994 (DOUBLEST_PRINT_FORMAT): Remove.
2995 (DOUBLEST_SCAN_FORMAT): Remove.
2996 (extract_typed_floating): Remove.
2997 (store_typed_floating): Remove.
2998 (convert_typed_floating): Remove.
2999
3000 * dfp.c (decimal_from_doublest): Remove.
3001 (decimal_to_doublest): Remove.
3002 * dfp.h: Do not include "doublest.h".
3003 (decimal_from_doublest): Remove.
3004 (decimal_to_doublest): Remove.
3005
3006 * value.c: Do not include "doublest.h" and "dfp.h".
3007 (value_as_double): Remove.
3008 (unpack_double): Remove.
3009 (value_from_double): Remove.
3010 (value_from_decfloat): Remove.
3011 * value.h: Do not include "doublest.h".
3012 (value_as_double): Remove.
3013 (unpack_double): Remove.
3014 (value_from_double): Remove.
3015 (value_from_decfloat): Remove.
3016
3017 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3018
3019 * i386-tdep.c: Include "target-float.h". Do not include "doublest.h".
3020 (i386_extract_return_value): Use target_float_convert.
3021 (i386_store_return_value): Likewise.
3022 * i387-tdep.c (i387_register_to_value): Use target_float_convert.
3023 (i387_value_to_register): Likewise.
3024 * ia64-tdep.c: Include "target-float.h". Do not include "doublest.h".
3025 (ia64_register_to_value): Use target_float_convert.
3026 (ia64_value_to_register): Likewise.
3027 (ia64_extract_return_value): Likewise.
3028 (ia64_store_return_value): Likewise.
3029 (ia64_push_dummy_call): Likewise.
3030 * m68k-tdep.c: Include "target-float.h".
3031 (m68k_register_to_value): Use target_float_convert.
3032 (m68k_value_to_register): Likewise.
3033 (m68k_svr4_extract_return_value): Likewise.
3034 (m68k_svr4_store_return_value): Likewise.
3035 * ppc-sysv-tdep.c: Include "target-float.h".
3036 (ppc_sysv_abi_push_dummy_call): Use target_float_convert.
3037 (do_ppc_sysv_return_value): Likewise.
3038 (ppc64_sysv_abi_push_freg): Likewise.
3039 (ppc64_sysv_abi_return_value_base): Likewise.
3040 * rs6000-aix-tdep.c: Include "target-float.h".
3041 (rs6000_push_dummy_call): Use target_float_convert.
3042 (rs6000_return_value): Likewise.
3043 * rs6000-lynx178-tdep.c: Include "target-float.h".
3044 (rs6000_lynx178_push_dummy_call): Use target_float_convert.
3045 (rs6000_lynx178_return_value): Likewise.
3046 * rs6000-tdep.c: Include "target-float.h". Do not include "doublest.h".
3047 (rs6000_register_to_value): Use target_float_convert.
3048 (rs6000_value_to_register): Likewise.
3049 * arm-tdep.c: Include "target-float.h". Do not include "doublest.h".
3050 (arm_extract_return_value): Use target_float_convert.
3051 (arm_store_return_value): Likewise.
3052 * sh-tdep.c: Include "target-float.h". Do not include "doublest.h".
3053 (sh_register_convert_to_virtual): Use target_float_convert.
3054 (sh_register_convert_to_raw): Likewise.
3055 * sh64-tdep.c: Include "target-float.h".
3056 (sh64_extract_return_value): Use target_float_convert.
3057 (sh64_register_convert_to_virtual): Likewise.
3058 (sh64_register_convert_to_raw): Likewise. Fix argument types.
3059
3060 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3061
3062 * target-float.c (floatformat_to_host_double): New function.
3063 (floatformat_from_host_double): Likewise.
3064 (target_float_to_host_double): Likewise.
3065 (target_float_from_host_double): Likewise.
3066 * target-float.h (target_float_to_host_double): Add prototype.
3067 (target_float_from_host_double): Likewise.
3068
3069 * guile/scm-value.c: Include "target-float.h".
3070 (gdbscm_value_to_real): Use target_float_to_host_double.
3071 Handle integer source values via value_as_long.
3072 * guile/scm-math.c: Include "target-float.h". Do not include
3073 "doublest.h", "dfp.h", and "expression.h".
3074 (vlscm_convert_typed_number): Use target_float_from_host_double.
3075 (vlscm_convert_number): Likewise.
3076
3077 * python/py-value.c (valpy_float): Use target_float_to_host_double.
3078 (convert_value_from_python): Use target_float_from_host_double.
3079
3080 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3081
3082 * ada-lang.c (cast_to_fixed): Reimplement in target arithmetic.
3083 (cast_from_fixed): Likewise.
3084 (ada_scaling_type): New function.
3085 (ada_delta): Return value instead of DOUBLEST. Perform target
3086 arithmetic instead of host arithmetic.
3087 (scaling_factor): Rename to ...
3088 (ada_scaling_factor) ... this. Make non-static. Return value instead
3089 of DOUBLEST. Perform target arithmetic instead of host arithmetic.
3090 (ada_fixed_to_float): Remove.
3091 (ada_float_to_fixed): Remove.
3092 * ada-lang.h (ada_fixed_to_float): Remove.
3093 (ada_float_to_fixed): Remove.
3094 (ada_delta): Return value instead of DOUBLEST.
3095 (ada_scaling_factor): Add prototype.
3096
3097 * ada-typeprint.c: Include "target-float.h".
3098 (print_fixed_point_type): Perform target arithmetic instead of
3099 host arithmetic.
3100 * ada-valprint.c: Include "target-float.h".
3101 (ada_val_print_num): Perform target arithmetic instead of
3102 host arithmetic for fixed-point types.
3103
3104 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3105
3106 * target-float.c: Include <math.h>.
3107 (floatformat_binop): New function.
3108 (floatformat_compare): Likewise.
3109 (target_float_binop): Likewise.
3110 (target_float_compare): Likewise.
3111 * target-float.h: Include "expression.h".
3112 (target_float_binop): Add prototype.
3113 (target_float_compare): Likewise.
3114
3115 * valarith.c: Do not include "doublest.h" and "dfp.h".
3116 Include "common/byte-vector.h".
3117 (value_args_as_decimal): Remove, replace by ...
3118 (value_args_as_target_float): ... this function. Handle both
3119 binary and decimal target floating-point formats.
3120 (scalar_binop): Handle both binary and decimal FP using
3121 value_args_as_target_float and target_float_binop.
3122 (value_equal): Handle both binary and decimal FP using
3123 value_args_as_target_float and target_float_compare.
3124 (value_less): Likewise.
3125 (value_pos): Handle all scalar types as simple copy.
3126 (value_neg): Handle all scalar types via BINOP_SUB from 0.
3127 * dfp.c (decimal_binop): Throw error instead of internal_error
3128 when called with an unsupported operation code.
3129
3130 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3131
3132 * target-float.c (target_float_to_string): New function.
3133 (target_float_from_string): New function.
3134 * target-float.h (target_float_to_string): Add prototype.
3135 (target_float_from_string): Add prototype.
3136
3137 * valprint.c: Include "target-float.h". Do not include
3138 "doublest.h" and "dfp.h".
3139 (print_floating): Use target_float_to_string.
3140 * printcmd.c: Include "target-float.h". Do not include "dfp.h".
3141 (printf_floating): Use target_float_to_string.
3142 * i387-tdep.c: Include "target-float.h". Do not include "doublest.h".
3143 (print_i387_value): Use target_float_to_string.
3144 * mips-tdep.c: Include "target-float.h".
3145 (mips_print_fp_register): Use target_float_to_string.
3146 * sh64-tdep.c: Include "target-float.h".
3147 (sh64_do_fp_register): Use target_float_to_string.
3148
3149 * parse.c: Include "target-float.h". Do not include
3150 "doublest.h" and "dfp.h".
3151 (parse_float): Use target_float_from_string.
3152 * stabsread.c: Include "target-float.h". Do not include "doublest.h".
3153 (define_symbol): Use target_float_from_string.
3154 * gdbarch-selftests.c: Include "target-float.h".
3155 (register_to_value_test): Use target_float_from_string.
3156
3157 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3158
3159 * Makefile.c (SFILES): Add target-float.c.
3160 (HFILES_NO_SRCDIR): Add target-float.h.
3161 (COMMON_OBS): Add target-float.o.
3162 * target-float.h: New file.
3163 * target-float.c: New file.
3164
3165 * doublest.c (floatformat_classify): Fix detection of float_zero.
3166
3167 * gdbtypes.c (is_floating_type): New function.
3168 * gdbtypes.h (is_floating_type): Add prototype.
3169
3170 * value.c: Do not include "floatformat.h".
3171 (unpack_double): Use target_float_is_valid.
3172 (is_floating_value): New function.
3173 * value.h (is_floating_value): Add prototype-
3174
3175 * valarith.c: Include "target-float.h".
3176 (value_logical_not): Use target_float_is_zero.
3177
3178 * python/py-value.c: Include "target-float.h".
3179 (valpy_nonzero): Use target_float_is_zero.
3180
3181 2017-11-04 Tom Tromey <tom@tromey.com>
3182
3183 * h8300-tdep.c (h8300_push_dummy_call): Use std::vector.
3184
3185 2017-11-04 Tom Tromey <tom@tromey.com>
3186
3187 * breakpoint.c (set_momentary_breakpoint): Return
3188 breakpoint_up.
3189 (until_break_command): Update.
3190 (new_until_break_fsm): Change argument types to
3191 breakpoint_up.
3192 (set_momentary_breakpoint_at_pc): Return breakpoint_up.
3193 (do_delete_breakpoint_cleanup, make_cleanup_delete_breakpoint):
3194 Remove.
3195 * infcmd.c (finish_forward): Update.
3196 * breakpoint.h (set_momentary_breakpoint)
3197 (set_momentary_breakpoint_at_pc): Return breakpoint_up.
3198 (make_cleanup_delete_breakpoint): Remove.
3199 (struct breakpoint_deleter): New.
3200 (breakpoint_up): New typedef.
3201 * infrun.c (insert_step_resume_breakpoint_at_sal_1): Update.
3202 (insert_exception_resume_breakpoint): Update.
3203 (insert_exception_resume_from_probe): Update.
3204 (insert_longjmp_resume_breakpoint): Update.
3205 * arm-linux-tdep.c (arm_linux_copy_svc): Update.
3206 * elfread.c (elf_gnu_ifunc_resolver_stop): Update.
3207 * infcall.c (call_function_by_hand_dummy): Update
3208
3209 2017-11-04 Tom Tromey <tom@tromey.com>
3210
3211 * c-typeprint.c (c_type_print_base): Use gdb::unique_xmalloc_ptr.
3212
3213 2017-11-04 Tom Tromey <tom@tromey.com>
3214
3215 * linux-tdep.c (linux_core_info_proc_mappings): Use
3216 gdb::def_vector.
3217 (linux_get_siginfo_data): Return gdb::byte_vector. Remove
3218 "size" argument.
3219 (linux_corefile_thread): Update.
3220 (linux_make_corefile_notes): Remove unused variable.
3221
3222 2017-11-04 Tom Tromey <tom@tromey.com>
3223
3224 * ppc-linux-tdep.c (ppc_linux_get_syscall_number): Use
3225 gdb::byte_vector.
3226
3227 2017-11-04 Tom Tromey <tom@tromey.com>
3228
3229 * objfiles.c (do_free_objfile_cleanup): Remove.
3230 * compile/compile-object-load.c (compile_object_load): Update.
3231 * objfiles.h (make_cleanup_free_objfile): Remove.
3232
3233 2017-11-04 Tom Tromey <tom@tromey.com>
3234
3235 * sparc64-tdep.c (do_examine): Use gdb::def_vector.
3236 (adi_read_versions): Change "tags" to "gdb_byte *".
3237 (adi_print_versions): Likewise.
3238
3239 2017-11-04 Tom Tromey <tom@tromey.com>
3240
3241 * breakpoint.c
3242 (scoped_rbreak_breakpoints::scoped_rbreak_breakpoints): Rename
3243 from start_rbreak_breakpoints.
3244 (scoped_rbreak_breakpoints): Rename from end_rbreak_breakpoints.
3245 * breakpoint.h (class scoped_rbreak_breakpoints): New.
3246 (start_rbreak_breakpoints, end_rbreak_breakpoints): Remove.
3247 * symtab.c (do_end_rbreak_breakpoints): Remove.
3248 (rbreak_command): Use scoped_rbreak_breakpoints, std::string.
3249
3250 2017-11-04 Tom Tromey <tom@tromey.com>
3251
3252 * cp-namespace.c (reset_directive_searched): Remove.
3253 (cp_lookup_symbol_via_imports): Use scoped_restore.
3254 * cp-support.c (reset_directive_searched): Remove.
3255 (make_symbol_overload_list_using): Use scoped_restore.
3256 * d-namespace.c (d_lookup_symbol_imports): Use scoped_restore.
3257 (reset_directive_searched): Remove.
3258
3259 2017-11-04 Tom Tromey <tom@tromey.com>
3260
3261 * symfile.c (find_separate_debug_file_by_debuglink): Use
3262 unique_xmalloc_ptr.
3263
3264 2017-11-04 Tom Tromey <tom@tromey.com>
3265
3266 * compile/compile-loc2c.c (compute_stack_depth_worker): Change
3267 type of "info".
3268 (compute_stack_depth): Likewise.
3269 (do_compile_dwarf_expr_to_c): Use std::vector.
3270
3271 2017-11-04 Tom Tromey <tom@tromey.com>
3272
3273 * compile/compile-object-load.c (link_callbacks_einfo): Use
3274 std::string.
3275
3276 2017-11-04 Tom Tromey <tom@tromey.com>
3277
3278 * dwarf2read.c (process_full_comp_unit, process_full_type_unit):
3279 Use scoped_free_pendings.
3280 * dbxread.c (dbx_symfile_read, dbx_psymtab_to_symtab_1): Use
3281 scoped_free_pendings.
3282 * xcoffread.c (xcoff_psymtab_to_symtab_1): Use scoped_free_pendings.
3283 (xcoff_initial_scan): Likewise.
3284 * buildsym.c (reset_symtab_globals): Update comment.
3285 (scoped_free_pendings): Rename from really_free_pendings.
3286 (prepare_for_building): Update comment.
3287 (buildsym_init): Likewise.
3288 * buildsym.h (class scoped_free_pendings): New class.
3289 (really_free_pendings): Don't declare.
3290
3291 2017-11-03 Ulrich Weigand <uweigand@de.ibm.com>
3292
3293 * doublest.c (convert_doublest_to_floatformat): Fix uninitialized
3294 output when converting a zero value to a special byteorder format.
3295
3296 2017-11-02 Yao Qi <yao.qi@linaro.org>
3297
3298 * frame.c (do_frame_register_read): Remove aspace.
3299 * jit.c (jit_frame_sniffer): Likwise.
3300 * ppc-linux-tdep.c (ppu2spu_sniffer): Likewise.
3301 * regcache.c (regcache::regcache): Pass nullptr.
3302 (regcache_print): Caller updated.
3303 * regcache.h (regcache::regcache): Remove one constructor
3304 parameter aspace.
3305
3306 2017-11-02 Yao Qi <yao.qi@linaro.org>
3307
3308 * regcache.h (regcache) <m_readonly_p>: Change it to const bool.
3309
3310 2017-11-02 Yao Qi <yao.qi@linaro.org>
3311
3312 * breakpoint.c (insert_single_step_breakpoints): Update.
3313 * frame.c (struct frame_info) <aspace>: Add const.
3314 (frame_save_as_regcache): Add const.
3315 (get_frame_address_space): Return const address_space *.
3316 * frame.h (get_frame_address_space): Update declaration.
3317 * infrun.c (struct step_over_info) <aspace>: Add const.
3318 (set_step_over_info): Make aspace const.
3319 (displaced_step_prepare_throw): Change variable const.
3320 (resume): Likewise.
3321 (proceed): Likewise.
3322 (adjust_pc_after_break): Likewise.
3323 (save_waitstatus): Likewise.
3324 (handle_signal_stop): Likewise.
3325 (keep_going_pass_signal): Likewise.
3326 * jit.c (jit_frame_sniffer): Add const.
3327 * mips-tdep.c (mips_single_step_through_delay): Likewise.
3328 * ppc-linux-tdep.c (ppu2spu_sniffer): Likewise.
3329 * record-full.c (record_full_wait_1): Likewise.
3330 * regcache.c (regcache::regcache): Change parameter to const.
3331 * regcache.h (regcache::regcache): Likewise.
3332 (regcache::aspace): Return const address_space *.
3333 (regcache) <m_aspace>: Add const.
3334
3335 2017-11-02 Yao Qi <yao.qi@linaro.org>
3336
3337 * darwin-nat.c (cancel_breakpoint): Use regcache->aspace ().
3338 * frame.c (create_sentinel_frame): Likewise.
3339 * infrun.c (displaced_step_prepare_throw): Likewise.
3340 (resume): Likewise.
3341 (thread_still_needs_step_over_bp): Likewise.
3342 (proceed): Likewise.
3343 (do_target_wait): Likewise.
3344 (adjust_pc_after_break): Likewise.
3345 (handle_syscall_event): Likewise.
3346 (save_waitstatus): Likewise.
3347 (handle_inferior_event_1): Likewise.
3348 (handle_signal_stop): Likewise.
3349 (keep_going_pass_signal): Likewise.
3350 * linux-nat.c (status_callback): Likewise.
3351 (save_stop_reason): Likewise.
3352 (resume_stopped_resumed_lwps): Likewise.
3353 * record-full.c (record_full_exec_insn): Likewise.
3354 (record_full_wait_1): Likewise.
3355 * regcache.c (get_regcache_aspace): Remove.
3356 * regcache.h (get_regcache_aspace): Remove.
3357
3358 2017-11-02 Yao Qi <yao.qi@linaro.org>
3359
3360 * regcache.c (struct regcache_descr) <nr_raw_registers>: Remove.
3361 (init_regcache_descr): Use gdbarch_num_regs.
3362 (regcache::regcache): Likewise.
3363 (regcache::get_register_status): Likewise.
3364 (regcache::assert_raw_regnum): Likewise.
3365 (regcache::cooked_read): Likewise.
3366 (regcache::cooked_read_value): Likewise.
3367 (regcache::cooked_write): Likewise.
3368 (regcache::dump): Likewise.
3369 (regcache::num_raw_registers): New method.
3370 * regcache.h (class regcache) <num_raw_registers>: New.
3371
3372 2017-11-02 Yao Qi <yao.qi@linaro.org>
3373
3374 * regcache.c (regcache::assert_regnum): New method.
3375 (regcache::invalidate): Call assert_regnum.
3376 (regcache::raw_update): Likewise.
3377 (regcache::raw_write): Likewise.
3378 (regcache::raw_read_part): Likewise.
3379 (regcache::raw_write_part): Likewise.
3380 (regcache::raw_supply): Likewise.
3381 (regcache::raw_supply_integer): Likewise.
3382 (regcache::raw_supply_zeroed): Likewise.
3383 (regcache::raw_collect): Likewise.
3384 (regcache::raw_collect_integer): Likewise.
3385 * regcache.h (regcache::assert_regnum): Declare.
3386
3387 2017-11-02 Yao Qi <yao.qi@linaro.org>
3388
3389 * regcache.c (regcache::dump): Remove code.
3390
3391 2017-11-02 Yao Qi <yao.qi@linaro.org>
3392
3393 * regcache.c (struct regcache_descr) <sizeof_raw_register_status>:
3394 Remove.
3395 <sizeof_cooked_register_status>: Remove.
3396 (init_regcache_descr): Update.
3397 (regcache::regcache): Use nr_cooked_registers and nr_raw_registers.
3398 (regcache::save): Likewise.
3399 (regcache::dump): Likewise.
3400
3401 2017-11-01 James Bowman <james.bowman@ftdichip.com>
3402
3403 * ft32-tdep.c (ft32_fetch_instruction): New function.
3404 (ft32_analyze_prologue): Use ft32_fetch_instruction().
3405
3406 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3407
3408 * cli/cli-script.c (execute_control_command): Rename to ...
3409 (execute_control_command_1): ... this.
3410 (execute_control_command): New function.
3411
3412 2017-10-31 Simon Marchi <simon.marchi@ericsson.com>
3413
3414 * tracepoint.c (tfind_command): Remove const_cast.
3415
3416 2017-10-30 Mike Gulick <mgulick@mathworks.com>
3417
3418 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to gdb.h.
3419
3420 2017-10-30 Simon Marchi <simon.marchi@ericsson.com>
3421
3422 * common/common-utils.h (in_inclusive_range): New function.
3423 * arm-tdep.c (arm_record_extension_space): Use
3424 in_inclusive_range.
3425 (thumb_record_ld_st_reg_offset): Use in_inclusive_range.
3426 * cris-tdep.c (cris_spec_reg_applicable): Use
3427 in_inclusive_range.
3428
3429 2017-10-30 Pedro Alves <palves@redhat.com>
3430 Simon Marchi <simon.marchi@ericsson.com>
3431
3432 * remote.c (remote_set_syscall_catchpoint): Build a std::string
3433 instead of a gdb::unique_xmalloc_ptr, using string_appendf.
3434
3435 2017-10-30 Pedro Alves <palves@redhat.com>
3436
3437 * common/common-utils.c (string_appendf, string_vappendf): New
3438 functions.
3439 * common/common-utils.h (string_appendf, string_vappendf): New
3440 declarations.
3441 * unittests/common-utils-selftests.c (string_appendf_func)
3442 (test_appendf_func, string_vappendf_wrapper, string_appendf_tests)
3443 (string_vappendf_tests): New functions.
3444 (_initialize_common_utils_selftests): Register "string_appendf" and
3445 "string_vappendf tests".
3446
3447 2017-10-30 Pedro Alves <palves@redhat.com>
3448
3449 * unittests/common-utils-selftests.c (format_func): New typedef.
3450 (string_printf_tests, string_vprintf_tests): Tests factored out
3451 and merged to ...
3452 (test_format_func): ... this new function.
3453 (string_printf_tests, string_vprintf_tests): Reimplement on top of
3454 test_format_func.
3455
3456 2017-10-29 Simon Marchi <simon.marchi@ericsson.com>
3457
3458 * darwin-nat.c: Remove include of gdb.h.
3459
3460 2017-10-29 Simon Marchi <simon.marchi@ericsson.com>
3461
3462 * xtensa-xtregs.c: Fix formatting issues.
3463
3464 2017-10-29 Simon Marchi <simon.marchi@ericsson.com>
3465
3466 * xtensa-xtregs.c (xtensa_regtable_t) <name>: Constify.
3467
3468 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3469
3470 PR python/21213
3471 * python/py-infthread.c (thpy_get_inferior): Increment reference
3472 of inferior before returning it.
3473
3474 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
3475
3476 * unittests/common-utils-selftests.c (format): Add
3477 ATTRIBUTE_PRINTF.
3478
3479 2017-10-27 Simon Marchi <simon.marchi@polymtl.ca>
3480
3481 * xml-syscall.c (struct syscall_desc): Add constructor.
3482 <name>: Change type to std::string.
3483 (syscall_desc_up): New typedef.
3484 (syscall_desc_p): Remove typeder.
3485 (DEF_VEC_P(syscall_desc_p)): Remove.
3486 (struct syscall_group_desc): Add constructor.
3487 <name>: Change type to std::string.
3488 <syscalls>: Change type to std::vector.
3489 (syscall_group_desc_up): New typedef.
3490 (syscall_group_desc_p): Remove typedef.
3491 (DEF_VEC_P(syscall_group_desc_p)): Remove.
3492 (struct syscalls_info) <syscalls>: Change type to std::vector of
3493 unique_ptr.
3494 <groups>: Likewise.
3495 <my_gdb_datadir>: Change type to std::string.
3496 (syscalls_info_up): New typedef.
3497 (allocate_syscalls_info): Remove.
3498 (syscalls_info_free_syscalls_desc): Remove.
3499 (syscalls_info_free_syscall_group_desc): Remove.
3500 (free_syscalls_info): Remove.
3501 (make_cleanup_free_syscalls_info): Remove.
3502 (syscall_group_create_syscall_group_desc): Adjust.
3503 (syscall_group_add_syscall): Adjust.
3504 (syscall_create_syscall_desc): Adjust.
3505 (syscall_parse_xml): Adjust, use unique_ptr instead of cleanup.
3506 (init_syscalls_info): Adjust.
3507 (syscall_group_get_group_by_name): Adjust.
3508 (xml_get_syscall_number): Adjust.
3509 (xml_get_syscall_name): Adjust.
3510 (xml_list_of_syscalls): Adjust.
3511 (xml_list_syscalls_by_group): Adjust.
3512 (xml_list_of_groups): Adjust.
3513
3514 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
3515
3516 * probe.h: Don't include gdb_vecs.h.
3517 (DEF_VEC_P (probe_p)): Remove.
3518 (find_probes_in_objfile): Return an std::vector.
3519 * probe.c (find_probes_in_objfile): Likewise.
3520 * breakpoint.c (breakpoint_objfile_data)
3521 <longjmp_probes>: Change type to std::vector.
3522 <exception_probes>: Likewise.
3523 (free_breakpoint_probes): Don't manually free vectors.
3524 (create_longjmp_master_breakpoint): Adjust.
3525 (create_exception_master_breakpoint): Adjust.
3526 * solib-svr4.c (svr4_create_probe_breakpoints): Change
3527 parameter type, adjust.
3528 (svr4_create_solib_event_breakpoints): Adjust.
3529
3530 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
3531
3532 * breakpoint.c (breakpoint_objfile_data): Initialize fields.
3533 (get_breakpoint_objfile_data): Allocate breakpoint_objfile_data
3534 with new.
3535 (free_breakpoint_probes): Rename to ...
3536 (free_breakpoint_objfile_data): ... this, and call delete on
3537 bp_objfile_data..
3538
3539 2017-10-27 Simon Marchi <simon.marchi@polymtl.ca>
3540
3541 * auto-load.c: Don't include gdb_vecs.h, include algorithm.
3542 (loaded_script_ptr): Remove typedef.
3543 (DEF_VEC_P (loaded_script_ptr)): Remove.
3544 (struct collect_matching_scripts_data): Add constructor.
3545 <scripts_p>: Change type to (pointer to) std::vector.
3546 (collect_matching_scripts_data): Adjust.
3547 (sort_scripts_by_name): Make suitable for std::sort.
3548 (print_scripts): Don't sort vector, adjust to std::vector.
3549 (auto_load_info_scripts): Sort vectors, adjust to std::vector.
3550
3551 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
3552
3553 * symfile.c (filename_language): Make struct, not typedef. Add
3554 constructor.
3555 <ext>: Change type to std::string.
3556 (DEF_VEC_O (filename_language)): Remove.
3557 (filename_language_table): Change type to std::vector.
3558 (add_filename_language): Adjust.
3559 (set_ext_lang_command): Adjust.
3560 (info_ext_lang_command): Adjust.
3561 (deduce_language_from_filename): Adjust.
3562 (class scoped_restore_filename_language_table): Remove.
3563 (test_filename_language): Use scoped_restore.
3564 (test_set_ext_lang_command): Use scoped_restore, adjust to
3565 std::vector change.
3566
3567 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
3568
3569 * symfile.c: Include selftest.h.
3570 (class scoped_restore_filename_language_table): New.
3571 (test_filename_language): New test.
3572 (test_set_ext_lang_command): New test.
3573 (_initialize_symfile): Register tests.
3574
3575 2017-10-27 Keith Seitz <keiths@redhat.com>
3576
3577 * breakpoint.c (print_breakpoint_location): Use the symbol saved
3578 in the bp_location, falling back to find_pc_sect_function when
3579 needed.
3580 (add_location_to_breakpoint): Save sal->symbol.
3581 * breakpoint.h (struct bp_location) <symbol>: New field.
3582 * symtab.c (find_function_start_sal): Save the symbol into the SaL.
3583 * symtab.h (struct symtab_and_line) <symbol>: New field.
3584
3585 2017-10-26 Patrick Frants <osscontribute@gmail.com>
3586
3587 PR gdb/13669
3588 * cp-valprint.c (cp_print_value_fields): Use obstack_blank_fast
3589 to rewind obstack.
3590
3591 2017-10-26 Pedro Alves <palves@redhat.com>
3592
3593 * remote.c (remote_async_terminal_ours_p): Delete.
3594 (remote_open_1, remote_terminal_inferior, remote_terminal_ours):
3595 Remove references to 'remote_async_terminal_ours_p'.
3596
3597 2017-10-26 Yao Qi <yao.qi@linaro.org>
3598
3599 * breakpoint.h (regular_breakpoint_inserted_here_p): Remove.
3600
3601 2017-10-26 Yao Qi <yao.qi@linaro.org>
3602
3603 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Make
3604 aspace const.
3605 * break-catch-syscall.c (breakpoint_hit_catch_syscall):
3606 Likewise.
3607 * breakpoint.c (bpstat_check_location): Remove cast.
3608 (breakpoint_hit_catch_fork): Make aspce const.
3609 (breakpoint_hit_catch_solib): Likewise.
3610 (breakpoint_hit_catch_exec): Likewise.
3611 (breakpoint_hit_ranged_breakpoint): Likewise.
3612 (breakpoint_hit_watchpoint): Likewise.
3613 (base_breakpoint_breakpoint_hit): Likewise.
3614 (bkpt_breakpoint_hit): Likewise.
3615 (dprintf_breakpoint_hit): Likewise.
3616 (tracepoint_breakpoint_hit): Likewise.
3617 * breakpoint.h (breakpoint_ops) <breakpoint_hit>: Likewise.
3618
3619 2017-10-26 Yao Qi <yao.qi@linaro.org>
3620
3621 * breakpoint.c (breakpoint_location_address_match): Change
3622 "struct address_space *" to "const address_space".
3623 (breakpoint_location_address_range_overlap): Likewise.
3624 (breakpoint_here_p): Likewise.
3625 (breakpoint_in_range_p): Likewise.
3626 (moribund_breakpoint_here_p): Likewise.
3627 (bp_location_inserted_here_p): Likewise.
3628 (software_breakpoint_inserted_here_p): Likewise.
3629 (hardware_breakpoint_inserted_here_p): Likewise.
3630 (hardware_watchpoint_inserted_in_range): Likewise.
3631 (bpstat_check_location): Likewise.
3632 (bpstat_stop_status): Likewise.
3633 (breakpoint_address_match): Likewise.
3634 (breakpoint_address_match_range): Likewise.
3635 (breakpoint_location_address_match): Likewise.
3636 (breakpoint_location_address_range_overlap): Likewise.
3637 (insert_single_step_breakpoint): Likewise.
3638 (breakpoint_has_location_inserted_here): Likewise.
3639 (single_step_breakpoint_inserted_here_p): Likewise.
3640 (pc_at_non_inline_function): Likewise.
3641 * breakpoint.h (bpstat_stop_status): Update declaration.
3642 (breakpoint_here_p): Likewise.
3643 (breakpoint_in_range_p): Likewise.
3644 (moribund_breakpoint_here_p): Likewise.
3645 (breakpoint_inserted_here_p): Likewise.
3646 (software_breakpoint_inserted_here_p): Likewise.
3647 (hardware_breakpoint_inserted_here_p): Likewise.
3648 (breakpoint_has_location_inserted_here): Likewise.
3649 (single_step_breakpoint_inserted_here_p): Likewise.
3650 (hardware_watchpoint_inserted_in_range): Likewise.
3651 (breakpoint_address_match): Likewise.
3652 (insert_single_step_breakpoint): Likewise.
3653 (pc_at_non_inline_function): Likewise.
3654 * gdbthread.h (thread_has_single_step_breakpoint_here): Likewise.
3655 * record.c (record_check_stopped_by_breakpoint): Likewise.
3656 * record.h (record_check_stopped_by_breakpoint): Likewise.
3657 * thread.c (thread_has_single_step_breakpoint_here): Likewise.
3658
3659 2017-10-25 Yao Qi <yao.qi@linaro.org>
3660
3661 * aarch32-linux-nat.c (aarch32_gp_regcache_supply): Use
3662 regcache->arch () instead get_regcache_arch.
3663 * aarch64-fbsd-nat.c (aarch64_fbsd_fetch_inferior_registers):
3664 Likewise.
3665 (aarch64_fbsd_store_inferior_registers): Likewise.
3666 * aarch64-linux-nat.c (fetch_gregs_from_thread): Likewise.
3667 (store_gregs_to_thread): Likewise.
3668 (fetch_fpregs_from_thread): Likewise.
3669 (store_fpregs_to_thread): Likewise.
3670 * aarch64-tdep.c (aarch64_extract_return_value): Likewise.
3671 (aarch64_store_return_value): Likewise.
3672 (aarch64_software_single_step): Likewise.
3673 * aix-thread.c (aix_thread_wait): Likewise.
3674 (supply_reg32): Likewise.
3675 (supply_sprs64): Likewise.
3676 (supply_sprs32): Likewise.
3677 (fill_gprs64): Likewise.
3678 (fill_gprs32): Likewise.
3679 (fill_sprs64): Likewise.
3680 (fill_sprs32): Likewise.
3681 (store_regs_user_thread): Likewise.
3682 (store_regs_kernel_thread): Likewise.
3683 * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers): Likewise.
3684 (alphabsd_store_inferior_registers): Likewise.
3685 * alpha-tdep.c (alpha_extract_return_value): Likewise.
3686 (alpha_store_return_value): Likewise.
3687 (alpha_deal_with_atomic_sequence): Likewise.
3688 (alpha_next_pc): Likewise.
3689 (alpha_software_single_step): Likewise.
3690 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Likewise.
3691 (amd64bsd_store_inferior_registers): Likewise.
3692 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
3693 Likewise.
3694 (amd64_linux_store_inferior_registers): Likewise.
3695 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
3696 (amd64_collect_native_gregset): Likewise.
3697 * amd64-obsd-tdep.c (amd64obsd_supply_uthread): Likewise.
3698 (amd64obsd_collect_uthread): Likewise.
3699 * amd64-tdep.c (amd64_supply_fpregset): Likewise.
3700 (amd64_collect_fpregset): Likewise.
3701 (amd64_supply_fxsave): Likewise.
3702 (amd64_supply_xsave): Likewise.
3703 (amd64_collect_fxsave): Likewise.
3704 (amd64_collect_xsave): Likewise.
3705 * arc-tdep.c (arc_write_pc): Likewise.
3706 * arch-utils.c (default_skip_permanent_breakpoint): Likewise.
3707 * arm-fbsd-nat.c (arm_fbsd_fetch_inferior_registers): Likewise.
3708 (arm_fbsd_store_inferior_registers): Likewise.
3709 * arm-linux-nat.c (fetch_vfp_regs): Likewise.
3710 (store_vfp_regs): Likewise.
3711 (arm_linux_fetch_inferior_registers): Likewise.
3712 (arm_linux_store_inferior_registers): Likewise.
3713 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
3714 (arm_linux_sigreturn_next_pc): Likewise.
3715 (arm_linux_get_next_pcs_syscall_next_pc): Likewise.
3716 * arm-nbsd-nat.c (arm_supply_gregset): Likewise.
3717 (fetch_register): Likewise.
3718 (store_register): Likewise.
3719 * arm-tdep.c (arm_is_thumb): Likewise.
3720 (displaced_in_arm_mode): Likewise.
3721 (bx_write_pc): Likewise.
3722 (arm_get_next_pcs_addr_bits_remove): Likewise.
3723 (arm_software_single_step): Likewise.
3724 (arm_extract_return_value): Likewise.
3725 (arm_store_return_value): Likewise.
3726 (arm_write_pc): Likewise.
3727 * bfin-tdep.c (bfin_extract_return_value): Likewise.
3728 * bsd-uthread.c (bsd_uthread_fetch_registers): Likewise.
3729 (bsd_uthread_store_registers): Likewise.
3730 * core-regset.c (fetch_core_registers): Likewise.
3731 * corelow.c (get_core_registers): Likewise.
3732 * cris-tdep.c (cris_store_return_value): Likewise.
3733 (cris_extract_return_value): Likewise.
3734 (find_step_target): Likewise.
3735 (find_step_target): Likewise.
3736 (cris_software_single_step): Likewise.
3737 * ctf.c (ctf_fetch_registers): Likewise.
3738 * darwin-nat.c (cancel_breakpoint): Likewise.
3739 * fbsd-tdep.c (fbsd_collect_thread_registers): Likewise.
3740 * frv-tdep.c (frv_extract_return_value): Likewise.
3741 * ft32-tdep.c (ft32_store_return_value): Likewise.
3742 (ft32_extract_return_value): Likewise.
3743 * go32-nat.c (fetch_register): Likewise.
3744 (go32_fetch_registers): Likewise.
3745 (go32_store_registers): Likewise.
3746 (store_register): Likewise.
3747 * h8300-tdep.c (h8300_extract_return_value): Likewise.
3748 (h8300_store_return_value): Likewise.
3749 * hppa-linux-nat.c (fetch_register): Likewise.
3750 (store_register): Likewise.
3751 (hppa_linux_fetch_inferior_registers): Likewise.
3752 (hppa_linux_store_inferior_registers): Likewise.
3753 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Likewise.
3754 (i386_darwin_store_inferior_registers): Likewise.
3755 * i386-gnu-nat.c (gnu_fetch_registers): Likewise.
3756 (gnu_store_registers): Likewise.
3757 * i386-linux-nat.c (fetch_register): Likewise.
3758 (store_register): Likewise.
3759 (supply_gregset): Likewise.
3760 (fill_gregset): Likewise.
3761 (i386_linux_fetch_inferior_registers): Likewise.
3762 (i386_linux_store_inferior_registers): Likewise.
3763 (i386_linux_resume): Likewise.
3764 * i386-linux-tdep.c (i386_linux_get_syscall_number_from_regcache):
3765 Likewise.
3766 * i386-nto-tdep.c (i386nto_supply_gregset): Likewise.
3767 * i386-obsd-nat.c (i386obsd_supply_pcb): Likewise.
3768 * i386-obsd-tdep.c (i386obsd_supply_uthread): Likewise.
3769 (i386obsd_collect_uthread): Likewise.
3770 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
3771 (i386_supply_gregset): Likewise.
3772 (i386_collect_gregset): Likewise.
3773 (i386_supply_fpregset): Likewise.
3774 (i386_collect_fpregset): Likewise.
3775 (i386_mpx_bd_base): Likewise.
3776 * i386-v4-nat.c (supply_fpregset): Likewise.
3777 (fill_fpregset): Likewise.
3778 * i387-tdep.c (i387_supply_fsave): Likewise.
3779 (i387_collect_fsave): Likewise.
3780 (i387_supply_fxsave): Likewise.
3781 (i387_collect_fxsave): Likewise.
3782 (i387_supply_xsave): Likewise.
3783 (i387_collect_xsave): Likewise.
3784 * ia64-linux-nat.c (ia64_linux_fetch_registers): Likewise.
3785 (ia64_linux_store_registers): Likewise.
3786 * ia64-tdep.c (ia64_access_rse_reg): Likewise.
3787 (ia64_extract_return_value): Likewise.
3788 (ia64_store_return_value): Likewise.
3789 (find_func_descr): Likewise.
3790 * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
3791 * inf-ptrace.c (inf_ptrace_fetch_registers): Likewise.
3792 (inf_ptrace_store_registers): Likewise.
3793 * infrun.c (use_displaced_stepping): Likewise.
3794 (displaced_step_prepare_throw): Likewise.
3795 (resume): Likewise.
3796 (proceed): Likewise.
3797 (do_target_wait): Likewise.
3798 (adjust_pc_after_break): Likewise.
3799 (handle_inferior_event_1): Likewise.
3800 (handle_signal_stop): Likewise.
3801 (save_infcall_suspend_state): Likewise.
3802 (restore_infcall_suspend_state): Likewise.
3803 * iq2000-tdep.c (iq2000_extract_return_value): Likewise.
3804 * jit.c (jit_frame_prev_register): Likewise.
3805 * linux-nat.c (save_stop_reason): Likewise.
3806 (linux_nat_wait_1): Likewise.
3807 (resume_stopped_resumed_lwps): Likewise.
3808 * linux-record.c (record_linux_sockaddr): Likewise.
3809 (record_linux_msghdr): Likewise.
3810 (record_linux_system_call): Likewise.
3811 * linux-tdep.c (linux_collect_thread_registers): Likewise.
3812 * lm32-tdep.c (lm32_extract_return_value): Likewise.
3813 (lm32_store_return_value): Likewise.
3814 * m32c-tdep.c (m32c_read_flg): Likewise.
3815 (m32c_pseudo_register_read): Likewise.
3816 (m32c_pseudo_register_write): Likewise.
3817 * m32r-linux-tdep.c (m32r_linux_supply_gregset): Likewise.
3818 (m32r_linux_collect_gregset): Likewise.
3819 * m32r-tdep.c (m32r_store_return_value): Likewise.
3820 (m32r_extract_return_value): Likewise.
3821 * m68k-bsd-nat.c (m68kbsd_supply_fpregset): Likewise.
3822 (m68kbsd_collect_fpregset): Likewise.
3823 * m68k-bsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
3824 * m68k-linux-nat.c (fetch_register): Likewise.
3825 (old_fetch_inferior_registers): Likewise.
3826 (old_store_inferior_registers): Likewise.
3827 (store_regs): Likewise.
3828 * m68k-tdep.c (m68k_svr4_extract_return_value): Likewise.
3829 (m68k_svr4_store_return_value): Likewise.
3830 * m88k-tdep.c (m88k_store_arguments): Likewise.
3831 * mi/mi-main.c (mi_cmd_data_list_changed_registers): Likewise.
3832 (mi_cmd_data_write_register_values): Likewise.
3833 * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers): Likewise.
3834 (mips_fbsd_store_inferior_registers): Likewise.
3835 * mips-fbsd-tdep.c (mips_fbsd_supply_fpregs): Likewise.
3836 (mips_fbsd_supply_gregs): Likewise.
3837 (mips_fbsd_collect_fpregs): Likewise.
3838 (mips_fbsd_collect_gregs): Likewise.
3839 (mips_fbsd_supply_fpregset): Likewise.
3840 (mips_fbsd_collect_fpregset): Likewise.
3841 (mips_fbsd_supply_gregset): Likewise.
3842 (mips_fbsd_collect_gregset): Likewise.
3843 * mips-linux-nat.c (supply_gregset): Likewise.
3844 (fill_gregset): Likewise.
3845 (supply_fpregset): Likewise.
3846 (fill_fpregset): Likewise.
3847 * mips-linux-tdep.c (mips_supply_gregset): Likewise.
3848 (mips_fill_gregset): Likewise.
3849 (mips_supply_fpregset): Likewise.
3850 (mips_fill_fpregset): Likewise.
3851 (mips64_supply_gregset): Likewise.
3852 (micromips_linux_sigframe_validate): Likewise.
3853 * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers): Likewise.
3854 (mipsnbsd_fetch_inferior_registers): Likewise.
3855 (mipsnbsd_store_inferior_registers): Likewise.
3856 * mips-nbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
3857 (mipsnbsd_supply_gregset): Likewise.
3858 (mipsnbsd_iterate_over_regset_sections): Likewise.
3859 (mipsnbsd_supply_reg): Likewise.
3860 (mipsnbsd_supply_fpreg): Likewise.
3861 * mips-tdep.c (mips_in_frame_stub): Likewise.
3862 (mips_dummy_id): Likewise.
3863 (is_octeon_bbit_op): Likewise.
3864 (micromips_bc1_pc): Likewise.
3865 (extended_mips16_next_pc): Likewise.
3866 (mips16_next_pc): Likewise.
3867 (deal_with_atomic_sequence): Likewise.
3868 * moxie-tdep.c (moxie_process_readu): Likewise.
3869 * nios2-tdep.c (nios2_get_next_pc): Likewise.
3870 * nto-procfs.c (procfs_store_registers): Likewise.
3871 * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers): Likewise.
3872 (ppcfbsd_store_inferior_registers): Likewise.
3873 * ppc-linux-nat.c (fetch_vsx_register): Likewise.
3874 (fetch_altivec_register): Likewise.
3875 (get_spe_registers): Likewise.
3876 (fetch_spe_register): Likewise.
3877 (fetch_altivec_registers): Likewise.
3878 (fetch_all_gp_regs): Likewise.
3879 (fetch_all_fp_regs): Likewise.
3880 (store_vsx_register): Likewise.
3881 (store_altivec_register): Likewise.
3882 (set_spe_registers): Likewise.
3883 (store_spe_register): Likewise.
3884 (store_altivec_registers): Likewise.
3885 (store_all_gp_regs): Likewise.
3886 (store_all_fp_regs): Likewise.
3887 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
3888 (ppc_linux_collect_gregset): Likewise.
3889 (ppc_canonicalize_syscall): Likewise.
3890 (ppc_linux_record_signal): Likewise.
3891 (ppu2spu_prev_register): Likewise.
3892 * ppc-nbsd-nat.c (ppcnbsd_supply_pcb): Likewise.
3893 * ppc-obsd-nat.c (ppcobsd_fetch_registers): Likewise.
3894 (ppcobsd_store_registers): Likewise.
3895 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_fetch_registers):
3896 Likewise.
3897 (ppc_ravenscar_generic_store_registers): Likewise.
3898 * procfs.c (procfs_fetch_registers): Likewise.
3899 (procfs_store_registers): Likewise.
3900 * ravenscar-thread.c (ravenscar_fetch_registers): Likewise.
3901 (ravenscar_store_registers): Likewise.
3902 (ravenscar_prepare_to_store): Likewise.
3903 * record-btrace.c (record_btrace_fetch_registers): Likewise.
3904 * record-full.c (record_full_wait_1): Likewise.
3905 (record_full_registers_change): Likewise.
3906 (record_full_store_registers): Likewise.
3907 (record_full_core_fetch_registers): Likewise.
3908 (record_full_save): Likewise.
3909 (record_full_goto_insn): Likewise.
3910 * regcache.c (regcache_register_size): Likewise.
3911 (get_regcache_arch): Remove.
3912 (regcache_read_pc): Likewise.
3913 * regcache.h (get_regcache_arch): Remove.
3914 * remote-sim.c (gdbsim_fetch_register): Likewise.
3915 (gdbsim_store_register): Likewise.
3916 * remote.c (fetch_register_using_p): Likewise.
3917 (send_g_packet): Likewise.
3918 (remote_prepare_to_store): Likewise.
3919 (store_registers_using_G): Likewise.
3920 * reverse.c (save_bookmark_command): Likewise.
3921 (goto_bookmark_command): Likewise.
3922 * rs6000-aix-tdep.c (branch_dest): Likewise.
3923 * rs6000-nat.c (rs6000_ptrace64): Likewise.
3924 (fetch_register): Likewise.
3925 * rs6000-tdep.c (ppc_supply_reg): Likewise.
3926 (ppc_collect_reg): Likewise.
3927 (ppc_collect_gregset): Likewise.
3928 (ppc_collect_fpregset): Likewise.
3929 (ppc_collect_vsxregset): Likewise.
3930 (ppc_collect_vrregset): Likewise.
3931 (ppc_displaced_step_hw_singlestep): Likewise.
3932 (rs6000_pseudo_register_read): Likewise.
3933 (rs6000_pseudo_register_write): Likewise.
3934 * s390-linux-nat.c (supply_gregset): Likewise.
3935 (fill_gregset): Likewise.
3936 (s390_linux_fetch_inferior_registers): Likewise.
3937 * s390-linux-tdep.c (s390_write_pc): Likewise.
3938 (s390_software_single_step): Likewise.
3939 (s390_all_but_pc_registers_record): Likewise.
3940 (s390_linux_syscall_record): Likewise.
3941 * sentinel-frame.c (sentinel_frame_prev_arch): Likewise.
3942 * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers): Likewise.
3943 (shnbsd_store_inferior_registers): Likewise.
3944 * sh-tdep.c (sh_extract_return_value_nofpu): Likewise.
3945 (sh_extract_return_value_fpu): Likewise.
3946 (sh_store_return_value_nofpu): Likewise.
3947 (sh_corefile_supply_regset): Likewise.
3948 (sh_corefile_collect_regset): Likewise.
3949 * sh64-tdep.c (sh64_extract_return_value): Likewise.
3950 (sh64_store_return_value): Likewise.
3951 * sparc-linux-tdep.c (sparc32_linux_collect_core_fpregset): Likewise.
3952 * sparc-nat.c (sparc_fetch_inferior_registers): Likewise.
3953 (sparc_store_inferior_registers): Likewise.
3954 * sparc-ravenscar-thread.c (register_in_thread_descriptor_p): Likewise.
3955 (sparc_ravenscar_prepare_to_store): Likewise.
3956 * sparc-tdep.c (sparc32_store_arguments): Likewise.
3957 (sparc_analyze_control_transfer): Likewise.
3958 (sparc_step_trap): Likewise.
3959 (sparc_software_single_step): Likewise.
3960 (sparc32_gdbarch_init): Likewise.
3961 (sparc_supply_rwindow): Likewise.
3962 (sparc_collect_rwindow): Likewise.
3963 * sparc64-linux-tdep.c (sparc64_linux_collect_core_fpregset): Likewise.
3964 * sparc64-nbsd-nat.c (sparc64nbsd_supply_gregset): Likewise.
3965 (sparc64nbsd_collect_gregset): Likewise.
3966 (sparc64nbsd_supply_fpregset): Likewise.
3967 (sparc64nbsd_collect_fpregset): Likewise.
3968 * sparc64-tdep.c (sparc64_store_arguments): Likewise.
3969 (sparc64_supply_gregset): Likewise.
3970 (sparc64_collect_gregset): Likewise.
3971 (sparc64_supply_fpregset): Likewise.
3972 (sparc64_collect_fpregset): Likewise.
3973 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
3974 * spu-tdep.c (spu_unwind_sp): Likewise.
3975 (spu2ppu_prev_register): Likewise.
3976 (spu_memory_remove_breakpoint): Likewise.
3977 * stack.c (return_command): Likewise.
3978 * tic6x-tdep.c (tic6x_extract_signed_field): Likewise.
3979 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
3980 * tracefile.c (trace_save_ctf): Likewise.
3981 * windows-nat.c (do_windows_fetch_inferior_registers): Likewise.
3982 (do_windows_store_inferior_registers): Likewise.
3983 (windows_resume): Likewise.
3984 * xtensa-linux-nat.c (fill_gregset): Likewise.
3985 (supply_gregset_reg): Likewise.
3986 * xtensa-tdep.c (xtensa_register_write_masked): Likewise.
3987 (xtensa_register_read_masked): Likewise.
3988 (xtensa_supply_gregset): Likewise.
3989 (xtensa_extract_return_value): Likewise.
3990 (xtensa_store_return_value): Likewise.
3991
3992 2017-10-25 Ulrich Weigand <uweigand@de.ibm.com>
3993
3994 * doublest.c (floatformat_from_string): New function.
3995 * doublest.h (floatformat_from_string): Add prototype.
3996
3997 * std-operator.def (OP_DOUBLE, OP_DECFLOAT): Remove, replace by ...
3998 (OP_FLOAT): ... this.
3999 * expression.h: Do not include "doublest.h".
4000 (union exp_element): Replace doubleconst and decfloatconst by
4001 new element floatconst.
4002 * ada-lang.c (resolve_subexp): Handle OP_FLOAT instead of OP_DOUBLE.
4003 (ada_evaluate_subexp): Likewise.
4004 * eval.c (evaluate_subexp_standard): Handle OP_FLOAT instead of
4005 OP_DOUBLE and OP_DECFLOAT.
4006 * expprint.c (print_subexp_standard): Likewise.
4007 (dump_subexp_body_standard): Likewise.
4008 * breakpoint.c (watchpoint_exp_is_const): Likewise.
4009
4010 * parse.c: Include "dfp.h".
4011 (write_exp_elt_dblcst, write_exp_elt_decfloatcst): Remove.
4012 (write_exp_elt_floatcst): New function.
4013 (operator_length_standard): Handle OP_FLOAT instead of OP_DOUBLE
4014 and OP_DECFLOAT.
4015 (operator_check_standard): Likewise.
4016 (parse_float): Do not accept suffix. Take type as input. Return bool.
4017 Return target format buffer instead of host DOUBLEST.
4018 Use floatformat_from_string and decimal_from_string to parse
4019 either binary or decimal floating-point types.
4020 (parse_c_float): Remove.
4021 * parser-defs.h: Do not include "doublest.h".
4022 (write_exp_elt_dblcst, write_exp_elt_decfloatcst): Remove.
4023 (write_exp_elt_floatcst): Add prototype.
4024 (parse_float): Update prototype.
4025 (parse_c_float): Remove.
4026
4027 * c-exp.y: Do not include "dfp.h".
4028 (typed_val_float): Use byte buffer instead of DOUBLEST.
4029 (typed_val_decfloat): Remove.
4030 (DECFLOAT): Remove.
4031 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4032 (parse_number): Update to new parse_float interface.
4033 Parse suffixes and determine type before calling parse_float.
4034 Handle decimal and binary FP types the same way.
4035
4036 * d-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
4037 (FLOAT_LITERAL): Use OP_FLOAT and write_exp_elt_floatcst.
4038 (parse_number): Update to new parse_float interface.
4039 Parse suffixes and determine type before calling parse_float.
4040
4041 * f-exp.y: Replace dval by typed_val_float.
4042 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4043 (parse_number): Use parse_float instead of atof.
4044
4045 * go-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
4046 (parse_go_float): Remove.
4047 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4048 (parse_number): Call parse_float instead of parse_go_float.
4049 Parse suffixes and determine type before calling parse_float.
4050
4051 * p-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
4052 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4053 (parse_number): Update to new parse_float interface.
4054 Parse suffixes and determine type before calling parse_float.
4055
4056 * m2-exp.y: Replace dval by byte buffer val.
4057 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4058 (parse_number): Call parse_float instead of atof.
4059
4060 * rust-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
4061 (lex_number): Call parse_float instead of strtod.
4062 (ast_dliteral): Use OP_FLOAT instead of OP_DOUBLE.
4063 (convert_ast_to_expression): Handle OP_FLOAT instead of OP_DOUBLE.
4064 Use write_exp_elt_floatcst.
4065 (unit_testing): Remove static variable.
4066 (rust_type): Do not check unit_testing.
4067 (rust_lex_tests): Do not set uint_testing. Set up dummy rust_parser.
4068
4069 * ada-exp.y (type_float, type_double): Remove.
4070 (typed_val_float): Use byte buffer instead of DOUBLEST.
4071 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4072 * ada-lex.l (processReal): Use parse_float instead of sscanf.
4073
4074 2017-10-25 Alan Hayward <alan.hayward@arm.com>
4075
4076 * aarch64-tdep.h (enum aarch64_regnum): Remove.
4077 * arch/aarch64.h: New file.
4078
4079 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4080
4081 * dfp.h (decimal_from_string): Use const reference for argument.
4082 * dfp.c (decimal_from_string): Likewise.
4083
4084 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4085
4086 * i387-tdep.c (print_i387_value): Use floatformat_to_string.
4087 * sh64-tdep.c (sh64_do_fp_register): Likewise.
4088 * mips-tdep.c (mips_print_fp_register): Likewise.
4089
4090 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4091
4092 * common/format.h (enum argclass): Replace decfloat_arg by
4093 dec32float_arg, dec64float_arg, and dec128float_arg.
4094 * common/format.c (parse_format_string): Update to return
4095 new decimal float argument classes.
4096
4097 * printcmd.c (printf_decfloat): Rename to ...
4098 (printf_floating): ... this. Add argclass argument, and use it
4099 instead of parsing the format string again. Add support for
4100 binary floating-point values, using floatformat_to_string.
4101 Convert value to the target format if it doesn't already match.
4102 (ui_printf): Call printf_floating instead of printf_decfloat,
4103 also for double_arg / long_double_arg. Pass argclass.
4104
4105 * dfp.c (decimal_to_string): Add format string argument.
4106 * dfp.h (decimal_to_string): Likewise.
4107
4108 * doublest.c (floatformat_to_string): Add format string argument.
4109 * doublest.h (floatformat_to_string): Likewise.
4110
4111 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4112
4113 * doublest.c (floatformat_precision): New routine.
4114 (floatformat_to_string): Likewise.
4115 * doublest.c (floatformat_to_string): Add prototype.
4116
4117 * printcmd.c (print_scalar_formatted): Only call print_floating
4118 on floating-point types.
4119 * valprint.c: Do not include "floatformat.h".
4120 (generic_val_print_decfloat): Remove.
4121 (generic_val_print): Call generic_val_print_float for both
4122 TYPE_CODE_FLT and TYPE_CODE_DECFLOAT.
4123 (print_floating): Use floatformat_to_string. Handle decimal float.
4124 (print_decimal_floating): Remove, merge into floatformat_to_string.
4125 * value.h (print_decimal_floating): Remove.
4126
4127 * Makefile.in: Do not build doublest.c with -Wformat-nonliteral.
4128
4129 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4130
4131 * buildsym.c (end_symtab_get_static_block): Use std::stable_sort.
4132
4133 2017-10-21 Simon Marchi <simon.marchi@ericsson.com>
4134
4135 * memattr.h: Don't include vec.h.
4136 (struct mem_attrib): Initialize fields.
4137 <unknown>: New static method.
4138 (struct mem_region): Add constructors, operator<, initialize
4139 fields.
4140 * memattr.c: Include algorithm.
4141 (default_mem_attrib, unknown_mem_attrib): Remove.
4142 (user_mem_region_list): New global.
4143 (target_mem_region_list, mem_region_list): Change type to
4144 std::vector<mem_region>.
4145 (mem_use_target): Now a function.
4146 (target_mem_regions_valid): Change type to bool.
4147 (mem_region_lessthan, mem_region_cmp, mem_region_init): Remove.
4148 (require_user_regions): Adjust.
4149 (require_target_regions): Adjust.
4150 (create_mem_region): Adjust.
4151 (lookup_mem_region): Adjust.
4152 (invalidate_target_mem_regions): Adjust.
4153 (mem_clear): Rename to...
4154 (user_mem_clear): ... this, and adjust.
4155 (mem_command): Adjust.
4156 (info_mem_command): Adjust.
4157 (mem_enable, enable_mem_command, mem_disable,
4158 disable_mem_command): Adjust.
4159 (mem_delete): Adjust.
4160 (delete_mem_command): Adjust.
4161 * memory-map.h (parse_memory_map): Return an std::vector.
4162 * memory-map.c (parse_memory_map): Likewise.
4163 (struct memory_map_parsing_data): Add constructor.
4164 <memory_map>: Point to std::vector.
4165 (memory_map_start_memory): Adjust.
4166 (memory_map_end_memory): Adjust.
4167 (memory_map_end_property): Adjust.
4168 (clear_result): Remove.
4169 * remote.c (remote_memory_map): Return an std::vector.
4170 * target-debug.h (target_debug_print_VEC_mem_region_s__p):
4171 Remove.
4172 (target_debug_print_mem_region_vector): New.
4173 * target-delegates.c: Regenerate.
4174 * target.h (mem_region_vector): New typedef.
4175 (to_memory_map): Return mem_region_vector.
4176 (target_memory_map): Return an std::vector.
4177 * target.c (target_memory_map): Return an std::vector.
4178 (flash_erase_command): Adjust.
4179
4180 2017-10-21 Simon Marchi <simon.marchi@ericsson.com>
4181
4182 * memory-map.c (struct memory_map_parsing_data) <property_name>:
4183 Change type to std::string.
4184 (memory_map_start_property): Adjust.
4185 (memory_map_end_property): Adjust.
4186
4187 2017-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4188
4189 * infrun.h: Include common/byte-vector.h.
4190 (struct displaced_step_closure): New struct.
4191 (struct buf_displaced_step_closure): New struct.
4192 * infrun.c (displaced_step_closure::~displaced_step_closure):
4193 Provide default implementation.
4194 (displaced_step_clear): Deallocate step closure with delete.
4195 * aarch64-tdep.c (displaced_step_closure): Rename to ...
4196 (aarch64_displaced_step_closure): ... this, extend
4197 displaced_step_closure.
4198 (aarch64_displaced_step_data) <dsc>: Change type to
4199 aarch64_displaced_step_closure.
4200 (aarch64_displaced_step_copy_insn): Adjust to type change, use
4201 unique_ptr.
4202 (aarch64_displaced_step_fixup): Add cast for displaced step
4203 closure.
4204 * amd64-tdep.c (displaced_step_closure): Rename to ...
4205 (amd64_displaced_step_closure): ... this, extend
4206 displaced_step_closure.
4207 <insn_buf>: Change type to std::vector<gdb_byte>.
4208 <max_len>: Remove.
4209 (fixup_riprel): Change type of DSC parameter, adjust to type
4210 change of insn_buf.
4211 (fixup_displaced_copy): Change type of DSC parameter.
4212 (amd64_displaced_step_copy_insn): Instantiate
4213 amd64_displaced_step_closure.
4214 (amd64_displaced_step_fixup): Add cast for closure type, adjust
4215 to type change of insn_buf.
4216 * arm-linux-tdep.c (arm_linux_cleanup_svc): Change type of
4217 parameter DSC.
4218 (arm_linux_copy_svc): Likewise.
4219 (cleanup_kernel_helper_return): Likewise.
4220 (arm_catch_kernel_helper_return): Likewise.
4221 (arm_linux_displaced_step_copy_insn): Instantiate
4222 arm_displaced_step_closure.
4223 * arm-tdep.c (arm_pc_is_thumb): Add cast for closure.
4224 (displaced_read_reg): Change type of parameter DSC.
4225 (branch_write_pc): Likewise.
4226 (load_write_pc): Likewise.
4227 (alu_write_pc): Likewise.
4228 (displaced_write_reg): Likewise.
4229 (arm_copy_unmodified): Likewise.
4230 (thumb_copy_unmodified_32bit): Likewise.
4231 (thumb_copy_unmodified_16bit): Likewise.
4232 (cleanup_preload): Likewise.
4233 (install_preload): Likewise.
4234 (arm_copy_preload): Likewise.
4235 (thumb2_copy_preload): Likewise.
4236 (install_preload_reg): Likewise.
4237 (arm_copy_preload_reg): Likewise.
4238 (cleanup_copro_load_store): Likewise.
4239 (install_copro_load_store): Likewise.
4240 (arm_copy_copro_load_store) Likewise.
4241 (thumb2_copy_copro_load_store): Likewise.
4242 (cleanup_branch): Likewise.
4243 (install_b_bl_blx): Likewise.
4244 (arm_copy_b_bl_blx): Likewise.
4245 (thumb2_copy_b_bl_blx): Likewise.
4246 (thumb_copy_b): Likewise.
4247 (install_bx_blx_reg): Likewise.
4248 (arm_copy_bx_blx_reg): Likewise.
4249 (thumb_copy_bx_blx_reg): Likewise.
4250 (cleanup_alu_imm): Likewise.
4251 (arm_copy_alu_imm): Likewise.
4252 (thumb2_copy_alu_imm): Likewise.
4253 (cleanup_alu_reg): Likewise.
4254 (install_alu_reg): Likewise.
4255 (arm_copy_alu_reg): Likewise.
4256 (thumb_copy_alu_reg): Likewise.
4257 (cleanup_alu_shifted_reg): Likewise.
4258 (install_alu_shifted_reg): Likewise.
4259 (arm_copy_alu_shifted_reg): Likewise.
4260 (cleanup_load): Likewise.
4261 (cleanup_store): Likewise.
4262 (arm_copy_extra_ld_st): Likewise.
4263 (install_load_store): Likewise.
4264 (thumb2_copy_load_literal): Likewise.
4265 (thumb2_copy_load_reg_imm): Likewise.
4266 (arm_copy_ldr_str_ldrb_strb): Likewise.
4267 (cleanup_block_load_all): Likewise.
4268 (cleanup_block_store_pc): Likewise.
4269 (cleanup_block_load_pc): Likewise.
4270 (arm_copy_block_xfer): Likewise.
4271 (thumb2_copy_block_xfer): Likewise.
4272 (cleanup_svc): Likewise.
4273 (install_svc): Likewise.
4274 (arm_copy_svc): Likewise.
4275 (thumb_copy_svc): Likewise.
4276 (arm_copy_undef): Likewise.
4277 (thumb_32bit_copy_undef): Likewise.
4278 (arm_copy_unpred): Likewise.
4279 (arm_decode_misc_memhint_neon): Likewise.
4280 (arm_decode_unconditional): Likewise.
4281 (arm_decode_miscellaneous): Likewise.
4282 (arm_decode_dp_misc): Likewise.
4283 (arm_decode_ld_st_word_ubyte): Likewise.
4284 (arm_decode_media): Likewise.
4285 (arm_decode_b_bl_ldmstm): Likewise.
4286 (arm_decode_ext_reg_ld_st): Likewise.
4287 (thumb2_decode_dp_shift_reg): Likewise.
4288 (thumb2_decode_ext_reg_ld_st): Likewise.
4289 (arm_decode_svc_copro): Likewise.
4290 (thumb2_decode_svc_copro): Likewise.
4291 (install_pc_relative): Likewise.
4292 (thumb_copy_pc_relative_16bit): Likewise.
4293 (thumb_decode_pc_relative_16bit): Likewise.
4294 (thumb_copy_pc_relative_32bit): Likewise.
4295 (thumb_copy_16bit_ldr_literal): Likewise.
4296 (thumb_copy_cbnz_cbz): Likewise.
4297 (thumb2_copy_table_branch): Likewise.
4298 (cleanup_pop_pc_16bit_all): Likewise.
4299 (thumb_copy_pop_pc_16bit): Likewise.
4300 (thumb_process_displaced_16bit_insn): Likewise.
4301 (decode_thumb_32bit_ld_mem_hints): Likewise.
4302 (thumb_process_displaced_32bit_insn): Likewise.
4303 (thumb_process_displaced_insn): Likewise.
4304 (arm_process_displaced_insn): Likewise.
4305 (arm_displaced_init_closure): Likewise.
4306 (arm_displaced_step_fixup): Add cast for closure.
4307 * arm-tdep.h: Include infrun.h.
4308 (displaced_step_closure): Rename to ...
4309 (arm_displaced_step_closure): ... this, extend
4310 displaced_step_closure.
4311 <u::svc::copy_svc_os>: Change type of parameter DSC.
4312 <cleanup>: Likewise.
4313 (arm_process_displaced_insn): Likewise.
4314 (arm_displaced_init_closure): Likewise.
4315 (displaced_read_reg): Likewise.
4316 (displaced_write_reg): Likewise.
4317 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn):
4318 Adjust.
4319 * i386-tdep.h: Include infrun.h.
4320 (i386_displaced_step_closure): New typedef.
4321 * i386-tdep.c (i386_displaced_step_copy_insn): Use
4322 i386_displaced_step_closure.
4323 (i386_displaced_step_fixup): Adjust.
4324 * rs6000-tdep.c (ppc_displaced_step_closure): New typedef.
4325 (ppc_displaced_step_copy_insn): Use ppc_displaced_step_closure
4326 and unique_ptr.
4327 (ppc_displaced_step_fixup): Adjust.
4328 * s390-linux-tdep.c (s390_displaced_step_closure): New typedef.
4329 (s390_displaced_step_copy_insn): Use s390_displaced_step_closure
4330 and unique_ptr.
4331 (s390_displaced_step_fixup): Adjust.
4332
4333 2017-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4334
4335 * interps.h (interp_resume, interp_suspend, interp_set_temp):
4336 Remove declarations.
4337
4338 2017-10-20 Tom Tromey <tom@tromey.com>
4339
4340 * gdb_bfd.c (struct gdb_bfd_data) <included_bfds>: Now a
4341 std::vector.
4342 (gdb_bfd_record_inclusion): Update.
4343 (bfdp): Remove typedef.
4344
4345 2017-10-20 Tom Tromey <tom@tromey.com>
4346
4347 * gdb_bfd.c (gdb_bfd_ref): Use new.
4348 (struct gdb_bfd_data): Add constructor, destructor, and member
4349 initializers.
4350 (gdb_bfd_unref): Use delete.
4351
4352 2017-10-20 Tom Tromey <tom@tromey.com>
4353
4354 * exec.c (exec_file_attach): Use new_bfd_ref.
4355 * symfile-mem.c (symbol_file_add_from_memory): Use new_bfd_ref.
4356 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
4357 (gdb_bfd_openw, gdb_bfd_openr_iovec, gdb_bfd_fdopenr): Use
4358 new_bfd_ref.
4359 * gdb_bfd.h (new_bfd_ref): New function.
4360
4361 2017-10-20 Pedro Alves <palves@redhat.com>
4362
4363 * main.c (captured_command_loop): Add attribute noinline.
4364
4365 2017-10-19 Simon Marchi <simon.marchi@ericsson.com>
4366
4367 * interps.c (struct interp_factory): Add constructor.
4368 (interp_factory_p): Remove typedef.
4369 (DEF_VEC_P(interp_factory_p)): Remove.
4370 (interpreter_factories): Change type to std::vector.
4371 (interp_factory_register): Adjust.
4372 (interp_lookup): Adjust.
4373 (interpreter_completer): Adjust.
4374
4375 2017-10-19 Tom Tromey <tom@tromey.com>
4376
4377 * break-catch-syscall.c (catch_syscall_completer): Use
4378 std::string, gdb::unique_xmalloc_ptr.
4379
4380 2017-10-19 Tom Tromey <tom@tromey.com>
4381
4382 * infcall.c (call_function_by_hand_dummy): Use std::string.
4383
4384 2017-10-19 Tom Tromey <tom@tromey.com>
4385
4386 * mi/mi-main.c (mi_cmd_execute): Update.
4387 * top.h (prepare_execute_command): Return scoped_value_mark.
4388 * value.h (class scoped_value_mark): Use DISABLE_COPY_AND_ASSIGN.
4389 Add move constructor.
4390 * top.c (prepare_execute_command): Return scoped_value_mark.
4391 (execute_command): Update.
4392
4393 2017-10-19 Pedro Alves <palves@redhat.com>
4394
4395 * xml-support.c (xml_fetch_content_from_file): Check fread's
4396 return.
4397
4398 2017-10-19 Pedro Alves <palves@redhat.com>
4399
4400 * ser-base.c (ser_base_read_error_fd): Delete the file handler if
4401 async.
4402 (handle_error_fd): New function.
4403 (ser_base_async): Add/delete an event loop file handler for
4404 error_fd.
4405
4406 2017-10-19 Pedro Alves <palves@redhat.com>
4407
4408 * xml-support.c (xml_fetch_content_from_file): Don't read in
4409 chunks. Instead use fseek to determine the file's size, and read
4410 it in one go.
4411
4412 2017-11-18 Keith Seitz <keiths@redhat.com>
4413
4414 * c-exp.y (oper): Canonicalize conversion operators of user-defined
4415 types.
4416 Add whitespace to front of type name.
4417
4418 2017-10-18 Keith Seitz <keiths@redhat.com>
4419
4420 * dwarf2read.c (dwarf2_add_typedef): Issue a complaint on unhandled
4421 DW_AT_accessibility.
4422
4423 2017-10-18 Yao Qi <yao.qi@linaro.org>
4424
4425 * features/tic6x-c62x-linux.c: Remove.
4426
4427 2017-10-17 Tom Tromey <tom@tromey.com>
4428
4429 * disasm.c (do_mixed_source_and_assembly_deprecated): Use
4430 gdb::optional, ui_out_emit_list, ui_out_emit_tuple.
4431 (do_mixed_source_and_assembly): Likewise.
4432
4433 2017-10-17 Tom Tromey <tom@tromey.com>
4434
4435 * regcache.c (regcache::xfer_part): Remove assertion.
4436
4437 2017-10-17 Pedro Alves <palves@redhat.com>
4438
4439 * xml-support.c (xml_fetch_content_from_file): Call
4440 unique_ptr::release() instead unique_ptr::get() when passing
4441 through xrealloc.
4442
4443 2017-10-17 Yao Qi <yao.qi@linaro.org>
4444
4445 * regcache.c (regcache::xfer_part): Remove parameters read and
4446 write, add parameter is_raw. All callers are updated.
4447
4448 2017-10-16 Keith Seitz <keiths@redhat.com>
4449
4450 * c-typeprint.c (enum access_specifier): Moved here from
4451 c_type_print_base.
4452 (output_access_specifier): New function.
4453 (c_type_print_base): Consider typedefs when assessing
4454 whether access labels are needed.
4455 Use output_access_specifier as needed.
4456 Output access specifier for typedefs, if needed.
4457 * dwarf2read.c (dwarf2_add_typedef): Record DW_AT_accessibility.
4458 * gdbtypes.h (struct typedef_field) <is_protected, is_private>: New
4459 fields.
4460 (TYPE_TYPEDEF_FIELD_PROTECTED, TYPE_TYPEDEF_FIELD_PRIVATE): New
4461 accessor macros.
4462
4463 2017-10-16 Tom Tromey <tom@tromey.com>
4464
4465 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full)
4466 (linux_fill_prpsinfo, linux_vsyscall_range_raw): Update.
4467 * target.c (target_fileio_read_stralloc): Update.
4468 * sparc64-tdep.c (adi_is_addr_mapped): Update.
4469 * target.h (target_fileio_read_stralloc): Return
4470 unique_xmalloc_ptr.
4471
4472 2017-10-16 Tom Tromey <tom@tromey.com>
4473
4474 * xml-syscall.c (xml_init_syscalls_info): Update.
4475 * xml-support.c (xinclude_start_include): Update.
4476 (xml_fetch_content_from_file): Return unique_xmalloc_ptr.
4477 * xml-support.h (xml_fetch_another): Return unique_xmalloc_ptr.
4478 (xml_fetch_content_from_file): Likewise.
4479 * osdata.c (get_osdata): Update.
4480 * target.h (target_read_stralloc, target_get_osdata): Return
4481 unique_xmalloc_ptr.
4482 * solib-aix.c (solib_aix_get_library_list): Update.
4483 * solib-target.c (solib_target_current_sos): Update.
4484 * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Update.
4485 * xml-tdesc.c (fetch_available_features_from_target): Update.
4486 (target_fetch_description_xml): Update.
4487 (file_read_description_xml): Update.
4488 * remote.c (remote_get_threads_with_qxfer, remote_memory_map)
4489 (remote_traceframe_info, btrace_read_config, remote_read_btrace)
4490 (remote_pid_to_exec_file): Update.
4491 * target.c (target_read_stralloc): Return unique_xmalloc_ptr.
4492 (target_get_osdata): Likewise.
4493
4494 2017-10-16 Tom Tromey <tom@tromey.com>
4495
4496 * remote.c (remote_register_number_and_offset): Use std::vector.
4497 (remote_set_syscall_catchpoint): Use gdb::unique_xmalloc_ptr.
4498 (putpkt_binary): Use gdb::def_vector.
4499 (compare_sections_command): Use gdb::byte_vector.
4500
4501 2017-10-16 Tom Tromey <tom@tromey.com>
4502
4503 * ppc-linux-nat.c (hwdebug_insert_point): Use
4504 gdb::unique_xmalloc_ptr, XDUP.
4505
4506 2017-10-16 Tom Tromey <tom@tromey.com>
4507
4508 * probe.c (parse_probes): Use std::string.
4509 (info_probes_for_ops, enable_probes_command)
4510 (disable_probes_command): Remove cleanups.
4511
4512 2017-10-16 Tom Tromey <tom@tromey.com>
4513
4514 * buildsym.c (block_compar): Remove.
4515 (end_symtab_get_static_block): Use std::vector.
4516
4517 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4518
4519 * memrange.h (struct mem_range): Define operator< and operator==.
4520 (mem_range_s): Remove.
4521 (DEF_VEC_O (mem_range_s)): Remove.
4522 (normalize_mem_ranges): Change parameter type to std::vector.
4523 * memrange.c (compare_mem_ranges): Remove.
4524 (normalize_mem_ranges): Change parameter type to std::vector,
4525 adjust to vector change.
4526 * exec.c (section_table_available_memory): Return vector, remove
4527 parameter.
4528 (section_table_read_available_memory): Adjust to std::vector
4529 change.
4530 * remote.c (remote_read_bytes): Adjust to std::vector
4531 change.
4532 * tracepoint.h (traceframe_available_memory): Change parameter
4533 type to std::vector.
4534 * tracepoint.c (traceframe_available_memory): Change parameter
4535 type to std::vector, adjust.
4536 * gdb/mi/mi-main.c (mi_cmd_trace_frame_collected): Adjust to
4537 std::vector change.
4538 * gdb/Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
4539 unittests/memrange-selftests.c.
4540 (SUBDIR_UNITTESTS_OBS): Add memrange-selftests.o.
4541 * gdb/unittests/memrange-selftests.c: New file.
4542
4543 2017-10-16 Pedro Alves <palves@redhat.com>
4544
4545 * elfread.c (probe_key_free): Rename range-for variable.
4546 * probe.c (parse_probes_in_pspace, find_probes_in_objfile)
4547 (find_probe_by_pc, collect_probes): Rename range-for variable.
4548
4549 2017-10-16 Yao Qi <yao.qi@linaro.org>
4550
4551 * features/Makefile (XMLTOC): Remove tic6x-*.xml.
4552 * features/tic6x-c62x.c: Remove.
4553 * features/tic6x-c64x-linux.c: Remove.
4554 * features/tic6x-c64x.c: Remove.
4555 * features/tic6x-c64xp-linux.c: Remove.
4556 * features/tic6x-c64xp.c: Remove.
4557 * tic6x-linux-tdep.c (_initialize_tic6x_linux_tdep): Don't call
4558 initialize_tdesc_tic6x_*_linux functions.
4559 * tic6x-tdep.c (_initialize_tic6x_tdep): Don't call
4560 initialize_tdesc_tic6x_* functions.
4561
4562 2017-10-16 Yao Qi <yao.qi@linaro.org>
4563
4564 * features/Makefile (WHICH): Remove tic6x-c64xp, tic6x-c64x
4565 tic6x-c62x.
4566 * regformats/tic6x-c62x.dat: Remove.
4567 * regformats/tic6x-c64x.dat: Remove.
4568 * regformats/tic6x-c64xp.dat: Remove.
4569
4570 2017-10-15 Simon Marchi <simon.marchi@ericsson.com>
4571
4572 * tracepoint.c (parse_traceframe_info): Return a unique_ptr
4573 (the !HAVE_LIBEXPAT version).
4574
4575 2017-10-14 Simon Marchi <simon.marchi@ericsson.com>
4576
4577 * nat/linux-osdata.c (struct pid_pgid_entry) <operator<>: Make
4578 const.
4579
4580 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4581
4582 * target.h: Include tracepoint.h.
4583 (enum trace_find_type): Move to tracepoint.h.
4584 (struct target_ops) <to_traceframe_info>: Return a unique ptr.
4585 * tracepoint.h: Don't include target.h
4586 (enum trace_find_type): Move from target.h.
4587 (parse_traceframe_info): Return a unique ptr.
4588 * tracepoint.c (current_traceframe_info): Change type to unique
4589 ptr.
4590 (free_traceframe_info): Remove.
4591 (clear_traceframe_info): Don't manually free
4592 current_traceframe_info.
4593 (free_result): Remove.
4594 (parse_traceframe_info): Return a unique ptr.
4595 (get_traceframe_info): Adjust to unique ptr.
4596 * ctf.c (ctf_traceframe_info): Return a unique ptr.
4597 * remote.c (remote_traceframe_info): Return a unique ptr.
4598 * tracefile-tfile.c (tfile_traceframe_info): Return a unique
4599 ptr.
4600 * target-debug.h (target_debug_print_traceframe_info_up): New
4601 macro.
4602 * target-delegates.c: Regenerate.
4603
4604 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4605
4606 * memrange.h (struct mem_range): Add constructors.
4607 * tracepoint.h (struct traceframe_info) <memory>: Change type to
4608 std::vector<mem_range>.
4609 * tracepoint.c (free_traceframe_info): Don't manually free
4610 vector.
4611 (traceframe_info_start_memory): Adjust to vector change.
4612 (traceframe_available_memory): Likewise.
4613 * tracefile-tfile.c (build_traceframe_info): Likewise.
4614 * ctf.c (ctf_traceframe_info): Likewise.
4615
4616 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4617
4618 * tracepoint.h (struct traceframe_info) <tvars>: Change type to
4619 std::vector<int>.
4620 * tracepoint.c (free_traceframe_info): Deallocate with delete.
4621 (traceframe_info_start_tvar): Adjust to vector change.
4622 (parse_traceframe_info): Allocate with new.
4623 * ctf.c (ctf_traceframe_info): Allocate with new, adjust to
4624 vector change.
4625 * tracefile-tfile.c (build_traceframe_info): Adjust to vector
4626 change.
4627 tfile_traceframe_info): Allocate with new.
4628 * mi/mi-main.c (mi_cmd_trace_frame_collected): Adjust to vector
4629 change.
4630
4631 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4632
4633 * tracepoint.c (traceframe_info): Rename to...
4634 (current_traceframe_info): ...this.
4635 (clear_traceframe_info): Adjust.
4636 (get_traceframe_info): Adjust.
4637
4638 2017-10-14 Simon Marchi <simon.marchi@ericsson.com>
4639
4640 * nat/linux-osdata.c: Include algorithm.
4641 (compare_processes): Remove.
4642 (struct pid_pgid_entry): New struct.
4643 (linux_xfer_osdata_processgroups): Use std::vector instead of
4644 XNEWVEC.
4645
4646 2017-10-14 Simon Marchi <simon.marchi@ericsson.com>
4647
4648 * objfiles.h: Don't include symfile.h.
4649 (struct partial_symbol): Remove forward-declaration.
4650 (struct objfile) <global_psymbols, static_psymbols>: Change type
4651 to std::vector<partial_symbol *>.
4652 * objfiles.c (objfile::objfile): Don't memset those fields.
4653 (objfile::~objfile): Don't free those fields.
4654 * psympriv.h (struct psymbol_allocation_list): Remove
4655 forward-declaration.
4656 (add_psymbol_to_list): Change psymbol_allocation_list parameter
4657 to std::vector.
4658 (start_psymtab_common): Change parameters to std::vector.
4659 * psymtab.c: Include algorithm.
4660 (require_partial_symbols): Call shrink_to_fit.
4661 (find_pc_sect_psymbol): Adjust to vector change.
4662 (match_partial_symbol): Likewise.
4663 (lookup_partial_symbol): Likewise.
4664 (psym_relocate): Likewise.
4665 (dump_psymtab): Likewise.
4666 (recursively_search_psymtabs): Likewise.
4667 (compare_psymbols): Remove.
4668 (sort_pst_symbols): Adjust to vector change.
4669 (start_psymtab_common): Likewise.
4670 (end_psymtab_common): Likewise.
4671 (psymbol_bcache_full): De-constify return value.
4672 (add_psymbol_to_bcache): Likewise.
4673 (extend_psymbol_list): Remove.
4674 (append_psymbol_to_list): Adjust to vector change.
4675 (add_psymbol_to_list): Likewise.
4676 (init_psymbol_list): Likewise.
4677 (maintenance_info_psymtabs): Likewise.
4678 (maintenance_check_psymtabs): Likewise.
4679 * symfile.h (struct psymbol_allocation_list): Remove.
4680 * symfile.c (reread_symbols): Adjust to vector change.
4681 * dbxread.c (start_psymtab): Change type of parameters.
4682 (dbx_symfile_read): Adjust to vector change.
4683 (read_dbx_symtab): Likewise.
4684 (start_psymtab): Change type of parameters.
4685 * dwarf2read.c (dwarf2_build_psymtabs): Adjust to vector change.
4686 (create_partial_symtab): Likewise.
4687 (add_partial_symbol): Likewise.
4688 (write_one_signatured_type): Likewise.
4689 (recursively_write_psymbols): Likewise.
4690 * mdebugread.c (parse_partial_symbols): Likewise.
4691 * xcoffread.c (xcoff_start_psymtab): Change type of parameters.
4692 (scan_xcoff_symtab): Adjust to vector change.
4693 (xcoff_initial_scan): Likewise.
4694
4695 2017-10-13 Simon Marchi <simon.marchi@ericsson.com>
4696
4697 * ada-typeprint.c (print_dynamic_range_bound): Use std::string.
4698
4699 2017-10-13 Yao Qi <yao.qi@linaro.org>
4700
4701 * features/Makefile: Remove tic6x-*-expedite, add tic6x-expedite.
4702 Remove s390x-*-expedite, add s390x-expedite.
4703
4704 2017-10-13 Yao Qi <yao.qi@linaro.org>
4705
4706 * features/s390-gs-linux64.c: Regenerated.
4707 * features/s390x-gs-linux64.c: Regenerated.
4708
4709 2017-10-13 Tom Tromey <tom@tromey.com>
4710
4711 * compile/compile-object-run.c (do_module_cleanup): Use delete.
4712 * solib.c (update_solib_list, reload_shared_libraries_1): Use
4713 delete.
4714 * symfile.c (symbol_file_add_with_addrs): Use new.
4715 (symbol_file_add_separate): Update comment.
4716 (syms_from_objfile_1, remove_symbol_file_command): Use delete.
4717 * jit.c (jit_object_close_impl): Use new.
4718 (jit_unregister_code): Use delete.
4719 * objfiles.c (objfile::objfile): Rename from allocate_objfile.
4720 (~objfile): Rename from free_objfile.
4721 (free_objfile_separate_debug, do_free_objfile_cleanup)
4722 (free_all_objfiles, objfile_purge_solibs): Use delete.
4723 * objfiles.h (struct objfile): Add constructor and destructor.
4724 Use DISABLE_COPY_AND_ASSIGN. Add initializers to data members.
4725 (allocate_objfile, free_objfile): Don't declare.
4726 (struct objstats): Add initializers.
4727
4728 2017-10-12 Simon Marchi <simon.marchi@ericsson.com>
4729
4730 * arch-utils.h (simple_displaced_step_copy_insn): Remove.
4731 * arch-utils.c (simple_displaced_step_copy_insn): Remove.
4732 * gdbarch.sh (displaced_step_copy_insn): Adjust comment.
4733 * gdbarch.h: Regenerate.
4734 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn):
4735 Adjust comment.
4736 * i386-tdep.c (i386_displaced_step_copy_insn): Adjust comment.
4737 (i386_displaced_step_fixup): Adjust comment.
4738 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Adjust comment.
4739
4740 2017-10-12 Tom Tromey <tom@tromey.com>
4741
4742 * prologue-value.h (pv_area::store_would_trash): Return bool.
4743 (pv_area::find_reg): Likewise.
4744 * prologue-value.c (pv_area::store_would_trash): Return bool.
4745 (pv_area::find_reg): Likewise.
4746
4747 2017-10-12 Tom Tromey <tom@tromey.com>
4748
4749 * s390-linux-tdep.c (s390_store, s390_load)
4750 (s390_check_for_saved, s390_analyze_prologue): Update.
4751 * rx-tdep.c (check_for_saved, rx_analyze_prologue): Update.
4752 * rl78-tdep.c (rl78_analyze_prologue, check_for_saved): Update.
4753 * prologue-value.h (class pv_area): Move from prologue-value.c.
4754 Change names of members. Add constructor, destructor, member
4755 functions.
4756 (make_pv_area, free_pv_area, make_cleanup_free_pv_area)
4757 (pv_area_store, pv_area_fetch, pv_area_store_would_trash)
4758 (pv_area_fetch, pv_area_scan): Don't declare.
4759 * prologue-value.c (struct pv_area::area_entry): Now member of
4760 pv_area.
4761 (struct pv_area): Move to prologue-value.h.
4762 (pv_area::pv_area): Rename from make_pv_area.
4763 (pv_area::~pv_area): Rename from free_pv_area.
4764 (do_free_pv_area_cleanup, make_cleanup_free_pv_area): Remove.
4765 (clear_entries, find_entry, overlaps, store_would_trash, store)
4766 (fetch, find_reg, scan): Now member of pv_area.
4767 Remove "area" argument. Update.
4768 * msp430-tdep.c (check_for_saved, msp430_analyze_prologue):
4769 Update.
4770 * mn10300-tdep.c (push_reg, check_for_saved)
4771 (mn10300_analyze_prologue): Update.
4772 * mep-tdep.c (is_arg_spill, check_for_saved)
4773 (mep_analyze_prologue): Update.
4774 * m32c-tdep.c (m32c_pv_push, m32c_srcdest_fetch)
4775 (m32c_srcdest_store, m32c_pv_enter, m32c_is_arg_spill)
4776 (m32c_is_struct_return, m32c_analyze_prologue): Update.
4777 * arm-tdep.c (thumb_analyze_prologue, arm_analyze_prologue):
4778 Update.
4779 * arc-tdep.c (arc_is_in_prologue, arc_analyze_prologue): Update.
4780 * aarch64-tdep.c (aarch64_analyze_prologue): Update.
4781
4782 2017-10-12 Simon Marchi <simon.marchi@ericsson.com>
4783
4784 * linux-nat.h (linux_nat_set_delete_thread): New declaration.
4785 * linux-nat.c (linux_nat_delete_thread): New variable.
4786 (lwp_free): Invoke linux_nat_delete_thread if set.
4787 (linux_nat_set_delete_thread): New function.
4788 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Assign
4789 thread delete callback.
4790 * arm-linux-nat.c (arm_linux_delete_thread): New function.
4791 (_initialize_arm_linux_nat): Assign thread delete callback.
4792 * s390-linux-nat.c (s390_delete_thread): New function.
4793 (_initialize_s390_nat): Assign thread delete callback.
4794 * x86-linux-nat.c (x86_linux_add_target): Likewise.
4795 * nat/aarch64-linux.c (aarch64_linux_delete_thread): New
4796 function.
4797 * nat/aarch64-linux.h (aarch64_linux_delete_thread): New
4798 declaration.
4799 * nat/x86-linux.c (x86_linux_delete_thread): New function.
4800 * nat/x86-linux.h (x86_linux_delete_thread): New declaration.
4801
4802 2017-10-09 Tom Tromey <tom@tromey.com>
4803
4804 * tui/tui-win.c (tui_set_win_height, parse_scrolling_args): Use
4805 std::string.
4806 * tui/tui-layout.c (enum tui_status): Use std::string.
4807
4808 2017-10-11 Tom Tromey <tom@tromey.com>
4809
4810 * gdbthread.h (thread_command): Constify.
4811 * inferior.h (detach_command): Constify.
4812 * top.h (set_history, show_history): Constify.
4813 * arm-tdep.c (set_arm_command, show_arm_command): Constify.
4814 * serial.c (serial_set_cmd, serial_show_cmd): Constify.
4815 * bsd-kvm.c (bsd_kvm_cmd): Constify.
4816 * printcmd.c (set_command): Constify.
4817 (non_const_set_command): New function.
4818 * dcache.c (set_dcache_command, show_dcache_command): Constify.
4819 * breakpoint.c (enable_command, disable_command, delete_command)
4820 (catch_command, tcatch_command, set_breakpoint_cmd)
4821 (show_breakpoint_cmd): Constify.
4822 * macrocmd.c (macro_command): Constify.
4823 * infcmd.c (unset_command, kill_command, detach_command)
4824 (info_proc_cmd): Constify.
4825 * i386-tdep.c (set_mpx_cmd, show_mpx_cmd): Constify.
4826 * auto-load.c (show_auto_load_cmd, set_auto_load_cmd)
4827 (info_auto_load_cmd): Constify.
4828 * target-descriptions.c (set_tdesc_cmd, show_tdesc_cmd)
4829 (unset_tdesc_cmd): Constify.
4830 * ada-lang.c (set_ada_command, show_ada_command)
4831 (maint_set_ada_cmd, maint_show_ada_cmd): Constify.
4832 * guile/guile.c (set_guile_command, show_guile_command)
4833 (info_guile_command): Constify.
4834 * tui/tui-win.c (tui_command, set_tui_cmd, show_tui_cmd):
4835 Constify.
4836 * skip.c (skip_command): Constify.
4837 * compile/compile.c (_initialize_compile): Constify.
4838 * dwarf2read.c (set_dwarf_cmd, show_dwarf_cmd): Constify.
4839 * btrace.c (maint_btrace_cmd, maint_btrace_set_cmd)
4840 (maint_btrace_show_cmd, maint_btrace_pt_set_cmd)
4841 (maint_btrace_pt_show_cmd): Constify.
4842 * remote.c (set_remote_cmd, show_remote_cmd, remote_command):
4843 Constify.
4844 * python/python.c (user_show_python, user_set_python): Constify.
4845 * mips-tdep.c (set_mips_command, show_mips_command)
4846 (set_mipsfpu_command): Constify.
4847 * record-btrace.c (cmd_record_btrace_start)
4848 (cmd_set_record_btrace, cmd_show_record_btrace)
4849 (cmd_set_record_btrace_bts, cmd_show_record_btrace_bts)
4850 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): Constify.
4851 * rs6000-tdep.c (set_powerpc_command, show_powerpc_command):
4852 Constify.
4853 * symfile.c (overlay_command): Constify.
4854 * spu-tdep.c (set_spu_command, show_spu_command): Constify.
4855 * cli/cli-logging.c (set_logging_command, show_logging_command):
4856 Constify.
4857 * cli/cli-dump.c (dump_command, append_command)
4858 (srec_dump_command, ihex_dump_command, verilog_dump_command)
4859 (tekhex_dump_command, binary_dump_command)
4860 (binary_append_command): Constify.
4861 * cli/cli-decode.c (struct cmd_list_element): Change type of
4862 "fun".
4863 * cli/cli-cmds.c (info_command, show_command, set_debug)
4864 (show_debug): Constify.
4865 (show_command): Add non-const overload.
4866 * top.c (set_history, show_history): Constify.
4867 * sh-tdep.c (set_sh_command, show_sh_command): Constify.
4868 * command.h (add_prefix_cmd): Accept a cmd_const_cfunc_ftype.
4869 * target.c (target_command): Constify.
4870 * sparc64-tdep.c (info_adi_command): Constify.
4871 * record-full.c (cmd_record_full_start): Constify.
4872 (set_record_full_command): Constify. Fix typo.
4873 (show_record_full_command): Constify.
4874 * thread.c (thread_command, thread_apply_command): Constify.
4875 * memattr.c (dummy_cmd): Constify.
4876 * value.c (function_command): Constify.
4877 * frame.c (set_backtrace_cmd, show_backtrace_cmd): Constify.
4878 * probe.c (info_probes_command): Constify.
4879 * ser-tcp.c (set_tcp_cmd, show_tcp_cmd): Constify.
4880 * gnu-nat.c (set_task_cmd, show_task_cmd, set_thread_cmd)
4881 (show_thread_cmd, set_thread_default_cmd)
4882 (show_thread_default_cmd): Constify.
4883 (check_empty): Constify.
4884 * tracepoint.c (tfind_command): Constify.
4885 * cp-support.c (maint_cplus_command): Constify.
4886 * windows-tdep.c (info_w32_command): Constify.
4887 * record.c (cmd_record_start, set_record_command)
4888 (show_record_command, info_record_command, cmd_record_goto):
4889 Constify.
4890 * ravenscar-thread.c (set_ravenscar_command)
4891 (show_ravenscar_command): Constify.
4892 * utils.c (set_internal_problem_cmd, show_internal_problem_cmd):
4893 Constify.
4894 (add_internal_problem_command): Remove casts.
4895 * arc-tdep.c (maintenance_print_arc_command): Constify.
4896 * valprint.c (set_print, show_print, set_print_raw)
4897 (show_print_raw): Constify.
4898 * maint.c (maintenance_command, maintenance_info_command)
4899 (maintenance_print_command, maintenance_set_cmd)
4900 (maintenance_show_cmd, set_per_command_cmd)
4901 (show_per_command_cmd, maintenance_check_command): Constify.
4902 * language.c (set_check, show_check): Constify.
4903 * typeprint.c (show_print_type, set_print_type): Constify.
4904 * go32-nat.c (go32_info_dos_command): Constify.
4905
4906 2017-10-11 Tom Tromey <tom@tromey.com>
4907
4908 * breakpoint.c (prepare_re_set_context): Remove.
4909 (breakpoint_re_set_one): Update. Don't use cleanups.
4910 (breakpoint_re_set): Use scoped_restore, std::string, and
4911 scoped_restore_current_language.
4912
4913 2017-10-11 Tom Tromey <tom@tromey.com>
4914
4915 * breakpoint.c (commands_command_1): Use std::string.
4916 (cleanup_executing_breakpoints): Remove.
4917 (bpstat_do_actions_1): Use scoped_restore.
4918 (bpstat_check_watchpoint): Use std::string.
4919 (decode_static_tracepoint_spec): Likewise.
4920 (break_range_command): Likewise.
4921 (watch_command_1): Likewise.
4922 (compare_breakpoints): Change argument types.
4923 (clear_command): Use std::vector.
4924 (cleanup_executing_breakpoints): Remove.
4925 (update_global_location_list): Use unique_xmalloc_ptr.
4926 (strace_command): Remove unused declaration.
4927
4928 2017-10-11 John Baldwin <jhb@FreeBSD.org>
4929
4930 * Makefile.in (ALLDEPFILES): Add arm-fbsd-nat.c.
4931 * NEWS: Mention new FreeBSD/arm native configuration.
4932 * configure.host: Add arm*-*-freebsd*.
4933 * configure.nat: Likewise.
4934 * arm-fbsd-nat.c: New file.
4935
4936 2017-10-11 John Baldwin <jhb@FreeBSD.org>
4937
4938 * Makefile.in (ALL_TARGET_OBS): Add arm-fbsd-tdep.o.
4939 (ALLDEPFILES): Add arm-fbsd-tdep.c.
4940 * NEWS: Mention new FreeBSD/arm target.
4941 * configure.tgt: Add arm*-*-freebsd*.
4942 * arm-fbsd-tdep.c: New file.
4943 * arm-fbsd-tdep.h: New file.
4944
4945 2017-10-11 Maciej W. Rozycki <macro@imgtec.com>
4946
4947 * linux-tdep.c (linux_make_corefile_notes): Remove call to
4948 `gdbarch_elfcore_write_linux_prpsinfo'.
4949 * gdbarch.sh (elfcore_write_linux_prpsinfo): Remove architecture
4950 method.
4951 (elf_internal_linux_prpsinfo): Remove declaration.
4952 * gdbarch.h: Regenerate.
4953 * gdbarch.c: Regenerate.
4954
4955 2017-10-11 Maciej W. Rozycki <macro@imgtec.com>
4956
4957 * ppc-linux-tdep.c (ppc_linux_init_abi): Remove call to
4958 `set_gdbarch_elfcore_write_linux_prpsinfo'.
4959
4960 2017-10-11 Pedro Alves <palves@redhat.com>
4961
4962 * breakpoint.c (reattach_breakpoints): Delete.
4963 * breakpoint.h (reattach_breakpoints): Delete.
4964
4965 2017-10-11 Simon Marchi <simon.marchi@ericsson.com>
4966
4967 * symfile.c (registered_sym_fns): Make struct, not typedef.
4968 (DEF_VEC_O (registered_sym_fns)): Remove.
4969 (symtab_fns): Change type to std::vector.
4970 (add_symtab_fns): Adjust.
4971 (find_sym_fns): Adjust.
4972
4973 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4974
4975 * arc-tdep.c (arc_gdbarch_init): Pass proper cpu value to disassembler.
4976 * arc-tdep.h (arc_arch_is_em): New function.
4977 (arc_arch_is_hs): Likewise.
4978
4979 2017-10-11 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
4980
4981 * macrotab.h (macro_lookup_inclusion): Remove unnecessary
4982 parentheses in the declaration.
4983 (macro_lookup_inclusion): Likewise.
4984 (macro_lookup_definition): Likewise.
4985 * p-lang.h (pascal_builtin_types): Likewise.
4986 * tui/tui-data.c (tui_win_list): Likewise.
4987 * tui/tui-data.h (tui_win_list): Likewise.
4988 * utils.h (make_cleanup_free_section_addr_info): Likewise.
4989
4990 2017-10-11 Mark Rages <markrages@gmail.com>
4991
4992 * target-memory.c (block_boundaries): Fix for block address not
4993 aligned on block size.
4994
4995 2017-10-10 Pedro Alves <palves@redhat.com>
4996 Tom Tromey <tom@tromey.com>
4997
4998 * breakpoint.c (struct captured_breakpoint_query_args)
4999 (do_captured_breakpoint_query, gdb_breakpoint_query): Delete.
5000 (print_breakpoint): New.
5001 * breakpoint.h (print_breakpoint): Declare.
5002 * common/common-exceptions.h (enum return_reason): Remove
5003 references to catch_exceptions.
5004 * exceptions.c (catch_exceptions, catch_exceptions_with_msg):
5005 Delete.
5006 * exceptions.h (catch_exceptions_ftype, catch_exceptions)
5007 (catch_exception_ftype, catch_exceptions_with_msg): Delete.
5008 * gdb.h: Delete.
5009 * gdbthread.h (thread_select): Declare.
5010 * mi/mi-cmd-break.c: Don't include gdb.h.
5011 (breakpoint_notify): Use print_breakpoint.
5012 * mi/mi-cmd-catch.c: Don't include gdb.h.
5013 * mi/mi-interp.c: Don't include gdb.h.
5014 (mi_print_breakpoint_for_event): New.
5015 (mi_breakpoint_created, mi_breakpoint_modified): Use
5016 mi_print_breakpoint_for_event.
5017 * mi/mi-main.c: Don't include gdb.h.
5018 (mi_cmd_thread_select): Parse the global thread ID here. Use
5019 thread_select instead of gdb_thread_select.
5020 (mi_cmd_thread_list_ids): Output "thread-ids" tuple here instead
5021 of using gdb_list_thread_ids.
5022 * remote-fileio.c (do_remote_fileio_request): Change type. Reply
5023 FILEIO_ENOSYS here.
5024 (remote_fileio_request): Use TRY/CATCH instead of
5025 catch_exceptions.
5026 * symfile-mem.c (struct symbol_file_add_from_memory_args)
5027 (symbol_file_add_from_memory_wrapper): Delete.
5028 (add_vsyscall_page): Use TRY/CATCH instead of catch_exceptions.
5029 * thread.c: Don't include gdb.h.
5030 (do_captured_list_thread_ids, gdb_list_thread_ids): Delete.
5031 (thread_alive): Use thread_select.
5032 (do_captured_thread_select): Delete, parts salvaged as ...
5033 (thread_select): ... this new function.
5034 (gdb_thread_select): Delete.
5035
5036 2017-10-10 Pedro Alves <palves@redhat.com>
5037 Tom Tromey <tom@tromey.com>
5038
5039 * breakpoint.c (breakpoint_cond_eval): Change return type to bool
5040 and reverse logic.
5041 (WP_DELETED, WP_VALUE_CHANGED, WP_VALUE_NOT_CHANGED, WP_IGNORE):
5042 No longer macros. Instead ...
5043 (enum wp_check_result): They're now values of this new
5044 enumeration.
5045 (watchpoint_check): Change return type to wp_check_result and
5046 parameter type to bpstat.
5047 (bpstat_check_watchpoint): Use TRY/CATCH instead of catch_errors.
5048 (bpstat_check_breakpoint_conditions): Use TRY/CATCH instead of
5049 catch_errors. Reverse logic of watchpoint_check call.
5050 (breakpoint_re_set_one): Now returns void and takes a breakpoint
5051 pointer as parameter.
5052 (breakpoint_re_set): Use TRY/CATCH instead of catch_errors.
5053 * common/common-exceptions.c (throw_exception_sjlj): Update
5054 comments to avoid mentioning catch_errors.
5055 * exceptions.c (catch_errors): Delete.
5056 * exceptions.h: Update comments to avoid mentioning catch_errors.
5057 (catch_errors_ftype, catch_errors): Delete.
5058 * infrun.c (normal_stop): Use TRY/CATCH instead of catch_errors.
5059 (hook_stop_stub): Delete.
5060 (restore_selected_frame): Change return type to void, and
5061 parameter type to const frame_id &.
5062 (restore_infcall_control_state): Use TRY/CATCH instead of
5063 catch_errors.
5064 * main.c (captured_command_loop): Return void and remove
5065 parameter. Remove references to catch_errors.
5066 (captured_main): Use TRY/CATCH instead of catch_errors.
5067 * objc-lang.c (objc_submethod_helper_data)
5068 (find_objc_msgcall_submethod_helper): Delete.
5069 (find_objc_msgcall_submethod): Use TRY/CATCH instead of
5070 catch_errors.
5071 * record-full.c (record_full_message): Return void.
5072 (record_full_message_args, record_full_message_wrapper): Delete.
5073 (record_full_message_wrapper_safe): Return bool and use TRY/CATCH
5074 instead of catch_errors.
5075 * solib-aix.c (solib_aix_open_symbol_file_object): Change
5076 parameter type to int.
5077 * solib-darwin.c (open_symbol_file_object): Ditto.
5078 * solib-dsbt.c (open_symbol_file_object): Ditto.
5079 * solib-frv.c (open_symbol_file_object): Ditto.
5080 * solib-svr4.c (open_symbol_file_object): Ditto.
5081 * solib-target.c (solib_target_open_symbol_file_object): Ditto.
5082 * solib.c (update_solib_list): Use TRY/CATCH instead of
5083 catch_errors.
5084 * solist.h (struct target_so_ops) <open_symbol_file_object>:
5085 Change type.
5086 * symmisc.c (struct print_symbol_args): Remove.
5087 (dump_symtab_1): Use TRY/CATCH instead of catch_errors.
5088 (print_symbol): Change type.
5089 * windows-nat.c (handle_load_dll, handle_unload_dll): Return void
5090 and remove parameters.
5091 (catch_errors): New.
5092 (get_windows_debug_event): Adjust.
5093
5094 2017-10-09 Tom Tromey <tom@tromey.com>
5095
5096 * mi/mi-main.c (free_splay_tree): Remove.
5097 (list_available_thread_groups): Use splay_tree_up.
5098 * common/gdb_splay_tree.h: New file.
5099
5100 2017-10-09 Tom Tromey <tom@tromey.com>
5101
5102 * mi/mi-main.c (do_nothing): Remove.
5103 (list_available_thread_groups): Update.
5104
5105 2017-10-09 Pedro Alves <palves@redhat.com>
5106
5107 * infrun.c (handle_inferior_event_1) <TARGET_WAITKIND_EXECD>: Skip
5108 reading registers when switching context.
5109
5110 2017-10-09 John Baldwin <jhb@FreeBSD.org>
5111
5112 * fbsd-nat.c (fbsd_siginfo_size): Use gdbarch_long_bit.
5113 (fbsd_convert_siginfo): Likewise.
5114 * fbsd-tdep.c (fbsd_core_xfer_siginfo): Likewise.
5115
5116 2017-10-09 Simon Marchi <simon.marchi@polymtl.ca>
5117
5118 * configure.ac (try_guile_versions): Remove guile-2.2.
5119 * configure: Regenerate.
5120
5121 2017-10-09 Tom Tromey <tom@tromey.com>
5122
5123 * Makefile.in (COMPILE.post, POSTCOMPILE): Restore $(basename).
5124 (COMPILE.pre): Use $(CXX).
5125
5126 2017-10-09 Pedro Alves <palves@redhat.com>
5127
5128 * cp-support.c (cp_remove_params): Return a gdb::unique_xmalloc_ptr.
5129 Use bool.
5130 (overload_list_add_symbol): Adjust to use gdb::unique_xmalloc_ptr.
5131 * cp-support.h (cp_remove_params): Now returns a
5132 gdb::unique_xmalloc_ptr.
5133 * dwarf2read.c (find_slot_in_mapped_hash): Now returns bool.
5134 Adjust to cp_remove_params returning a gdb::unique_xmalloc_ptr.
5135 * psymtab.c (psymtab_search_name): Adjust to cp_remove_params
5136 returning a gdb::unique_xmalloc_ptr.
5137 (lookup_partial_symbol): Adjust to use gdb::unique_xmalloc_ptr.
5138 * stack.c (find_frame_funname): Adjust to cp_remove_params
5139 returning a gdb::unique_xmalloc_ptr.
5140
5141 2017-10-08 Tom Tromey <tom@tromey.com>
5142
5143 * dwarf2read.c (dwarf2_get_dwz_file): Use
5144 gdb::unique_xmalloc_ptr.
5145 (find_slot_in_mapped_hash): Likewise.
5146 (dwarf2_physname): Likewise.
5147 (create_dwo_unit_in_dwp_v1): Use std::string.
5148 (create_dwo_unit_in_dwp_v2): Likewise.
5149 (lookup_dwo_cutu): Likewise.
5150 (inherit_abstract_dies): Use std::vector.
5151 (read_array_type): Likewise.
5152 (dwarf_decode_macros): Remove unused declaration.
5153 (unsigned_int_compar): Remove.
5154 (dwarf2_build_psymtabs_hard): Use scoped_restore.
5155 (psymtabs_addrmap_cleanup): Remove.
5156
5157 2017-10-08 Tom Tromey <tom@tromey.com>
5158
5159 * frame-unwind.c (frame_unwind_try_unwinder): Update.
5160 * frame.h (frame_cleanup_after_sniffer): Declare.
5161 (frame_prepare_for_sniffer): Return void.
5162 * frame.c (frame_cleanup_after_sniffer): No longer static. Change
5163 type of argument.
5164 (frame_prepare_for_sniffer): Return void.
5165
5166 2017-10-08 Tom Tromey <tom@tromey.com>
5167
5168 * utils.h (make_cleanup_value_free): Remove.
5169 * utils.c (do_value_free, struct cleanup): Remove.
5170 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>:
5171 Use gdb_value_up.
5172 * value.h (struct value_deleter): New.
5173 (gdb_value_up): New typedef.
5174
5175 2017-10-08 Tom Tromey <tom@tromey.com>
5176
5177 * symtab.c (free_search_symbols, do_free_search_symbols_cleanup)
5178 (make_cleanup_free_search_symbols): Remove.
5179 (search_symbols): Return std::vector.
5180 (symbol_search::compare_search_syms): Now member of
5181 symbol_search. Change arguments.
5182 (sort_search_symbols_remove_dups): Change arguments. Rewrite.
5183 (symtab_symbol_info, rbreak_command): Update.
5184 * symtab.h (struct symbol_search) <next>: Remove.
5185 Add constructors.
5186 (symbol_search::operator<): New function.
5187 (symbol_search::operator==): New function.
5188 (search_symbols): Remove std::vector.
5189 (free_search_symbols, make_cleanup_free_search_symbols): Remove.
5190 (symbol_search::compare_search_syms): Declare.
5191
5192 2017-10-06 Yao Qi <yao.qi@linaro.org>
5193
5194 * Makefile.in (ALL_64_TARGET_OBS): Replace aarch64-insn.o with
5195 arch/aarch64-insn.o.
5196 Remove one rule.
5197 * configure.tgt: Replace aarch64-insn.o with arch/aarch64-insn.o.
5198
5199 2017-10-06 Yao Qi <yao.qi@linaro.org>
5200
5201 * Makefile.in (ALL_TARGET_OBS): Replace arm.o, arm-get-next-pcs.o,
5202 and arm-linux.o with arch/arm.o, arch/arm-get-next-pcs.o and
5203 arch/arm-linux.o respectively.
5204 * configure.tgt: Likewise.
5205
5206 2017-10-06 Yao Qi <yao.qi@linaro.org>
5207
5208 * Makefile.in (ALL_TARGET_OBS): Rename i386.o to arch/i386.o.
5209 * configure.tgt (i386_tobjs): Replace i386.o with arch/i386.o.
5210
5211 2017-10-06 Pedro Alves <palves@redhat.com>
5212
5213 * windows-nat.c: Include <algorithm>.
5214
5215 2017-10-06 Yao Qi <yao.qi@linaro.org>
5216
5217 * configure.tgt (i386_tobjs): New variable.
5218 (amd64_tobjs): New variable.
5219 Set $cpu_obs and $os_obs.
5220
5221 2017-10-06 Yao Qi <yao.qi@linaro.org>
5222
5223 * Makefile.in (CONFIG_SRC_SUBDIR): New.
5224 (ALL_64_TARGET_OBS): Replace amd64.o with arch/amd64.o.
5225 (clean): Remove object files and dependency files.
5226 (distclean): Remove the directory.
5227 * configure.ac: Invoke AC_CONFIG_COMMANDS.
5228 * configure: Re-generated.
5229 * configure.tgt: Replace amd64.o with arch/amd64.o.
5230
5231 2017-10-05 Jose E. Marchesi <jose.marchesi@oracle.com>
5232
5233 PR build/22188
5234 * arm-tdep.c (arm_decode_misc_memhint_neon): Fix decoding of CPS
5235 and SETEND.
5236
5237 2017-10-05 Pedro Alves <palves@redhat.com>
5238
5239 * linux-nat.c (linux_child_follow_fork): When following the parent
5240 and detaching the child, consult the parent thread's architecture
5241 instead of the child's.
5242
5243 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5244
5245 * ax.h: Do not include "doublest.h".
5246 (union agent_val): Remove.
5247
5248 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5249
5250 * dfp.h (MAX_DECIMAL_STRING): Move to dfp.c.
5251 (decimal_to_string): Return std::string object.
5252 (decimal_from_string): Accept std::string object. Return bool.
5253 (decimal_from_integral, decimal_from_doublest): Remove.
5254 (decimal_from_longest): Add prototype.
5255 (decimal_from_ulongest): Likewise.
5256 (decimal_to_longest): Likewise.
5257 (decimal_from_doublest): Likewise.
5258 * dfp.c: Do not include "gdbtypes.h" or "value.h".
5259 (MAX_DECIMAL_STRING): Move here.
5260 (decimal_to_string): Return std::string object.
5261 (decimal_from_string): Accept std::string object. Return bool.
5262 (decimal_from_integral): Remove, replace by ...
5263 (decimal_from_longest, decimal_from_ulongest): ... these new functions.
5264 (decimal_to_longest): New function.
5265 (decimal_from_floating): Remove, replace by ...
5266 (decimal_from_doublest): ... this new function.
5267 (decimal_to_doublest): Update to new decimal_to_string interface.
5268
5269 * value.c (unpack_long): Use decimal_to_longest.
5270 * valops.c (value_cast): Use decimal_from_doublest instead of
5271 decimal_from_floating. Use decimal_from_[u]longest isntead of
5272 decimal_from_integral.
5273 * valarith.c (value_args_as_decimal): Likewise.
5274 * valprint.c (print_decimal_floating): Update to new
5275 decimal_to_string interface.
5276 * printcmd.c (printf_decfloat): Likewise.
5277 * c-exp.y (parse_number): Update to new decimal_from_string interface.
5278
5279 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5280
5281 * doublest.h: Do not include "floatformat.h". Remove stale comments.
5282 * gdbtypes.c: Include "floatformat.h".
5283 * value.c: Likewise.
5284 * m68k-tdep.c: Likewise.
5285
5286 * findvar.c: Do not include "floatformat.h".
5287 * amd64-darwin-tdep.c: Likewise.
5288 * arm-linux-tdep.c: Likewise.
5289 * i386-darwin-tdep.c: Likewise.
5290 * i387-tdep.c: Likewise.
5291 * m68k-linux-tdep.c: Likewise.
5292 * mep-tdep.c: Likewise.
5293 * mips-tdep.c: Likewise.
5294 * nios2-tdep.c: Likewise.
5295 * s390-linux-tdep.c: Likewise.
5296 * sparc-obsd-tdep.c: Likewise.
5297 * sparc-tdep.c: Likewise.
5298 * sparc64-tdep.c: Likewise.
5299 * spu-tdep.c: Likewise.
5300 * tic6x-tdep.c: Likewise.
5301 * tilegx-tdep.c: Likewise.
5302 * vax-tdep.c: Likewise.
5303 * xstormy16-tdep.c: Likewise.
5304 * xtensa-tdep.c: Likewise.
5305
5306 * top.c: Do not include "doublest.h".
5307 * aarch64-tdep.c: Likewise.
5308 * alpha-tdep.c: Likewise.
5309 * arm-linux-tdep.c: Likewise.
5310 * m68k-linux-tdep.c: Likewise.
5311 * tilegx-tdep.c: Likewise.
5312 * xstormy16-tdep.c: Likewise.
5313
5314 2017-10-05 John Baldwin <jhb@FreeBSD.org>
5315
5316 * mips-fbsd-tdep.c (MIPS_INST_ADDIU_A0_SP_N32): Define.
5317 (mipsn32_fbsd_sigframe): Define.
5318 (mips_fbsd_init_abi): Install mipsn32_fbsd_sigframe unwinder
5319 for FreeBSD/mipsn32.
5320
5321 2017-10-05 John Baldwin <jhb@FreeBSD.org>
5322
5323 * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_EHDRFLAGS and
5324 AT_HWCAP.
5325
5326 2017-10-05 Tristan Gingold <tgingold@free.fr>
5327
5328 * MAINTAINERS (Misc): Update my email address.
5329
5330 2017-10-04 Pedro Alves <palves@redhat.com>
5331
5332 * remote.c (get_remote_arch_state): New 'gdbarch' parameter. Use
5333 it instead of target_gdbarch.
5334 (get_remote_state, get_remote_packet_size): Adjust
5335 get_remote_arch_state calls, passing down target_gdbarch
5336 explicitly.
5337 (packet_reg_from_regnum, packet_reg_from_pnum): New parameter
5338 'gdbarch' and use it instead of target_gdbarch.
5339 (get_memory_packet_size): Adjust get_remote_arch_state calls,
5340 passing down target_gdbarch explicitly.
5341 (struct stop_reply) <arch>: New field.
5342 (remote_parse_stop_reply): Use the stopped thread's architecture,
5343 not the current inferior's. Save the architecture in the
5344 stop_reply.
5345 (process_stop_reply): Use the stop reply's architecture.
5346 (process_g_packet, remote_fetch_registers)
5347 (remote_prepare_to_store, store_registers_using_G)
5348 (remote_store_registers): Adjust get_remote_arch_state calls,
5349 using the regcache's architecture.
5350 (remote_get_trace_status): Adjust get_remote_arch_state calls,
5351 passing down target_gdbarch explicitly.
5352 * spu-multiarch.c (spu_thread_architecture): Defer to the target
5353 beneath instead of calling target_gdbarch.
5354 * target.c (default_thread_architecture): Use the specified
5355 inferior's architecture, instead of the current inferior's
5356 architecture (via target_gdbarch).
5357
5358 2017-10-04 Pedro Alves <palves@redhat.com>
5359
5360 * regcache.c (get_thread_arch_regcache): Remove null_ptid special
5361 case.
5362 (regcache_print): Handle !target_has_registers here instead.
5363
5364 2017-10-04 Pedro Alves <palves@redhat.com>
5365
5366 * frame.c (create_test_frame): Delete.
5367 * frame.h (create_test_frame): Delete.
5368 * gdbarch-selftests.c: Include gdbthread.h and target.h.
5369 (class regcache_test): Delete.
5370 (test_target_has_registers, test_target_has_stack)
5371 (test_target_has_memory, test_target_prepare_to_store)
5372 (test_target_store_registers): New functions.
5373 (test_target_ops): New class.
5374 (register_to_value_test): Error out if there's already a
5375 process_stratum (or higher) target pushed. Create a fuller mock
5376 environment, with mock target_ops, inferior, address space, thread
5377 and inferior_ptid.
5378 * progspace.c (struct address_space): Move to ...
5379 * progspace.h (struct address_space): ... here.
5380 * regcache.h (regcache::~regcache, regcache::raw_write)
5381 [GDB_SELF_TEST]: No longer virtual.
5382
5383 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5384
5385 * mi/mi-main.c (list_available_thread_groups): Reverse filter logic.
5386
5387 2017-10-04 Pedro Alves <palves@redhat.com>
5388
5389 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Move code
5390 out of 'between TRY and CATCH'.
5391
5392 2017-10-04 Pedro Alves <palves@redhat.com>
5393
5394 * cli/cli-cmds.c (complete_command): Add missing END_CATCH.
5395 * common/common-exceptions.h (TRY): Open an outermost scope.
5396 Expand intro comment.
5397 (CATCH): Reindent.
5398 (END_CATCH): Close the outermost scope.
5399 * completer.c (complete_line_internal): Add missing END_CATCH.
5400
5401 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5402
5403 * NEWS (Changes since GDB 8.0): Add entry about new
5404 'set-cwd-on-gdbserver' feature.
5405 (New remote packets): Add entry for QSetWorkingDir.
5406 * common/common-inferior.h (set_inferior_cwd): New prototype.
5407 * infcmd.c (set_inferior_cwd): Remove "static".
5408 (show_cwd_command): Expand text to include remote debugging.
5409 * remote.c: Add PACKET_QSetWorkingDir.
5410 (remote_protocol_features) <QSetWorkingDir>: New entry for
5411 PACKET_QSetWorkingDir.
5412 (extended_remote_set_inferior_cwd): New function.
5413 (extended_remote_create_inferior): Call
5414 "extended_remote_set_inferior_cwd".
5415 (_initialize_remote): Call "add_packet_config_cmd" for
5416 QSetWorkingDir.
5417
5418 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5419
5420 * NEWS (New commands): Mention "set/show cwd".
5421 * cli/cli-cmds.c (_initialize_cli_cmds): Mention "set cwd" on
5422 "cd" command's help text.
5423 * common/common-inferior.h (get_inferior_cwd): New prototype.
5424 * infcmd.c (inferior_cwd_scratch): New global variable.
5425 (set_inferior_cwd): New function.
5426 (get_inferior_cwd): Likewise.
5427 (set_cwd_command): Likewise.
5428 (show_cwd_command): Likewise.
5429 (_initialize_infcmd): Add "set/show cwd" commands.
5430 * inferior.h (class inferior) <cwd>: New field.
5431 * nat/fork-inferior.c: Include "gdb_tilde_expand.h".
5432 (fork_inferior): Change inferior's cwd before its execution.
5433 * windows-nat.c (windows_create_inferior): Pass inferior's cwd
5434 to CreateProcess.
5435
5436 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5437
5438 * Makefile.in (SFILES): Add gdb_tilde_expand.c.
5439 (HFILES_NO_SRCDIR): Add gdb_tilde_expand.h.
5440 (COMMON_OBS): Add gdb_tilde_expand.o.
5441 * common/gdb_tilde_expand.c: New file.
5442 * common/gdb_tilde_expand.h: Likewise.
5443
5444 2017-10-03 Maciej W. Rozycki <macro@imgtec.com>
5445
5446 * gdbarch.sh (objfile): Remove duplicate declaration.
5447 * gdbarch.h: Regenerate.
5448
5449 2017-10-03 Tom Tromey <tom@tromey.com>
5450
5451 * utils.c (internal_vproblem): Use string_vprintf.
5452
5453 2017-10-03 Tom Tromey <tom@tromey.com>
5454
5455 * printcmd.c (info_symbol_command): Use std::string.
5456
5457 2017-10-03 Tom Tromey <tom@tromey.com>
5458
5459 * top.c (gdb_safe_append_history): Use std::string.
5460
5461 2017-10-03 Tom Tromey <tom@tromey.com>
5462
5463 * event-top.c (stdin_event_handler): Update.
5464 * main.c (captured_main_1): Update.
5465 * top.h (make_delete_ui_cleanup): Remove.
5466 (struct ui): Add constructor and destructor.
5467 (new_ui, delete_ui): Remove.
5468 * top.c (make_delete_ui_cleanup): Remove.
5469 (new_ui_command): Use std::unique_ptr.
5470 (delete_ui_cleanup): Remove.
5471 (ui::ui): Rename from new_ui. Update.
5472 (free_ui): Remove.
5473 (ui::~ui): Rename from delete_ui. Update.
5474
5475 2017-10-03 Tom Tromey <tom@tromey.com>
5476
5477 * symfile.c (load_progress): Use gdb::byte_vector.
5478
5479 2017-10-03 Tom Tromey <tom@tromey.com>
5480
5481 * mi/mi-main.c (mi_cmd_trace_frame_collected): Remove unused
5482 declaration.
5483 * printcmd.c (x_command): Remove unused declaration.
5484 * symfile.c (symbol_file_command): Remove unused declaration.
5485
5486 2017-10-03 Tom Tromey <tom@tromey.com>
5487
5488 * utils.c (internal_vproblem): Use std::string.
5489 (defaulted_query): Likewise.
5490
5491 2017-10-03 Tom Tromey <tom@tromey.com>
5492
5493 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Update.
5494 * top.c (execute_command_to_string): Update.
5495 * utils.c (make_cleanup_restore_page_info): Remove.
5496 (do_restore_page_info_cleanup): Remove.
5497 (set_batch_flag_and_restore_page_info):
5498 New.
5499 (make_cleanup_restore_page_info): Remove.
5500 (set_batch_flag_and_make_cleanup_restore_page_info): Remove.
5501 (~set_batch_flag_and_restore_page_info): New
5502 (make_cleanup_restore_uinteger): Remove.
5503 (make_cleanup_restore_integer): Remove.
5504 (struct restore_integer_closure): Remove.
5505 (restore_integer): Remove.
5506 * utils.h (struct set_batch_flag_and_restore_page_info): New
5507 class.
5508 (set_batch_flag_and_make_cleanup_restore_page_info): Remove.
5509 (make_cleanup_restore_page_info): Remove.
5510 (make_cleanup_restore_uinteger) Remove.
5511 (make_cleanup_restore_integer) Remove.
5512
5513 2017-10-03 Tom Tromey <tom@tromey.com>
5514
5515 * record-full.h (record_full_gdb_operation_disable_set): Return
5516 scoped_restore_tmpl<int>.
5517 * infrun.c (adjust_pc_after_break): Update.
5518 (handle_signal_stop): Update.
5519 * record-full.c (record_full_gdb_operation_disable_set): Return
5520 scoped_restore_tmpl<int>.
5521 (record_full_wait_1, record_full_insert_breakpoint)
5522 (record_full_remove_breakpoint, record_full_save)
5523 (record_full_goto_insn): Update.
5524
5525 2017-10-02 Tom Tromey <tom@tromey.com>
5526
5527 PR rust/22236:
5528 * rust-lang.c (rust_val_print_str): New function.
5529 (val_print_struct): Call it.
5530 (rust_subscript): Preserve name of slice type.
5531
5532 2017-10-02 Tom Tromey <tom@tromey.com>
5533
5534 * rust-lang.c (rust_subscript): Handle slices in
5535 EVAL_AVOID_SIDE_EFFECTS case.
5536
5537 2017-10-02 Tom Tromey <tom@tromey.com>
5538
5539 * rust-lang.c (rust_slice_type_p): Recognize &str as a slice type.
5540
5541 2017-10-02 Tom Tromey <tom@tromey.com>
5542
5543 * rust-lang.h (rust_slice_type): Add "extern".
5544
5545 2017-10-02 Tom Tromey <tom@tromey.com>
5546 Pedro Alves <palves@redhat.com>
5547
5548 * ada-lang.h (ada_exc_info::operator<): Make const.
5549 (ada_exc_info::operator==): Make const.
5550 * ada-lang.c (ada_exc_info::operator<, ada_exc_info::operator==):
5551 Make const.
5552
5553 2017-09-29 Tom Tromey <tom@tromey.com>
5554
5555 * target.c (read_whatever_is_readable): Change type of "result".
5556 Update.
5557 (free_memory_read_result_vector): Remove.
5558 (read_memory_robust): Change return type. Update.
5559 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Update. Use
5560 bin2hex, std::string.
5561 * target.h (memory_read_result_s): Remove typedef.
5562 (free_memory_read_result_vector): Remove.
5563 (read_memory_robust): Return std::vector.
5564
5565 2017-09-29 Tom Tromey <tom@tromey.com>
5566
5567 * mi/mi-main.c (captured_mi_execute_command): Use scope_restore.
5568
5569 2017-09-29 Tom Tromey <tom@tromey.com>
5570
5571 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Update.
5572 * ada-lang.h (struct ada_exc_info): Remove typedef. Declare
5573 operator< and operator==.
5574 (ada_exceptions_list): Return a std::vector.
5575 * ada-lang.c (ada_exc_info::operator<): Rename from
5576 compare_ada_exception_info.
5577 (ada_exc_info::operator==): New.
5578 (sort_remove_dups_ada_exceptions_list): Change type of
5579 "exceptions".
5580 (ada_add_standard_exceptions, ada_add_exceptions_from_frame)
5581 (ada_add_global_exceptions): Likewise.
5582 (ada_exceptions_list_1): Return a std::vector.
5583 (ada_exceptions_list): Likewise.
5584
5585 2017-09-29 Tom Tromey <tom@tromey.com>
5586
5587 * mi/mi-main.c (struct print_one_inferior_data) <inferiors>: Now a
5588 'std::set *'.
5589 (print_one_inferior): Update.
5590 (free_vector_of_ints): Remove.
5591 (list_available_thread_groups): Change "ids" to std::set.
5592 (mi_cmd_list_thread_groups): Update.
5593 (struct collect_cores_data) <core>: Now a std::set.
5594 (collect_cores): Update.
5595 (unique): Remove.
5596 (print_one_inferior): Update.
5597
5598 2017-09-29 Tom Tromey <tom@tromey.com>
5599
5600 * mi/mi-main.c (mi_execute_cli_command): Use std::string.
5601 (mi_execute_async_cli_command): Likewise.
5602 (mi_cmd_trace_frame_collected): Use field_fmt.
5603
5604 2017-09-29 Tom Tromey <tom@tromey.com>
5605
5606 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Use
5607 gdb::byte_vector.
5608
5609 2017-09-29 Tom Tromey <tom@tromey.com>
5610
5611 * mi/mi-parse.c (mi_parse): Remove unused declaration.
5612
5613 2017-09-29 Tom Tromey <tom@tromey.com>
5614
5615 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Don't copy "oarg".
5616
5617 2017-09-29 Tom Tromey <tom@tromey.com>
5618
5619 * varobj.h (varobj_gen_name): Return std::string.
5620 * varobj.c (varobj_gen_name): Return std::string.
5621 * mi/mi-cmd-var.c (mi_cmd_var_create): Use std::string.
5622 (mi_cmd_var_delete): Don't copy "name".
5623
5624 2017-09-29 Tom Tromey <tom@tromey.com>
5625
5626 * mi/mi-cmd-break.c (mi_argv_to_format): Return std::string.
5627 (mi_cmd_break_insert_1): Update.
5628
5629 2017-09-29 Tom Tromey <tom@tromey.com>
5630
5631 * target.h (make_scoped_defer_target_commit_resume): Update.
5632 * target.c (make_scoped_defer_target_commit_resume): Rename from
5633 make_cleanup_defer_target_commit_resume. Return a
5634 scoped_restore.
5635 * infrun.c (proceed): Use make_scoped_defer_target_commit_resume.
5636
5637 2017-09-29 Tom Tromey <tom@tromey.com>
5638
5639 * main.c (captured_main_1): Remove unused declaration.
5640 * spu-multiarch.c (parse_spufs_run): Remove unused declaration.
5641
5642 2017-09-29 Tom Tromey <tom@tromey.com>
5643
5644 * symtab.c (search_symbols): Remove unused outer cleanup.
5645 (make_source_files_completion_list): Remove unused declaration.
5646
5647 2017-09-29 Tom Tromey <tom@tromey.com>
5648
5649 * mt-tdep.c (mt_push_dummy_call): Use gdb::byte_vector.
5650
5651 2017-09-29 Tom Tromey <tom@tromey.com>
5652
5653 * xstormy16-tdep.c (xstormy16_push_dummy_call): Use
5654 gdb::byte_vector.
5655
5656 2017-09-29 Tom Tromey <tom@tromey.com>
5657
5658 * complaints.c (vcomplaint): Use std::string.
5659
5660 2017-09-29 Tom Tromey <tom@tromey.com>
5661
5662 * tracepoint.c (trace_variable_command): Use std::string.
5663 (encode_actions_1): Remove unused declarations.
5664 (create_tsv_from_upload): Use std::string.
5665
5666 2017-09-29 Tom Tromey <tom@tromey.com>
5667
5668 * cp-support.c (gdb_demangle): Use std::string.
5669
5670 2017-09-29 Tom Tromey <tom@tromey.com>
5671
5672 * stack.c (parse_frame_specification): Use std::string
5673 (info_frame_command): Use gdb::unique_xmalloc_ptr.
5674
5675 2017-09-29 Tom Tromey <tom@tromey.com>
5676
5677 * tilegx-tdep.c (tilegx_push_dummy_call): Use gdb::byte_vector.
5678
5679 2017-09-29 Tom Tromey <tom@tromey.com>
5680
5681 * utils.c (vfprintf_maybe_filtered): Use std::string.
5682 (vfprintf_unfiltered): Likewise.
5683
5684 2017-09-29 Tom Tromey <tom@tromey.com>
5685
5686 * event-top.c (top_level_prompt): Return std::string.
5687 (display_gdb_prompt): Update.
5688
5689 2017-09-29 Tom Tromey <tom@tromey.com>
5690
5691 * unittests/common-utils-selftests.c (format): New function.
5692 (string_vprintf_tests): New function.
5693 (_initialize_common_utils_selftests): Register new tests.
5694 * common/common-utils.c (string_vprintf): New function.
5695 * common/common-utils.h (string_vprintf): Declare.
5696
5697 2017-09-29 Pedro Alves <palves@redhat.com>
5698
5699 * common/rsp-low.c (unpack_varlen_hex): Constify.
5700 * common/rsp-low.h (unpack_varlen_hex): Constify.
5701 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
5702 Constify.
5703 * remote.c (remote_set_permissions, read_ptid)
5704 (remote_current_thread, remote_get_threads_with_qthreadinfo)
5705 (remote_static_tracepoint_marker_at)
5706 (remote_static_tracepoint_markers_by_strid)
5707 (stop_reply_extract_thread, remote_parse_stop_reply): Constify.
5708 * tracepoint.c (parse_trace_status, parse_tracepoint_status)
5709 (parse_tracepoint_definition, parse_tsv_definition)
5710 (parse_static_tracepoint_marker_definition): Constify.
5711 * tracepoint.h (parse_static_tracepoint_marker_definition)
5712 (parse_trace_status, parse_tracepoint_status)
5713 (parse_tracepoint_definition, parse_tsv_definition): Constify.
5714
5715 2017-09-29 Pedro Alves <palves@redhat.com>
5716
5717 * remote.c (target_buf, target_buf_size): Delete.
5718 (remote_get_noisy_reply): Remove buf_p and sizeof_buf parameters.
5719 Use the connection's packet buffer instead.
5720 All callers adjusted.
5721 (_initialize_remote): Remove references to target_buf and
5722 target_buf_size.
5723
5724 2017-09-28 Pedro Alves <palves@redhat.com>
5725
5726 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
5727 unittests/common-utils-selftests.c.
5728 (SUBDIR_UNITTESTS_OBS): Add common-utils-selftests.o.
5729 (COMMON_OBS): Remove utils-selftests.o.
5730 * utils-selftests.c: Move to ...
5731 * unittests/common-utils-selftests.c: ... here and rename self
5732 test to "string_printf".
5733
5734 2017-09-28 Alexander Shaposhnikov <alexander.v.shaposhnikov@gmail.com> (tiny patch)
5735
5736 * dwarf2read.c (open_and_init_dwp_file): Protect against dwp_file
5737 having NULL cus or tus.
5738
5739 2017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
5740
5741 * arm-tdep.c: (convert_from_extended): Remove.
5742 (convert_to_extended): Likewise.
5743 (arm_extract_return_value): Use convert_typed_floating.
5744 (arm_store_return_value): Likewise.
5745
5746 * sh-tdep.h (struct gdbarch_tdep): Add sh_littlebyte_bigword_type.
5747 * sh-tdep.c: Do not include "floatformat.h".
5748 (sh_littlebyte_bigword_type): New function.
5749 (sh_register_convert_to_virtual): Use convert_typed_floating.
5750 (sh_register_convert_to_raw): Likewise.
5751 * sh64-tdep.c: (struct gdbarch_tdep): Add sh_littlebyte_bigword_type.
5752 (sh64_littlebyte_bigword_type): New function.
5753 (sh64_extract_return_value): Use convert_typed_floating.
5754 (sh64_register_convert_to_virtual): Likewise.
5755 (sh64_register_convert_to_raw): Likewise.
5756
5757 2017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
5758
5759 * doublest.h (floatformat_from_type): Move to gdbtypes.h.
5760 * doublest.c (floatformat_from_type): Move to gdbtypes.c.
5761
5762 * gdbtypes.h (union type_specific): Make field floatformat hold
5763 just a single struct floatformat, not an array.
5764 (floatformat_from_type): Move here.
5765 * gdbtypes.c (floatformat_from_type): Move here. Update to
5766 changed TYPE_FLOATFORMAT definition.
5767 (verify_floatformat): Update to changed TYPE_FLOATFORMAT.
5768 (recursive_dump_type): Likewise.
5769 (init_float_type): Install correct floatformat for byte order.
5770 (arch_float_type): Likewise.
5771
5772 2017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
5773
5774 * gdbtypes.c (init_type): Change incoming argument from
5775 length-in-bytes to length-in-bits. Assert length is a
5776 multiple of TARGET_CHAR_BITS.
5777 (arch_type, arch_flags_type): Likewise.
5778 (init_integer_type): Update call to init_type.
5779 (init_character_type): Likewise.
5780 (init_boolean_type): Likewise.
5781 (init_float_type): Likewise.
5782 (init_decfloat_type): Likewise.
5783 (init_complex_type): Likewise.
5784 (init_pointer_type): Likewise.
5785 (objfile_type): Likewise.
5786 (arch_integer_type): Update call to arch_type.
5787 (arch_character_type): Likewise.
5788 (arch_boolean_type): Likewise.
5789 (arch_float_type): Likewise.
5790 (arch_decfloat_type): Likewise.
5791 (arch_complex_type): Likewise.
5792 (arch_pointer_type): Likewise.
5793 (gdbtypes_post_init): Likewise.
5794
5795 * dwarf2read.c (dwarf2_init_float_type): Update call to init_type.
5796 (read_base_type): Likewise.
5797 * mdebugread.c (basic_type): Likewise.
5798 * stabsread.c (dbx_init_float_type): Likewise.
5799 (rs6000_builtin_type): Likewise.
5800 (read_range_type): Likewise. Also, fix call to init_integer_type
5801 with erroneous length argument.
5802
5803 * ada-lang.c (ada_language_arch_info): Update call to arch_type.
5804 * d-lang.c (build_d_types): Likewise.
5805 * f-lang.c (build_fortran_types): Likewise.
5806 * go-lang.c (build_go_types): Likewise.
5807 * opencl-lang.c (build_opencl_types): Likewise.
5808 * jit.c (finalize_symtab): Likewise.
5809 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
5810 (build_std_type_info_type): Likewise.
5811 * target-descriptions.c (tdesc_gdb_type): Likewise. Also,
5812 update call to arch_flags_type.
5813
5814 * linux-tdep.c (linux_get_siginfo_type_with_fields): Update call to
5815 arch_type.
5816 * fbsd-tdep.c (fbsd_get_siginfo_type): Likewise.
5817 * windows-tdep.c (windows_get_tlb_type): Likewise.
5818
5819 * avr-tdep.c (avr_gdbarch_init): Update call to arch_type.
5820 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
5821 * m32c-tdep.c (make_types): Likewise.
5822 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
5823 (rl78_psw_type): Update call to arch_flags_type.
5824 * m68k-tdep.c (m68k_ps_type): Update call to arch_flags_type.
5825 * rx-tdep.c (rx_psw_type): Likewise.
5826 (rx_fpsw_type): Likewise.
5827 * sparc-tdep.c (sparc_psr_type): Likewise.
5828 (sparc_fsr_type): Likewise.
5829 * sparc64-tdep.c (sparc64_pstate_type): Likewise.
5830 (sparc64_ccr_type): Likewise.
5831 (sparc64_fsr_type): Likewise.
5832 (sparc64_fprs_type): Likewise.
5833
5834 2017-09-27 Tom Tromey <tom@tromey.com>
5835
5836 * findcmd.c (find_command): Constify.
5837
5838 2017-09-27 Tom Tromey <tom@tromey.com>
5839
5840 * ada-tasks.c (task_command_1, task_command): Constify.
5841
5842 2017-09-27 Tom Tromey <tom@tromey.com>
5843
5844 * symtab.c (maintenance_print_symbol_cache)
5845 (maintenance_flush_symbol_cache)
5846 (maintenance_print_symbol_cache_statistics): Constify.
5847
5848 2017-09-27 Tom Tromey <tom@tromey.com>
5849
5850 * inferior.c (detach_inferior_command, kill_inferior_command)
5851 (inferior_command): Constify.
5852
5853 2017-09-27 Tom Tromey <tom@tromey.com>
5854
5855 * regcache.c (regcache_print, maintenance_print_registers)
5856 (maintenance_print_raw_registers)
5857 (maintenance_print_cooked_registers)
5858 (maintenance_print_register_groups)
5859 (maintenance_print_remote_registers): Constify.
5860
5861 2017-09-27 Tom Tromey <tom@tromey.com>
5862
5863 * printcmd.c (map_display_numbers, undisplay_command)
5864 (enable_disable_display_command, enable_display_command)
5865 (disable_display_command): Constify.
5866
5867 2017-09-27 Tom Tromey <tom@tromey.com>
5868
5869 * breakpoint.h (delete_command): Don't declare.
5870 * breakpoint.c (delete_command, enable_once_command)
5871 (enable_count_command, enable_delete_command, breakpoint_1)
5872 (maintenance_info_breakpoints, stopin_command, stopat_command)
5873 (delete_command, delete_trace_command, save_breakpoints)
5874 (save_breakpoints_command, save_tracepoints_command): Constify.
5875
5876 2017-09-27 Tom Tromey <tom@tromey.com>
5877
5878 * macrocmd.c (macro_expand_command, macro_expand_once_command)
5879 (skip_ws, extract_identifier, macro_define_command)
5880 (macro_undef_command, macro_list_command): Constify.
5881
5882 2017-09-27 Tom Tromey <tom@tromey.com>
5883
5884 * infcmd.c (environment_info, set_environment_command)
5885 (unset_environment_command, path_info, info_proc_cmd_1)
5886 (info_proc_cmd_mappings, info_proc_cmd_stat)
5887 (info_proc_cmd_status, info_proc_cmd_cwd, info_proc_cmd_cmdline)
5888 (info_proc_cmd_exe, info_proc_cmd_all): Constify.
5889
5890 2017-09-27 Tom Tromey <tom@tromey.com>
5891
5892 * i386-tdep.c (i386_mpx_info_bounds, i386_mpx_set_bounds):
5893 Constify.
5894
5895 2017-09-27 Tom Tromey <tom@tromey.com>
5896
5897 * symfile-mem.c (add_symbol_file_from_memory_command): Constify.
5898
5899 2017-09-27 Tom Tromey <tom@tromey.com>
5900
5901 * demangle.c (demangle_command): Constify.
5902
5903 2017-09-27 Tom Tromey <tom@tromey.com>
5904
5905 * progspace.c (maintenance_info_program_spaces_command):
5906 Constify.
5907
5908 2017-09-27 Tom Tromey <tom@tromey.com>
5909
5910 * compile/compile.c (check_raw_argument, compile_file_command)
5911 (compile_code_command, compile_print_command): Constify.
5912
5913 2017-09-27 Tom Tromey <tom@tromey.com>
5914
5915 * reggroups.c (maintenance_print_reggroups): Constify.
5916
5917 2017-09-27 Tom Tromey <tom@tromey.com>
5918
5919 * dwarf2read.c (save_gdb_index_command): Constify.
5920
5921 2017-09-27 Tom Tromey <tom@tromey.com>
5922
5923 * stap-probe.c (info_probes_stap_command): Constify.
5924
5925 2017-09-27 Tom Tromey <tom@tromey.com>
5926
5927 * fork-child.c (unset_exec_wrapper_command): Constify.
5928
5929 2017-09-27 Tom Tromey <tom@tromey.com>
5930
5931 * btrace.c (get_uint, get_context_size, no_chunk)
5932 (maint_btrace_packet_history_cmd)
5933 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
5934 (maint_info_btrace_cmd): Constify.
5935
5936 2017-09-27 Tom Tromey <tom@tromey.com>
5937
5938 * reverse.c (delete_bookmark_command): Constify.
5939
5940 2017-09-27 Tom Tromey <tom@tromey.com>
5941
5942 * remote.c (set_memory_packet_size)
5943 (set_memory_write_packet_size, show_memory_write_packet_size)
5944 (set_memory_read_packet_size, show_memory_read_packet_size)
5945 (compare_sections_command, packet_command, remote_put_command)
5946 (remote_get_command, remote_delete_command): Constify.
5947
5948 2017-09-27 Tom Tromey <tom@tromey.com>
5949
5950 * mips-tdep.c (show_mipsfpu_command, set_mipsfpu_single_command)
5951 (set_mipsfpu_double_command, set_mipsfpu_none_command)
5952 (set_mipsfpu_auto_command): Constify.
5953
5954 2017-09-27 Tom Tromey <tom@tromey.com>
5955
5956 * cli/cli-cmds.h (cd_command): Constify.
5957 * cli/cli-cmds.c (cd_command): Constify.
5958
5959 2017-09-27 Tom Tromey <tom@tromey.com>
5960
5961 * thread.c (thread_name_command, thread_find_command): Constify.
5962
5963 2017-09-27 Tom Tromey <tom@tromey.com>
5964
5965 * probe.c (enable_probes_command, disable_probes_command):
5966 Constify.
5967
5968 2017-09-27 Tom Tromey <tom@tromey.com>
5969
5970 * symfile.c (symbol_file_command): Constify.
5971 * gdbcore.h (deprecated_file_changed_hook): Constify.
5972 * exec.c (deprecated_file_changed_hook, exec_file_command)
5973 (file_command): Constify.
5974 * defs.h (symbol_file_command): Constify.
5975
5976 2017-09-27 Tom Tromey <tom@tromey.com>
5977
5978 * remote-fileio.c (set_system_call_allowed)
5979 (show_system_call_allowed): Constify.
5980
5981 2017-09-27 Tom Tromey <tom@tromey.com>
5982
5983 * tracepoint.c (delete_trace_variable_command)
5984 (tfind_end_command, tfind_start_command, tfind_pc_command)
5985 (tfind_tracepoint_command, tfind_line_command)
5986 (tfind_range_command, tfind_outside_command): Constify.
5987
5988 2017-09-27 Tom Tromey <tom@tromey.com>
5989
5990 * ax-gdb.c (maint_agent_printf_command, agent_command)
5991 (agent_eval_command): Constify.
5992
5993 2017-09-27 Tom Tromey <tom@tromey.com>
5994
5995 * tracepoint.c (info_scope_command): Constify.
5996 * python/python.c (gdbpy_decode_line): Constify.
5997 * python/py-breakpoint.c (bppy_init): Constify.
5998 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Constify.
5999 * location.h: (new_linespec_location)
6000 (string_to_event_location_basic, string_to_event_location):
6001 Constify.
6002 * location.c (new_linespec_location)
6003 (string_to_event_location_basic, string_to_event_location):
6004 Constify.
6005 * linespec.h (decode_line_with_current_source)
6006 (decode_line_with_last_displayed, linespec_lex_to_end): Constify.
6007 * linespec.c (linespec_lex_to_end)
6008 (decode_line_with_current_source)
6009 (decode_line_with_last_displayed): Constify.
6010 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x):
6011 Constify.
6012 * cli/cli-cmds.c (edit_command, list_command): Constify.
6013 * breakpoint.h (until_break_command, watch_command_wrapper)
6014 (awatch_command_wrapper, rwatch_command_wrapper)
6015 (init_ada_exception_breakpoint): Constify.
6016 * breakpoint.c (break_command_1, dprintf_command)
6017 (break_range_command, watch_command_wrapper)
6018 (rwatch_command_wrapper, awatch_command_wrapper)
6019 (until_break_command, init_ada_exception_breakpoint)
6020 (strace_marker_create_sals_from_location, trace_command)
6021 (ftrace_command, strace_command, struct tracepoint): Constify.
6022 * ax-gdb.c (agent_command_1): Constify.
6023 * ada-lang.c (ada_exception_sal): Constify.
6024
6025 2017-09-27 Tom Tromey <tom@tromey.com>
6026
6027 * record.c (cmd_record_delete, cmd_record_stop, cmd_record_save)
6028 (cmd_record_goto_begin, cmd_record_goto_end, get_insn_number)
6029 (get_context_size, no_chunk, get_insn_history_modifiers)
6030 (cmd_record_insn_history, get_call_history_modifiers)
6031 (cmd_record_call_history): Constify.
6032
6033 2017-09-27 Tom Tromey <tom@tromey.com>
6034
6035 * source.c (show_substitute_path_command)
6036 (unset_substitute_path_command, set_substitute_path_command):
6037 Constify.
6038
6039 2017-09-27 Tom Tromey <tom@tromey.com>
6040
6041 * typeprint.c (maintenance_print_type): Constify.
6042 * maint.c (maintenance_dump_me, maintenance_demangle)
6043 (maintenance_time_display, maintenance_info_sections)
6044 (maintenance_print_statistics, maintenance_deprecate)
6045 (maintenance_undeprecate): Constify.
6046 (maintenance_do_deprecate): Constify. Use std::string.
6047 (maintenance_selftest): Constify.
6048 * gdbtypes.h (maintenance_print_type): Constify.
6049
6050 2017-09-27 Tom Tromey <tom@tromey.com>
6051
6052 * hppa-tdep.c (unwind_command): Constify.
6053
6054 2017-09-27 Tom Tromey <tom@tromey.com>
6055
6056 * target-descriptions.c (unset_tdesc_filename_cmd)
6057 (maint_print_c_tdesc_cmd, maintenance_check_xml_descriptions):
6058 Constify.
6059
6060 2017-09-27 Tom Tromey <tom@tromey.com>
6061
6062 * dummy-frame.c (maintenance_print_dummy_frames): Constify.
6063
6064 2017-09-27 Tom Tromey <tom@tromey.com>
6065
6066 * tui/tui.c (tui_enable_command, tui_disable_command): Constify.
6067
6068 2017-09-27 Tom Tromey <tom@tromey.com>
6069
6070 * tui/tui-regs.c (tui_reg_command): Constify.
6071
6072 2017-09-27 Tom Tromey <tom@tromey.com>
6073
6074 * skip.c (skip_file_command, skip_function_command)
6075 (skip_enable_command, skip_disable_command, skip_delete_command):
6076 Constify.
6077
6078 2017-09-27 Tom Tromey <tom@tromey.com>
6079
6080 * record-btrace.c (cmd_record_btrace_bts_start)
6081 (cmd_record_btrace_pt_start): Constify.
6082
6083 2017-09-27 Tom Tromey <tom@tromey.com>
6084
6085 * symmisc.c (maintenance_print_symbols)
6086 (maintenance_print_msymbols, maintenance_print_objfiles)
6087 (maintenance_info_symtabs, maintenance_check_symtabs)
6088 (maintenance_expand_symtabs, maintenance_info_line_tables):
6089 Constify.
6090
6091 2017-09-27 Tom Tromey <tom@tromey.com>
6092
6093 * top.c (new_ui_command): Constify.
6094
6095 2017-09-27 Tom Tromey <tom@tromey.com>
6096
6097 * symfile.c (add_symbol_file_command)
6098 (remove_symbol_file_command, list_overlays_command)
6099 (map_overlay_command, unmap_overlay_command)
6100 (overlay_auto_command, overlay_manual_command)
6101 (overlay_off_command, overlay_load_command): Constify.
6102
6103 2017-09-27 Tom Tromey <tom@tromey.com>
6104
6105 * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
6106 (info_spu_mailbox_command, info_spu_dma_command)
6107 (info_spu_proxydma_command): Constify.
6108
6109 2017-09-27 Tom Tromey <tom@tromey.com>
6110
6111 * cli/cli-logging.c (set_logging_on, set_logging_off): Constify.
6112
6113 2017-09-27 Tom Tromey <tom@tromey.com>
6114
6115 * cli/cli-script.c (user_defined_command): Constify.
6116
6117 2017-09-27 Tom Tromey <tom@tromey.com>
6118
6119 * cli/cli-dump.c (dump_memory_command, dump_value_command)
6120 (dump_srec_memory, dump_srec_value, dump_ihex_memory)
6121 (dump_ihex_value, dump_verilog_memory, dump_verilog_value)
6122 (dump_tekhex_memory, dump_tekhex_value, dump_binary_memory)
6123 (dump_binary_value, append_binary_memory, append_binary_value):
6124 Constify.
6125 (struct dump_context) <func>: Constify.
6126 (add_dump_command): Update.
6127
6128 2017-09-27 Tom Tromey <tom@tromey.com>
6129
6130 * cli/cli-cmds.c (show_version, show_configuration)
6131 (source_command, show_user): Constify.
6132
6133 2017-09-27 Tom Tromey <tom@tromey.com>
6134
6135 * target.c (maintenance_print_target_stack): Constify.
6136
6137 2017-09-27 Tom Tromey <tom@tromey.com>
6138
6139 * interps.c (interpreter_exec_cmd): Constify.
6140
6141 2017-09-27 Tom Tromey <tom@tromey.com>
6142
6143 * record-full.c (cmd_record_full_restore): Constify.
6144
6145 2017-09-27 Tom Tromey <tom@tromey.com>
6146
6147 * memattr.c (enable_mem_command, disable_mem_command)
6148 (delete_mem_command): Constify.
6149
6150 2017-09-27 Tom Tromey <tom@tromey.com>
6151
6152 * value.c (show_convenience): Constify.
6153
6154 2017-09-27 Tom Tromey <tom@tromey.com>
6155
6156 * gdbcore.h (core_file_command): Update.
6157 * corefile.c (core_file_command): Constify.
6158
6159 2017-09-27 Tom Tromey <tom@tromey.com>
6160
6161 * user-regs.c (maintenance_print_user_registers): Constify.
6162
6163 2017-09-27 Tom Tromey <tom@tromey.com>
6164
6165 * cp-namespace.c (maintenance_cplus_namespace): Constify.
6166
6167 2017-09-27 Tom Tromey <tom@tromey.com>
6168
6169 * cp-support.c (first_component_command): Constify.
6170
6171 2017-09-27 Tom Tromey <tom@tromey.com>
6172
6173 * psymtab.c (maintenance_print_psymbols)
6174 (maintenance_info_psymtabs, maintenance_check_psymtabs):
6175 Constify.
6176
6177 2017-09-27 Tom Tromey <tom@tromey.com>
6178
6179 * windows-tdep.c (display_tib): Constify.
6180
6181 2017-09-27 Tom Tromey <tom@tromey.com>
6182
6183 * linux-fork.c (delete_checkpoint_command)
6184 (detach_checkpoint_command): Constify.
6185
6186 2017-09-27 Tom Tromey <tom@tromey.com>
6187
6188 * cp-abi.c (set_cp_abi_cmd, show_cp_abi_cmd): Constify.
6189
6190 2017-09-27 Tom Tromey <tom@tromey.com>
6191
6192 * arc-tdep.c (dump_arc_instruction_command): Constify.
6193
6194 2017-09-27 Tom Tromey <tom@tromey.com>
6195
6196 * valprint.c (set_radix, show_radix): Constify.
6197
6198 2017-09-27 Tom Tromey <tom@tromey.com>
6199
6200 * dtrace-probe.c (info_probes_dtrace_command): Constify.
6201
6202 2017-09-27 Tom Tromey <tom@tromey.com>
6203
6204 * command.h (not_just_help_class_command): Update.
6205 * cli/cli-decode.h (not_just_help_class_command): Update.
6206 * cli/cli-decode.c (not_just_help_class_command): Constify.
6207
6208 2017-09-27 Tom Tromey <tom@tromey.com>
6209
6210 * gdb_bfd.c (maintenance_info_bfds): Constify.
6211
6212 2017-09-27 Tom Tromey <tom@tromey.com>
6213
6214 * cli/cli-decode.c (add_cmd, set_cmd_cfunc): New function
6215 overloads.
6216 (do_add_cmd): Rename from add_cmd. Don't call set_cmd_cfunc.
6217 (do_const_cfunc): New function.
6218 (cmd_cfunc_eq): New overload.
6219 (cli_user_command_p): Check do_const_cfunc.
6220 * cli/cli-decode.h (struct cmd_list_element) <function>: New field
6221 const_cfunc.
6222 * command.h (add_cmd): Add const overload and no-function
6223 overload.
6224 (set_cmd_cfunc): Add const overload.
6225 (cmd_const_cfunc_ftype): Declare.
6226 (cmd_cfunc_eq): Add const overload.
6227 * breakpoint.c, cli-cmds.c, cli-dump.c, guile/scm-cmd.c,
6228 python/py-cmd.c, target.c, tracepoint.c: Use no-function add_cmd
6229 overload.
6230
6231 2017-09-27 Tom Tromey <tom@tromey.com>
6232
6233 * macroexp.c (get_next_token_for_substitution): New function.
6234 (substitute_args): Call it. Check for __VA_OPT__.
6235
6236 2017-09-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
6237 Pedro Alves <palves@redhat.com>
6238
6239 * dwarf2read.c (dwarf2_cu): Remove field producer_is_icc and add
6240 producer_is_icc_lt_14.
6241 (producer_is_icc_lt_14): New function.
6242 (check_producer): Add code for checking version of ICC.
6243 (producer_is_icc): Move to producer.c.
6244 (read_structure_type): Restrict ICC workaround to ICC<14.
6245 * producer.c: Include selftest.h.
6246 (producer_is_icc, producer_parsing_tests, _initialize_producer):
6247 New functions.
6248 * producer.h (producer_is_icc): New declaration.
6249
6250 2017-09-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
6251
6252 * Makefile.in (SFILES): Add producer.c.
6253 (COMMON_OBS): Add producer.o
6254 * amd64-tdep.c (producer.h): Add new include.
6255 * dwarf2read.c (producer.h): Add new include.
6256 * producer.c: New file.
6257 * producer.h: New file.
6258 * utils.c (producer_is_gcc, producer_is_gcc_ge_4): Move to
6259 producer.c.
6260 * utils.h (producer_is_gcc, producer_is_gcc_ge_4): Move to
6261 producer.h.
6262
6263 2017-09-26 Matthias Klose <doko@ubuntu.com>
6264
6265 * configure.ac: Search ncursesw before ncurses.
6266 Check ncursesw/ncurses.h before ncurses/ncurses.h.
6267 * gdb_curses.h: Include <ncursesw/ncurses.h>
6268 * config.in, configure: Regenerate.
6269
6270 2017-09-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6271
6272 PR gdb/22185
6273 * configure.host <*-*-solaris2.[01], *-*-solaris2.[2-9]*>: Mark as
6274 obsolete.
6275 Use gdb_host sol2 for i[34567]86-*-solaris2*, x86_64-*-solaris2*.
6276 Remove i386sol2 support.
6277 * configure.nat <i386sol2>: Remove.
6278 <sol2-64>: Fold into ...
6279 <sol2>: ... this.
6280 Move common settings to default section.
6281 Add sol-thread.o.
6282 * configure.tgt <i[34567]86-*-solaris2.1[0-9]*,
6283 x86_64-*-solaris2.1[0-9]*>: Rename to ...
6284 <i[34567]86-*-solaris2*, x86_64-*-solaris2*>: ... this.
6285 <i[34567]86-*-solaris*>: Remove.
6286 <sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*>: Remove.
6287
6288 * configure.ac: Remove wctype in libw check.
6289 (_MSE_INT_H): Don't define on Solaris 7-9.
6290 <solaris*>: Remove libthread_db.so.1 check.
6291 * configure: Regenerate.
6292 * config.in: Regenerate.
6293
6294 * proc-service.c: Remove PROC_SERVICE_IS_OLD handling.
6295 (gdb_ps_prochandle_t, gdb_ps_read_buf_t, gdb_ps_write_buf_t)
6296 (gdb_ps_size_t): Remove.
6297 Use base types in users.
6298 * sol-thread.c: Likewise, also for gdb_ps_addr_t.
6299
6300 * NEWS (Changes since GDB 8.0): Document Solaris 2.0-9 removal.
6301
6302 2017-09-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6303
6304 PR build/22206
6305 * sparc64-tdep.c (adi_tag_fd): Print pid as long.
6306 (adi_is_addr_mapped): Likewise.
6307 (PSR_ICC): Don't redefine.
6308 (PSR_IMPL): Likewise.
6309
6310 2017-09-25 Tom Tromey <tom@tromey.com>
6311
6312 * regcache.c (regcache::dump): Use string_printf.
6313
6314 2017-09-25 Tom Tromey <tom@tromey.com>
6315
6316 * regcache.c (class regcache_invalidator): New.
6317 (struct register_to_invalidate): Remove.
6318 (make_cleanup_regcache_invalidate): Remove.
6319 (regcache::raw_write): Use regcache_invalidator.
6320
6321 2017-09-25 Tom Tromey <tom@tromey.com>
6322
6323 * spu-tdep.c (spu2ppu_sniffer): Update.
6324 * regcache.h (make_cleanup_regcache_xfree): Don't declare.
6325 * regcache.c (do_regcache_xfree, make_cleanup_regcache_xfree):
6326 Remove.
6327 * ppc-linux-tdep.c (ppu2spu_sniffer): Update.
6328 * mi/mi-main.c (mi_cmd_data_list_changed_registers): Update.
6329 * frame.h (frame_save_as_regcache): Return std::unique_ptr.
6330 * frame.c (frame_save_as_regcache): Return std::unique_ptr.
6331 (frame_pop): Update.
6332
6333 2017-09-25 Tom Tromey <tom@tromey.com>
6334
6335 * spu-tdep.c (spu2ppu_dealloc_cache): Use delete.
6336 * regcache.h (regcache_xfree): Don't declare.
6337 * regcache.c (regcache_xfree): Remove.
6338 (do_regcache_xfree): Use delete.
6339 * ppc-linux-tdep.c (ppu2spu_dealloc_cache): Use delete.
6340 * linux-fork.c (free_fork): Use delete.
6341 (fork_save_infrun_state): Likewise.
6342 * jit.c (jit_dealloc_cache): Use delete.
6343 * infrun.c (discard_infcall_suspend_state): Use delete.
6344
6345 2017-09-25 Tom Tromey <tom@tromey.com>
6346
6347 * regcache.h (regcache_xmalloc): Don't declare.
6348 (regcache_raw_set_cached_value): Update comment.
6349 * regcache.c (regcache_xmalloc): Remove.
6350 * ppc-linux-tdep.c (ppu2spu_sniffer): Use new.
6351 * jit.c (jit_frame_sniffer): Use new.
6352 * frame.c (frame_save_as_regcache): Use new.
6353
6354 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6355
6356 * NEWS: Advertise support for guarded-storage registers on IBM z.
6357
6358 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6359
6360 * s390-linux-nat.c (have_regset_gs): New static variable.
6361 (s390_linux_fetch_inferior_registers): Handle guarded-storage
6362 control block and guarded-storage broadcast control regsets.
6363 (s390_read_description): Detect whether the target has
6364 guarded-storage support, return appropriate tdesc.
6365 * s390-linux-tdep.c (features/s390-gs-linux64.c): New include.
6366 (features/s390x-gs-linux64.c): Likewise.
6367 (struct gdbarch_tdep) <have_gs>: New field.
6368 (s390_regmap_gs, s390_regmap_gsbc, s390_gs_regset)
6369 (s390_gsbc_regset): New variables.
6370 (s390_iterate_over_regset_sections): Iterate over s390_gs_regset
6371 and s390_gsbc_regset, if applicable.
6372 (s390_core_read_description): Check whether core file was from a
6373 target with guarded-storage support; include appropriate regsets.
6374 (s390_gdbarch_init): Add registers for guarded-storage support.
6375 (_initialize_s390_tdep): Initialize new target descriptions that
6376 include registers for guarded-storage support.
6377 * s390-linux-tdep.h (HWCAP_S390_GS, S390_GSD_REGNUM)
6378 (S390_GSSM_REGNUM, S390_GSEPLA_REGNUM)
6379 (S390_BC_GSD_REGNUM, S390_BC_GSSM_REGNUM): New defines.
6380 (S390_NUM_REGS): Adjust macro definition.
6381 (s390_gs_regset, s390_gsbc_regset, tdesc_s390_gs_linux64)
6382 (tdesc_s390x_gs_linux64): New declarations.
6383
6384 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6385
6386 * features/s390-gs-linux64.xml: New file.
6387 * features/s390-gs.xml: New file.
6388 * features/s390-gsbc.xml: New file.
6389 * features/s390x-gs-linux64.xml: New file.
6390 * features/Makefile (WHICH): Add s390-gs-linux64 and
6391 s390x-gs-linux64.
6392 (s390-gs-linux64-expedite, s390x-gs-linux64-expedite): New macros.
6393 (XMLTOC): Add s390-gs-linux64.xml and s390x-linux64.xml.
6394 * features/s390-gs-linux64.c: New generated file.
6395 * features/s390x-gs-linux64.c: New file.
6396 * regformats/s390-gs-linux64.dat: New file.
6397 * regformats/s390x-gs-linux64.dat: New file.
6398
6399 2017-09-23 Tom Tromey <tom@tromey.com>
6400
6401 * defs.h (make_cleanup_override_quit_handler): Don't declare.
6402
6403 2017-09-22 Tom Tromey <tom@tromey.com>
6404
6405 * utils.c (class scoped_input_handler) <m_quit_handler>: Change
6406 type to scoped_restore_tmpl.
6407 <scoped_input_handler>: Initialize m_quit_handler directly.
6408
6409 2017-09-22 Sergio Durigan Junior <sergiodj@redhat.com>
6410
6411 * cli/cli-cmds.c (pwd_command): Use "getcwd (NULL, 0)".
6412 (cd_command): Likewise. Free "current_directory" before
6413 assigning to it.
6414 * main.c (captured_main_1): Use "getcwd (NULL, 0)".
6415 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Likewise.
6416 * top.c (gdb_dirbuf): Remove global declaration.
6417 * top.h (gdb_dirbuf): Likewise.
6418
6419 2017-09-22 Sergio Durigan Junior <sergiodj@redhat.com>
6420
6421 * gnulib/aclocal.m4: Regenerate.
6422 * gnulib/config.in: Regenerate.
6423 * gnulib/configure: Regenerate.
6424 * gnulib/import/Makefile.am: Regenerate.
6425 * gnulib/import/Makefile.in: Regenerate.
6426 * gnulib/import/assure.h: New file.
6427 * gnulib/import/at-func.c: Likewise
6428 * gnulib/import/chdir-long.c: New file.
6429 * gnulib/import/chdir-long.h: New file.
6430 * gnulib/import/cloexec.c: New file.
6431 * gnulib/import/cloexec.h: New file.
6432 * gnulib/import/close.c: New file.
6433 * gnulib/import/closedir.c: New file.
6434 * gnulib/import/dirent-private.h: New file.
6435 * gnulib/import/dup-safer.c: New file.
6436 * gnulib/import/dup.c: New file.
6437 * gnulib/import/dup2.c: New file.
6438 * gnulib/import/error.c: New file.
6439 * gnulib/import/error.h: New file.
6440 * gnulib/import/exitfail.c: New file.
6441 * gnulib/import/exitfail.h: New file.
6442 * gnulib/import/fchdir.c: New file.
6443 * gnulib/import/fcntl.c: New file.
6444 * gnulib/import/fcntl.in.h: New file.
6445 * gnulib/import/fd-hook.c: New file.
6446 * gnulib/import/fd-hook.h: New file.
6447 * gnulib/import/fd-safer.c: New file.
6448 * gnulib/import/fdopendir.c: New file.
6449 * gnulib/import/filename.h: New file.
6450 * gnulib/import/filenamecat-lgpl.c: New file.
6451 * gnulib/import/filenamecat.h: New file.
6452 * gnulib/import/fstat.c: New file.
6453 * gnulib/import/fstatat.c: New file.
6454 * gnulib/import/getcwd-lgpl.c: New file.
6455 * gnulib/import/getcwd.c: New file.
6456 * gnulib/import/getdtablesize.c: New file.
6457 * gnulib/import/getlogin_r.c: New file.
6458 * gnulib/import/getprogname.c: New file.
6459 * gnulib/import/getprogname.h: New file.
6460 * gnulib/import/gettext.h: New file.
6461 * gnulib/import/glob-libc.h: New file.
6462 * gnulib/import/glob.c: New file.
6463 * gnulib/import/glob.in.h: New file.
6464 * gnulib/import/intprops.h: New file.
6465 * gnulib/import/m4/chdir-long.m4: New file.
6466 * gnulib/import/m4/close.m4: New file.
6467 * gnulib/import/m4/closedir.m4: New file.
6468 * gnulib/import/m4/d-ino.m4: New file.
6469 * gnulib/import/m4/d-type.m4: New file.
6470 * gnulib/import/m4/dup.m4: New file.
6471 * gnulib/import/m4/dup2.m4: New file.
6472 * gnulib/import/m4/error.m4: New file.
6473 * gnulib/import/m4/fchdir.m4: New file.
6474 * gnulib/import/m4/fcntl.m4: New file.
6475 * gnulib/import/m4/fcntl_h.m4: New file.
6476 * gnulib/import/m4/fdopendir.m4: New file.
6477 * gnulib/import/m4/filenamecat.m4: New file.
6478 * gnulib/import/m4/fstat.m4: New file.
6479 * gnulib/import/m4/fstatat.m4: New file.
6480 * gnulib/import/m4/getcwd-abort-bug.m4: New file.
6481 * gnulib/import/m4/getcwd-path-max.m4: New file.
6482 * gnulib/import/m4/getcwd.m4: New file.
6483 * gnulib/import/m4/getdtablesize.m4: New file.
6484 * gnulib/import/m4/getlogin_r.m4: New file.
6485 * gnulib/import/m4/getprogname.m4: New file.
6486 * gnulib/import/m4/glob.m4: New file.
6487 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
6488 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
6489 * gnulib/import/m4/mempcpy.m4: New file.
6490 * gnulib/import/m4/memrchr.m4: New file.
6491 * gnulib/import/m4/mode_t.m4: New file.
6492 * gnulib/import/m4/msvc-inval.m4: New file.
6493 * gnulib/import/m4/msvc-nothrow.m4: New file.
6494 * gnulib/import/m4/open.m4: New file.
6495 * gnulib/import/m4/openat.m4: New file.
6496 * gnulib/import/m4/opendir.m4: New file.
6497 * gnulib/import/m4/readdir.m4: New file.
6498 * gnulib/import/m4/realloc.m4: New file.
6499 * gnulib/import/m4/rewinddir.m4: New file.
6500 * gnulib/import/m4/save-cwd.m4: New file.
6501 * gnulib/import/m4/strdup.m4: New file.
6502 * gnulib/import/m4/strerror.m4: New file.
6503 * gnulib/import/m4/unistd-safer.m4: New file.
6504 * gnulib/import/mempcpy.c: New file.
6505 * gnulib/import/memrchr.c: New file.
6506 * gnulib/import/msvc-inval.c: New file.
6507 * gnulib/import/msvc-inval.h: New file.
6508 * gnulib/import/msvc-nothrow.c: New file.
6509 * gnulib/import/msvc-nothrow.h: New file.
6510 * gnulib/import/open.c: New file.
6511 * gnulib/import/openat-die.c: New file.
6512 * gnulib/import/openat-priv.h: New file.
6513 * gnulib/import/openat-proc.c: New file.
6514 * gnulib/import/openat.c: New file.
6515 * gnulib/import/openat.h: New file.
6516 * gnulib/import/opendir.c: New file.
6517 * gnulib/import/pipe-safer.c: New file.
6518 * gnulib/import/readdir.c: New file.
6519 * gnulib/import/realloc.c: New file.
6520 * gnulib/import/rewinddir.c: New file.
6521 * gnulib/import/save-cwd.c: New file.
6522 * gnulib/import/save-cwd.h: New file.
6523 * gnulib/import/strdup.c: New file.
6524 * gnulib/import/strerror-override.c: New file.
6525 * gnulib/import/strerror-override.h: New file.
6526 * gnulib/import/strerror.c: New file.
6527 * gnulib/import/unistd--.h: New file.
6528 * gnulib/import/unistd-safer.h: New file.
6529 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
6530 "getcwd" and "glob".
6531 * ser-tcp.c: Undefine "close" before redefining it.
6532
6533 2017-09-21 Simon Marchi <simon.marchi@ericsson.com>
6534
6535 * guile/scm-value.c (gdbscm_value_address): Initialize address,
6536 get rid of res_val.
6537
6538 2017-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6539
6540 * configure.nat <i386sol2,i386>: Add fork-inferior.o to NATDEPFILES.
6541 <sol2,sparc>: Likewise.
6542 <sol2-64,i386>: Likewise.
6543
6544 * warning.m4 (AM_GDB_WARNINGS): Disable -Wunknown-pragmas,
6545 -Wdeprecated-declarations on *-*-solaris*.
6546 * configure: Regenerate.
6547
6548 * procfs.c: Include "nat/inferior.h".
6549 (procfs_info_proc): Fix typo.
6550
6551 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6552
6553 * remote.c (vector): Include.
6554 (struct private_thread_info): Add field, thread_handle.
6555 (free_private_thread_info): Deallocate storage associated with
6556 thread handle.
6557 (get_private_info_thread): Initialize `thread_handle' field.
6558 (struct thread_item): Add field, thread_handle.
6559 (clear_threads_listing_context): Deallocate storage associated
6560 with thread handle.
6561 (start_thread): Add support for "handle" attribute.
6562 (thread_attributes): Add "handle".
6563 (remote_get_threads_with_qthreadinfo): Initialize thread_handle
6564 field.
6565 (remote_update_thread_list): Update thread_handle.
6566 (remote_thread_handle_to_thread_info): New function.
6567 (init_remote_ops): Initialize to_thread_handle_to_thread_info.
6568
6569 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6570
6571 * python/py-inferior.c (gdbpy_thread_from_thread_handle): New
6572 function.
6573 (inferior_object_methods): Add gdbpy_thread_from_thread_handle.
6574 * python/python-internal.h (thread_object_type): Declare.
6575
6576 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6577
6578 * target.h (struct target_ops): Add to_thread_handle_to_thread_info.
6579 (target_thread_handle_to_thread_info): Declare.
6580 * target.c (target_thread_handle_to_thread_info): New function.
6581 * target-delegates.c: Regenerate.
6582 * gdbthread.h (find_thread_by_handle): Declare.
6583 * thread.c (find_thread_by_handle): New function.
6584 * linux-thread-db.c (thread_db_thread_handle_to_thread_info): New
6585 function.
6586 (init_thread_db_ops): Register thread_db_thread_handle_to_thread_info.
6587
6588 2017-09-21 Simon Marchi <simon.marchi@ericsson.com>
6589
6590 * nat/linux-waitpid.c (linux_debug): Add ATTRIBUTE_PRINTF.
6591
6592 2017-09-21 Simon Marchi <simon.marchi@ericsson.com>
6593
6594 * microblaze-tdep.c (microblaze_debug): Add ATTRIBUTE_PRINTF.
6595
6596 2017-09-21 Yao Qi <yao.qi@linaro.org>
6597
6598 * configure.tgt (aarch64*-*-freebsd*): Add fbsd-tdep.o solib-svr4.o
6599 to gdb_target_obs.
6600
6601 2017-09-20 Tom Tromey <tom@tromey.com>
6602
6603 * breakpoint.c (struct counted_command_line): Remove.
6604 (breakpoint_commands): Update.
6605 (alloc_counted_command_line, incref_counted_command_line)
6606 (decref_counted_command_line, do_cleanup_counted_command_line)
6607 (make_cleanup_decref_counted_command_line): Remove.
6608 (breakpoint_set_commands, commands_command_1, ~bpstats, bpstats)
6609 (bpstat_clear_actions, bpstat_do_actions_1, watchpoint_check)
6610 (bpstat_stop_status, print_one_breakpoint_location, ~breakpoint)
6611 (save_breakpoints): Update.
6612 * breakpoint.h (counted_command_line): Now a typedef to
6613 shared_ptr.
6614 (struct breakpoint) <commands>: Now a counted_command_line.
6615 (struct bpstats) <command>: Likewise.
6616
6617 2017-09-20 Tom Tromey <tom@tromey.com>
6618
6619 * breakpoint.c (struct commands_info, do_map_commands_command):
6620 Remove.
6621 (commands_command_1): Update.
6622 (iterate_over_related_breakpoints): Take a function_view.
6623 (do_delete_breakpoint, do_map_delete_breakpoint): Remove.
6624 (delete_command): Update.
6625 (map_breakpoint_numbers): Take a function_view.
6626 (do_disable_breakpoint, do_map_delete_breakpoint): Remove.
6627 (disable_command): Update.
6628 (do_enable_breakpoint, do_map_enable_breakpoint): Remove.
6629 (enable_command): Update.
6630 (struct disp_data, do_enable_breakpoint_disp)
6631 (do_map_enable_once_breakpoint, do_map_enable_count_breakpoint)
6632 (do_map_enable_delete_breakpoint): Remove.
6633 (enable_once_command, enable_count_command, enable_delete_command)
6634 (delete_trace_variable_command): Update.
6635
6636 2017-09-20 Tom Tromey <tom@tromey.com>
6637
6638 * breakpoint.c (~bpstats): Rename from bpstat_free. Update.
6639 (bpstat_clear): Use delete.
6640 (bpstats): New constructors.
6641 (bpstat_copy, bpstat_stop_status): Use new.
6642 (dprintf_after_condition_true): Update.
6643 * breakpoint.h (bpstats::bpstats): Add constructors.
6644 (bpstats::~bpstats): Add destructor.
6645
6646 2017-09-20 Pedro Alves <palves@redhat.com>
6647
6648 * eval.c (make_params): Delete, refactored as ...
6649 (class fake_method): ... this new type's ctor.
6650 (fake_method::~fake_method): New.
6651 (evaluate_subexp_standard): Use 'fake_method'.
6652
6653 2017-09-20 Tom Tromey <tom@tromey.com>
6654
6655 * windows-nat.c (get_windows_debug_event, windows_wait)
6656 (do_initial_windows_stuff, windows_attach): Update.
6657 * utils.c (vwarning, internal_vproblem): Update.
6658 (ui_unregister_input_event_handler_cleanup)
6659 (prepare_to_handle_input): Remove.
6660 (class scoped_input_handler): New.
6661 (defaulted_query, prompt_for_continue): Update.
6662 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
6663 Update.
6664 * top.c (undo_terminal_modifications_before_exit): Update.
6665 * target/target.h (target_terminal_init, target_terminal_inferior)
6666 (target_terminal_ours): Don't declare.
6667 (class target_terminal): New.
6668 * target.h (target_terminal_is_inferior, target_terminal_is_ours)
6669 (target_terminal_ours_for_output)
6670 (make_cleanup_restore_target_terminal): Don't declare.
6671 (target_terminal_info): Remove.
6672 * target.c (enum terminal_state, terminal_state): Remove.
6673 (target_terminal::terminal_state): Define.
6674 (target_terminal::init): Rename from target_terminal_init.
6675 (target_terminal::inferior): Rename from
6676 target_terminal_inferior.
6677 (target_terminal::ours): Rename from target_terminal_ours.
6678 (target_terminal::ours_for_output): Rename from
6679 target_terminal_ours_for_output.
6680 (target_terminal::info): New method.
6681 (cleanup_restore_target_terminal)
6682 (make_cleanup_restore_target_terminal): Remove.
6683 * solib.c (handle_solib_event): Update.
6684 * remote.c (remote_serial_quit_handler): Update.
6685 (remote_terminal_inferior, remote_wait_as): Update.
6686 * record-full.c (record_full_wait_1): Update.
6687 * nto-procfs.c (procfs_create_inferior): Update.
6688 * nat/fork-inferior.c (startup_inferior): Update.
6689 * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
6690 (mi_record_changed, mi_inferior_added, mi_inferior_appeared)
6691 (mi_inferior_exit, mi_inferior_removed, mi_traceframe_changed)
6692 (mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
6693 (mi_breakpoint_created, mi_breakpoint_deleted)
6694 (mi_breakpoint_modified, mi_on_resume, mi_solib_loaded)
6695 (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
6696 (mi_user_selected_context_changed, report_initial_inferior):
6697 Update.
6698 * linux-nat.c (linux_nat_attach, linux_nat_terminal_ours)
6699 (linux_nat_terminal_inferior): Update.
6700 * infrun.c (follow_fork_inferior)
6701 (handle_vfork_child_exec_or_exit, do_target_resume)
6702 (check_curr_ui_sync_execution_done, handle_inferior_event_1)
6703 (handle_signal_stop, maybe_remove_breakpoints, normal_stop):
6704 Update.
6705 * inflow.c (child_terminal_init, info_terminal_command): Update.
6706 * infcmd.c (post_create_inferior, continue_1, prepare_one_step)
6707 (attach_command): Update.
6708 * infcall.c (call_thread_fsm_should_stop): Update.
6709 * gnu-nat.c (gnu_attach): Update.
6710 * extension.c (struct active_ext_lang_state)
6711 (restore_active_ext_lang): Update.
6712 * exceptions.c (print_flush): Update.
6713 * event-top.c (async_enable_stdin, default_quit_handler): Update.
6714 (struct quit_handler_cleanup_data, restore_quit_handler)
6715 (restore_quit_handler_dtor, make_cleanup_override_quit_handler):
6716 Remove.
6717 * cp-support.c (gdb_demangle): Update.
6718 * breakpoint.c (update_inserted_breakpoint_locations)
6719 (insert_breakpoint_locations, handle_jit_event)
6720 (disable_breakpoints_in_unloaded_shlib): Update.
6721 * annotate.c (annotate_breakpoints_invalid)
6722 (annotate_frames_invalid): Update.
6723
6724 2017-09-20 Tom Tromey <tom@tromey.com>
6725
6726 * main.c (catch_command_errors): Rename from
6727 catch_command_errors_const.
6728 (captured_main_1): Update.
6729
6730 2017-09-20 Pedro Alves <palves@redhat.com>
6731
6732 * cli/cli-cmds.c (list_command): Use print_sal_location.
6733 (print_sal_location): New function.
6734 (ambiguous_line_spec): Use print_sal_location.
6735 * linespec.c (symbol_to_sal): Record the symbol in the sal.
6736 * symtab.c (find_function_start_sal): Likewise.
6737 * symtab.h (symtab_and_line::symbol): New field.
6738
6739 2017-09-20 Pedro Alves <palves@redhat.com>
6740
6741 * linespec.c (minsym_found): Handle non-text minsyms.
6742 (symbol_to_sal): Record a sal.pc for non-block, non-label symbols.
6743
6744 2017-09-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
6745
6746 * features/Makefile (i386-avx-mpx-avx512-pku.dat): Add missing
6747 backslash.
6748
6749 2017-09-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
6750
6751 * gdb.arch/i386-avx512.c (move_zmm_data_to_reg): Use
6752 vmovups instead vmovaps.
6753 (move_zmm_data_to_memory): Use vmovups instead vmovaps.
6754
6755 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6756
6757 * NEWS (Changes since GDB 8.0): Add starti.
6758 * infcmd.c (enum run_break): New.
6759 (run_command_1): Queue pending event for RUN_STOP_AT_FIRST_INSN
6760 case.
6761 (run_command): Use enum run_how.
6762 (start_command): Likewise.
6763 (starti_command): New function.
6764 (RUN_ARGS_HELP): New macro.
6765 (_initialize_infcmd): Use RUN_ARGS_HELP for run and start
6766 commands. Add starti command.
6767
6768 2017-09-19 Yao Qi <yao.qi@linaro.org>
6769
6770 * Makefile.in (monitor.o): Remove the rule.
6771
6772 2017-09-19 Yao Qi <yao.qi@linaro.org>
6773
6774 * annotate.h (struct annotate_arg_emitter): Use
6775 DISABLE_COPY_AND_ASSIGN.
6776 * common/refcounted-object.h (refcounted_object): Likewise.
6777 * completer.h (struct completion_result): Likewise.
6778 * dwarf2read.c (struct dwarf2_per_objfile): Likewise.
6779 * filename-seen-cache.h (filename_seen_cache): Likewise.
6780 * gdbcore.h (thread_section_name): Likewise.
6781 * gdb_regex.h (compiled_regex): Likewise.
6782 * gdbthread.h (scoped_restore_current_thread): Likewise.
6783 * inferior.h (scoped_restore_current_inferior): Likewise.
6784 * jit.c (jit_reader): Likewise.
6785 * linespec.h (struct linespec_result): Likewise.
6786 * mi/mi-parse.h (struct mi_parse): Likewise.
6787 * nat/fork-inferior.c (execv_argv): Likewise.
6788 * progspace.h (scoped_restore_current_program_space): Likewise.
6789 * python/python-internal.h (class gdbpy_enter): Likewise.
6790 * regcache.h (regcache): Likewise.
6791 * target-descriptions.c (struct tdesc_reg): Likewise.
6792 (struct tdesc_type): Likewise.
6793 (struct tdesc_feature): Likewise.
6794 * ui-out.h (ui_out_emit_type): Likewise.
6795
6796 2017-09-18 Simon Marchi <simon.marchi@ericsson.com>
6797
6798 * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Remove
6799 label abort_expression.
6800
6801 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
6802
6803 * common/buffer.c (buffer_xml_printf): Adjust.
6804 * common/xml-utils.c (xml_escape_text): Change return type to
6805 std::string, update code accordingly.
6806 * common/xml-utils.h (xml_escape_text): Change return type to
6807 std::string.
6808 * rs6000-aix-tdep.c (rs6000_aix_shared_library_to_xml): Adjust.
6809 * windows-tdep.c (windows_xfer_shared_library): Adjust.
6810 * unittests/xml-utils-selftests.c (test_xml_escape_text):
6811 Adjust.
6812
6813 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
6814
6815 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new source file.
6816 (SUBDIR_UNITTESTS_OBS): Add new object file.
6817 * unittests/xml-utils-selftests.c: New file.
6818
6819 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
6820
6821 * common/selftest.h (selftest): New struct/interface.
6822 (register_test): Add name parameter, add new overload.
6823 (run_tests): Add filter parameter.
6824 (for_each_selftest_ftype): New typedef.
6825 (for_each_selftest): New declaration.
6826 * common/selftest.c (tests): Change type to
6827 map<string, unique_ptr<selftest>>.
6828 (simple_selftest): New struct.
6829 (register_test): New function.
6830 (register_test): Add name parameter and use it.
6831 (run_tests): Add filter parameter and use it. Add prints.
6832 Adjust to vector -> map change.
6833 * aarch64-tdep.c (_initialize_aarch64_tdep): Add names when
6834 registering selftests.
6835 * arm-tdep.c (_initialize_arm_tdep): Likewise.
6836 * disasm-selftests.c (_initialize_disasm_selftests): Likewise.
6837 * dwarf2-frame.c (_initialize_dwarf2_frame): Likewise.
6838 * dwarf2loc.c (_initialize_dwarf2loc): Likewise.
6839 * findvar.c (_initialize_findvar): Likewise.
6840 * gdbarch-selftests.c (_initialize_gdbarch_selftests): Likewise.
6841 * maint.c (maintenance_selftest): Update call to run_tests.
6842 (maintenance_info_selftests): New function.
6843 (_initialize_maint_cmds): Register "maintenance info selftests"
6844 command. Update "maintenance selftest" doc.
6845 * regcache.c (_initialize_regcache): Add names when registering
6846 selftests.
6847 * rust-exp.y (_initialize_rust_exp): Likewise.
6848 * selftest-arch.c (gdbarch_selftest): New struct.
6849 (gdbarch_tests): Remove.
6850 (register_test_foreach_arch): Add name parameter. Call
6851 register_test.
6852 (tests_with_arch): Remove, move most content to
6853 gdbarch_selftest::operator().
6854 (_initialize_selftests_foreach_arch): Remove.
6855 * selftest-arch.h (register_test_foreach_arch): Add name
6856 parameter.
6857 (run_tests_with_arch): New declaration.
6858 * utils-selftests.c (_initialize_utils_selftests): Add names
6859 when registering selftests.
6860 * utils.c (_initialize_utils): Likewise.
6861 * unittests/array-view-selftests.c
6862 (_initialize_array_view_selftests): Likewise.
6863 * unittests/environ-selftests.c (_initialize_environ_selftests):
6864 Likewise.
6865 * unittests/function-view-selftests.c
6866 (_initialize_function_view_selftests): Likewise.
6867 * unittests/offset-type-selftests.c
6868 (_initialize_offset_type_selftests): Likewise.
6869 * unittests/optional-selftests.c
6870 (_initialize_optional_selftests): Likewise.
6871 * unittests/scoped_restore-selftests.c
6872 (_initialize_scoped_restore_selftests): Likewise.
6873 * NEWS: Document "maintenance selftest" and "maint info
6874 selftests".
6875
6876 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
6877
6878 * mi/mi-main.c (mi_load_progress): Restore current_uiout using a
6879 scoped_restore.
6880
6881 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
6882
6883 * mi/mi-main.c (mi_load_progress): Make uiout variable
6884 a unique_ptr.
6885
6886 2017-09-15 Pedro Alves <palves@redhat.com>
6887
6888 * compile/compile-c-types.c (convert_enum, convert_int)
6889 (convert_float): Adjust to refer to int_type_v0 and float_type_v0.
6890
6891 2017-09-15 Simon Marchi <simon.marchi@ericsson.com>
6892
6893 * dwarf2read.c (copy_string): Remove.
6894 (parse_macro_definition): Replace copy_string with savestring.
6895
6896 2017-09-15 Yao Qi <yao.qi@linaro.org>
6897
6898 * configure.tgt (i[34567]86-*-darwin*): Append amd64.o to
6899 gdb_target_obs.
6900 (i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*):
6901 Likewise.
6902 (i[34567]86-*-linux*): Likewise.
6903
6904 2017-09-14 Simon Marchi <simon.marchi@ericsson.com>
6905
6906 * dwarf2expr.h (dwarf_stack_value): Add constructor.
6907 (dwarf_expr_context) <~dwarf_expr_context>: Define as default.
6908 <stack>: Change type to std::vector.
6909 <stack_len, stack_allocated>: Remove.
6910 <grow_stack>: Remove.
6911 * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
6912 (dwarf_expr_context::~dwarf_expr_context): Remove.
6913 (dwarf_expr_context::grow_stack): Remove.
6914 (dwarf_expr_context::push): Adjust.
6915 (dwarf_expr_context::pop): Adjust.
6916 (dwarf_expr_context::fetch): Adjust.
6917 (dwarf_expr_context::fetch_in_stack_memory): Adjust.
6918 (dwarf_expr_context::stack_empty_p): Adjust.
6919 (dwarf_expr_context::execute_stack_op): Adjust.
6920
6921 2017-09-14 Simon Marchi <simon.marchi@ericsson.com>
6922
6923 * dwarf2expr.h (dwarf_expr_context) <stack_empty_p>: Change
6924 return type to bool.
6925 * dwarf2expr.c (dwarf_expr_context::stack_empty_p): Likewise.
6926
6927 2017-09-14 Simon Marchi <simon.marchi@ericsson.com>
6928
6929 * dwarf2expr.h (dwarf_expr_piece) <v.mem.in_stack_memory>:
6930 Change type to bool.
6931 (dwarf_stack_value) <in_stack_memory>: Likewise.
6932 (dwarf_expr_context) <push_address>: Change parameter type to
6933 bool.
6934 <fetch_in_stack_memory>: Change return type to bool.
6935 <push>: Change parameter type to bool.
6936 * dwarf2expr.c (dwarf_expr_context::push): Change parameter type
6937 to bool.
6938 (dwarf_expr_context::push_address): Likewise.
6939 (dwarf_expr_context::fetch_in_stack_memory): Change return type
6940 to bool.
6941 (dwarf_expr_context::execute_stack_op): Adjust.
6942 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Adjust.
6943
6944 2017-09-14 Simon Marchi <simon.marchi@ericsson.com>
6945
6946 * dwarf2expr.h (struct dwarf_expr_piece): Move up.
6947 (struct dwarf_expr_context) <n_pieces>: Remove.
6948 <pieces>: Change type to std::vector.
6949 * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
6950 (dwarf_expr_context::~dwarf_expr_context): Don't manually free
6951 pieces.
6952 (dwarf_expr_context::add_piece): Adjust.
6953 * dwarf2loc.c (struct piece_closure): Initialize fields.
6954 <n_pieces>: Remove.
6955 <pieces>: Change type to std::vector.
6956 (allocate_piece_closure): Adjust, change parameter to
6957 std::vector rvalue and std::move it to piece_closure.
6958 (rw_pieced_value): Adjust.
6959 (check_pieced_synthetic_pointer): Adjust.
6960 (indirect_synthetic_pointer): Adjust.
6961 (coerce_pieced_ref): Adjust.
6962 (free_pieced_value_closure): Adjust. Use delete to free
6963 piece_closure.
6964 (dwarf2_evaluate_loc_desc_full): Adjust. std::move ctx.pieces
6965 to allocate_piece_closure.
6966 (dwarf2_loc_desc_get_symbol_read_needs): Adjust.
6967
6968 2017-09-12 Simon Marchi <simon.marchi@ericsson.com>
6969
6970 * probe.h (probe_ops_cp): Remove typedef.
6971 (DEF_VEC_P (probe_ops_cp)): Remove.
6972 (all_probe_ops): Change type to std::vector.
6973 * probe.c (info_probes_for_ops): Adjust to vector change.
6974 (probe_linespec_to_ops): Likewise.
6975 (all_probe_ops): Change type to std::vector.
6976 (_initialize_probe): Adjust to vector change.
6977 * dtrace-probe.c (_initialize_dtrace_probe): Likewise.
6978 * elfread.c (elf_get_probes): Likewise.
6979 * stap-probe.c (_initialize_stap_probe): Likewise.
6980
6981 2017-09-12 Simon Marchi <simon.marchi@ericsson.com>
6982
6983 * probe.h (struct bound_probe): Define constructors.
6984 * probe.c (bound_probe_s): Remove typedef.
6985 (DEF_VEC_O (bound_probe_s)): Remove VEC.
6986 (collect_probes): Change return type to std::vector, remove
6987 cleanup.
6988 (compare_probes): Return bool, change parameter type. Change
6989 semantic to "less than".
6990 (gen_ui_out_table_header_info): Change parameter to std::vector
6991 and update.
6992 (exists_probe_with_pops): Likewise.
6993 (info_probes_for_ops): Update to std::vector change.
6994 (enable_probes_command): Likewise.
6995 (disable_probes_command): Likewise.
6996
6997 2017-09-12 Simon Marchi <simon.marchi@ericsson.com>
6998
6999 * probe.h (struct probe_ops) <get_probes>: Change parameter from
7000 vec to std::vector.
7001 * probe.c (parse_probes_in_pspace): Update.
7002 (find_probes_in_objfile): Update.
7003 (find_probe_by_pc): Update.
7004 (collect_probes): Update.
7005 (probe_any_get_probes): Update.
7006 * symfile.h (struct sym_probe_fns) <sym_get_probes> Change
7007 return type to reference to std::vector.
7008 * dtrace-probe.c (dtrace_process_dof_probe): Change parameter to
7009 std::vector and update.
7010 (dtrace_process_dof): Likewise.
7011 (dtrace_get_probes): Likewise.
7012 * elfread.c (elf_get_probes): Change return type to std::vector,
7013 store an std::vector in bfd_data.
7014 (probe_key_free): Update to std::vector.
7015 * stap-probe.c (handle_stap_probe): Change parameter to
7016 std::vector and update.
7017 (stap_get_probes): Likewise.
7018 * symfile-debug.c (debug_sym_get_probes): Change return type to
7019 std::vector and update.
7020
7021 2017-09-11 Tom Tromey <tom@tromey.com>
7022
7023 * breakpoint.c (program_breakpoint_here_p): Update.
7024 * target.c (make_scoped_restore_show_memory_breakpoints): Rename
7025 from make_show_memory_breakpoints_cleanup. Return a
7026 scoped_restore_tmpl<int>.
7027 (restore_show_memory_breakpoints): Remove.
7028 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Update.
7029 * mem-break.c (memory_validate_breakpoint): Update.
7030 * ia64-tdep.c (ia64_memory_insert_breakpoint): Update.
7031 (ia64_memory_remove_breakpoint): Update.
7032 (ia64_breakpoint_from_pc): Update.
7033 * target.h (make_scoped_restore_show_memory_breakpoints): Rename
7034 from make_show_memory_breakpoints_cleanup.
7035
7036 2017-09-11 Tom Tromey <tom@tromey.com>
7037
7038 * d-namespace.c (d_lookup_symbol): Use std::string.
7039 (find_symbol_in_baseclass): Likewise.
7040
7041 2017-09-11 Tom Tromey <tom@tromey.com>
7042
7043 * ctf.c (ctf_start): Use std::string.
7044
7045 2017-09-11 Tom Tromey <tom@tromey.com>
7046
7047 * ada-lang.c (is_known_support_routine): Update.
7048 (ada_unhandled_exception_name_addr_from_raise): Update.
7049 * guile/scm-frame.c (gdbscm_frame_name): Update.
7050 * python/py-frame.c (frapy_name): Update.
7051 (frapy_function): Update.
7052 * stack.h (find_frame_funname): Update.
7053 * stack.c (find_frame_funname): Return unique_xmalloc_ptr.
7054 (print_frame): Update.
7055
7056 2017-09-11 Tom Tromey <tom@tromey.com>
7057
7058 * findcmd.c (put_bits): Take a gdb::byte_vector.
7059 (parse_find_args): Return gdb::byte_vector. "args" now const.
7060 Remove "pattern_bufp" and "pattern_lenp" parameters. Remove
7061 cleanups.
7062 (find_command): Update.
7063
7064 2017-09-11 Tom Tromey <tom@tromey.com>
7065
7066 * cli/cli-script.c (class scoped_restore_hook_in): New.
7067 (clear_hook_in_cleanup): Remove.
7068 (execute_cmd_pre_hook, execute_cmd_post_hook): Use
7069 scoped_restore_hook_in.
7070
7071 2017-09-11 Tom Tromey <tom@tromey.com>
7072
7073 * cli/cli-script.c (restore_interp): Remove.
7074 (read_command_lines): Use scoped_restore_interp.
7075 * interps.c (scoped_restore_interp::set_temp): Rename from
7076 interp_set_temp.
7077 * interps.h (class scoped_restore_interp): New.
7078 (interp_set_temp): Remove.
7079
7080 2017-09-11 Tom Tromey <tom@tromey.com>
7081
7082 * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
7083 (mi_cmd_catch_exception, mi_catch_load_unload): Update.
7084 * mi/mi-cmd-break.c (setup_breakpoint_reporting): Return a
7085 scoped_restore.
7086 (mi_cmd_break_insert_1): Update.
7087 * mi/mi-cmd-break.h (setup_breakpoint_reporting): Return a
7088 scoped_restore.
7089
7090 2017-09-11 Tom Tromey <tom@tromey.com>
7091
7092 * demangle.c (demangle_command): Update.
7093 * breakpoint.c (disable_command): Update.
7094 (enable_command): Update.
7095 (find_location_by_number): Make "number" const. Use
7096 get_number_trailer.
7097 * cli/cli-utils.c (extract_arg): Return std::string.
7098 * probe.c (parse_probe_linespec): Update. Change types.
7099 (collect_probes): Take string arguments.
7100 (parse_probe_linespec): Likewise.
7101 (info_probes_for_ops): Update.
7102 (enable_probes_command): Update.
7103 (disable_probes_command): Update.
7104 * break-catch-sig.c (catch_signal_split_args): Update.
7105 * mi/mi-parse.c (mi_parse): Update.
7106
7107 2017-09-11 Tom Tromey <tom@tromey.com>
7108
7109 * language.h (language_enum): Make argument const.
7110 * language.c (language_enum): Make argument const.
7111
7112 2017-09-11 Tom Tromey <tom@tromey.com>
7113
7114 * common/common-utils.h (skip_to_space): Remove macro, redeclare
7115 as function.
7116 (skip_to_space): Rename from skip_to_space_const.
7117 * common/common-utils.c (skip_to_space): New function.
7118 (skip_to_space): Rename from skip_to_space_const.
7119 * cli/cli-utils.h (get_number): Rename from get_number_const.
7120 (extract_arg): Rename from extract_arg_const.
7121 * cli/cli-utils.c (get_number): Rename from get_number_const.
7122 (extract_arg): Rename from extract_arg_const.
7123 (number_or_range_parser::get_number): Use ::get_number.
7124 * aarch64-linux-tdep.c, ada-lang.c, arm-linux-tdep.c, ax-gdb.c,
7125 break-catch-throw.c, breakpoint.c, cli/cli-cmds.c, cli/cli-dump.c,
7126 cli/cli-script.c, cli/cli-setshow.c, compile/compile.c,
7127 completer.c, demangle.c, disasm.c, findcmd.c, linespec.c,
7128 linux-tdep.c, linux-thread-db.c, location.c, mi/mi-parse.c,
7129 minsyms.c, nat/linux-procfs.c, printcmd.c, probe.c,
7130 python/py-breakpoint.c, record.c, rust-exp.y, serial.c, stack.c,
7131 stap-probe.c, tid-parse.c, tracepoint.c: Update all callers.
7132
7133 2017-09-11 Tom Tromey <tom@tromey.com>
7134
7135 * python/python.c (do_start_initialization): Use
7136 py-event-types.def to initialize types.
7137 Define all object type structures.
7138 * python/python-internal.h: Don't declare event initialization
7139 functions.
7140 * python/py-threadevent.c (thread_event_object_type): Don't
7141 define.
7142 * python/py-stopevent.c (stop_event_object_type): Don't define.
7143 * python/py-signalevent.c (signal_event_object_type): Don't
7144 declare or define.
7145 * python/py-newobjfileevent.c (new_objfile_event_object_type)
7146 (clear_objfiles_event_object_type): Don't declare or define.
7147 * python/py-infevents.c (inferior_call_pre_event_object_type)
7148 (inferior_call_post_event_object_type)
7149 (register_changed_event_object_type)
7150 (memory_changed_event_object_type): Don't declare or define.
7151 * python/py-inferior.c (new_thread_event_object_type)
7152 (new_inferior_event_object_type)
7153 (inferior_deleted_event_object_type): Don't declare or define.
7154 * python/py-exitedevent.c (exited_event_object_type): Don't
7155 declare or define.
7156 * python/py-evts.c (gdbpy_initialize_py_events): Use
7157 py-all-events.def.
7158 * python/py-events.h (thread_event_object_type): Don't declare.
7159 (events_object): Use py-all-events.def.
7160 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove. Use
7161 py-event-types.def.
7162 * python/py-event-types.def: New file.
7163 * python/py-continueevent.c (create_continue_event_object): Don't
7164 declare or define.
7165 * python/py-bpevent.c (breakpoint_event_object_type): Don't
7166 declare or define.
7167 * python/py-all-events.def: New file.
7168
7169 2017-09-11 Tom Tromey <tom@tromey.com>
7170
7171 * python/py-threadevent.c (create_thread_event_object): Return
7172 gdbpy_ref.
7173 * python/py-stopevent.h (create_stop_event_object)
7174 (create_breakpoint_event_object, create_signal_event_object):
7175 Update.
7176 * python/py-stopevent.c (create_stop_event_object): Return
7177 gdbpy_ref.
7178 (emit_stop_event): Update.
7179 * python/py-signalevent.c (create_signal_event_object): Return
7180 gdbpy_ref.
7181 * python/py-infevents.c (create_inferior_call_event_object):
7182 Update.
7183 * python/py-event.h (create_event_object)
7184 (create_thread_event_object): Update.
7185 * python/py-event.c (create_event_object): Return gdbpy_ref.
7186 * python/py-continueevent.c: Return gdbpy_ref.
7187 * python/py-bpevent.c (create_breakpoint_event_object): Return
7188 gdbpy_ref.
7189
7190 2017-09-11 Tom Tromey <tom@tromey.com>
7191
7192 PR python/15622:
7193 * NEWS: Add entry.
7194 * python/python.c (do_start_initialization): Initialize new event
7195 types.
7196 * python/python-internal.h (gdbpy_initialize_new_inferior_event)
7197 (gdbpy_initialize_inferior_deleted_event)
7198 (gdbpy_initialize_new_thread_event): Declare.
7199 * python/py-threadevent.c (create_thread_event_object): Add option
7200 "thread" parameter.
7201 * python/py-inferior.c (new_thread_event_object_type)
7202 (new_inferior_event_object_type)
7203 (inferior_deleted_event_object_type): Declare.
7204 (python_new_inferior, python_inferior_deleted): New functions.
7205 (add_thread_object): Emit new_thread event.
7206 (gdbpy_initialize_inferior): Attach new functions to corresponding
7207 observers.
7208 (new_thread, new_inferior, inferior_deleted): Define new event
7209 types.
7210 * python/py-evts.c (gdbpy_initialize_py_events): Add new
7211 registries.
7212 * python/py-events.h (events_object) <new_inferior,
7213 inferior_deleted, new_thread>: New fields.
7214 * python/py-event.h (create_thread_event_breakpoint): Add optional
7215 "thread" parameter.
7216
7217 2017-09-10 Andrew Burgess <andrew.burgess@embecosm.com>
7218
7219 * utils.c (abort_with_message): Don't compare gdb_stderr to NULL,
7220 check current_ui instead.
7221 (internal_vproblem): Likewise.
7222
7223 2017-09-09 Simon Marchi <simon.marchi@ericsson.com>
7224
7225 * thread.c (print_thread_info_1): Remove unnecessary calls to
7226 uiout->is_mi_like_p.
7227
7228 2017-09-09 Tom Tromey <tom@tromey.com>
7229
7230 * namespace.h (add_using_directive): Update.
7231 * namespace.c (add_using_directive): Change type of excludes to
7232 std::vector.
7233 * dwarf2read.c (read_import_statement): Use std::vector.
7234 (read_namespace): Update.
7235 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
7236
7237 2017-09-09 Tom Tromey <tom@tromey.com>
7238
7239 * linespec.c (create_sals_line_offset): Use gdb::def_vector.
7240
7241 2017-09-09 Tom Tromey <tom@tromey.com>
7242
7243 * p-valprint.c (pascal_object_print_value): Use gdb::byte_vector.
7244
7245 2017-09-09 Tom Tromey <tom@tromey.com>
7246
7247 * stack.c (func_command): Use gdb::def_vector.
7248
7249 2017-09-09 Tom Tromey <tom@tromey.com>
7250
7251 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Use gdb::optional,
7252 ui_out_emit_list, ui_out_emit_tuple.
7253 (mi_cmd_var_update): Likewise.
7254
7255 2017-09-09 Tom Tromey <tom@tromey.com>
7256
7257 * mi/mi-interp.c (mi_user_selected_context_changed): Use
7258 ui_out_redirect_pop.
7259 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
7260 ui_out_redirect_pop.
7261 * utils.c (do_ui_out_redirect_pop)
7262 (make_cleanup_ui_out_redirect_pop): Remove.
7263 * top.c (execute_command_to_string): Use ui_out_redirect_pop.
7264 * utils.h (make_cleanup_ui_out_redirect_pop): Remove.
7265 * ui-out.h (ui_out_redirect_pop): New class.
7266
7267 2017-09-09 Tom Tromey <tom@tromey.com>
7268
7269 * mi/mi-main.c (output_cores): Use ui_out_emit_list.
7270 (list_available_thread_groups, mi_cmd_list_thread_groups)
7271 (mi_cmd_data_list_changed_registers, mi_cmd_data_read_memory)
7272 (mi_cmd_data_read_memory_bytes, mi_cmd_trace_frame_collected):
7273 Likewise.
7274
7275 2017-09-09 Tom Tromey <tom@tromey.com>
7276
7277 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
7278 ui_out_emit_tuple.
7279
7280 2017-09-09 Tom Tromey <tom@tromey.com>
7281
7282 * target.c (flash_erase_command): Use ui_out_emit_tuple.
7283 * stack.c (print_frame): Use ui_out_emit_tuple.
7284 * spu-tdep.c (info_spu_event_command): Use ui_out_emit_tuple.
7285 (info_spu_mailbox_command, info_spu_dma_command)
7286 (info_spu_proxydma_command): Likewise.
7287 * mi/mi-main.c (mi_cmd_trace_frame_collected): Use
7288 ui_out_emit_tuple, gdb::byte_vector, bin2hex.
7289 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
7290 ui_out_emit_tuple.
7291 * breakpoint.c (print_it_watchpoint): Use ui_out_emit_tuple.
7292
7293 2017-09-09 Tom Tromey <tom@tromey.com>
7294
7295 * ui-out.h (make_cleanup_ui_out_table_begin_end): Remove.
7296 (class ui_out_emit_table): Update comment.
7297 * ui-out.c (do_cleanup_table_end)
7298 (make_cleanup_ui_out_table_begin_end): Remove.
7299 * spu-tdep.c (info_spu_mailbox_list): Use ui_out_emit_table.
7300 (info_spu_dma_cmdlist): Likewise.
7301 * probe.c (info_probes_for_ops): Use ui_out_emit_table.
7302 * darwin-nat-info.c (darwin_debug_regions_recurse): Use
7303 ui_out_emit_table.
7304
7305 2017-09-09 Tom Tromey <tom@tromey.com>
7306
7307 * thread.c (print_thread_info_1): Use ui_out_emit_table,
7308 ui_out_emit_list, gdb::optional.
7309
7310 2017-09-09 John Baldwin <jhb@FreeBSD.org>
7311
7312 * aarch64-linux-nat.c: Remove _initialize_aarch64_linux_nat
7313 prototype.
7314 * aarch64-linux-tdep.c: Remove _initialize_aarch64_linux_tdep
7315 prototype.
7316 * aarch64-newlib-tdep.c: Remove _initialize_aarch64_newlib_tdep
7317 prototype.
7318 * aarch64-tdep.c: Remove _initialize_aarch64_tdep prototype.
7319 * ada-exp.y: Remove _initialize_ada_exp prototype.
7320 * ada-lang.c: Remove _initialize_ada_language prototype.
7321 * ada-tasks.c: Remove _initialize_tasks prototype.
7322 * addrmap.c: Remove _initialize_addrmap prototype.
7323 * agent.c: Remove _initialize_agent prototype.
7324 * aix-thread.c: Remove _initialize_aix_thread prototype.
7325 * alpha-bsd-nat.c: Remove _initialize_alphabsd_nat prototype.
7326 * alpha-linux-nat.c: Remove _initialize_alpha_linux_nat prototype.
7327 * alpha-linux-tdep.c: Remove _initialize_alpha_linux_tdep
7328 prototype.
7329 * alpha-nbsd-tdep.c: Remove _initialize_alphanbsd_tdep prototype.
7330 * alpha-obsd-tdep.c: Remove _initialize_alphaobsd_tdep prototype.
7331 * alpha-tdep.c: Remove _initialize_alpha_tdep prototype.
7332 * amd64-darwin-tdep.c: Remove _initialize_amd64_darwin_tdep
7333 prototype.
7334 * amd64-dicos-tdep.c: Remove _initialize_amd64_dicos_tdep
7335 prototype.
7336 * amd64-fbsd-nat.c: Remove _initialize_amd64fbsd_nat prototype.
7337 * amd64-fbsd-tdep.c: Remove _initialize_amd64fbsd_tdep prototype.
7338 * amd64-linux-nat.c: Remove _initialize_amd64_linux_nat prototype.
7339 * amd64-linux-tdep.c: Remove _initialize_amd64_linux_tdep
7340 prototype.
7341 * amd64-nbsd-nat.c: Remove _initialize_amd64nbsd_nat prototype.
7342 * amd64-nbsd-tdep.c: Remove _initialize_amd64nbsd_tdep prototype.
7343 * amd64-obsd-nat.c: Remove _initialize_amd64obsd_nat prototype.
7344 * amd64-obsd-tdep.c: Remove _initialize_amd64obsd_tdep prototype.
7345 * amd64-sol2-tdep.c: Remove _initialize_amd64_sol2_tdep prototype.
7346 * amd64-tdep.c: Remove _initialize_amd64_tdep prototype.
7347 * amd64-windows-nat.c: Remove _initialize_amd64_windows_nat
7348 prototype.
7349 * amd64-windows-tdep.c: Remove _initialize_amd64_windows_tdep
7350 prototype.
7351 * annotate.c: Remove _initialize_annotate prototype.
7352 * arc-newlib-tdep.c: Remove _initialize_arc_newlib_tdep prototype.
7353 * arc-tdep.c: Remove _initialize_arc_tdep prototype.
7354 * arch-utils.c: Remove _initialize_gdbarch_utils prototype.
7355 * arm-linux-nat.c: Remove _initialize_arm_linux_nat prototype.
7356 * arm-linux-tdep.c: Remove _initialize_arm_linux_tdep prototype.
7357 * arm-nbsd-tdep.c: Remove _initialize_arm_netbsd_tdep prototype.
7358 * arm-obsd-tdep.c: Remove _initialize_armobsd_tdep prototype.
7359 * arm-symbian-tdep.c: Remove _initialize_arm_symbian_tdep
7360 prototype.
7361 * arm-tdep.c: Remove _initialize_arm_tdep prototype.
7362 * arm-wince-tdep.c: Remove _initialize_arm_wince_tdep prototype.
7363 * auto-load.c: Remove _initialize_auto_load prototype.
7364 * auxv.c: Remove _initialize_auxv prototype.
7365 * avr-tdep.c: Remove _initialize_avr_tdep prototype.
7366 * ax-gdb.c: Remove _initialize_ax_gdb prototype.
7367 * bfin-linux-tdep.c: Remove _initialize_bfin_linux_tdep prototype.
7368 * bfin-tdep.c: Remove _initialize_bfin_tdep prototype.
7369 * break-catch-sig.c: Remove _initialize_break_catch_sig prototype.
7370 * break-catch-syscall.c: Remove _initialize_break_catch_syscall
7371 prototype.
7372 * break-catch-throw.c: Remove _initialize_break_catch_throw
7373 prototype.
7374 * breakpoint.c: Remove _initialize_breakpoint prototype.
7375 * bsd-uthread.c: Remove _initialize_bsd_uthread prototype.
7376 * btrace.c: Remove _initialize_btrace prototype.
7377 * charset.c: Remove _initialize_charset prototype.
7378 * cli/cli-cmds.c: Remove _initialize_cli_cmds prototype.
7379 * cli/cli-dump.c: Remove _initialize_cli_dump prototype.
7380 * cli/cli-interp.c: Remove _initialize_cli_interp prototype.
7381 * cli/cli-logging.c: Remove _initialize_cli_logging prototype.
7382 * cli/cli-script.c: Remove _initialize_cli_script prototype.
7383 * coff-pe-read.c: Remove _initialize_coff_pe_read prototype.
7384 * coffread.c: Remove _initialize_coffread prototype.
7385 * compile/compile.c: Remove _initialize_compile prototype.
7386 * complaints.c: Remove _initialize_complaints prototype.
7387 * completer.c: Remove _initialize_completer prototype.
7388 * copying.awk: Remove _initialize_copying prototype.
7389 * copying.c: Regenerate.
7390 * core-regset.c: Remove _initialize_core_regset prototype.
7391 * corefile.c: Remove _initialize_core prototype.
7392 * corelow.c: Remove _initialize_corelow prototype.
7393 * cp-abi.c: Remove _initialize_cp_abi prototype.
7394 * cp-namespace.c: Remove _initialize_cp_namespace prototype.
7395 * cp-support.c: Remove _initialize_cp_support prototype.
7396 * cp-valprint.c: Remove _initialize_cp_valprint prototype.
7397 * cris-linux-tdep.c: Remove _initialize_cris_linux_tdep prototype.
7398 * cris-tdep.c: Remove _initialize_cris_tdep prototype.
7399 * ctf.c: Remove _initialize_ctf prototype.
7400 * d-lang.c: Remove _initialize_d_language prototype.
7401 * darwin-nat-info.c: Remove _initialize_darwin_info_commands
7402 prototype.
7403 * darwin-nat.c: Remove _initialize_darwin_inferior prototype.
7404 * dbxread.c: Remove _initialize_dbxread prototype.
7405 * dcache.c: Remove _initialize_dcache prototype.
7406 * demangle.c: Remove _initialize_demangler prototype.
7407 * disasm-selftests.c: Remove _initialize_disasm_selftests
7408 prototype.
7409 * disasm.c: Remove _initialize_disasm prototype.
7410 * dtrace-probe.c: Remove _initialize_dtrace_probe prototype.
7411 * dummy-frame.c: Remove _initialize_dummy_frame prototype.
7412 * dwarf2-frame-tailcall.c: Remove _initialize_tailcall_frame
7413 prototype.
7414 * dwarf2-frame.c: Remove _initialize_dwarf2_frame prototype.
7415 * dwarf2expr.c: Remove _initialize_dwarf2expr prototype.
7416 * dwarf2loc.c: Remove _initialize_dwarf2loc prototype.
7417 * dwarf2read.c: Remove _initialize_dwarf2_read prototype.
7418 * elfread.c: Remove _initialize_elfread prototype.
7419 * exec.c: Remove _initialize_exec prototype.
7420 * extension.c: Remove _initialize_extension prototype.
7421 * f-lang.c: Remove _initialize_f_language prototype.
7422 * f-valprint.c: Remove _initialize_f_valprint prototype.
7423 * fbsd-nat.c: Remove _initialize_fbsd_nat prototype.
7424 * fbsd-tdep.c: Remove _initialize_fbsd_tdep prototype.
7425 * filesystem.c: Remove _initialize_filesystem prototype.
7426 * findcmd.c: Remove _initialize_mem_search prototype.
7427 * fork-child.c: Remove _initialize_fork_child prototype.
7428 * frame-base.c: Remove _initialize_frame_base prototype.
7429 * frame-unwind.c: Remove _initialize_frame_unwind prototype.
7430 * frame.c: Remove _initialize_frame prototype.
7431 * frv-linux-tdep.c: Remove _initialize_frv_linux_tdep prototype.
7432 * frv-tdep.c: Remove _initialize_frv_tdep prototype.
7433 * ft32-tdep.c: Remove _initialize_ft32_tdep prototype.
7434 * gcore.c: Remove _initialize_gcore prototype.
7435 * gdb_bfd.c: Remove _initialize_gdb_bfd prototype.
7436 * gdbarch.c: Regenerate.
7437 * gdbarch.sh: Remove _initialize_gdbarch prototype.
7438 * gdbtypes.c: Remove _initialize_gdbtypes prototype.
7439 * gnu-nat.c: Remove _initialize_gnu_nat prototype.
7440 * gnu-v2-abi.c: Remove _initialize_gnu_v2_abi prototype.
7441 * gnu-v3-abi.c: Remove _initialize_gnu_v3_abi prototype.
7442 * go-lang.c: Remove _initialize_go_language prototype.
7443 * go32-nat.c: Remove _initialize_go32_nat prototype.
7444 * guile/guile.c: Remove _initialize_guile prototype.
7445 * h8300-tdep.c: Remove _initialize_h8300_tdep prototype.
7446 * hppa-linux-nat.c: Remove _initialize_hppa_linux_nat prototype.
7447 * hppa-linux-tdep.c: Remove _initialize_hppa_linux_tdep prototype.
7448 * hppa-nbsd-nat.c: Remove _initialize_hppanbsd_nat prototype.
7449 * hppa-nbsd-tdep.c: Remove _initialize_hppanbsd_tdep prototype.
7450 * hppa-obsd-nat.c: Remove _initialize_hppaobsd_nat prototype.
7451 * hppa-obsd-tdep.c: Remove _initialize_hppaobsd_tdep prototype.
7452 * hppa-tdep.c: Remove _initialize_hppa_tdep prototype.
7453 * i386-bsd-nat.c: Remove _initialize_i386bsd_nat prototype.
7454 * i386-cygwin-tdep.c: Remove _initialize_i386_cygwin_tdep
7455 prototype.
7456 * i386-darwin-tdep.c: Remove _initialize_i386_darwin_tdep
7457 prototype.
7458 * i386-dicos-tdep.c: Remove _initialize_i386_dicos_tdep prototype.
7459 * i386-fbsd-nat.c: Remove _initialize_i386fbsd_nat prototype.
7460 * i386-fbsd-tdep.c: Remove _initialize_i386fbsd_tdep prototype.
7461 * i386-gnu-nat.c: Remove _initialize_i386gnu_nat prototype.
7462 * i386-gnu-tdep.c: Remove _initialize_i386gnu_tdep prototype.
7463 * i386-linux-nat.c: Remove _initialize_i386_linux_nat prototype.
7464 * i386-linux-tdep.c: Remove _initialize_i386_linux_tdep prototype.
7465 * i386-nbsd-nat.c: Remove _initialize_i386nbsd_nat prototype.
7466 * i386-nbsd-tdep.c: Remove _initialize_i386nbsd_tdep prototype.
7467 * i386-nto-tdep.c: Remove _initialize_i386nto_tdep prototype.
7468 * i386-obsd-nat.c: Remove _initialize_i386obsd_nat prototype.
7469 * i386-obsd-tdep.c: Remove _initialize_i386obsd_tdep prototype.
7470 * i386-sol2-nat.c: Remove _initialize_amd64_sol2_nat prototype.
7471 * i386-sol2-tdep.c: Remove _initialize_amd64_sol2_tdep prototype.
7472 * i386-tdep.c: Remove _initialize_i386_tdep prototype.
7473 * i386-windows-nat.c: Remove _initialize_i386_windows_nat
7474 prototype.
7475 * ia64-libunwind-tdep.c: Remove _initialize_libunwind_frame
7476 prototype.
7477 * ia64-linux-nat.c: Remove _initialize_ia64_linux_nat prototype.
7478 * ia64-linux-tdep.c: Remove _initialize_ia64_linux_tdep prototype.
7479 * ia64-tdep.c: Remove _initialize_ia64_tdep prototype.
7480 * ia64-vms-tdep.c: Remove _initialize_ia64_vms_tdep prototype.
7481 * infcall.c: Remove _initialize_infcall prototype.
7482 * infcmd.c: Remove _initialize_infcmd prototype.
7483 * inferior.c: Remove _initialize_inferiors prototype.
7484 * inflow.c: Remove _initialize_inflow prototype.
7485 * infrun.c: Remove _initialize_infrun prototype.
7486 * interps.c: Remove _initialize_interpreter prototype.
7487 * iq2000-tdep.c: Remove _initialize_iq2000_tdep prototype.
7488 * jit.c: Remove _initialize_jit prototype.
7489 * language.c: Remove _initialize_language prototype.
7490 * linux-fork.c: Remove _initialize_linux_fork prototype.
7491 * linux-nat.c: Remove _initialize_linux_nat prototype.
7492 * linux-tdep.c: Remove _initialize_linux_tdep prototype.
7493 * linux-thread-db.c: Remove _initialize_thread_db prototype.
7494 * lm32-tdep.c: Remove _initialize_lm32_tdep prototype.
7495 * m2-lang.c: Remove _initialize_m2_language prototype.
7496 * m32c-tdep.c: Remove _initialize_m32c_tdep prototype.
7497 * m32r-linux-nat.c: Remove _initialize_m32r_linux_nat prototype.
7498 * m32r-linux-tdep.c: Remove _initialize_m32r_linux_tdep prototype.
7499 * m32r-tdep.c: Remove _initialize_m32r_tdep prototype.
7500 * m68hc11-tdep.c: Remove _initialize_m68hc11_tdep prototype.
7501 * m68k-bsd-nat.c: Remove _initialize_m68kbsd_nat prototype.
7502 * m68k-bsd-tdep.c: Remove _initialize_m68kbsd_tdep prototype.
7503 * m68k-linux-nat.c: Remove _initialize_m68k_linux_tdep prototype.
7504 * m68k-linux-tdep.c: Remove _initialize_m68k_linux_tdep prototype.
7505 * m68k-tdep.c: Remove _initialize_m68k_tdep prototype.
7506 * m88k-bsd-nat.c: Remove _initialize_m68kbsd_nat prototype.
7507 * m88k-tdep.c: Remove _initialize_m68kbsd_tdep prototype.
7508 * machoread.c: Remove _initialize_machoread prototype.
7509 * macrocmd.c: Remove _initialize_macrocmd prototype.
7510 * macroscope.c: Remove _initialize_macroscope prototype.
7511 * maint.c: Remove _initialize_maint_cmds prototype.
7512 * mdebugread.c: Remove _initialize_mdebugread prototype.
7513 * memattr.c: Remove _initialize_mem prototype.
7514 * mep-tdep.c: Remove _initialize_mep_tdep prototype.
7515 * mi/mi-cmd-env.c: Remove _initialize_mi_cmd_env prototype.
7516 * mi/mi-cmds.c: Remove _initialize_mi_cmds prototype.
7517 * mi/mi-interp.c: Remove _initialize_mi_interp prototype.
7518 * mi/mi-main.c: Remove _initialize_mi_main prototype.
7519 * microblaze-linux-tdep.c: Remove
7520 _initialize_microblaze_linux_tdep prototype.
7521 * microblaze-tdep.c: Remove _initialize_microblaze_tdep prototype.
7522 * mips-fbsd-nat.c: Remove _initialize_mips_fbsd_nat prototype.
7523 * mips-fbsd-tdep.c: Remove _initialize_mips_fbsd_tdep prototype.
7524 * mips-linux-nat.c: Remove _initialize_mips_linux_nat prototype.
7525 * mips-linux-tdep.c: Remove _initialize_mips_linux_tdep prototype.
7526 * mips-nbsd-nat.c: Remove _initialize_mipsnbsd_nat prototype.
7527 * mips-nbsd-tdep.c: Remove _initialize_mipsnbsd_tdep prototype.
7528 * mips-sde-tdep.c: Remove _initialize_mips_sde_tdep prototype.
7529 * mips-tdep.c: Remove _initialize_mips_tdep prototype.
7530 * mips64-obsd-nat.c: Remove _initialize_mips64obsd_nat prototype.
7531 * mips64-obsd-tdep.c: Remove _initialize_mips64obsd_tdep
7532 prototype.
7533 * mipsread.c: Remove _initialize_mipsread prototype.
7534 * mn10300-linux-tdep.c: Remove _initialize_mn10300_linux_tdep
7535 prototype.
7536 * mn10300-tdep.c: Remove _initialize_mn10300_tdep prototype.
7537 * moxie-tdep.c: Remove _initialize_moxie_tdep prototype.
7538 * msp430-tdep.c: Remove _initialize_msp430_tdep prototype.
7539 * mt-tdep.c: Remove _initialize_mt_tdep prototype.
7540 * nds32-tdep.c: Remove _initialize_nds32_tdep prototype.
7541 * nios2-linux-tdep.c: Remove _initialize_nios2_linux_tdep
7542 prototype.
7543 * nios2-tdep.c: Remove _initialize_nios2_tdep prototype.
7544 * nto-procfs.c: Remove _initialize_procfs prototype.
7545 * nto-tdep.c: Remove _initialize_nto_tdep prototype.
7546 * objc-lang.c: Remove _initialize_objc_language prototype.
7547 * objfiles.c: Remove _initialize_objfiles prototype.
7548 * observer.c: Remove observer_test_first_notification_function,
7549 observer_test_second_notification_function,
7550 observer_test_third_notification_function, and
7551 _initialize_observer prototypes.
7552 * opencl-lang.c: Remove _initialize_opencl_language prototypes.
7553 * osabi.c: Remove _initialize_gdb_osabi prototype.
7554 * osdata.c: Remove _initialize_osdata prototype.
7555 * p-valprint.c: Remove _initialize_pascal_valprint prototype.
7556 * parse.c: Remove _initialize_parse prototype.
7557 * ppc-fbsd-nat.c: Remove _initialize_ppcfbsd_nat prototype.
7558 * ppc-fbsd-tdep.c: Remove _initialize_ppcfbsd_tdep prototype.
7559 * ppc-linux-nat.c: Remove _initialize_ppc_linux_nat prototype.
7560 * ppc-linux-tdep.c: Remove _initialize_ppc_linux_tdep prototype.
7561 * ppc-nbsd-nat.c: Remove _initialize_ppcnbsd_nat prototype.
7562 * ppc-nbsd-tdep.c: Remove _initialize_ppcnbsd_tdep prototype.
7563 * ppc-obsd-nat.c: Remove _initialize_ppcobsd_nat prototype.
7564 * ppc-obsd-tdep.c: Remove _initialize_ppcobsd_tdep prototype.
7565 * printcmd.c: Remove _initialize_printcmd prototype.
7566 * probe.c: Remove _initialize_probe prototype.
7567 * proc-api.c: Remove _initialize_proc_api prototype.
7568 * proc-events.c: Remove _initialize_proc_events prototype.
7569 * proc-service.c: Remove _initialize_proc_service prototype.
7570 * procfs.c: Remove _initialize_procfs prototype.
7571 * psymtab.c: Remove _initialize_psymtab prototype.
7572 * python/python.c: Remove _initialize_python prototype.
7573 * ravenscar-thread.c: Remove _initialize_ravenscar prototype.
7574 * record-btrace.c: Remove _initialize_record_btrace prototype.
7575 * record-full.c: Remove _initialize_record_full prototype.
7576 * record.c: Remove _initialize_record prototype.
7577 * regcache.c: Remove _initialize_regcache prototype.
7578 * reggroups.c: Remove _initialize_reggroup prototype.
7579 * remote-notif.c: Remove _initialize_notif prototype.
7580 * remote-sim.c: Remove _initialize_remote_sim prototype.
7581 * remote.c: Remove _initialize_remote prototype.
7582 * reverse.c: Remove _initialize_reverse prototype.
7583 * rl78-tdep.c: Remove _initialize_rl78_tdep prototype.
7584 * rs6000-aix-tdep.c: Remove _initialize_rs6000_aix_tdep prototype.
7585 * rs6000-lynx178-tdep.c: Remove _initialize_rs6000_lynx178_tdep
7586 prototype.
7587 * rs6000-nat.c: Remove _initialize_rs6000_nat prototype.
7588 * rs6000-tdep.c: Remove _initialize_rs6000_tdep prototype.
7589 * rust-exp.y: Remove _initialize_rust_exp prototype.
7590 * rx-tdep.c: Remove _initialize_rx_tdep prototype.
7591 * s390-linux-nat.c: Remove _initialize_s390_nat prototype.
7592 * s390-linux-tdep.c: Remove _initialize_s390_tdep prototype.
7593 * score-tdep.c: Remove _initialize_score_tdep prototype.
7594 * selftest-arch.c: Remove _initialize_selftests_foreach_arch
7595 prototype.
7596 * ser-go32.c: Remove _initialize_ser_dos prototype.
7597 * ser-mingw.c: Remove _initialize_ser_windows prototype.
7598 * ser-pipe.c: Remove _initialize_ser_pipe prototype.
7599 * ser-tcp.c: Remove _initialize_ser_tcp prototype.
7600 * ser-unix.c: Remove _initialize_ser_hardwire prototype.
7601 * serial.c: Remove _initialize_serial prototype.
7602 * sh-linux-tdep.c: Remove _initialize_sh_linux_tdep prototype.
7603 * sh-nbsd-nat.c: Remove _initialize_shnbsd_nat prototype.
7604 * sh-nbsd-tdep.c: Remove _initialize_shnbsd_tdep prototype.
7605 * sh-tdep.c: Remove _initialize_sh_tdep prototype.
7606 * skip.c: Remove _initialize_step_skip prototype.
7607 * sol-thread.c: Remove _initialize_sol_thread prototype.
7608 * solib-aix.c: Remove _initialize_solib_aix prototype.
7609 * solib-darwin.c: Remove _initialize_darwin_solib prototype.
7610 * solib-dsbt.c: Remove _initialize_dsbt_solib prototype.
7611 * solib-frv.c: Remove _initialize_frv_solib prototype.
7612 * solib-spu.c: Remove _initialize_spu_solib prototype.
7613 * solib-svr4.c: Remove _initialize_svr4_solib prototype.
7614 * solib-target.c: Remove _initialize_solib_target prototype.
7615 * solib.c: Remove _initialize_solib prototype.
7616 * source.c: Remove _initialize_source prototype.
7617 * sparc-linux-nat.c: Remove _initialize_sparc_linux_nat prototype.
7618 * sparc-linux-tdep.c: Remove _initialize_sparc_linux_tdep
7619 prototype.
7620 * sparc-nat.c: Remove _initialize_sparc_nat prototype.
7621 * sparc-nbsd-nat.c: Remove _initialize_sparcnbsd_nat prototype.
7622 * sparc-nbsd-tdep.c: Remove _initialize_sparcnbsd_tdep prototype.
7623 * sparc-obsd-tdep.c: Remove _initialize_sparc32obsd_tdep
7624 prototype.
7625 * sparc-sol2-nat.c: Remove _initialize_sparc_sol2_nat prototype.
7626 * sparc-sol2-tdep.c: Remove _initialize_sparc_sol2_tdep prototype.
7627 * sparc-tdep.c: Remove _initialize_sparc_tdep prototype.
7628 * sparc64-fbsd-nat.c: Remove _initialize_sparc64fbsd_nat
7629 prototype.
7630 * sparc64-fbsd-tdep.c: Remove _initialize_sparc64fbsd_tdep
7631 prototype.
7632 * sparc64-linux-nat.c: Remove _initialize_sparc64_linux_nat
7633 prototype.
7634 * sparc64-linux-tdep.c: Remove _initialize_sparc64_linux_tdep
7635 prototype.
7636 * sparc64-nat.c: Remove _initialize_sparc64_nat prototype.
7637 * sparc64-nbsd-nat.c: Remove _initialize_sparc64nbsd_nat
7638 prototype.
7639 * sparc64-nbsd-tdep.c: Remove _initialize_sparc64nbsd_tdep
7640 prototype.
7641 * sparc64-obsd-nat.c: Remove _initialize_sparc64obsd_nat
7642 prototype.
7643 * sparc64-obsd-tdep.c: Remove _initialize_sparc64obsd_tdep
7644 prototype.
7645 * sparc64-sol2-tdep.c: Remove _initialize_sparc64_sol2_tdep
7646 prototype.
7647 * spu-linux-nat.c: Remove _initialize_spu_nat prototype.
7648 * spu-multiarch.c: Remove _initialize_spu_multiarch prototype.
7649 * spu-tdep.c: Remove _initialize_spu_tdep prototype.
7650 * stabsread.c: Remove _initialize_stabsread prototype.
7651 * stack.c: Remove _initialize_stack prototype.
7652 * stap-probe.c: Remove _initialize_stap_probe prototype.
7653 * std-regs.c: Remove _initialize_frame_reg prototype.
7654 * symfile-debug.c: Remove _initialize_symfile_debug prototype.
7655 * symfile-mem.c: Remove _initialize_symfile_mem prototype.
7656 * symfile.c: Remove _initialize_symfile prototype.
7657 * symmisc.c: Remove _initialize_symmisc prototype.
7658 * symtab.c: Remove _initialize_symtab prototype.
7659 * target-dcache.c: Remove _initialize_target_dcache prototype.
7660 * target-descriptions.c: Remove _initialize_target_descriptions
7661 prototype.
7662 * thread.c: Remove _initialize_thread prototype.
7663 * tic6x-linux-tdep.c: Remove _initialize_tic6x_linux_tdep
7664 prototype.
7665 * tic6x-tdep.c: Remove _initialize_tic6x_tdep prototype.
7666 * tilegx-linux-nat.c: Remove _initialize_tile_linux_nat prototype.
7667 * tilegx-linux-tdep.c: Remove _initialize_tilegx_linux_tdep
7668 prototype.
7669 * tilegx-tdep.c: Remove _initialize_tilegx_tdep prototype.
7670 * tracefile-tfile.c: Remove _initialize_tracefile_tfile prototype.
7671 * tracefile.c: Remove _initialize_tracefile prototype.
7672 * tracepoint.c: Remove _initialize_tracepoint prototype.
7673 * tui/tui-hooks.c: Remove _initialize_tui_hooks prototype.
7674 * tui/tui-interp.c: Remove _initialize_tui_interp prototype.
7675 * tui/tui-layout.c: Remove _initialize_tui_layout prototype.
7676 * tui/tui-regs.c: Remove _initialize_tui_regs prototype.
7677 * tui/tui-stack.c: Remove _initialize_tui_stack prototype.
7678 * tui/tui-win.c: Remove _initialize_tui_win prototype.
7679 * tui/tui.c: Remove _initialize_tui prototype.
7680 * typeprint.c: Remove _initialize_typeprint prototype.
7681 * user-regs.c: Remove _initialize_user_regs prototype.
7682 * utils.c: Remove _initialize_utils prototype.
7683 * v850-tdep.c: Remove _initialize_v850_tdep prototype.
7684 * valarith.c: Remove _initialize_valarith prototype.
7685 * valops.c: Remove _initialize_valops prototype.
7686 * valprint.c: Remove _initialize_valprint prototype.
7687 * value.c: Remove _initialize_values prototype.
7688 * varobj.c: Remove _initialize_varobj prototype.
7689 * vax-bsd-nat.c: Remove _initialize_vaxbsd_nat prototype.
7690 * vax-nbsd-tdep.c: Remove _initialize_vaxnbsd_tdep prototype.
7691 * vax-tdep.c: Remove _initialize_vax_tdep prototype.
7692 * windows-nat.c: Remove _initialize_windows_nat,
7693 _initialize_check_for_gdb_ini, and _initialize_loadable
7694 prototypes.
7695 * windows-tdep.c: Remove _initialize_windows_tdep prototype.
7696 * xcoffread.c: Remove _initialize_xcoffread prototype.
7697 * xml-support.c: Remove _initialize_xml_support prototype.
7698 * xstormy16-tdep.c: Remove _initialize_xstormy16_tdep prototype.
7699 * xtensa-linux-nat.c: Remove _initialize_xtensa_linux_nat
7700 prototype.
7701 * xtensa-linux-tdep.c: Remove _initialize_xtensa_linux_tdep
7702 prototype.
7703 * xtensa-tdep.c: Remove _initialize_xtensa_tdep prototype.
7704
7705 2017-09-08 Keith Seitz <keiths@redhat.com>
7706
7707 * dwarf2read.c (struct field_info) <fnfields>: Remove unused
7708 field.
7709
7710 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7711
7712 * f-valprint.c (f_val_print): Remove check for one byte
7713 sized integers. Remove printing of character type.
7714
7715 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7716 Christoph Weinmann <christoph.t.weinmann@intel.com>
7717 Bernhard Heckel <bernhard.heckel@intel.com>
7718
7719 * f-typeprint.c (f_type_print_base): Use fprintfi_filtered
7720 to maintain proper indentation when printing pointers/refs.
7721
7722 2017-09-07 Joel Brobecker <brobecker@adacore.com>
7723
7724 GDB 8.0.1 released.
7725
7726 2017-09-07 Joel Brobecker <brobecker@adacore.com>
7727
7728 * NEWS (Changes in GDB 7.11): Remove entry for QStartupWithShell.
7729
7730 2017-09-05 Tom Tromey <tom@tromey.com>
7731
7732 * parse.c (funcall_chain): Now a std::vector.
7733 (start_arglist, end_arglist): Simplify.
7734 (free_funcalls): Remove.
7735 (parse_exp_in_context_1): Remove cleanup.
7736
7737 2017-09-05 Tom Tromey <tom@tromey.com>
7738
7739 * go-exp.y (go_parse): Don't create a cleanup.
7740
7741 2017-09-05 Tom Tromey <tom@tromey.com>
7742
7743 * d-exp.y (PrimaryExpression): Use std::string.
7744 (d_parse): Don't create a cleanup.
7745
7746 2017-09-05 Tom Tromey <tom@tromey.com>
7747
7748 * utils.c (do_clear_parser_state): Remove.
7749 (make_cleanup_clear_parser_state): Remove.
7750 * p-exp.y (pascal_parse): Use scoped_restore.
7751 * m2-exp.y (m2_parse): Use scoped_restore.
7752 * f-exp.y (f_parse): Use scoped_restore.
7753 * d-exp.y (d_parse): Use scoped_restore.
7754 * c-exp.y (c_parse): Use scoped_restore.
7755 * ada-exp.y (ada_parse): Use scoped_restore.
7756 * utils.h (make_cleanup_clear_parser_state): Remove.
7757
7758 2017-09-06 Keith Seitz <keiths@redhat.com>
7759
7760 * dwarf2read.c (dw2_linkage_name_attr): New function.
7761 (dw2_linkage_name): New function.
7762 (dwarf2_compute_name, dwarf2_physname, read_call_site_scope)
7763 (guess_full_die_structure_name, dwarf2_name): Use dw2_linkage_name.
7764 (anonymous_struct_prefix, dwarf2_name): Use dw2_linkage_name_attr.
7765
7766 2017-09-06 Kamil Rytarowski <n54@gmx.com>
7767
7768 * config/djgpp/djconfig.sh: Correct shell portability issue.
7769
7770 2017-09-06 Kamil Rytarowski <n54@gmx.com>
7771
7772 * configure.nat: Define HAVE_NATIVE_GCORE_HOST on NetBSD.
7773
7774 2017-09-06 John Baldwin <jhb@FreeBSD.org>
7775
7776 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
7777 * NEWS: Mention new FreeBSD/mips native configuration.
7778 * configure.host: Add aarch64*-*-freebsd*.
7779 * configure.nat: Likewise.
7780 * aarch64-fbsd-nat.c: New file.
7781
7782 2017-09-06 John Baldwin <jhb@FreeBSD.org>
7783
7784 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-fbsd-tdep.o.
7785 (ALLDEPFILES): Add aarch64-fbsd-tdep.c.
7786 * NEWS: Mention new FreeBSD/aarch64 target.
7787 * configure.tgt: Add aarch64*-*-freebsd*.
7788 * aarch64-fbsd-tdep.c: New file.
7789 * aarch64-fbsd-tdep.h: New file.
7790
7791 2017-09-06 Kamil Rytarowski <n54@gmx.com>
7792
7793 * MAINTAINERS (Write After Approval): Add Kamil Rytarowski.
7794
7795 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7796
7797 * parse.c (find_minsym_type_and_address): Don't relocate addresses
7798 of TLS symbols.
7799
7800 2017-09-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7801
7802 * objfiles.c (get_objfile_bfd_data): Remove useless obstack_init
7803 call.
7804
7805 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7806
7807 * infrun.c (follow_exec): Call add_thread after
7808 target_find_description.
7809
7810 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7811
7812 * infrun.c (handle_inferior_event_1): When exec'ing, read
7813 stop_pc after follow_exec.
7814
7815 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7816
7817 * remote.c (process_g_packet): Update error message.
7818
7819 2017-09-05 Yao Qi <yao.qi@linaro.org>
7820
7821 * configure.tgt (gdb_target_obs): Add i386.o for x86_64-*
7822 targets.
7823
7824 2017-09-05 Pedro Alves <palves@redhat.com>
7825
7826 * eval.c (eval_call, evaluate_funcall): New functions, factored
7827 out from ...
7828 (evaluate_subexp_standard): ... this.
7829
7830 2017-09-05 Yao Qi <yao.qi@linaro.org>
7831
7832 * amd64-tdep.c (amd64_target_description): Create target
7833 descriptions.
7834 (_initialize_amd64_tdep): Don't call functions
7835 initialize_tdesc_amd64_*. Add self tests.
7836 * arch/amd64.c (amd64_create_target_description): Add parameter
7837 is_linux. Call set_tdesc_osabi if is_linux is true.
7838 * arch/amd64.h (amd64_create_target_description): Update the
7839 declaration.
7840 * arch/i386.c (i386_create_target_description): Add parameter
7841 is_linux. Call set_tdesc_osabi if is_linux is true.
7842 * arch/i386.h (i386_create_target_description): Update
7843 declaration.
7844 * configure.tgt: Add i386.o to gdb_target_obs.
7845 * features/Makefile (XMLTOC): Remove i386/*.xml.
7846 * features/i386/amd64-avx-avx512.c: Remove.
7847 * features/i386/amd64-avx-mpx-avx512-pku.c: Remove.
7848 * features/i386/amd64-avx-mpx.c: Remove.
7849 * features/i386/amd64-avx.c: Remove.
7850 * features/i386/amd64-mpx.c: Remove.
7851 * features/i386/amd64.c: Remove.
7852 * features/i386/i386-avx-avx512.c: Remove.
7853 * features/i386/i386-avx-mpx-avx512-pku.c: Remove.
7854 * features/i386/i386-avx-mpx.c: Remove.
7855 * features/i386/i386-avx.c: Remove.
7856 * features/i386/i386-mmx.c: Remove.
7857 * features/i386/i386-mpx.c: Remove.
7858 * features/i386/i386.c: Remove.
7859 * i386-tdep.c: Don't include features/i386/i386*.c., include
7860 target-descriptions.h and arch/i386.h.
7861 (i386_target_description): Create target descriptions.
7862 (i386_gdbarch_init): Don't call initialize_tdesc_i386_*
7863 functions. Do self tests.
7864
7865 2017-09-05 Yao Qi <yao.qi@linaro.org>
7866
7867 * features/Makefile (XMLTOC): Remove i386/amd64XXX-linux.xml.
7868 * features/i386/amd64-avx-avx512-linux.c: Removed.
7869 * features/i386/amd64-avx-linux.c: Removed.
7870 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Removed.
7871 * features/i386/amd64-avx-mpx-linux.c: Removed.
7872 * features/i386/amd64-linux.c: Removed.
7873 * features/i386/amd64-mpx-linux.c: Removed.
7874 * features/i386/x32-avx-avx512-linux.c: Removed.
7875 * features/i386/x32-avx-linux.c: Removed.
7876 * features/i386/x32-linux.c: Removed.
7877
7878 2017-09-05 Yao Qi <yao.qi@linaro.org>
7879
7880 * amd64-linux-tdep.c: Include arch/amd64.h. Don't include
7881 features/i386/*.c.
7882 (amd64_linux_read_description): Call
7883 amd64_create_target_description.
7884 * arch/amd64.c: New file.
7885 * arch/amd64.h: New file.
7886 * configure.tgt (x86_64-*-linux*): Append amd64.o.
7887 * Makefile.in (ALL_64_TARGET_OBS): Append amd64.o.
7888
7889 2017-09-05 Yao Qi <yao.qi@linaro.org>
7890
7891 * amd64-linux-tdep.c: Don't include amd64-XXX-linux and
7892 x32-XXX-linux.c. Include 64bit-XX.c and x32-XX.c.
7893 (amd64_linux_read_description): Create target descriptions.
7894 (_initialize_amd64_linux_tdep): Don't call initialize_tdesc_XXX
7895 functions. Add unit tests.
7896 * features/Makefile (FEATURE_XMLFILES): Append 64bit-XXX.xml and
7897 x32-core.xml.
7898 * features/i386/64bit-avx.c: Generated.
7899 * features/i386/64bit-avx512.c: Generated.
7900 * features/i386/64bit-core.c: Generated.
7901 * features/i386/64bit-linux.c: Generated.
7902 * features/i386/64bit-mpx.c: Generated.
7903 * features/i386/64bit-pkeys.c: Generated.
7904 * features/i386/64bit-segments.c: Generated.
7905 * features/i386/64bit-sse.c: Generated.
7906 * features/i386/x32-core.c: Generated.
7907 * target-descriptions.c (maint_print_c_tdesc_cmd): Print feature
7908 c files for amd64-linux and x32-linux.
7909
7910 2017-09-05 Yao Qi <yao.qi@linaro.org>
7911
7912 * amd64-linux-tdep.c (amd64_linux_read_description): New
7913 function.
7914 (amd64_linux_core_read_description): Call
7915 amd64_linux_read_description.
7916 (amd64_linux_init_abi): Likewise.
7917 (amd64_x32_linux_init_abi): Likewise.
7918 * amd64-linux-tdep.h (amd64_linux_read_description): Declare.
7919 * x86-linux-nat.c (x86_linux_read_description): Call
7920 amd64_linux_read_description.
7921
7922 2017-09-05 Yao Qi <yao.qi@linaro.org>
7923
7924 * amd64-linux-tdep.c (amd64_linux_core_read_description): Update
7925 comments.
7926
7927 2017-09-05 Yao Qi <yao.qi@linaro.org>
7928
7929 * features/Makefile (XMLTOC): Remove i386/i386-XX-linux.xml.
7930 * features/i386/i386-avx-avx512-linux.c: Remove.
7931 * features/i386/i386-avx-linux.c: Remove.
7932 * features/i386/i386-avx-mpx-avx512-pku-linux.c: Remove.
7933 * features/i386/i386-avx-mpx-linux.c: Remove.
7934 * features/i386/i386-linux.c: Remove.
7935 * features/i386/i386-mmx-linux.c: Remove.
7936 * features/i386/i386-mpx-linux.c: Remove.
7937
7938 2017-09-05 Yao Qi <yao.qi@linaro.org>
7939
7940 * Makefile.in (ALL_TARGET_OBS): Add i386.o.
7941 (SFILES): Add arch/i386.c.
7942 (HFILES_NO_SRCDIR): Add arch/i386.h.
7943 * arch/i386.c: New file.
7944 * arch/i386.h: New file.
7945 * arch/tdesc.h (allocate_target_description): Declare.
7946 (set_tdesc_architecture): Declare.
7947 (set_tdesc_osabi): Declare.
7948 * configure.tgt (i[34567]86-*-linux*): Add i386.o.
7949 * i386-linux-tdep.c: Don't include ../features/i386/32bit-XXX.c.
7950 include arch/i386.h.
7951 (i386_linux_read_description): Remove code and call
7952 i386_create_target_description.
7953 (set_tdesc_architecture): New function.
7954 (set_tdesc_osabi): New function.
7955 * target-descriptions.h (allocate_target_description): Remove.
7956
7957 2017-09-05 Yao Qi <yao.qi@linaro.org>
7958
7959 * arch/tdesc.h (tdesc_create_feature): Add an argument xml.
7960 * target-descriptions.c (tdesc_create_feature): Likewise, and
7961 adjust code.
7962 * features/i386/32bit-avx.c: Re-generated.
7963 * features/i386/32bit-avx512.c: Re-generated.
7964 * features/i386/32bit-core.c: Re-generated.
7965 * features/i386/32bit-linux.c: Re-generated.
7966 * features/i386/32bit-mpx.c: Re-generated.
7967 * features/i386/32bit-pkeys.c: Re-generated.
7968 * features/i386/32bit-sse.c: Re-generated.
7969
7970 2017-09-05 Yao Qi <yao.qi@linaro.org>
7971
7972 * regformats/regdef.h (struct reg): Override operator == and !=.
7973
7974 2017-09-05 Yao Qi <yao.qi@linaro.org>
7975
7976 * arch/tdesc.h: New file.
7977 * regformats/regdat.sh: Generate code using tdesc_create_reg.
7978 * target-descriptions.c: Update comments.
7979 * target-descriptions.h: Include "arch/tdesc.h". Remove the
7980 declarations.
7981 * features/i386/32bit-avx.c: Re-generated.
7982 * features/i386/32bit-avx512.c: Re-generated.
7983 * features/i386/32bit-core.c: Re-generated.
7984 * features/i386/32bit-linux.c: Re-generated.
7985 * features/i386/32bit-mpx.c: Re-generated.
7986 * features/i386/32bit-pkeys.c: Re-generated.
7987 * features/i386/32bit-sse.c: Re-generated.
7988
7989 2017-09-05 Yao Qi <yao.qi@linaro.org>
7990
7991 * regformats/regdat.sh: Update generated code.
7992
7993 2017-09-05 Yao Qi <yao.qi@linaro.org>
7994
7995 * regformats/regdat.sh: Adjust code order.
7996
7997 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7998
7999 * expprint.c (dump_subexp_body_standard): Use constant format
8000 string in fprintf_filtered call.
8001
8002 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8003
8004 * configure.nat: Add "x86-nat.o x86-dregs.o" for NetBSD/amd64 and
8005 NetBSD/i386.
8006 * x86-bsd-nat.c [!DBREG_DRX && __NetBSD__]: Define DBREG_DRX.
8007
8008 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8009
8010 * bsd-kvm.o: Make <sys/user.h> conditional on HAVE_SYS_USER_H.
8011
8012 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8013
8014 * bsd-kvm.o: Define _KMEMUSER.
8015 * configure.ac: Define _KMEMUSER when checking for "struct lwp".
8016 * configure: Regenerate.
8017
8018 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8019
8020 * amd64-fbsd-nat.c: Add include of "x86-xstate.h".
8021 * i386-fbsd-nat.c: Likewise.
8022
8023 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8024
8025 * unittests/array-view-selftests.c: Add include of <array>.
8026
8027 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8028
8029 * spu-tdep.c (flush_ea_cache): Add missing argument to
8030 call_function_by_hand.
8031
8032 2017-09-04 Pedro Alves <palves@redhat.com>
8033
8034 * NEWS (Safer support for debugging with no debug info): New.
8035
8036 2017-09-04 Pedro Alves <palves@redhat.com>
8037
8038 * c-exp.y (function_method, function_method_void): Add current
8039 instance flags to TYPE_INSTANCE.
8040 * dwarf2read.c (check_modifier): New.
8041 (compute_delayed_physnames): Assert that only C++ adds delayed
8042 physnames. Mark fn_fields as const/volatile depending on
8043 physname.
8044 * eval.c (make_params): New type_instance_flags parameter. Use
8045 it as the new type's instance flags.
8046 (evaluate_subexp_standard) <TYPE_INSTANCE>: Extract the instance
8047 flags element and pass it to make_params.
8048 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: Handle
8049 instance flags element.
8050 (dump_subexp_body_standard) <TYPE_INSTANCE>: Likewise.
8051 * gdbtypes.h: Include "enum-flags.h".
8052 (type_instance_flags): New enum-flags type.
8053 (TYPE_CONST, TYPE_VOLATILE, TYPE_RESTRICT, TYPE_ATOMIC)
8054 (TYPE_CODE_SPACE, TYPE_DATA_SPACE): Return boolean.
8055 * parse.c (operator_length_standard) <TYPE_INSTANCE>: Adjust.
8056 (follow_type_instance_flags): New function.
8057 (operator_check_standard) <TYPE_INSTANCE>: Adjust.
8058 * parser-defs.h (follow_type_instance_flags): Declare.
8059 * valops.c (value_struct_elt_for_reference): const/volatile must
8060 match too.
8061
8062 2017-09-04 Pedro Alves <palves@redhat.com>
8063
8064 * cp-namespace.c (cp_search_static_and_baseclasses): Handle
8065 function/method scopes; lookup the nested name as a function local
8066 static variable.
8067
8068 2017-09-04 Pedro Alves <palves@redhat.com>
8069
8070 (%type <voidval>): Add function_method.
8071 * c-exp.y (exp): New production for calls with no arguments.
8072 (function_method, function_method_void_or_typelist): New
8073 productions.
8074 (exp): New production for "method()::static_var".
8075 * eval.c (evaluate_subexp_standard): Handle OP_FUNC_STATIC_VAR.
8076 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
8077 Handle OP_FUNC_STATIC_VAR.
8078 * parse.c (operator_length_standard):
8079 Handle OP_FUNC_STATIC_VAR.
8080
8081 2017-09-04 Pedro Alves <palves@redhat.com>
8082
8083 * eval.c (evaluate_subexp_standard): Remove UNOP_MEMVAL_TLS
8084 handling.
8085 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
8086 Ditto.
8087 * parse.c (operator_length_standard, operator_check_standard):
8088 Ditto.
8089 * std-operator.def (UNOP_MEMVAL_TLS): Delete.
8090
8091 2017-09-04 Pedro Alves <palves@redhat.com>
8092
8093 * ax-gdb.c: Include "typeprint.h".
8094 (gen_expr_for_cast): New function.
8095 (gen_expr) <OP_CAST, OP_CAST_TYPE>: Use it.
8096 <OP_VAR_VALUE, OP_MSYM_VAR_VALUE>: Error out if the variable's
8097 type is unknown.
8098 * dwarf2read.c (new_symbol_full): Fallback to int instead of
8099 nodebug_data_symbol.
8100 * eval.c: Include "typeprint.h".
8101 (evaluate_subexp_standard) <OP_VAR_VALUE, OP_VAR_MSYM_VALUE>:
8102 Error out if symbol has unknown type.
8103 <UNOP_CAST, UNOP_CAST_TYPE>: Common bits factored out to
8104 evaluate_subexp_for_cast.
8105 (evaluate_subexp_for_address, evaluate_subexp_for_sizeof): Handle
8106 OP_VAR_MSYM_VALUE.
8107 (evaluate_subexp_for_cast): New function.
8108 * gdbtypes.c (init_nodebug_var_type): New function.
8109 (objfile_type): Use it to initialize types of variables with no
8110 debug info.
8111 * typeprint.c (error_unknown_type): New.
8112 * typeprint.h (error_unknown_type): New declaration.
8113 * compile/compile-c-types.c (convert_type_basic): Handle
8114 TYPE_CODE_ERROR; warn and fallback to int for variables with
8115 unknown type.
8116
8117 2017-09-04 Pedro Alves <palves@redhat.com>
8118
8119 * eval.c (evaluate_var_value): New function, factored out from ...
8120 (evaluate_subexp_standard): ... here.
8121
8122 2017-09-04 Pedro Alves <palves@redhat.com>
8123
8124 * eval.c (evaluate_subexp_standard) <UNOP_COMPLEMENT, UNOP_ADDR>:
8125 Remove useless assignments to 'op'.
8126
8127 2017-09-04 Pedro Alves <palves@redhat.com>
8128
8129 * eval.c (eval_skip_value): New function.
8130 (evaluate_subexp_standard): Use it.
8131
8132 2017-09-04 Pedro Alves <palves@redhat.com>
8133
8134 * eval.c (evaluate_subexp_standard): <OP_FUNCALL>: Extract
8135 function name from symbol/minsym and pass it to
8136 error_call_unknown_return_type.
8137
8138 2017-09-04 Pedro Alves <palves@redhat.com>
8139
8140 * ada-lang.c (resolve_subexp): Handle OP_VAR_MSYM_VALUE.
8141 * ax-gdb.c (gen_msym_var_ref): New function.
8142 (gen_expr): Handle OP_VAR_MSYM_VALUE.
8143 * eval.c (evaluate_var_msym_value): New function.
8144 * eval.c (evaluate_subexp_standard): Handle OP_VAR_MSYM_VALUE.
8145 <OP_FUNCALL>: Extract function name from symbol/minsym and pass it
8146 to call_function_by_hand.
8147 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
8148 Handle OP_VAR_MSYM_VALUE.
8149 (union exp_element) <msymbol>: New field.
8150 * minsyms.h (struct type): Forward declare.
8151 (find_minsym_type_and_address): Declare.
8152 * parse.c (write_exp_elt_msym): New function.
8153 (write_exp_msymbol): Delete, refactored as ...
8154 (find_minsym_type_and_address): ... this new function.
8155 (write_exp_msymbol): Reimplement using OP_VAR_MSYM_VALUE.
8156 (operator_length_standard, operator_check_standard): Handle
8157 OP_VAR_MSYM_VALUE.
8158 * std-operator.def (OP_VAR_MSYM_VALUE): New.
8159
8160 2017-09-04 Pedro Alves <palves@redhat.com>
8161
8162 * ada-lang.c (ada_evaluate_subexp) <TYPE_CODE_FUNC>: Don't handle
8163 TYPE_GNU_IFUNC specially here. Throw error if return type is
8164 unknown.
8165 * ada-typeprint.c (print_func_type): Handle functions with unknown
8166 return type.
8167 * c-typeprint.c (c_type_print_base): Handle functions and methods
8168 with unknown return type.
8169 * compile/compile-c-symbols.c (convert_symbol_bmsym)
8170 <mst_text_gnu_ifunc>: Use nodebug_text_gnu_ifunc_symbol.
8171 * compile/compile-c-types.c: Include "objfiles.h".
8172 (convert_func): For functions with unknown return type, warn and
8173 default to int.
8174 * compile/compile-object-run.c (compile_object_run): Adjust call
8175 to call_function_by_hand_dummy.
8176 * elfread.c (elf_gnu_ifunc_resolve_addr): Adjust call to
8177 call_function_by_hand.
8178 * eval.c (evaluate_subexp_standard): Adjust calls to
8179 call_function_by_hand. Handle functions and methods with unknown
8180 return type. Pass expect_type to call_function_by_hand.
8181 * f-typeprint.c (f_type_print_base): Handle functions with unknown
8182 return type.
8183 * gcore.c (call_target_sbrk): Adjust call to
8184 call_function_by_hand.
8185 * gdbtypes.c (objfile_type): Leave nodebug text symbol with NULL
8186 return type instead of int. Make nodebug_text_gnu_ifunc_symbol be
8187 an integer address type instead of nodebug.
8188 * guile/scm-value.c (gdbscm_value_call): Adjust call to
8189 call_function_by_hand.
8190 * infcall.c (error_call_unknown_return_type): New function.
8191 (call_function_by_hand): New "default_return_type" parameter.
8192 Pass it down.
8193 (call_function_by_hand_dummy): New "default_return_type"
8194 parameter. Use it instead of defaulting to int. If there's no
8195 default and the return type is unknown, throw an error. If
8196 there's a default return type, and the called function has no
8197 debug info, then assume the function is prototyped.
8198 * infcall.h (call_function_by_hand, call_function_by_hand_dummy):
8199 New "default_return_type" parameter.
8200 (error_call_unknown_return_type): New declaration.
8201 * linux-fork.c (call_lseek): Cast return type of lseek.
8202 (inferior_call_waitpid, checkpoint_command): Adjust calls to
8203 call_function_by_hand.
8204 * linux-tdep.c (linux_infcall_mmap, linux_infcall_munmap): Adjust
8205 calls to call_function_by_hand.
8206 * m2-typeprint.c (m2_procedure): Handle functions with unknown
8207 return type.
8208 * objc-lang.c (lookup_objc_class, lookup_child_selector)
8209 (value_nsstring, print_object_command): Adjust calls to
8210 call_function_by_hand.
8211 * p-typeprint.c (pascal_type_print_varspec_prefix): Handle
8212 functions with unknown return type.
8213 (pascal_type_print_func_varspec_suffix): New function.
8214 (pascal_type_print_varspec_suffix) <TYPE_CODE_FUNC,
8215 TYPE_CODE_METHOD>: Use it.
8216 * python/py-value.c (valpy_call): Adjust call to
8217 call_function_by_hand.
8218 * rust-lang.c (rust_evaluate_funcall): Adjust call to
8219 call_function_by_hand.
8220 * valarith.c (value_x_binop, value_x_unop): Adjust calls to
8221 call_function_by_hand.
8222 * valops.c (value_allocate_space_in_inferior): Adjust call to
8223 call_function_by_hand.
8224 * typeprint.c (type_print_unknown_return_type): New function.
8225 * typeprint.h (type_print_unknown_return_type): New declaration.
8226
8227 2017-09-04 Pedro Alves <palves@redhat.com>
8228
8229 * gdbtypes.c (lookup_function_type_with_arguments): Mark function
8230 types with more than one parameter as prototyped.
8231
8232 2017-09-04 Pedro Alves <palves@redhat.com>
8233
8234 * cli/cli-cmds.c (print_disassembly, disassemble_current_function)
8235 (disassemble_command): Use gdb_disassembly_flags instead of bare
8236 int.
8237 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn)
8238 (dump_insns, do_mixed_source_and_assembly_deprecated)
8239 (do_mixed_source_and_assembly, do_assembly_only, gdb_disassembly):
8240 Use gdb_disassembly_flags instead of bare int.
8241 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED, DISASSEMBLY_RAW_INSN)
8242 (DISASSEMBLY_OMIT_FNAME, DISASSEMBLY_FILENAME)
8243 (DISASSEMBLY_OMIT_PC, DISASSEMBLY_SOURCE)
8244 (DISASSEMBLY_SPECULATIVE): No longer macros. Instead they're...
8245 (enum gdb_disassembly_flag): ... values of this new enumeration.
8246 (gdb_disassembly_flags): Define.
8247 (gdb_disassembly)
8248 (gdb_pretty_print_disassembler::pretty_print_insn): Use it.
8249 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Use
8250 gdb_disassembly_flags instead of bare int.
8251 * record-btrace.c (btrace_insn_history)
8252 (record_btrace_insn_history, record_btrace_insn_history_range)
8253 (record_btrace_insn_history_from): Use gdb_disassembly_flags
8254 instead of bare int.
8255 * record.c (get_insn_history_modifiers, cmd_record_insn_history):
8256 Use gdb_disassembly_flags instead of bare int.
8257 * target-debug.h (target_debug_print_gdb_disassembly_flags):
8258 Define.
8259 * target-delegates.c: Regenerate.
8260 * target.c (target_insn_history, target_insn_history_from)
8261 (target_insn_history_range): Use gdb_disassembly_flags instead of
8262 bare int.
8263 * target.h: Include "disasm.h".
8264 (struct target_ops) <to_insn_history, to_insn_history_from,
8265 to_insn_history_range>: Use gdb_disassembly_flags instead of bare
8266 int.
8267 (target_insn_history, target_insn_history_from)
8268 (target_insn_history_range): Use gdb_disassembly_flags instead of
8269 bare int.
8270
8271 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8272
8273 * cli/cli-script.c (build_command_line): For if/while commands,
8274 check whether args is empty.
8275
8276 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8277
8278 * cli/cli-script.h (enum misc_command_type): Move from defs.h.
8279 (enum command_control_type): Likewise.
8280 (struct command_line): Likewise.
8281 (free_command_lines): Likewise.
8282 (struct command_lines_deleter): Likewise.
8283 (command_line_up): Likewise.
8284 (read_command_lines): Likewise.
8285 (read_command_lines_1): Likewise.
8286 * defs.h (enum misc_command_type): Move to cli/cli-script.h.
8287 (enum command_control_type): Likewise.
8288 (struct command_line): Likewise.
8289 (free_command_lines): Likewise.
8290 (struct command_lines_deleter): Likewise.
8291 (command_line_up): Likewise.
8292 (read_command_lines): Likewise.
8293 (read_command_lines_1): Likewise.
8294 * breakpoint.h: Include cli/cli-script.h.
8295 * extension-priv.h: Likewise.
8296 * gdbcmd.h: Likewise.
8297
8298 2017-09-04 Pedro Alves <palves@redhat.com>
8299
8300 * ada-lang.c (is_known_support_routine): Move sal declaration to
8301 where it is initialized.
8302 * breakpoint.c (create_internal_breakpoint, init_catchpoint)
8303 (parse_breakpoint_sals, decode_static_tracepoint_spec)
8304 (clear_command, update_static_tracepoint): Remove init_sal
8305 references. Move declarations closer to initializations.
8306 * cli/cli-cmds.c (list_command): Move sal declarations closer to
8307 initializations.
8308 * elfread.c (elf_gnu_ifunc_resolver_stop): Remove init_sal
8309 references. Move sal declarations closer to initializations.
8310 * frame.c (find_frame_sal): Return a symtab_and_line via function
8311 return instead of output parameter. Remove init_sal references.
8312 * frame.h (find_frame_sal): Return a symtab_and_line via function
8313 return instead of output parameter.
8314 * guile/scm-frame.c (gdbscm_frame_sal): Adjust.
8315 * guile/scm-symtab.c (stscm_make_sal_smob): Use in-place new
8316 instead of memset.
8317 (gdbscm_find_pc_line): Remove init_sal reference.
8318 * infcall.c (call_function_by_hand_dummy): Remove init_sal
8319 references. Move declarations closer to initializations.
8320 * infcmd.c (set_step_frame): Update. Move declarations closer to
8321 initializations.
8322 (finish_backward): Remove init_sal references. Move declarations
8323 closer to initializations.
8324 * infrun.c (process_event_stop_test, handle_step_into_function)
8325 (insert_hp_step_resume_breakpoint_at_frame)
8326 (insert_step_resume_breakpoint_at_caller): Likewise.
8327 * linespec.c (create_sals_line_offset, decode_digits_ordinary)
8328 (symbol_to_sal): Likewise.
8329 * probe.c (parse_probes_in_pspace): Remove init_sal reference.
8330 * python/py-frame.c (frapy_find_sal): Move sal declaration closer
8331 to its initialization.
8332 * reverse.c (save_bookmark_command): Use new/delete. Remove
8333 init_sal references. Move declarations closer to initializations.
8334 * source.c (get_current_source_symtab_and_line): Remove brace
8335 initialization.
8336 (set_current_source_symtab_and_line): Now takes the sal by const
8337 reference. Remove brace initialization.
8338 (line_info): Remove init_sal reference.
8339 * source.h (set_current_source_symtab_and_line): Now takes a
8340 symtab_and_line via const reference.
8341 * stack.c (set_current_sal_from_frame): Adjust.
8342 (print_frame_info): Adjust.
8343 (get_last_displayed_sal): Return the sal via function return
8344 instead of via output parameter. Simplify.
8345 (frame_info): Adjust.
8346 * stack.h (get_last_displayed_sal): Return the sal via function
8347 return instead of via output parameter.
8348 * symtab.c (init_sal): Delete.
8349 (find_pc_sect_line): Remove init_sal references. Move
8350 declarations closer to initializations.
8351 (find_function_start_sal): Remove init_sal references. Move
8352 declarations closer to initializations.
8353 * symtab.h (struct symtab_and_line): In-class initialize all
8354 fields.
8355 * tracepoint.c (set_traceframe_context)
8356 (print_one_static_tracepoint_marker): Remove init_sal references.
8357 Move declarations closer to initializations.
8358 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Adjust.
8359 * tui/tui-stack.c (tui_show_frame_info): Adjust. Move
8360 declarations closer to initializations.
8361 * tui/tui-winsource.c (tui_update_source_window_as_is): Remove
8362 init_sal references. Adjust.
8363
8364 2017-09-04 Pedro Alves <palves@redhat.com>
8365
8366 * ax-gdb.c (agent_command_1): Use range-for.
8367 * break-catch-throw.c (re_set_exception_catchpoint): Update.
8368 * breakpoint.c: Include "common/array-view.h".
8369 (init_breakpoint_sal, create_breakpoint_sal): Change sals
8370 parameter from struct symtabs_and_lines to
8371 array_view<symtab_and_line>. Adjust. Use range-for. Update.
8372 (breakpoint_sals_to_pc): Change sals parameter from struct
8373 symtabs_and_lines to std::vector reference.
8374 (check_fast_tracepoint_sals): Change sals parameter from struct
8375 symtabs_and_lines to std::array_view. Use range-for.
8376 (decode_static_tracepoint_spec): Return a std::vector instead of
8377 symtabs_and_lines. Update.
8378 (create_breakpoint): Update.
8379 (break_range_command, until_break_command, clear_command): Update.
8380 (base_breakpoint_decode_location, bkpt_decode_location)
8381 (bkpt_probe_create_sals_from_location)
8382 (bkpt_probe_decode_location, tracepoint_decode_location)
8383 (tracepoint_probe_decode_location)
8384 (strace_marker_create_sals_from_location): Return a std::vector
8385 instead of symtabs_and_lines.
8386 (strace_marker_create_breakpoints_sal): Update.
8387 (strace_marker_decode_location): Return a std::vector instead of
8388 symtabs_and_lines. Update.
8389 (update_breakpoint_locations): Change struct symtabs_and_lines
8390 parameters to gdb::array_view. Adjust.
8391 (location_to_sals): Return a std::vector instead of
8392 symtabs_and_lines. Update.
8393 (breakpoint_re_set_default): Use std::vector instead of struct
8394 symtabs_and_lines.
8395 (decode_location_default): Return a std::vector instead of
8396 symtabs_and_lines. Update.
8397 * breakpoint.h: Include "common/array-view.h".
8398 (struct breakpoint_ops) <decode_location>: Now returns a
8399 std::vector instead of returning a symtabs_and_lines via output
8400 parameter.
8401 (update_breakpoint_locations): Change sals parameters to use
8402 gdb::array_view.
8403 * cli/cli-cmds.c (edit_command, list_command): Update to use
8404 std::vector and gdb::array_view.
8405 (ambiguous_line_spec): Adjust to use gdb::array_view and
8406 range-for.
8407 (compare_symtabs): Rename to ...
8408 (cmp_symtabs): ... this. Change parameters to symtab_and_line
8409 const reference and adjust.
8410 (filter_sals): Rewrite using std::vector and standard algorithms.
8411 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Simplify.
8412 (jump_command): Update to use std::vector.
8413 * linespec.c (struct linespec_state) <canonical_names>: Update
8414 comment.
8415 (add_sal_to_sals_basic): Delete.
8416 (add_sal_to_sals, filter_results, convert_results_to_lsals)
8417 (decode_line_2, create_sals_line_offset)
8418 (convert_address_location_to_sals, convert_linespec_to_sals)
8419 (convert_explicit_location_to_sals, parse_linespec)
8420 (event_location_to_sals, decode_line_full, decode_line_1)
8421 (decode_line_with_current_source)
8422 (decode_line_with_last_displayed, decode_objc)
8423 (decode_digits_list_mode, decode_digits_ordinary, minsym_found)
8424 (linespec_result::~linespec_result): Adjust to use std::vector
8425 instead of symtabs_and_lines.
8426 * linespec.h (linespec_sals::sals): Now a std::vector.
8427 (struct linespec_result): Use std::vector, bool, and in-class
8428 initialization.
8429 (decode_line_1, decode_line_with_current_source)
8430 (decode_line_with_last_displayed): Return std::vector.
8431 * macrocmd.c (info_macros_command): Use std::vector.
8432 * mi/mi-main.c (mi_cmd_trace_find): Use std::vector.
8433 * probe.c (parse_probes_in_pspace, parse_probes): Adjust to use
8434 std::vector.
8435 * probe.h (parse_probes): Return a std::vector.
8436 * python/python.c (gdbpy_decode_line): Use std::vector and
8437 gdb::array_view.
8438 * source.c (select_source_symtab, line_info): Use std::vector.
8439 * stack.c (func_command): Use std::vector.
8440 * symtab.h (struct symtabs_and_lines): Delete.
8441 * tracepoint.c (tfind_line_command, scope_info): Use std::vector.
8442
8443 2017-09-04 Pedro Alves <palves@redhat.com>
8444
8445 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
8446 unittests/array-view-selftests.c.
8447 (SUBDIR_UNITTESTS_OBS): Add array-view-selftests.o.
8448 * common/array-view.h: New file.
8449 * unittests/array-view-selftests.c: New file.
8450
8451 2017-09-04 Pedro Alves <palves@redhat.com>
8452
8453 * cli/cli-cmds.c (edit_command): Pass message to
8454 ambiguous_line_spec.
8455 (list_command): Pass message to ambiguous_line_spec. Say
8456 "first"/"last" instead of "start" and "end" to be consistent with
8457 the manual.
8458 (ambiguous_line_spec): Add 'format' and vararg parameters. Use
8459 them to print formatted message.
8460
8461 2017-09-04 Pedro Alves <palves@redhat.com>
8462
8463 * btrace.c (ftrace_add_pt): Pass btrace_insn to
8464 ftrace_update_insns by reference instead of pointer.
8465
8466 2017-09-04 Yao Qi <yao.qi@linaro.org>
8467
8468 * i386-go32-tdep.c: Include x86-xstate.h.
8469 (i386_go32_init_abi): Call i386_target_description.
8470 * i386-tdep.c (i386_target_description): Return tdesc_i386_mmx
8471 if xcr0 is X86_XSTATE_X87_MASK.
8472 * i386-tdep.h (tdesc_i386): Remove the declaration.
8473 (tdesc_i386_mmx): Likewise.
8474
8475 2017-09-04 Yao Qi <yao.qi@linaro.org>
8476
8477 * i386-fbsd-tdep.c (i386fbsd_core_read_xcr0): Return
8478 X86_XSTATE_SSE_MASK instead of 0.
8479
8480 2017-09-04 Yao Qi <yao.qi@linaro.org>
8481
8482 * amd64-fbsd-nat.c (amd64fbsd_read_description): Call
8483 i386_target_description.
8484 * i386-fbsd-nat.c (i386fbsd_read_description): Call
8485 i386_target_description.
8486 * i386-tdep.c (i386_gdbarch_init): Likewise.
8487
8488 2017-09-04 Yao Qi <yao.qi@linaro.org>
8489
8490 * amd64-darwin-tdep.c: Include "x86-xstate.h".
8491 (x86_darwin_init_abi_64): Call amd64_target_description.
8492 * amd64-dicos-tdep.c: Likewise.
8493 * amd64-fbsd-nat.c: Likewise.
8494 * amd64-fbsd-tdep.c: Likewise.
8495 * amd64-nbsd-tdep.c: Likewise.
8496 * amd64-obsd-tdep.c: Likewise.
8497 * amd64-sol2-tdep.c: Likewise.
8498 * amd64-windows-tdep.c: Likewise.
8499 * amd64-tdep.h (tdesc_amd64): Remove the declaration.
8500
8501 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8502
8503 * btrace.h (btrace_insn_s, DEF_VEC_O (btrace_insn_s)): Remove.
8504 (btrace_function) <insn>: Change type to use std::vector.
8505 * btrace.c (ftrace_debug, ftrace_call_num_insn,
8506 ftrace_find_call, ftrace_new_gap, ftrace_update_function,
8507 ftrace_update_insns, ftrace_compute_global_level_offset,
8508 btrace_stitch_bts, btrace_clear, btrace_insn_get,
8509 btrace_insn_end, btrace_insn_next, btrace_insn_prev): Adjust to
8510 change to std::vector.
8511 (ftrace_update_insns): Adjust to change to std::vector, change
8512 type of INSN parameter.
8513 (btrace_compute_ftrace_bts): Adjust call to ftrace_update_insns.
8514 * record-btrace.c (btrace_call_history_insn_range,
8515 btrace_compute_src_line_range,
8516 record_btrace_frame_prev_register): Adjust to change to
8517 std::vector.
8518 * python/py-record-btrace.c (recpy_bt_func_instructions): Adjust
8519 to change to std::vector.
8520
8521 2017-09-03 Tom Tromey <tom@tromey.com>
8522
8523 * corefile.c (reopen_exec_file): Use std::string.
8524
8525 2017-09-03 Tom Tromey <tom@tromey.com>
8526
8527 * compile/compile.c (compile_register_name_mangled): Return
8528 std::string.
8529 * compile/compile-loc2c.c (pushf_register_address): Update.
8530 (pushf_register): Update.
8531 * compile/compile-c-types.c (convert_array): Update.
8532 * compile/compile-c-symbols.c (generate_vla_size): Update.
8533 (error_symbol_once): Use a gdb::unique_xmalloc_ptr.
8534 (symbol_substitution_name): Return a gdb::unique_xmalloc_ptr.
8535 (convert_one_symbol): Update.
8536 (generate_c_for_for_one_variable): Update.
8537 * compile/compile-c-support.c (c_get_range_decl_name): Return a
8538 std::string.
8539 (generate_register_struct): Update.
8540 * compile/compile-internal.h (c_get_range_decl_name): Return a
8541 std::string.
8542 (compile_register_name_mangled): Return std::string.
8543
8544 2017-09-03 Tom Tromey <tom@tromey.com>
8545
8546 * utils.c (perror_string): Return a std::string.
8547 (throw_perror_with_name, perror_warning_with_name): Update.
8548
8549 2017-09-03 Tom Tromey <tom@tromey.com>
8550
8551 * demangle.c (demangle_command): Use std::string,
8552 unique_xmalloc_ptr.
8553
8554 2017-09-03 Tom Tromey <tom@tromey.com>
8555
8556 * cli/cli-setshow.c (do_set_command): Use std::string.
8557
8558 2017-09-03 Tom Tromey <tom@tromey.com>
8559
8560 * cli/cli-cmds.c (cd_command): Use gdb::unique_xmalloc_ptr.
8561
8562 2017-09-03 Tom Tromey <tom@tromey.com>
8563
8564 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use std::string.
8565
8566 2017-09-03 Tom Tromey <tom@tromey.com>
8567
8568 * mi/mi-cmd-env.c (env_execute_cli_command): Use
8569 gdb::unique_xmalloc_ptr.
8570
8571 2017-09-03 Tom Tromey <tom@tromey.com>
8572
8573 * thread.c (print_thread_info_1): Use string_printf.
8574 (thread_apply_command, thread_apply_all_command): Use
8575 std::string.
8576
8577 2017-09-03 Tom Tromey <tom@tromey.com>
8578
8579 * valprint.c (val_print_string): Update.
8580 * gdbcore.h (memory_error_message): Return std::string.
8581 * corefile.c (memory_error_message): Return std::string.
8582 (memory_error): Update.
8583 * breakpoint.c (insert_bp_location): Update.
8584
8585 2017-09-03 Simon Marchi <simon.marchi@ericsson.com>
8586
8587 * target/waitstatus.h (target_waitstatus_to_string): Change
8588 return type to std::string.
8589 * target/waitstatus.c (target_waitstatus_to_string): Return
8590 std::string.
8591 * target.h (target_waitstatus_to_string): Remove declaration.
8592 * infrun.c (resume, clear_proceed_status_thread,
8593 print_target_wait_results, do_target_wait, save_waitstatus,
8594 stop_all_threads): Adjust.
8595 * record-btrace.c (record_btrace_wait): Adjust.
8596 * target-debug.h
8597 (target_debug_print_struct_target_waitstatus_p): Adjust.
8598
8599 2017-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8600
8601 PR gdb/22046
8602 * nat/linux-procfs.c (parse_proc_status_state): Fix PROC_STATE_STOPPED
8603 detection.
8604
8605 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8606
8607 * NEWS (Changes since GDB 8.0): Add entry mentioning new support
8608 for setting/unsetting environment variables on the remote target.
8609 (New remote packets): Add entries for QEnvironmentHexEncoded,
8610 QEnvironmentUnset and QEnvironmentReset.
8611 * common/environ.c (gdb_environ::operator=): Extend method to
8612 handle m_user_set_env_list and m_user_unset_env_list.
8613 (gdb_environ::clear): Likewise.
8614 (match_var_in_string): Change type of first parameter from 'char
8615 *' to 'const char *'.
8616 (gdb_environ::set): Extend method to handle
8617 m_user_set_env_list and m_user_unset_env_list.
8618 (gdb_environ::unset): Likewise.
8619 (gdb_environ::clear_user_set_env): New method.
8620 (gdb_environ::user_set_envp): Likewise.
8621 (gdb_environ::user_unset_envp): Likewise.
8622 * common/environ.h (gdb_environ): Handle m_user_set_env_list and
8623 m_user_unset_env_list on move constructor/assignment.
8624 (unset): Add new default parameter 'update_unset_list = true'.
8625 (clear_user_set_env): New method.
8626 (user_set_envp): Likewise.
8627 (user_unset_envp): Likewise.
8628 (m_user_set_env_list): New std::set.
8629 (m_user_unset_env_list): Likewise.
8630 * common/rsp-low.c (hex2str): New function.
8631 (bin2hex): New overload for bin2hex function.
8632 * common/rsp-low.c (hex2str): New prototype.
8633 (str2hex): New overload prototype.
8634 * remote.c: Include "environ.h". Add QEnvironmentHexEncoded,
8635 QEnvironmentUnset and QEnvironmentReset.
8636 (remote_protocol_features): Add QEnvironmentHexEncoded,
8637 QEnvironmentUnset and QEnvironmentReset packets.
8638 (send_environment_packet): New function.
8639 (extended_remote_environment_support): Likewise.
8640 (extended_remote_create_inferior): Call
8641 extended_remote_environment_support.
8642 (_initialize_remote): Add QEnvironmentHexEncoded,
8643 QEnvironmentUnset and QEnvironmentReset packet configs.
8644 * unittests/environ-selftests.c (gdb_selftest_env_var):
8645 New variable.
8646 (test_vector_initialization): New function.
8647 (test_init_from_host_environ): Likewise.
8648 (test_reinit_from_host_environ): Likewise.
8649 (test_set_A_unset_B_unset_A_cannot_find_A_can_find_B):
8650 Likewise.
8651 (test_unset_set_empty_vector): Likewise.
8652 (test_vector_clear): Likewise.
8653 (test_std_move): Likewise.
8654 (test_move_constructor):
8655 (test_self_move): Likewise.
8656 (test_set_unset_reset): Likewise.
8657 (run_tests): Rewrite in terms of the functions above.
8658
8659 2017-08-31 Weimin Pan <weimin.pan@oracle.com>
8660
8661 * sparc64-tdep.c (adi_stat_t): Fix comment formatting.
8662 (adi_available): Use a temp variable of type CORE_ADDR as argument
8663 3 when calling target_auxv_search.
8664 (adi_normalize_address): Use masks and xor operators to calculate
8665 normalized address.
8666 (adi_read_versions, adi_write_versions, adi_print_versions)
8667 (do_examine, do_assign): Use paddress.
8668
8669 2017-08-29 John Baldwin <jhb@FreeBSD.org>
8670
8671 * mips-fbsd-nat.c (getfpregs_supplies): Return true for FIR.
8672 * mips-fbsd-tdep.c (mips_fbsd_supply_fpregs): Split supply of FSR
8673 out of loop and add supply of FIR.
8674 (mips_fbsd_collect_fpregs): Split collect of FSR out of loop and
8675 add collect of FIR.
8676
8677 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8678
8679 PR gdb/21827
8680 * cli/cli-script.c (define_command): Don't convert command name
8681 to lower case.
8682
8683 2017-08-25 Joel Brobecker <brobecker@adacore.com>
8684
8685 * ada-lang.c (ada_lookup_struct_elt_type): Remove parameter "dispp".
8686 Update all callers accordingly. Remove all code blocks handling
8687 the case where DISPP is not NULL.
8688
8689 2017-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8690
8691 PR symtab/22003
8692 * dwarf2read.c (dwarf2_const_value_attr, dump_die_shallow)
8693 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
8694 (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_implicit_const.
8695
8696 2017-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8697
8698 * dwarf2read.c (build_type_psymtabs_reader): New prototype.
8699 (process_psymtab_comp_unit): Accept IS_DEBUG_TYPES.
8700 (read_comp_units_from_section): New parameter abbrev_section, use
8701 read_and_check_comp_unit_head, allocate signatured_type if needed.
8702 (create_all_comp_units): Update read_comp_units_from_section caller.
8703
8704 2017-08-23 Pedro Alves <palves@redhat.com>
8705
8706 PR remote/21852
8707 * remote.c (add_current_inferior_and_thread): Set inferior_ptid
8708 to null_ptid and switch to thread without reading the registers
8709 after adding the inferior.
8710
8711 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8712
8713 * NEWS (Changes since GDB 8.0): Add set compile-gcc and show
8714 compile-gcc.
8715 * compile/compile.c (compile_gcc, show_compile_gcc): New.
8716 (compile_to_object): Implement compile_gcc.
8717 (_initialize_compile): Install "set compile-gcc". Initialize
8718 compile_gcc.
8719
8720 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8721
8722 * compile/compile.c (compile_to_object): Conditionally call
8723 set_verbose. Conditionally call compile or compile_v0.
8724
8725 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8726
8727 * sparc64-tdep.h: (adi_normalize_address): New export.
8728 * sparc-nat.h: (open_adi_tag_fd): New export.
8729 * sparc64-linux-nat.c: (open_adi_tag_fd): New function.
8730 * sparc64-linux-tdep.c:
8731 (SEGV_ACCADI, SEGV_ADIDERR, SEGV_ADIPERR) New defines.
8732 (sparc64_linux_handle_segmentation_fault): New function.
8733 (sparc64_linux_init_abi): Register
8734 sparc64_linux_handle_segmentation_fault
8735 * sparc64-tdep.c: Include cli-utils.h,gdbcmd.h,auxv.h.
8736 (sparc64_addr_bits_remove): New function.
8737 (sparc64_init_abi): Register sparc64_addr_bits_remove.
8738 (MAX_PROC_NAME_SIZE): New macro.
8739 (AT_ADI_BLKSZ, AT_ADI_NBITS, AT_ADI_UEONADI) New defines.
8740 (sparc64adilist): New variable.
8741 (adi_proc_list): New variable.
8742 (find_adi_info): New function.
8743 (add_adi_info): New function.
8744 (get_adi_info_proc): New function.
8745 (get_adi_info): New function.
8746 (info_adi_command): New function.
8747 (read_maps_entry): New function.
8748 (adi_available): New function.
8749 (adi_normalize_address): New function.
8750 (adi_align_address): New function.
8751 (adi_convert_byte_count): New function.
8752 (adi_tag_fd): New function.
8753 (adi_is_addr_mapped): New function.
8754 (adi_read_versions): New function.
8755 (adi_write_versions): New function.
8756 (adi_print_versions): New function.
8757 (do_examine): New function.
8758 (do_assign): New function.
8759 (adi_examine_command): New function.
8760 (adi_assign_command): New function.
8761 (_initialize_sparc64_adi_tdep): New function.
8762
8763 2017-08-22 Simon Marchi <simon.marchi@ericsson.com>
8764
8765 * breakpoint.c (breakpoints_info): Rename to ...
8766 (info_breakpoints_command): ... this.
8767 (watchpoints_info): Rename to ...
8768 (info_watchpoints_command): ... this.
8769 (tracepoints_info): Rename to ...
8770 (info_tracepoints_command): ... this.
8771 (_initialize_breakpoint): Adjust.
8772 * dcache.c (dcache_info): Rename to ...
8773 (info_display_command): ... this.
8774 (_initialize_dcache): Adjust.
8775 * frame.h (args_info): Rename to ...
8776 (info_args_command): ... this.
8777 (locals_info): Rename to ...
8778 (info_locals_command): ... this.
8779 * infcmd.c (nofp_registers_info): Rename to ...
8780 (info_registers_command): ... this.
8781 (float_info): Rename to ...
8782 (info_float_command): ... this.
8783 (program_info): Rename to ...
8784 (info_program_command): ... this.
8785 (all_registers_info): Rename to ...
8786 (info_all_registers_command): ... this.
8787 (vector_info): Rename to ...
8788 (info_vector_command): ... this.
8789 (float_info): Rename to ...
8790 (info_float_command): ... this.
8791 (_initialize_infcmd): Adjust.
8792 * inferior.h (term_info): Rename to ...
8793 (info_terminal_command): ... this.
8794 * inflow.c (term_info): Rename to ...
8795 (info_terminal_command): ... this.
8796 (_initialize_inflow): Adjust.
8797 * infrun.c (signals_info): Rename to ...
8798 (info_signals_command): ... this.
8799 (_initialize_infrun): Adjust.
8800 * objc-lang.c (classes_info): Rename to ...
8801 (info_classes_command): ... this.
8802 (selectors_info): Rename to ...
8803 (info_selectors_command): ... this.
8804 (_initialize_objc_language): Adjust.
8805 * printcmd.c (sym_info): Rename to ...
8806 (info_symbol_command): ... this.
8807 (address_info): Rename to ...
8808 (info_address_command): ... this.
8809 (display_info): Rename to ...
8810 (info_display_command): ... this.
8811 (_initialize_printcmd): Adjust.
8812 * reverse.c (bookmarks_info): Rename to ...
8813 (info_breakpoints_command): ... this.
8814 (_initialize_reverse): Adjust.
8815 * ser-go32.c (dos_info): Rename to ...
8816 (info_serial_command): ... this.
8817 (_initialize_ser_dos): Adjust.
8818 * skip.c (skip_info): Rename to ...
8819 (info_skip_command): ... this.
8820 (_initialize_step_skip): Adjust.
8821 * source.c (line_info): Rename to ...
8822 (info_line_command): ... this.
8823 (source_info): Rename to ...
8824 (info_source_command)
8825 * stack.c (frame_info): Rename to ...
8826 (info_frame_command): ... this.
8827 (locals_info): Rename to ...
8828 (info_locals_command): ... this.
8829 (args_info): Rename to ...
8830 (info_args_command): ... this.
8831 (_initialize_stack): Adjust.
8832 * symtab.c (sources_info): Rename to ...
8833 (info_sources_command): ... this.
8834 (variables_info): Rename to ...
8835 (info_variables_command): ... this.
8836 (functions_info): Rename to ...
8837 (info_functions_command): ... this.
8838 (types_info): Rename to ...
8839 (info_types_command): ... this.
8840 (_initialize_symtab): Adjust.
8841 * target.c (target_info): Rename to ...
8842 (info_target_command): ... this.
8843 (initialize_targets): Adjust.
8844 * tracepoint.c (tvariables_info): Rename to ...
8845 (info_tvariables_command): ... this.
8846 (scope_info): Rename to ...
8847 (info_scope_command): ... this.
8848 (trace_dump_actions): Adjust.
8849 (_initialize_tracepoint): Adjust.
8850
8851 2017-08-22 Tom Tromey <tom@tromey.com>
8852
8853 * breakpoint.h (install_breakpoint): Update.
8854 * breakpoint.c (add_solib_catchpoint): Update.
8855 (install_breakpoint): Change argument to a std::unique_ptr.
8856 (create_fork_vfork_event_catchpoint): Use std::unique_ptr.
8857 (create_breakpoint_sal, create_breakpoint): Update.
8858 (watch_command_1, catch_exec_command_1)
8859 (strace_marker_create_breakpoints_sal): Use std::unique_ptr.
8860 (add_to_breakpoint_chain): Change argument to a std::unique_ptr.
8861 Return the breakpoint.
8862 (set_raw_breakpoint_without_location, set_raw_breakpoint)
8863 (new_single_step_breakpoint): Update.
8864 * break-catch-throw.c (handle_gnu_v3_exceptions): Use
8865 std::unique_ptr.
8866 * break-catch-syscall.c (create_syscall_event_catchpoint): Use
8867 std::unique_ptr.
8868 * break-catch-sig.c (create_signal_catchpoint): Use
8869 std::unique_ptr.
8870 * ada-lang.c (create_ada_exception_catchpoint): Use
8871 std::unique_ptr.
8872
8873 2017-08-22 Tom Tromey <tom@tromey.com>
8874
8875 * breakpoint.c (add_solib_catchpoint): Use std::unique_ptr.
8876
8877 2017-08-22 Tom Tromey <tom@tromey.com>
8878
8879 * psymtab.c (psymtab_search_name): Return a unique_xmalloc_ptr.
8880 (lookup_partial_symbol): Update.
8881
8882 2017-08-22 Tom Tromey <tom@tromey.com>
8883
8884 * source.h (rewrite_source_path): Return a unique_xmalloc_ptr.
8885 * source.c (rewrite_source_path): Return a unique_xmalloc_ptr.
8886 (find_and_open_source, symtab_to_fullname): Update.
8887 * psymtab.c (psymtab_to_fullname): Update.
8888
8889 2017-08-22 Tom Tromey <tom@tromey.com>
8890
8891 * exec.c (exec_file_attach): Update.
8892 * linux-thread-db.c (try_thread_db_load): Update.
8893 * guile/scm-safe-call.c (gdbscm_safe_source_script): Update.
8894 * utils.c (gdb_realpath): Change return type.
8895 (gdb_realpath_keepfile): Update.
8896 (gdb_realpath_check_trailer, gdb_realpath_tests): New functions.
8897 (_initialize_utils): Register the new self test.
8898 * source.c (openp): Update.
8899 (find_and_open_source): Update.
8900 * nto-tdep.c (nto_find_and_open_solib): Update.
8901 * main.c (set_gdb_data_directory): Update.
8902 (captured_main_1): Update.
8903 * dwarf2read.c (dwarf2_get_dwz_file): Update
8904 (dw2_map_symbol_filenames): Update.
8905 * auto-load.c (auto_load_safe_path_vec_update): Update.
8906 (filename_is_in_auto_load_safe_path_vec): Change type of
8907 "filename_realp".
8908 (auto_load_objfile_script): Update.
8909 (file_is_auto_load_safe): Update. Use std::string.
8910 * utils.h (gdb_realpath): Return a gdb::unique_xmalloc_ptr.
8911
8912 2017-08-22 Tom Tromey <tom@tromey.com>
8913
8914 * utils.c (gdb_realpath_keepfile): Return a
8915 gdb::unique_xmalloc_ptr.
8916 * exec.c (exec_file_attach): Update.
8917 * utils.h (gdb_realpath_keepfile): Return a
8918 gdb::unique_xmalloc_ptr.
8919
8920 2017-08-22 Tom Tromey <tom@tromey.com>
8921
8922 * compile/compile.c (compile_file_command): Use
8923 gdb::unique_xmalloc_ptr, std::string.
8924 * utils.c (gdb_abspath): Change return type.
8925 * source.c (openp): Update.
8926 * objfiles.c (allocate_objfile): Update.
8927 * main.c (set_gdb_data_directory): Update.
8928 * utils.h (gdb_abspath): Return a gdb::unique_xmalloc_ptr.
8929
8930 2017-08-22 Zhouyi Zhou <zhouzhouyi@gmail.com>
8931
8932 * cli-cmds.c (list_commands): List actual code around more than
8933 one location.
8934
8935 2017-08-21 John Baldwin <jhb@FreeBSD.org>
8936
8937 * fbsd-nat.c (fbsd_add_threads): Use array type for `lwps'.
8938
8939 2017-08-21 Pedro Alves <palves@redhat.com>
8940
8941 PR gdb/19487
8942 * c-exp.y (variable production): Handle function aliases.
8943 * minsyms.c (msymbol_is_text): New function.
8944 * minsyms.h (msymbol_is_text): Declare.
8945 * symtab.c (find_function_alias_target): New function.
8946 * symtab.h (find_function_alias_target): Declare.
8947
8948 2017-08-21 Pedro Alves <palves@redhat.com>
8949
8950 * eval.c (evaluate_subexp_standard) <OP_TYPE>: Don't dig past
8951 typedefs.
8952 * typeprint.c (whatis_exp): If handling "whatis", and expression
8953 is OP_TYPE, strip one typedef level. Otherwise don't strip
8954 typedefs here.
8955 * valops.c (value_cast): Save "to" type before resolving
8956 stubs/typedefs. Use that type as resulting value's type.
8957
8958 2017-08-18 Tom Tromey <tom@tromey.com>
8959 Pedro Alves <palves@redhat.com>
8960
8961 * spu-multiarch.c (parse_spufs_run): Use scoped_restore.
8962 * sol-thread.c (sol_thread_resume, sol_thread_wait)
8963 (sol_thread_xfer_partial, rw_common): Use scoped_restore.
8964 * procfs.c (procfs_do_thread_registers): Use scoped_restore.
8965 * proc-service.c (ps_xfer_memory): Use scoped_restore.
8966 * linux-tdep.c (linux_corefile_thread): Remove a cleanup.
8967 (linux_get_siginfo_data): Add "thread" argument. Use
8968 scoped_restore.
8969 * linux-nat.c (linux_child_follow_fork)
8970 (check_stopped_by_watchpoint): Use scoped_restore.
8971 * infrun.c (displaced_step_prepare_throw, write_memory_ptid)
8972 (THREAD_STOPPED_BY, handle_signal_stop): Use scoped_restore.
8973 (restore_inferior_ptid, save_inferior_ptid): Remove.
8974 * btrace.c (btrace_fetch): Use scoped_restore.
8975 * bsd-uthread.c (bsd_uthread_fetch_registers)
8976 (bsd_uthread_store_registers): Use scoped_restore.
8977 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
8978 scoped_restore.
8979 * aix-thread.c (aix_thread_resume, aix_thread_wait)
8980 (aix_thread_xfer_partial): Use scoped_restore.
8981 * inferior.h (save_inferior_ptid): Remove.
8982
8983 2017-08-18 Yao Qi <yao.qi@linaro.org>
8984
8985 PR tdep/21818
8986 * arm-tdep.c (gdb_print_insn_arm): Mark
8987 USER_SPECIFIED_MACHINE_TYPE if exec_bfd isn't NULL.
8988
8989 2017-08-18 Yao Qi <yao.qi@linaro.org>
8990
8991 * NEWS: Mention GDBserver's new option "--selftest".
8992 * Makefile.in (SFILES): Remove selftest.c, add common/selftest.c.
8993 * selftest.c: Move it to common/selftest.c.
8994 * selftest.h: Move it to common/selftest.h.
8995 * selftest-arch.c (reset): New function.
8996 (tests_with_arch): Call reset.
8997
8998 2017-08-18 Yao Qi <yao.qi@linaro.org>
8999
9000 * selftest.c (run_tests): Don't call QUIT. Call debug_printf
9001 instead of exception_fprintf and printf_filtered.
9002
9003 2017-08-18 Yao Qi <yao.qi@linaro.org>
9004
9005 * selftest.c (register_self_test): Rename it to
9006 selftests::register_test.
9007 (run_self_tests): selftest::run_tests.
9008 * selftest.h: Update declarations.
9009 * selftest-arch.c (register_self_test_foreach_arch): Rename it to
9010 selftests::register_test_foreach_arch.
9011 * selftest-arch.h: Update declaration.
9012 * aarch64-tdep.c: Update.
9013 * arm-tdep.c: Likewise.
9014 * disasm-selftests.c: Likewise.
9015 * dwarf2loc.c: Likewise.
9016 * dwarf2-frame.c: Likewise.
9017 * findvar.c: Likewise.
9018 * gdbarch-selftests.c: Likewise.
9019 * maint.c (maintenance_selftest): Likewise.
9020 * regcache.c: Likewise.
9021 * rust-exp.y: Likewise.
9022 * selftest-arch.c: Likewise.
9023 * unittests/environ-selftests.c: Likewise.
9024 * unittests/function-view-selftests.c: Likewise.
9025 * unittests/offset-type-selftests.c: Likewise.
9026 * unittests/optional-selftests.c: Likewise.
9027 * unittests/scoped_restore-selftests.c: Likewise.
9028 * utils-selftests.c: Likewise.
9029
9030 2017-08-17 Pedro Alves <palves@redhat.com>
9031
9032 * cli/cli-cmds.c (source_command): Delete 'old_source_verbose'
9033 local.
9034
9035 2017-08-17 Pedro Alves <palves@redhat.com>
9036
9037 * dwarf2read.c (struct dwarf2_cu) <line_header_die_owner>: New
9038 field.
9039 (reset_die_in_process): Delete, replaced by ...
9040 (process_die_scope): ... this new class. Make it responsible for
9041 freeing cu->line_header too.
9042 (process_die): Use process_die_scope.
9043 (handle_DW_AT_stmt_list): Record the line header's owner CU/DIE in
9044 cu->line_header_die_owner. Don't release the line header if it's
9045 owned by the CU.
9046 (setup_type_unit_groups): Make the CU/DIE own the line header.
9047 Don't release the line header here.
9048
9049 2017-08-17 Alex Lindsay <alexlindsay239@gmail.com> (tiny change)
9050
9051 * elfread.c (elf_read_minimal_symbols): xfree synthsyms.
9052
9053 2017-08-17 Ruslan Kabatsayev <b7.10110111@gmail.com>
9054
9055 * NEWS: Mention new shortcuts for nexti and stepi in TUI
9056 Single-Key mode
9057
9058 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
9059
9060 * tui/tui.c (tui_commands): Add "nexti" and "stepi" to the Single-Key
9061 mode command list.
9062
9063 2017-08-15 Stafford Horne <shorne@gmail.com>
9064
9065 * MAINTAINERS (Write After Approval): Add Stafford Horne.
9066
9067 2017-08-15 Stafford Horne <shorne@gmail.com>
9068
9069 * xtensa-tdep.c (xtensa_init_reggroups): Use xstrdup for cpname.
9070
9071 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9072
9073 PR gdb/21954
9074 * infcmd.c (unset_environment_command): Use the 'clear' method on
9075 the environment instead of resetting it.
9076
9077 2017-08-15 John Baldwin <jhb@FreeBSD.org>
9078
9079 * fbsd-nat.c (fbsd_convert_siginfo): Fix compile on big-endian
9080 platforms.
9081
9082 2017-08-14 Tom Tromey <tom@tromey.com>
9083
9084 * valprint.c (print_octal_chars): Use HOST_CHAR_BIT.
9085 (print_binary_chars): Likewise.
9086 (BITS_IN_BYTES): Remove.
9087
9088 2017-08-14 Tom Tromey <tom@tromey.com>
9089
9090 PR gdb/21675
9091 * valprint.c (LOW_ZERO): Change value to 034.
9092 (print_octal_chars): Add static_asserts for octal constants.
9093 * printcmd.c (print_scalar_formatted): Add 'd' case.
9094
9095 2017-08-11 Tom Tromey <tom@tromey.com>
9096
9097 * symfile.c (add_symbol_file_command): Use std::vector.
9098
9099 2017-08-14 Tom Tromey <tom@tromey.com>
9100
9101 * break-catch-throw.c (handle_gnu_v3_exceptions): Use std::move.
9102 * break-catch-syscall.c (create_syscall_event_catchpoint): Use
9103 std::move.
9104 * break-catch-sig.c (create_signal_catchpoint): Use std::move.
9105
9106 2017-08-11 Pedro Alves <palves@redhat.com>
9107
9108 * infrun.c (process_event_stop_test): Adjust
9109 function_name_is_marked_for_skip call.
9110 * skip.c: Include <list>.
9111 (skiplist_entry): Make it a class with private fields, and
9112 getters/setters.
9113 (skiplist_entry_chain): Delete.
9114 (skiplist_entries): New.
9115 (skiplist_entry_count): Delete.
9116 (highest_skiplist_entry_num): New.
9117 (ALL_SKIPLIST_ENTRIES, ALL_SKIPLIST_ENTRIES_SAFE): Delete.
9118 (add_skiplist_entry): Delete.
9119 (skiplist_entry::skiplist_entry): New.
9120 (skiplist_entry::add_entry): New.
9121 (skip_file_command, skip_function): Adjust.
9122 (compile_skip_regexp): Delete.
9123 (skip_command): Don't compile regexp here. Adjust to use
9124 skiplist_entry::add_entry.
9125 (skip_info): Adjust to use range-for and getters.
9126 (skip_enable_command, skip_disable_command): Adjust to use
9127 range-for and setters.
9128 (skip_delete_command): Adjust to use std::list.
9129 (add_skiplist_entry): Delete.
9130 (skip_file_p): Delete, refactored as ...
9131 (skiplist_entry::do_skip_file_p): ... this new method.
9132 (skip_gfile_p): Delete, refactored as ...
9133 (skiplist_entry::do_gskip_file_p): ... this new method.
9134 (skip_function_p, skip_rfunction_p): Delete, refactored as ...
9135 (skiplist_entry::skip_function_p): ... this new method.
9136 (function_name_is_marked_for_skip): Now returns bool, and takes
9137 the function sal by const reference. Adjust to use range-for and
9138 skiplist_entry methods.
9139 (_initialize_step_skip): Remove references to
9140 skiplist_entry_chain, skiplist_entry_count.
9141 * skip.h (function_name_is_marked_for_skip): Now returns bool, and
9142 takes the function sal by const reference.
9143
9144 2017-08-11 Yao Qi <yao.qi@linaro.org>
9145
9146 * dwarf2-frame.c (clear_pointer_cleanup): Remove.
9147 (dwarf2_frame_cache): Remove reset_cache_cleanup.
9148 (dwarf2_frame_cache):
9149 * frame-unwind.c (frame_unwind_try_unwinder): Catch
9150 RETURN_MASK_ALL and set *this_case to NULL.
9151 * frame-unwind.h: Update comments.
9152
9153 2017-08-11 Yao Qi <yao.qi@linaro.org>
9154
9155 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Remove.
9156 (dwarf2_frame_state_copy_regs): Remove.
9157 (dwarf2_frame_state_free_regs): Remove.
9158 (dwarf2_frame_state::~dwarf2_frame_state): Remove.
9159 (dwarf2_restore_rule): Call method .alloc_regs instead of
9160 dwarf2_frame_state_alloc_regs.
9161 (execute_cfa_program): Likewise. Call dwarf2_frame_state_reg_info
9162 constructor. Call std::move.
9163 (dwarf2_fetch_cfa_info): Don't call dwarf2_frame_state_copy_regs.
9164 (dwarf2_frame_cache): Likewise.
9165
9166 [GDB_SELF_TEST]: Include selftest.h and
9167 selftest-arch.h.
9168 [GDB_SELF_TEST] (execute_cfa_program_test): New function.
9169 (_initialize_dwarf2_frame) [GDB_SELF_TEST]: Register
9170 execute_cfa_program_test.
9171
9172 * dwarf2-frame.h (dwarf2_frame_state_reg_info): Add ctor, dtor,
9173 copy ctor, assignment operator, move assignment.
9174 <alloc_regs>: New method.
9175 <swap>: New method.
9176 (struct dwarf2_frame_state): Delete dtor.
9177 (dwarf2_frame_state_alloc_regs): Remove declaration.
9178 * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): Don't call
9179 dwarf2_frame_state_alloc_regs, use .alloc_regs instead.
9180
9181 2017-08-11 Yao Qi <yao.qi@linaro.org>
9182
9183 * dwarf2-frame.c (dwarf2_frame_state_free): Remove.
9184 (dwarf2_frame_state::dwarf2_frame_state): New.
9185 (dwarf2_frame_state::~dwarf2_frame_state): New.
9186 (dwarf2_fetch_cfa_info): Update.
9187 (dwarf2_frame_cache): Remove old_chain. Change 'fs' to an object
9188 rather than a pointer. Update code.
9189 * dwarf2-frame.h (struct dwarf2_frame_state): Declare ctor and
9190 dtor.
9191 <data_align, code_align, retaddr_column>: Change them to const.
9192 <armcc_cfa_offsets_sf, armcc_cfa_offsets_reversed>: Change them
9193 to bool.
9194
9195 2017-08-11 Yao Qi <yao.qi@linaro.org>
9196
9197 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <exp_len>: Remove.
9198 <loc.exp>: New field.
9199 * dwarf2-frame.c (execute_cfa_program): Update.
9200 (dwarf2_frame_prev_register): Update.
9201
9202 2017-08-10 Pedro Alves <palves@redhat.com>
9203
9204 * common/gdb_unique_ptr.h (xfree_deleter<T[]>): Define.
9205
9206 2017-08-09 John Baldwin <jhb@FreeBSD.org>
9207
9208 * fbsd-nat.c (struct fbsd_fork_info): Remove.
9209 (fbsd_pending_children): Use std::list.
9210 (fbsd_remember_child): Likewise.
9211 (fbsd_is_child_pending): Likewise.
9212 (fbsd_pending_vfork_done): Use std::forward_list.
9213 (fbsd_add_vfork_done): Likewise.
9214 (fbsd_is_vfork_done_pending): Likewise.
9215 (fbsd_next_vfork_done): Likewise.
9216
9217 2017-08-09 John Baldwin <jhb@FreeBSD.org>
9218
9219 * fbsd-nat.c [HAVE_KINFO_GETVMMAP] (struct free_deleter): New.
9220 (fbsd_find_memory_regions): Use free_deleter with std::unique_ptr.
9221 [!HAVE_KINFO_GETVMMAP] (fbsd_find_memory_regions): Use std::string
9222 for `mapfilename'.
9223 (fbsd_xfer_partial): Use gdb::byte_vector.
9224 (fbsd_add_threads): Use gdb::unique_xmalloc_ptr.
9225
9226 2017-08-09 John Baldwin <jhb@FreeBSD.org>
9227
9228 * fbsd-nat.c: [!HAVE_KINFO_GETVMMAP]: Include <sys/user.h> and
9229 "filestuff.h".
9230 (fbsd_find_memory_regions): Fix `mapfile' initialization.
9231
9232 2017-08-09 Tom Tromey <tom@tromey.com>
9233
9234 * skip.c (skiplist_entry): New constructor.
9235 (skiplist_entry::enabled, skiplist_entry::function_is_regexp)
9236 (skiplist_entry::file_is_glob): Now bool.
9237 (skiplist_entry::file, skiplist_entry::function): Now
9238 std::string.
9239 (make_skip_entry): Return a unique_ptr. Use new.
9240 (free_skiplist_entry, free_skiplist_entry_cleanup)
9241 (make_free_skiplist_entry_cleanup): Remove.
9242 (skip_command, skip_disable_command, add_skiplist_entry)
9243 (skip_form_bytes, compile_skip_regexp, skip_command, skip_info)
9244 (skip_file_p, skip_gfile_p, skip_function_p, skip_rfunction_p)
9245 (function_name_is_marked_for_skip): Update.
9246 (skip_delete_command): Update. Use delete.
9247
9248 2017-08-09 Jiong Wang <jiong.wang@arm.com>
9249
9250 * aarch64-linux-tdep.c: Include "auxv.h" and "elf/common.h".
9251 (aarch64_linux_core_read_description): New function.
9252 (aarch64_linux_init_abi): Register gdbarch_core_read_description.
9253
9254 2017-08-09 Pedro Alves <palves@redhat.com>
9255
9256 * cp-name-parser.y (cp_comp_to_string): Return a
9257 gdb::unique_xmalloc_ptr<char>.
9258 * cp-support.c (replace_typedefs_qualified_name)
9259 (replace_typedefs): Adjust to use gdb::unique_xmalloc_ptr<char>.
9260 (cp_canonicalize_string_full): Use op= instead of explicit
9261 convertion.
9262 (cp_class_name_from_physname, method_name_from_physname)
9263 (cp_func_name, cp_remove_params): Adjust to use
9264 gdb::unique_xmalloc_ptr<char>.
9265 * cp-support.h (cp_comp_to_string): Return a
9266 gdb::unique_xmalloc_ptr<char>.
9267 * python/py-type.c (typy_lookup_type): Adjust to use
9268 gdb::unique_xmalloc_ptr<char>.
9269
9270 2017-08-09 H.J. Lu <hongjiu.lu@intel.com>
9271
9272 * dwarf2read.c (dwarf2_string_attr): Fix a typo.
9273
9274 2017-08-09 Alex Lindsay <alexlindsay239@gmail.com>
9275 Yao Qi <yao.qi@linaro.org>
9276
9277 * cp-support.c (cp_canonicalize_string_full): Use
9278 gdb::unique_xmalloc_ptr<char>.
9279 (cp_canonicalize_string): Likewise.
9280
9281 2017-08-09 Yao Qi <yao.qi@linaro.org>
9282
9283 * features/Makefile (WHICH): Remove i386/ non-linux stuff.
9284 * regformats/i386/amd64-avx-avx512.dat: Remove.
9285 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Remove.
9286 * regformats/i386/amd64-avx-mpx.dat:Remove.
9287 * regformats/i386/amd64-avx.dat: Remove.
9288 * regformats/i386/amd64-mpx.dat: Remove.
9289 * regformats/i386/i386-avx-avx512.dat: Remove.
9290 * regformats/i386/i386-avx-mpx-avx512-pku.dat: Remove.
9291 * regformats/i386/i386-avx-mpx.dat: Remove.
9292 * regformats/i386/i386-mmx.dat: Remove.
9293 * regformats/i386/i386-mpx.dat: Remove.
9294
9295 2017-08-09 Yao Qi <yao.qi@linaro.org>
9296
9297 * amd64-tdep.h (tdesc_x32): Remove the declaration.
9298 * amd64-tdep.c: Don't include features/i386/x32*.c.
9299 (_initialize_amd64_tdep): Don't call initialize_tdesc_x32*
9300 functions.
9301 * features/Makefile (WHICH): Remove i386/x32, i386/x32-avx,
9302 and i386/x32-avx-avx512.
9303 (XMLTOC): Remove i386/x32-avx.xml, i386/x32-avx-avx512.xml,
9304 and i386/x32.xml.
9305 * features/i386/x32-avx-avx512.c: Removed.
9306 * features/i386/x32-avx-avx512.xml: Removed.
9307 * features/i386/x32-avx.c: Removed.
9308 * features/i386/x32-avx.xml: Removed.
9309 * features/i386/x32.c: Removed.
9310 * features/i386/x32.xml: Removed.
9311 * regformats/i386/x32-avx-avx512.dat: Removed.
9312 * regformats/i386/x32-avx.dat: Removed.
9313 * regformats/i386/x32.dat: Removed.
9314
9315 2017-08-07 Maciej W. Rozycki <macro@imgtec.com>
9316
9317 PR breakpoints/21886
9318 * mem-break.c (default_memory_insert_breakpoint): Use
9319 `->placed_address' rather than `->reqstd_address' for the
9320 breakpoint location.
9321
9322 2017-08-07 Maciej W. Rozycki <macro@imgtec.com>
9323
9324 * arch-utils.c (default_print_insn): Remove arch/mach/endian
9325 assertions.
9326
9327 2017-08-07 Maciej W. Rozycki <macro@imgtec.com>
9328
9329 * gdbarch.sh (gdbarch_info): Replace the `tdep_info' member with
9330 a union of `tdep_info', `tdesc_data' and `id'.
9331 * aarch64-tdep.c (aarch64_gdbarch_init): Use `info.tdesc_data'
9332 rather than `info.tdep_info'.
9333 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
9334 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9335 * i386-tdep.c (i386_gdbarch_init): Likewise.
9336 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
9337 * mips-tdep.c (mips_gdbarch_init): Likewise.
9338 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
9339 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
9340 * ppc-linux-tdep.c (ppu2spu_sniffer): Use `info.id' rather than
9341 `info.tdep_info'.
9342 (ppc_linux_init_abi): Use `info.tdesc_data' rather than
9343 `info.tdep_info'.
9344 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
9345 * spu-multiarch.c (spu_gdbarch): Use `info.id' rather than
9346 `info.tdep_info'.
9347 * spu-tdep.c (spu_gdbarch_init): Likewise.
9348 * gdbarch.h: Regenerate.
9349
9350 2017-08-07 Leszek Swirski <leszeks@google.com>
9351
9352 PR symtab/20899
9353 * dwarf2read.c (dwarf2_string_attr): Allow DW_FORM_GNU_strp_alt.
9354
9355 2017-08-07 Simon Marchi <simon.marchi@ericsson.com>
9356
9357 * remote-sim.c (gdbsim_load): Remove char **argv local variable.
9358 (gdbsim_open): Rename gdb_argv args object to argv.
9359
9360 2017-08-05 Tom Tromey <tom@tromey.com>
9361
9362 * compile/compile-object-load.c (compile_object_load): Use
9363 gdb::unique_xmalloc_ptr.
9364 * cli/cli-dump.c (scan_filename): Rename from
9365 scan_filename_with_cleanup. Change return type.
9366 (scan_expression): Rename from scan_expression_with_cleanup.
9367 Change return type.
9368 (dump_memory_to_file, dump_value_to_file, restore_command):
9369 Use gdb::unique_xmalloc_ptr. Update.
9370 * cli/cli-cmds.c (find_and_open_script): Use
9371 gdb::unique_xmalloc_ptr.
9372 * tracefile-tfile.c (tfile_open): Use gdb::unique_xmalloc_ptr.
9373 * symmisc.c (maintenance_print_symbols)
9374 (maintenance_print_msymbols): Use gdb::unique_xmalloc_ptr.
9375 * symfile.c (symfile_bfd_open, generic_load)
9376 (add_symbol_file_command, remove_symbol_file_command): Use
9377 gdb::unique_xmalloc_ptr.
9378 * source.c (openp): Use gdb::unique_xmalloc_ptr.
9379 * psymtab.c (maintenance_print_psymbols): Use
9380 gdb::unique_xmalloc_ptr.
9381 * corelow.c (core_open): Use gdb::unique_xmalloc_ptr.
9382 * breakpoint.c (save_breakpoints): Use gdb::unique_xmalloc_ptr.
9383 * solib.c (solib_map_sections): Use gdb::unique_xmalloc_ptr.
9384 (reload_shared_libraries_1): Likewise.
9385
9386 2017-08-05 Tom Tromey <tom@tromey.com>
9387
9388 * rust-exp.y (rust_op_ptr, set_field): Remove typedefs.
9389 (rust_op_vector, rust_set_vector): New typedefs.
9390 (current_parser): New global.
9391 (work_obstack): Change to pointer type. Update all users.
9392 (rust_ast, pstate): Remove globals.
9393 (struct rust_parser): New.
9394 (%union) <params, field_inits>: Change type.
9395 (start, tuple_expr, unit_expr, struct_expr_list, literal)
9396 (field_expr, expr_list, maybe_expr_list, type_list): Update.
9397 (ast_call_ish, ast_path, ast_function_type, ast_tuple_type)
9398 (convert_params_to_types, convert_params_to_expression): Change
9399 type of "params".
9400 (ast_string): Change type of "fields".
9401 (rust_parse): Make a rust_parser. Remove cleanups.
9402 (rust_lex_tests): Make and install an auto_obstack.
9403
9404 2017-08-04 Yao Qi <yao.qi@linaro.org>
9405
9406 * configure.srv (ipa_x32_linux_regobj): New.
9407 * linux-amd64-ipa.c (get_ipa_tdesc): Use X86_TDESC_AVX_AVX512
9408 instead of X86_TDESC_AVX512.
9409 (initialize_low_tracepoint): Call
9410 init_registers_x32_avx_avx512_linux.
9411
9412 2017-08-04 Yao Qi <yao.qi@linaro.org>
9413
9414 * utils.h (gdb_argv): Add namespace std for nullptr_t.
9415
9416 2017-08-03 Ruslan Kabatsayev <b7.10110111@gmail.com>
9417
9418 * MAINTAINERS (Write After Approval): Add Ruslan Kabatsayev.
9419
9420 2017-08-03 Tom Tromey <tom@tromey.com>
9421
9422 * utils.c (make_cleanup_freeargv, do_freeargv, gdb_buildargv):
9423 Remove.
9424 * utils.h (make_cleanup_freeargv, gdb_buildargv): Remove.
9425
9426 2017-08-03 Tom Tromey <tom@tromey.com>
9427
9428 * python/py-param.c (compute_enum_values): Use gdb_argv.
9429
9430 2017-08-03 Tom Tromey <tom@tromey.com>
9431
9432 * utils.h (struct gdb_argv_deleter): New.
9433 (gdb_argv): New class.
9434 * utils.c (gdb_argv::reset): New method.
9435 * tracepoint.c (delete_trace_variable_command): Use gdb_argv.
9436 * tracefile.c (tsave_command): Use gdb_argv.
9437 * top.c (new_ui_command): Use gdb_argv.
9438 * symmisc.c (maintenance_print_symbols)
9439 (maintenance_print_msymbols, maintenance_expand_symtabs): Use gdb_argv.
9440 * symfile.c (symbol_file_command, generic_load)
9441 (remove_symbol_file_command): Use gdb_argv.
9442 * stack.c (backtrace_command): Use gdb_argv.
9443 * source.c (add_path, show_substitute_path_command)
9444 (unset_substitute_path_command, set_substitute_path_command):
9445 Use gdb_argv.
9446 * skip.c (skip_command): Use gdb_argv. Use gdb_buildargv.
9447 * ser-mingw.c (pipe_windows_open): Use gdb_argv.
9448 * remote.c (extended_remote_run, remote_put_command)
9449 (remote_get_command, remote_delete_command): Use gdb_argv.
9450 * remote-sim.c (gdbsim_load, gdbsim_create_inferior)
9451 (gdbsim_open): Use gdb_argv.
9452 * python/py-cmd.c (gdbpy_string_to_argv): Use gdb_argv.
9453 * psymtab.c (maintenance_print_psymbols): Use gdb_argv.
9454 * procfs.c (procfs_info_proc): Use gdb_argv.
9455 * interps.c (interpreter_exec_cmd): Use gdb_argv.
9456 * infrun.c (handle_command): Use gdb_argv.
9457 * inferior.c (add_inferior_command, clone_inferior_command):
9458 Use gdb_argv.
9459 * guile/scm-string.c (gdbscm_string_to_argv): Use gdb_argv.
9460 * exec.c (exec_file_command): Use gdb_argv.
9461 * cli/cli-cmds.c (alias_command): Use gdb_argv.
9462 * compile/compile.c (build_argc_argv): Use gdb_argv.
9463
9464 2017-08-03 Tom Tromey <tom@tromey.com>
9465
9466 * python/python.c (gdbpy_decode_line): Use unique_xmalloc_ptr.
9467
9468 2017-08-03 Tom Tromey <tom@tromey.com>
9469
9470 * python/python.c (compute_python_string): Return std::string.
9471 (gdbpy_eval_from_control_command): Update.
9472 (do_start_initialization): Use std::string.
9473 * python/py-varobj.c (py_varobj_iter_next): Use string_printf, not
9474 xstrprintf.
9475 * python/py-breakpoint.c (local_setattro): Use string_printf, not
9476 xstrprintf.
9477
9478 2017-08-03 Tom Tromey <tom@tromey.com>
9479
9480 * top.h (do_restore_instream_cleanup): Remove.
9481 * top.c (do_restore_instream_cleanup): Remove.
9482 (read_command_file): Use scoped_restore.
9483 * cli/cli-script.c (execute_user_command): Use scoped_restore.
9484
9485 2017-08-03 Tom Tromey <tom@tromey.com>
9486
9487 * cli/cli-script.c (execute_user_command)
9488 (execute_control_command): Use scoped_restore.
9489
9490 2017-08-03 Tom Tromey <tom@tromey.com>
9491
9492 * cli/cli-script.c (do_restore_user_call_depth): Remove.
9493 (execute_user_command): Remove user_call_depth; use
9494 user_args_stack's size instead.
9495
9496 2017-08-03 Tom Tromey <tom@tromey.com>
9497
9498 * top.h (in_user_command): Remove.
9499 * top.c (in_user_command): Remove.
9500 * cli/cli-script.c (do_restore_user_call_depth)
9501 (execute_user_command): Update.
9502
9503 2017-08-03 Tom Tromey <tom@tromey.com>
9504
9505 * valops.c (search_struct_method): Use gdb::byte_vector.
9506 * valarith.c (value_concat): Use std::vector.
9507 * target.c (memory_xfer_partial): Use gdb::byte_vector.
9508 (simple_search_memory): Likewise.
9509 * printcmd.c (find_string_backward): Use gdb::byte_vector.
9510 * mi/mi-main.c (mi_cmd_data_write_memory): Use gdb::byte_vector.
9511 * gcore.c (gcore_copy_callback): Use gdb::byte_vector.
9512 * elfread.c (elf_rel_plt_read): Use std::string.
9513 * cp-valprint.c (cp_print_value): Use gdb::byte_vector.
9514 * cli/cli-dump.c (restore_section_callback): Use
9515 gdb::byte_vector.
9516
9517 2017-08-03 Tom Tromey <tom@tromey.com>
9518
9519 * jit.c (jit_reader_load_command): Use unique_xmalloc_ptr.
9520
9521 2017-08-03 Tom Tromey <tom@tromey.com>
9522
9523 * tui/tui-regs.c (tui_restore_gdbout): Remove.
9524 (tui_register_format): Use scoped_restore.
9525
9526 2017-08-03 Tom Tromey <tom@tromey.com>
9527
9528 * reverse.c (exec_direction_default): Remove.
9529 (exec_reverse_once): Use scoped_restore.
9530 * remote.c (restore_remote_timeout): Remove.
9531 (remote_flash_erase, remote_flash_write, remote_flash_done)
9532 (readchar, remote_serial_write): Use scoped_restore.
9533 * cli/cli-script.c (struct source_cleanup_lines_args)
9534 (source_cleanup_lines): Remove.
9535 (script_from_file): Use scoped_restore.
9536 * cli/cli-cmds.c (source_verbose_cleanup): Remove.
9537 (source_command): Use scoped_restore.
9538
9539 2017-08-03 Tom Tromey <tom@tromey.com>
9540
9541 * utils.h (make_cleanup_free_so): Remove.
9542 * utils.c (do_free_so, make_cleanup_free_so): Remove.
9543 * solist.h (struct so_deleter): New.
9544 (so_list_up): New typedef.
9545 * solib-svr4.c (svr4_read_so_list): Use so_list_up.
9546
9547 2017-08-03 Tom Tromey <tom@tromey.com>
9548
9549 * utils.h (make_cleanup_restore_current_language): Remove.
9550 * utils.c (do_restore_current_language)
9551 (make_cleanup_restore_current_language): Remove.
9552 * parse.c (parse_exp_in_context_1)
9553 (parse_expression_with_language): Use
9554 scoped_restore_current_language.
9555 * mi/mi-main.c (mi_cmd_execute): Use
9556 scoped_restore_current_language.
9557 * language.h (scoped_restore_current_language): New class.
9558
9559 2017-08-03 Tom Tromey <tom@tromey.com>
9560
9561 * compile/compile.c (cleanup_unlink_file): Remove.
9562 (compile_to_object): Use gdb::unlinker.
9563 (eval_compile_command): Likewise.
9564
9565 2017-08-03 Tom Tromey <tom@tromey.com>
9566
9567 * utils.h (make_cleanup_fclose): Remove.
9568 * utils.c (do_fclose_cleanup, make_cleanup_fclose): Remove.
9569
9570 2017-08-03 Tom Tromey <tom@tromey.com>
9571
9572 * top.c (open_terminal_stream): Return gdb_file_up.
9573 (new_ui_command): Update.
9574
9575 2017-08-03 Tom Tromey <tom@tromey.com>
9576
9577 * source.c (print_source_lines_base, forward_search_command)
9578 (reverse_search_command): Use gdb_file_up.
9579
9580 2017-08-03 Tom Tromey <tom@tromey.com>
9581
9582 * fbsd-nat.c (fbsd_find_memory_regions): Update.
9583
9584 2017-08-03 Tom Tromey <tom@tromey.com>
9585
9586 * cli/cli-cmds.c (find_and_open_script): Change return type.
9587 Remove "streamp" and "full_path" parameters.
9588 (source_script_with_search): Update.
9589 * auto-load.c (source_script_file): Update.
9590 * cli/cli-cmds.h (find_and_open_script): Change type.
9591 (open_script): New struct.
9592
9593 2017-08-03 Tom Tromey <tom@tromey.com>
9594
9595 * xml-support.c (xml_fetch_content_from_file): Update.
9596 * ui-file.c (stdio_file::open): Update.
9597 * tracefile-tfile.c (tfile_start): Update.
9598 * remote.c (remote_file_put, remote_file_get): Update.
9599 * nat/linux-procfs.c (linux_proc_get_int)
9600 (linux_proc_pid_get_state, linux_proc_tid_get_name): Update.
9601 * nat/linux-osdata.c (linux_common_core_of_thread): Update.
9602 (command_from_pid, commandline_from_pid, linux_xfer_osdata_cpus)
9603 (print_sockets, linux_xfer_osdata_shm, linux_xfer_osdata_sem)
9604 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Update.
9605 * nat/linux-btrace.c (linux_determine_kernel_start): Update.
9606 * linux-nat.c (linux_proc_pending_signals): Update.
9607 * dwarf2read.c (write_psymtabs_to_index): Use gdb_file_up.
9608 (file_closer): Remove.
9609 * compile/compile.c (compile_to_object): Update.
9610 * common/filestuff.h (struct gdb_file_deleter): New.
9611 (gdb_file_up): New typedef.
9612 (gdb_fopen_cloexec): Change return type.
9613 * common/filestuff.c (gdb_fopen_cloexec): Return gdb_file_up.
9614 * cli/cli-dump.c (fopen_with_cleanup): Remove.
9615 (dump_binary_file, restore_binary_file): Update.
9616 * auto-load.c (auto_load_objfile_script_1): Update.
9617
9618 2017-08-03 Tom Tromey <tom@tromey.com>
9619
9620 * tracepoint.c (tvariables_info_1): Use ui_out_emit_table.
9621 (info_static_tracepoint_markers_command): Likewise.
9622 * solib.c (info_sharedlibrary_command): Use ui_out_emit_table.
9623 * skip.c (skip_info): Use ui_out_emit_table.
9624 * progspace.c (print_program_space): Use ui_out_emit_table.
9625 * osdata.c (info_osdata): Use ui_out_emit_table.
9626 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Use
9627 ui_out_emit_table.
9628 * linux-thread-db.c (info_auto_load_libthread_db): Use
9629 ui_out_emit_table.
9630 * inferior.c (print_inferior): Use ui_out_emit_table.
9631 * gdb_bfd.c (maintenance_info_bfds): Use ui_out_emit_table.
9632 * breakpoint.c (breakpoint_1): Use ui_out_emit_table.
9633 * auto-load.c (auto_load_info_scripts): Use ui_out_emit_table.
9634 * ada-tasks.c (print_ada_task_info): Use ui_out_emit_table.
9635 * ui-out.h (class ui_out_emit_table): New.
9636
9637 2017-08-02 Maciej W. Rozycki <macro@imgtec.com>
9638
9639 * mips-tdep.c (mips_fpu_type_str): New function.
9640 (mips_dump_tdep): Call it.
9641
9642 2017-08-01 Maciej W. Rozycki <macro@imgtec.com>
9643
9644 * mips-tdep.c (mips_gdbarch_init): Use MIPS_FPU_TYPE to access
9645 `->mips_fpu_type'.
9646
9647 2017-07-31 Xavier Roirand <roirand@adacore.com>
9648
9649 * solib-darwin.c (DYLD_VERSION_MAX): Increase value.
9650
9651 2017-07-27 Xavier Roirand <roirand@adacore.com>
9652
9653 * MAINTAINERS (Write After Approval): Add Xavier Roirand.
9654
9655 2017-07-26 Yao Qi <yao.qi@linaro.org>
9656
9657 * cli/cli-cmds.c (maintenancechecklist): New variable.
9658 * gdbcmd.h (maintenancechecklist): Declare it.
9659 * i386-linux-tdep.c (_initialize_i386_linux_tdep) [GDB_SELF_TEST]:
9660 Call i386_linux_read_description with different masks.
9661 * maint.c (maintenance_check_command): New function.
9662 (_initialize_maint_cmds): Call add_prefix_cmd.
9663 * target-descriptions.c (tdesc_reg): override operator != and ==.
9664 (tdesc_type): Likewise.
9665 (tdesc_feature): Likewise.
9666 (target_desc): Likewise.
9667 [GDB_SELF_TEST] (selftests::record_xml_tdesc): New function.
9668 (maintenance_check_xml_descriptions): New function.
9669 (_initialize_target_descriptions) Add command "xml-descriptions".
9670 * target-descriptions.h (selftests::record_xml_tdesc): Declare.
9671
9672 2017-07-26 Yao Qi <yao.qi@linaro.org>
9673
9674 * i386-linux-tdep.c: Don't include features/i386/i386-*linux.c.
9675 Include features/i386/32bit-*.c.
9676 (i386_linux_read_description): Generate target description if it
9677 doesn't exist.
9678 (_initialize_i386_linux_tdep): Don't call _initialize_tdesc_i386
9679 functions.
9680 * features/i386/32bit-linux.c: Re-generated.
9681 * features/i386/32bit-sse.c: Likewise.
9682 * target-descriptions.c (print_c_feature::visit): Print code to
9683 set register number if needed.
9684 (print_c_feature) <m_next_regnum>: New field.
9685
9686 2017-07-26 Yao Qi <yao.qi@linaro.org>
9687
9688 * features/Makefile (CFILES): Rename with TDESC_CFILES.
9689 (FEATURE_XMLFILES): New.
9690 (FEATURE_CFILES): New.
9691 New rules.
9692 (clean-cfiles): Remove generated c files.
9693 * features/i386/32bit-avx.c: Generated.
9694 * features/i386/32bit-avx512.c: Generated.
9695 * features/i386/32bit-core.c: Generated.
9696 * features/i386/32bit-linux.c: Generated.
9697 * features/i386/32bit-mpx.c: Generated.
9698 * features/i386/32bit-pkeys.c: Generated.
9699 * features/i386/32bit-sse.c: Generated.
9700 * target-descriptions.c: Include algorithm.
9701 (tdesc_element_visitor): Add method visit_end.
9702 (print_c_tdesc): Implement visit_end.
9703 (print_c_tdesc:: m_filename_after_features): Move it to
9704 protected.
9705 (print_c_feature): New class.
9706 (maint_print_c_tdesc_cmd): Use print_c_feature if XML file
9707 name starts with "i386/32bit-".
9708
9709 2017-07-26 Yao Qi <yao.qi@linaro.org>
9710
9711 * target-descriptions.c (tdesc_element_visitor): New class.
9712 (tdesc_element): New class.
9713 (tdesc_reg): Inherit from tdesc_element.
9714 (tdesc_reg::accept): New function.
9715 (tdesc_type): Inherit from tdesc_element.
9716 (tdesc_type::accept): New function.
9717 (tdesc_feature): Inherit from tdesc_element.
9718 (tdesc_feature::accept): New function.
9719 (target_desc): Inherit from tdesc_element.
9720 (target_desc::target_desc): New.
9721 (target_desc::~target_desc): New.
9722 (target_desc::accept): New.
9723 (allocate_target_description): Use new.
9724 (free_target_description): Use delete.
9725 (print_c_tdesc): New class.
9726 (maint_print_c_tdesc_cmd): Adjust.
9727
9728 * features/aarch64.c: Re-generated.
9729 * features/arc-arcompact.c: Re-generated.
9730 * features/arc-v2.c: Re-generated.
9731 * features/arm/arm-with-iwmmxt.c: Re-generated.
9732 * features/arm/arm-with-m.c: Re-generated.
9733 * features/arm/arm-with-m-fpa-layout.c: Re-generated.
9734 * features/arm/arm-with-m-vfp-d16.c: Re-generated.
9735 * features/arm/arm-with-neon.c: Re-generated.
9736 * features/arm/arm-with-vfpv2.c: Re-generated.
9737 * features/arm/arm-with-vfpv3.c: Re-generated.
9738 * features/i386/amd64-avx-avx512.c: Re-generated.
9739 * features/i386/amd64-avx-avx512-linux.c: Re-generated.
9740 * features/i386/amd64-avx.c: Re-generated.
9741 * features/i386/amd64-avx-linux.c: Re-generated.
9742 * features/i386/amd64-avx-mpx-avx512-pku.c: Re-generated.
9743 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
9744 * features/i386/amd64-avx-mpx.c: Re-generated.
9745 * features/i386/amd64-avx-mpx-linux.c: Re-generated.
9746 * features/i386/amd64.c: Re-generated.
9747 * features/i386/amd64-linux.c: Re-generated.
9748 * features/i386/amd64-mpx.c: Re-generated.
9749 * features/i386/amd64-mpx-linux.c: Re-generated.
9750 * features/i386/i386-avx-avx512.c: Re-generated.
9751 * features/i386/i386-avx-avx512-linux.c: Re-generated.
9752 * features/i386/i386-avx.c: Re-generated.
9753 * features/i386/i386-avx-linux.c: Re-generated.
9754 * features/i386/i386-avx-mpx-avx512-pku.c: Re-generated.
9755 * features/i386/i386-avx-mpx-avx512-pku-linux.c: Re-generated.
9756 * features/i386/i386-avx-mpx.c: Re-generated.
9757 * features/i386/i386-avx-mpx-linux.c: Re-generated.
9758 * features/i386/i386.c: Re-generated.
9759 * features/i386/i386-linux.c: Re-generated.
9760 * features/i386/i386-mmx.c: Re-generated.
9761 * features/i386/i386-mmx-linux.c: Re-generated.
9762 * features/i386/i386-mpx.c: Re-generated.
9763 * features/i386/i386-mpx-linux.c: Re-generated.
9764 * features/i386/x32-avx-avx512.c: Re-generated.
9765 * features/i386/x32-avx-avx512-linux.c: Re-generated.
9766 * features/i386/x32-avx.c: Re-generated.
9767 * features/i386/x32-avx-linux.c: Re-generated.
9768 * features/i386/x32.c: Re-generated.
9769 * features/i386/x32-linux.c: Re-generated.
9770 * features/microblaze.c: Re-generated.
9771 * features/microblaze-with-stack-protect.c: Re-generated.
9772 * features/mips64-dsp-linux.c: Re-generated.
9773 * features/mips64-linux.c: Re-generated.
9774 * features/mips-dsp-linux.c: Re-generated.
9775 * features/mips-linux.c: Re-generated.
9776 * features/nds32.c: Re-generated.
9777 * features/nios2.c: Re-generated.
9778 * features/nios2-linux.c: Re-generated.
9779 * features/rs6000/powerpc-32.c: Re-generated.
9780 * features/rs6000/powerpc-32l.c: Re-generated.
9781 * features/rs6000/powerpc-403.c: Re-generated.
9782 * features/rs6000/powerpc-403gc.c : Re-generated.
9783 * features/rs6000/powerpc-405.c: Re-generated.
9784 * features/rs6000/powerpc-505.c: Re-generated.
9785 * features/rs6000/powerpc-601.c: Re-generated.
9786 * features/rs6000/powerpc-602.c: Re-generated.
9787 * features/rs6000/powerpc-603.c: Re-generated.
9788 * features/rs6000/powerpc-604.c: Re-generated.
9789 * features/rs6000/powerpc-64.c: Re-generated.
9790 * features/rs6000/powerpc-64l.c: Re-generated.
9791 * features/rs6000/powerpc-7400.c: Re-generated.
9792 * features/rs6000/powerpc-750.c: Re-generated.
9793 * features/rs6000/powerpc-860.c: Re-generated.
9794 * features/rs6000/powerpc-altivec32.c: Re-generated.
9795 * features/rs6000/powerpc-altivec32l.c: Re-generated.
9796 * features/rs6000/powerpc-altivec64.c: Re-generated.
9797 * features/rs6000/powerpc-altivec64l.c: Re-generated.
9798 * features/rs6000/powerpc-cell32l.c: Re-generated.
9799 * features/rs6000/powerpc-cell64l.c: Re-generated.
9800 * features/rs6000/powerpc-e500.c: Re-generated.
9801 * features/rs6000/powerpc-e500l.c: Re-generated.
9802 * features/rs6000/powerpc-isa205-32l.c: Re-generated.
9803 * features/rs6000/powerpc-isa205-64l.c: Re-generated.
9804 * features/rs6000/powerpc-isa205-altivec32l.c: Re-generated.
9805 * features/rs6000/powerpc-isa205-altivec64l.c: Re-generated.
9806 * features/rs6000/powerpc-isa205-vsx32l.c: Re-generated.
9807 * features/rs6000/powerpc-isa205-vsx64l.c: Re-generated.
9808 * features/rs6000/powerpc-vsx32.c: Re-generated.
9809 * features/rs6000/powerpc-vsx32l.c: Re-generated.
9810 * features/rs6000/powerpc-vsx64.c: Re-generated.
9811 * features/rs6000/powerpc-vsx64l.c: Re-generated.
9812 * features/rs6000/rs6000.c: Re-generated.
9813 * features/s390-linux32.c: Re-generated.
9814 * features/s390-linux32v1.c: Re-generated.
9815 * features/s390-linux32v2.c: Re-generated.
9816 * features/s390-linux64.c: Re-generated.
9817 * features/s390-linux64v1.c: Re-generated.
9818 * features/s390-linux64v2.c: Re-generated.
9819 * features/s390-te-linux64.c: Re-generated.
9820 * features/s390-tevx-linux64.c: Re-generated.
9821 * features/s390-vx-linux64.c: Re-generated.
9822 * features/s390x-linux64.c: Re-generated.
9823 * features/s390x-linux64v1.c: Re-generated.
9824 * features/s390x-linux64v2.c: Re-generated.
9825 * features/s390x-te-linux64.c: Re-generated.
9826 * features/s390x-tevx-linux64.c: Re-generated.
9827 * features/s390x-vx-linux64.c: Re-generated.
9828 * features/sparc/sparc32-solaris.c: Re-generated.
9829 * features/sparc/sparc64-solaris.c: Re-generated.
9830 * features/tic6x-c62x.c: Re-generated.
9831 * features/tic6x-c62x-linux.c: Re-generated.
9832 * features/tic6x-c64x.c: Re-generated.
9833 * features/tic6x-c64x-linux.c: Re-generated.
9834 * features/tic6x-c64xp.c: Re-generated.
9835 * features/tic6x-c64xp-linux.c: Re-generated.
9836
9837 2017-07-26 Yao Qi <yao.qi@linaro.org>
9838
9839 * i386-linux-tdep.c (i386_linux_read_description): New function.
9840 (i386_linux_core_read_description): Call
9841 i386_linux_read_description.
9842 * i386-linux-tdep.h (i386_linux_read_description): Declare.
9843 (tdesc_i386_linux, tdesc_i386_mmx_linux): Remove declarations.
9844 (tdesc_i386_avx_linux, tdesc_i386_mpx_linux): Likewise
9845 (tdesc_i386_avx_mpx_linux, tdesc_i386_avx_avx512_linux): Likewise.
9846 (tdesc_i386_avx_mpx_avx512_pku_linux): Likewise.
9847 * x86-linux-nat.c (x86_linux_read_description): Call
9848 i386_linux_read_description.
9849
9850 2017-07-26 Yao Qi <yao.qi@linaro.org>
9851
9852 * NEWS: Mention it.
9853 * features/Makefile (%.c: %.xml): Pass the xml file name to
9854 command "maint print c-tdesc".
9855 * target-descriptions.c (maint_print_c_tdesc_cmd): Get file
9856 name from 'arg'.
9857
9858 2017-07-26 Yao Qi <yao.qi@linaro.org>
9859
9860 * target-descriptions.c (target_desc): Add ctor and dtor. Do
9861 in-class initialization.
9862 (tdesc_create_feature): Call new instead of XCNEW.
9863 (free_target_description): Ue delete.
9864
9865 2017-07-25 John Baldwin <jhb@FreeBSD.org>
9866
9867 * configure.nat: Add "-lkvm" for NetBSD/sparc64 and fix typo.
9868
9869 2017-07-25 Yao Qi <yao.qi@linaro.org>
9870
9871 * amd64-tdep.c (amd64_init_abi): Make argument default_tdesc
9872 constant.
9873 (amd64_x32_init_abi): Likewise.
9874 * amd64-tdep.h (amd64_init_abi): Update declaration.
9875 (amd64_x32_init_abi): Likewise.
9876
9877 2017-07-25 Yao Qi <yao.qi@linaro.org>
9878
9879 PR tdep/21717
9880 * arm-linux-nat.c (arm_linux_fetch_inferior_registers): Update
9881 condition for FPSCR.
9882 (arm_linux_store_inferior_registers): Likewise.
9883
9884 2017-07-22 Tom Tromey <tom@tromey.com>
9885
9886 * break-catch-syscall.c (struct catch_syscall_inferior_data)
9887 <syscalls_counts>: Now a std::vector.
9888 (get_catch_syscall_inferior_data): Use "new".
9889 (catch_syscall_inferior_data_cleanup): Use "delete".
9890 (insert_catch_syscall, remove_catch_syscall)
9891 (clear_syscall_counts): Update.
9892
9893 2017-07-22 Tom Tromey <tom@tromey.com>
9894
9895 * break-catch-syscall.c (syscall_catchpoint)
9896 <syscalls_to_be_caught>: Now a std::vector<int>
9897 (~syscall_catchpoint): Remove.
9898 (insert_catch_syscall, remove_catch_syscall)
9899 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
9900 (print_mention_catch_syscall, print_recreate_catch_syscall):
9901 Update.
9902 (create_syscall_event_catchpoint): Change type of "filter"
9903 parameter.
9904 (catch_syscall_split_args): Return a std::vector.
9905 (catch_syscall_command_1, catching_syscall_number_1): Update.
9906
9907 2017-07-22 Tom Tromey <tom@tromey.com>
9908
9909 * break-catch-throw.c (struct exception_catchpoint)
9910 <exception_rx>: Now a std::string.
9911 (~exception_catchpoint): Remove.
9912 (print_one_detail_exception_catchpoint): Update.
9913 (handle_gnu_v3_exceptions): Change type of except_rx.
9914 (extract_exception_regexp): Return a std::string.
9915 (catch_exception_command_1): Update.
9916
9917 2017-07-22 Tom Tromey <tom@tromey.com>
9918
9919 * break-catch-sig.c (gdb_signal_type): Remove typedef.
9920 (struct signal_catchpoint) <signals_to_be_caught>: Now a
9921 std::vector.
9922 <catch_all>: Now a bool.
9923 (~signal_catchpoint): Remove.
9924 (signal_catchpoint_insert_location)
9925 (signal_catchpoint_remove_location)
9926 (signal_catchpoint_breakpoint_hit, signal_catchpoint_print_one)
9927 (signal_catchpoint_print_mention)
9928 (signal_catchpoint_print_recreate)
9929 (signal_catchpoint_explains_signal): Update.
9930 (create_signal_catchpoint): Change type of "filter" and
9931 "catch_all".
9932 (catch_signal_split_args): Return a std::vector. Change type of
9933 "catch_all".
9934 (catch_signal_command): Update.
9935
9936 2017-07-20 Pedro Alves <palves@redhat.com>
9937
9938 * ada-lang.c (ada_language_defn): Make extern.
9939 (_initialize_ada_language): Remove add_language call.
9940 * c-lang.c (c_language_defn, cplus_language_defn)
9941 (asm_language_defn, minimal_language_defn): Make extern.
9942 (_initialize_c_language): Delete.
9943 * completer.c (compare_cstrings): Delete, moved to utils.h.
9944 * d-lang.c (d_language_defn): Make extern.
9945 (_initialize_d_language): Remove add_language calls.
9946 * defs.h (enum language): Add comment.
9947 * f-lang.c (f_language_defn): Make extern.
9948 (_initialize_f_language): Remove add_language call.
9949 * go-lang.c (go_language_defn): Make extern.
9950 (_initialize_go_language): Remove add_language call.
9951 * language.c: Include <algorithm>.
9952 (languages): Redefine as const array.
9953 (languages_size, languages_allocsize, DEFAULT_ALLOCSIZE): Delete.
9954 (set_language_command): Handle "local". Use for-range loop.
9955 (set_language): Remove loop.
9956 (language_enum): Rewrite.
9957 (language_def, language_str): Remove loops.
9958 (add_language): Delete.
9959 (add_set_language_command): New, based on add_languages.
9960 (skip_language_trampoline): Adjust.
9961 (local_language_defn): Delete.
9962 (language_gdbarch_post_init): Adjust.
9963 (_initialize_language): Remove add_language calls. Call
9964 add_set_language_command.
9965 * language.h (add_language): Delete.
9966 (auto_language_defn)
9967 (unknown_language_defn, minimal_language_defn, ada_language_defn)
9968 (asm_language_defn, c_language_defn, cplus_language_defn)
9969 (d_language_defn, f_language_defn, go_language_defn)
9970 (m2_language_defn, objc_language_defn, opencl_language_defn)
9971 (pascal_language_defn, rust_language_defn): Declare.
9972 * m2-lang.c (m2_language_defn): Make extern.
9973 (_initialize_m2_language): Remove add_language call.
9974 * objc-lang.c (objc_language_defn): Make extern.
9975 (_initialize_objc_language): Remove add_language call.
9976 * opencl-lang.c (opencl_language_defn): Make extern.
9977 (_initialize_opencl_language): Remove add_language call.
9978 * p-lang.c (pascal_language_defn): Make extern.
9979 (_initialize_pascal_language): Delete.
9980 * rust-lang.c (rust_language_defn): Make extern.
9981 (_initialize_rust_language): Delete.
9982 * utils.h (compare_cstrings): New static inline function.
9983
9984 2017-07-20 Pedro Alves <palves@redhat.com>
9985
9986 * ada-lang.c (ada_to_fixed_type_1): Adjust.
9987 (get_var_value): Constify parameters.
9988 (get_int_var_value): Change prototype.
9989 (to_fixed_range_type): Adjust.
9990 * ada-lang.h (get_int_var_value): Change prototype.
9991
9992 2017-07-20 Pedro Alves <palves@redhat.com>
9993
9994 * dwarf2read.c (dw2_lookup_symbol): Use
9995 SYMBOL_MATCHES_SEARCH_NAME.
9996 * psymtab.c (psym_lookup_symbol): Use SYMBOL_MATCHES_SEARCH_NAME.
9997
9998 2017-07-20 Pedro Alves <palves@redhat.com>
9999
10000 * block.c (block_iter_name_step, block_iter_name_first)
10001 (block_iter_name_next): Delete.
10002 (block_lookup_symbol_primary): Adjust to use
10003 dict_iter_match_first/dict_iter_match_next.
10004 * block.h (block_iter_name_first, block_iter_name_next): Delete
10005 declarations.
10006 (ALL_BLOCK_SYMBOLS_WITH_NAME): Adjust to use
10007 dict_iter_match_first/dict_iter_match_next.
10008
10009 2017-07-20 Pedro Alves <palves@redhat.com>
10010
10011 * cp-support.c (cp_find_first_component_aux): Add missing case for
10012 end of string.
10013
10014 2017-07-18 David Blaikie <dblaikie@gmail.com>
10015
10016 * dwarf2read.c (create_cus_hash_table): Re-add lost initialization
10017 of dwo_cu's dwo_file.
10018
10019 2017-07-18 Yao Qi <yao.qi@linaro.org>
10020
10021 * remote.c (store_registers_using_G): Remove one line comment.
10022
10023 2017-07-18 Yao Qi <yao.qi@linaro.org>
10024
10025 * regcache.c (regcache_cpy): Simplify it.
10026 (regcache::cpy_no_passthrough): Remove it.
10027 * regcache.h (cpy_no_passthrough): Remove it.
10028 (regcache_dup, regcache_cpy): Update comments.
10029
10030 2017-07-18 Pedro Alves <palves@redhat.com>
10031
10032 * remote-sim.c (sim_command_completer): Adjust to work with a
10033 completion_tracker instead of a VEC.
10034
10035 2017-07-17 Pedro Alves <palves@redhat.com>
10036
10037 * completer.c (complete_source_filenames): New function.
10038 (complete_address_and_linespec_locations): New function.
10039 (location_completer): Use complete_address_and_linespec_locations.
10040 (completion_tracker::build_completion_result): Honor the tracker's
10041 request to suppress append.
10042 * completer.h (completion_tracker::suppress_append_ws)
10043 (completion_tracker::set_suppress_append_ws): New methods.
10044 (completion_tracker::m_suppress_append_ws): New field.
10045 (complete_source_filenames): New declaration.
10046 * linespec.c (linespec_complete_what): New.
10047 (struct ls_parser) <complete_what, completion_word,
10048 completion_quote_char, completion_quote_end, completion_tracker>:
10049 New fields.
10050 (string_find_incomplete_keyword_at_end): New.
10051 (linespec_lexer_lex_string): Record quote char. If in completion
10052 mode, don't throw.
10053 (linespec_lexer_consume_token): Advance the completion word point.
10054 (linespec_lexer_peek_token): Save/restore completion info.
10055 (save_stream_and_consume_token): New.
10056 (set_completion_after_number): New.
10057 (linespec_parse_basic): Set what to complete next depending on
10058 token. Handle function and label completions specially.
10059 (parse_linespec): Disable objc shortcut in completion mode. Set
10060 what to complete next depending on token type. Skip keyword if in
10061 completion mode.
10062 (complete_linespec_component, linespec_complete): New.
10063 * linespec.h (linespec_complete): Declare.
10064
10065 2017-07-17 Pedro Alves <palves@redhat.com>
10066
10067 * linespec.c (linespec_lexer_lex_string, find_toplevel_char):
10068 Handle 'operator<' / 'operator<<'.
10069
10070 2017-07-17 Pedro Alves <palves@redhat.com>
10071
10072 * completer.c (collect_explicit_location_matches): Handle
10073 MATCH_LABEL.
10074 (convert_explicit_location_to_linespec): New, factored out from
10075 ...
10076 (convert_explicit_location_to_sals): ... this.
10077 (complete_label): New.
10078 (linespec_complete_label, find_label_symbols_in_block): New.
10079 (find_label_symbols): Add completion_mode parameter and adjust to
10080 call find_label_symbols_in_block.
10081 * linespec.h (linespec_complete_label): Declare.
10082
10083 2017-07-17 Pedro Alves <palves@redhat.com>
10084
10085 * ada-lang.c (ada_collect_symbol_completion_matches): Add
10086 complete_symbol_mode parameter.
10087 * cli/cli-cmds.c (complete_command): Get the completion result out
10088 of the handle_brkchars tracker if used a custom word point.
10089 * completer.c: Include "linespec.h".
10090 (enum explicit_location_match_type) <MATCH_LINE>: New enumerator.
10091 (advance_to_expression_complete_word_point): New.
10092 (completion_tracker::completes_to_completion_word): New.
10093 (complete_files_symbols): Pass down
10094 complete_symbol_mode::EXPRESSION.
10095 (explicit_options, probe_options): New.
10096 (collect_explicit_location_matches): Complete on the
10097 explictit_loc->foo instead of word. Use
10098 linespec_complete_function. Handle MATCH_LINE. Handle offering
10099 keyword and options completions.
10100 (backup_text_ptr): Delete.
10101 (skip_keyword): New.
10102 (complete_explicit_location): Remove 'word' parameter. Add
10103 language, quoted_arg_start and quoted_arg_end parameters.
10104 Rewrite, parsing left to right.
10105 (location_completer): Rewrite.
10106 (location_completer_handle_brkchars): New function.
10107 (symbol_completer): Pass down complete_symbol_mode::EXPRESSION.
10108 (enum complete_line_internal_reason): Adjust comments.
10109 (completion_tracker::discard_completions): New.
10110 (completer_handle_brkchars_func_for_completer): Handle
10111 location_completer.
10112 (gdb_custom_word_point_brkchars)
10113 (gdb_org_rl_basic_quote_characters): New.
10114 (gdb_completion_word_break_characters_throw)
10115 (completion_find_completion_word): Handle trackers that use a
10116 custom word point.
10117 (completion_tracker::advance_custom_word_point_by): New.
10118 (completion_tracker::build_completion_result): Don't rely on
10119 readline appending the quote char.
10120 (gdb_rl_attempted_completion_function_throw): Handle trackers that
10121 use a custom word point.
10122 (gdb_rl_attempted_completion_function): Restore
10123 rl_basic_quote_characters.
10124 * completer.h (class completion_tracker): Extend intro comment.
10125 (completion_tracker::set_quote_char)
10126 (completion_tracker::quote_char)
10127 (completion_tracker::set_use_custom_word_point)
10128 (completion_tracker::use_custom_word_point)
10129 (completion_tracker::custom_word_point)
10130 (completion_tracker::set_custom_word_point)
10131 (completion_tracker::advance_custom_word_point_by)
10132 (completion_tracker::completes_to_completion_word)
10133 (completion_tracker::discard_completions): New methods.
10134 (completion_tracker::m_quote_char)
10135 (completion_tracker::m_use_custom_word_point)
10136 (completion_tracker::m_custom_word_point): New fields.
10137 (advance_to_expression_complete_word_point): Declare.
10138 * f-lang.c (f_collect_symbol_completion_matches): Add
10139 complete_symbol_mode parameter.
10140 * language.h (struct language_defn)
10141 <la_collect_symbol_completion_matches>: Add complete_symbol_mode
10142 parameter.
10143 * linespec.c (linespec_keywords): Add NULL terminator. Make extern.
10144 (linespec_complete_function): New function.
10145 (linespec_lexer_lex_keyword): Adjust.
10146 * linespec.h (linespec_keywords, linespec_complete_function): New
10147 declarations.
10148 * location.c (find_end_quote): New function.
10149 (explicit_location_lex_one): Add explicit_completion_info
10150 parameter. Save quoting info. Don't throw if being called for
10151 completion. Don't handle Ada operators here.
10152 (is_cp_operator, skip_op_false_positives, first_of)
10153 (explicit_location_lex_one_function): New function.
10154 (string_to_explicit_location): Replace 'dont_throw' parameter with
10155 an explicit_completion_info pointer parameter. Handle it. Don't
10156 use explicit_location_lex_one to lex function names. Use
10157 explicit_location_lex_one_function instead.
10158 * location.h (struct explicit_completion_info): New.
10159 (string_to_explicit_location): Replace 'dont_throw' parameter with
10160 an explicit_completion_info pointer parameter.
10161 * symtab.c (default_collect_symbol_completion_matches_break_on):
10162 Add complete_symbol_mode parameter. Handle LINESPEC mode.
10163 (default_collect_symbol_completion_matches)
10164 (collect_symbol_completion_matches): Add complete_symbol_mode
10165 parameter.
10166 (collect_symbol_completion_matches_type): Pass down
10167 complete_symbol_mode::EXPRESSION.
10168 (collect_file_symbol_completion_matches): Add complete_symbol_mode
10169 parameter. Handle LINESPEC mode.
10170 * symtab.h (complete_symbol_mode): New.
10171 (default_collect_symbol_completion_matches_break_on)
10172 (default_collect_symbol_completion_matches)
10173 (collect_symbol_completion_matches)
10174 (collect_file_symbol_completion_matches): Add complete_symbol_mode
10175 parameter.
10176
10177 2017-07-17 Pedro Alves <palves@redhat.com>
10178
10179 * utils.c (enum class strncmp_iw_mode): New.
10180 (strcmp_iw): Rename to ...
10181 (strncmp_iw_with_mode): ... this. Add string2_len and mode
10182 parameters. Handle them.
10183 (strncmp_iw): New.
10184 (strcmp_iw): Reimplement as wrapper around strncmp_iw_with_mode.
10185 * utils.h (strncmp_iw): Declare.
10186 (strcmp_iw): Move describing comments here.
10187
10188 2017-07-17 Pedro Alves <palves@redhat.com>
10189
10190 * c-exp.y (operator_stoken): Use CP_OPERATOR_LEN and
10191 CP_OPERATOR_STR.
10192 * c-typeprint.c (is_type_conversion_operator): Use
10193 CP_OPERATOR_STR.
10194 * cp-support.c (LENGTH_OF_OPERATOR): Delete.
10195 (cp_find_first_component_aux): Use CP_OPERATOR_STR and
10196 CP_OPERATOR_LEN.
10197 * cp-support.h (CP_OPERATOR_STR, CP_OPERATOR_LEN): New.
10198 * gnu-v2-abi.c (gnuv2_is_operator_name): Use CP_OPERATOR_STR.
10199 * gnu-v3-abi.c (gnuv3_is_operator_name): Use CP_OPERATOR_STR.
10200 * linespec.c (linespec_lexer_lex_string): Use CP_OPERATOR_LEN and
10201 CP_OPERATOR_STR.
10202 * location.c: Include "cp-support.h".
10203 (explicit_location_lex_one): Use CP_OPERATOR_LEN and
10204 CP_OPERATOR_STR.
10205 * symtab.c (operator_chars): Use CP_OPERATOR_STR and
10206 CP_OPERATOR_LEN.
10207
10208 2017-07-17 Pedro Alves <palves@redhat.com>
10209
10210 * cli/cli-cmds.c (complete_command): Use a completion tracker
10211 along with completion_find_completion_word for handle_brkchars
10212 phase.
10213 * completer.c (RL_QF_SINGLE_QUOTE, RL_QF_DOUBLE_QUOTE)
10214 (RL_QF_BACKSLASH, RL_QF_OTHER_QUOTE): New.
10215 (struct gdb_rl_completion_word_info): New.
10216 (gdb_rl_find_completion_word): New.
10217 (completion_find_completion_word): New.
10218 * completer.h (completion_find_completion_word): Declare.
10219
10220 2017-07-17 Pedro Alves <palves@redhat.com>
10221
10222 * ada-lang.c (symbol_completion_match): Adjust comments.
10223 (symbol_completion_add): Replace vector parameter with
10224 completion_tracker parameter. Use it.
10225 (ada_make_symbol_completion_list): Rename to...
10226 (ada_collect_symbol_completion_matches): ... this. Add
10227 completion_tracker parameter and use it.
10228 (ada_language_defn): Adjust.
10229 * break-catch-syscall.c (catch_syscall_completer): Adjust
10230 prototype and work with completion_tracker instead of VEC.
10231 * breakpoint.c (condition_completer): Adjust prototype and work
10232 with completion_tracker instead of VEC.
10233 * c-lang.c (c_language_defn, cplus_language_defn)
10234 (asm_language_defn, minimal_language_defn): Adjust to renames.
10235 * cli/cli-cmds.c (complete_command): Rework using
10236 completion_tracker. Catch exceptions when completing.
10237 * cli/cli-decode.c (integer_unlimited_completer)
10238 (complete_on_cmdlist, complete_on_enum): Adjust prototype and work
10239 with completion_tracker instead of VEC.
10240 * command.h (struct completion_tracker): Forward declare.
10241 (completer_ftype, completer_handle_brkchars_ftype): Change
10242 types.
10243 (complete_on_cmdlist, complete_on_enum): Adjust.
10244 * completer.c: Include <algorithm>.
10245 (struct gdb_completer_state): New.
10246 (current_completion): New global.
10247 (readline_line_completion_function): Delete.
10248 (noop_completer, filename_completer)
10249 (filename_completer_handle_brkchars, complete_files_symbols)
10250 (linespec_location_completer): Adjust to work with a
10251 completion_tracker instead of a VEC.
10252 (string_or_empty): New.
10253 (collect_explicit_location_matches): Adjust to work with a
10254 completion_tracker instead of a VEC.
10255 (explicit_location_completer): Rename to ...
10256 (complete_explicit_location): ... this and adjust to work with a
10257 completion_tracker instead of a VEC.
10258 (location_completer): Adjust to work with a completion_tracker
10259 instead of a VEC.
10260 (add_struct_fields): Adjust to work with a completion_list instead
10261 of VEC.
10262 (expression_completer): Rename to ...
10263 (complete_expression): ... this and adjust to work with a
10264 completion_tracker instead of a VEC. Use complete_files_symbols.
10265 (expression_completer): Reimplement on top of complete_expression.
10266 (symbol_completer): Adjust to work with a completion_tracker
10267 instead of a VEC.
10268 (enum complete_line_internal_reason): Add describing comments.
10269 (complete_line_internal_normal_command): Adjust to work with a
10270 completion_tracker instead of a VEC.
10271 (complete_line_internal): Rename to ...
10272 (complete_line_internal_1): ... this and adjust to work with a
10273 completion_tracker instead of a VEC. Assert TEXT is NULL in the
10274 handle_brkchars phase.
10275 (new_completion_tracker): Delete.
10276 (complete_line_internal): Reimplement as TRY/CATCH wrapper around
10277 complete_line_internal_1.
10278 (free_completion_tracker): Delete.
10279 (INITIAL_COMPLETION_HTAB_SIZE): New.
10280 (completion_tracker::completion_tracker)
10281 (completion_tracker::~completion_tracker): New.
10282 (maybe_add_completion): Delete.
10283 (completion_tracker::maybe_add_completion)
10284 (completion_tracker::add_completion)
10285 (completion_tracker::add_completions): New.
10286 (throw_max_completions_reached_error): Delete.
10287 (complete_line): Adjust to work with a completion_tracker instead
10288 of a VEC. Don't create a completion_tracker_t or check for max
10289 completions here.
10290 (command_completer, command_completer_handle_brkchars)
10291 (signal_completer, reg_or_group_completer_1)
10292 (reg_or_group_completer, default_completer_handle_brkchars):
10293 Adjust to work with a completion_tracker.
10294 (gdb_completion_word_break_characters_throw): New.
10295 (gdb_completion_word_break_characters): Reimplement.
10296 (line_completion_function): Delete.
10297 (completion_tracker::recompute_lowest_common_denominator)
10298 (expand_preserving_ws)
10299 (completion_tracker::build_completion_result)
10300 (completion_result::completion_result)
10301 (completion_result::completion_result)
10302 (completion_result::~completion_result)
10303 (completion_result::completion_result)
10304 (completion_result::release_match_list, compare_cstrings)
10305 (completion_result::sort_match_list)
10306 (completion_result::reset_match_list)
10307 (gdb_rl_attempted_completion_function_throw)
10308 (gdb_rl_attempted_completion_function): New.
10309 * completer.h (completion_list, struct completion_result)
10310 (class completion_tracker): New.
10311 (complete_line): Add completion_tracker parameter.
10312 (readline_line_completion_function): Delete.
10313 (gdb_rl_attempted_completion_function): New.
10314 (noop_completer, filename_completer, expression_completer)
10315 (location_completer, symbol_completer, command_completer)
10316 (signal_completer, reg_or_group_completer): Update prototypes.
10317 (completion_tracker_t, new_completion_tracker)
10318 (make_cleanup_free_completion_tracker): Delete.
10319 (enum maybe_add_completion_enum): Delete.
10320 (maybe_add_completion): Delete.
10321 (throw_max_completions_reached_error): Delete.
10322 * corefile.c (complete_set_gnutarget): Adjust to work with a
10323 completion_tracker instead of a VEC.
10324 * cp-abi.c (cp_abi_completer): Adjust to work with a
10325 completion_tracker instead of a VEC.
10326 * d-lang.c (d_language_defn): Adjust.
10327 * disasm.c (disassembler_options_completer): Adjust to work with a
10328 completion_tracker instead of a VEC.
10329 * f-lang.c (f_make_symbol_completion_list): Rename to ...
10330 (f_collect_symbol_completion_matches): ... this. Adjust to work
10331 with a completion_tracker instead of a VEC.
10332 (f_language_defn): Adjust.
10333 * go-lang.c (go_language_defn): Adjust.
10334 * guile/scm-cmd.c (cmdscm_add_completion, cmdscm_completer):
10335 Adjust to work with a completion_tracker instead of a VEC.
10336 * infrun.c (handle_completer): Likewise.
10337 * interps.c (interpreter_completer): Likewise.
10338 * interps.h (interpreter_completer): Likewise.
10339 * language.c (unknown_language_defn, auto_language_defn)
10340 (local_language_defn): Adjust.
10341 * language.h (language_defn::la_make_symbol_completion_list):
10342 Rename to ...
10343 (language_defn::la_collect_symbol_completion_matches): ... this
10344 and adjust to work with a completion_tracker instead of a VEC.
10345 * m2-lang.c (m2_language_defn): Adjust.
10346 * objc-lang.c (objc_language_defn): Adjust.
10347 * opencl-lang.c (opencl_language_defn): Adjust.
10348 * p-lang.c (pascal_language_defn): Adjust.
10349 * python/py-cmd.c (cmdpy_completer_helper): Handle NULL word.
10350 (cmdpy_completer_handle_brkchars, cmdpy_completer): Adjust to work
10351 with a completion_tracker.
10352 * rust-lang.c (rust_language_defn): Adjust.
10353 * symtab.c (free_completion_list, do_free_completion_list)
10354 (return_val, completion_tracker): Delete.
10355 (completion_list_add_name, completion_list_add_symbol)
10356 (completion_list_add_msymbol, completion_list_objc_symbol)
10357 (completion_list_add_fields, add_symtab_completions): Add
10358 completion_tracker parameter and use it.
10359 (default_make_symbol_completion_list_break_on_1): Rename to...
10360 (default_collect_symbol_completion_matches_break_on): ... this.
10361 Add completion_tracker parameter and use it instead of allocating
10362 a completion tracker here.
10363 (default_make_symbol_completion_list_break_on): Delete old
10364 implementation.
10365 (default_make_symbol_completion_list): Delete.
10366 (default_collect_symbol_completion_matches): New.
10367 (make_symbol_completion_list): Delete.
10368 (collect_symbol_completion_matches): New.
10369 (make_symbol_completion_type): Rename to ...
10370 (collect_symbol_completion_matches_type): ... this. Add
10371 completion_tracker parameter and use it instead of VEC.
10372 (make_file_symbol_completion_list_1): Rename to...
10373 (collect_file_symbol_completion_matches): ... this. Add
10374 completion_tracker parameter and use it instead of VEC.
10375 (make_file_symbol_completion_list): Delete.
10376 (add_filename_to_list): Use completion_list instead of a VEC.
10377 (add_partial_filename_data::list): Now a completion_list.
10378 (make_source_files_completion_list): Work with a completion_list
10379 instead of a VEC.
10380 * symtab.h: Include "completer.h".
10381 (default_make_symbol_completion_list_break_on)
10382 (default_make_symbol_completion_list, make_symbol_completion_list)
10383 (make_symbol_completion_type, make_file_symbol_completion_list)
10384 (make_source_files_completion_list): Delete.
10385 (default_collect_symbol_completion_matches_break_on)
10386 (default_collect_symbol_completion_matches)
10387 (collect_symbol_completion_matches)
10388 (collect_symbol_completion_matches_type)
10389 (collect_file_symbol_completion_matches)
10390 (make_source_files_completion_list): New.
10391 * top.c (init_main): Don't install a rl_completion_entry_function
10392 hook. Install a rl_attempted_completion_function hook instead.
10393 * tui/tui-layout.c (layout_completer): Adjust to work with a
10394 completion_tracker.
10395 * tui/tui-regs.c (tui_reggroup_completer):
10396 * tui/tui-win.c (window_name_completer, focus_completer)
10397 (winheight_completer): Adjust to work with a completion_tracker.
10398 * value.c: Include "completer.h".
10399 (complete_internalvar): Adjust to work with a completion_tracker.
10400 * value.h (complete_internalvar): Likewise.
10401
10402 2017-07-17 Pedro Alves <palves@redhat.com>
10403
10404 * cli/cli-decode.c (set_cmd_completer_handle_brkchars): Adjust to
10405 renames.
10406 * cli/cli-decode.h (struct cmd_list_element) <completer>: Move
10407 comments to completer_ftype's declaration.
10408 <completer_handle_brkchars>: Change type to
10409 completer_handle_brkchars_ftype.
10410 * command.h (completer_ftype): Add describing comment and give
10411 names to parameters.
10412 (completer_ftype_void): Rename to ...
10413 (completer_handle_brkchars_ftype) ... this. Add describing comment.
10414 (set_cmd_completer_handle_brkchars): Adjust.
10415 * completer.c (filename_completer_handle_brkchars): New function.
10416 (complete_line_internal_normal_command): New function, factored
10417 out from ...
10418 (complete_line_internal): ... here.
10419 (command_completer_handle_brkchars)
10420 (default_completer_handle_brkchars)
10421 (completer_handle_brkchars_func_for_completer): New functions.
10422 * completer.h (set_gdb_completion_word_break_characters): Delete
10423 declaration.
10424 (completer_handle_brkchars_func_for_completer): New declaration.
10425 * python/py-cmd.c (cmdpy_completer_handle_brkchars): Adjust to use
10426 completer_handle_brkchars_func_for_completer.
10427
10428 2017-07-17 Pedro Alves <palves@redhat.com>
10429
10430 * completer.c (symbol_completer): New function, based on
10431 make_symbol_completion_list_fn.
10432 * completer.h (symbol_completer): New declaration.
10433 * guile/scm-cmd.c (cmdscm_completers): Adjust.
10434 * python/py-cmd.c (completers): Adjust.
10435 * symtab.c (make_symbol_completion_list_fn): Delete.
10436 * symtab.h (make_symbol_completion_list_fn): Delete.
10437 * cli/cli-decode.c (add_cmd): Adjust.
10438
10439 2017-07-17 Pedro Alves <palves@redhat.com>
10440
10441 * Makefile.in (COMMON_OBS): Add filename-seen-cache.o.
10442 * dwarf2read.c: Include "filename-seen-cache.h".
10443 * dwarf2read.c (dwarf2_per_objfile) <filenames_cache>: New field.
10444 (dw2_map_symbol_filenames): Build and use a filenames_seen_cache.
10445 * filename-seen-cache.c: New file.
10446 * filename-seen-cache.h: New file.
10447 * symtab.c: Include "filename-seen-cache.h".
10448 (struct filename_seen_cache, INITIAL_FILENAME_SEEN_CACHE_SIZE)
10449 (create_filename_seen_cache, clear_filename_seen_cache)
10450 (delete_filename_seen_cache, filename_seen): Delete, parts moved
10451 to filename-seen-cache.h/filename-seen-cache.c.
10452 (output_source_filename, sources_info)
10453 (maybe_add_partial_symtab_filename)
10454 (make_source_files_completion_list): Adjust to use
10455 filename_seen_cache.
10456
10457 2017-07-17 Pedro Alves <palves@redhat.com>
10458
10459 * dwarf2read.c (dwarf2_per_objfile): In-class initialize all
10460 fields.
10461 (dwarf2_per_objfile::dwarf2_per_objfile(objfile*, const
10462 dwarf2_debug_sections*)): New.
10463 (dwarf2_per_objfile::dwarf2_per_objfile(const
10464 dwarf2_per_objfile&)): Declare as deleted.
10465 (dwarf2_per_objfile::operator=): Declare as deleted.
10466 (dwarf2_per_objfile::dwarf2_per_objfile)
10467 (dwarf2_per_objfile::~dwarf2_per_objfile)
10468 (dwarf2_per_objfile::free_cached_comp_units): New.
10469 (dwarf2_has_info): dwarf2_per_objfile initialization code moved to
10470 ctor. Call dwarf2_per_objfile's ctor manually.
10471 (dwarf2_locate_sections): Deleted/refactored as ...
10472 (dwarf2_per_objfile::locate_sections): ... this new method.
10473 (free_cached_comp_units): Defer to
10474 dwarf2_per_objfile::free_cached_comp_units.
10475 (dwarf2_free_objfile): Call dwarf2_per_objfile's dtor manually.
10476
10477 2017-07-14 Tom Tromey <tom@tromey.com>
10478
10479 PR rust/21764:
10480 * rust-exp.y (convert_ast_to_expression): Add "want_type"
10481 parameter.
10482 <UNOP_SIZEOF>: Split into separate case.
10483 <UNOP_VAR_VALUE>: Handle want_type. Add error case.
10484
10485 2017-07-14 Tom Tromey <tom@tromey.com>
10486
10487 PR rust/21763:
10488 * symtab.c (symbol_matches_domain): Add language_rust to special
10489 case.
10490 * rust-exp.y (convert_ast_to_expression) <OP_VAR_VALUE>: Don't
10491 treat LOC_TYPEDEF symbols as variables.
10492
10493 2017-07-14 Pedro Alves <palves@redhat.com>
10494
10495 * symtab.c (make_file_symbol_completion_list_1): Iterate over
10496 symtabs matching all symtabs with SRCFILE as file name instead of
10497 only considering the first hit, with lookup_symtab.
10498
10499 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
10500
10501 * ax-gdb.c (gen_aggregate_elt_ref): Remove operand_name and
10502 operator_name parameters.
10503 (gen_expr): Update function call.
10504
10505 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
10506
10507 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Remove gdbarch
10508 parameter.
10509 * symtab.h (struct symbol_computed_ops::tracepoint_var_ref):
10510 Likewise.
10511 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove gdbarch
10512 parameter, use agent_expr::gdbarch instead, update function
10513 calls.
10514 (locexpr_tracepoint_var_ref): Likewise.
10515 (loclist_tracepoint_var_ref): Likewise.
10516 * ax-gdb.c (gen_trace_static_fields): Likewise.
10517 (gen_traced_pop): Likewise.
10518 (gen_frame_args_address): Likewise.
10519 (gen_frame_locals_address): Likewise.
10520 (gen_var_ref): Likewise.
10521 (gen_struct_ref_recursive): Likewise.
10522 (gen_static_field): Likewise.
10523 (gen_maybe_namespace_elt): Likewise.
10524 (gen_expr): Likewise.
10525 (gen_trace_for_var): Likewise.
10526 (gen_trace_for_expr): Likewise.
10527 (gen_trace_for_return_address): Likewise.
10528
10529 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
10530
10531 * ax-gdb.c (gen_deref, gen_address_of): Remove unused ax
10532 parameter.
10533 (gen_struct_ref, gen_expr, gen_expr_binop_rest): Update call.
10534
10535 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
10536
10537 * ax-gdb.c (gen_usual_unary): Remove exp parameter, get gdbarch
10538 from ax, update calls.
10539 (gen_usual_arithmetic): Likewise.
10540 (gen_integral_promotions): Likewise.
10541 (gen_bitfield_ref): Likewise.
10542 (gen_primitive_field): Likewise.
10543 (gen_struct_ref_recursive): Likewise.
10544 (gen_struct_ref): Likewise.
10545 (gen_maybe_namespace_elt): Likewise.
10546 (gen_struct_elt_for_reference): Likewise.
10547 (gen_namespace_elt): Likewise.
10548 (gen_aggregate_elt_ref): Likewise.
10549 (gen_expr): Get gdbarch from ax, update calls.
10550 (gen_expr_binop_rest): Likewise.
10551
10552 2017-07-13 Pedro Alves <palves@redhat.com>
10553
10554 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Pass tdesc_amd64
10555 as default tdesc.
10556 * amd64-dicos-tdep.c (amd64_dicos_init_abi):
10557 * amd64-fbsd-tdep.c (amd64fbsd_init_abi):
10558 * amd64-linux-tdep.c (amd64_linux_init_abi): Pass
10559 tdesc_amd64_linux as default tdesc. Get final tdesc from the
10560 tdep.
10561 (amd64_x32_linux_init_abi): Pass tdesc_x32_linux as default tdesc.
10562 Get final tdesc from the tdep.
10563 * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Pass tdesc_amd64 as
10564 default tdesc.
10565 * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
10566 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
10567 * amd64-tdep.c (amd64_init_abi): Add 'default_tdesc' parameter.
10568 Use it as default tdesc.
10569 (amd64_x32_init_abi): Add 'default_tdesc' parameter, and pass it
10570 down to amd_init_abi. No longer handle fallback tdesc here.
10571 * amd64-tdep.h (tdesc_x32): Declare.
10572 (amd64_init_abi, amd64_x32_init_abi): Add 'default_tdesc'
10573 parameter.
10574 * amd64-windows-tdep.c (amd64_windows_init_abi): Pass tdesc_amd64
10575 as default tdesc.
10576
10577 2017-07-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10578
10579 * s390-linux-tdep.c (s390_process_record): Add support for
10580 instructions new in arch12.
10581
10582 2017-07-11 John Baldwin <jhb@FreeBSD.org>
10583
10584 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
10585 PT_GETFSBASE and PT_GETGSBASE.
10586 (amd64bsd_store_inferior_registers): Use PT_SETFSBASE and
10587 PT_SETGSBASE.
10588
10589 2017-07-11 John Baldwin <jhb@FreeBSD.org>
10590
10591 * features/Makefile (amd64.dat, amd64-avx.dat, amd64-mpx.dat)
10592 (amd64-avx-mpx.dat, amd64-avx-avx512.dat)
10593 (amd64-avx-mpx-avx512-pku.dat): Add i386/64bit-segments.xml in
10594 those rules.
10595 * features/i386/amd64-avx-avx512.xml: Add 64bit-segments.xml.
10596 * features/i386/amd64-avx-mpx-avx512-pku.xml: Add 64bit-segments.xml.
10597 * features/i386/amd64-avx-mpx.xml: Add 64bit-segments.xml.
10598 * features/i386/amd64-avx.xml: Add 64bit-segments.xml.
10599 * features/i386/amd64-mpx.xml: Add 64bit-segments.xml.
10600 * features/i386/amd64.xml: Add 64bit-segments.xml.
10601 * features/i386/amd64-avx-avx512.c: Regenerated.
10602 * features/i386/amd64-avx-mpx-avx512-pku.c: Regenerated.
10603 * features/i386/amd64-avx-mpx.c: Regenerated.
10604 * features/i386/amd64-avx.c: Regenerated.
10605 * features/i386/amd64-mpx.c: Regenerated.
10606 * features/i386/amd64.c: Regenerated.
10607 * regformats/i386/amd64-avx-avx512.dat: Regenerated.
10608 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
10609 * regformats/i386/amd64-avx-mpx.dat: Regenerated.
10610 * regformats/i386/amd64-avx.dat: Regenerated.
10611 * regformats/i386/amd64-mpx.dat: Regenerated.
10612 * regformats/i386/amd64.dat: Regenerated.
10613
10614 2017-07-10 Yao Qi <yao.qi@linaro.org>
10615
10616 * features/i386/amd64-avx-avx512-linux.c: Re-generated.
10617 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
10618
10619 2017-07-10 Anton Kolesov <Anton.Kolesov@synopsys.com>
10620
10621 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add setenv and
10622 unsetenv.
10623 * gnulib/aclocal.m4: Regenerate.
10624 * gnulib/config.in: Regenerate.
10625 * gnulib/configure: Regenerate.
10626 * gnulib/import/Makefile.am: Regenerate.
10627 * gnulib/import/Makefile.in: Regenerate.
10628 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
10629 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
10630 * gnulib/import/m4/environ.m4: New file.
10631 * gnulib/import/m4/setenv.m4: New file.
10632 * gnulib/import/setenv.c: New file.
10633 * gnulib/import/unsetenv.c: New file.
10634
10635 2017-07-09 Simon Marchi <simon.marchi@ericsson.com>
10636
10637 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Read
10638 address when op is DW_OP_addr.
10639
10640 2017-07-09 Tom Tromey <tom@tromey.com>
10641
10642 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Reverse size
10643 check and apply to outer type.
10644
10645 2017-07-07 John Baldwin <jhb@FreeBSD.org>
10646
10647 * fbsd-tdep.c (LWPINFO_OFFSET, LWPINFO_PL_FLAGS)
10648 (LWPINFO64_PL_SIGINFO, LWPINFO32_PL_SIGINFO, PL_FLAG_SI)
10649 (SIZE64_SIGINFO_T, SIZE32_SIGINFO_T, fbsd_core_xfer_siginfo): New.
10650 (fbsd_init_abi): Install gdbarch "core_xfer_siginfo" method.
10651
10652 2017-07-07 John Baldwin <jhb@FreeBSD.org>
10653
10654 * fbsd-tdep.c (fbsd_core_thread_name): Use thread_section_name.
10655
10656 2017-07-07 John Baldwin <jhb@FreeBSD.org>
10657
10658 * corelow.c (get_core_siginfo): Remove.
10659 (core_xfer_partial): Use the gdbarch "core_xfer_siginfo" method
10660 instead of get_core_siginfo.
10661 * gdbarch.sh (core_xfer_siginfo): New gdbarch callback.
10662 * gdbarch.h: Re-generate.
10663 * gdbarch.c: Re-generate.
10664 * linux-tdep.c (linux_core_xfer_siginfo): New.
10665 (linux_init_abi): Install gdbarch "core_xfer_siginfo" method.
10666
10667 2017-07-07 John Baldwin <jhb@FreeBSD.org>
10668
10669 * corelow.c (thread_section_name): Move to ...
10670 * gdbcore.h (thread_section_name): ... here.
10671
10672 2017-07-07 John Baldwin <jhb@FreeBSD.org>
10673
10674 * fbsd-nat.c [PT_LWPINFO && __LP64__] (union sigval32)
10675 (struct siginfo32): New.
10676 [PT_LWPINFO] (fbsd_siginfo_size, fbsd_convert_siginfo): New.
10677 (fbsd_xfer_partial) [PT_LWPINFO]: Handle TARGET_OBJECT_SIGNAL_INFO
10678 via ptrace(PT_LWPINFO).
10679
10680 2017-07-07 John Baldwin <jhb@FreeBSD.org>
10681
10682 * fbsd-tdep.c (fbsd_gdbarch_data_handle, struct fbsd_gdbarch_data)
10683 (init_fbsd_gdbarch_data, get_fbsd_gdbarch_data)
10684 (fbsd_get_siginfo_type): New.
10685 (fbsd_init_abi): Install gdbarch "get_siginfo_type" method.
10686 (_initialize_fbsd_tdep): New.
10687
10688 2017-07-06 David Blaikie <dblaikie@gmail.com>
10689
10690 * dwarf2read.c (struct dwo_file): Use a htab of dwo_unit* (rather than
10691 a singular dwo_unit*) to support multiple CUs in the same way that
10692 multiple TUs are supported.
10693 (create_cus_hash_table): Replace create_dwo_cu with a function for
10694 parsing multiple CUs from a DWO file.
10695 (open_and_init_dwo_file): Use create_cus_hash_table rather than
10696 create_dwo_cu.
10697 (lookup_dwo_cutu): Lookup CU in the hash table in the dwo_file with
10698 htab_find, rather than comparing the signature to a singleton CU in
10699 the dwo_file.
10700
10701 2017-07-06 Pedro Alves <palves@redhat.com>
10702
10703 * python/py-unwind.c (pyuw_dealloc_cache): Fix for loop condition.
10704
10705 2017-07-04 Pedro Alves <palves@redhat.com>
10706
10707 * gdbtypes.c (recursive_dump_type): Don't reference TYPE_STATIC.
10708 * gdbtypes.h (TYPE_STATIC): Delete.
10709 (struct fn_field) <is_public, is_abstract, is_static, is_final,
10710 is_synchronized, is_native>: Delete.
10711 <dummy>: Bump.
10712 (TYPE_FN_FIELD_PUBLIC, TYPE_FN_FIELD_STATIC, TYPE_FN_FIELD_FINAL)
10713 (TYPE_FN_FIELD_SYNCHRONIZED, TYPE_FN_FIELD_NATIVE)
10714 (TYPE_FN_FIELD_ABSTRACT): Delete.
10715
10716 2017-07-03 Simon Marchi <simon.marchi@ericsson.com>
10717
10718 * buffer.h (buffer_finish): Fix spelling mistakes.
10719
10720 2017-07-01 Eli Zaretskii <eliz@gnu.org>
10721
10722 * .dir-locals.el: Automatically switch to C-style comments in
10723 versions of Emacs that support the feature.
10724
10725 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
10726 Pedro Alves <palves@redhat.com>
10727
10728 PR cli/21688
10729 * cli/cli-script.c (command_name_equals_not_inline): Remove function.
10730 (process_next_line): New variable 'inline_cmd'.
10731 Adjust 'if' clauses for "python", "compile" and "guile" to use
10732 'command_name_equals' and check for '!inline_cmd'.
10733
10734 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
10735
10736 PR cli/21688
10737 * cli/cli-script.c (command_name_equals_not_inline): New function.
10738 (process_next_line): Adjust 'if' clauses for "python", "compile"
10739 and "guile" to use command_name_equals_not_inline.
10740
10741 2017-06-29 Pedro Alves <palves@redhat.com>
10742
10743 * completer.c (expression_completer): Call
10744 linespec_location_completer instead of location_completer.
10745
10746 2017-06-29 Pedro Alves <palves@redhat.com>
10747
10748 * completer.c (expression_completer): Remove code that recomputes
10749 'text' from 'word'.
10750
10751 2017-06-29 Yao Qi <yao.qi@linaro.org>
10752
10753 * regformats/regdat.sh: Generate code with
10754 "ifndef IN_PROCESS_AGENT".
10755
10756 2017-06-28 Pedro Alves <palves@redhat.com>
10757
10758 * command.h: Include "common/scoped_restore.h".
10759
10760 2017-06-28 Yao Qi <yao.qi@linaro.org>
10761
10762 * mi/mi-cmd-break.c (mi_argv_to_format): Use obstack_grow_str
10763 instead of obstack_grow.
10764
10765 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
10766
10767 PR gdb/21337
10768 * symfile.c (reread_symbols): Call objfiles_changed just before
10769 read_symbols.
10770
10771 2017-06-27 Pedro Alves <palves@redhat.com>
10772
10773 * symtab.c (COMPLETION_LIST_ADD_SYMBOL)
10774 (MCOMPLETION_LIST_ADD_SYMBOL): Delete macros, replace with ...
10775 (completion_list_add_symbol, completion_list_add_msymbol):
10776 ... these new functions.
10777 (add_symtab_completions)
10778 (default_make_symbol_completion_list_break_on_1): Adjust.
10779
10780 2017-06-27 Pedro Alves <palves@redhat.com>
10781
10782 * objfiles.c (get_objfile_bfd_data): Call bfd_alloc instead of
10783 bfd_zalloc. Call objfile_per_bfd_storage's ctor.
10784 (free_objfile_per_bfd_storage): Call objfile_per_bfd_storage's
10785 dtor.
10786 * objfiles.h (objfile_per_bfd_storage): Add ctor. Make
10787 'storage_obstack' field an auto_obstack. In-class initialize all
10788 non-bitfield fields. Make minsyms_read bool.
10789 * symfile.c (read_symbols): Adjust.
10790
10791 2017-06-27 Alan Hayward <alan.hayward@arm.com>
10792
10793 * remote-sim.c (gdbsim_fetch_register): Use byte_vector.
10794 (gdbsim_store_register): Likewise.
10795
10796 2017-06-27 Pedro Alves <palves@redhat.com>
10797
10798 * c-exp.y (name_obstack): Now an auto_obstack.
10799 (yylex): Use auto_obstack::clear.
10800 (c_parse): Use auto_obstack::clear instead of reinitializing and
10801 freeing the obstack.
10802 * c-lang.c (evaluate_subexp_c): Use auto_obstack.
10803 * d-exp.y (name_obstack): Now an auto_obstack.
10804 (yylex): Use auto_obstack::clear.
10805 (d_parse): Use auto_obstack::clear instead of reinitializing and
10806 freeing the obstack.
10807 * dwarf2loc.c (fetch_const_value_from_synthetic_pointer): Use
10808 auto_obstack.
10809 * dwarf2read.c (create_addrmap_from_index)
10810 (dwarf2_build_psymtabs_hard)
10811 (update_enumeration_type_from_children): Likewise.
10812 * gdb_obstack.h (auto_obstack): New type.
10813 * go-exp.y (name_obstack): Now an auto_obstack.
10814 (build_packaged_name): Use auto_obstack::clear.
10815 (go_parse): Use auto_obstack::clear instead of reinitializing and
10816 freeing the obstack.
10817 * linux-tdep.c (linux_make_mappings_corefile_notes): Use
10818 auto_obstack.
10819 * printcmd.c (printf_wide_c_string, ui_printf): Use auto_obstack.
10820 * rust-exp.y (work_obstack): Now an auto_obstack.
10821 (rust_parse, rust_lex_tests): Use auto_obstack::clear instead of
10822 reinitializing and freeing the obstack.
10823 * utils.c (do_obstack_free, make_cleanup_obstack_free): Delete.
10824 (host_char_to_target): Use auto_obstack.
10825 * utils.h (make_cleanup_obstack_free): Delete declaration.
10826 * valprint.c (generic_emit_char, generic_printstr): Use
10827 auto_obstack.
10828
10829 2017-06-27 Simon Marchi <simon.marchi@ericsson.com>
10830
10831 * darwin-nat.c (darwin_check_new_threads): Don't handle dummy
10832 thread.
10833 (darwin_init_thread_list): Don't update dummy thread.
10834 (darwin_create_inferior, darwin_attach): Don't add a dummy thread.
10835
10836 2017-06-26 Simon Marchi <simon.marchi@ericsson.com>
10837
10838 * record-full.c (netorder16): Remove.
10839
10840 2017-06-26 Simon Marchi <simon.marchi@ericsson.com>
10841
10842 * common/diagnostics.h: Define macros for GCC.
10843 (DIAGNOSTIC_IGNORE_UNUSED_FUNCTION): New macro.
10844 * common/vec.h: Include diagnostics.h.
10845 (DIAGNOSTIC_IGNORE_UNUSED_VEC_FUNCTION): New macro.
10846 (DEF_VEC_I, DEF_VEC_P, DEF_VEC_O): Ignore -Wunused-function
10847 warning.
10848
10849 2017-06-26 Simon Marchi <simon.marchi@ericsson.com>
10850
10851 * common/diagnostics.h (DIAGNOSTIC_IGNORE_DEPRECATED_REGISTER):
10852 New macro.
10853 * ada-lex.l: Ignore deprecated register warnings.
10854
10855 2017-06-25 Simon Marchi <simon.marchi@ericsson.com>
10856
10857 * main.c (get_init_files): Replace "SYSTEM_GDBINIT +
10858 datadir_len" with "&SYSTEM_GDBINIT[datadir_len]".
10859
10860 2017-06-25 Simon Marchi <simon.marchi@ericsson.com>
10861
10862 * dtrace-probe.c (dtrace_process_dof_probe): Put semi-colon on
10863 its own line.
10864
10865 2017-06-25 Simon Marchi <simon.marchi@ericsson.com>
10866
10867 * nat/x86-dregs.c (x86_show_dr): Print registers one per line.
10868
10869 2017-06-23 Alan Hayward <alan.hayward@arm.com>
10870
10871 * xtensa-tdep.c (XTENSA_MAX_REGISTER_SIZE): Add.
10872 (xtensa_register_write_masked): Use XTENSA_MAX_REGISTER_SIZE.
10873 (xtensa_register_read_masked): Likewise.
10874
10875 2017-06-22 Sergio Durigan Junior <sergiodj@redhat.com>
10876
10877 * common/environ.c (gdb_environ::unset): Update comment.
10878
10879 2017-06-22 Alan Hayward <alan.hayward@arm.com>
10880
10881 * python/py-unwind.c (pyuw_sniffer): Allocate space for
10882 registers.
10883
10884 2017-06-22 Alan Hayward <alan.hayward@arm.com>
10885
10886 * record-full.c (record_full_exec_insn): Use byte_vector.
10887
10888 2017-06-22 Yao Qi <yao.qi@linaro.org>
10889
10890 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Regenerated.
10891 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
10892
10893 2017-06-22 Alan Hayward <alan.hayward@arm.com>
10894
10895 * remote.c (cached_reg): Move from here...
10896 * regcache.h (cached_reg): ...to here.
10897 * python/py-unwind.c (struct reg_info): Remove.
10898 (cached_frame_info): Use cached_reg_t.
10899 (pyuw_prev_register): Likewise.
10900 (pyuw_sniffer): Use cached_reg_t and allocate registers.
10901 (pyuw_dealloc_cache): Free all registers.
10902
10903 2017-06-22 Pedro Alves <palves@redhat.com>
10904 Simon Marchi <simon.marchi@ericsson.com>
10905
10906 * unittests/environ-selftests.c (run_tests): Ignore -Wself-move
10907 warning.
10908 * common/diagnostics.h: New file.
10909
10910 2017-06-22 Pedro Alves <palves@redhat.com>
10911
10912 * common/agent.h: Add include guards.
10913
10914 2017-06-21 Simon Marchi <simon.marchi@ericsson.com>
10915
10916 * target.h (struct target_ops) <to_xfer_partial>: Update doc to
10917 talk about addressable units instead of bytes.
10918
10919 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
10920
10921 * common/environ.c (gdb_environ::unset): Use '::iterator' instead
10922 of '::const_iterator'.
10923
10924 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
10925
10926 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
10927 'unittests/environ-selftests.c'.
10928 (SUBDIR_UNITTESTS_OBS): Add 'environ-selftests.o'.
10929 * charset.c (find_charset_names): Declare object 'iconv_env'.
10930 Update code to use 'iconv_env' object. Remove call to
10931 'free_environ'.
10932 * common/environ.c: Include <utility>.
10933 (make_environ): Delete function.
10934 (free_environ): Delete function.
10935 (gdb_environ::clear): New function.
10936 (gdb_environ::operator=): New function.
10937 (gdb_environ::get): Likewise.
10938 (environ_vector): Delete function.
10939 (set_in_environ): Delete function.
10940 (gdb_environ::set): New function.
10941 (unset_in_environ): Delete function.
10942 (gdb_environ::unset): New function.
10943 (gdb_environ::envp): Likewise.
10944 * common/environ.h: Include <vector>.
10945 (struct gdb_environ): Delete; transform into...
10946 (class gdb_environ): ... this class.
10947 (free_environ): Delete prototype.
10948 (init_environ, get_in_environ, set_in_environ, unset_in_environ,
10949 environ_vector): Likewise.
10950 * infcmd.c (run_command_1): Update code to call
10951 'envp' from 'gdb_environ' class.
10952 (environment_info): Update code to call methods from 'gdb_environ'
10953 class.
10954 (unset_environment_command): Likewise.
10955 (path_info): Likewise.
10956 (path_command): Likewise.
10957 * inferior.c (inferior::~inferior): Delete call to 'free_environ'.
10958 (inferior::inferior): Initialize 'environment' using the host's
10959 information.
10960 * inferior.h: Remove forward declaration of 'struct gdb_environ'.
10961 Include "environ.h".
10962 (class inferior) <environment>: Change type from 'struct
10963 gdb_environ' to 'gdb_environ'.
10964 * mi/mi-cmd-env.c (mi_cmd_env_path): Update code to call
10965 methods from 'gdb_environ' class.
10966 * solib.c (solib_find_1): Likewise
10967 * unittests/environ-selftests.c: New file.
10968
10969 2017-06-20 Yao Qi <yao.qi@linaro.org>
10970
10971 * features/i386/i386-linux.xml: Exchange the order of including
10972 32bit-linux.xml and 32bit-sse.xml.
10973 * features/i386/i386-linux.c: Regenerated.
10974
10975 2017-06-20 Yao Qi <yao.qi@linaro.org>
10976
10977 * target-descriptions.c (tdesc_reg): Add ctor, dtor.
10978 Delete copy ctor and assignment operator.
10979 (tdesc_type): Likewise.
10980 (tdesc_feature): Likewise.
10981 (tdesc_free_reg): Remove.
10982 (tdesc_create_reg): Use new.
10983 (tdesc_free_type): Remove.
10984 (tdesc_create_vector): Use new.
10985 (tdesc_create_union): Likewise.
10986 (tdesc_create_flags): Likewise.
10987 (tdesc_create_enum): Likewise.
10988 (tdesc_free_feature): Delete.
10989 (free_target_description): Use delete.
10990
10991 2017-06-19 John Baldwin <jhb@FreeBSD.org>
10992
10993 * mips-tdep.c (print_gp_register_row): Don't error for unavailable
10994 registers.
10995
10996 2017-06-19 Pedro Alves <palves@redhat.com>
10997
10998 * dwarf2read.c (write_psymtabs_to_index): Construct file_closer
10999 after gdb::unlinker.
11000
11001 2017-06-19 Sergio Durigan Junior <sergiodj@redhat.com>
11002
11003 * mi/mi-cm-env.c (_initialize_mi_cmd_env): Use getenv instead of
11004 gdb_environ to access an environment variable.
11005
11006 2017-06-18 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11007
11008 * nat/linux-ptrace.c (linux_fork_to_function): Add cast to
11009 gdb_byte*.
11010
11011 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
11012
11013 * nat/fork-inferior.h (trace_start_error): Add ATTRIBUTE_PRINTF.
11014
11015 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
11016
11017 * configure: Re-generate.
11018 * warning.m4 (build_warnings): Add -Wno-mismatched-tags.
11019
11020 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
11021
11022 * configure: Re-generate.
11023 * warning.m4: Pass -Werror to compiler when checking for
11024 supported warning flags.
11025
11026 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
11027
11028 * Makefile.in (COMPILE.pre): Add "-x c++".
11029
11030 2017-06-16 Alan Hayward <alan.hayward@arm.com>
11031 Pedro Alves <palves@redhat.com>
11032 Yao Qi <yao.qi@linaro.org>
11033
11034 * defs.h (RequireLongest): New.
11035 (extract_integer): Declare function template.
11036 (extract_signed_integer): Remove the declaration, but define it
11037 static inline.
11038 (extract_unsigned_integer): Likewise.
11039 (store_integer): Declare function template.
11040 (store_signed_integer): Remove the declaration, but define it
11041 static inline.
11042 (store_unsigned_integer): Likewise.
11043 * findvar.c (extract_integer): New function template.
11044 (extract_signed_integer): Remove.
11045 (extract_unsigned_integer): Remove.
11046 (extract_integer<LONGEST>, extract_integer<ULONGEST>): Explicit
11047 instantiations.
11048 (store_integer): New function template.
11049 (store_signed_integer): Remove.
11050 (store_unsigned_integer): Remove.
11051 (store_integer): Explicit instantiations.
11052 * regcache.c (regcache_raw_read_signed): Update.
11053 (regcache::raw_read): New function.
11054 (regcache::raw_read_signed): Remove.
11055 (regcache::raw_read_unsigned): Remove.
11056 (regcache_raw_read_unsigned): Update.
11057 (regcache_raw_write_unsigned): Update.
11058 (regcache::raw_write_signed): Remove.
11059 (regcache::raw_write): New function.
11060 (regcache_cooked_read_signed): Update.
11061 (regcache::raw_write_unsigned): Remove.
11062 (regcache::cooked_read_signed): Remove.
11063 (regcache_cooked_read_unsigned): Update.
11064 (regcache::cooked_read_unsigned): Remove.
11065 (regcache_cooked_write_signed): Update.
11066 (regcache_cooked_write_unsigned): Update.
11067 * regcache.h (regcache) <raw_read_signed>: Remove.
11068 <raw_write_signed, raw_read_unsigned, raw_write_unsigned>: Remove.
11069 <raw_read, raw_write>: New.
11070 <cooked_read_signed, cooked_write_signed>: Remove.
11071 <cooked_write_unsigned, cooked_read_unsigned>: Remove.
11072 <cooked_read, cooked_write>: New.
11073 * sh64-tdep.c (sh64_pseudo_register_read): Update.
11074 (sh64_pseudo_register_write): Update.
11075
11076 2017-06-16 Anton Kolesov <anton.kolesov@synopsys.com>
11077
11078 * arc-tdep.c (arc_disassembler_options): New variable.
11079 (arc_gdbarch_init): Set and use it. Use arc_delayed_print_insn instead
11080 of default_print_insn.
11081 (arc_delayed_print_insn): Set info->section when needed,
11082 use default_print_insn to retrieve a disassembler.
11083
11084 2017-06-14 Sergio Durigan Junior <sergiodj@redhat.com>
11085
11086 PR gdb/21574
11087 * infcmd.c (_initialize_infcmd): Expand "help run" documentation
11088 to mention $SHELL and startup-with-shell.
11089
11090 2017-06-14 Max Filippov <jcmvbkbc@gmail.com>
11091
11092 * MAINTAINERS: Move Maxim Grigoriev to the Past Maintainers.
11093
11094 2017-06-14 Yao Qi <yao.qi@linaro.org>
11095
11096 * aarch64-tdep.c (aarch64_gdb_print_insn): Call
11097 default_print_insn instead of print_insn_aarch64.
11098 * arm-tdep.c (gdb_print_insn_arm): Call
11099 default_print_insn instead of print_insn_big_arm
11100 and print_insn_little_arm.
11101 * i386-tdep.c (i386_print_insn): Call default_print_insn
11102 instead of print_insn_i386.
11103 * ia64-tdep.c (ia64_print_insn): Call
11104 default_print_insn instead of print_insn_ia64.
11105 * mips-tdep.c (gdb_print_insn_mips): Call
11106 default_print_insn instead of print_insn_big_mips
11107 and print_insn_little_mips.
11108 * spu-tdep.c (gdb_print_insn_spu): Call default_print_insn
11109 instead of print_insn_spu.
11110
11111 2017-06-14 Pedro Alves <palves@redhat.com>
11112
11113 * ada-lang.c: Include "common/byte-vector.h".
11114 (ada_value_primitive_packed_val): Use gdb::byte_vector.
11115 * charset.c (wchar_iterator::iterate): Resize the vector instead
11116 of reserving it.
11117 * common/byte-vector.h: Include "common/def-vector.h".
11118 (wchar_iterator::m_out): Now a gdb::def_vector<gdb_wchar_t>.
11119 * cli/cli-dump.c: Include "common/byte-vector.h".
11120 (dump_memory_to_file, restore_binary_file): Use gdb::byte_vector.
11121 * common/byte-vector.h: New file.
11122 * common/def-vector.h: New file.
11123 * common/default-init-alloc.h: New file.
11124 * dwarf2loc.c: Include "common/byte-vector.h".
11125 (rw_pieced_value): Use gdb::byte_vector, and resize the vector
11126 instead of reserving it.
11127 * dwarf2read.c: Include "common/byte-vector.h".
11128 (data_buf::m_vec): Now a gdb::byte_vector.
11129 * gdb_regex.c: Include "common/def-vector.h".
11130 (compiled_regex::compiled_regex): Use gdb::def_vector<char>.
11131 * mi/mi-main.c: Include "common/byte-vector.h".
11132 (mi_cmd_data_read_memory): Use gdb::byte_vector.
11133 * printcmd.c: Include "common/byte-vector.h".
11134 (print_scalar_formatted): Use gdb::byte_vector.
11135 * valprint.c: Include "common/byte-vector.h".
11136 (maybe_negate_by_bytes, print_decimal_chars): Use
11137 gdb::byte_vector.
11138
11139 2017-06-13 Simon Marchi <simon.marchi@ericsson.com>
11140
11141 * darwin-nat.c: Include "nat/fork-inferior.h".
11142
11143 2017-06-13 Simon Marchi <simon.marchi@ericsson.com>
11144
11145 * configure.nat: Factor out Darwin bits that are not
11146 architecture-specific. Add fork-inferior.o.
11147
11148 2017-06-13 Simon Marchi <simon.marchi@ericsson.com>
11149
11150 * configure.nat: Factor out AIX bits that are not
11151 architecture-specific. Add fork-inferior.o.
11152
11153 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11154
11155 * dwarf2loc.c (rw_pieced_value): New. Merge logic from...
11156 (read_pieced_value, write_pieced_value): ...here. Reduce to
11157 wrappers that just call rw_pieced_value.
11158
11159 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11160
11161 * dwarf2loc.c (write_pieced_value): When writing the data for a
11162 memory piece, use write_memory_with_notification instead of
11163 write_memory.
11164
11165 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11166
11167 * valops.c (read_value_memory): Change embedded_offset to
11168 represent a bit offset instead of a byte offset.
11169 * value.h (read_value_memory): Adjust comment.
11170
11171 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11172
11173 * dwarf2loc.c (read_pieced_value): Remove unnecessary variables
11174 dest_offset_bits and source_offset_bits.
11175 (write_pieced_value): Likewise.
11176
11177 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11178
11179 * dwarf2loc.c (read_pieced_value): Respect the piece offset, as
11180 given by DW_OP_bit_piece.
11181 (write_pieced_value): Likewise.
11182
11183 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11184
11185 * dwarf2loc.c (read_pieced_value): Move the buffer allocation and
11186 some other preparations to the places where sufficient information
11187 is available.
11188 (write_pieced_value): Likewise.
11189
11190 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11191
11192 * dwarf2loc.c (bits_to_bytes): New function.
11193 (read_pieced_value): Fix offset calculations for register pieces
11194 on big-endian targets.
11195 (write_pieced_value): Likewise.
11196
11197 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11198
11199 * dwarf2loc.c (read_pieced_value): Remove buffer_size variable.
11200 (write_pieced_value): Likewise.
11201
11202 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11203
11204 * dwarf2loc.c (write_pieced_value): When writing to a bit-field,
11205 transfer the source value's least significant bits, instead of its
11206 lowest-addressed ones. Rename type_len to max_offset.
11207 (read_pieced_value): Mirror above changes to write_pieced_value as
11208 applicable.
11209
11210 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11211
11212 * dwarf2loc.c (write_pieced_value): In DWARF_VALUE_MEMORY,
11213 truncate full bytes from dest_offset_bits before using it as an
11214 offset into the buffer.
11215
11216 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11217
11218 * dwarf2loc.c (write_pieced_value): Include transfer size in
11219 byte-wise check.
11220
11221 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11222
11223 * dwarf2loc.c (write_pieced_value): Fix copy/paste error in the
11224 calculation of this_size.
11225
11226 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11227
11228 * dwarf2loc.c (read_pieced_value): Respect parent value's offset
11229 when targeting a bit-field.
11230 (write_pieced_value): Likewise.
11231
11232 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11233
11234 * dwarf2loc.c (struct piece_closure) <addr_size>: Remove field.
11235 (allocate_piece_closure): Drop addr_size parameter.
11236 (dwarf2_evaluate_loc_desc_full): Adjust call to
11237 allocate_piece_closure.
11238
11239 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11240
11241 PR gdb/21226
11242 * dwarf2loc.c (read_pieced_value): Anchor stack value pieces at
11243 the LSB end, independent of endianness.
11244
11245 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11246
11247 * dwarf2loc.c (write_pieced_value): Fix order of calculations for
11248 size capping.
11249
11250 2017-06-13 Yao Qi <yao.qi@linaro.org>
11251
11252 * mips-linux-nat.c: Move include features/mips*-linux.c to
11253 mips-linux-tdep.c.
11254 (_initialize_mips_linux_nat): Move initialize_tdesc_mips* calls
11255 to mips-linux-tdep.c.
11256 * mips-linux-tdep.c: Include features/mips*-linux.c
11257 (_initialize_mips_linux_tdep): Call initialize_tdesc_mips*
11258 functions.
11259 * mips-linux-tdep.h (tdesc_mips_linux): Declare.
11260 (tdesc_mips_dsp_linux, tdesc_mips64_linux): Declare.
11261 (tdesc_mips64_dsp_linux): Declare.
11262
11263 2017-06-12 Tom Tromey <tom@tromey.com>
11264
11265 * valprint.h (val_print_type_code_int): Remove.
11266 * valprint.c (generic_val_print_int): Always call
11267 val_print_scalar_formatted.
11268 (val_print_type_code_int): Remove.
11269 * printcmd.c (print_scalar_formatted): Handle options->format==0.
11270 * f-valprint.c (f_val_print): Use val_print_scalar_formatted.
11271 * c-valprint.c (c_val_print_int): Use val_print_scalar_formatted.
11272 * ada-valprint.c (ada_val_print_num): Use
11273 val_print_scalar_formatted.
11274
11275 2017-06-12 Tom Tromey <tom@tromey.com>
11276
11277 * printcmd.c (print_scalar_formatted): Unify the two switches.
11278 Don't convert scalars to LONGEST.
11279
11280 2017-06-12 Tom Tromey <tom@tromey.com>
11281
11282 PR exp/16225:
11283 * valprint.h (print_decimal_chars): Update.
11284 * valprint.c (maybe_negate_by_bytes): New function.
11285 (print_decimal_chars): Add "is_signed" argument.
11286 * printcmd.c (print_scalar_formatted): Update.
11287
11288 2017-06-12 Tom Tromey <tom@tromey.com>
11289
11290 PR exp/16225:
11291 * valprint.h (print_binary_chars, print_hex_chars): Update.
11292 * valprint.c (val_print_type_code_int): Update.
11293 (print_binary_chars): Add "zero_pad" argument.
11294 (emit_octal_digit): New function.
11295 (print_octal_chars): Don't zero-pad.
11296 (print_decimal_chars): Likewise.
11297 (print_hex_chars): Add "zero_pad" argument.
11298 * sh64-tdep.c (sh64_do_fp_register): Update.
11299 * regcache.c (regcache::dump): Update.
11300 * printcmd.c (print_scalar_formatted): Update.
11301 * infcmd.c (default_print_one_register_info): Update.
11302
11303 2017-06-12 Pedro Alves <palves@redhat.com>
11304 Alan Hayward <alan.hayward@arm.com>
11305
11306 * mips-tdep.c (MAX_MIPS_ABI_REGSIZE): New.
11307 (mips_eabi_push_dummy_call): Rename local 'regsize' to
11308 'abi_regsize'. Rename local array 'valbuf' to 'ref_valbuf', and
11309 use MAX_MIPS_ABI_REGSIZE instead of MAX_REGISTER_SIZE to size it.
11310 Assert that abi_regsize bytes fit in 'ref_valbuf'.
11311
11312 2017-06-12 Pedro Alves <palves@redhat.com>
11313
11314 * dwarf2read.c (mapped_symtab::data): Now a vector of
11315 symtab_index_entry instead of vector of
11316 std::unique_ptr<symtab_index_entry>. All users adjusted to check
11317 whether an element's name is NULL instead of checking whether the
11318 element itself is NULL.
11319 (find_slot): Change return type. Adjust.
11320 (hash_expand, , add_index_entry, uniquify_cu_indices)
11321 (write_hash_table): Adjust.
11322
11323 2017-06-12 Pedro Alves <palves@redhat.com>
11324
11325 * dwarf2read.c (recursively_count_psymbols): New function.
11326 (write_psymtabs_to_index): Call it to compute number of psyms and
11327 pass estimate size of psyms_seen to unordered_set's ctor.
11328
11329 2017-06-12 Pedro Alves <palves@redhat.com>
11330
11331 * dwarf2read.c (write_hash_table): Check if key already exists
11332 before emplacing.
11333
11334 2017-06-12 Pedro Alves <palves@redhat.com>
11335
11336 * dwarf2read.c (data_buf::append_space): Rename to...
11337 (data_buf::grow): ... this, and make private. Adjust all callers.
11338 (data_buf::append_uint): New method.
11339 (add_address_entry, write_one_signatured_type)
11340 (write_psymtabs_to_index): Use it.
11341
11342 2017-06-12 Pedro Alves <palves@redhat.com>
11343
11344 * dwarf2read.c (file_write(FILE *, const void *, size_t)): Delete.
11345 (file_write (FILE *, const std::vector<Elem>&)): Delete.
11346 (data_buf::file_write): Call ::fwrite directly.
11347
11348 2017-06-12 Pedro Alves <palves@redhat.com>
11349
11350 * dwarf2read.c (uniquify_cu_indices): Use std::unique and
11351 std::vector::erase.
11352
11353 2017-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11354
11355 Code cleanup: C++ify .gdb_index producer.
11356 * dwarf2read.c: Include <unordered_set> and <unordered_map>.
11357 (MAYBE_SWAP) [WORDS_BIGENDIAN]: Cast to offset_type.
11358 (struct strtab_entry, hash_strtab_entry, eq_strtab_entry)
11359 (create_strtab, add_string): Remove.
11360 (file_write, data_buf): New.
11361 (struct symtab_index_entry): Use std::vector for cu_indices.
11362 (struct mapped_symtab): Use std::vector for data.
11363 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry)
11364 (create_symbol_hash_table, create_mapped_symtab, cleanup_mapped_symtab):
11365 Remove.
11366 (find_slot): Change return type. Update it to the new data structures.
11367 (hash_expand, add_index_entry): Update it to the new data structures.
11368 (offset_type_compare): Remove.
11369 (uniquify_cu_indices): Update it to the new data structures.
11370 (c_str_view, c_str_view_hasher, vector_hasher): New.
11371 (add_indices_to_cpool): Remove.
11372 (write_hash_table): Update it to the new data structures.
11373 (struct psymtab_cu_index_map, hash_psymtab_cu_index)
11374 (eq_psymtab_cu_index): Remove.
11375 (psym_index_map): New typedef.
11376 (struct addrmap_index_data): Change addr_obstack pointer to data_buf
11377 reference and std::unordered_map for cu_index_htab.
11378 (add_address_entry, add_address_entry_worker, write_address_map)
11379 (write_psymbols): Update it to the new data structures.
11380 (write_obstack): Remove.
11381 (struct signatured_type_index_data): Change types_list to a data_buf
11382 reference and psyms_seen to a std::unordered_set reference.
11383 (write_one_signatured_type, recursively_write_psymbols)
11384 (write_psymtabs_to_index): Update it to the new data structures.
11385
11386 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
11387
11388 * NEWS (Changes since GDB 8.0): Announce {set,show} debug
11389 separate-debug-file commands.
11390 * symfile.h (separate_debug_file_debug): New global.
11391 * symfile.c (separate_debug_file_debug): New global.
11392 (separate_debug_file_exists, find_separate_debug_file): Add
11393 debug output.
11394 (_initialize_symfile): Add "set debug separate-debug-file"
11395 command.
11396 * build-id.c (build_id_to_debug_bfd,
11397 find_separate_debug_file_by_buildid): Add debug output.
11398
11399 2017-06-10 Simon Marchi <simon.marchi@polymtl.ca>
11400
11401 * gdbarch.sh (displaced_step_free_closure): Remove.
11402 * gdbarch.h, gdbarch.c: Re-generate.
11403 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't set
11404 displaced_step_free_closure.
11405 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
11406 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
11407 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
11408 * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
11409 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
11410 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
11411 * arch-utils.h (simple_displaced_step_free_closure): Remove.
11412 * arch-utils.c (simple_displaced_step_free_closure): Remove.
11413 * infrun.c (displaced_step_clear): Call xfree instead of
11414 gdbarch_displaced_step_free_closure.
11415
11416 2017-06-08 Sergio Durigan Junior <sergiodj@redhat.com>
11417
11418 * common/common-utils.c (stringify_argv): Check for "arg[0] !=
11419 NULL".
11420
11421 2017-06-08 Alan Hayward <alan.hayward@arm.com>
11422
11423 * mn10300-tdep.c (MN10300_MAX_REGISTER_SIZE): Add.
11424 (mn10300_extract_return_value): Use MN10300_MAX_REGISTER_SIZE.
11425 (mn10300_push_dummy_call): Likewise.
11426
11427 2017-06-08 Alan Hayward <alan.hayward@arm.com>
11428
11429 * mi/mi-main.c (register_changed_p): Use value_contents_eq.
11430
11431 2017-06-08 Alan Hayward <alan.hayward@arm.com>
11432
11433 * mi/mi-main.c (register_changed_p): Use cooked_read_value.
11434
11435 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11436
11437 * NEWS (Changes since GDB 8.0): Announce that GDBserver is now
11438 able to start inferiors using a shell.
11439 (New remote packets): Announce new packet "QStartupWithShell".
11440 * remote.c: Add PACKET_QStartupWithShell.
11441 (extended_remote_create_inferior): Handle new
11442 PACKET_QStartupWithShell.
11443 (remote_protocol_features) <QStartupWithShell>: New entry for
11444 PACKET_QStartupWithShell.
11445 (_initialize_remote): Call "add_packet_config_cmd" for
11446 QStartupShell.
11447
11448 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11449 Pedro Alves <palves@redhat.com>
11450
11451 * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-inferior.h"
11452 and "nat/fork-inferior.h".
11453 * common/common-inferior.h: New file, with contents from
11454 "gdb/inferior.h".
11455 * commom/common-utils.c: Include "common-utils.h".
11456 (stringify_argv): New function.
11457 * common/common-utils.h (stringify_argv): New prototype.
11458 * configure.nat: Add "fork-inferior.o" as a dependency for
11459 "*linux*", "fbsd*" and "nbsd*" hosts.
11460 * corefile.c (get_exec_file): Update comment.
11461 * darwin-nat.c (darwin_ptrace_him): Call "gdb_startup_inferior"
11462 instead of "startup_inferior".
11463 (darwin_create_inferior): Call "add_thread_silent" after
11464 "fork_inferior".
11465 * fork-child.c: Cleanup unnecessary includes.
11466 (SHELL_FILE): Move to "common/common-fork-child.c".
11467 (environ): Likewise.
11468 (exec_wrapper): Initialize.
11469 (get_exec_wrapper): New function.
11470 (breakup_args): Move to "common/common-fork-child.c"; rename to
11471 "breakup_args_for_exec".
11472 (escape_bang_in_quoted_argument): Move to
11473 "common/common-fork-child.c".
11474 (saved_ui): New variable.
11475 (prefork_hook): New function.
11476 (postfork_hook): Likewise.
11477 (postfork_child_hook): Likewise.
11478 (gdb_startup_inferior): Likewise.
11479 (fork_inferior): Move to "common/common-fork-child.c". Update
11480 function to support gdbserver.
11481 (startup_inferior): Likewise.
11482 * gdbcore.h (get_exec_file): Remove declaration.
11483 * gnu-nat.c (gnu_create_inferior): Call "gdb_startup_inferior"
11484 instead of "startup_inferior". Call "add_thread_silent" after
11485 "fork_inferior".
11486 * inf-ptrace.c: Include "nat/fork-inferior.h" and "utils.h".
11487 (inf_ptrace_create_inferior): Call "gdb_startup_inferior"
11488 instead of "startup_inferior". Call "add_thread_silent" after
11489 "fork_inferior".
11490 * inferior.h: Include "common-inferior.h".
11491 (trace_start_error): Move to "common/common-utils.h".
11492 (trace_start_error_with_name): Likewise.
11493 (fork_inferior): Move prototype to "nat/fork-inferior.h".
11494 (startup_inferior): Likewise.
11495 (gdb_startup_inferior): New prototype.
11496 * nat/fork-inferior.c: New file, with contents from "fork-child.c".
11497 * nat/fork-inferior.h: New file.
11498 * procfs.c (procfs_init_inferior): Call "gdb_startup_inferior"
11499 instead of "startup_inferior". Call "add_thread_silent" after
11500 "fork_inferior".
11501 * target.h (target_terminal_init): Move prototype to
11502 "target/target.h".
11503 (target_terminal_inferior): Likewise.
11504 (target_terminal_ours): Likewise.
11505 * target/target.h (target_terminal_init): New prototype, moved
11506 from "target.h".
11507 (target_terminal_inferior): Likewise.
11508 (target_terminal_ours): Likewise.
11509 * utils.c (gdb_flush_out_err): New function.
11510
11511 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11512
11513 * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-gdbthread.h".
11514 * common/common-gdbthread.h: New file, with parts from
11515 "gdb/gdbthread.h".
11516 * gdbthread.h: Include "common-gdbthread.h".
11517 (switch_to_thread): Moved to "common/common-gdbthread.h".
11518
11519 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11520
11521 * Makefile.in (SFILES): Add "common/job-control.c".
11522 (HFILES_NO_SRCDIR): Add "common/job-control.h".
11523 (COMMON_OBS): Add "job-control.o".
11524 * common/job-control.c: New file, with contents from
11525 "gdb/inflow.c".
11526 * common/job-control.h: New file, with contents from "terminal.h".
11527 * fork-child.c: Include "job-control.h".
11528 * inflow.c: Include "job-control.h".
11529 (gdb_setpgid): Move to "common/common-inflow.c".
11530 (_initialize_inflow): Move setting of "job_control" to
11531 "handle_job_control".
11532 * terminal.h (job_control): Moved to "common/common-terminal.h".
11533 (gdb_setpgid): Likewise.
11534 * top.c: Include "job_control.h".
11535 * utils.c: Likewise.
11536 (job_control): Moved to "job-control.c".
11537
11538 2017-06-07 Pedro Alves <palves@redhat.com>
11539
11540 * Makefile.in (SFILES): Add gdb_regex.c.
11541 (COMMON_OBS): Add gdb_regex.o.
11542 * ada-lang.c (ada_add_standard_exceptions)
11543 (ada_add_exceptions_from_frame, name_matches_regex)
11544 (ada_add_global_exceptions, ada_exceptions_list_1): Change regex
11545 parameter type to compiled_regex. Adjust.
11546 (ada_exceptions_list): Use compiled_regex.
11547 * break-catch-throw.c (exception_catchpoint::pattern): Now a
11548 std::unique_ptr<compiled_regex>.
11549 (exception_catchpoint::~exception_catchpoint): Remove regfree
11550 call.
11551 (check_status_exception_catchpoint): Adjust to use compiled_regex.
11552 (handle_gnu_v3_exceptions): Adjust to use compiled_regex.
11553 * breakpoint.c (solib_catchpoint::compiled): Now a
11554 std::unique_ptr<compiled_regex>.
11555 (solib_catchpoint::~solib_catchpoint): Remove regfree call.
11556 (check_status_catch_solib): Adjust to use compiled_regex.
11557 (add_solib_catchpoint): Adjust to use compiled_regex.
11558 * cli/cli-cmds.c (apropos_command): Use compiled_regex.
11559 * cli/cli-decode.c (apropos_cmd): Change regex parameter to
11560 compiled_regex reference. Adjust to use it.
11561 * cli/cli-decode.h: Remove struct re_pattern_buffer forward
11562 declaration. Include "gdb_regex.h".
11563 (apropos_cmd): Change regex parameter to compiled_regex reference.
11564 * gdb_regex.c: New file.
11565 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Delete
11566 declarations.
11567 (class compiled_regex): New.
11568 * linux-tdep.c: Include "common/gdb_optional.h".
11569 (struct mapping_regexes): New, factored out from
11570 mapping_is_anonymous_p, and adjusted to use compiled_regex.
11571 (mapping_is_anonymous_p): Use mapping_regexes wrapped in a
11572 gdb::optional and remove cleanups. Adjust to compiled_regex.
11573 * probe.c: Include "common/gdb_optional.h".
11574 (collect_probes): Use compiled_regex and gdb::optional and remove
11575 cleanups.
11576 * skip.c: Include "common/gdb_optional.h".
11577 (skiplist_entry::compiled_function_regexp): Now a
11578 gdb::optional<compiled_regex>.
11579 (skiplist_entry::compiled_function_regexp_is_valid): Delete field.
11580 (free_skiplist_entry): Remove regfree call.
11581 (compile_skip_regexp, skip_rfunction_p): Adjust to use
11582 compiled_regex and gdb::optional.
11583 * symtab.c: Include "common/gdb_optional.h".
11584 (search_symbols): Use compiled_regex and gdb::optional.
11585 * utils.c (do_regfree_cleanup, make_regfree_cleanup)
11586 (get_regcomp_error, compile_rx_or_error): Delete. Some bits moved
11587 to gdb_regex.c.
11588
11589 2017-06-07 Alan Hayward <alan.hayward@arm.com>
11590
11591 * regcache.c (regcache::save): Avoid buffer use.
11592 (regcache::dump): Likewise.
11593
11594 2017-06-07 Alan Hayward <alan.hayward@arm.com>
11595
11596 * sh-tdep.c (sh_pseudo_register_read): Remove
11597 MAX_REGISTER_SIZE.
11598 (sh_pseudo_register_write): Likewise.
11599 * sh64-tdep.c (sh64_pseudo_register_read): Likewise.
11600 (sh64_pseudo_register_write): Likewise
11601
11602 2017-06-07 Alan Hayward <alan.hayward@arm.com>
11603
11604 * aarch64-tdep.c (aarch64_store_return_value): Use
11605 V_REGISTER_SIZE.
11606 (aarch64_pseudo_read_value): Likewise.
11607 (aarch64_pseudo_write): Likewise.
11608
11609 2017-06-06 Yao Qi <yao.qi@linaro.org>
11610
11611 * regformats/regdef.h (set_register_cache): Remove the
11612 declaration.
11613
11614 2017-06-06 Alan Hayward <alan.hayward@arm.com>
11615
11616 * frame.c (frame_unwind_register_signed): Use
11617 frame_unwind_register_value.
11618
11619 2017-06-06 Pedro Alves <palves@redhat.com>
11620
11621 PR breakpoints/21553
11622 * breakpoint.c (create_breakpoints_sal_default)
11623 (init_breakpoint_sal, create_breakpoint_sal): Use
11624 gdb::unique_xmalloc_ptr for string parameters.
11625 (create_breakpoint): Constify 'extra_string' and 'cond_string'
11626 parameters. Replace cleanups with gdb::unique_xmalloc_ptr.
11627 (base_breakpoint_create_breakpoints_sal)
11628 (bkpt_create_breakpoints_sal, tracepoint_create_breakpoints_sal)
11629 (strace_marker_create_breakpoints_sal)
11630 (create_breakpoints_sal_default): Use gdb::unique_xmalloc_ptr for
11631 string parameters.
11632 * breakpoint.h (breakpoint_ops::create_breakpoints_sal): Use
11633 gdb::unique_xmalloc_ptr for string parameters.
11634 (create_breakpoint): Constify 'extra_string' and 'cond_string'
11635 parameters.
11636
11637 2017-06-06 Alan Hayward <alan.hayward@arm.com>
11638
11639 * alpha-tdep.c (alpha_register_to_value): Use
11640 get_frame_register_value.
11641 (alpha_value_to_register): Use ALPHA_REGISTER_SIZE.
11642
11643 2017-06-06 Alan Hayward <alan.hayward@arm.com>
11644
11645 * ia64-tdep.c (IA64_MAX_FP_REGISTER_SIZE) Add.
11646 (ia64_register_to_value): Use IA64_MAX_FP_REGISTER_SIZE.
11647 (ia64_value_to_register): Likewise.
11648 (ia64_extract_return_value): Likewise.
11649 (ia64_store_return_value): Likewise.
11650 (ia64_push_dummy_call): Likewise.
11651
11652 2017-06-04 Joel Brobecker <brobecker@adacore.com>
11653
11654 GDB 8.0 released.
11655
11656 2017-06-03 Simon Marchi <simon.marchi@ericsson.com>
11657
11658 * x86-linux-nat.c (struct arch_lwp_info): Remove.
11659
11660 2017-06-03 Simon Marchi <simon.marchi@polymtl.ca>
11661
11662 * linux-nat.c (linux_nat_post_attach_wait): Remove FIRST
11663 parameter.
11664 (linux_nat_attach): Adjust call to linux_nat_post_attach_wait.
11665
11666 2017-06-02 Simon Marchi <simon.marchi@ericsson.com>
11667
11668 * event-loop.c (poll_timers): Unallocate timer using delete
11669 instead of xfree.
11670
11671 2017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
11672
11673 * breakpoint.h (struct breakpoint_ops) <dtor>: Remove.
11674 (struct breakpoint) <~breakpoint>: New.
11675 (struct watchpoint): Inherit from breakpoint.
11676 <~watchpoint>: New.
11677 <base>: Remove.
11678 (struct tracepoint): Inherit from breakpoint.
11679 <base>: Remove.
11680 * breakpoint.c (longjmp_breakpoint_ops): Remove.
11681 (struct longjmp_breakpoint): Inherit from breakpoint.
11682 <~longjmp_breakpoint>: New.
11683 <base>: Remove.
11684 (new_breakpoint_from_type): Remove casts.
11685 (watchpoint_in_thread_scope): Remove reference to base field.
11686 (watchpoint_del_at_next_stop): Likewise.
11687 (update_watchpoint): Likewise.
11688 (watchpoint_check): Likewise.
11689 (bpstat_check_watchpoint): Likewise.
11690 (set_longjmp_breakpoint): Likewise.
11691 (struct fork_catchpoint): Inherit from breakpoint.
11692 <base>: Remove.
11693 (struct solib_catchpoint): Inherit from breakpoint.
11694 <~solib_catchpoint>: New.
11695 <base>: Remove.
11696 (dtor_catch_solib): Change to ...
11697 (solib_catchpoint::~solib_catchpoint): ... this.
11698 (breakpoint_hit_catch_solib): Remove reference to base field.
11699 (add_solib_catchpoint): Likewise.
11700 (create_fork_vfork_event_catchpoint): Likewise.
11701 (struct exec_catchpoint): Inherit from breakpoint.
11702 <~exec_catchpoint>: New.
11703 <base>: Remove.
11704 (dtor_catch_exec): Change to ...
11705 (exec_catchpoint::~exec_catchpoint): ... this.
11706 (dtor_watchpoint): Change to ...
11707 (watchpoint::~watchpoint): ... this.
11708 (watch_command_1): Remove reference to base field.
11709 (catch_exec_command_1): Likewise.
11710 (base_breakpoint_dtor): Change to ...
11711 (breakpoint::~breakpoint): ... this.
11712 (base_breakpoint_ops): Remove dtor field value.
11713 (longjmp_bkpt_dtor): Change to ...
11714 (longjmp_breakpoint::~longjmp_breakpoint): ... this.
11715 (strace_marker_create_breakpoints_sal): Remove reference to base
11716 field.
11717 (delete_breakpoint): Don't manually call breakpoint destructor.
11718 (create_tracepoint_from_upload): Remove reference to base field.
11719 (trace_pass_set_count): Likewise.
11720 (initialize_breakpoint_ops): Don't initialize
11721 momentary_breakpoint_ops, don't set dtors.
11722 * ada-lang.c (struct ada_catchpoint): Inherit from breakpoint.
11723 <~ada_catchpoint>: New.
11724 <base>: Remove.
11725 (create_excep_cond_exprs): Remove reference to base field.
11726 (dtor_exception): Change to ...
11727 (ada_catchpoint::~ada_catchpoint): ... this.
11728 (dtor_catch_exception): Remove.
11729 (dtor_catch_exception_unhandled): Remove.
11730 (dtor_catch_assert): Remove.
11731 (create_ada_exception_catchpoint): Remove reference to base
11732 field.
11733 (initialize_ada_catchpoint_ops): Don't set dtors.
11734 * break-catch-sig.c (struct signal_catchpoint): Inherit from
11735 breakpoint.
11736 <~signal_catchpoint>: New.
11737 <base>: Remove.
11738 (signal_catchpoint_dtor): Change to ...
11739 (signal_catchpoint::~signal_catchpoint): ... this.
11740 (create_signal_catchpoint): Remove reference to base field.
11741 (initialize_signal_catchpoint_ops): Don't set dtor.
11742 * break-catch-syscall.c (struct syscall_catchpoint): Inherit
11743 from breakpoint.
11744 <~syscall_catchpoint>: New.
11745 <base>: Remove.
11746 (dtor_catch_syscall): Change to ...
11747 (syscall_catchpoint::~syscall_catchpoint): ... this.
11748 (create_syscall_event_catchpoint): Remove reference to base
11749 field.
11750 (initialize_syscall_catchpoint_ops): Don't set dtor.
11751 * break-catch-throw.c (struct exception_catchpoint): Inherit
11752 from breakpoint.
11753 <~exception_catchpoint>: New.
11754 <base>: Remove.
11755 (dtor_exception_catchpoint): Change to ...
11756 (exception_catchpoint::~exception_catchpoint): ... this.
11757 (handle_gnu_v3_exceptions): Remove reference to base field.
11758 (initialize_throw_catchpoint_ops): Don't set dtor.
11759 * ctf.c (ctf_get_traceframe_address): Remove reference to base
11760 field.
11761 * remote.c (remote_get_tracepoint_status): Likewise.
11762 * tracefile-tfile.c (tfile_get_traceframe_address): Likewise.
11763 * tracefile.c (tracefile_fetch_registers): Likewise.
11764 * tracepoint.c (actions_command): Likewise.
11765 (validate_actionline): Likewise.
11766 (tfind_1): Likewise.
11767 (get_traceframe_location): Likewise.
11768 (find_matching_tracepoint_location): Likewise.
11769 (parse_tracepoint_status): Likewise.
11770 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
11771
11772 2017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
11773
11774 * breakpoint.c (struct longjmp_breakpoint): New struct.
11775 (is_tracepoint_type): Change return type to bool.
11776 (is_longjmp_type): New function.
11777 (new_breakpoint_from_type): Handle longjmp kinds of breakpoints.
11778 (set_raw_breakpoint_without_location): Use
11779 new_breakpoint_from_type.
11780 (set_raw_breakpoint): Likewise.
11781
11782 2017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
11783
11784 * breakpoint.c (new_breakpoint_from_type): New function.
11785 (create_breakpoint_sal): Use new_breakpoint_from_type and
11786 unique_ptr.
11787 (create_breakpoint): Likewise.
11788
11789 2017-05-31 Simon Marchi <simon.marchi@ericsson.com>
11790
11791 * memattr.c (mem_info_command): Rename to ...
11792 (info_mem_command): ... this.
11793 (mem_enable_command): Rename to ...
11794 (enable_mem_command): ... this.
11795 (mem_disable_command): Rename to ...
11796 (disable_mem_command): ... this.
11797 (mem_delete_command): Rename to ...
11798 (delete_mem_command): ... this.
11799 (_initialize_mem): Adjust function names.
11800
11801 2017-05-31 Markus Metzger <markus.t.metzger@intel.com>
11802
11803 * btrace.c (handle_pt_insn_events): New.
11804 (ftrace_add_pt): Call handle_pt_insn_events. Rename ERRCODE into
11805 STATUS. Split into this and ...
11806 (handle_pt_insn_event_flags): ... this.
11807
11808 2017-05-31 Markus Metzger <markus.t.metzger@intel.com>
11809
11810 * configure.ac: Check for pt_insn_event, struct pt_insn.enabled,
11811 and struct pt_insn.resynced.
11812 * configure: Regenerated.
11813 * config.in: Regenerated.
11814
11815 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
11816
11817 * btrace.c (ftrace_find_call_by_number): New function.
11818 (ftrace_new_function): Store objects, not pointers.
11819 (ftrace_find_call_by_number, ftrace_new_return, ftrace_new_switch,
11820 ftrace_new_gap, ftrace_update_function,
11821 ftrace_compute_global_level_offset, btrace_stich_bts, btrace_clear,
11822 btrace_insn_get, btrace_insn_get_error, btrace_insn_end,
11823 btrace_insn_next, btrace_insn_prev, ptrace_find_insn_by_number,
11824 btrace_ends_with_single_insn, btrace_call_get): Account for
11825 btrace_thread_info::functions now storing objects.
11826 * btrace.h (struct btrace_thread_info): Add constructor.
11827 (struct btrace_thread_info) <functions>: Make std::vector.
11828 (struct btrace_thread_info) <prev, next, up, insn, errcode, flags):
11829 Initialize with default values.
11830 * record-btrace.c (record_btrace_frame_sniffer): Account for
11831 btrace_thread_info::functions now storing objects.
11832
11833 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
11834
11835 * btrace.c: Remove typedef bfun_s.
11836 (ftrace_new_gap): Directly add gaps to the list of gaps.
11837 (btrace_bridge_gaps, btrace_compute_ftrace_bts, pt_btrace_insn_flags,
11838 ftrace_add_pt, btrace_compute_ftrace_pt, btrace_compute_ftrace_1,
11839 btrace_finalize_ftrace, btrace_compute_ftrace): Use std::vector
11840 instead of gdb VEC.
11841
11842 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
11843
11844 * btrace.c (ftrace_fixup_caller, ftrace_new_return, ftrace_connect_bfun,
11845 ftrace_bridge_gap): Replace references to btrace_thread_info::segment
11846 with btrace_thread_info::next_segment and
11847 btrace_thread_info::prev_segment.
11848 * btrace.h: Remove struct btrace_func_link.
11849 (struct btrace_function): Replace pair of function segment pointers
11850 with pair of indices.
11851 * python/py-record-btrace.c (btpy_call_prev_sibling,
11852 btpy_call_next_sibling): Replace references to
11853 btrace_thread_info::segment with btrace_thread_info::next_segment and
11854 btrace_thread_info::prev_segment.
11855 * record-btrace.c (record_btrace_frame_this_id): Use
11856 btrace_find_call_by_number.
11857
11858 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
11859
11860 * btrace.c (ftrace_new_function, ftrace_fixup_level,
11861 ftrace_connect_bfun, ftrace_bridge_gap, btrace_bridge_gaps,
11862 btrace_insn_next, btrace_insn_prev): Remove references to
11863 btrace_thread_info::flow.
11864 * btrace.h (struct btrace_function): Remove FLOW.
11865
11866 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
11867
11868 * btrace.c (ftrace_find_call_by_number): New function.
11869 (ftrace_update_caller, ftrace_new_call, ftrace_new_tailcall,
11870 ftrace_get_caller, ftrace_find_call, ftrace_new_return,
11871 ftrace_match_backtrace, ftrace_connect_bfun, ftrace_connect_backtrace,
11872 ftrace_bridge_gap, btrace_bridge_gaps): Use btrace_function::up as an
11873 index.
11874 * btrace.h (struct btrace_function): Turn UP into an index.
11875 * python/py-record-btrace.c (btpy_call_up): Use btrace_function::up
11876 as an index.
11877 * record-btrace.c (record_btrace_frame_unwind_stop_reason,
11878 record_btrace_frame_prev_register, record_btrace_frame_sniffer,
11879 record_btrace_tailcall_frame_sniffe): Use btrace_find_call_by_number.
11880
11881 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
11882
11883 * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
11884 ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
11885 ftrace_update_function, ftrace_compute_global_level_offset,
11886 btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt,
11887 btrace_stitch_bts, btrace_fetch, btrace_clear, btrace_insn_number,
11888 btrace_insn_end, btrace_is_empty): Remove references to
11889 btrace_thread_info::begin and btrace_thread_info::end.
11890 * btrace.h (struct btrace_thread_info): Remove BEGIN and END.
11891 (struct btrace_thread_info) <functions>: Adjust comment.
11892 * record-btrace.c (record_btrace_start_replaying): Remove reference to
11893 btrace_thread_info::begin.
11894
11895 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
11896
11897 * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
11898 ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
11899 ftrace_update_function): Remove arguments that implicitly were always
11900 BTINFO->END.
11901 (btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt):
11902 Don't pass BTINFO->END.
11903
11904 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
11905
11906 * btrace.c: (btrace_insn_get, btrace_insn_get_error, btrace_insn_number,
11907 btrace_insn_begin, btrace_insn_end, btrace_insn_next, btrace_insn_prev,
11908 btrace_find_insn_by_number): Replace function segment pointer with
11909 index.
11910 (btrace_insn_cmp): Simplify.
11911 * btrace.h: (struct btrace_insn_iterator) Rename index to
11912 insn_index. Replace function segment pointer with index into function
11913 segment vector.
11914 * record-btrace.c (record_btrace_call_history): Replace function
11915 segment pointer use with index.
11916 (record_btrace_frame_sniffer): Retrieve function call segment through
11917 vector.
11918 (record_btrace_set_replay): Remove defunc't safety check.
11919
11920 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
11921
11922 * btrace.c (btrace_ends_with_single_insn): New function.
11923 (btrace_call_get, btrace_call_number, btrace_call_begin,
11924 btrace_call_end, btrace_call_next, btrace_call_prev,
11925 btrace_find_call_by_number): Use index into call segment vector
11926 instead of pointer.
11927 (btrace_call_cmp): Simplify.
11928 * btrace.h (struct btrace_call_iterator): Replace function call segment
11929 pointer with index into vector.
11930 * record-btrace.c (record_btrace_call_history): Use index instead of
11931 pointer.
11932
11933 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
11934
11935 * btrace.c (btrace_insn_begin, btrace_insn_end,
11936 btrace_find_insn_by_number): Add btinfo to iterator.
11937 * btrace.h (struct btrace_insn_iterator): Add btinfo.
11938
11939 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
11940
11941 * btrace.c (ftrace_new_function): Add btrace_thread_info to arguments
11942 and save pointers directly.
11943 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return,
11944 ftrace_new_switch, ftrace_new_gap, ftrace_update_function,
11945 ftrace_add_pt): Add btrace_thread_info to arguments. Adjust for
11946 changed signature of functions.
11947 (btrace_compute_ftrace_pt): Adjust for changed signature of functions.
11948 (btrace_fetch): Remove code that adds btrace_function pointers to
11949 vector of btrace_functions.
11950 (btrace_clear): Simplify freeing vector of btrace_functions.
11951
11952 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
11953
11954 * btrace.c (btrace_fetch, btrace_clear, btrace_find_insn_by_number):
11955 Replace VEC_* with std::vector functions.
11956 * btrace.h: Add include: vector. Remove typedef for DEF_VEC_P.
11957 (struct btrace_thread_info)<functions>: Change type to std::vector.
11958
11959 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
11960
11961 * NEWS (Changes in GDB 8.0): Remove extra empty line. Move
11962 "Removed targets and native configurations" up. Merge duplicate
11963 "New commands" sub-sections. Add "New options" sub-sections.
11964
11965 2017-05-26 Alan Hayward <alan.hayward@arm.com>
11966
11967 * defs.h (copy_integer_to_size): New declaration.
11968 * findvar.c (copy_integer_to_size): New function.
11969 (do_cint_test): New selftest function.
11970 (copy_integer_to_size_test): Likewise.
11971 (_initialize_findvar): Likewise.
11972 * mips-fbsd-tdep.c (mips_fbsd_supply_reg): Use raw_supply_integer.
11973 (mips_fbsd_collect_reg): Use raw_collect_integer.
11974 * mips-linux-tdep.c (supply_32bit_reg): Use raw_supply_integer.
11975 (mips64_fill_gregset): Use raw_collect_integer
11976 (mips64_fill_fpregset): Use raw_supply_integer.
11977 * regcache.c (regcache::raw_supply_integer): New function.
11978 (regcache::raw_collect_integer): Likewise.
11979 * regcache.h: (regcache::raw_supply_integer): New declaration.
11980 (regcache::raw_collect_integer): Likewise.
11981
11982 2017-05-24 Yao Qi <yao.qi@linaro.org>
11983
11984 * Makefile.in (SFILES): Add gdbarch-selftests.c.
11985 (COMMON_OBS): Add gdbarch-selftests.o.
11986 * frame.c [GDB_SELF_TESTS] (create_new_frame): New function.
11987 * frame.h [GDB_SELF_TESTS] (create_new_frame): Declare.
11988 * gdbarch-selftests.c: New file.
11989 * regcache.h (regcache) <~regcache>: Mark it virtual if
11990 GDB_SELF_TEST.
11991 <raw_write>: Likewise.
11992
11993 2017-05-24 Yao Qi <yao.qi@linaro.org>
11994
11995 * regcache.c (current_regcache): Change it to
11996 regcache::current_regcache.
11997 (regcache_observer_target_changed): Update.
11998 (regcache_thread_ptid_changed): Make it a regcache static
11999 method.
12000 (regcache_thread_ptid_changed): Update.
12001 (class regcache_access): New.
12002 (current_regcache_test): Update.
12003 (_initialize_regcache): Update.
12004 * regcache.h: Include forward_list.
12005 (regcache): Declare regcache_thread_ptid_changed and declare
12006 registers_changed_ptid as friend.
12007
12008 2017-05-24 Yao Qi <yao.qi@linaro.org>
12009
12010 * i387-tdep.c (i387_register_to_value): Use register_size
12011 instead of TYPE_LENGTH.
12012 * m68k-tdep.c (m68k_register_to_value): Likewise.
12013
12014 2017-05-24 Yao Qi <yao.qi@linaro.org>
12015
12016 * i387-tdep.c (i387_convert_register_p): Return false if type
12017 code isn't TYPE_CODE_FLT.
12018
12019 2017-05-24 Yao Qi <yao.qi@linaro.org>
12020
12021 * alpha-tdep.c (alpha_convert_register_p): Return true if type
12022 length is 4.
12023 (alpha_register_to_value): Remove type length check.
12024 (alpha_value_to_register): Likewise.
12025
12026 2017-05-24 Yao Qi <yao.qi@linaro.org>
12027
12028 * ia64-tdep.c (ia64_convert_register_p): Check type's code is
12029 TYPE_CODE_FLT.
12030
12031 2017-05-24 Yao Qi <yao.qi@linaro.org>
12032
12033 * m68k-tdep.c (m68k_convert_register_p): Check type's code is
12034 TYPE_CODE_FLT or not.
12035
12036 2017-05-24 Yao Qi <yao.qi@linaro.org>
12037
12038 * alpha-tdep.c (alpha_gdbarch_init): Use XCNEW instead of XNEW.
12039 * avr-tdep.c (avr_gdbarch_init): Likewise.
12040 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
12041 * cris-tdep.c (cris_gdbarch_init): Likewise.
12042 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
12043 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
12044 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
12045 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
12046 * mep-tdep.c (mep_gdbarch_init): Likewise.
12047 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
12048 * mips-tdep.c (mips_gdbarch_init): Likewise.
12049 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12050 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
12051 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
12052 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
12053 * v850-tdep.c (v850_gdbarch_init): Likewise.
12054
12055 2017-05-24 Yao Qi <yao.qi@linaro.org>
12056
12057 * selftest-arch.c (tests_with_arch): Call registers_changed
12058 and reinit_frame_cache.
12059 * selftest.c (run_self_tests): Likewise.
12060
12061 2017-05-24 Yao Qi <yao.qi@linaro.org>
12062
12063 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove.
12064 (rs6000_gdbarch_init): Don't call set_gdbarch_print_insn.
12065
12066 2017-05-24 Yao Qi <yao.qi@linaro.org>
12067
12068 * rl78-tdep.c (rl78_gdbarch_init): Don't call
12069 set_gdbarch_print_insn.
12070
12071 2017-05-24 Yao Qi <yao.qi@linaro.org>
12072
12073 * h8300-tdep.c (h8300_gdbarch_init): Don't call
12074 set_gdbarch_print_insn.
12075
12076 2017-05-24 Yao Qi <yao.qi@linaro.org>
12077
12078 * alpha-tdep.c (alpha_gdbarch_init): Don't call
12079 set_gdbarch_print_insn.
12080 * arc-tdep.c (arc_gdbarch_init): Likewise.
12081 * arch-utils.c: include dis-asm.h.
12082 (default_print_insn): New function.
12083 * arch-utils.h (default_print_insn): Declare.
12084 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_print_insn.
12085 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
12086 * cris-tdep.c (cris_delayed_get_disassembler): Remove.
12087 (cris_gdbarch_init): Don't call set_gdbarch_print_insn.
12088 * frv-tdep.c (frv_gdbarch_init): Likewise.
12089 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
12090 * gdbarch.sh (print_insn): Use default_print_insn.
12091 * gdbarch.c: Regenerated.
12092 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
12093 * iq2000-tdep.c (iq2000_gdbarch_init): Likewise.
12094 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
12095 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
12096 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
12097 * m68hc11-tdep.c (gdb_print_insn_m68hc11): Remove.
12098 (m68hc11_gdbarch_init): Don't call set_gdbarch_print_insn.
12099 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
12100 * m88k-tdep.c (m88k_gdbarch_init): Likewise.
12101 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
12102 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12103 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
12104 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
12105 * mt-tdep.c (mt_gdbarch_init): Likewise.
12106 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
12107 * nios2-tdep.c (nios2_print_insn): Remove.
12108 (nios2_gdbarch_init): Don't call set_gdbarch_print_insn.
12109 * rx-tdep.c (rx_gdbarch_init): Likewise.
12110 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
12111 * score-tdep.c (score_print_insn): Remove.
12112 (score_gdbarch_init): Don't call set_gdbarch_print_insn.
12113 * sh-tdep.c (sh_gdbarch_init): Likewise.
12114 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
12115 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
12116 * tic6x-tdep.c (tic6x_print_insn): Remove.
12117 (tic6x_gdbarch_init): Don't call set_gdbarch_print_insn.
12118 * tilegx-tdep.c (tilegx_gdbarch_init): Likewise.
12119 * v850-tdep.c (v850_gdbarch_init): Likewise.
12120 * vax-tdep.c (vax_gdbarch_init): Likewise.
12121 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
12122 * xtensa-tdep.c (xtensa_gdbarch_init): Likewise.
12123
12124 2017-05-23 John Baldwin <jhb@FreeBSD.org>
12125
12126 * mips-fbsd-tdep.c (MIPS_PC_REGNUM): Remove.
12127 (MIPS_FP0_REGNUM): Remove.
12128 (MIPS_FSR_REGNUM): Remove.
12129 (mips_fbsd_supply_fpregs): Use mips_regnum.
12130 (mips_fbsd_supply_gregs): Likewise.
12131 (mips_fbsd_collect_fpregs): Likewise.
12132 (mips_fbsd_collect_gregs): Likewise.
12133
12134 2017-05-23 John Baldwin <jhb@FreeBSD.org>
12135
12136 * mips-fbsd-nat.c (getregs_supplies): Fix upper bound comparison.
12137 (getpfpregs_supplies): New function.
12138 (mips_fbsd_fetch_inferior_registers): Remove early exit and use
12139 getfpregs_supplies.
12140 (mips_fbsd_store_inferior_registers): Likewise.
12141
12142 2017-05-22 Pedro Alves <palves@redhat.com>
12143
12144 * MAINTAINERS (Host/Native): Add John Baldwin as FreeBSD
12145 maintainer.
12146
12147 2017-05-22 Alan Hayward <alan.hayward@arm.com>
12148
12149 * ppc-linux-nat.c (fetch_register): Use PPC_MAX_REGISTER_SIZE.
12150 (store_register): Likewise.
12151 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Likewise.
12152 (get_decimal_float_return_value): Likewise.
12153 (do_ppc_sysv_return_value): Likewise.
12154 (ppc64_sysv_abi_push_integer): Likewise.
12155 (ppc64_sysv_abi_push_freg): Likewise.
12156 (ppc64_sysv_abi_return_value_base): Likewise.
12157 (ppc64_sysv_abi_return_value): Likewise.
12158 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
12159 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
12160 * rs6000-nat.c: Likewise.
12161 * rs6000-tdep.c (rs6000_register_to_value): Likewise.
12162 (rs6000_value_to_register): Likewise.
12163 * ppc-tdep.h (PPC_MAX_REGISTER_SIZE): Add.
12164
12165 2017-05-21 Tom Tromey <tom@tromey.com>
12166
12167 PR rust/21466:
12168 * rust-lang.c (rust_print_type) <TYPE_CODE_ARRAY>: Print unsized
12169 arrays as "[T]", not "[T; ]".
12170
12171 2017-05-19 Tom Tromey <tom@tromey.com>
12172
12173 PR rust/21484:
12174 * rust-lang.c (exp_descriptor_rust): New function.
12175 (rust_language_defn): Use it.
12176 * p-lang.c (pascal_language_defn): Update.
12177 * opencl-lang.c (opencl_language_defn): Update.
12178 * objc-lang.c (objc_language_defn): Update.
12179 * m2-lang.c (m2_language_defn): Update.
12180 * language.h (struct language_defn)
12181 <la_watch_location_expression>: New member.
12182 * language.c (unknown_language_defn, auto_language_defn)
12183 (local_language_defn): Update.
12184 * go-lang.c (go_language_defn): Update.
12185 * f-lang.c (f_language_defn): Update.
12186 * d-lang.c (d_language_defn): Update.
12187 * c-lang.h (c_watch_location_expression): Declare.
12188 * c-lang.c (c_watch_location_expression): New function.
12189 (c_language_defn, cplus_language_defn, asm_language_defn)
12190 (minimal_language_defn): Use it.
12191 * breakpoint.c (watch_command_1): Call
12192 la_watch_location_expression.
12193 * ada-lang.c (ada_language_defn): Update.
12194
12195 2017-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12196
12197 PR tui/21482
12198 * gdb_curses.h (NOMACROS): Define.
12199 (NCURSES_NOMACROS): Define.
12200
12201 2017-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12202
12203 PR tui/21482
12204 * tui/tui-windata.c (tui_erase_data_content): Cast last mvwaddstr
12205 arg to char *.
12206 * tui/tui-wingeneral.c (box_win): Likewise.
12207 * tui/tui-winsource.c (tui_erase_source_content): Likewise.
12208 (tui_show_source_line): Likewise.
12209 (tui_show_exec_info_content): Likewise.
12210
12211 2017-05-19 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
12212
12213 * sparc-tdep.c (sparc_structure_return_p)
12214 (sparc_arg_on_registers_p): New functions.
12215 (sparc32_store_arguments): Use them.
12216 * sparc64-tdep.c (sparc64_16_byte_align_p)
12217 (sparc64_store_floating_fields, sparc64_extract_floating_fields):
12218 Handle TYPE_CODE_ARRAY.
12219
12220 2017-05-17 Yao Qi <yao.qi@linaro.org>
12221
12222 * cli/cli-decode.c (add_alias_cmd): New function.
12223 * command.h (add_alias_cmd): Declare.
12224 * infcmd.c (_initialize_infcmd): Don't call add_com_alias,
12225 instead call add_alias_cmd.
12226
12227 2017-05-17 Pedro Alves <palves@redhat.com>
12228
12229 * Makefile.in (nat_extra_makefile_frag): Rename to ...
12230 (nat_makefile_frag): ... this. All references updated.
12231 * configure.ac: Likewise.
12232 * configure.nat: Likewise. Enhance comments.
12233 * configure: Regenerate.
12234
12235 2017-05-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12236
12237 * procfs.c (procfs_create_inferior): Change prototype to match
12238 definition.
12239
12240 2017-05-13 Eli Zaretskii <eliz@gnu.org>
12241
12242 * tui/tui.c (tui_enable): Cast "unknown" to 'char *' to avoid a
12243 C++ compiler warning.
12244
12245 2017-05-12 Tom Tromey <tom@tromey.com>
12246
12247 PR rust/21483:
12248 * rust-lang.c (rust_evaluate_subexp) <STRUCTOP_STRUCT>: Don't
12249 recurse, just call value_struct_elt directly.
12250
12251 2017-05-12 Tom Tromey <tom@tromey.com>
12252
12253 * rust-lang.c (rust_dump_subexp_body) <STRUCTOP_ANONYMOUS,
12254 OP_RUST_ARRAY>: Fix.
12255
12256 2017-05-12 Tom Tromey <tom@tromey.com>
12257
12258 * rust-lang.c (rust_print_subexp): Replace "return" with "break".
12259
12260 2017-05-09 Yao Qi <yao.qi@linaro.org>
12261
12262 * regcache.c: Include <forward_list>.
12263 (struct regcache_list): Remove.
12264 (current_regcache): Update.
12265 (get_thread_arch_aspace_regcache): Update for std::forward_list.
12266 (regcache_thread_ptid_changed): Likewise.
12267 (registers_changed_ptid): Likewise.
12268 (current_regcache_size): Likewise.
12269
12270 2017-05-09 Yao Qi <yao.qi@linaro.org>
12271
12272 * regcache.c [GDB_SELF_TEST]: Include selftest.h.
12273 (current_regcache_size): New function.
12274 (current_regcache_test): New function.
12275 (_initialize_regcache) [GDB_SELF_TEST]: Register the unit test.
12276
12277 2017-05-08 Alan Hayward <alan.hayward@arm.com>
12278
12279 * mips-tdep.c (mips_o32_return_value): Remove unused buffer.
12280 (print_gp_register_row): Use get_frame_register_value.
12281
12282 2017-05-08 Alan Hayward <alan.hayward@arm.com>
12283
12284 * mips-linux-tdep.c (mips_supply_gregset): Use raw_supply_zeroed.
12285 (mips_supply_fpregset): Likewise.
12286 (mips64_supply_gregset): Likewise.
12287
12288 2017-05-08 Alan Hayward <alan.hayward@arm.com>
12289
12290 * mn10300-linux-tdep.c (am33_supply_gregset_method): Use
12291 regcache->raw_supply_zeroed.
12292
12293 2017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
12294
12295 * configure.nat: Rearrange 'case' statements to match
12296 host before cpu.
12297
12298 2017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
12299
12300 * Makefile.in: Remove "@host_makefile_frag@". Add variables
12301 NAT_FILE, NATDEPFILES, NAT_CDEPS, LOADLIBES, MH_CFLAGS, XM_CLIBS,
12302 NAT_GENERATED_FILES, HAVE_NATIVE_GCORE_HOST. Add
12303 "@nat_extra_makefile_frag@".
12304 (Makefile): Remove dependency on "@frags@".
12305 ($(GNULIB_BUILDDIR)/Makefile): Likewise.
12306 (data-directory/Makefile): Likewise.
12307 * config/aarch64/linux.mh: Deleted; moved contents to
12308 "gdb/configure.nat".
12309 * config/alpha/alpha-linux.mh: Likewise.
12310 * config/alpha/nbsd.mh: Likewise.
12311 * config/arm/linux.mh: Likewise.
12312 * config/arm/nbsdelf.mh: Likewise.
12313 * config/i386/cygwin.mh: Likewise.
12314 * config/i386/cygwin64.mh: Likewise.
12315 * config/i386/darwin.mh: Likewise.
12316 * config/i386/fbsd.mh: Likewise.
12317 * config/i386/fbsd64.mh: Likewise.
12318 * config/i386/go32.mh: Likewise.
12319 * config/i386/i386gnu.mh: Likewise.
12320 * config/i386/i386sol2.mh: Likewise.
12321 * config/i386/linux.mh: Likewise.
12322 * config/i386/linux64.mh: Likewise.
12323 * config/i386/mingw.mh: Likewise.
12324 * config/i386/mingw64.mh: Likewise.
12325 * config/i386/nbsd64.mh: Likewise.
12326 * config/i386/nbsdelf.mh: Likewise.
12327 * config/i386/nto.mh: Likewise.
12328 * config/i386/obsd.mh: Likewise.
12329 * config/i386/obsd64.mh: Likewise.
12330 * config/i386/sol2-64.mh: Likewise.
12331 * config/ia64/linux.mh: Likewise.
12332 * config/m32r/linux.mh: Likewise.
12333 * config/m68k/linux.mh: Likewise.
12334 * config/m68k/nbsdelf.mh: Likewise.
12335 * config/m68k/obsd.mh: Likewise.
12336 * config/m88k/obsd.mh: Likewise.
12337 * config/mips/fbsd.mh: Likewise.
12338 * config/mips/linux.mh: Likewise.
12339 * config/mips/nbsd.mh: Likewise.
12340 * config/mips/obsd64.mh: Likewise.
12341 * config/pa/linux.mh: Likewise.
12342 * config/pa/nbsd.mh: Likewise.
12343 * config/pa/obsd.mh: Likewise.
12344 * config/powerpc/aix.mh: Likewise.
12345 * config/powerpc/fbsd.mh: Likewise.
12346 * config/powerpc/linux.mh: Likewise.
12347 * config/powerpc/nbsd.mh: Likewise.
12348 * config/powerpc/obsd.mh: Likewise.
12349 * config/powerpc/ppc64-linux.mh: Likewise.
12350 * config/powerpc/spu-linux.mh: Likewise.
12351 * config/s390/linux.mh: Likewise.
12352 * config/sh/nbsd.mh: Likewise.
12353 * config/sparc/fbsd.mh: Likewise.
12354 * config/sparc/linux.mh: Likewise.
12355 * config/sparc/linux64.mh: Likewise.
12356 * config/sparc/nbsd64.mh: Likewise.
12357 * config/sparc/nbsdelf.mh: Likewise.
12358 * config/sparc/obsd64.mh: Likewise.
12359 * config/sparc/sol2.mh: Likewise.
12360 * config/tilegx/linux.mh: Likewise.
12361 * config/vax/nbsdelf.mh: Likewise.
12362 * config/vax/obsd.mh: Likewise.
12363 * config/xtensa/linux.mh: Likewise.
12364 * config/i386/i386gnu.mn: New file, with excerpts from
12365 "config/i386/i386gnu.mh".
12366 * configure: Regenerate.
12367 * configure.ac: Rewrite code to use "gdb/configure.nat" instead of
12368 *.mh files under "gdb/config".
12369 * configure.nat: New file, with contents from the
12370 "gdb/config/*/*.mh" files.
12371
12372 2017-05-05 Tim Wiederhake <tim.wiederhake@intel.com>
12373
12374 * btrace.c (btrace_clear): Free insn vector.
12375
12376 2017-05-05 Pedro Alves <palves@redhat.com>
12377
12378 * warning.m4 (build_warnings): Add -Wno-error=maybe-uninitialized.
12379 * configure: Regenerate.
12380
12381 2017-05-04 Pedro Alves <palves@redhat.com>
12382
12383 * Makefile.in (SFILES): Add progspace-and-thread.c.
12384 (HFILES_NO_SRCDIR): Add progspace-and-thread.h.
12385 (COMMON_OBS): Add progspace-and-thread.o.
12386 * breakpoint.c: Include "progspace-and-thread.h".
12387 (update_inserted_breakpoint_locations)
12388 (insert_breakpoint_locations, create_longjmp_master_breakpoint):
12389 Use scoped_restore_current_pspace_and_thread.
12390 (create_std_terminate_master_breakpoint): Use
12391 scoped_restore_current_program_space.
12392 (remove_breakpoint): Use scoped_restore_current_pspace_and_thread.
12393 (print_breakpoint_location): Use
12394 scoped_restore_current_program_space.
12395 (bp_loc_is_permanent): Use
12396 scoped_restore_current_pspace_and_thread.
12397 (resolve_sal_pc): Use scoped_restore_current_pspace_and_thread.
12398 (download_tracepoint_locations): Use
12399 scoped_restore_current_pspace_and_thread.
12400 (breakpoint_re_set): Use scoped_restore_current_pspace_and_thread.
12401 * exec.c (exec_close_1): Use scoped_restore_current_program_space.
12402 (enum step_over_calls_kind): Moved from inferior.h.
12403 (class scoped_restore_current_thread): New class.
12404 * gdbthread.h (make_cleanup_restore_current_thread): Delete
12405 declaration.
12406 (scoped_restore_current_thread): New class.
12407 * infcmd.c: Include "common/gdb_optional.h".
12408 (continue_1, proceed_after_attach): Use
12409 scoped_restore_current_thread.
12410 (notice_new_inferior): Use scoped_restore_current_thread.
12411 * inferior.c: Include "progspace-and-thread.h".
12412 (restore_inferior, save_current_inferior): Delete.
12413 (add_inferior_command, clone_inferior_command): Use
12414 scoped_restore_current_pspace_and_thread.
12415 * inferior.h (scoped_restore_current_inferior): New class.
12416 * infrun.c: Include "progspace-and-thread.h" and
12417 "common/gdb_optional.h".
12418 (follow_fork_inferior): Use
12419 scoped_restore_current_pspace_and_thread.
12420 (scoped_restore_exited_inferior): New class.
12421 (handle_vfork_child_exec_or_exit): Use
12422 scoped_restore_exited_inferior,
12423 scoped_restore_current_pspace_and_thread,
12424 scoped_restore_current_thread and scoped_restore.
12425 (fetch_inferior_event): Use scoped_restore_current_thread.
12426 * linespec.c (decode_line_full, decode_line_1): Use
12427 scoped_restore_current_program_space.
12428 * mi/mi-main.c: Include "progspace-and-thread.h".
12429 (exec_continue): Use scoped_restore_current_thread.
12430 (mi_cmd_exec_run): Use scoped_restore_current_pspace_and_thread.
12431 (mi_cmd_trace_frame_collected): Use scoped_restore_current_thread.
12432 * proc-service.c (ps_pglobal_lookup): Use
12433 scoped_restore_current_program_space.
12434 * progspace-and-thread.c: New file.
12435 * progspace-and-thread.h: New file.
12436 * progspace.c (release_program_space, clone_program_space): Use
12437 scoped_restore_current_program_space.
12438 (restore_program_space, save_current_program_space)
12439 (save_current_space_and_thread): Delete.
12440 (switch_to_program_space_and_thread): Moved to
12441 progspace-and-thread.c.
12442 * progspace.h (save_current_program_space)
12443 (save_current_space_and_thread): Delete declarations.
12444 (scoped_restore_current_program_space): New class.
12445 * remote.c (remote_btrace_maybe_reopen): Use
12446 scoped_restore_current_thread.
12447 * symtab.c: Include "progspace-and-thread.h".
12448 (skip_prologue_sal): Use scoped_restore_current_pspace_and_thread.
12449 * thread.c (print_thread_info_1): Use
12450 scoped_restore_current_thread.
12451 (struct current_thread_cleanup): Delete.
12452 (do_restore_current_thread_cleanup)
12453 (restore_current_thread_cleanup_dtor): Rename/convert both to ...
12454 (scoped_restore_current_thread::~scoped_restore_current_thread):
12455 ... this new dtor.
12456 (make_cleanup_restore_current_thread): Rename/convert to ...
12457 (scoped_restore_current_thread::scoped_restore_current_thread):
12458 ... this new ctor.
12459 (thread_apply_all_command): Use scoped_restore_current_thread.
12460 (thread_apply_command): Use scoped_restore_current_thread.
12461 * tracepoint.c (tdump_command): Use scoped_restore_current_thread.
12462 * varobj.c (value_of_root_1): Use scoped_restore_current_thread.
12463
12464 2017-05-04 Pedro Alves <palves@redhat.com>
12465
12466 * thread.c (make_cleanup_restore_current_thread): Move
12467 find_thread_ptid call before the is_stopped call. Assert that the
12468 thread is found. Replace is_stopped call by checking the thread's
12469 state directly. Remove unnecessary NULL-thread check.
12470
12471 2017-05-04 Pedro Alves <palves@redhat.com>
12472
12473 * corelow.c (thread_section_name): New class.
12474 (get_core_register_section, get_core_siginfo): Use it.
12475
12476 2017-05-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12477
12478 * corelow.c (sniff_core_bfd): Remove extra semicolon.
12479 (get_core_register_section): Remove xfree of NULL pointer.
12480
12481 2017-05-03 Alan Hayward <alan.hayward@arm.com>
12482
12483 * frv-linux-tdep.c (frv_linux_supply_gregset): Use raw_supply_zeroed.
12484 * regcache.c (regcache::raw_supply_zeroed): New function.
12485 * regcache.h (regcache::raw_supply_zeroed): New declaration.
12486
12487 2017-05-03 Simon Marchi <simon.marchi@ericsson.com>
12488
12489 * gdbarch.sh: Remove commented out definition of
12490 TARGET_CHAR_BIT.
12491 * gdbarch.h: Re-generate.
12492
12493 2017-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
12494
12495 * configure: Regenerate.
12496
12497 2017-05-02 Simon Marchi <simon.marchi@ericsson.com>
12498
12499 * solib-target.c (solib_target_relocate_section_addresses):
12500 Remove num_section_bases, num_bases, segment_bases variables.
12501
12502 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
12503
12504 * common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.
12505
12506 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
12507
12508 * solib-target.c: Include <vector>
12509 (struct lm_info_target) <~lm_info_target>: Remove.
12510 <segment_bases, section_bases>: Change type to
12511 std::vector<CORE_ADDR>.
12512 (library_list_start_segment, library_list_start_section,
12513 library_list_end_library,
12514 solib_target_relocate_section_addresses): Adjust.
12515
12516 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
12517
12518 * gdbarch.sh (software_single_step): Change return type to
12519 std::vector<CORE_ADDR>.
12520 * gdbarch.c, gdbarch.h: Re-generate.
12521 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
12522 Adjust.
12523 (arm_deal_with_atomic_sequence_raw): Adjust.
12524 (thumb_get_next_pcs_raw): Adjust.
12525 (arm_get_next_pcs_raw): Adjust.
12526 (arm_get_next_pcs): Adjust.
12527 * arch/arm-get-next-pcs.h (arm_get_next_pcs): Adjust.
12528 * aarch64-tdep.c (aarch64_software_single_step): Adjust.
12529 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Adjust.
12530 (alpha_software_single_step): Adjust.
12531 * alpha-tdep.h (alpha_software_single_step): Adjust.
12532 * arm-linux-tdep.c (arm_linux_software_single_step): Adjust.
12533 * arm-tdep.c (arm_software_single_step): Adjust.
12534 (arm_breakpoint_kind_from_current_state): Adjust.
12535 * arm-tdep.h (arm_software_single_step): Adjust.
12536 * breakpoint.c (insert_single_step_breakpoint): Adjust.
12537 * cris-tdep.c (cris_software_single_step): Adjust.
12538 * mips-tdep.c (mips_deal_with_atomic_sequence): Adjust.
12539 (micromips_deal_with_atomic_sequence): Adjust.
12540 (deal_with_atomic_sequence): Adjust.
12541 (mips_software_single_step): Adjust.
12542 * mips-tdep.h (mips_software_single_step): Adjust.
12543 * moxie-tdep.c (moxie_software_single_step): Adjust.
12544 * nios2-tdep.c (nios2_software_single_step): Adjust.
12545 * ppc-tdep.h (ppc_deal_with_atomic_sequence): Adjust.
12546 * rs6000-aix-tdep.c (rs6000_software_single_step): Adjust.
12547 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Adjust.
12548 * s390-linux-tdep.c (s390_software_single_step): Adjust.
12549 * sparc-tdep.c (sparc_software_single_step): Adjust.
12550 * spu-tdep.c (spu_software_single_step): Adjust.
12551 * tic6x-tdep.c (tic6x_software_single_step): Adjust.
12552
12553 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
12554
12555 * gdbarch.sh: Use semi-colon as field separator instead of colon.
12556 * gdbarch.h: Re-generate.
12557
12558 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12559
12560 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-instruction.o.
12561 (SUBDIR_PYTHON_SRCS): Add py-instruction.c.
12562 * python/py-instruction.c, python/py-instruction.h: New file.
12563 * python/py-record.c: Add py-instruction.h include.
12564 (gdbpy_initialize_record): Make gdb.Instruction a super class of
12565 gdb.RecordInstruction.
12566 * python/python-internal.h: Add gdbpy_initialize_instruction
12567 declaration.
12568 * python/python.c (do_start_initialization): Add
12569 gdbpy_initialize_instruction.
12570
12571 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12572
12573 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_CALL, btpy_call_type):
12574 Remove.
12575 (btrace_func_from_recpy_func): New function.
12576 (btpy_call_new, btpy_number, btpy_hash, btpy_richcompare): Remove.
12577 (btpy_call_level, btpy_call_symbol, btpy_call_instructions,
12578 btpy_call_up, btpy_call_prev_sibling, btpy_call_next_sibling): Rename to ...
12579 (recpy_bt_func_level, recpy_bt_func_symbol, recpy_bt_func_instructions,
12580 recpy_bt_func_up, recpy_bt_func_prev, recpy_bt_func_next): This.
12581 Also, use new helper functions.
12582 (btpy_list_item): Use new helper functions.
12583 (recpy_bt_function_call_history): Use new type name.
12584 (btpy_call_getset): Remove.
12585 (gdbpy_initialize_btrace): Remove code to initialize
12586 gdb.BtraceFunctionCall.
12587 * python/py-record-btrace.h (recpy_bt_func_number, recpy_btb_func_level,
12588 recpy_btb_func_symbol, recpy_bt_func_instructions, recpy_bt_func_up,
12589 recpy_bt_func_prev, recpy_bt_func_next): New export.
12590 * python/py-record.c (recpy_func_type): New static object.
12591 (recpy_func_new, recpy_func_level, recpy_func_symbol,
12592 recpy_func_instructions, recpy_func_up, recpy_func_prev,
12593 recpy_func_next): New function.
12594 (recpy_element_hash, recpy_element_richcompare): Updated comment.
12595 (recpy_func_getset): New static object.
12596 (gdbpy_initialize_record): Add code to initialize gdb.RecordInstruction.
12597 * python/py-record.h (recpy_func_type, recpy_func_new): New export.
12598
12599 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12600
12601 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN): Remove.
12602 (btpy_object, btpy_insn_type, btpy_new): Remove.
12603 (btpy_list_object): Use gdb.RecordInstruction type instead of
12604 gdb.BtraceInstruction type.
12605 (btrace_insn_from_recpy_insn): New function.
12606 (btpy_insn_or_gap_new): Adjust comment. Use recpy_insn_new instead of
12607 btpy_new.
12608 (btpy_call_new, btpy_list_item): Do not use btpy_new anymore.
12609 (btpy_number, btpy_hash, btpy_call_level, btpy_call_symbol,
12610 btpy_call_instructions, btpy_call_up, btpy_call_prev_sibling,
12611 btpy_call_next_sibling, btpy_richcompare): Use recpy_element_object
12612 instead of btpy_object.
12613 (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
12614 btpy_insn_data, btpy_insn_decode): Rename to ...
12615 (recpy_bt_insn_sal, recpy_bt_insn_pc, recpy_bt_insn_size,
12616 recpy_bt_insn_is_speculative, recpy_bt_insn_data,
12617 recpy_bt_insn_decode): This. Also, use new helper functions.
12618 (btpy_list_position, recpy_bt_goto): Use recpy_element_object and
12619 recpy_insn_type.
12620 (btpy_insn_getset): Remove.
12621 (gdbpy_initialize_btrace): Remove code to initialize
12622 gdb.BtraceInstruction. Use recpy_element_object.
12623 * python/py-record-btrace.h (recpy_bt_insn_number, recpy_bt_insn_sal,
12624 recpy_bt_insn_pc, recpy_bt_insn_data, recpy_bt_insn_decoded,
12625 recpy_bt_insn_size, recpy_bt_insn_is_speculative): New export.
12626 * python/py-record.c (recpy_insn_type): New static object.
12627 (recpy_insn_new, recpy_insn_sal, recpy_insn_pc, recpy_insn_data,
12628 recpy_insn_decoded, recpy_insn_size, recpy_insn_is_speculative,
12629 recpy_element_number, recpy_element_hash, recpy_element_richcompare):
12630 New function.
12631 (recpy_insn_getset): New static object.
12632 (gdbpy_initialize_record): Initialize gdb.RecordInstruction.
12633 * python/py-record.h (recpy_element_object): New typedef.
12634 (recpy_insn_type, recpy_insn_new): New export.
12635
12636 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12637
12638 * py-record-btrace.c (btpy_insn_new): Removed.
12639 (btpy_insn_or_gap_new): New function.
12640 (btpy_insn_error): Removed.
12641 (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
12642 btpy_insn_data, btpy_insn_decode): Remove code path for gaps.
12643 (recpy_bt_replay_position, recpy_bt_begin, recpy_bt_end): Call
12644 btpy_insn_or_gap_new instead of btpy_insn_new.
12645 (btpy_insn_getset): Remove btpy_insn_error.
12646 * py-record.c (recpy_gap_type): New static object.
12647 (recpy_gap_object): New typedef.
12648 (recpy_gap_new, recpy_gap_number, recpy_gap_reason_code,
12649 recpy_gap_reason_string): New function.
12650 (recpy_gap_getset): New static object.
12651 (gdbpy_initialize_record): Initialize gdb.RecordGap type.
12652 * py-record.h (recpy_gap_new): New export.
12653
12654 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12655
12656 * python/py-record.c (recpy_ptid): Remove.
12657 (recpy_record_getset): Remove recpy_ptid.
12658
12659 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12660
12661 * btrace.c (btrace_fetch): Set inferior_ptid.
12662 * python/py-record-btrace.c: Add "py-record.h" include.
12663 (recpy_bt_format, recpy_bt_replay_position, recpy_bt_begin,
12664 recpy_bt_end, recpy_bt_instruction_history,
12665 recpy_bt_function_call_history, recpy_bt_goto): Use ptid stored
12666 in gdb.Record object instead of current ptid.
12667 * python/py-record.c: Include new "py-record.h" file.
12668 (recpy_record_object): Moved to py-record.h.
12669 * python/py-record.h: New file.
12670
12671 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12672
12673 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN,
12674 BTPY_REQUIRE_VALID_CALL, recpy_bt_function_call_history): Fix
12675 indentation.
12676
12677 2017-05-01 Joel Brobecker <brobecker@adacore.com>
12678
12679 * MAINTAINERS: Move Daniel Jacobowitz and Mark Kettenis to
12680 the past maintainers section.
12681
12682 2017-04-28 Yao Qi <yao.qi@linaro.org>
12683
12684 * infcmd.c (get_return_value): Use regcache ctor, and remove
12685 cleanup.
12686
12687 2017-04-28 Yao Qi <yao.qi@linaro.org>
12688 Pedro Alves <palves@redhat.com>
12689
12690 * regcache.c (regcache::regcache): New tag dispatch ctor.
12691 (do_cooked_read): Moved above.
12692 (regcache_dup): Use the tag dispatch ctor..
12693 * regcache.h (regcache): Declare ctor, delete copy ctor and
12694 assignment operator, remove friend regcache_dup.
12695
12696 2017-04-28 Yao Qi <yao.qi@linaro.org>
12697
12698 * regcache.c (regcache_dup): Assert !src->m_readonly_p and
12699 call method save instead of regcache_cpy.
12700 * regcache.h (struct regcache): Make regcache_dup a friend.
12701
12702 2017-04-28 Yao Qi <yao.qi@linaro.org>
12703
12704 * regcache.c (struct regcache): Move to regcache.h
12705 (regcache::arch): New method.
12706 (regcache_get_ptid): Update.
12707 (get_regcache_arch): Call arch method.
12708 (get_regcache_aspace): Call method aspace.
12709 (register_buffer): Change it to method.
12710 (regcache_save): Change it to regcache::save.
12711 (regcache_restore): Likewise.
12712 (regcache_cpy_no_passthrough): Remove the declaration.
12713 (regcache_cpy): Call methods restore and cpy_no_passthrough.
12714 (regcache_cpy_no_passthrough): Change it to method
12715 cpy_no_passthrough.
12716 (regcache_register_status): Change it to method
12717 get_register_status.
12718 (regcache_invalidate): Change it to method invalidate.
12719 (regcache_thread_ptid_changed): Use methods ptid and set_ptid.
12720 (regcache_raw_update): Change it to method raw_update.
12721 (regcache_raw_read): Likewise.
12722 (regcache_raw_read_signed): Likewise.
12723 (regcache_raw_read_unsigned): Likewise.
12724 (regcache_raw_write_signed): Likewise.
12725 (regcache_raw_write_unsigned): Likewise.
12726 (regcache_cooked_read): Likewise.
12727 (regcache_cooked_read_value): Likewise.
12728 (regcache_cooked_read_signed): Likewise.
12729 (regcache_cooked_read_unsigned): Likewise.
12730 (regcache_cooked_write_signed): Likewise.
12731 (regcache_cooked_write_unsigned): Likewise.
12732 (regcache_raw_set_cached_value): Likewise.
12733 (regcache_raw_write): Likewise.
12734 (regcache_cooked_write): Likewise.
12735 (regcache_xfer_part): Likewise.
12736 (regcache_raw_read_part): Likewise.
12737 (regcache_raw_write_part): Likewise.
12738 (regcache_cooked_read_part): Likewise.
12739 (regcache_cooked_write_part): Likewise.
12740 (regcache_raw_supply): Likewise.
12741 (regcache_raw_collect): Likewise.
12742 (regcache_transfer_regset): Likewise.
12743 (regcache_supply_regset): Likewise.
12744 (regcache_collect_regset): Likewise.
12745 (regcache_debug_print_register): Likewise.
12746 (enum regcache_dump_what): Move it to regcache.h.
12747 (regcache_dump): Change it to method dump.
12748 * regcache.h (enum regcache_dump_what): New.
12749 (class regcache): New.
12750 * target.c (target_fetch_registers): Call method
12751 debug_print_register.
12752 (target_store_registers): Likewise.
12753
12754 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
12755
12756 * windows-nat.c (struct lm_info_windows): Initialize field.
12757 (windows_make_so): Allocate lm_info_windows with new.
12758 (windows_free_so): Free lm_info_windows with delete.
12759
12760 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
12761
12762 * solib-darwin.c (struct lm_info_darwin): Initialize field.
12763 (darwin_current_sos): Allocate lm_info_darwin with new, remove
12764 cleanup.
12765 (darwin_free_so): Free lm_info_darwin with delete.
12766
12767 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
12768
12769 * solib-svr4.h (struct lm_info_svr4): Initialize fields.
12770 <l_addr_p>: Change type to bool.
12771 * solib-svr4.c (lm_info_read): Allocate lm_info_svr4 with new.
12772 (svr4_free_so): Free lm_info_svr4 with delete.
12773 (svr4_copy_library_list): Replace memcpy with call to copy
12774 constructor.
12775 (library_list_start_library, svr4_default_sos): Allocate
12776 lm_info_svr4 with new.
12777
12778 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
12779
12780 * solib-target.c (struct lm_info_target): Add destructor,
12781 initialize fields.
12782 <name>: Change type to std::string.
12783 (library_list_start_library): Allocate lm_info_target with new.
12784 (solib_target_free_library_list): Free lm_info_target with
12785 delete.
12786 (solib_target_current_sos): Adapt to std::string.
12787 (solib_target_free_so): Free lm_info_target with delete.
12788
12789 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
12790
12791 * solib-frv.c (struct lm_info_frv): Add destructor, initialize
12792 fields.
12793 (frv_current_sos): Allocate lm_info_frv with new.
12794 (frv_relocate_main_executable): Free lm_info_frv with delete,
12795 allocate with new.
12796 (frv_clear_solib, frv_free_so): Free lm_info_frv with delete.
12797
12798 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
12799
12800 * solib-frv.c (struct lm_info_frv): Fix indentation.
12801
12802 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
12803
12804 * solib-dsbt.c (struct lm_info_dsbt): Add destructor, initialize
12805 map field.
12806 (dsbt_current_sos): Allocate lm_info_dsbt with new.
12807 (dsbt_relocate_main_executable): Free lm_info_dsbt with delete
12808 and allocate with new.
12809 (dsbt_clear_solib, dsbt_free_so): Free lm_info_dsbt with delete.
12810
12811 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
12812
12813 * solib-aix.c (struct lm_info_aix): Initialize fields in-class.
12814 <filename, member_name>: Change type to std::string.
12815 (solib_aix_new_lm_info, solib_aix_xfree_lm_info): Remove.
12816 (library_list_start_library): Allocate lm_info_aix with new.
12817 (solib_aix_free_library_list, solib_aix_free_so): Free with delete.
12818 (solib_aix_current_sos): Adapt to std::string, copy lm_info_aix
12819 with copy constructor.
12820
12821 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
12822
12823 * solist.h (struct lm_info): Remove.
12824 (struct lm_info_base): New class.
12825 (struct so_list) <lm_info>: Change type to lm_info_base *.
12826 * nto-tdep.c (struct lm_info): Remove.
12827 (lm_addr): Adjust.
12828 * solib-aix.c (struct lm_info): Rename to ...
12829 (struct lm_info_aix): ... this. Extend lm_info_base.
12830 (lm_info_p): Rename to ...
12831 (lm_info_aix_p): ... this, and adjust.
12832 (solib_aix_new_lm_info, solib_aix_xfree_lm_info,
12833 solib_aix_parse_libraries, library_list_start_library,
12834 solib_aix_free_library_list, solib_aix_parse_libraries,
12835 solib_aix_get_library_list,
12836 solib_aix_relocate_section_addresses, solib_aix_free_so,
12837 solib_aix_get_section_offsets,
12838 solib_aix_solib_create_inferior_hook, solib_aix_current_sos):
12839 Adjust.
12840 (struct solib_aix_inferior_data) <library_list>: Adjust.
12841 * solib-darwin.c (struct lm_info): Rename to ...
12842 (struct lm_info_darwin): ... this. Extend lm_info_base.
12843 (darwin_current_sos, darwin_relocate_section_addresses): Adjust.
12844 * solib-dsbt.c (struct lm_info): Rename to ...
12845 (struct lm_info_dsbt): ... this. Extend lm_info_base.
12846 (struct dsbt_info) <main_executable_lm_info): Adjust.
12847 (dsbt_current_sos, dsbt_relocate_main_executable, dsbt_free_so,
12848 dsbt_relocate_section_addresses): Adjust.
12849 * solib-frv.c (struct lm_info): Rename to ...
12850 (struct lm_info_frv): ... this. Extend lm_info_base.
12851 (main_executable_lm_info): Adjust.
12852 (frv_current_sos, frv_relocate_main_executable, frv_free_so,
12853 frv_relocate_section_addresses, frv_fdpic_find_global_pointer,
12854 find_canonical_descriptor_in_load_object,
12855 frv_fdpic_find_canonical_descriptor): Adjust.
12856 * solib-svr4.c (struct lm_info): Move to solib-svr4.h, renamed
12857 to lm_info_svr4.
12858 (lm_info_read, lm_addr_check, svr4_keep_data_in_core,
12859 svr4_clear_so, svr4_copy_library_list,
12860 library_list_start_library, svr4_default_sos, svr4_read_so_list,
12861 svr4_current_sos, svr4_fetch_objfile_link_map,
12862 solist_update_incremental): Adjust.
12863 * solib-svr4.h (struct lm_info_svr4): Move here from
12864 solib-svr4.c.
12865 * solib-target.c (struct lm_info): Rename to ...
12866 (struct lm_info_target): ... this. Extend lm_info_base.
12867 (lm_info_p): Rename to ...
12868 (lm_info_target_p): ... this.
12869 (solib_target_parse_libraries, library_list_start_segment,
12870 library_list_start_section, library_list_start_library,
12871 library_list_end_library, solib_target_free_library_list,
12872 solib_target_current_sos, solib_target_free_so,
12873 solib_target_relocate_section_addresses): Adjust.
12874 * windows-nat.c (struct lm_info): Rename to ...
12875 (struct lm_info_windows): ... this. Extend lm_info_base.
12876 (windows_make_so, handle_load_dll, handle_unload_dll,
12877 windows_xfer_shared_libraries): Adjust.
12878
12879 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
12880
12881 * solib-darwin.c (struct darwin_so_list): Remove.
12882 (darwin_current_sos): Allocate an so_list object instead of a
12883 darwin_so_list, separately allocate an lm_info object.
12884 (darwin_free_so): Free lm_info.
12885
12886 2017-04-28 John Baldwin <jhb@FreeBSD.org>
12887
12888 * mips-tdep.c (print_gp_register_row): Replace printf_filtered
12889 with fprintf_filtered.
12890
12891 2017-04-28 Yao Qi <yao.qi@linaro.org>
12892
12893 * regcache.c (regcache::regcache): New function.
12894 (regcache::~regcache): New function.
12895 (regcache_xmalloc_1): Remove.
12896 (regcache_xmalloc): Call new regcache.
12897 (regcache_xfree): Call delete regcache.
12898 (get_thread_arch_aspace_regcache): Call new regcache.
12899
12900 2017-04-28 Yao Qi <yao.qi@linaro.org>
12901
12902 * mips-linux-nat.c (mips_linux_new_thread): Use ptid method
12903 lwp instead of ptid_get_lwp.
12904
12905 2017-04-28 Yao Qi <yao.qi@linaro.org>
12906
12907 * mips-linux-nat.c (mips_linux_new_thread): Get lwpid from
12908 lwp_info instead of getting from inferior_ptid.
12909
12910 2017-04-27 Keith Seitz <keiths@redhat.com>
12911
12912 * gdbtypes.c (LVALUE_REFERENCE_TO_RVALUE_BINDING_BADNESS)
12913 DIFFERENT_REFERENCE_TYPE_BADNESS): Remove.
12914 (CV_CONVERSION_BADNESS): Define.
12915 (rank_one_type): Remove overly restrictive rvalue reference
12916 rank checks.
12917 Add cv-qualifier checks and subranks for type equality.
12918 * gdbtypes.h (REFERENCE_CONVERSION_RVALUE,
12919 REFERENCE_CONVERSION_CONST_LVALUE, CV_CONVERSION_BADNESS,
12920 CV_CONVERSION_CONST, CV_CONVERSION_VOLATILE): Declare.
12921
12922 2017-04-27 Simon Marchi <simon.marchi@ericsson.com>
12923
12924 * python/py-inferior.c (inferior_to_inferior_object): Increment reference
12925 count when creating the object.
12926
12927 2017-04-27 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
12928 Ulrich Weigand <uweigand@de.ibm.com>
12929
12930 * xcoffread.c (read_xcoff_symtab): Read correct function auxiliary
12931 entry if xlc -qfuncsect or gcc -ffunction-sections compiler option
12932 is used in AIX.
12933 (read_xcoff_symtab): Handle C_WEAKEXT storage class.
12934 (process_xcoff_symbol): Likewise.
12935 (scan_xcoff_symtab): Likewise.
12936
12937 2017-04-26 Alan Hayward <alan.hayward@arm.com>
12938
12939 * ia64-tdep.c (examine_prologue): Use get_frame_register_unsigned.
12940 (ia64_sigtramp_frame_prev_register): Use read_memory_unsigned_integer.
12941 (ia64_access_reg): Use get_frame_register_unsigned.
12942 (ia64_access_rse_reg): Likewise.
12943 (ia64_libunwind_frame_prev_register): Likewise.
12944
12945 2017-04-26 Jiong Wang <jiong.wang@arm.com>
12946
12947 * gdbarch.sh: New gdbarch method execute_dwarf_cfa_vendor_op.
12948 * gdbarch.c: Regenerated.
12949 * gdbarch.h: Regenerated.
12950 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Made the
12951 visibility external.
12952 (execute_cfa_program): Call execute_dwarf_cfa_vendor_op for CFI
12953 between DW_CFA_lo_user and DW_CFA_high_user inclusive.
12954 (enum cfa_how_kind): Move to ...
12955 (struct dwarf2_frame_state_reg_info): Likewise.
12956 (struct dwarf2_frame_state): Likewise.
12957 * dwarf2-frame.h: ... here.
12958 (dwarf2_frame_state_alloc_regs): New declaration.
12959 * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): New function.
12960 (sparc32_gdbarch_init): Register execute_dwarf_cfa_vendor_op hook.
12961
12962 2017-04-26 Alan Hayward <alan.hayward@arm.com>
12963
12964 * xtensa-tdep.c (xtensa_pseudo_register_read): Use
12965 regcache_raw_read_unsigned.
12966 (xtensa_pseudo_register_write): Likewise.
12967
12968 2017-04-26 Alan Hayward <alan.hayward@arm.com>
12969
12970 * nds32-tdep.c (nds32_pseudo_register_read): Abort on errors.
12971 (nds32_pseudo_register_write): Likewise.
12972
12973 2017-04-25 Yao Qi <yao.qi@linaro.org>
12974
12975 * regcache.c (struct regcache) <readonly_p>: Change its type
12976 to bool.
12977 (regcache_xmalloc_1): Update parameter type and callers update.
12978
12979 2017-04-25 Yao Qi <yao.qi@linaro.org>
12980
12981 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
12982 set_gdbarch_wchar_bit.
12983 * arm-tdep.c (arm_gdbarch_init): Likewise.
12984
12985 2017-04-25 Pedro Alves <palves@redhat.com>
12986
12987 * common/poison.h [!HAVE_IS_TRIVIALLY_COPYABLE] (IsRelocatable)
12988 (BothAreRelocatable, memcopy, memmove): Don't define.
12989 * common/traits.h (__has_feature, HAVE_IS_TRIVIALLY_COPYABLE): New
12990 macros.
12991
12992 2017-04-25 Pedro Alves <palves@redhat.com>
12993
12994 * common/common-defs.h: Include "common/poison.h".
12995 * common/function-view.h: (Not, Or, Requires): Move to traits.h
12996 and adjust.
12997 * common/poison.h: New file.
12998 * common/traits.h: Include <type_traits>.
12999 (Not, Or, Requires): New, moved from common/function-view.h.
13000
13001 2017-04-25 Pedro Alves <palves@redhat.com>
13002
13003 * breakpoint.h (struct breakpoint): In-class initialize all
13004 fields. Make boolean fields "bool".
13005 * breakpoint.c (init_raw_breakpoint_without_location): Remove
13006 memset call and initializations no longer necessary.
13007
13008 2017-04-25 Pedro Alves <palves@redhat.com>
13009
13010 * btrace.c (pt_btrace_insn_flags): Change parameter type to
13011 reference.
13012 (pt_btrace_insn): New function.
13013 (ftrace_add_pt): Remove memset call and use pt_btrace_insn.
13014
13015 2017-04-25 Pedro Alves <palves@redhat.com>
13016
13017 * ada-lang.c (ada_catchpoint_location): Now a "class". Remove
13018 "base" field and inherit from "bp_location" instead. Add
13019 non-default ctor.
13020 (allocate_location_exception): Use new non-default ctor.
13021 * breakpoint.c (get_first_locp_gte_addr): Remove memset call.
13022 (init_bp_location): Convert to ...
13023 (bp_location::bp_location): ... this new ctor, and remove memset
13024 call.
13025 (base_breakpoint_allocate_location): Use the new non-default ctor.
13026 * breakpoint.h (bp_location): Now a class. Declare default and
13027 non-default ctors. In-class initialize all members.
13028 (init_bp_location): Remove declaration.
13029
13030 2017-04-25 Pedro Alves <palves@redhat.com>
13031
13032 * common/enum-flags.h (enum_flags): Don't implement copy ctor and
13033 assignment operator.
13034
13035 2017-04-24 Yao Qi <yao.qi@linaro.org>
13036
13037 * doublest.c (convert_doublest_to_floatformat): Call
13038 floatformat_totalsize_bytes.
13039
13040 2017-04-22 Tom Tromey <tom@tromey.com>
13041
13042 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
13043 ui_out_emit_list.
13044 * stack.c (print_frame): Use ui_out_emit_list.
13045 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
13046 ui_out_emit_list.
13047 * mi/mi-main.c (print_one_inferior)
13048 (mi_cmd_data_list_register_names)
13049 (mi_cmd_data_list_register_values, mi_cmd_list_features)
13050 (mi_cmd_list_target_features, mi_cmd_trace_frame_collected): Use
13051 ui_out_emit_list.
13052 * mi/mi-interp.c (mi_on_normal_stop_1): Use ui_out_emit_list.
13053 (mi_output_solib_attribs): Use ui_out_emit_list,
13054 ui_out_emit_tuple.
13055 * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_list.
13056 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
13057 (mi_cmd_stack_list_args, list_args_or_locals): Use
13058 ui_out_emit_list.
13059 * disasm.c (do_assembly_only): Use ui_out_emit_list.
13060 * breakpoint.c (print_solib_event, output_thread_groups): Use
13061 ui_out_emit_list.
13062
13063 2017-04-22 Tom Tromey <tom@tromey.com>
13064
13065 * mi/mi-main.c (print_variable_or_computed): Use ui_out_emit_tuple.
13066 * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_tuple.
13067 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_out_emit_tuple.
13068
13069 2017-04-22 Tom Tromey <tom@tromey.com>
13070
13071 * tracepoint.c (tvariables_info_1)
13072 (print_one_static_tracepoint_marker): Use ui_out_emit_tuple.
13073
13074 2017-04-22 Tom Tromey <tom@tromey.com>
13075
13076 * stack.c (print_frame_arg): Use ui_out_emit_tuple,
13077 annotate_arg_emitter.
13078 * breakpoint.c (print_mention_watchpoint)
13079 (print_mention_masked_watchpoint): Use ui_out_emit_tuple.
13080 * annotate.h (struct annotate_arg_emitter): New.
13081
13082 2017-04-22 Tom Tromey <tom@tromey.com>
13083
13084 * record-btrace.c (record_btrace_insn_history)
13085 (record_btrace_insn_history_range, record_btrace_call_history)
13086 (record_btrace_call_history_range): Use ui_out_emit_tuple.
13087 * thread.c (do_captured_list_thread_ids, print_thread_info_1): Use
13088 ui_out_emit_tuple.
13089 * stack.c (print_frame_info): Use ui_out_emit_tuple.
13090 * solib.c (info_sharedlibrary_command): Use ui_out_emit_tuple.
13091 * skip.c (skip_info): Use ui_out_emit_tuple.
13092 * remote.c (show_remote_cmd): Use ui_out_emit_tuple.
13093 * progspace.c (print_program_space): Use ui_out_emit_tuple.
13094 * probe.c (info_probes_for_ops): Use ui_out_emit_tuple.
13095 * osdata.c (info_osdata): Use ui_out_emit_tuple.
13096 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
13097 ui_out_emit_tuple.
13098 * mi/mi-main.c (print_one_inferior, list_available_thread_groups)
13099 (output_register, mi_cmd_data_read_memory)
13100 (mi_cmd_data_read_memory_bytes, mi_load_progress)
13101 (mi_cmd_trace_frame_collected): Use ui_out_emit_tuple.
13102 * mi/mi-cmd-var.c (mi_cmd_var_list_children, varobj_update_one):
13103 Use ui_out_emit_tuple.
13104 * mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Use
13105 ui_out_emit_tuple.
13106 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
13107 (mi_cmd_info_gdb_mi_command): Use ui_out_emit_tuple.
13108 * linux-thread-db.c (info_auto_load_libthread_db): Use
13109 ui_out_emit_tuple.
13110 * inferior.c (print_inferior): Use ui_out_emit_tuple.
13111 * gdb_bfd.c (print_one_bfd): Use ui_out_emit_tuple.
13112 * disasm.c (do_mixed_source_and_assembly_deprecated)
13113 (do_mixed_source_and_assembly): Use ui_out_emit_tuple.
13114 * cp-abi.c (list_cp_abis): Use ui_out_emit_tuple.
13115 * cli/cli-setshow.c (cmd_show_list): Use ui_out_emit_tuple.
13116 * breakpoint.c (print_one_breakpoint_location)
13117 (print_one_breakpoint): Use ui_out_emit_tuple.
13118 * auto-load.c (print_script, info_auto_load_cmd): Use
13119 ui_out_emit_tuple.
13120 * ada-tasks.c (print_ada_task_info): Use ui_out_emit_tuple.
13121
13122 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
13123
13124 * thread.c (print_thread_info_1): Remove dead code.
13125
13126 2017-04-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13127
13128 * aarch64-tdep.c (selftests::aarch64_process_record_test): Make it #if
13129 GDB_SELF_TEST.
13130 * arm-tdep.c (selftests::arm_record_test): Likewise.
13131
13132 2017-04-21 Yao Qi <yao.qi@linaro.org>
13133
13134 * regcache.c (regcache_restore): Remove argument 2. Replace
13135 argument 3 with regcache. Get register status from
13136 src->register_status and get register contents from
13137 register_buffer (src, regnum).
13138 (regcache_cpy): Update.
13139
13140 2017-04-19 Pedro Alves <palves@redhat.com>
13141
13142 * gdbthread.h (thread): Add missing closing parenthesis in
13143 comment.
13144
13145 2017-04-19 Pedro Alves <palves@redhat.com>
13146
13147 * common/refcounted-object.h: New file.
13148 * gdbthread.h: Include "common/refcounted-object.h".
13149 (thread_info): Inherit from refcounted_object and add comments.
13150 (thread_info::incref, thread_info::decref)
13151 (thread_info::m_refcount): Delete.
13152 (thread_info::deletable): Use the refcounted_object::refcount()
13153 method.
13154 * inferior.c (current_inferior_): Add comment.
13155 (set_current_inferior): Increment/decrement refcounts.
13156 (prune_inferiors, remove_inferior_command): Skip inferiors marked
13157 not-deletable instead of comparing with the current inferior.
13158 (initialize_inferiors): Increment the initial inferior's refcount.
13159 * inferior.h (struct inferior): Forward declare.
13160 Include "common/refcounted-object.h".
13161 (current_inferior, set_current_inferior): Move declaration to
13162 before struct inferior's definition, and fix comment.
13163 (inferior): Inherit from refcounted_object. Add comments.
13164 * thread.c (switch_to_thread_no_regs): Reference the thread's
13165 inferior pointer directly instead of doing a ptid lookup.
13166 (switch_to_no_thread): New function.
13167 (switch_to_thread(thread_info *)): New function, factored out
13168 from ...
13169 (switch_to_thread(ptid_t)): ... this.
13170 (restore_current_thread): Delete.
13171 (current_thread_cleanup): Remove 'inf_id' and 'was_removable'
13172 fields, and add 'inf' field.
13173 (do_restore_current_thread_cleanup): Check whether old->inf is
13174 alive instead of looking up an inferior by ptid. Use
13175 switch_to_thread and switch_to_no_thread.
13176 (restore_current_thread_cleanup_dtor): Use old->inf directly
13177 instead of lookup up an inferior by id. Decref the inferior.
13178 Don't restore 'removable'.
13179 (make_cleanup_restore_current_thread): Same the inferior pointer
13180 in old, instead of the inferior number. Incref the inferior.
13181 Don't save/clear 'removable'.
13182
13183 2017-04-19 Pedro Alves <palves@redhat.com>
13184
13185 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13186 unittests/scoped_restore-selftests.c.
13187 (SUBDIR_UNITTESTS_OBS): Add scoped_restore-selftests.o.
13188 * common/scoped_restore.h (scoped_restore_base): Make "class".
13189 (scoped_restore_base::release): New public method.
13190 (scoped_restore_base::scoped_restore_base): New protected ctor.
13191 (scoped_restore_base::m_saved_var): New protected field.
13192 (scoped_restore_tmpl::scoped_restore_tmpl(T*)): Initialize the
13193 scoped_restore_base base class instead of m_saved_var directly.
13194 (scoped_restore_tmpl::scoped_restore_tmpl(T*, T2)): Likewise.
13195 (scoped_restore_tmpl::scoped_restore_tmpl(const
13196 scoped_restore_tmpl<T>&)): Likewise.
13197 (scoped_restore_tmpl::~scoped_restore_tmpl): Use the saved_var
13198 method.
13199 (scoped_restore_tmpl::saved_var): New method.
13200 (scoped_restore_tmpl::m_saved_var): Delete.
13201 * inferior.h (inferior::detaching): Now a bool.
13202 * infrun.c (prepare_for_detach): Use a scoped_restore instead of a
13203 cleanup.
13204 * unittests/scoped_restore-selftests.c: New file.
13205
13206 2017-04-19 Pedro Alves <palves@redhat.com>
13207
13208 * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS):
13209 Re-sort in alphabetic order.
13210
13211 2017-04-18 Pedro Alves <palves@redhat.com>
13212
13213 * xml-support.c (obstack_xml_printf): Delete.
13214 * xml-support.h (obstack_xml_printf): Delete.
13215
13216 2017-04-18 Pedro Alves <palves@redhat.com>
13217
13218 * xml-support.c (gdb_xml_parser) <use_dtd, dtd_name, parse,
13219 vdebug, verror, body_text, start_element, end_element, name,
13220 user_data, set_is_xinclude, set_error, expat_parser>: New methods.
13221 <name, user_data, expat_parser, scopes, error, last_line, dtd_name,
13222 is_xinclude>: Make private and add m_ prefix.
13223 (gdb_xml_parser::body_text): New method, based on ...
13224 (gdb_xml_body_text): ... this. Adjust.
13225 (gdb_xml_parser::vdebug): New method, based on ...
13226 (gdb_xml_debug): ... this. Adjust.
13227 (gdb_xml_parser::verror): New method, based on ...
13228 (gdb_xml_error): ... this. Adjust.
13229 (gdb_xml_parser::start_element): New method, based on ...
13230 (gdb_xml_start_element): ... this. Adjust.
13231 (gdb_xml_start_element_wrapper): Defer to
13232 gdb_xml_parser::start_element and gdb_xml_parser::set_error.
13233 (gdb_xml_parser::end_element): New method, based on ...
13234 (gdb_xml_end_element_wrapper): ... this. Adjust.
13235 (gdb_xml_parser::~gdb_xml_parser): Adjust.
13236 (gdb_xml_parser::gdb_xml_parser): Adjust to field renames.
13237 (gdb_xml_parser::use_dtd): New method, based on ...
13238 (gdb_xml_use_dtd): ... this. Adjust.
13239 (gdb_xml_parser::parse): New method, based on ...
13240 (gdb_xml_parse): ... this. Adjust.
13241 (gdb_xml_parse_quick): Adjust to call the parser's parse method.
13242 (xinclude_start_include): Adjust to call the parser's name method.
13243 (xml_xinclude_default, xml_xinclude_start_doctype)
13244 (xml_xinclude_end_doctype): Adjust to call the parser's user_data
13245 method.
13246 (xml_process_xincludes): Adjust to call parser methods.
13247 * xml-support.h (gdb_xml_use_dtd, gdb_xml_parse): Delete
13248 declarations.
13249
13250 2017-04-18 Pedro Alves <palves@redhat.com>
13251
13252 * tracefile-tfile.c (tfile_write_tdesc): Adjust to use
13253 gdb::optional<std::string>.
13254 * xml-support.c: Include <string>.
13255 (scope_level::scope_level(scope_level &&))
13256 (scope_level::~scope_level): Delete.
13257 (scope_level::body): Now a std::string.
13258 (gdb_xml_body_text, gdb_xml_end_element): Adjust.
13259 (xinclude_parsing_data::xinclude_parsing_data): Add 'output'
13260 parameter.
13261 (xinclude_parsing_data::~xinclude_parsing_data): Delete.
13262 (xinclude_parsing_data::output): Now a std::string reference.
13263 (xinclude_start_include): Adjust.
13264 (xml_xinclude_default): Adjust.
13265 (xml_process_xincludes): Add 'output' parameter, and return bool.
13266 * xml-support.h (xml_process_xincludes): Add 'output' parameter,
13267 and return bool.
13268 * xml-tdesc.c: Include <unordered_map> and <string>.
13269 (tdesc_xml_cache): Delete.
13270 (tdesc_xml_cache_s): Delete.
13271 (xml_cache): Now an std::unordered_map.
13272 (tdesc_parse_xml): Adjust to use std::string and unordered_map.
13273 (target_fetch_description_xml): Change return type to
13274 gdb::optional<std::string>, and adjust.
13275 * xml-tdesc.h: Include "common/gdb_optional.h" and <string>.
13276 (target_fetch_description_xml): Change return type to
13277 gdb::optional<std::string>.
13278
13279 2017-04-18 Pedro Alves <palves@redhat.com>
13280
13281 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13282 unittests/optional-selftests.c.
13283 (SUBDIR_UNITTESTS_OBS): Add optional-selftests.o.
13284 * unittests/optional-selftests.c: New file.
13285 * unittests/optional/assignment/1.cc: New file.
13286 * unittests/optional/assignment/2.cc: New file.
13287 * unittests/optional/assignment/3.cc: New file.
13288 * unittests/optional/assignment/4.cc: New file.
13289 * unittests/optional/assignment/5.cc: New file.
13290 * unittests/optional/assignment/6.cc: New file.
13291 * unittests/optional/assignment/7.cc: New file.
13292 * unittests/optional/cons/copy.cc: New file.
13293 * unittests/optional/cons/default.cc: New file.
13294 * unittests/optional/cons/move.cc: New file.
13295 * unittests/optional/cons/value.cc: New file.
13296 * unittests/optional/in_place.cc: New file.
13297 * unittests/optional/observers/1.cc: New file.
13298 * unittests/optional/observers/2.cc: New file.
13299
13300 2017-04-18 Pedro Alves <palves@redhat.com>
13301
13302 * common/gdb_optional.h: Include common/traits.h.
13303 (in_place_t): New type.
13304 (in_place): New constexpr variable.
13305 (optional::optional): Remove member initialization of
13306 m_instantiated.
13307 (optional::optional(in_place_t...)): New constructor.
13308 (optional::~optional): Use reset.
13309 (optional::optional(const optional&)): New.
13310 (optional::optional(const optional&&)): New.
13311 (optional::optional(T &)): New.
13312 (optional::optional(T &&)): New.
13313 (operator::operator=(const optional &)): New.
13314 (operator::operator=(optional &&)): New.
13315 (operator::operator= (const T &))
13316 (operator::operator= (T &&))
13317 (operator::emplace (Args &&... args)): Return a T&. Use reset.
13318 (operator::reset): New.
13319 (operator::m_instantiated):: Add in-class initializer.
13320 * common/traits.h: Include <type_traits>.
13321 (struct And): New types.
13322
13323 2017-04-18 Pedro Alves <palves@redhat.com>
13324
13325 * xml-support.c: Include <vector>.
13326 (scope_level::scope_level(const gdb_xml_element *))
13327 (scope_level::scope_level(scope_level&&)): New.
13328 (scope_level::~scope_level): New.
13329 (scope_level_s): Delete.
13330 (gdb_xml_parser::scopes): Now a std::vector.
13331 (gdb_xml_body_text, gdb_xml_start_element, gdb_xml_end_element):
13332 Use std::vector.
13333 (gdb_xml_parser::~gdb_xml_parser): Remove now unnecessary
13334 scope cleanup code.
13335 (gdb_xml_parser::gdb_xml_parser): Remove explicit initialization
13336 of the scopes member. Use std::vector::emplace_back.
13337
13338 2017-04-18 Pedro Alves <palves@redhat.com>
13339
13340 * xml-support.c (gdb_xml_parser): Add ctor/dtor. Make is_xinclude
13341 a bool.
13342 (gdb_xml_end_element): Change type of first parameter.
13343 (gdb_xml_cleanup): Rename to ...
13344 (gdb_xml_parser::~gdb_xml_parser): ... this.
13345 (gdb_xml_create_parser_and_cleanup): Delete with ...
13346 (gdb_xml_parser::gdb_xml_parser): ... creation parts factored out
13347 to this new ctor.
13348 (gdb_xml_parse_quick): Create a local gdb_xml_parser instead of
13349 using gdb_xml_create_parser_and_cleanup.
13350 (xinclude_parsing_data): Add ctor/dtor.
13351 (xml_xinclude_cleanup): Delete.
13352 (xml_process_xincludes): Create a local xinclude_parsing_data
13353 instead of heap-allocating one. Create a local gdb_xml_parser
13354 instead of heap-allocating one with
13355 gdb_xml_create_parser_and_cleanup.
13356
13357 2017-04-18 John Baldwin <jhb@FreeBSD.org>
13358
13359 PR threads/20743
13360 * fbsd-nat.c (resume_one_thread_cb): Remove.
13361 (resume_all_threads_cb): Remove.
13362 (fbsd_resume): Use ALL_NON_EXITED_THREADS instead of
13363 iterate_over_threads.
13364
13365 2017-04-17 Joel Brobecker <brobecker@adacore.com>
13366
13367 * NEWS: Create a new section for the next release branch.
13368 Rename the section of the current branch, now that it has
13369 been cut.
13370
13371 2017-04-17 Joel Brobecker <brobecker@adacore.com>
13372
13373 GDB 8.0 branch created (725bf5cf125783c2a7ca4ab63d3768e220bab2db):
13374 * version.in: Bump version to 8.0.50.DATE-git.
13375
13376 2017-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13377
13378 PR gdb/21385
13379 * windows-nat.c (windows_create_inferior): Declare 'allargs'
13380 independently of the host, and fix build breakage on Cygwin.
13381
13382 2017-04-13 Pedro Alves <palves@redhat.com>
13383
13384 * inferior.c (free_inferior): Convert to ...
13385 (inferior::~inferior): ... this dtor.
13386 (inferior::inferior): New ctor, factored out from ...
13387 (add_inferior_silent): ... here. Allocate the inferior with a new
13388 expression.
13389 (delete_inferior): Call delete instead of free_inferior.
13390 * inferior.h (gdb_environ, continuation): Forward declare.
13391 (inferior): Now a class. Add in-class initialization to all
13392 members. Make boolean fields bool, except 'detaching'.
13393 (inferior::inferior): New explicit ctor.
13394 (inferior::~inferior): New.
13395
13396 2017-04-13 Pedro Alves <palves@redhat.com>
13397
13398 * inferior.c (init_inferior_list): Delete.
13399 * inferior.h (init_inferior_list): Delete.
13400
13401 2017-04-13 Pedro Alves <palves@redhat.com>
13402
13403 PR threads/13217
13404 * gdb.threads/threadapply.exp (thr_apply_detach): New procedure.
13405 (top level): Call it twice, with different thread sets.
13406
13407 2017-04-13 Pedro Alves <palves@redhat.com>
13408
13409 * thread.c: Include <algorithm>.
13410 (thread_array_cleanup): Delete.
13411 (scoped_inc_dec_ref): New class.
13412 (live_threads_count): New function.
13413 (set_thread_refcount): Delete.
13414 (tp_array_compar_ascending): Now a bool.
13415 (tp_array_compar): Convert to a std::sort comparison function.
13416 (thread_apply_all_command): Use std::vector and scoped_inc_dec_ref
13417 and live_threads_count.
13418
13419 2017-04-13 Pedro Alves <palves@redhat.com>
13420
13421 * infrun.c (follow_fork_inferior): Also switch the current
13422 inferior.
13423
13424 2017-04-13 Pedro Alves <palves@redhat.com>
13425
13426 * breakpoint.c (watch_command_1): Save watchpoint-frame info
13427 before calling create_internal_breakpoint.
13428
13429 2017-04-13 Pedro Alves <palves@redhat.com>
13430
13431 * fork-child.c (execv_argv): New class.
13432 (breakup_args): Refactored as ...
13433 (execv_argv::init_for_no_shell): .. this method of execv_argv.
13434 Copy arguments to storage and replace separators with NULL
13435 terminators in place.
13436 (escape_bang_in_quoted_argument): Adjust to return bool.
13437 (execv_argv::execv_argv): New ctor.
13438 (execv_argv::init_for_shell): New method, factored out from
13439 fork_inferior. Don't strdup strings into the vector.
13440 (fork_inferior): Eliminate "shell" local and use execv_argv. Use
13441 Remove free_vector_argv call.
13442
13443 2017-04-13 Yao Qi <yao.qi@linaro.org>
13444
13445 * rx-tdep.c (rx_fpsw_type): Check tdep->rx_fpsw_type instead of
13446 tdep->rx_psw_type.
13447
13448 2017-04-13 Yao Qi <yao.qi@linaro.org>
13449
13450 * rl78-tdep.c (rl78_gdbarch_init): Use XCNEW instead of XNEW.
13451 * rx-tdep.c (rx_gdbarch_init): Likewise.
13452
13453 2017-04-13 Pedro Alves <palves@redhat.com>
13454
13455 * breakpoint.h (struct breakpoint): Reindent.
13456
13457 2017-04-13 Pedro Alves <palves@redhat.com>
13458
13459 * breakpoint.c (bp_location): Rename to ...
13460 (bp_locations): ... this. All references updated.
13461 (bp_location_count): Rename to ...
13462 (bp_locations_count): ... this. All references updated.
13463 (bp_location_placed_address_before_address_max): Rename to ...
13464 (bp_locations_placed_address_before_address_max): ... this. All
13465 references updated.
13466 (bp_location_shadow_len_after_address_max): Rename to ...
13467 (bp_locations_shadow_len_after_address_max): ... this. All
13468 references updated.
13469 (bp_location_compare_addrs): Rename to ...
13470 (bp_locations_compare_addrs): ... this. All references updated.
13471 (bp_location_compare):Rename to ...
13472 (bp_locations_compare): ... this. All references updated.
13473 (bp_location_target_extensions_update): Rename to ...
13474 (bp_locations_target_extensions_update): ... this. All references
13475 updated.
13476
13477 2017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
13478
13479 * Makefile.in (HFILES_NO_SRCDIR): Add "common/gdb_termios.h".
13480 * common/common.m4: Check headers 'termios.h', 'termio.h' and
13481 'sgtty.h'.
13482 * common/gdb_termios.h: New file, with parts of "terminal.h".
13483 * inflow.c: Include "gdb_termios.h".
13484 * ser-unix.c: Include "gdb_termios.h".
13485 * terminal.h: Move terminal-related defines to
13486 "common/gdb_termios.h".
13487
13488 2017-04-12 Tom Tromey <tom@tromey.com>
13489
13490 * probe.c (parse_probes): Update.
13491 * location.h (delete_event_location): Don't declare.
13492 (event_location_deleter::operator()): Update.
13493 * location.c (event_location_deleter::operator()): Rename from
13494 delete_event_location.
13495 * linespec.h (linespec_result) <location>: Change type to
13496 event_location_up.
13497 * linespec.c (canonicalize_linespec, event_location_to_sals)
13498 (decode_objc): Update.
13499 (linespec_result): Don't call delete_event_location.
13500 * breakpoint.c (create_breakpoints_sal)
13501 (bkpt_probe_create_sals_from_location)
13502 (strace_marker_create_sals_from_location): Update.
13503
13504 2017-04-12 Tom Tromey <tom@tromey.com>
13505
13506 * linespec.h (struct linespec_result): Add constructor and
13507 destructor.
13508 (init_linespec_result, destroy_linespec_result)
13509 (make_cleanup_destroy_linespec_result): Don't declare.
13510 * linespec.c (init_linespec_result): Remove.
13511 (linespec_result::~linespec_result): Rename from
13512 destroy_linespec_result. Update.
13513 (cleanup_linespec_result, make_cleanup_destroy_linespec_result):
13514 Remove.
13515 * breakpoint.c (create_breakpoint, break_range_command)
13516 (decode_location_default): Update.
13517 * ax-gdb.c (agent_command_1): Update.
13518
13519 2017-04-12 Tom Tromey <tom@tromey.com>
13520
13521 * remote.c (remote_download_tracepoint): Update.
13522 * python/py-breakpoint.c (bppy_get_location): Update.
13523 * guile/scm-breakpoint.c (bpscm_print_breakpoint_smob)
13524 (gdbscm_breakpoint_location): Update.
13525 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Update.
13526 * breakpoint.h (struct breakpoint) <location, location_range_end>:
13527 Change type to event_location_up.
13528 * breakpoint.c (create_overlay_event_breakpoint)
13529 (create_longjmp_master_breakpoint)
13530 (create_std_terminate_master_breakpoint)
13531 (create_exception_master_breakpoint)
13532 (breakpoint_event_location_empty_p, print_breakpoint_location)
13533 (print_one_breakpoint_location, create_thread_event_breakpoint)
13534 (init_breakpoint_sal, create_breakpoint)
13535 (print_recreate_ranged_breakpoint, break_range_command)
13536 (init_ada_exception_breakpoint, say_where): Update.
13537 (base_breakpoint_dtor): Don't call delete_event_location.
13538 (bkpt_print_recreate, tracepoint_print_recreate)
13539 (dprintf_print_recreate, update_static_tracepoint)
13540 (breakpoint_re_set_default): Update.
13541
13542 2017-04-12 Tom Tromey <tom@tromey.com>
13543
13544 * compile/compile-loc2c.c (compute_stack_depth_worker): Change
13545 type of "to_do". Update.
13546 (compute_stack_depth): Use std::vector.
13547
13548 2017-04-12 Tom Tromey <tom@tromey.com>
13549
13550 * printcmd.c (find_instruction_backward): Use std::vector.
13551
13552 2017-04-12 Tom Tromey <tom@tromey.com>
13553
13554 * symfile.c (objfilep): Remove typedef.
13555 (reread_symbols): Use a std::vector.
13556
13557 2017-04-12 Tom Tromey <tom@tromey.com>
13558
13559 * mi/mi-main.c (exec_direction_forward): Remove.
13560 (exec_reverse_continue, mi_execute_command): Use scoped_restore.
13561 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
13562 scoped_restore.
13563 * guile/guile.c (guile_repl_command, guile_command)
13564 (gdbscm_execute_gdb_command): Use scoped_restore.
13565 * go-exp.y (go_parse): Use scoped_restore.
13566 * d-exp.y (d_parse): Use scoped_restore.
13567 * cli/cli-decode.c (cmd_func): Use scoped_restore.
13568 * c-exp.y (c_parse): Use scoped_restore.
13569
13570 2017-04-12 Tom Tromey <tom@tromey.com>
13571
13572 * mi/mi-parse.h (struct mi_parse): Add constructor, destructor.
13573 (mi_parse): Update return type.
13574 (mi_parse_free): Remove.
13575 * mi/mi-parse.c (mi_parse::mi_parse): New constructor.
13576 (mi_parse::~mi_parse): Rename from mi_parse_free.
13577 (mi_parse_cleanup): Remove.
13578 (mi_parse): Return a unique_ptr. Use new.
13579 * mi/mi-main.c (mi_execute_command): Update.
13580
13581 2017-04-12 Tom Tromey <tom@tromey.com>
13582
13583 * location.c (explicit_location_lex_one): Return a
13584 unique_xmalloc_ptr.
13585 (string_to_explicit_location): Update. Remove cleanups.
13586
13587 2017-04-12 Tom Tromey <tom@tromey.com>
13588
13589 * gnu-v3-abi.c (value_and_voffset_p): Remove typedef.
13590 (compare_value_and_voffset): Change type. Update.
13591 (compute_vtable_size): Change type of "offset_vec".
13592 (gnuv3_print_vtable): Use std::vector. Remove cleanups.
13593 (gnuv3_get_typeid): Remove extraneous declaration.
13594
13595 2017-04-12 Tom Tromey <tom@tromey.com>
13596
13597 * charset.h (wchar_iterator): Fix comment.
13598
13599 2017-04-12 Tom Tromey <tom@tromey.com>
13600
13601 * charset.c (iconv_wrapper): New class.
13602 (cleanup_iconv): Remove.
13603 (convert_between_encodings): Use it.
13604
13605 2017-04-12 Tom Tromey <tom@tromey.com>
13606
13607 * symfile.h (increment_reading_symtab): Update type.
13608 * symfile.c (decrement_reading_symtab): Remove.
13609 (increment_reading_symtab): Return a scoped_restore_tmpl<int>.
13610 * psymtab.c (psymtab_to_symtab): Update.
13611 * dwarf2read.c (dw2_instantiate_symtab): Update.
13612
13613 2017-04-12 Tom Tromey <tom@tromey.com>
13614
13615 * jit.c (struct jit_reader): Declare separately. Add constructor
13616 and destructor. Change type of "handle".
13617 (loaded_jit_reader): Define separately.
13618 (jit_reader_load): Update. New "new".
13619 (jit_reader_unload_command): Use "delete".
13620 * gdb-dlfcn.h (struct dlclose_deleter): New.
13621 (gdb_dlhandle_up): New typedef.
13622 (gdb_dlopen, gdb_dlsym): Update types.
13623 (gdb_dlclose): Remove.
13624 * gdb-dlfcn.c (gdb_dlopen): Return a gdb_dlhandle_up.
13625 (gdb_dlsym): Change type of "handle".
13626 (make_cleanup_dlclose): Remove.
13627 (dlclose_deleter::operator()): Rename from gdb_dlclose.
13628 * compile/compile-c-support.c (load_libcc): Update.
13629
13630 2017-04-12 Tom Tromey <tom@tromey.com>
13631
13632 * symtab.h (find_pcs_for_symtab_line): Change return type.
13633 * symtab.c (find_pcs_for_symtab_line): Change return type.
13634 * python/py-linetable.c (build_line_table_tuple_from_pcs): Change
13635 type of "vec". Update.
13636 (ltpy_get_pcs_for_line): Update.
13637 * linespec.c (decode_digits_ordinary): Update.
13638
13639 2017-04-12 Tom Tromey <tom@tromey.com>
13640
13641 * tracepoint.c (actions_command): Update.
13642 * python/python.c (python_command, python_interactive_command):
13643 Update.
13644 * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
13645 * guile/guile.c (guile_command): Update.
13646 * defs.h (read_command_lines, read_command_lines_1): Return
13647 command_line_up.
13648 (command_lines_deleter): New struct.
13649 (command_line_up): New typedef.
13650 * compile/compile.c (compile_code_command)
13651 (compile_print_command): Update.
13652 * cli/cli-script.h (get_command_line, copy_command_lines): Return
13653 command_line_up.
13654 (make_cleanup_free_command_lines): Remove.
13655 * cli/cli-script.c (get_command_line, read_command_lines_1)
13656 (copy_command_lines): Return command_line_up.
13657 (while_command, if_command, read_command_lines, define_command)
13658 (document_command): Update.
13659 (do_free_command_lines_cleanup, make_cleanup_free_command_lines):
13660 Remove.
13661 * breakpoint.h (breakpoint_set_commands): Change type of
13662 "commands".
13663 * breakpoint.c (breakpoint_set_commands): Change type of
13664 "commands". Update.
13665 (do_map_commands_command, update_dprintf_command_list)
13666 (create_tracepoint_from_upload): Update.
13667
13668 2017-04-12 Tom Tromey <tom@tromey.com>
13669
13670 * tracepoint.c (scope_info): Update.
13671 * spu-tdep.c (spu_catch_start): Update.
13672 * python/python.c (gdbpy_decode_line): Update.
13673 * python/py-finishbreakpoint.c (bpfinishpy_init): Update.
13674 * python/py-breakpoint.c (bppy_init): Update.
13675 * probe.c (parse_probes): Update.
13676 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Update.
13677 * location.h (event_location_deleter): New struct.
13678 (event_location_up): New typedef.
13679 (new_linespec_location, new_address_location, new_probe_location)
13680 (new_explicit_location, copy_event_location)
13681 (string_to_event_location, string_to_event_location_basic)
13682 (string_to_explicit_location): Update return type.
13683 (make_cleanup_delete_event_location): Remove.
13684 * location.c (new_linespec_location, new_address_location)
13685 (new_probe_location, new_explicit_location, copy_event_location):
13686 Return event_location_up.
13687 (delete_event_location_cleanup)
13688 (make_cleanup_delete_event_location): Remove.
13689 (string_to_explicit_location, string_to_event_location_basic)
13690 (string_to_event_location): Return event_location_up.
13691 * linespec.c (canonicalize_linespec, event_location_to_sals)
13692 (decode_line_with_current_source)
13693 (decode_line_with_last_displayed, decode_objc): Update.
13694 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
13695 * completer.c (location_completer): Update.
13696 * cli/cli-cmds.c (edit_command, list_command): Update.
13697 * breakpoint.c (create_overlay_event_breakpoint)
13698 (create_longjmp_master_breakpoint)
13699 (create_std_terminate_master_breakpoint)
13700 (create_exception_master_breakpoint)
13701 (create_thread_event_breakpoint): Update.
13702 (init_breakpoint_sal): Update. Remove some dead code.
13703 (create_breakpoint_sal): Change type of "location". Update.
13704 (create_breakpoints_sal, create_breakpoint, break_command_1)
13705 (dprintf_command, break_range_command, until_break_command)
13706 (init_ada_exception_breakpoint)
13707 (strace_marker_create_sals_from_location)
13708 (update_static_tracepoint, trace_command, ftrace_command)
13709 (strace_command, create_tracepoint_from_upload): Update.
13710 * break-catch-throw.c (re_set_exception_catchpoint): Update.
13711 * ax-gdb.c (agent_command_1): Update.
13712
13713 2017-04-12 Pedro Alves <palves@redhat.com>
13714
13715 * Makefile.in (ALL_TARGET_OBS): Add i386-go32-tdep.o.
13716 * configure.tgt: Handle i[34567]86-*-go32* and
13717 i[34567]86-*-msdosdjgpp*.
13718 * i386-tdep.c (i386_svr4_reg_to_regnum):
13719 Make extern.
13720 (i386_go32_init_abi, i386_coff_osabi_sniffer): Moved to
13721 i386-go32-tdep.c.
13722 (_initialize_i386_tdep): DJGPP bits moved to i386-go32-tdep.c.
13723 * i386-go32-tdep.c: New file.
13724 * i386-tdep.h (tdesc_i386_mmx, i386_svr4_reg_to_regnum): New
13725 declarations.
13726
13727 2017-04-12 Simon Marchi <simon.marchi@ericsson.com>
13728
13729 * aix-thread.c (pd_status2str): Change return type to const char *.
13730
13731 2017-04-12 Pedro Alves <palves@redhat.com>
13732
13733 * i386-tdep.c (i386_elf_init_abi, i386_go32_init_abi): Remove
13734 calls to set_gdbarch_gnu_triplet_regexp.
13735
13736 2017-04-12 Pedro Alves <palves@redhat.com>
13737
13738 PR gdb/21323
13739 * c-lang.c (cplus_primitive_types) <cplus_primitive_type_wchar_t>:
13740 New enum value.
13741 (cplus_language_arch_info): Register cplus_primitive_type_wchar_t.
13742 * gdbtypes.h (struct builtin_type) <builtin_wchar>: New field.
13743 * gdbtypes.c (gdbtypes_post_init): Create the "wchar_t" type.
13744 * gdbarch.sh (wchar_bit, wchar_signed): New per-arch values.
13745 * gdbarch.h, gdbarch.c: Regenerate.
13746 * aarch64-tdep.c (aarch64_gdbarch_init): Override
13747 gdbarch_wchar_bit and gdbarch_wchar_signed.
13748 * alpha-tdep.c (alpha_gdbarch_init): Likewise.
13749 * arm-tdep.c (arm_gdbarch_init): Likewise.
13750 * avr-tdep.c (avr_gdbarch_init): Likewise.
13751 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13752 * i386-nto-tdep.c (i386nto_init_abi): Likewise.
13753 * i386-tdep.c (i386_go32_init_abi): Likewise.
13754 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
13755 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
13756 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
13757 * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
13758 * sh-tdep.c (sh_gdbarch_init): Likewise.
13759 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
13760 * sparc64-tdep.c (sparc64_init_abi): Likewise.
13761 * windows-tdep.c (windows_init_abi): Likewise.
13762 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13763
13764 2017-04-12 Pedro Alves <palves@redhat.com>
13765
13766 PR c++/21323
13767 * c-lang.c (cplus_primitive_types) <cplus_primitive_type_char16_t,
13768 cplus_primitive_type_char32_t>: New enum values.
13769 (cplus_language_arch_info): Register cplus_primitive_type_char16_t
13770 and cplus_primitive_type_char32_t.
13771 * dwarf2read.c (read_base_type) <DW_ATE_UTF>: If bit size is 16 or
13772 32, use the archtecture's built-in type for char16_t and char32_t,
13773 respectively. Otherwise, fallback to init_integer_type as before,
13774 but make the type unsigned, and issue a complaint.
13775 * gdbtypes.c (gdbtypes_post_init): Make char16_t and char32_t unsigned.
13776
13777 2017-04-12 Alan Hayward <alan.hayward@arm.com>
13778
13779 * m32r-tdep.c (M32R_ARG_REGISTER_SIZE): Added.
13780 (m32r_push_dummy_call): Use M32R_ARG_REGISTER_SIZE.
13781
13782 2017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
13783
13784 * windows-nat.c (windows_create_inferior): Declare 'toexec' as
13785 'const char *'.
13786
13787 2017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
13788
13789 * common/common-utils.c (free_vector_argv): New function.
13790 * common/common-utils.h: Include <vector>.
13791 (free_vector_argv): New prototype.
13792 * darwin-nat.c (darwin_create_inferior): Rewrite function
13793 prototype in order to constify "exec_file" and accept a
13794 "std::string" for "allargs".
13795 * fork-child.c: Include <vector>.
13796 (breakup_args): Rewrite function, using C++.
13797 (fork_inferior): Rewrite function header, constify "exec_file_arg"
13798 and accept "std::string" for "allargs". Update the code to
13799 calculate "argv" based on "allargs". Update calls to "exec_fun"
13800 and "execvp".
13801 * gnu-nat.c (gnu_create_inferior): Rewrite function prototype in
13802 order to constify "exec_file" and accept a "std::string" for
13803 "allargs".
13804 * go32-nat.c (go32_create_inferior): Likewise.
13805 * inf-ptrace.c (inf_ptrace_create_inferior): Likewise.
13806 * infcmd.c (run_command_1): Constify "exec_file". Use
13807 "std::string" for inferior arguments.
13808 * inferior.h (fork_inferior): Update prototype.
13809 * linux-nat.c (linux_nat_create_inferior): Rewrite function
13810 prototype in order to constify "exec_file" and accept a
13811 "std::string" for "allargs".
13812 * nto-procfs.c (procfs_create_inferior): Likewise.
13813 * procfs.c (procfs_create_inferior): Likewise.
13814 * remote-sim.c (gdbsim_create_inferior): Likewise.
13815 * remote.c (extended_remote_run): Update code to accept
13816 "std::string" as argument.
13817 (extended_remote_create_inferior): Rewrite function prototype in
13818 order to constify "exec_file" and accept a "std::string" for
13819 "allargs".
13820 * rs6000-nat.c (super_create_inferior): Likewise.
13821 (rs6000_create_inferior): Likewise.
13822 * target.h (struct target_ops) <to_create_inferior>: Likewise.
13823 * windows-nat.c (windows_create_inferior): Likewise.
13824
13825 2017-04-11 Pedro Alves <palves@redhat.com>
13826
13827 * thread.c: Fix whitespace throughout.
13828
13829 2017-04-11 Philipp Rudo <prudo@linux.vnet.ibm.com>
13830
13831 * linux-nat.c (linux_nat_detach): Remove delete_lwp call.
13832
13833 2017-04-11 Alan Hayward <alan.hayward@arm.com>
13834
13835 * arm-tdep.c (arm_store_return_value): Use FP_REGISTER_SIZE
13836
13837 2017-04-10 Sergio Durigan Junior <sergiodj@redhat.com>
13838
13839 PR gdb/21364
13840 * osdata.c (info_osdata): Check if 'type' is an empty string
13841 instead of NULL.
13842
13843 2017-04-10 Pedro Alves <palves@redhat.com>
13844
13845 * thread.c (add_thread_silent, delete_thread_1, find_thread_ptid)
13846 (ptid_to_global_thread_id, in_thread_list)
13847 (do_captured_list_thread_ids, set_resumed, set_running)
13848 (set_executing, set_stop_requested, finish_thread_state)
13849 (validate_registers_access, can_access_registers_ptid)
13850 (print_thread_info_1, switch_to_thread)
13851 (do_restore_current_thread_cleanup)
13852 (make_cleanup_restore_current_thread, thread_command)
13853 (thread_name_command): Use operator== instead of ptid_equal.
13854
13855 2017-04-10 Pedro Alves <palves@redhat.com>
13856
13857 * thread.c (struct current_thread_cleanup) <next>: Delete field.
13858 (current_thread_cleanup_chain): Delete.
13859 (restore_current_thread_cleanup_dtor)
13860 (make_cleanup_restore_current_thread): Remove references to
13861 current_thread_cleanup_chain.
13862
13863 2017-04-10 Alan Hayward <alan.hayward@arm.com>
13864
13865 * msp430-tdep.c (msp430_pseudo_register_read): Never return
13866 REG_UNKNOWN.
13867
13868 2017-04-10 Yao Qi <yao.qi@linaro.org>
13869
13870 PR gdb/19942
13871 * gdbthread.h (thread_info::deletable): New method.
13872 (thread_info::incref): New method.
13873 (thread_info::decref): New method.
13874 (thread_info::refcount): Move it to private.
13875 * infrun.c (save_stop_context): Call inc_refcount.
13876 (release_stop_context_cleanup): Likewise.
13877 * thread.c (set_thread_exited): New function.
13878 (init_thread_list): Delete "tp" only it is deletable, otherwise
13879 call set_thread_exited.
13880 (delete_thread_1): Call set_thread_exited.
13881 (current_thread_cleanup) <inferior_pid>: Remove.
13882 <thread>: New field.
13883 (restore_current_thread_ptid_changed): Removed.
13884 (do_restore_current_thread_cleanup): Adjust.
13885 (restore_current_thread_cleanup_dtor): Don't call
13886 find_thread_ptid.
13887 (set_thread_refcount): Use dec_refcount.
13888 (make_cleanup_restore_current_thread): Adjust.
13889 (thread_apply_all_command): Call inc_refcount.
13890 (_initialize_thread): Don't call
13891 observer_attach_thread_ptid_changed.
13892
13893 2017-04-10 Yao Qi <yao.qi@linaro.org>
13894
13895 * thread.c (delete_thread_1): Hoist code on marking thread as
13896 exited.
13897
13898 2017-04-09 Simon Marchi <simon.marchi@polymtl.ca>
13899
13900 * windows-nat.c (windows_detach): Initialize ptid with
13901 minus_one_ptid.
13902
13903 2017-04-07 Simon Marchi <simon.marchi@ericsson.com>
13904
13905 * unittests/ptid-selftests.c: Fix erroneous assert messages.
13906
13907 2017-04-07 Alan Hayward <alan.hayward@arm.com>
13908
13909 * bfin-tdep.c (BFIN_MAX_REGISTER_SIZE): Add.
13910 (bfin_pseudo_register_read): Use BFIN_MAX_REGISTER_SIZE.
13911 (bfin_pseudo_register_write): Likewise
13912
13913 2017-04-06 Simon Marchi <simon.marchi@ericsson.com>
13914
13915 * common/ptid.h (struct ptid): Change to...
13916 (class ptid_t): ... this.
13917 <ptid_t>: New constructors.
13918 <pid, lwp_p, lwp, tid_p, tid, is_pid, operator==, operator!=,
13919 matches>: New methods.
13920 <make_null, make_minus_one>: New static methods.
13921 <pid>: Rename to...
13922 <m_pid>: ...this.
13923 <lwp>: Rename to...
13924 <m_lwp>: ...this.
13925 <tid>: Rename to...
13926 <m_tid>: ...this.
13927 (ptid_build, ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
13928 ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match): Take ptid arguments
13929 as references, move comment to class ptid_t.
13930 * common/ptid.c (null_ptid, minus_one_ptid): Initialize with
13931 ptid_t static methods.
13932 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_tid,
13933 ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match):
13934 Take ptid arguments as references, implement using ptid_t methods.
13935 * unittests/ptid-selftests.c: New file.
13936 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13937 unittests/ptid-selftests.c.
13938 (SUBDIR_UNITTESTS_OBS): Add unittests/ptid-selftests.o.
13939
13940 2017-04-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
13941
13942 * python/python.c (python_run_simple_file): Cast mode literal to
13943 non-const char pointer as expected by PyFile_FromString.
13944
13945 2017-04-05 Simon Marchi <simon.marchi@ericsson.com>
13946
13947 * common/ptid.c (ptid_lwp_p, ptid_tid_p): Remove comparison with
13948 minus_one_ptid and null_ptid.
13949
13950 2017-04-05 Pedro Alves <palves@redhat.com>
13951
13952 * warning.m4 (build_warnings): Remove -Wno-write-strings.
13953 * configure: Regenerate.
13954
13955 2017-04-05 Pedro Alves <palves@redhat.com>
13956
13957 * ada-exp.y (yyerror): Constify.
13958 * ada-lang.c (bound_name, get_selections)
13959 (ada_variant_discrim_type)
13960 (ada_variant_discrim_name, ada_value_struct_elt)
13961 (ada_lookup_struct_elt_type, is_unchecked_variant)
13962 (ada_which_variant_applies, standard_exc, ada_get_next_arg)
13963 (catch_ada_exception_command_split)
13964 (catch_ada_assert_command_split, catch_assert_command)
13965 (ada_op_name): Constify.
13966 * ada-lang.h (ada_yyerror, get_selections)
13967 (ada_variant_discrim_name, ada_value_struct_elt): Constify.
13968 * arc-tdep.c (arc_print_frame_cache): Constify.
13969 * arm-tdep.c (arm_skip_stub): Constify.
13970 * ax-gdb.c (gen_binop, gen_struct_ref_recursive, gen_struct_ref)
13971 (gen_aggregate_elt_ref): Constify.
13972 * bcache.c (print_bcache_statistics): Constify.
13973 * bcache.h (print_bcache_statistics): Constify.
13974 * break-catch-throw.c (catch_exception_command_1):
13975 * breakpoint.c (struct ep_type_description::description):
13976 Constify.
13977 (add_solib_catchpoint): Constify.
13978 (catch_fork_command_1): Add cast.
13979 (add_catch_command): Constify.
13980 * breakpoint.h (add_catch_command, add_solib_catchpoint):
13981 Constify.
13982 * bsd-uthread.c (bsd_uthread_state): Constify.
13983 * buildsym.c (patch_subfile_names): Constify.
13984 * buildsym.h (next_symbol_text_func, patch_subfile_names):
13985 Constify.
13986 * c-exp.y (yyerror): Constify.
13987 (token::oper): Constify.
13988 * c-lang.h (c_yyerror, cp_print_class_member): Constify.
13989 * c-varobj.c (cplus_describe_child): Constify.
13990 * charset.c (find_charset_names): Add cast.
13991 (find_charset_names): Constify array and add const_cast.
13992 * cli/cli-cmds.c (complete_command, cd_command): Constify.
13993 (edit_command): Constify.
13994 * cli/cli-decode.c (lookup_cmd): Constify.
13995 * cli/cli-dump.c (dump_memory_command, dump_value_command):
13996 Constify.
13997 (struct dump_context): Constify.
13998 (add_dump_command, restore_command): Constify.
13999 * cli/cli-script.c (get_command_line): Constify.
14000 * cli/cli-script.h (get_command_line): Constify.
14001 * cli/cli-utils.c (check_for_argument): Constify.
14002 * cli/cli-utils.h (check_for_argument): Constify.
14003 * coff-pe-read.c (struct read_pe_section_data): Constify.
14004 * command.h (lookup_cmd): Constify.
14005 * common/print-utils.c (decimal2str): Constify.
14006 * completer.c (gdb_print_filename): Constify.
14007 * corefile.c (set_gnutarget): Constify.
14008 * cp-name-parser.y (yyerror): Constify.
14009 * cp-valprint.c (cp_print_class_member): Constify.
14010 * cris-tdep.c (cris_register_name, crisv32_register_name):
14011 Constify.
14012 * d-exp.y (yyerror): Constify.
14013 (struct token::oper): Constify.
14014 * d-lang.h (d_yyerror): Constify.
14015 * dbxread.c (struct header_file_location::name): Constify.
14016 (add_old_header_file, add_new_header_file, last_function_name)
14017 (dbx_next_symbol_text, add_bincl_to_list)
14018 (find_corresponding_bincl_psymtab, set_namestring)
14019 (find_stab_function_addr, read_dbx_symtab, start_psymtab)
14020 (dbx_end_psymtab, read_ofile_symtab, process_one_symbol):
14021 * defs.h (command_line_input, print_address_symbolic)
14022 (deprecated_readline_begin_hook): Constify.
14023 * dwarf2read.c (anonymous_struct_prefix, dwarf_bool_name):
14024 Constify.
14025 * event-top.c (handle_line_of_input): Constify and add cast.
14026 * exceptions.c (catch_errors): Constify.
14027 * exceptions.h (catch_errors): Constify.
14028 * expprint.c (print_subexp_standard, op_string, op_name)
14029 (op_name_standard, dump_raw_expression, dump_raw_expression):
14030 * expression.h (op_name, op_string, dump_raw_expression):
14031 Constify.
14032 * f-exp.y (yyerror): Constify.
14033 (struct token::oper): Constify.
14034 (struct f77_boolean_val::name): Constify.
14035 * f-lang.c (f_word_break_characters): Constify.
14036 * f-lang.h (f_yyerror): Constify.
14037 * fork-child.c (fork_inferior): Add cast.
14038 * frv-tdep.c (struct gdbarch_tdep::register_names): Constify.
14039 (new_variant): Constify.
14040 * gdbarch.sh (pstring_ptr, pstring_list): Constify.
14041 * gdbarch.c: Regenerate.
14042 * gdbcore.h (set_gnutarget): Constify.
14043 * go-exp.y (yyerror): Constify.
14044 (token::oper): Constify.
14045 * go-lang.h (go_yyerror): Constify.
14046 * go32-nat.c (go32_sysinfo): Constify.
14047 * guile/scm-breakpoint.c (gdbscm_breakpoint_expression): Constify.
14048 * guile/scm-cmd.c (cmdscm_function): Constify.
14049 * guile/scm-param.c (pascm_param_value): Constify.
14050 * h8300-tdep.c (h8300_register_name, h8300s_register_name)
14051 (h8300sx_register_name): Constify.
14052 * hppa-tdep.c (hppa32_register_name, hppa64_register_name):
14053 Constify.
14054 * ia64-tdep.c (ia64_register_names): Constify.
14055 * infcmd.c (construct_inferior_arguments): Constify.
14056 (path_command, attach_post_wait): Constify.
14057 * language.c (show_range_command, show_case_command)
14058 (unk_lang_error): Constify.
14059 * language.h (language_defn::la_error)
14060 (language_defn::la_name_of_this): Constify.
14061 * linespec.c (decode_line_2): Constify.
14062 * linux-thread-db.c (thread_db_err_str): Constify.
14063 * lm32-tdep.c (lm32_register_name): Constify.
14064 * m2-exp.y (yyerror): Constify.
14065 * m2-lang.h (m2_yyerror): Constify.
14066 * m32r-tdep.c (m32r_register_names): Constify and make static.
14067 * m68hc11-tdep.c (m68hc11_register_names): Constify.
14068 * m88k-tdep.c (m88k_register_name): Constify.
14069 * macroexp.c (appendmem): Constify.
14070 * mdebugread.c (fdr_name, add_data_symbol, parse_type)
14071 (upgrade_type, parse_external, parse_partial_symbols)
14072 (mdebug_next_symbol_text, cross_ref, mylookup_symbol, new_psymtab)
14073 (new_symbol): Constify.
14074 * memattr.c (mem_info_command): Constify.
14075 * mep-tdep.c (register_name_from_keyword): Constify.
14076 * mi/mi-cmd-env.c (mi_cmd_env_path, _initialize_mi_cmd_env):
14077 Constify.
14078 * mi/mi-cmd-stack.c (list_args_or_locals): Constify.
14079 * mi/mi-cmd-var.c (mi_cmd_var_show_attributes): Constify.
14080 * mi/mi-main.c (captured_mi_execute_command): Constify and add
14081 cast.
14082 (mi_execute_async_cli_command): Constify.
14083 * mips-tdep.c (mips_register_name): Constify.
14084 * mn10300-tdep.c (register_name, mn10300_generic_register_name)
14085 (am33_register_name, am33_2_register_name)
14086 * moxie-tdep.c (moxie_register_names): Constify.
14087 * nat/linux-osdata.c (osdata_type): Constify fields.
14088 * nto-tdep.c (nto_parse_redirection): Constify.
14089 * objc-lang.c (lookup_struct_typedef, lookup_objc_class)
14090 (lookup_child_selector): Constify.
14091 (objc_methcall::name): Constify.
14092 * objc-lang.h (lookup_objc_class, lookup_child_selector)
14093 (lookup_struct_typedef): Constify.
14094 * objfiles.c (pc_in_section): Constify.
14095 * objfiles.h (pc_in_section): Constify.
14096 * p-exp.y (struct token::oper): Constify.
14097 (yyerror): Constify.
14098 * p-lang.h (pascal_yyerror): Constify.
14099 * parser-defs.h (op_name_standard): Constify.
14100 (op_print::string): Constify.
14101 (exp_descriptor::op_name): Constify.
14102 * printcmd.c (print_address_symbolic): Constify.
14103 * psymtab.c (print_partial_symbols): Constify.
14104 * python/py-breakpoint.c (stop_func): Constify.
14105 (bppy_get_expression): Constify.
14106 * python/py-cmd.c (cmdpy_completer::name): Constify.
14107 (cmdpy_function): Constify.
14108 * python/py-event.c (evpy_add_attribute)
14109 (gdbpy_initialize_event_generic): Constify.
14110 * python/py-event.h (evpy_add_attribute)
14111 (gdbpy_initialize_event_generic): Constify.
14112 * python/py-evts.c (add_new_registry): Constify.
14113 * python/py-finishbreakpoint.c (outofscope_func): Constify.
14114 * python/py-framefilter.c (get_py_iter_from_func): Constify.
14115 * python/py-inferior.c (get_buffer): Add cast.
14116 * python/py-param.c (parm_constant::name): Constify.
14117 * python/py-unwind.c (fprint_frame_id): Constify.
14118 * python/python.c (gdbpy_parameter_value): Constify.
14119 * remote-fileio.c (remote_fio_func_map): Make 'name' const.
14120 * remote.c (memory_packet_config::name): Constify.
14121 (show_packet_config_cmd, remote_write_bytes)
14122 (remote_buffer_add_string):
14123 * reverse.c (exec_reverse_once): Constify.
14124 * rs6000-tdep.c (variant::name, variant::description): Constify.
14125 * rust-exp.y (rustyyerror): Constify.
14126 * rust-lang.c (rust_op_name): Constify.
14127 * rust-lang.h (rustyyerror): Constify.
14128 * serial.h (serial_ops::name): Constify.
14129 * sh-tdep.c (sh_sh_register_name, sh_sh3_register_name)
14130 (sh_sh3e_register_name, sh_sh2e_register_name)
14131 (sh_sh2a_register_name, sh_sh2a_nofpu_register_name)
14132 (sh_sh_dsp_register_name, sh_sh3_dsp_register_name)
14133 (sh_sh4_register_name, sh_sh4_nofpu_register_name)
14134 (sh_sh4al_dsp_register_name): Constify.
14135 * sh64-tdep.c (sh64_register_name): Constify.
14136 * solib-darwin.c (lookup_symbol_from_bfd): Constify.
14137 * spu-tdep.c (spu_register_name, info_spu_dma_cmdlist): Constify.
14138 * stabsread.c (patch_block_stabs, read_type_number)
14139 (ref_map::stabs, ref_add, process_reference)
14140 (symbol_reference_defined, define_symbol, define_symbol)
14141 (error_type, read_type, read_member_functions, read_cpp_abbrev)
14142 (read_one_struct_field, read_struct_fields, read_baseclasses)
14143 (read_tilde_fields, read_struct_type, read_array_type)
14144 (read_enum_type, read_sun_builtin_type, read_sun_floating_type)
14145 (read_huge_number, read_range_type, read_args, common_block_start)
14146 (find_name_end): Constify.
14147 * stabsread.h (common_block_start, define_symbol)
14148 (process_one_symbol, symbol_reference_defined, ref_add):
14149 * symfile.c (get_section_index, add_symbol_file_command):
14150 * symfile.h (get_section_index): Constify.
14151 * target-descriptions.c (tdesc_type::name): Constify.
14152 (tdesc_free_type): Add cast.
14153 * target.c (find_default_run_target):
14154 (add_deprecated_target_alias, find_default_run_target)
14155 (target_announce_detach): Constify.
14156 (do_option): Constify.
14157 * target.h (add_deprecated_target_alias): Constify.
14158 * thread.c (print_thread_info_1): Constify.
14159 * top.c (deprecated_readline_begin_hook, command_line_input):
14160 Constify.
14161 (init_main): Add casts.
14162 * top.h (handle_line_of_input): Constify.
14163 * tracefile-tfile.c (tfile_write_uploaded_tsv): Constify.
14164 * tracepoint.c (tvariables_info_1, trace_status_mi): Constify.
14165 (tfind_command): Rename to ...
14166 (tfind_command_1): ... this and constify.
14167 (tfind_command): New function.
14168 (tfind_end_command, tfind_start_command): Adjust.
14169 (encode_source_string): Constify.
14170 * tracepoint.h (encode_source_string): Constify.
14171 * tui/tui-data.c (tui_partial_win_by_name): Constify.
14172 * tui/tui-data.h (tui_partial_win_by_name): Constify.
14173 * tui/tui-source.c (tui_set_source_content_nil): Constify.
14174 * tui/tui-source.h (tui_set_source_content_nil): Constify.
14175 * tui/tui-win.c (parse_scrolling_args): Constify.
14176 * tui/tui-windata.c (tui_erase_data_content): Constify.
14177 * tui/tui-windata.h (tui_erase_data_content): Constify.
14178 * tui/tui-winsource.c (tui_erase_source_content): Constify.
14179 * tui/tui.c (tui_enable): Add cast.
14180 * utils.c (defaulted_query): Constify.
14181 (init_page_info): Add cast.
14182 (puts_debug, subset_compare): Constify.
14183 * utils.h (subset_compare): Constify.
14184 * varobj.c (varobj_format_string): Constify.
14185 * varobj.h (varobj_format_string): Constify.
14186 * vax-tdep.c (vax_register_name): Constify.
14187 * windows-nat.c (windows_detach): Constify.
14188 * xcoffread.c (process_linenos, xcoff_next_symbol_text): Constify.
14189 * xml-support.c (gdb_xml_end_element): Constify.
14190 * xml-tdesc.c (tdesc_start_reg): Constify.
14191 * xstormy16-tdep.c (xstormy16_register_name): Constify.
14192 * xtensa-tdep.c (xtensa_find_register_by_name): Constify.
14193 * xtensa-tdep.h (xtensa_register_t::name): Constify.
14194
14195 2017-04-05 Pedro Alves <palves@redhat.com>
14196
14197 * proc-api.c (struct trans): Constify.
14198 (procfs_note): Constify.
14199 * proc-events.c (struct trans, syscall_table):
14200 * proc-flags.c (struct trans): Constify.
14201 * proc-utils.h (procfs_note): Constify.
14202 * proc-why.c (struct trans): Constify.
14203 * procfs.c (dead_procinfo, find_syscall, proc_warn, proc_error)
14204 (procfs_detach): Constify.
14205 * sol-thread.c (struct string_map): Constify.
14206 (td_err_string, td_state_string): Constify.
14207
14208 2017-04-05 Pedro Alves <palves@redhat.com>
14209
14210 * proc-api.c (procfs_filename): Don't initialize
14211 procfs_filename.
14212 (prepare_to_trace): Assume procfs_filename is non-NULL.
14213 (_initialize_proc_api): Give procfs_filename a default value here.
14214
14215 2017-04-05 Pedro Alves <palves@redhat.com>
14216
14217 * break-catch-throw.c (handle_gnu_v3_exceptions): Constify
14218 'cond_string' parameter.
14219 (extract_exception_regexp): Constify 'string' parameter.
14220 (catch_exception_command_1): Constify.
14221 * breakpoint.c (init_catchpoint)
14222 (create_fork_vfork_event_catchpoint): Constify 'cond_string'
14223 parameter.
14224 (ep_parse_optional_if_clause, catch_fork_command_1)
14225 (catch_exec_command_1): Constify.
14226 * breakpoint.h (init_catchpoint): Constify 'cond_string'
14227 parameter.
14228 (ep_parse_optional_if_clause): Constify.
14229 * cli/cli-utils.c (remove_trailing_whitespace)
14230 (check_for_argument): Constify.
14231 * cli/cli-utils.h (remove_trailing_whitespace): Constify and add
14232 non-const overload.
14233 (check_for_argument): Likewise.
14234
14235 2017-04-05 Pedro Alves <palves@redhat.com>
14236
14237 * event-top.c (command_line_handler): Add cast to execute_command
14238 call.
14239 * record-btrace.c (cmd_record_btrace_bts_start)
14240 (cmd_record_btrace_pt_start, cmd_record_btrace_start)
14241 (cmd_record_btrace_start): Add cast to execute_command call.
14242 * record-full.c (record_full_goto_insn):
14243 * record.c (record_start, record_stop): Add cast to
14244 execute_command_to_string calls.
14245 (cmd_record_start): Add cast to execute_command calls.
14246
14247 2017-04-05 Pedro Alves <palves@redhat.com>
14248
14249 * python/python-internal.h (gdb_PyArg_ParseTupleAndKeywords): New
14250 static inline function.
14251 * python/py-arch.c (archpy_disassemble): Constify 'keywords'
14252 array and use gdb_PyArg_ParseTupleAndKeywords.
14253 * python/py-cmd.c (cmdpy_init): Likewise.
14254 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
14255 * python/py-inferior.c (infpy_read_memory, infpy_write_memory)
14256 (infpy_search_memory): Likewise.
14257 * python/py-objfile.c (objfpy_add_separate_debug_file)
14258 (gdbpy_lookup_objfile): Likewise.
14259 * python/py-symbol.c (gdbpy_lookup_symbol)
14260 (gdbpy_lookup_global_symbol): Likewise.
14261 * python/py-type.c (gdbpy_lookup_type): Likewise.
14262 * python/py-value.c (valpy_lazy_string, valpy_string): Likewise.
14263 * python/python.c (execute_gdb_command, gdbpy_write, gdbpy_flush):
14264 Likewise.
14265
14266 2017-04-05 Pedro Alves <palves@redhat.com>
14267
14268 * python/python-internal.h (gdb_PyGetSetDef): New type.
14269 * python/py-block.c (block_object_getset)
14270 (breakpoint_object_getset): Now a gdb_PyGetSetDef array.
14271 * python/py-event.c (event_object_getset)
14272 (finish_breakpoint_object_getset): Likewise.
14273 * python/py-inferior.c (inferior_object_getset): Likewise.
14274 * python/py-infthread.c (thread_object_getset): Likewise.
14275 * python/py-lazy-string.c (lazy_string_object_getset): Likewise.
14276 * python/py-linetable.c (linetable_entry_object_getset): Likewise.
14277 * python/py-objfile.c (objfile_getset): Likewise.
14278 * python/py-progspace.c (pspace_getset): Likewise.
14279 * python/py-record-btrace.c (btpy_insn_getset, btpy_call_getset):
14280 Likewise.
14281 * python/py-record.c (recpy_record_getset): Likewise.
14282 * python/py-symbol.c (symbol_object_getset): Likewise.
14283 * python/py-symtab.c (symtab_object_getset, sal_object_getset):
14284 Likewise.
14285 * python/py-type.c (type_object_getset, field_object_getset):
14286 Likewise.
14287 * python/py-value.c (value_object_getset): Likewise.
14288
14289 2017-04-05 Pedro Alves <palves@redhat.com>
14290
14291 * python/python-internal.h (gdb_PyObject_CallMethod)
14292 (gdb_PyErr_NewException, gdb_PySys_GetObject, gdb_PySys_SetPath):
14293 New functions.
14294 (GDB_PYSYS_SETPATH_CHAR, PyObject_CallMethod, PyErr_NewException)
14295 (PySys_GetObject, PySys_SetPath): New macros.
14296
14297 2017-04-05 Pedro Alves <palves@redhat.com>
14298
14299 * mi/mi-cmd-info.c (mi_cmd_info_os): Call info_osdata instead of
14300 info_osdata_command.
14301 * osdata.c (info_osdata_command): Rename to ...
14302 (info_osdata): ... this. Constify 'type' parameter, and remove
14303 the 'from_tty' parameter. Accept NULL TYPE.
14304 (info_osdata_command): New function.
14305 * osdata.h (info_osdata_command): Remove declaration.
14306 (info_osdata): New declaration.
14307
14308 2017-04-05 Pedro Alves <palves@redhat.com>
14309
14310 * mi/mi-cmd-break.c (mi_cmd_break_insert_1, mi_cmd_break_insert)
14311 (mi_cmd_dprintf_insert, mi_cmd_break_passcount)
14312 (mi_cmd_break_watch, mi_cmd_break_commands): Constify 'command'
14313 parameter.
14314 * mi/mi-cmd-catch.c (mi_cmd_catch_assert, mi_cmd_catch_exception)
14315 (mi_cmd_catch_load, mi_cmd_catch_unload): Constify cmd' parameter.
14316 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Constify 'command'
14317 parameter.
14318 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_cd, mi_cmd_env_path)
14319 (mi_cmd_env_dir, mi_cmd_inferior_tty_set, _cmd_inferior_tty_show)
14320 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
14321 (mi_cmd_file_list_exec_source_files)
14322 (mi_cmd_file_list_shared_libraries): Constify 'command' parameter.
14323 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
14324 (mi_cmd_info_gdb_mi_command, mi_cmd_info_os): Constify 'command'
14325 parameter.
14326 * mi/mi-cmd-stack.c (mi_cmd_enable_frame_filters)
14327 (mi_cmd_stack_list_frames, mi_cmd_stack_info_depth)
14328 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
14329 (mi_cmd_stack_list_variables, mi_cmd_stack_select_frame)
14330 (mi_cmd_stack_info_frame): Constify 'command' parameter.
14331 * mi/mi-cmd-target.c (mi_cmd_target_file_get)
14332 (mi_cmd_target_file_put, mi_cmd_target_file_delete): Constify
14333 'command' parameter.
14334 * mi/mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete)
14335 (mi_cmd_var_set_format, mi_cmd_var_set_visualizer)
14336 (mi_cmd_var_set_frozen, mi_cmd_var_show_format)
14337 (mi_cmd_var_info_num_children, mi_cmd_var_list_children)
14338 (mi_cmd_var_info_type, mi_cmd_var_info_path_expression)
14339 (mi_cmd_var_info_expression, mi_cmd_var_show_attributes)
14340 (mi_cmd_var_evaluate_expression, mi_cmd_var_assign)
14341 (mi_cmd_var_update, mi_cmd_enable_pretty_printing)
14342 (mi_cmd_var_set_update_range): Constify 'command' parameter.
14343 * mi/mi-cmds.h (mi_cmd_argv_ftype): Constify 'command' parameter.
14344 * mi/mi-interp.c (mi_cmd_interpreter_exec): Constify 'command'
14345 parameter.
14346 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_next)
14347 (mi_cmd_exec_next_instruction, mi_cmd_exec_step)
14348 (mi_cmd_exec_step_instruction, mi_cmd_exec_finish)
14349 (mi_cmd_exec_return ,mi_cmd_exec_jump, mi_cmd_exec_continue)
14350 (mi_cmd_exec_interrupt, mi_cmd_exec_run, mi_cmd_target_detach)
14351 (mi_cmd_target_flash_erase, mi_cmd_thread_select)
14352 (mi_cmd_thread_list_ids, mi_cmd_thread_info)
14353 (mi_cmd_list_thread_groups, mi_cmd_data_list_register_names)
14354 (mi_cmd_data_list_changed_registers)
14355 (mi_cmd_data_write_register_values)
14356 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
14357 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory)
14358 (mi_cmd_data_write_memory_bytes, mi_cmd_enable_timings)
14359 (mi_cmd_list_features, mi_cmd_list_target_features)
14360 (mi_cmd_add_inferior, mi_cmd_remove_inferior)
14361 (mi_cmd_trace_define_variable, mi_cmd_trace_list_variables)
14362 (mi_cmd_trace_find, mi_cmd_trace_save, mi_cmd_trace_start)
14363 (mi_cmd_trace_status, mi_cmd_trace_stop, mi_cmd_ada_task_info)
14364 (mi_cmd_trace_frame_collected): Constify 'command'
14365 parameter.
14366 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Constify
14367 'command' parameter.
14368
14369 2017-04-05 Pedro Alves <palves@redhat.com>
14370
14371 * ada-lang.c (ada_completer_word_break_characters): Now a const
14372 array.
14373 (ada_get_gdb_completer_word_break_characters): Constify.
14374 * completer.c (gdb_completer_command_word_break_characters)
14375 (gdb_completer_file_name_break_characters)
14376 (gdb_completer_quote_characters): Now const arrays.
14377 (get_gdb_completer_quote_characters): Constify.
14378 (set_rl_completer_word_break_characters): New function.
14379 (set_gdb_completion_word_break_characters)
14380 (complete_line_internal): Use it.
14381 * completer.h (get_gdb_completer_quote_characters): Constify.
14382 (set_rl_completer_word_break_characters): Declare.
14383 * f-lang.c (f_word_break_characters): Constify.
14384 * language.c (default_word_break_characters): Constify.
14385 * language.h (language_defn::la_word_break_characters): Constify.
14386 (default_word_break_characters): Constify.
14387 * top.c (init_main): Use set_rl_completer_word_break_characters.
14388
14389 2017-04-05 Pedro Alves <palves@redhat.com>
14390
14391 * aix-thread.c (aix_thread_pid_to_str)
14392 (aix_thread_extra_thread_info): Constify.
14393 * bsd-kvm.c (bsd_kvm_pid_to_str): Constify.
14394 * bsd-uthread.c (bsd_uthread_extra_thread_info)
14395 (bsd_uthread_pid_to_str): Constify.
14396 * corelow.c (core_pid_to_str): Constify.
14397 * darwin-nat.c (darwin_pid_to_str): Constify.
14398 * fbsd-nat.c (fbsd_pid_to_str): Constify.
14399 * fbsd-tdep.c (fbsd_core_pid_to_str, gdbarch_core_pid_to_str):
14400 Constify.
14401 * gnu-nat.c (gnu_pid_to_str): Constify.
14402 * go32-nat.c (go32_pid_to_str): Constify.
14403 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Constify.
14404 * inf-ptrace.c (inf_ptrace_pid_to_str): Constify.
14405 * inferior.c (inferior_pid_to_str): Constify.
14406 * linux-nat.c (linux_nat_pid_to_str): Constify.
14407 * linux-tdep.c (linux_core_pid_to_str): Constify.
14408 * linux-thread-db.c (thread_db_pid_to_str)
14409 (thread_db_extra_thread_info): Constify.
14410 * nto-tdep.c (nto_extra_thread_info): Constify.
14411 * nto-tdep.h (nto_extra_thread_info): Constify.
14412 * obsd-nat.c (obsd_pid_to_str): Constify.
14413 * procfs.c (procfs_pid_to_str): Constify.
14414 * ravenscar-thread.c (ravenscar_extra_thread_info)
14415 (ravenscar_pid_to_str): Constify.
14416 * remote-sim.c (gdbsim_pid_to_str): Constify.
14417 * remote.c (remote_threads_extra_info, remote_pid_to_str):
14418 Constify.
14419 * sol-thread.c (solaris_pid_to_str): Constify.
14420 * sol2-tdep.c (sol2_core_pid_to_str): Constify.
14421 * sol2-tdep.h (sol2_core_pid_to_str): Constify.
14422 * target.c (default_pid_to_str, target_pid_to_str)
14423 (normal_pid_to_str, default_pid_to_str): Constify.
14424 * target.h (target_ops::to_pid_to_str)
14425 (target_ops::to_extra_thread_info): Constify.
14426 (target_pid_to_str, normal_pid_to_str): Constify.
14427 * windows-nat.c (windows_pid_to_str): Constify.
14428 * gdbarch.sh (core_pid_to_str): Constify.
14429 * target-delegates.c: Regenerate.
14430 * gdbarch.h, gdbarch.c: Regenerate.
14431
14432 2017-04-05 Pedro Alves <palves@redhat.com>
14433
14434 * main.c (captured_main_1): Use gdb::unique_xmalloc_ptr to manage
14435 the memory of the temporary warning_pre_print override.
14436 * utils.c (warning_pre_print): Constify.
14437 * utils.h (warning_pre_print): Constify.
14438
14439 2017-04-05 Pedro Alves <palves@redhat.com>
14440
14441 * cli/cli-cmds.c (shell_escape): Constify 'arg' parameter.
14442 (shell_command): New function.
14443 (make_command): Use std::string.
14444 (init_cli_cmds): Register shell_command instead of shell_escape.
14445
14446 2017-04-05 Pedro Alves <palves@redhat.com>
14447
14448 * breakpoint.c (dprintf_function, dprintf_channel): Don't initialize.
14449 * tracepoint.c (default_collect): Don't initialize.
14450
14451 2017-04-05 Pedro Alves <palves@redhat.com>
14452
14453 * macroexp.c (macro_buffer::shared): Now a bool.
14454 (init_buffer): Update.
14455 (init_shared_buffer): Constify 'addr' parameter.
14456 (substitute_args, expand, macro_expand, macro_expand_next): Remove
14457 casts.
14458
14459 2017-04-05 Pedro Alves <palves@redhat.com>
14460
14461 * arm-tdep.c (show_disassembly_style_sfunc): Constify local.
14462 * disasm.c (set_disassembler_options): Constify local.
14463 * i386-tdep.c (i386_print_insn): Remove cast and FIXME comment.
14464
14465 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
14466
14467 PR gdb/21352
14468 * tracefile.c (tsave_command): Fix argument parsing for '-r'
14469 option.
14470
14471 2017-04-05 Yao Qi <yao.qi@linaro.org>
14472
14473 * frame.c (frame_unwind_register_unsigned): Call
14474 frame_unwind_register_value.
14475
14476 2017-04-05 Yao Qi <yao.qi@linaro.org>
14477
14478 * gdb.threads/thread-specific-bp.exp (check_thread_specific_breakpoint):
14479 Use gdb_test_multiple, and don't match anchor.
14480
14481 2017-04-05 Pedro Alves <palves@redhat.com>
14482
14483 * MAINTAINERS (Global Maintainers): Add Simon Marchi.
14484 (Write After Approval): Remove Simon Marchi.
14485
14486 2017-04-05 Pedro Alves <palves@redhat.com>
14487
14488 * common/gdb_optional.h (optional::optional): Make constexpr and
14489 initialize m_dummy.
14490
14491 2017-04-04 John Baldwin <jhb@FreeBSD.org>
14492
14493 * amd64-fbsd-tdep.c: Remove "bsd-uthread.h" include.
14494 (amd64fbsd_jmp_buf_reg_offset): Remove.
14495 (amd64fbsd_supply_uthread): Remove function.
14496 (amd64fbsd_collect_uthread): Remove function.
14497 (amd64fbsd_init_abi): Don't set bsd-uthread callbacks.
14498 * configure.tgt (i[34567]86-*-freebsd*): Remove bsd-uthread.o.
14499 (x86_64-*-freebsd*): Remove bsd-uthread.o.
14500 (fbsd-nat.c): Update comment.
14501 * i386-fbsd-tdep.c: Remove "bsd-uthread.h" include.
14502 (i386fbsd_jmp_buf_reg_offset): Remove.
14503 (i386fbsd_supply_uthread): Remove function.
14504 (i386fbsd_collect_uthread): Remove function.
14505 (i386fbsd_init_abi): Don't set bsd-uthread callbacks.
14506
14507 2017-04-04 John Baldwin <jhb@FreeBSD.org>
14508
14509 * Makefile.in (ALL_64_TARGET_OBS): Remove alpha-fbsd-tdep.o.
14510 (ALLDEPFILES): Remove alpha-fbsd-tdep.c
14511 * NEWS: Mention that support for FreeBSD/alpha was removed.
14512 * alpha-fbsd-tdep.c: Delete file.
14513 * config/alpha/fbsd.mh: Delete file.
14514 * configure.host: Delete alpha*-*-freebsd* and
14515 alpha*-*-kfreebsd*-gnu.
14516 * configure.tgt: Delete alpha*-*-freebsd* and
14517 alpha*-*-kfreebsd*-gnu.
14518
14519 2017-04-04 John Baldwin <jhb@FreeBSD.org>
14520
14521 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers,
14522 amd64bsd_store_inferior_registers): Use ptid from regcache.
14523
14524 2017-04-04 Pedro Alves <palves@redhat.com>
14525
14526 * dwarf2read.c (lnp_state_machine): Now a class. Initialize all
14527 data fields, make them private and add "m_" prefixes.
14528 (lnp_state_machine::lnp_state_machine): New ctor.
14529 (record_line, check_line_address, handle_set_discriminator)
14530 (handle_set_address, handle_advance_pc, handle_special_opcode)
14531 (handle_advance_line, handle_set_file, handle_negate_stmt)
14532 (handle_const_add_pc, handle_fixed_advance_pc, handle_copy)
14533 (end_sequence, advance_line): New methods.
14534 (m_gdbarch, m_record_lines_p): New fields.
14535 (lnp_reader_state): Delete.
14536 (dwarf_record_line): Rename to ...
14537 (lnp_state_machine::record_line): ... adjust.
14538 (init_lnp_state_machine): Delete.
14539 (lnp_state_machine::lnp_state_machine): New.
14540 (check_line_address): Rename to ...
14541 (lnp_state_machine::check_line_address): This.
14542 (dwarf_decode_lines_1): Remove reference to "reader_state".
14543 Adjust lnp_state_machine having a non-default ctor. Use bool.
14544 State machine internal state manipulation moved to
14545 lnp_state_machine methods.
14546
14547 2017-04-04 Pedro Alves <palves@redhat.com>
14548
14549 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14550 unittests/offset-type-selftests.c.
14551 (SUBDIR_UNITTESTS_OBS): Add offset-type-selftests.o.
14552 * common/offset-type.h: New file.
14553 * common/preprocessor.h: New file.
14554 * common/traits.h: New file.
14555 * common/valid-expr.h: New file.
14556 * dwarf2expr.c: Include "common/underlying.h". Adjust to use
14557 sect_offset and cu_offset strong typedefs throughout.
14558 * dwarf2expr.h: Adjust to use sect_offset and cu_offset strong
14559 typedefs throughout.
14560 * dwarf2loc.c: Include "common/underlying.h". Adjust to use
14561 sect_offset and cu_offset strong typedefs throughout.
14562 * dwarf2read.c: Adjust to use sect_offset and cu_offset strong
14563 typedefs throughout.
14564 * gdbtypes.h: Include "common/offset-type.h".
14565 (cu_offset): Now an offset type (strong typedef) instead of a
14566 struct.
14567 (sect_offset): Likewise.
14568 (union call_site_parameter_u): Rename "param_offset" field to
14569 "param_cu_off".
14570 * unittests/offset-type-selftests.c: New file.
14571
14572 2017-04-04 Pedro Alves <palves@redhat.com>
14573
14574 * common/underlying.h: New file.
14575 * dwarf2read.c: Include "common/gdb_optional.h" and
14576 "common/underlying.h".
14577 (dir_index, file_name_index): New types.
14578 (file_entry): Use them.
14579 (file_entry::include): Use to_underlying.
14580 (line_header::add_file_name): Use dir_index.
14581 (read_formatted_entries): Use gdb::optional. Read form before
14582 writting to file_entry.
14583 (dwarf_decode_line_header): Use dir_index.
14584 (lnp_state_machine::current_file): Use to_underlying.
14585 (lnp_state_machine::file): Change type to file_name_index.
14586 (dwarf_record_line): Use to_underlying.
14587 (init_lnp_state_machine): Use file_name_index.
14588 (dwarf_decode_lines_1): Use dir_index and file_name_index.
14589
14590 2017-04-04 Pedro Alves <palves@redhat.com>
14591
14592 * common/gdb_optional.h (gdb::optiona): Add operator->, operator*,
14593 operator bool, has_value and get methods.
14594
14595 2017-04-04 Pedro Alves <palves@redhat.com>
14596
14597 * dwarf2read.c (struct file_entry): Add ctors, and initialize all
14598 fields.
14599 (line_header): Initialize all data fields. Change type of
14600 standard_opcode_lengths to std::unique_ptr<unsigned char[]>.
14601 Change type of include_dirs to std::vector<const char *>. Remove
14602 num_include_dirs, include_dirs_size. Change type of file_names to
14603 std::vector<file_entry>. Remove num_file_names, file_names_size.
14604 (line_header::line_header): New.
14605 (line_header::add_include_dir, line_header::add_file_name): New
14606 methods.
14607 (line_header::include_dir_at): Remove NULL check.
14608 (line_header::file_name_at): Add const overload.
14609 (line_header_up): New unique_ptr typedef.
14610 (dw2_get_file_names_reader): Use line_header_up. Adjust to use
14611 std::vector. Remove free_line_header call.
14612 (dwarf2_build_include_psymtabs): Use line_header_up. Remove
14613 free_line_header call.
14614 (free_cu_line_header): Delete.
14615 (handle_DW_AT_stmt_list, handle_DW_AT_stmt_list)
14616 (setup_type_unit_groups): Use line_header_up instead of cleanups.
14617 Adjust to use std::vector.
14618 (free_line_header): Delete.
14619 (free_line_header_voidp): Use delete.
14620 (add_include_dir): Replace with ...
14621 (line_header::add_include_dir): ... this method. Use std::vector.
14622 (add_file_name): Replace with ...
14623 (line_header::add_file_name): ... this method. Use std::vector.
14624 (add_include_dir_stub): Delete.
14625 (read_formatted_entries): Remove memset.
14626 (dwarf_decode_line_header): Return a line_header_up instead of a
14627 raw pointer. Remove cleanup handling. Pass lambdas to
14628 read_formatted_entries. Adjust to use line_header methods.
14629 (dwarf_decode_lines_1): Adjust to use line_header methods.
14630 (dwarf_decode_lines, file_file_name, file_full_name): Adjust to
14631 use std::vector.
14632
14633 2017-04-04 Simon Marchi <simon.marchi@polymtl.ca>
14634
14635 * remote.c (set_general_thread, set_continue_thread): Use ptid_t
14636 instead of struct ptid.
14637
14638 2017-05-04 Alan Hayward <alan.hayward@arm.com>
14639
14640 * frame.c (get_frame_register_bytes): Unwind using value.
14641 (put_frame_register_bytes): Likewise.
14642
14643 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
14644
14645 * d-exp.y (type_aggregate_p): Treat TYPE_CODE_MODULE as being
14646 aggregate-like.
14647
14648 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14649
14650 * auto-load.c (auto_load_section_scripts): Check SEC_HAS_CONTENTS.
14651
14652 2017-03-29 Yao Qi <yao.qi@linaro.org>
14653
14654 * gdbthread.h (struct thread_info): Declare constructor and
14655 destructor. Add some in-class member initializers.
14656 * thread.c (free_thread): Remove.
14657 (init_thread_list): Call delete instead of free_thread.
14658 (new_thread): Call thread_info constructor.
14659 (thread_info::thread_info): New function.
14660 (thread_info::~thread_info): New function.
14661 (delete_thread_1): Call delete instead of free_thread.
14662 (make_cleanup_restore_current_thread): Move tp and frame to
14663 inner block.
14664
14665 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
14666
14667 * arc-tdep.c (arc_frame_cache): Add support for prologue analysis.
14668 (arc_skip_prologue): Likewise.
14669 (arc_make_frame_cache): Likewise.
14670 (arc_pv_get_operand): New function.
14671 (arc_is_in_prologue): Likewise.
14672 (arc_analyze_prologue): Likewise.
14673 (arc_print_frame_cache): Likewise.
14674 (MAX_PROLOGUE_LENGTH): New constant.
14675
14676 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
14677
14678 * configure.tgt: Add arc-insn.o.
14679 * arc-tdep.c (arc_delayed_print_insn): Make non-static.
14680 (dump_arc_instruction_command): New function.
14681 (arc_fprintf_disasm): Likewise.
14682 (arc_disassemble_info): Likewise.
14683 (arc_insn_get_operand_value): Likewise.
14684 (arc_insn_get_operand_value_signed): Likewise.
14685 (arc_insn_get_memory_base_reg): Likewise.
14686 (arc_insn_get_memory_offset): Likewise.
14687 (arc_insn_get_branch_target): Likewise.
14688 (arc_insn_dump): Likewise.
14689 (arc_insn_get_linear_next_pc): Likewise.
14690 * arc-tdep.h (arc_delayed_print_insn): Add function declaration.
14691 (arc_disassemble_info): Likewise.
14692 (arc_insn_get_branch_target): Likewise.
14693 (arc_insn_get_linear_next_pc): Likewise.
14694 * NEWS: Mention new "maint print arc arc-instruction".
14695
14696 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
14697
14698 * arc-tdep (maintenance_print_arc_list): New variable.
14699 (maintenance_print_arc_command): New function.
14700
14701 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
14702
14703 * arc-tdep.c (core_v2_register_names, core_arcompact_register_names)
14704 Add "limm" and "reserved".
14705 (arc_cannot_fetch_register, arc_cannot_store_register): Add
14706 ARC_RESERVED_REGNUM and ARC_LIMM_REGNUM.
14707 * arc-tdep.h (arc_regnum): Likewise.
14708
14709 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
14710
14711 * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
14712 for THREADPTR register.
14713 (supply_gregset_reg): Call regcache_raw_supply for THREADPTR
14714 register.
14715 * xtensa-tdep.c (XTENSA_DBREGN_UREG): New definition.
14716 (xtensa_derive_tdep): Initialize tdep->threadptr_regnum.
14717 * xtensa-tdep.h (gdbarch_tdep::threadptr_regnum): New field.
14718
14719 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
14720
14721 * xtensa-tdep.c (xtensa_pseudo_register_read): Treat all
14722 registers above gdbarch_num_regs (gdbarch) as privileged in
14723 call0 ABI.
14724
14725 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
14726
14727 * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
14728 for a single specified register or for all registers in
14729 a0_base..a0_base + C0_NREGS range.
14730 (supply_gregset_reg): Call regcache_raw_supply for a single
14731 specified register or for all registers in a0_base..a0_base +
14732 C0_NREGS range.
14733
14734 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
14735
14736 * arch/xtensa.h (C0_NREGS): Add definition.
14737 * xtensa-tdep.c (C0_NREGS): Remove definition.
14738
14739 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
14740
14741 * xtensa-tdep.c (xtensa_scan_prologue, call0_analyze_prologue):
14742 Drop xtensa_default_isa initialization.
14743 (xtensa_gdbarch_init): Initialize xtensa_default_isa.
14744
14745 2017-03-27 Pedro Alves <palves@redhat.com>
14746
14747 * dwarf2read.c (file_entry) <dir_index>: Add comment.
14748 (file_entry::include_dir): New method.
14749 (line_header::include_dir_at, line_header::file_name_at): New
14750 methods.
14751 (setup_type_unit_groups, setup_type_unit_groups)
14752 (psymtab_include_file_name): Simplify using the new methods.
14753 (lnp_state_machine) <the_line_header>: New field.
14754 <file>: Add comment.
14755 (lnp_state_machine::current_file): New method.
14756 (dwarf_record_line): Simplify using the new methods.
14757 (init_lnp_state_machine): Initialize the "the_line_header" field.
14758 (dwarf_decode_lines_1, dwarf_decode_lines, file_file_name):
14759 Simplify using the new methods.
14760
14761 2017-03-27 Pedro Alves <palves@redhat.com>
14762
14763 * cp-name-parser.y (make_empty): Delete.
14764 (demangler_special, nested_name, ptr_operator, array_indicator)
14765 (direct_declarator, declarator_1): Use fill_comp instead of
14766 make_empty.
14767
14768 2017-03-27 Pedro Alves <palves@redhat.com>
14769
14770 * xml-support.h (gdb_xml_debug): Pass a "first-to-check" argument
14771 to ATTRIBUTE_PRINTF.
14772 * solib-target.c (library_list_start_list): Print "string" not
14773 "version".
14774 * xml-tdesc.c (tdesc_start_field): Pass "field_name" to
14775 gdb_xml_error call.
14776
14777 2017-03-27 Pedro Alves <palves@redhat.com>
14778
14779 * dwarf2read.c (struct file_and_directory): New.
14780 (dwarf2_get_dwz_file): Adjust to use std::string.
14781 (dw2_get_file_names_reader): Adjust to use file_and_directory.
14782 (find_file_and_directory): Adjust to return a file_and_directory
14783 object.
14784 (read_file_scope): Adjust to use file_and_directory. Remove
14785 make_cleanup/do_cleanups calls.
14786 (open_and_init_dwp_file): Adjust to use std::string. Remove
14787 make_cleanup/do_cleanups calls.
14788 * python/python.c (do_start_initialization): Adjust to ldirname
14789 returning a std::string.
14790 * utils.c (ldirname): Now returns a std::string.
14791 * utils.h (ldirname): Change return type to std::string.
14792 * xml-syscall.c (xml_init_syscalls_info): Adjust to ldirname
14793 returning a std::string.
14794 * xml-tdesc.c (file_read_description_xml): Likewise.
14795
14796 2017-03-24 Alan Hayward <alan.hayward@arm.com>
14797
14798 * regcache.c (regcache_debug_print_register): New function.
14799 * regcache.h (regcache_debug_print_register): New declaration.
14800 * target.c (debug_print_register): Remove.
14801 (target_fetch_registers): Call regcache_debug_print_register.
14802 (target_store_registers): Likewise.
14803
14804 2017-03-24 Pádraig Brady <pbrady@fb.com>
14805
14806 * dwarf2read.c (setup_type_unit_groups): Ensure dir_index doesn't
14807 reference beyond the 'lh->include_dirs' array before accessing to
14808 it.
14809 (psymtab_include_file_name): Likewise.
14810 (dwarf_decode_lines_1): Likewise.
14811 (dwarf_decode_lines): Likewise.
14812 (file_file_name): Likewise.
14813
14814 2017-03-23 Simon Marchi <simon.marchi@ericsson.com>
14815
14816 * fbsd-tdep.c (fbsd_corefile_thread): Don't set/restore
14817 inferior_ptid.
14818 * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
14819 ps_lsetfpregs): Likewise.
14820 * regcache.c (regcache_raw_update, regcache_raw_write): Likewise.
14821 * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
14822 ps_lsetfpregs): Likewise.
14823 * target.c (target_fetch_registers, target_store_registers):
14824 Remove asserts.
14825
14826 2017-03-23 Alan Hayward <alan.hayward@arm.com>
14827
14828 * sol-thread.c (sol_thread_store_registers): Remove regcache calls.
14829
14830 2017-03-23 Yao Qi <yao.qi@linaro.org>
14831
14832 * aarch64-tdep.c (aarch64_process_record_test): Declare.
14833 (_initialize_aarch64_tdep): Register it.
14834 (aarch64_record_load_store): Handle PRFM instruction.
14835 (aarch64_process_record_test): New function.
14836
14837 2017-03-23 Yao Qi <yao.qi@linaro.org>
14838
14839 * aarch64-tdep.c (aarch64_record_load_store): Fix code
14840 indentation.
14841
14842 2017-03-23 Yao Qi <yao.qi@linaro.org>
14843
14844 * aarch64-tdep.c: Remove AARCH64_RECORD_FAILURE.
14845
14846 2017-03-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
14847
14848 python/python.c (do_start_initialization): Fix memory leak.
14849
14850 2017-03-22 Simon Marchi <simon.marchi@polymtl.ca>
14851
14852 * inf-ptrace.c (inf_ptrace_xfer_partial): Get pid from ptid
14853 using get_ptrace_pid.
14854 * linux-nat.c (linux_nat_xfer_partial): Don't set/restore
14855 inferior_ptid.
14856 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use lwp of
14857 inferior_ptid instead of pid.
14858
14859 2017-03-22 Yao Qi <yao.qi@linaro.org>
14860
14861 * aarch64-tdep.c: Wrap locally used classes in anonymous
14862 namespace.
14863 * arm-tdep.c: Likewise.
14864 * linespec.c: Likewise.
14865 * ui-out.c: Likewise.
14866
14867 2017-03-22 Jonah Graham <jonah@kichwacoders.com>
14868
14869 PR gdb/19637
14870 * python/lib/gdb/printer/bound_registers.py: Import sys.
14871
14872 2017-03-21 Simon Marchi <simon.marchi@ericsson.com>
14873
14874 * windows-nat.c (do_windows_fetch_inferior_registers): Add
14875 windows_thread_info parameter and use it instead of
14876 current_thread.
14877 (windows_fetch_inferior_registers): Don't set current_thread,
14878 pass the thread to do_windows_fetch_inferior_registers. Use
14879 ptid from regcache instead of inferior_ptid.
14880 (do_windows_store_inferior_registers): Add windows_thread_info
14881 parameter and use it instead of current_thread.
14882 (windows_store_inferior_registers): Don't set current_thread,
14883 pass the thread to do_windows_store_inferior_registers. Use
14884 ptid from regcache instead of inferior_ptid.
14885
14886 2017-03-21 Simon Marchi <simon.marchi@ericsson.com>
14887
14888 * ser-mingw.c (ser_windows_raw): Remove reference to
14889 struct serial::current_timeout.
14890
14891 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
14892
14893 PR tdep/20928
14894 * gdb/sparc-tdep.h (gdbarch_tdep) <sparc64_ccr_type>: New field.
14895 * gdb/sparc64-tdep.c (sparc64_ccr_type): New function.
14896 (sparc64_fsr_type): Fix %fsr decoding.
14897
14898 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
14899
14900 * python/py-record-btrace.c (btpy_insn_data): Change return type
14901 for Python 2.
14902
14903 2017-03-20 Simon Marchi <simon.marchi@polymtl.ca>
14904
14905 * spu-linux-nat.c (spu_fetch_inferior_registers,
14906 spu_store_inferior_registers): Use ptid from regcache, set and
14907 restore inferior_ptid.
14908 * spu-multiarch.c (spu_fetch_registers, spu_store_registers):
14909 Likewise.
14910
14911 2017-03-20 Simon Marchi <simon.marchi@polymtl.ca>
14912
14913 * i386-linux-nat.c (fetch_register, store_register,
14914 i386_linux_fetch_inferior_registers,
14915 i386_linux_store_inferior_registers): Use ptid from regcache.
14916 * ia64-linux-nat.c (ia64_linux_fetch_register,
14917 ia64_linux_store_register): Likewise.
14918 * inf-ptrace.c (inf_ptrace_fetch_register,
14919 inf_ptrace_store_register): Likewise.
14920 * m32r-linux-nat.c (m32r_linux_fetch_inferior_registers,
14921 m32r_linux_store_inferior_registers): Likewise.
14922 * m68k-bsd-nat.c (m68kbsd_fetch_inferior_registers,
14923 m68kbsd_store_inferior_registers): Likewise.
14924 * m68k-linux-nat.c (fetch_register, store_register,
14925 m68k_linux_fetch_inferior_registers,
14926 m68k_linux_store_inferior_registers): Likewise.
14927 * m88k-bsd-nat.c (m88kbsd_fetch_inferior_registers,
14928 m88kbsd_store_inferior_registers): Likewise.
14929 * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers,
14930 mips_fbsd_store_inferior_registers): Likewise.
14931 * mips-linux-nat.c (mips64_linux_regsets_fetch_registers,
14932 mips64_linux_regsets_store_registers): Likewise.
14933 * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers,
14934 mipsnbsd_store_inferior_registers): Likewise.
14935 * mips-obsd-nat.c (mips64obsd_fetch_inferior_registers,
14936 mips64obsd_store_inferior_registers): Likewise.
14937 * nto-procfs.c (procfs_fetch_registers, procfs_store_registers):
14938 Likewise.
14939 * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers,
14940 ppcfbsd_store_inferior_registers): Likewise.
14941 * ppc-linux-nat.c (ppc_linux_fetch_inferior_registers,
14942 ppc_linux_store_inferior_registers): Likewise.
14943 * ppc-nbsd-nat.c (ppcnbsd_fetch_inferior_registers,
14944 ppcnbsd_store_inferior_registers): Likewise.
14945 * ppc-obsd-nat.c (ppcobsd_fetch_registers,
14946 ppcobsd_store_registers): Likewise.
14947 * procfs.c (procfs_fetch_registers, procfs_store_registers):
14948 Likewise.
14949 * ravenscar-thread.c (ravenscar_fetch_registers,
14950 ravenscar_store_registers, ravenscar_prepare_to_store):
14951 Likewise.
14952 * record-btrace.c (record_btrace_fetch_registers,
14953 record_btrace_store_registers, record_btrace_prepare_to_store):
14954 Likewise.
14955 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register):
14956 Lookup inferior using ptid from regcache, instead of
14957 current_inferior.
14958 * remote.c (remote_fetch_registers, remote_store_registers): Use
14959 ptid from regcache.
14960 * rs6000-nat.c (fetch_register, store_register): Likewise.
14961 * s390-linux-nat.c (s390_linux_fetch_inferior_registers,
14962 s390_linux_store_inferior_registers): Likewise.
14963 * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers,
14964 shnbsd_store_inferior_registers): Likewise.
14965 * sol-thread.c (sol_thread_fetch_registers,
14966 sol_thread_store_registers): Likewise.
14967 * sparc-nat.c (sparc_fetch_inferior_registers,
14968 sparc_store_inferior_registers): Likewise.
14969 * tilegx-linux-nat.c (fetch_inferior_registers,
14970 store_inferior_registers): Likewise.
14971 * vax-bsd-nat.c (vaxbsd_fetch_inferior_registers,
14972 vaxbsd_store_inferior_registers): Likewise.
14973 * xtensa-linux-nat.c (fetch_gregs, store_gregs, fetch_xtregs,
14974 store_xtregs): Likewise.
14975
14976 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
14977
14978 PR gdb/14441
14979 * NEWS: Mention support for rvalue references in GDB and python.
14980 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
14981 supports both lvalue and rvalue references.
14982
14983 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
14984
14985 PR gdb/14441
14986 * gdbtypes.c (rank_one_type): Implement overloading
14987 resolution rules regarding rvalue references.
14988
14989 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
14990
14991 PR gdb/14441
14992 * aarch64-tdep.c (aarch64_type_align)
14993 (aarch64_extract_return_value, aarch64_store_return_value): Change
14994 lvalue reference type checks to general reference type checks.
14995 * amd64-tdep.c (amd64_classify): Likewise.
14996 * amd64-windows-tdep.c (amd64_windows_passed_by_integer_register):
14997 Likewise.
14998 * arm-tdep.c (arm_type_align, arm_extract_return_value)
14999 (arm_store_return_value): Likewise.
15000 * ax-gdb.c (gen_fetch, gen_cast): Likewise.
15001 * c-typeprint.c (c_print_type): Likewise.
15002 * c-varobj.c (adjust_value_for_child_access, c_value_of_variable)
15003 (cplus_number_of_children, cplus_describe_child): Likewise.
15004 * compile/compile-c-symbols.c (generate_vla_size): Likewise.
15005 * completer.c (expression_completer): Likewise.
15006 * cp-support.c (make_symbol_overload_list_adl_namespace):
15007 Likewise.
15008 * darwin-nat-info.c (info_mach_region_command): Likewise.
15009 * dwarf2loc.c (entry_data_value_coerce_ref)
15010 (value_of_dwarf_reg_entry): Likewise.
15011 * eval.c (ptrmath_type_p, evaluate_subexp_standard)
15012 (evaluate_subexp_for_address, evaluate_subexp_for_sizeof):
15013 Likewise.
15014 * findvar.c (extract_typed_address, store_typed_address):
15015 Likewise.
15016 * gdbtypes.c (rank_one_type): Likewise.
15017 * hppa-tdep.c (hppa64_integral_or_pointer_p): Likewise.
15018 * infcall.c (value_arg_coerce): Likewise.
15019 * language.c (pointer_type): Likewise.
15020 * m32c-tdep.c (m32c_reg_arg_type, m32c_m16c_address_to_pointer):
15021 Likewise.
15022 * m88k-tdep.c (m88k_integral_or_pointer_p): Likewise.
15023 * mn10300-tdep.c (mn10300_type_align): Likewise.
15024 * msp430-tdep.c (msp430_push_dummy_call): Likewise.
15025 * ppc-sysv-tdep.c (do_ppc_sysv_return_value)
15026 (ppc64_sysv_abi_push_param, ppc64_sysv_abi_return_value):
15027 Likewise.
15028 * printcmd.c (print_formatted, x_command): Likewise.
15029 * python/py-type.c (typy_get_composite, typy_template_argument):
15030 Likewise.
15031 * python/py-value.c (valpy_referenced_value)
15032 (valpy_get_dynamic_type, value_has_field): Likewise.
15033 * s390-linux-tdep.c (s390_function_arg_integer): Likewise.
15034 * sparc-tdep.c (sparc_integral_or_pointer_p): Likewise.
15035 * sparc64-tdep.c (sparc64_integral_or_pointer_p): Likewise.
15036 * spu-tdep.c (spu_scalar_value_p): Likewise.
15037 * symtab.c (lookup_symbol_aux): Likewise.
15038 * typeprint.c (whatis_exp, print_type_scalar): Likewise.
15039 * valarith.c (binop_types_user_defined_p, unop_user_defined_p):
15040 Likewise.
15041 * valops.c (value_cast_pointers, value_cast)
15042 (value_reinterpret_cast, value_dynamic_cast, value_addr, typecmp)
15043 (value_struct_elt, value_struct_elt_bitpos)
15044 (value_find_oload_method_list, find_overload_match)
15045 (value_rtti_indirect_type): Likewise.
15046 * valprint.c (val_print_scalar_type_p, generic_val_print):
15047 Likewise.
15048 * value.c (value_actual_type, value_as_address, unpack_long)
15049 (pack_long, pack_unsigned_long, coerce_ref_if_computed)
15050 (coerce_ref): Likewise.
15051 * varobj.c (varobj_get_value_type): Likewise.
15052
15053 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15054
15055 PR gdb/14441
15056 * doc/python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
15057 table of constants.
15058 * python/lib/gdb/command/explore.py: Support exploring values
15059 of rvalue reference types.
15060 * python/lib/gdb/types.py: Implement get_basic_type() for
15061 rvalue reference types.
15062 * python/py-type.c (pyty_codes) <TYPE_CODE_RVALUE_REF>: New
15063 constant.
15064 * python/py-value.c (valpy_getitem): Add an rvalue reference
15065 check.
15066 (valpy_reference_value): Add new parameter "refcode".
15067 (valpy_lvalue_reference_value, valpy_rvalue_reference_value):
15068 New wrappers for valpy_reference_value().
15069 * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
15070 (gdbpy_invoke_xmethod): Likewise.
15071
15072 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15073
15074 PR gdb/14441
15075 * dwarf2read.c (process_die, read_type_die_1): Handle the
15076 DW_TAG_rvalue_reference_type DIE.
15077 (read_tag_reference_type): Add new parameter "refcode".
15078
15079 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15080
15081 PR gdb/14441
15082 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix)
15083 (c_type_print_modifier, c_type_print_varspec_suffix)
15084 (c_type_print_base): Support printing rvalue reference types.
15085 * c-valprint.c (c_val_print, c_value_print): Support printing
15086 rvalue reference values.
15087
15088 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15089
15090 PR gdb/14441
15091 * cp-name-parser.y (ptr_operator): Handle the '&&' token in
15092 typename.
15093 * cp-support.c (replace_typedefs): Handle
15094 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
15095 * python/py-type.c (typy_lookup_type): Likewise.
15096
15097 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15098
15099 PR gdb/14441
15100 * c-exp.y (ptr_operator): Handle the '&&' token in the typename.
15101 * parse.c (insert_type): Change assert statement.
15102 (follow_types): Handle rvalue reference types.
15103 * parser-defs.h (enum type_pieces) <tp_rvalue_reference>: New
15104 constant.
15105
15106 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15107
15108 PR gdb/14441
15109 * ada-lang.c (ada_evaluate_subexp): Adhere to the new
15110 value_ref() interface.
15111 * c-valprint.c (c_value_print): Likewise.
15112 * infcall.c (value_arg_coerce): Likewise.
15113 * python/py-value.c (valpy_reference_value): Likewise.
15114 * valops.c (value_cast, value_reinterpret_cast)
15115 (value_dynamic_cast, typecmp): Likewise.
15116 (value_ref): Parameterize by kind of return value reference type.
15117 * value.h (value_ref): Add new parameter "refcode".
15118
15119 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15120
15121 PR gdb/14441
15122 * dwarf2read.c (read_tag_reference_type): Use
15123 lookup_lvalue_reference_type() instead of lookup_reference_type().
15124 * eval.c (evaluate_subexp_standard): Likewise.
15125 * f-exp.y: Likewise.
15126 * gdbtypes.c (make_reference_type, lookup_reference_type):
15127 Generalize with rvalue reference types.
15128 (lookup_lvalue_reference_type, lookup_rvalue_reference_type): New
15129 convenience wrappers for lookup_reference_type().
15130 * gdbtypes.h (make_reference_type, lookup_reference_type): Add a
15131 reference kind parameter.
15132 (lookup_lvalue_reference_type, lookup_rvalue_reference_type): Add
15133 wrappers for lookup_reference_type().
15134 * guile/scm-type.c (gdbscm_type_reference): Use
15135 lookup_lvalue_reference_type() instead of lookup_reference_type().
15136 * guile/scm-value.c (gdbscm_value_dynamic_type): Likewise.
15137 * parse.c (follow_types): Likewise.
15138 * python/py-type.c (typy_reference, typy_lookup_type): Likewise.
15139 * python/py-value.c (valpy_get_dynamic_type, valpy_getitem):
15140 Likewise.
15141 * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
15142 (gdbpy_invoke_xmethod): Likewise.
15143 * stabsread.c: Provide extra argument to make_reference_type()
15144 call.
15145 * valops.c (value_ref, value_rtti_indirect_type): Use
15146 lookup_lvalue_reference_type() instead of lookup_reference_type().
15147
15148 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15149
15150 PR gdb/14441
15151 * gdbtypes.h (enum type_code) <TYPE_CODE_RVALUE_REF>: New constant.
15152 (TYPE_IS_REFERENCE): New macro.
15153 (struct type): Add rvalue_reference_type field.
15154 (TYPE_RVALUE_REFERENCE_TYPE): New macro.
15155
15156 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
15157
15158 * NEWS: Add an entry about new '-file-list-shared-libraries' command.
15159 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries):
15160 New function definition.
15161 * mi/mi-cmds.c (mi_cmds): Add -file-list-shared-libraries command.
15162 * mi/mi-cmds.h (mi_cmd_file_list_shared_libraries):
15163 New function declaration.
15164 * mi/mi-interp.c (mi_output_solib_attribs): New Function.
15165 * mi/mi-interp.h: New file.
15166 * solib.c (info_sharedlibrary_command): Replace for loop with
15167 ALL_SO_LIBS macro
15168 * solib.h (update_solib_list): New function declaration.
15169 (so_list_head): Move macro.
15170 * solist.h (ALL_SO_LIBS): New macro.
15171
15172 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
15173
15174 * infcmd.c (post_create_inferior): Remove unused argument in
15175 call to solib_add.
15176 * remote.c (remote_start_remote): Likewise.
15177 * solib-frv.c (frv_fetch_objfile_link_map): Likewise.
15178 * solib-svr4.c: (svr4_fetch_objfile_link_map): Likewise.
15179 (enable_break): Likewise.
15180 * solib.c (update_solib_list): Remove unused target argument
15181 and its documentation.
15182 (solib_add): Remove unused target argument. Remove unused
15183 argument in call to update_solib_list.
15184 (info_sharedlibrary_command): Remove unused argument in call
15185 to update_solib_list.
15186 (sharedlibrary_command): Remove unused argument in call to
15187 solib_add.
15188 (handle_solib_event): Likewise.
15189 (reload_shared_libraries): Likewise.
15190 * solib.h (solib_add): Remove unused target argument.
15191
15192 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
15193
15194 * s390-linux-tdep.c (is_rsi, is_rie): Remove functions.
15195 (s390_displaced_step_fixup): Cover relative branches with the
15196 default fixup handling. This fixes lack of support for some
15197 relative branch instructions.
15198
15199 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15200
15201 * i386-gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Use
15202 ptid from regcache.
15203
15204 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15205
15206 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers,
15207 i386_darwin_store_inferior_registers): Use ptid from regcache.
15208
15209 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15210
15211 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers,
15212 i386bsd_store_inferior_registers): Use ptid from regcache.
15213
15214 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15215
15216 * hppa-obsd-nat.c (hppaobsd_fetch_registers,
15217 hppaobsd_store_registers): Use ptid from regcache.
15218
15219 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15220
15221 * hppa-nbsd-nat.c (hppanbsd_fetch_registers,
15222 hppanbsd_store_registers): Use ptid from regcache.
15223
15224 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15225
15226 * hppa-linux-nat.c (fetch_register, store_register): Use ptid
15227 from regcache. Use get_ptrace_pid.
15228
15229 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15230
15231 * corelow.c (get_core_register_section): Use ptid from regcache,
15232 update doc.
15233
15234 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15235
15236 * bsd-uthread.c (bsd_uthread_fetch_registers,
15237 bsd_uthread_store_registers): Use ptid from regcache, set and
15238 restore inferior_ptid.
15239
15240 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15241
15242 * arm-nbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
15243 fetch_fp_regs, store_register, store_regs, store_fp_register,
15244 store_fp_regs): Use ptid from regcache.
15245
15246 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15247
15248 * arm-linux-nat.c (fetch_fpregs, store_fpregs, fetch_regs,
15249 store_regs, fetch_wmmx_regs, store_wmmx_regs, fetch_vfp_regs,
15250 store_vfp_regs): Use ptid from regcache.
15251
15252 2017-03-17 Pedro Alves <palves@redhat.com>
15253
15254 PR remote/21188
15255 * ser-base.c (ser_base_wait_for): Add comment.
15256 (do_ser_base_readchar): Improve comment based on the ser-unix.c's
15257 version.
15258 * ser-unix.c (hardwire_raw): Remove reference to
15259 scb->current_timeout.
15260 (wait_for, do_hardwire_readchar, hardwire_readchar): Delete.
15261 (hardwire_ops): Install ser_base_readchar instead of
15262 hardwire_readchar.
15263 * serial.h (struct serial) <current_timeout, timeout_remaining>:
15264 Remove fields.
15265
15266 2017-03-17 Jonah Graham <jonah@kichwacoders.com>
15267
15268 PR gdb/19637
15269 * python/lib/gdb/printer/bound_registers.py: Add support for
15270 Python 3.
15271
15272 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15273
15274 * dwarf2loc.c (indirect_synthetic_pointer): Get data type of
15275 pointed-to DIE and pass it to dwarf2_evaluate_loc_desc_full.
15276 (dwarf2_evaluate_loc_desc_full): New parameter subobj_type; rename
15277 byte_offset to subobj_byte_offset. Fix the handling of
15278 DWARF_VALUE_STACK on big-endian targets when coming via an
15279 implicit pointer.
15280 (dwarf2_evaluate_loc_desc): Adjust call to
15281 dwarf2_evaluate_loc_desc_full.
15282 * dwarf2loc.h (dwarf2_fetch_die_type_sect_off): New declaration.
15283 * dwarf2read.c (dwarf2_fetch_die_type_sect_off): New function.
15284
15285 2017-03-16 Yao Qi <yao.qi@linaro.org>
15286
15287 * arm-tdep.c (thumb_record_misc): Decode CBNZ, CBZ, REV16,
15288 and REVSH instructions.
15289
15290 2017-03-16 Yao Qi <yao.qi@linaro.org>
15291
15292 * arm-tdep.c [GDB_SELF_TEST]: include "selftests.h".
15293 (arm_record_test): Declare.
15294 (_initialize_arm_tdep) [GDB_SELF_TEST]: call register_self_test.
15295 (thumb_record_ld_st_reg_offset): Rewrite the opcode matching to
15296 align with the manual.
15297 (thumb_record_misc): Adjust the code order to align with the
15298 manual.
15299 (thumb2_record_decode_insn_handler): Fix instruction matching.
15300 (instruction_reader_thumb): New class.
15301 (arm_record_test): New function.
15302
15303 2017-03-16 Yao Qi <yao.qi@linaro.org>
15304
15305 * arm-tdep.c (abstract_memory_reader): New class.
15306 (instruction_reader): New class.
15307 (extract_arm_insn): Add argument 'reader'. Callers updated.
15308 (decode_insn): Likewise.
15309
15310 2017-03-16 Doug Evans <dje@google.com>
15311
15312 * guile/scm-lazy-string.c (lazy_string_smob): Clarify use of LENGTH
15313 member. Change type of TYPE member to SCM. All uses updated.
15314 (lsscm_make_lazy_string_smob): Add assert.
15315 (lsscm_make_lazy_string): Flag bad length values.
15316 (lsscm_elt_type): New function.
15317 (gdbscm_lazy_string_to_value): Rewrite to use
15318 lsscm_safe_lazy_string_to_value.
15319 (lsscm_safe_lazy_string_to_value): Fix handling of TYPE_CODE_PTR.
15320 * guile/scm-value.c (gdbscm_value_to_lazy_string): Flag bad length
15321 values. Fix TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle typedefs
15322 in incoming type.
15323 * guile/guile-internal.h (tyscm_scm_to_type): Declare.
15324 * guile/scm-type.c (tyscm_scm_to_type): New function.
15325
15326 2017-03-15 Doug Evans <dje@google.com>
15327
15328 PR python/17728, python/18439, python/18779
15329 * python/py-lazy-string.c (lazy_string_object): Clarify use of LENGTH
15330 member. Change type of TYPE member to PyObject *. All uses updated.
15331 (stpy_convert_to_value): Fix handling of TYPE_CODE_PTR.
15332 (gdbpy_create_lazy_string_object): Flag bad length values.
15333 Handle TYPE_CODE_ARRAY with possibly different user-provided length.
15334 Handle typedefs in incoming type.
15335 (stpy_lazy_string_elt_type): New function.
15336 (gdbpy_extract_lazy_string): Call it.
15337 * python/py-value.c (valpy_lazy_string): Flag bad length values.
15338 Fix handling of TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle
15339 typedefs in incoming type.
15340
15341 2017-03-16 Doug Evans <dje@google.com>
15342
15343 * guile/guile-internal.h (tyscm_scm_to_type): Declare.
15344 * guile/scm-type.c (tyscm_scm_to_type): New function.
15345
15346 2017-03-16 Jiong Wang <jiong.wang@arm.com>
15347
15348 * inf-ptrace.c (inf_ptrace_peek_poke): Change the type to
15349 "ULONGEST" for "skip".
15350
15351 2017-03-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
15352
15353 PR gdb/21220
15354 * inf-ptrace.c (inf_ptrace_xfer_partial): In "case
15355 TARGET_OBJECT_MEMORY", extract the logic for ptrace peek/poke...
15356 (inf_ptrace_peek_poke): ...here. New function. Now also loop
15357 over ptrace peek/poke until end of buffer or error.
15358
15359 2017-03-14 Simon Marchi <simon.marchi@ericsson.com>
15360
15361 * parse.c (length_of_subexp): Make static.
15362 * parser-defs.h (length_of_subexp): Remove.
15363
15364 2017-03-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
15365
15366 * linux-nat.c (linux_proc_xfer_partial): Handle write operations
15367 as well.
15368
15369 2017-03-14 Pedro Alves <palves@redhat.com>
15370
15371 * cp-name-parser.y (cp_demangled_name_to_comp): Update comment.
15372 (main): Use std::unique_ptr. Remove calls to
15373 cp_demangled_name_parse_free.
15374
15375 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
15376
15377 * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers,
15378 alphabsd_store_inferior_registers): Use regcache->ptid instead
15379 of inferior_ptid.
15380
15381 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
15382
15383 * aix-thread.c (aix_thread_fetch_registers,
15384 aix_thread_store_registers): Use regcache->ptid instead of
15385 inferior_ptid.
15386
15387 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
15388
15389 * aarch64-linux-nat.c (fetch_gregs_from_thread,
15390 store_gregs_to_thread, fetch_fpregs_from_thread,
15391 store_fpregs_to_thread): Use regcache->ptid instead of
15392 inferior_ptid.
15393
15394 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
15395
15396 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers,
15397 amd64_linux_fetch_inferior_registers): Use regcache->ptid
15398 instead of inferior_ptid.
15399
15400 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
15401
15402 * target.c (target_fetch_registers, target_store_registers): Add
15403 assert.
15404
15405 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
15406
15407 * regcache.h (regcache_get_ptid): New function.
15408 * regcache.c (regcache_get_ptid): New function.
15409
15410 2017-03-13 Mark Wielaard <mark@klomp.org>
15411
15412 * cp-name-parser.y (make_empty): Initialize d_printing to zero.
15413
15414 2017-03-10 Keith Seitz <keiths@redhat.com>
15415
15416 PR c++/8218
15417 * c-typeprint.c (cp_type_print_method_args): Skip artificial arguments.
15418
15419 2017-03-08 Pedro Alves <palves@redhat.com>
15420
15421 PR gdb/18360
15422 * infrun.c (start_step_over, do_target_resume, resume)
15423 (restart_threads): Assert we're not resuming a thread that is
15424 meant to be stopped.
15425 (infrun_thread_stop_requested_callback): Delete.
15426 (infrun_thread_stop_requested): If the thread is internally
15427 stopped, queue a pending stop event and clear the thread's
15428 inline-frame state.
15429 (handle_stop_requested): New function.
15430 (handle_syscall_event, handle_inferior_event_1): Use
15431 handle_stop_requested.
15432 (handle_stop_requested): New function.
15433 (handle_signal_stop): Set the thread's stop_signal here instead of
15434 at caller.
15435 (finish_step_over): Clear step over info unconditionally.
15436 (handle_signal_stop): If the user had interrupted the event
15437 thread, consider the stop a random signal.
15438 (handle_signal_stop) <signal arrived while stepping over
15439 breakpoint>: Don't restart threads here.
15440 (stop_waiting): Don't clear step-over info here.
15441
15442 2017-03-08 Pedro Alves <palves@redhat.com>
15443
15444 PR 21206
15445 * common/gdb_unlinker.h (unlinker::unlinker): Attribute nonnull
15446 goes to argument 2, not 1.
15447
15448 2017-03-08 Pedro Alves <palves@redhat.com>
15449
15450 PR cli/21218
15451 * top.c (gdb_readline_wrapper): Avoid passing NULL to
15452 display_gdb_prompt.
15453 (command_line_input): Add comment.
15454
15455 2017-03-08 Pedro Alves <palves@redhat.com>
15456
15457 PR tui/21216
15458 * tui/tui-file.c (tui_file::write): New.
15459 * tui/tui-file.h (tui_file): Override "write".
15460 * tui/tui-io.c (do_tui_putc, update_start_line): New functions,
15461 factored out from ...
15462 (tui_puts): ... here.
15463 (tui_putc): Use them.
15464 (tui_write): New function.
15465 * tui/tui-io.h (tui_write): Declare.
15466
15467 2017-03-07 Sergio Durigan Junior <sergiodj@redhat.com>
15468
15469 * Makefile.in (SFILES): Replace "environ.c" with
15470 "common/environ.c".
15471 (HFILES_NO_SRCDIR): Likewise, for "environ.h".
15472 * environ.c: Include "common-defs.h" instead of "defs.h. Moved
15473 to...
15474 * common/environ.c: ... here.
15475 * environ.h: Moved to...
15476 * common/environ.h: ... here.
15477
15478 2017-03-07 Peter Bergner <bergner@vnet.ibm.com>
15479
15480 * gdbarch.sh (pstring_ptr): New static function.
15481 (gdbarch_disassembler_options): Use it.
15482 (gdbarch_verify_disassembler_options): Print valid_disassembler_options,
15483 not valid_disassembler_option->name.
15484 * gdbarch.c: Regenerate.
15485
15486 2017-03-07 Peter Bergner <bergner@vnet.ibm.com>
15487
15488 * config/powerpc/ppc64-linux.mh (MH_CFLAGS): Delete.
15489
15490 2017-03-07 Pedro Alves <palves@redhat.com>
15491
15492 * tui/tui-regs.c (tui_restore_gdbout): Don't delete gdb_stdout.
15493
15494 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
15495
15496 * i387-tdep.h (i387_reset_bnd_regs): Add function definition.
15497 * i387-tdep.c (i387_reset_bnd_regs): Add function implementation.
15498 * i386-tdep.c (i386_push_dummy_call): Call i387_reset_bnd_regs.
15499 * amd64-tdep.c (amd64_push_dummy_call): Call i387_reset_bnd_regs.
15500
15501 2017-03-06 Simon Marchi <simon.marchi@ericsson.com>
15502
15503 * xtensa-linux-nat.c (fetch_gregs): Remove const.
15504
15505 2017-03-03 Simon Marchi <simon.marchi@ericsson.com>
15506
15507 * remote.c (remote_add_target_side_commands): Use range-based
15508 for loop.
15509
15510 2017-03-03 Yao Qi <yao.qi@linaro.org>
15511
15512 PR gdb/21165
15513 * ada-valprint.c (ada_val_print_ref): Call value_fetch_lazy if
15514 value is lazy.
15515 * valprint.c (common_val_print): Likewise.
15516
15517 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
15518
15519 * NEWS: Mention new set/show disassembler-options commands.
15520 * doc/gdb.texinfo: Document new set/show disassembler-options commands.
15521 * disasm.c: Include "arch-utils.h", "gdbcmd.h" and "safe-ctype.h".
15522 (prospective_options): New static variable.
15523 (gdb_disassembler::gdb_disassembler): Initialize
15524 m_di.disassembler_options.
15525 (gdb_buffered_insn_length_init_dis): Initilize di->disassembler_options.
15526 (get_disassembler_options): New function.
15527 (set_disassembler_options): Likewise.
15528 (set_disassembler_options_sfunc): Likewise.
15529 (show_disassembler_options_sfunc): Likewise.
15530 (disassembler_options_completer): Likewise.
15531 (_initialize_disasm): Likewise.
15532 * disasm.h (get_disassembler_options): New prototype.
15533 (set_disassembler_options): Likewise.
15534 * gdbarch.sh (gdbarch_disassembler_options): New variable.
15535 (gdbarch_verify_disassembler_options): Likewise.
15536 * gdbarch.c: Regenerate.
15537 * gdbarch.h: Likewise.
15538 * arm-tdep.c (num_disassembly_options): Delete.
15539 (set_disassembly_style): Likewise.
15540 (arm_disassembler_options): New static variable.
15541 (set_disassembly_style_sfunc): Convert short style name into long
15542 option name. Call set_disassembler_options.
15543 (show_disassembly_style_sfunc): New function.
15544 (arm_gdbarch_init): Call set_gdbarch_disassembler_options and
15545 set_gdbarch_verify_disassembler_options.
15546 (_initialize_arm_tdep): Delete regnames variable and update callers.
15547 (arm_disassembler_options): Initialize.
15548 (disasm_options): New variable.
15549 (num_disassembly_options): Rename from this...
15550 (num_disassembly_styles): ...to this. Compute by scanning through
15551 disasm_options.
15552 (valid_disassembly_styles): Initialize using disasm_options.
15553 Remove calls to parse_arm_disassembler_option, get_arm_regnames and
15554 set_arm_regname_option.
15555 Pass show_disassembly_style_sfunc to the "disassembler" setshow command.
15556 * rs6000-tdep.c (powerpc_disassembler_options): New static variable.
15557 (rs6000_gdbarch_init): Call set_gdbarch_disassembler_options and
15558 set_gdbarch_verify_disassembler_options.
15559 * s390-tdep.c (s390_disassembler_options): New static variable.
15560 (s390_gdbarch_init):all set_gdbarch_disassembler_options and
15561 set_gdbarch_verify_disassembler_options.
15562
15563 2017-02-27 Simon Marchi <simon.marchi@ericsson.com>
15564
15565 * remote.c (remote_add_target_side_condition): Remove "struct"
15566 keyword from range-based for loop.
15567
15568 2017-02-27 Simon Marchi <simon.marchi@ericsson.com>
15569
15570 * remote.c (remote_add_target_side_condition): Use range-based
15571 for loop. Update comment.
15572
15573 2017-02-27 Yao Qi <yao.qi@linaro.org>
15574
15575 * f-typeprint.c (f_print_type): Check "varstring" is empty first.
15576
15577 2017-02-26 Alan Hayward <alan.hayward@arm.com>
15578
15579 * regcache.c (regcache_raw_update): New function.
15580 (regcache_raw_read): Move code to regcache_raw_update.
15581 * regcache.h (regcache_raw_update): New declaration.
15582 * remote.c (remote_prepare_to_store): Call regcache_raw_update.
15583
15584 2017-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15585
15586 * dwarf2read.c (create_debug_type_hash_table): Initialize
15587 header.signature and header.type_offset_in_tu.
15588
15589 2017-02-24 Pedro Alves <palves@redhat.com>
15590
15591 * symtab.c (make_file_symbol_completion_list_1): Use
15592 add_symtab_completions.
15593
15594 2017-02-24 Alan Hayward <alan.hayward@arm.com>
15595
15596 * stack.c (frame_info): Use frame_unwind_register_value to avoid buf.
15597
15598 2017-02-24 Alan Hayward <alan.hayward@arm.com>
15599
15600 * i386-tdep.c (i386_pseudo_register_read_into_value): Use
15601 I386_MAX_REGISTER_SIZE.
15602 (i386_pseudo_register_write): Likewise.
15603 (i386_process_record): Likewise.
15604 * i387-tdep.c (i387_supply_xsave): Likewise.
15605 * m68k-linux-nat.c (fetch_register): Use M68K_MAX_REGISTER_SIZE.
15606 (store_register): Likewise.
15607
15608 2017-02-23 Pedro Alves <palves@redhat.com>
15609
15610 * ada-lang.c: Include "common/function-view.h".
15611 (ada_iterate_over_symbols): Adjust to use function_view as
15612 callback type.
15613 (struct add_partial_datum, ada_complete_symbol_matcher): Delete.
15614 (ada_make_symbol_completion_list): Use a lambda.
15615 (ada_exc_search_name_matches): Delete.
15616 (name_matches_regex): New.
15617 (ada_add_global_exceptions): Use a lambda and name_matches_regex.
15618 * compile/compile-c-support.c: Include "common/function-view.h".
15619 (print_one_macro): Change prototype to accept a ui_file pointer.
15620 (write_macro_definitions): Use a lambda.
15621 * dwarf2read.c: Include "common/function-view.h".
15622 (dw2_map_expand_apply, dw2_map_symtabs_matching_filename)
15623 (dw2_expand_symtabs_matching): Adjust to use function_view as
15624 callback type.
15625 * language.h: Include "common/function-view.h".
15626 (struct language_defn) <la_iterate_over_symbols>: Adjust to use
15627 function_view as callback type.
15628 (LA_ITERATE_OVER_SYMBOLS): Remove DATA parameter.
15629 * linespec.c: Include "common/function-view.h".
15630 (collect_info::add_symbol): New method.
15631 (struct symbol_and_data_callback, iterate_inline_only, struct
15632 symbol_matcher_data, iterate_name_matcher): Delete.
15633 (iterate_over_all_matching_symtabs): Adjust to use function_view
15634 as callback type and lambdas.
15635 (iterate_over_file_blocks): Adjust to use function_view as
15636 callback type.
15637 (decode_compound_collector): Now a class with private fields.
15638 (decode_compound_collector::release_symbols): New method.
15639 (collect_one_symbol): Rename to...
15640 (decode_compound_collector::operator()): ... this and adjust.
15641 (lookup_prefix_sym): decode_compound_collector construction bits
15642 move to decode_compound_collector ctor. Pass the
15643 decode_compound_collector object directly as callback. Remove
15644 cleanups and use decode_compound_collector::release_symbols
15645 instead.
15646 (symtab_collector): Now a class with private fields.
15647 (symtab_collector::release_symtabs): New method.
15648 (add_symtabs_to_list): Rename to...
15649 (symtab_collector::operator()): ... this and adjust.
15650 (collect_symtabs_from_filename): symtab_collector construction
15651 bits move to symtab_collector ctor. Pass the symtab_collector
15652 object directly as callback. Remove cleanups and use
15653 symtab_collector::release_symtabs instead.
15654 (collect_symbols): Delete.
15655 (add_matching_symbols_to_info): Use lambdas.
15656 * macrocmd.c (print_macro_callback): Delete.
15657 (info_macro_command): Use a lambda.
15658 (info_macros_command): Pass print_macro_definition as callable
15659 directly.
15660 (print_one_macro): Remove 'ignore' parameter.
15661 (macro_list_command): Adjust.
15662 * macrotab.c (macro_for_each_data::fn): Now a function_view.
15663 (macro_for_each_data::user_data): Delete field.
15664 (foreach_macro): Adjust to call the function_view.
15665 (macro_for_each): Adjust to use function_view as callback type.
15666 (foreach_macro_in_scope): Adjust to call the function_view.
15667 (macro_for_each_in_scope): Adjust to use function_view as callback
15668 type.
15669 * macrotab.h: Include "common/function-view.h".
15670 (macro_callback_fn): Declare a prototype instead of a pointer.
15671 Remove "user_data" parameter.
15672 (macro_for_each, macro_for_each_in_scope): Adjust to use
15673 function_view as callback type.
15674 * psymtab.c (partial_map_expand_apply)
15675 (psym_map_symtabs_matching_filename, recursively_search_psymtabs):
15676 Adjust to use function_view as callback type and to return bool.
15677 (psym_expand_symtabs_matching): Adjust to use function_view as
15678 callback types.
15679 * symfile-debug.c (debug_qf_map_symtabs_matching_filename): Adjust
15680 to use function_view as callback type and to return bool.
15681 (debug_qf_expand_symtabs_matching): Adjust to use function_view as
15682 callback types.
15683 * symfile.c (expand_symtabs_matching): Adjust to use function_view
15684 as callback types.
15685 * symfile.h: Include "common/function-view.h".
15686 (expand_symtabs_file_matcher_ftype)
15687 (expand_symtabs_symbol_matcher_ftype)
15688 (expand_symtabs_exp_notify_ftype): Remove "data" parameter and
15689 return bool.
15690 (quick_symbol_functions::map_symtabs_matching_filename)
15691 (quick_symbol_functions::expand_symtabs_matching): Adjust to use
15692 function_view as callback type and return bool.
15693 (expand_symtabs_matching): Adjust to use function_view as callback
15694 type.
15695 (maintenance_expand_name_matcher)
15696 (maintenance_expand_file_matcher): Delete.
15697 (maintenance_expand_symtabs): Use lambdas.
15698 * symtab.c (iterate_over_some_symtabs): Adjust to use
15699 function_view as callback types and return bool.
15700 (iterate_over_symtabs): Likewise. Use unique_xmalloc_ptr instead
15701 of a cleanup.
15702 (lookup_symtab_callback): Delete.
15703 (lookup_symtab): Use a lambda.
15704 (iterate_over_symbols): Adjust to use function_view as callback
15705 type.
15706 (struct search_symbols_data, search_symbols_file_matches)
15707 (search_symbols_name_matches): Delete.
15708 (search_symbols): Use a pair of lambdas.
15709 (struct add_name_data, add_macro_name, symbol_completion_matcher)
15710 (symtab_expansion_callback): Delete.
15711 (default_make_symbol_completion_list_break_on_1): Use lambdas.
15712 * symtab.h: Include "common/function-view.h".
15713 (iterate_over_some_symtabs): Adjust to use function_view as
15714 callback type and return bool.
15715 (iterate_over_symtabs): Adjust to use function_view as callback
15716 type.
15717 (symbol_found_callback_ftype): Remove 'data' parameter and return
15718 bool.
15719 (iterate_over_symbols): Adjust to use function_view as callback
15720 type.
15721
15722 2017-02-23 Pedro Alves <palves@redhat.com>
15723
15724 * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS): New.
15725 (%.o) <unittests/%.c>: New pattern.
15726 * configure.ac ($development): Add $(SUBDIR_UNITTESTS_OBS) to
15727 CONFIG_OBS, and $(SUBDIR_UNITTESTS_SRCS) to CONFIG_SRCS.
15728 * common/function-view.h: New file.
15729 * unittests/function-view-selftests.c: New file.
15730 * configure: Regenerate.
15731
15732 2017-02-23 Simon Marchi <simon.marchi@ericsson.com>
15733
15734 * bsd-uthread.c (bsd_uthread_thread_alive): Use ptid instead of
15735 inferior_ptid.
15736 * go32-nat.c (go32_thread_alive): Likewise.
15737
15738 2017-02-23 Yao Qi <yao.qi@linaro.org>
15739
15740 * varobj-iter.h (varobj_iter_delete): Call xfree instead of
15741 delete.
15742
15743 2017-02-23 Yao Qi <yao.qi@linaro.org>
15744
15745 * varobj.c (varobj_clear_saved_item): Use delete instead of
15746 xfree.
15747 (update_dynamic_varobj_children): Likewise.
15748
15749 2017-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15750
15751 * dwarf2read.c (dwarf2_record_block_ranges): Add forgotten BASEADDR.
15752
15753 2017-02-21 Simon Marchi <simon.marchi@ericsson.com>
15754
15755 * common/enum-flags.h (enum_flags::enum_flags): Initialize
15756 m_enum_value to 0 in default constructor.
15757
15758 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15759
15760 * rs6000-tdep.c (LOAD_AND_RESERVE_MASK): Rename from LWARX_MASK.
15761 (STORE_CONDITIONAL_MASK): Rename from STWCX_MASK.
15762 (LBARX_INSTRUCTION, LHARX_INSTRUCTION, LQARX_INSTRUCTION,
15763 STBCX_INSTRUCTION, STHCX_INSTRUCTION, STQCX_INSTRUCTION): New defines.
15764 (IS_LOAD_AND_RESERVE_INSN, IS_STORE_CONDITIONAL_INSN): New macros.
15765 (ppc_displaced_step_copy_insn): Use IS_LOAD_AND_RESERVE_INSN.
15766 (ppc_deal_with_atomic_sequence): Use IS_LOAD_AND_RESERVE_INSN and
15767 IS_STORE_CONDITIONAL_INSN.
15768
15769 2017-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15770
15771 * dwarf2_rnglists_process: Initialize range_beginning and range_end.
15772
15773 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15774
15775 * NEWS (Changes since GDB 7.12): Add DWARF-5.
15776
15777 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15778
15779 * dwarf2read.c (skip_one_die, read_attribute_value)
15780 (dwarf2_const_value_attr, dump_die_shallow)
15781 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
15782 (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_data16.
15783
15784 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15785
15786 * dwarf2read.c (read_file_scope): Rename DW_MACRO_GNU_*.
15787 (dwarf_parse_macro_header): Accept DWARF version 5.
15788 (dwarf_decode_macro_bytes, dwarf_decode_macros): Rename DW_MACRO_GNU_*.
15789
15790 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15791
15792 * block.c (call_site_for_pc): Rename DW_OP_GNU_*, DW_TAG_GNU_* and
15793 DW_AT_GNU_*.
15794 * common/common-exceptions.h (enum errors): Likewise.
15795 * dwarf2-frame.c (class dwarf_expr_executor): Likewise.
15796 * dwarf2expr.c (dwarf_block_to_dwarf_reg)
15797 (dwarf_expr_context::execute_stack_op): Likewise.
15798 * dwarf2expr.h (struct dwarf_expr_context, struct dwarf_expr_piece):
15799 Likewise.
15800 * dwarf2loc.c (dwarf_evaluate_loc_desc::get_base_type)
15801 (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
15802 (show_entry_values_debug, call_site_to_target_addr)
15803 (func_addr_to_tail_call_list, func_verify_no_selftailcall)
15804 (dwarf_expr_reg_to_entry_parameter, dwarf_entry_parameter_to_value)
15805 (entry_data_value_free_closure, value_of_dwarf_reg_entry)
15806 (value_of_dwarf_block_entry, indirect_pieced_value)
15807 (symbol_needs_eval_context::push_dwarf_reg_entry_value):
15808 (disassemble_dwarf_expression): Likewise.
15809 * dwarf2read.c (process_die, inherit_abstract_dies)
15810 (read_call_site_scope): Likewise.
15811 * gdbtypes.h (struct func_type, struct call_site_parameter)
15812 (struct call_site): Likewise.
15813 * stack.c (read_frame_arg): Likewise.
15814 * std-operator.def (OP_VAR_ENTRY_VALUE): Likewise.
15815
15816 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15817
15818 * defs.h (read_unsigned_leb128): New declaration.
15819 * dwarf2loc.c (decode_debug_loclists_addresses): New function.
15820 (decode_debug_loc_dwo_addresses): Update DEBUG_LOC_* to DW_LLE_*.
15821 (dwarf2_find_location_expression): Call also
15822 decode_debug_loclists_addresses. Handle DWARF-5 ULEB128 length.
15823 * dwarf2loc.h (dwarf2_version): New declaration.
15824 * dwarf2read.c (struct dwarf2_per_objfile): Add loclists, line_str,
15825 rnglists.
15826 (dwarf2_elf_names): Add .debug_loclists, .debug_line_str,
15827 .debug_rnglists.
15828 (struct dwop_section_names): Add loclists_dwo.
15829 (dwop_section_names): Add .debug_loclists.dwo.
15830 (struct comp_unit_head): Add unit_type, signature, type_offset_in_tu.
15831 (struct dwarf2_per_cu_data): Add dwarf_version.
15832 (struct dwo_sections): Add loclists.
15833 (struct attr_abbrev): Add implicit_const.
15834 (read_indirect_line_string): New declaration.
15835 (read_unsigned_leb128): Delete declaration.
15836 (rcuh_kind): New definition.
15837 (read_and_check_comp_unit_head): Change parameter
15838 is_debug_types_section to section_kind.
15839 (dwarf2_locate_sections): Handle loclists, line_str and rnglists.
15840 (read_comp_unit_head): Change parameter abfd to section, add parameter
15841 section_kind. Handle DWARF-5.
15842 (error_check_comp_unit_head): Accept also DWARF version 5.
15843 (read_and_check_comp_unit_head): Change parameter
15844 is_debug_types_section to section_kind.
15845 (read_and_check_type_unit_head): Delete function.
15846 (read_abbrev_offset): Handle DWARF-5.
15847 (create_debug_type_hash_table): Add parameter section_kind. Process
15848 only DW_UT_type. Use signature and type_offset_in_tu from struct
15849 comp_unit_head.
15850 (create_debug_types_hash_table): Update create_debug_type_hash_table
15851 caller.
15852 (create_all_type_units): Call create_debug_type_hash_table.
15853 (read_cutu_die_from_dwo, init_cutu_and_read_dies): Change
15854 read_and_check_type_unit_head caller to read_and_check_comp_unit_head
15855 caller.
15856 (skip_one_die): Handle DW_FORM_implicit_const.
15857 (dwarf2_rnglists_process): New function.
15858 (dwarf2_ranges_process): Call dwarf2_rnglists_process for DWARF-5.
15859 (abbrev_table_read_table): Handle DW_FORM_implicit_const.
15860 (read_attribute_value): Handle DW_FORM_implicit_const,
15861 DW_FORM_line_strp.
15862 (read_attribute): Handle DW_FORM_implicit_const.
15863 (read_indirect_string_at_offset_from): New function from
15864 read_indirect_string_at_offset.
15865 (read_indirect_string_at_offset): Call
15866 read_indirect_string_at_offset_from.
15867 (read_indirect_line_string_at_offset): New function.
15868 (read_indirect_string): New function comment.
15869 (read_indirect_line_string): New function.
15870 (read_unsigned_leb128): Make it global.
15871 (dwarf2_string_attr): Handle DWARF-5.
15872 (add_include_dir_stub, read_formatted_entries): New functions.
15873 (dwarf_decode_line_header, dump_die_shallow, cu_debug_loc_section):
15874 Handle DWARF-5.
15875 (per_cu_header_read_in): Update read_comp_unit_head caller.
15876 (dwarf2_version): New function.
15877 * symfile.h (struct dwarf2_debug_sections): Add loclists, line_str and
15878 rnglists.
15879 * xcoffread.c (dwarf2_xcoff_names): Update struct dwarf2_debug_sections
15880 fields.
15881
15882 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15883
15884 * dwarf2read.c (abbrev_table_read_table): Read the data only once.
15885
15886 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15887
15888 * dwarf2read.c (dwarf2_ranges_process): New function from
15889 dwarf2_ranges_read.
15890 (dwarf2_ranges_read, dwarf2_record_block_ranges): Use
15891 dwarf2_ranges_process.
15892
15893 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15894
15895 * dwarf2read.c (create_debug_type_hash_table): New function from
15896 create_debug_types_hash_table.
15897 (create_debug_types_hash_table): Call create_debug_type_hash_table.
15898 (create_all_type_units, open_and_init_dwo_file): Update
15899 create_debug_types_hash_table callers.
15900
15901 2017-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15902
15903 PR gdb/16188
15904 * fork-child.c (trace_start_error): Fix thinko. va_end should
15905 refer to 'ap', not 'args'.
15906
15907 2017-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15908 Pedro Alves <palves@redhat.com>
15909
15910 PR gdb/16188
15911 * darwin-nat.c (darwin_ptrace_me): Check if calls to system
15912 calls succeeded.
15913 * fork-child.c (trace_start_error): New function.
15914 (trace_start_error_with_name): Likewise.
15915 * gnu-nat.c (gnu_ptrace_me): Check if call to PTRACE succeeded.
15916 * inf-ptrace.c (inf_ptrace_me): Likewise.
15917 * inferior.h (trace_start_error): New prototype.
15918 (trace_start_error_with_name): Likewise.
15919
15920 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
15921
15922 PR gdb/21164
15923 * psymtab.c (maintenance_print_psymbols): Verify if 'argv' is not
15924 NULL before using it.
15925 * symmisc.c (maintenance_print_symbols): Likewise.
15926 (maintenance_print_msymbols): Likewise.
15927
15928 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
15929
15930 * NEWS: Add record Python bindings entry.
15931
15932 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
15933
15934 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-record-btrace.o,
15935 py-record-full.o.
15936 (SUBDIR_PYTHON_SRCS): Add py-record-btrace.c, py-record-full.c.
15937 * python/py-record-btrace.c, python/py-record-btrace.h,
15938 python/py-record-full.c, python/py-record-full.h: New file.
15939 * python/py-record.c: Add include for py-record-btrace.h and
15940 py-record-full.h.
15941 (recpy_method, recpy_format, recpy_goto, recpy_replay_position,
15942 recpy_instruction_history, recpy_function_call_history, recpy_begin,
15943 recpy_end): Use functions from py-record-btrace.c and py-record-full.c.
15944 * python/python-internal.h (PyInt_FromSsize_t, PyInt_AsSsize_t):
15945 New definition.
15946 (gdbpy_initialize_btrace): New export.
15947 * python/python.c (_initialize_python): Add gdbpy_initialize_btrace.
15948
15949 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
15950
15951 * Makefile.in (SUBDIR_PYTHON_OBS): Add python/py-record.o.
15952 (SUBDIR_PYTHON_SRCS): Add python/py-record.c.
15953 * python/py-record.c: New file.
15954 * python/python-internal.h (gdbpy_start_recording,
15955 gdbpy_current_recording, gdpy_stop_recording,
15956 gdbpy_initialize_record): New export.
15957 * python/python.c (_initialize_python): Add gdbpy_initialize_record.
15958 (python_GdbMethods): Add gdbpy_start_recording,
15959 gdbpy_current_recording and gdbpy_stop_recording.
15960
15961 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
15962
15963 * record-btrace.c (record_btrace_record_method): New function.
15964 (init_record_btrace_ops): Initialize to_record_method.
15965 * record-full.c (record_full_record_method): New function.
15966 (init_record_full_ops, init_record_full_core_ops): Add
15967 record_full_record_method.
15968 * record.h (enum record_method): New enum.
15969 * target-debug.h (target_debug_print_enum_record_method: New define.
15970 * target-delegates.c: Regenerate.
15971 * target.c (target_record_method): New function.
15972 * target.h: Include record.h.
15973 (struct target_ops) <to_record_method>: New field.
15974 (target_record_method): New export.
15975
15976 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
15977
15978 * record.h (record_start, record_stop): New export.
15979 * record.c (record_start, record_stop): New function.
15980
15981 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
15982
15983 * btrace.c (btrace_fetch): Copy function call segments pointer
15984 into a vector.
15985 (btrace_clear): Clear the vector.
15986 (btrace_find_insn_by_number): Use binary search to find the correct
15987 function call segment.
15988 * btrace.h (brace_fun_p): New typedef.
15989 (struct btrace_thread_info) <functions>: New field.
15990
15991 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
15992
15993 * record-btrace.c (btrace_ui_out_decode_error): Move most of it ...
15994 * btrace.c (btrace_decode_error): ... here. New function.
15995 * btrace.h (btrace_decode_error): New export.
15996
15997 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
15998
15999 * btrace.c (ftrace_call_num_insn, btrace_insn_get_error): New function.
16000 (ftrace_new_function, btrace_insn_number, btrace_insn_cmp,
16001 btrace_find_insn_by_number): Remove special case for gaps.
16002 * btrace.h (btrace_insn_get_error): New export.
16003 (btrace_insn_number, btrace_find_insn_by_number): Adjust comment.
16004 * record-btrace.c (btrace_insn_history): Print number for gaps.
16005 (record_btrace_info, record_btrace_goto): Handle gaps.
16006
16007 2017-02-14 Tom Tromey <tom@tromey.com>
16008
16009 PR python/13598:
16010 * python/python.c (gdbpy_before_prompt_hook): Emit before_prompt
16011 event.
16012 * python/py-evts.c (gdbpy_initialize_py_events): Add
16013 before_prompt registry.
16014 * python/py-events.h (events_object) <before_prompt>: New field.
16015
16016 2017-02-14 Markus Metzger <markus.t.metzger@intel.com>
16017
16018 * btrace.c (ftrace_new_switch): Preserve up link and flags.
16019
16020 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
16021
16022 * symfile (_initialize_symfile): Add usage text to the load command's
16023 help text.
16024
16025 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
16026
16027 * utils.c (defaulted_query): Don't query on secondary UIs.
16028
16029 2017-02-10 Tom Tromey <tom@tromey.com>
16030
16031 * rust-lang.c (rust_get_disr_info): Remove unused variable.
16032
16033 2017-02-10 Tom Tromey <tom@tromey.com>
16034
16035 * python/py-value.c (valpy_richcompare_throw): Remove unnecessary
16036 "cleanup" local.
16037 * python/py-type.c (typy_legacy_template_argument): Remove
16038 unnecessary "cleanup" local.
16039
16040 2017-02-10 Tom Tromey <tom@tromey.com>
16041
16042 * python/python.c (do_start_initialization): New function, from
16043 _initialize_python.
16044 (_initialize_python): Call do_start_initialization.
16045 * python/py-linetable.c (ltpy_iternext): Use explicit returns, not
16046 goto.
16047
16048 2017-02-10 Tom Tromey <tom@tromey.com>
16049
16050 * python/py-prettyprint.c (pretty_print_one_value): Use
16051 gdbpy_ref.
16052
16053 2017-02-10 Tom Tromey <tom@tromey.com>
16054
16055 * python/py-cmd.c (cmdpy_destroyer): Use gdbpy_ref.
16056 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Use
16057 gdbpy_ref.
16058 * python/py-type.c (field_new): Use gdbpy_ref.
16059 * python/py-symtab.c (symtab_and_line_to_sal_object): Use
16060 gdbpy_ref.
16061 * python/py-progspace.c (pspy_new): Use gdbpy_ref.
16062 (py_free_pspace): Likewise.
16063 (pspace_to_pspace_object): Likewise.
16064 * python/py-objfile.c (objfpy_new): Use gdbpy_ref.
16065 (py_free_objfile): Likewise.
16066 (objfile_to_objfile_object): Likewise.
16067 * python/py-inferior.c (delete_thread_object): Use
16068 gdbpy_ref.
16069 (infpy_read_memory): Likewise.
16070 (py_free_inferior): Likewise.
16071 * python/py-evtregistry.c (create_eventregistry_object): Use
16072 gdbpy_ref.
16073 * python/py-event.c (create_event_object): Use gdbpy_ref.
16074
16075 2017-02-10 Tom Tromey <tom@tromey.com>
16076
16077 * python/py-ref.h (gdbpy_ref_policy): Now a template.
16078 (gdbpy_ref): Now a template; allow subclasses of PyObject to be
16079 used.
16080 * python/py-arch.c, python/py-bpevent.c, python/py-breakpoint.c,
16081 python/py-cmd.c, python/py-continueevent.c, python/py-event.c,
16082 python/py-exitedevent.c, python/py-finishbreakpoint.c,
16083 python/py-framefilter.c, python/py-function.c,
16084 python/py-inferior.c, python/py-infevents.c,
16085 python/py-linetable.c, python/py-newobjfileevent.c,
16086 python/py-param.c, python/py-prettyprint.c, python/py-ref.h,
16087 python/py-signalevent.c, python/py-stopevent.c,
16088 python/py-symbol.c, python/py-threadevent.c, python/py-type.c,
16089 python/py-unwind.c, python/py-utils.c, python/py-value.c,
16090 python/py-varobj.c, python/py-xmethods.c, python/python.c,
16091 varobj.c: Change gdbpy_ref to gdbpy_ref<>.
16092
16093 2017-02-10 Tom Tromey <tom@tromey.com>
16094
16095 * ui-out.h (ui_out_emit_type): New class.
16096 (ui_out_emit_tuple, ui_out_emit_list): New typedefs.
16097 * python/py-framefilter.c (py_print_single_arg): Use gdb::optional
16098 and ui_out_emit_tuple.
16099 (enumerate_locals): Likewise.
16100 (py_mi_print_variables, py_print_locals, py_print_args): Use
16101 ui_out_emit_list.
16102 (py_print_frame): Use gdb::optional, ui_out_emit_tuple,
16103 ui_out_emit_list.
16104 * common/gdb_optional.h: New file.
16105
16106 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
16107
16108 * MAINTAINERS (Write After Approval): Update my e-mail address.
16109
16110 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
16111
16112 PR gdb/21122
16113 * breakpoint.c (_initialize_breakpoint): Update the help description
16114 of the 'commands' command to indicate that it takes a list argument.
16115
16116 2017-02-09 Simon Marchi <simon.marchi@ericsson.com>
16117
16118 * interps.c (current_interp_set_logging): Remove "return".
16119
16120 2017-02-09 Gary Benson <gbenson@redhat.com>
16121
16122 * symtab.c (add_symtab_completions): Prevent NULL pointer
16123 dereference.
16124
16125 2017-02-08 Pedro Alves <palves@redhat.com>
16126
16127 * interps.c (interp::interp): Remove reference to quiet_p.
16128 (interp_set): Make static. Remove dead "Switching to" output
16129 code.
16130 (interp_quiet_p, interp_set_quiet): Delete.
16131 (interpreter_exec_cmd): Don't set the interpreter quiet.
16132 * interps.h (interp_quiet_p): Make static.
16133 (class interp) <quiet_p>: Remove field
16134
16135 2017-02-08 Jerome Guitton <guitton@adacore.com>
16136
16137 * cli/cli-decode.c (find_command_name_length): Make it extern.
16138 * cli/cli-decode.h (find_command_name_length): Declare.
16139 * cli/cli-script.c (command_name_equals, line_first_arg):
16140 New functions.
16141 (process_next_line): Use cli-decode to parse command names.
16142 (build_command_line): Make args a constant pointer.
16143
16144 2017-02-08 Jerome Guitton <guitton@adacore.com>
16145
16146 * cli-decode.c (lookup_cmd_1, lookup_cmd_composition):
16147 Remove case-insensitive search.
16148
16149 2017-02-07 Jose E. Marchesi <jose.marchesi@oracle.com>
16150
16151 * sparc-tdep.c (sparc32_gdbarch_init): Do not place a + operator
16152 at the end of the line. Avoids an ARI warning.
16153
16154 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
16155
16156 * NEWS: Mention support for record/replay of Intel 64 rdrand and
16157 rdseed instructions.
16158 i386-tdep.c (i386_process_record): Handle Intel 64 rdrand and rseed.
16159
16160 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
16161
16162 PR tdep/20936
16163 Provide and use sparc32 and sparc64 target description XML files.
16164 * features/sparc/sparc32-cp0.xml, features/sparc/sparc32-cpu.xml,
16165 features/sparc/sparc32-fpu.xml: New files for sparc 32-bit.
16166 * features/sparc/sparc64-cp0.xml, features/sparc/sparc64-cpu.xml,
16167 features/sparc/sparc64-fpu.xml: New files for sparc 64-bit.
16168 * features/sparc/sparc32-solaris.xml: New file.
16169 * features/sparc/sparc64-solaris.xml: New file.
16170 * features/sparc/sparc32-solaris.c: Generated.
16171 * features/sparc/sparc64-solaris.c: Generated.
16172 * sparc-tdep.h: Account for differences in target descriptions.
16173 * sparc-tdep.c (sparc32_register_name): Use target provided registers.
16174 (sparc32_register_type): Use target provided registers.
16175 (validate_tdesc_registers): New function.
16176 (sparc32_gdbarch_init): Use tdesc_has_registers.
16177 Set pseudoregister functions.
16178 * sparc64-tdep.c (sparc64_register_name): Use target provided registers.
16179 (sparc64_register_type): Use target provided registers.
16180 (sparc64_init_abi): Set pseudoregister functions.
16181
16182 2017-02-03 Tom Tromey <tom@tromey.com>
16183
16184 PR rust/21097:
16185 * rust-lang.c (rust_print_type) <TYPE_CODE_UNION>: Handle enums
16186 with a single member.
16187
16188 2017-02-03 Pedro Alves <palves@redhat.com>
16189
16190 * cli/cli-interp.c (cli_interp_base::cli_interp_base)
16191 (cli_interp_base::~cli_interp_base): New.
16192 (cli_interp): New struct.
16193 (as_cli_interp): Cast the interp itself to cli_interp.
16194 (cli_interpreter_pre_command_loop): Rename to ...
16195 (cli_interp_base::pre_command_loop): ... this. Remove 'self'
16196 parameter.
16197 (cli_interpreter_init): Rename to ...
16198 (cli_interp::init): ... this. Remove 'self' parameter. Use
16199 boolean. Make extern.
16200 (cli_interpreter_resume): Rename to ...
16201 (cli_interp::resume): ... this. Remove 'data' parameter. Make
16202 extern.
16203 (cli_interpreter_suspend): Rename to ...
16204 (cli_interp::suspend): ... this. Remove 'data' parameter. Make
16205 extern.
16206 (cli_interpreter_exec): Rename to ...
16207 (cli_interp::exec): ... this. Remove 'data' parameter. Make
16208 extern.
16209 (cli_interpreter_supports_command_editing): Rename to ...
16210 (cli_interp_base::supports_command_editing): ... this. Remove
16211 'interp' parameter. Make extern.
16212 (cli_ui_out): Rename to ...
16213 (cli_interp::interp_ui_out): ... this. Remove 'interp' parameter.
16214 Make extern.
16215 (cli_set_logging): Rename to ...
16216 (cli_interp_base::set_logging): ... this. Remove 'interp'
16217 parameter. Make extern.
16218 (cli_interp_procs): Delete.
16219 (cli_interp_factory): Adjust to use "new".
16220 * cli/cli-interp.h: Include "interps.h".
16221 (struct cli_interp_base): New struct.
16222 * interps.c (struct interp): Delete. Fields moved to interps.h.
16223 (interp_new): Delete.
16224 (interp::interp, interp::~interp): New.
16225 (interp_set): Use bool, and return void. Assume the interpreter
16226 has suspend, init and resume methods, and that the all return
16227 void.
16228 (set_top_level_interpreter): interp_set returns void.
16229 (interp_ui_out): Adapt.
16230 (current_interp_set_logging): Adapt.
16231 (interp_data): Delete.
16232 (interp_pre_command_loop, interp_supports_command_editing): Adapt.
16233 (interp_exec): Adapt.
16234 (top_level_interpreter_data): Delete.
16235 * interps.h (interp_init_ftype, interp_resume_ftype)
16236 (interp_suspend_ftype, interp_exec_ftype)
16237 (interp_pre_command_loop_ftype, interp_ui_out_ftype): Delete.
16238 (class interp): New.
16239 (interp_new): Delete.
16240 (interp_set): Now returns void. Use bool.
16241 (interp_data, top_level_interpreter_data): Delete.
16242 * mi/mi-common.h: Include interps.h.
16243 (class mi_interp): Inherit from interp. Define a ctor. Declare
16244 init, resume, suspect, exec, interp_ui_out, set_logging and
16245 pre_command_loop methods.
16246 * mi/mi-interp.c (as_mi_interp): Cast the interp itself.
16247 (mi_interpreter_init): Rename to ...
16248 (mi_interp::init): ... this. Remove the 'interp' parameter, use
16249 bool, return void and make extern. Adjust.
16250 (mi_interpreter_resume): ... Rename to ...
16251 (mi_interp::resume): ... this. Remove the 'data' parameter,
16252 return void and make extern. Adjust.
16253 (mi_interpreter_suspend): ... Rename to ...
16254 (mi_interp::suspend): ... this. Remove the 'data' parameter,
16255 return void and make extern. Adjust.
16256 (mi_interpreter_exec): ... Rename to ...
16257 (mi_interp::exec): ... this. Remove the 'data' parameter and make
16258 extern. Adjust.
16259 (mi_interpreter_pre_command_loop): ... Rename to ...
16260 (mi_interp::pre_command_loop): ... this. Remove the 'self'
16261 parameter and make extern.
16262 (mi_on_normal_stop_1): Adjust.
16263 (mi_ui_out): Rename to ...
16264 (mi_interp::interp_ui_out): ... this. Remove the 'interp'
16265 parameter and make extern. Adjust.
16266 (mi_set_logging): Rename to ...
16267 (mi_interp::set_logging): ... this. Remove the 'interp'
16268 parameter and make extern. Adjust.
16269 (mi_interp_procs): Delete.
16270 (mi_interp_factory): Adjust to use 'new'.
16271 * mi/mi-main.c (mi_cmd_gdb_exit, captured_mi_execute_command)
16272 (mi_print_exception, mi_execute_command, mi_load_progress):
16273 Adjust.
16274 * tui/tui-interp.c (tui_interp): New class.
16275 (as_tui_interp): Return a tui_interp pointer.
16276 (tui_on_normal_stop, tui_on_signal_received)
16277 (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
16278 (tui_on_no_history, tui_on_user_selected_context_changed): Adjust
16279 to use interp::interp_ui_out.
16280 (tui_init): Rename to ...
16281 (tui_interp::init): ... this. Remove the 'self' parameter, use
16282 bool, return void and make extern. Adjust.
16283 (tui_resume): Rename to ...
16284 (tui_interp::resume): ... this. Remove the 'data' parameter,
16285 return void and make extern. Adjust.
16286 (tui_suspend): Rename to ...
16287 (tui_interp::suspend): ... this. Remove the 'data' parameter,
16288 return void and make extern. Adjust.
16289 (tui_ui_out): Rename to ...
16290 (tui_interp::interp_ui_out): ... this. Remove the 'self'
16291 parameter, and make extern. Adjust.
16292 (tui_exec): Rename to ...
16293 (tui_interp::exec): ... this. Remove the 'data' parameter and
16294 make extern.
16295 (tui_interp_procs): Delete.
16296 (tui_interp_factory): Use "new".
16297
16298 2017-02-02 Tom Tromey <tom@tromey.com>
16299
16300 * rust-exp.y (ends_raw_string, space_then_number)
16301 (rust_identifier_start_p): Return bool.
16302 * rust-lang.c (rust_tuple_type_p, rust_underscore_fields)
16303 (rust_tuple_struct_type_p, rust_tuple_variant_type_p)
16304 (rust_slice_type_p, rust_range_type_p, rust_u8_type_p)
16305 (rust_chartype_p): Return bool.
16306 (val_print_struct, rust_print_struct_def, rust_print_type):
16307 Update.
16308 * rust-lang.h (rust_tuple_type_p, rust_tuple_struct_type_p):
16309 Return bool.
16310
16311 2017-02-02 Tom Tromey <tom@tromey.com>
16312
16313 * rust-lang.c: Reindent.
16314
16315 2017-02-02 Tom Tromey <tom@tromey.com>
16316
16317 * rust-lang.h (rust_crate_for_block): Update.
16318 * rust-lang.c (rust_crate_for_block): Return std::string.
16319 (rust_get_disr_info): Use std:;string, not
16320 gdb::unique_xmalloc_ptr.
16321 * rust-exp.y (crate_name): Update.
16322
16323 2017-02-02 Pedro Alves <palves@redhat.com>
16324
16325 * disasm-selftests.c (print_one_insn_test): Move the "verbose"
16326 field out of gdb_disassembler_test and make it static.
16327
16328 2017-02-02 Pedro Alves <palves@redhat.com>
16329
16330 * mi/mi-common.h (struct mi_interp): Delete the mi2_interp,
16331 mi1_interp and mi_interp fields.
16332
16333 2017-02-02 Pedro Alves <palves@redhat.com>
16334
16335 * cli/cli-interp.c (struct saved_output_files, saved_output):
16336 Moved from cli/cli-logging.c.
16337 (cli_set_logging): New function.
16338 (cli_interp_procs): Install cli_set_logging.
16339 * cli/cli-interp.h (make_logging_output, cli_set_logging):
16340 Declare.
16341 * cli/cli-logging.c (struct saved_output_files, saved_output):
16342 Moved to cli/cli-interp.c.
16343 (pop_output_files): Don't save outputs here.
16344 (make_logging_output): New function.
16345 (handle_redirections): Don't build tee nor save previous outputs
16346 here.
16347 * interps.c (current_interp_set_logging): Change prototype.
16348 Assume there's always a set_logging_proc method installed.
16349 * interps.h (interp_set_logging_ftype): Change prototype.
16350 (current_interp_set_logging): Change prototype and adjust comment.
16351 * mi/mi-interp.c (mi_set_logging): Change protototype. Adjust to
16352 use make_logging_output.
16353 * tui/tui-interp.c (tui_interp_procs): Install cli_set_logging.
16354 2017-02-02 Pedro Alves <palves@redhat.com>
16355
16356 * cli/cli-logging.c (maybe_warn_already_logging): New factored out
16357 from ...
16358 (set_logging_overwrite): ... here.
16359 (logging_no_redirect_file): Delete.
16360 (set_logging_redirect): Don't handle redirection on the fly.
16361 Instead warn that "logging off" / "logging on" is necessary.
16362 (pop_output_files): Delete references to logging_no_redirect_file.
16363 (show_logging_command): Always speak in terms of what will happen
16364 once logging is reenabled.
16365
16366 2017-02-02 Pedro Alves <palves@redhat.com>
16367
16368 * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
16369
16370 2017-02-02 Pedro Alves <palves@redhat.com>
16371
16372 * disasm.c (gdb_pretty_print_insn): Rename to ...
16373 (gdb_pretty_print_disassembler::pretty_print_insn): ... this.
16374 Remove gdbarch parameter. Adapt to clear the object's buffers
16375 instead of allocating new buffers, and to print using the object's
16376 gdb_disassembler instead of calling gdb_print_insn.
16377 (dump_insns): Use gdb_pretty_print_disassembler.
16378 * disasm.h (gdb_pretty_print_insn): Delete declaration.
16379 (gdb_pretty_print_disassembler): New class.
16380 * record-btrace.c (btrace_insn_history): Use
16381 gdb_pretty_print_disassembler.
16382
16383 2017-02-02 Pedro Alves <palves@redhat.com>
16384
16385 * ada-lang.c (type_as_string): Use string_file.
16386 * ada-valprint.c (ada_print_floating): Use string_file.
16387 * ada-varobj.c (ada_varobj_scalar_image)
16388 (ada_varobj_get_value_image): Use string_file.
16389 * aix-thread.c (aix_thread_extra_thread_info): Use string_file.
16390 * arm-tdep.c (_initialize_arm_tdep): Use string_printf.
16391 * breakpoint.c (update_inserted_breakpoint_locations)
16392 (insert_breakpoint_locations, reattach_breakpoints)
16393 (print_breakpoint_location, print_one_detail_ranged_breakpoint)
16394 (print_it_watchpoint): Use string_file.
16395 (save_breakpoints): Use stdio_file.
16396 * c-exp.y (oper): Use string_file.
16397 * cli/cli-logging.c (set_logging_redirect): Use ui_file_up and
16398 tee_file.
16399 (pop_output_files): Use delete.
16400 (handle_redirections): Use stdio_file and tee_file.
16401 * cli/cli-setshow.c (do_show_command): Use string_file.
16402 * compile/compile-c-support.c (c_compute_program): Use
16403 string_file.
16404 * compile/compile-c-symbols.c (generate_vla_size): Take a
16405 'string_file &' instead of a 'ui_file *'.
16406 (generate_c_for_for_one_variable): Take a 'string_file &' instead
16407 of a 'ui_file *'. Use string_file.
16408 (generate_c_for_variable_locations): Take a 'string_file &'
16409 instead of a 'ui_file *'.
16410 * compile/compile-internal.h (generate_c_for_for_one_variable):
16411 Take a 'string_file &' instead of a 'ui_file *'.
16412 * compile/compile-loc2c.c (push, pushf, unary, binary)
16413 (print_label, pushf_register_address, pushf_register)
16414 (do_compile_dwarf_expr_to_c): Take a 'string_file &' instead of a
16415 'ui_file *'. Adjust.
16416 * compile/compile.c (compile_to_object): Use string_file.
16417 * compile/compile.h (compile_dwarf_expr_to_c)
16418 (compile_dwarf_bounds_to_c): Take a 'string_file &' instead of a
16419 'ui_file *'.
16420 * cp-support.c (inspect_type): Use string_file and obstack_copy0.
16421 (replace_typedefs_qualified_name): Use string_file and
16422 obstack_copy0.
16423 * disasm.c (gdb_pretty_print_insn): Use string_file.
16424 (gdb_disassembly): Adjust reference the null_stream global.
16425 (do_ui_file_delete): Delete.
16426 (gdb_insn_length): Use null_stream.
16427 * dummy-frame.c (maintenance_print_dummy_frames): Use stdio_file.
16428 * dwarf2loc.c (dwarf2_compile_property_to_c)
16429 (locexpr_generate_c_location, loclist_generate_c_location): Take a
16430 'string_file &' instead of a 'ui_file *'.
16431 * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise.
16432 * dwarf2read.c (do_ui_file_peek_last): Delete.
16433 (dwarf2_compute_name): Use string_file.
16434 * event-top.c (gdb_setup_readline): Use stdio_file.
16435 * gdbarch.sh (verify_gdbarch): Use string_file.
16436 * gdbtypes.c (safe_parse_type): Use null_stream.
16437 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Use
16438 string_file.
16439 * guile/scm-disasm.c (gdbscm_print_insn_from_port): Take a
16440 'string_file *' instead of a 'ui_file *'.
16441 (gdbscm_arch_disassemble): Use string_file.
16442 * guile/scm-frame.c (frscm_print_frame_smob): Use string_file.
16443 * guile/scm-ports.c (class ioscm_file_port): Now a class that
16444 inherits from ui_file.
16445 (ioscm_file_port_delete, ioscm_file_port_rewind)
16446 (ioscm_file_port_put): Delete.
16447 (ioscm_file_port_write): Rename to ...
16448 (ioscm_file_port::write): ... this. Remove file_port_magic
16449 checks.
16450 (ioscm_file_port_new): Delete.
16451 (ioscm_with_output_to_port_worker): Use ioscm_file_port and
16452 ui_file_up.
16453 * guile/scm-type.c (tyscm_type_name): Use string_file.
16454 * guile/scm-value.c (vlscm_print_value_smob, gdbscm_value_print):
16455 Use string_file.
16456 * infcmd.c (print_return_value_1): Use string_file.
16457 * infrun.c (print_target_wait_results): Use string_file.
16458 * language.c (add_language): Use string_file.
16459 * location.c (explicit_to_string_internal): Use string_file.
16460 * main.c (captured_main_1): Use null_file.
16461 * maint.c (maintenance_print_architecture): Use stdio_file.
16462 * mi/mi-cmd-stack.c (list_arg_or_local): Use string_file.
16463 * mi/mi-common.h (struct mi_interp) <out, err, log, targ,
16464 event_channel>: Change type to mi_console_file pointer.
16465 * mi/mi-console.c (mi_console_file_fputs, mi_console_file_flush)
16466 (mi_console_file_delete): Delete.
16467 (struct mi_console_file): Delete.
16468 (mi_console_file_magic): Delete.
16469 (mi_console_file_new): Delete.
16470 (mi_console_file::mi_console_file): New.
16471 (mi_console_file_delete): Delete.
16472 (mi_console_file_fputs): Delete.
16473 (mi_console_file::write): New.
16474 (mi_console_raw_packet): Delete.
16475 (mi_console_file::flush): New.
16476 (mi_console_file_flush): Delete.
16477 (mi_console_set_raw): Rename to ...
16478 (mi_console_file::set_raw): ... this.
16479 * mi/mi-console.h (class mi_console_file): New class.
16480 (mi_console_file_new, mi_console_set_raw): Delete.
16481 * mi/mi-interp.c (mi_interpreter_init): Use mi_console_file.
16482 (mi_set_logging): Use delete and tee_file. Adjust.
16483 * mi/mi-main.c (output_register): Use string_file.
16484 (mi_cmd_data_evaluate_expression): Use string_file.
16485 (mi_cmd_data_read_memory): Use string_file.
16486 (mi_cmd_execute, print_variable_or_computed): Use string_file.
16487 * mi/mi-out.c (mi_ui_out::main_stream): New.
16488 (mi_ui_out::rewind): Use main_stream and
16489 string_file.
16490 (mi_ui_out::put): Use main_stream and string_file.
16491 (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
16492 Allocate a 'string_file' instead.
16493 (mi_out_new): Don't allocate a mem_fileopen stream here.
16494 * mi/mi-out.h (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
16495 (mi_ui_out::main_stream): Declare method.
16496 * printcmd.c (eval_command): Use string_file.
16497 * psymtab.c (maintenance_print_psymbols): Use stdio_file.
16498 * python/py-arch.c (archpy_disassemble): Use string_file.
16499 * python/py-breakpoint.c (bppy_get_commands): Use string_file.
16500 * python/py-frame.c (frapy_str): Use string_file.
16501 * python/py-framefilter.c (py_print_type, py_print_single_arg):
16502 Use string_file.
16503 * python/py-type.c (typy_str): Use string_file.
16504 * python/py-unwind.c (unwind_infopy_str): Use string_file.
16505 * python/py-value.c (valpy_str): Use string_file.
16506 * record-btrace.c (btrace_insn_history): Use string_file.
16507 * regcache.c (regcache_print): Use stdio_file.
16508 * reggroups.c (maintenance_print_reggroups): Use stdio_file.
16509 * remote.c (escape_buffer): Use string_file.
16510 * rust-lang.c (rust_get_disr_info): Use string_file.
16511 * serial.c (serial_open_ops_1): Use stdio_file.
16512 (do_serial_close): Use delete.
16513 * stack.c (print_frame_arg): Use string_file.
16514 (print_frame_args): Remove local mem_fileopen stream, not used.
16515 (print_frame): Use string_file.
16516 * symmisc.c (maintenance_print_symbols): Use stdio_file.
16517 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
16518 Take a 'string_file *' instead of a 'ui_file *'.
16519 * top.c (new_ui): Use stdio_file and stderr_file.
16520 (free_ui): Use delete.
16521 (execute_command_to_string): Use string_file.
16522 (quit_confirm): Use string_file.
16523 * tracepoint.c (collection_list::append_exp): Use string_file.
16524 * tui/tui-disasm.c (tui_disassemble): Use string_file.
16525 * tui/tui-file.c: Don't include "ui-file.h".
16526 (enum streamtype, struct tui_stream): Delete.
16527 (tui_file_new, tui_file_delete, tui_fileopen, tui_sfileopen)
16528 (tui_file_isatty, tui_file_rewind, tui_file_put): Delete.
16529 (tui_file::tui_file): New method.
16530 (tui_file_fputs): Delete.
16531 (tui_file_get_strbuf): Delete.
16532 (tui_file::puts): New method.
16533 (tui_file_adjust_strbuf): Delete.
16534 (tui_file_flush): Delete.
16535 (tui_file::flush): New method.
16536 * tui/tui-file.h: Tweak intro comment.
16537 Include ui-file.h.
16538 (tui_fileopen, tui_sfileopen, tui_file_get_strbuf)
16539 (tui_file_adjust_strbuf): Delete declarations.
16540 (class tui_file): New class.
16541 * tui/tui-io.c (tui_initialize_io): Use tui_file.
16542 * tui/tui-regs.c (tui_restore_gdbout): Use delete.
16543 (tui_register_format): Use string_stream.
16544 * tui/tui-stack.c (tui_make_status_line): Use string_file.
16545 (tui_get_function_from_frame): Use string_file.
16546 * typeprint.c (type_to_string): Use string_file.
16547 * ui-file.c (struct ui_file, ui_file_magic, ui_file_new): Delete.
16548 (null_stream): New global.
16549 (ui_file_delete): Delete.
16550 (ui_file::ui_file): New.
16551 (null_file_isatty): Delete.
16552 (ui_file::~ui_file): New.
16553 (null_file_rewind): Delete.
16554 (ui_file::printf): New.
16555 (null_file_put): Delete.
16556 (null_file_flush): Delete.
16557 (ui_file::putstr): New.
16558 (null_file_write): Delete.
16559 (ui_file::putstrn): New.
16560 (null_file_read): Delete.
16561 (ui_file::putc): New.
16562 (null_file_fputs): Delete.
16563 (null_file_write_async_safe): Delete.
16564 (ui_file::vprintf): New.
16565 (null_file_delete): Delete.
16566 (null_file::write): New.
16567 (null_file_fseek): Delete.
16568 (null_file::puts): New.
16569 (ui_file_data): Delete.
16570 (null_file::write_async_safe): New.
16571 (gdb_flush, ui_file_isatty): Adjust.
16572 (ui_file_put, ui_file_rewind): Delete.
16573 (ui_file_write): Adjust.
16574 (ui_file_write_for_put): Delete.
16575 (ui_file_write_async_safe, ui_file_read): Adjust.
16576 (ui_file_fseek): Delete.
16577 (fputs_unfiltered): Adjust.
16578 (set_ui_file_flush, set_ui_file_isatty, set_ui_file_rewind)
16579 (set_ui_file_put, set_ui_file_write, set_ui_file_write_async_safe)
16580 (set_ui_file_read, set_ui_file_fputs, set_ui_file_fseek)
16581 (set_ui_file_data): Delete.
16582 (string_file::~string_file, string_file::write)
16583 (struct accumulated_ui_file, do_ui_file_xstrdup, ui_file_xstrdup)
16584 (do_ui_file_as_string, ui_file_as_string): Delete.
16585 (do_ui_file_obsavestring, ui_file_obsavestring): Delete.
16586 (struct mem_file): Delete.
16587 (mem_file_new): Delete.
16588 (stdio_file::stdio_file): New.
16589 (mem_file_delete): Delete.
16590 (stdio_file::stdio_file): New.
16591 (mem_fileopen): Delete.
16592 (stdio_file::~stdio_file): New.
16593 (mem_file_rewind): Delete.
16594 (stdio_file::set_stream): New.
16595 (mem_file_put): Delete.
16596 (stdio_file::open): New.
16597 (mem_file_write): Delete.
16598 (stdio_file_magic, struct stdio_file): Delete.
16599 (stdio_file_new, stdio_file_delete, stdio_file_flush): Delete.
16600 (stdio_file::flush): New.
16601 (stdio_file_read): Rename to ...
16602 (stdio_file::read): ... this. Adjust.
16603 (stdio_file_write): Rename to ...
16604 (stdio_file::write): ... this. Adjust.
16605 (stdio_file_write_async_safe): Rename to ...
16606 (stdio_file::write_async_safe) ... this. Adjust.
16607 (stdio_file_fputs): Rename to ...
16608 (stdio_file::puts) ... this. Adjust.
16609 (stdio_file_isatty): Delete.
16610 (stdio_file_fseek): Delete.
16611 (stdio_file::isatty): New.
16612 (stderr_file_write): Rename to ...
16613 (stderr_file::write) ... this. Adjust.
16614 (stderr_file_fputs): Rename to ...
16615 (stderr_file::puts) ... this. Adjust.
16616 (stderr_fileopen, stdio_fileopen, gdb_fopen): Delete.
16617 (stderr_file::stderr_file): New.
16618 (tee_file_magic): Delete.
16619 (struct tee_file): Delete.
16620 (tee_file::tee_file): New.
16621 (tee_file_new): Delete.
16622 (tee_file::~tee_file): New.
16623 (tee_file_delete): Delete.
16624 (tee_file_flush): Rename to ...
16625 (tee_file::flush): ... this. Adjust.
16626 (tee_file_write): Rename to ...
16627 (tee_file::write): ... this. Adjust.
16628 (tee_file::write_async_safe): New.
16629 (tee_file_fputs): Rename to ...
16630 (tee_file::puts): ... this. Adjust.
16631 (tee_file_isatty): Rename to ...
16632 (tee_file::isatty): ... this. Adjust.
16633 * ui-file.h (struct obstack, struct ui_file): Don't
16634 forward-declare.
16635 (ui_file_new, ui_file_flush_ftype, set_ui_file_flush)
16636 (ui_file_write_ftype)
16637 (set_ui_file_write, ui_file_fputs_ftype, set_ui_file_fputs)
16638 (ui_file_write_async_safe_ftype, set_ui_file_write_async_safe)
16639 (ui_file_read_ftype, set_ui_file_read, ui_file_isatty_ftype)
16640 (set_ui_file_isatty, ui_file_rewind_ftype, set_ui_file_rewind)
16641 (ui_file_put_method_ftype, ui_file_put_ftype, set_ui_file_put)
16642 (ui_file_delete_ftype, set_ui_file_data, ui_file_fseek_ftype)
16643 (set_ui_file_fseek): Delete.
16644 (ui_file_data, ui_file_delete, ui_file_rewind)
16645 (struct ui_file): New.
16646 (ui_file_up): New.
16647 (class null_file): New.
16648 (null_stream): Declare.
16649 (ui_file_write_for_put, ui_file_put): Delete.
16650 (ui_file_xstrdup, ui_file_as_string, ui_file_obsavestring):
16651 Delete.
16652 (ui_file_fseek, mem_fileopen, stdio_fileopen, stderr_fileopen)
16653 (gdb_fopen, tee_file_new): Delete.
16654 (struct string_file): New.
16655 (struct stdio_file): New.
16656 (stdio_file_up): New.
16657 (struct stderr_file): New.
16658 (class tee_file): New.
16659 * ui-out.c (ui_out::field_stream): Take a 'string_file &' instead
16660 of a 'ui_file *'. Adjust.
16661 * ui-out.h (class ui_out) <field_stream>: Likewise.
16662 * utils.c (do_ui_file_delete, make_cleanup_ui_file_delete)
16663 (null_stream): Delete.
16664 (error_stream): Take a 'string_file &' instead of a 'ui_file *'.
16665 Adjust.
16666 * utils.h (struct ui_file): Delete forward declaration..
16667 (make_cleanup_ui_file_delete, null_stream): Delete declarations.
16668 (error_stream): Take a 'string_file &' instead of a
16669 'ui_file *'.
16670 * varobj.c (varobj_value_get_print_value): Use string_file.
16671 * xtensa-tdep.c (xtensa_verify_config): Use string_file.
16672 * gdbarch.c: Regenerate.
16673
16674 2017-02-02 Pedro Alves <palves@redhat.com>
16675
16676 * disasm.c (gdb_disassembler::pretty_print_insn): Rename to...
16677 (gdb_pretty_print_insn): ... this. Now a free function. Add back
16678 a 'gdbarch' parameter. Allocate a mem_fileopen stream here.
16679 Adjust to call gdb_print_insn instead of
16680 gdb_disassembler::print_insn.
16681 (dump_insns, do_mixed_source_and_assembly_deprecated)
16682 (do_mixed_source_and_assembly, do_assembly_only): Add back a
16683 'gdbarch' parameter. Remove gdb_disassembler parameter.
16684 (gdb_disassembly): Don't allocate a gdb_disassembler here.
16685 * disasm.h (gdb_disassembler::pretty_print_insn): Delete
16686 declaration.
16687 (gdb_pretty_print_insn): Re-add declaration.
16688 * record-btrace.c (btrace_insn_history): Don't allocate a
16689 gdb_disassembler here. Adjust to call gdb_pretty_print_insn.
16690
16691 2017-02-01 Simon Marchi <simon.marchi@polymtl.ca>
16692
16693 * disasm.h (gdb_disassembly): Remove file_string parameter.
16694 * disasm.c (gdb_disassembly): Likewise.
16695 * cli/cli-cmds.c (print_disassembly): Adapt.
16696 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
16697 * stack.c (do_gdb_disassembly): Likewise.
16698
16699 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16700
16701 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): For
16702 DWARF_VALUE_LITERAL, no longer ignore the offset on big-endian
16703 targets. And if the implicit value is longer than needed, extract
16704 the first bytes instead of the "least significant" ones.
16705
16706 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
16707
16708 * btrace.c (btrace_enable): Do not call btrace_add_pc for
16709 BTRACE_FORMAT_PT or if can_access_registers_ptid returns false.
16710 (btrace_fetch): Assert can_access_registers_ptid.
16711 * record-btrace.c (require_btrace_thread, record_btrace_info): Call
16712 validate_registers_access.
16713
16714 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
16715
16716 * gdbthread.h (can_access_registers_ptid): New.
16717 * thread.c (can_access_registers_ptid): New.
16718
16719 2017-02-01 Pedro Alves <palves@redhat.com>
16720
16721 * i386-tdep.c (i386_fast_tracepoint_valid_at): Use gdb_insn_length.
16722
16723 2017-01-31 Pedro Alves <palves@redhat.com>
16724
16725 * mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified):
16726 Fix typos.
16727
16728 2017-01-31 Pedro Alves <palves@redhat.com>
16729
16730 * stack.c (print_frame_args): Remove local mem_fileopen stream,
16731 not used.
16732
16733 2017-01-31 Pedro Alves <palves@redhat.com>
16734
16735 * varobj.c (varobj_value_get_print_value): Remove xstrdup call.
16736
16737 2017-01-31 Pedro Alves <palves@redhat.com>
16738
16739 * common/scoped_restore.h
16740 (scoped_restore_tmpl::scoped_restore_tmpl): Template on T2, and
16741 change the value's parameter type to T2.
16742 (make_scoped_restore): Likewise.
16743
16744 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
16745 Richard Henderson <rth@redhat.com>
16746
16747 * amd64-linux-nat.c (PTRACE_ARCH_PRCTL): New define.
16748 (amd64_linux_fetch_inferior_registers): Add case to fetch FS_BASE
16749 GS_BASE for older kernels.
16750 (amd64_linux_store_inferior_registers): Add case to store FS_BASE
16751 GS_BASE for older kernels.
16752 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Add FS_BASE
16753 and GS_BASE to the offset table.
16754 (amd64_linux_register_reggroup_p): Add FS_BASE and GS_BASE to the
16755 system register group.
16756 * amd64-nat.c (amd64_native_gregset_reg_offset): Implements case
16757 for older kernels.
16758 * amd64-tdep.c (amd64_init_abi): Add segment registers for the
16759 amd64 ABI.
16760 * amd64-tdep.h (amd64_regnum): Add AMD64_FSBASE_REGNUM and
16761 AMD64_GSBASE_REGNUM.
16762 (AMD64_NUM_REGS): Set to AMD64_GSBASE_REGNUM + 1.
16763 * features/Makefile (amd64-linux.dat, amd64-avx-linux.dat)
16764 (amd64-mpx-linux.dat, amd64-avx512-linux.dat, x32-linux.dat)
16765 (x32-avx-linux.dat, x32-avx512-linux.dat): Add
16766 i386/64bit-segments.xml in those rules.
16767 * features/i386/64bit-segments.xml: New file.
16768 * features/i386/amd64-avx-mpx-linux.xml: Add 64bit-segments.xml.
16769 * features/i386/amd64-avx-linux.xml: Add 64bit-segments.xml.
16770 * features/i386/amd64-avx512-linux.xml: Add 64bit-segments.xml.
16771 * features/i386/amd64-mpx-linux.xml: Add 64bit-segments.xml.
16772 * features/i386/x32-avx512-linux.xml: Add 64bit-segments.xml.
16773 * features/i386/x32-avx-linux.xml: Add 64bit-segments.xml.
16774 * features/i386/amd64-linux.xml: Add 64bit-segments.xml.
16775 * features/i386/amd64-avx-linux.c: Regenerated.
16776 * features/i386/amd64-avx-mpx-linux.c: Regenerated.
16777 * features/i386/amd64-avx-mpx.c: Regenerated.
16778 * features/i386/amd64-avx512-linux.c: Regenerated.
16779 * features/i386/amd64-linux.c: Regenerated.
16780 * features/i386/amd64-mpx-linux.c: Regenerated.
16781 * features/i386/i386-avx-mpx-linux.c: Regenerated.
16782 * features/i386/i386-avx-mpx.c: Regenerated.
16783 * features/i386/x32-avx-linux.c: Regenerated.
16784 * features/i386/x32-avx512-linux.c: Regenerated.
16785 * regformats/i386/amd64-avx-linux.dat: Regenerated.
16786 * regformats/i386/amd64-avx-mpx-linux.dat: Regenerated.
16787 * regformats/i386/amd64-avx512-linux.dat: Regenerated.
16788 * regformats/i386/amd64-linux.dat: Regenerated.
16789 * regformats/i386/amd64-mpx-linux.dat: Regenerated.
16790 * regformats/i386/x32-avx-linux.dat: Regenerated.
16791 * regformats/i386/x32-avx512-linux.dat: Regenerated.
16792 * regformats/i386/x32-linux.dat: Regenerated.
16793
16794 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
16795
16796 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM):
16797 Set to AMD64_NUM_REGS.
16798
16799 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
16800
16801 * amd64-nat.c (amd64_native_gregset_reg_offset): Simplify logic
16802 that checks validity of a register number.
16803
16804 2017-01-27 Kees Cook <keescook@google.com>
16805
16806 * gdb/arm-linux-nat.c (arm_linux_fetch_inferior_registers): Call
16807 fetch_fpregs if target has fpa registers.
16808 (arm_linux_store_inferior_registers): Call store_fpregs if target
16809 has fpa registers.
16810
16811 2017-01-26 Andreas Arnez <arnez@linux.vnet.ibm.com>
16812
16813 * cris-tdep.c (cris_gdbarch_init): Remove check for
16814 info.byte_order and force it to BFD_ENDIAN_LITTLE.
16815
16816 2017-01-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16817
16818 * corelow.c (get_core_register_section): Check for regset
16819 existence before checking for REGSET_VARIABLE_SIZE.
16820
16821 2017-01-26 Yao Qi <yao.qi@linaro.org>
16822 Pedro Alves <palves@redhat.com>
16823
16824 PR gdb/20939
16825 * disasm.c (gdb_disassembler::dis_asm_memory_error): Don't
16826 call memory_error, save memaddr instead.
16827 (gdb_disassembler::print_insn): If gdbarch_print_insn returns
16828 negative, cal memory_error.
16829 * disasm.h (gdb_disassembler) <m_err_memaddr>: New field.
16830
16831 2017-01-26 Yao Qi <yao.qi@linaro.org>
16832
16833 * disasm-selftests.c (memory_error_test): New function.
16834 (_initialize_disasm_selftests): Register memory_error_test.
16835
16836 2017-01-26 Yao Qi <yao.qi@linaro.org>
16837
16838 * Makefile.in (SFILES): Add disasm-selftests.c and
16839 selftest-arch.c.
16840 (COMMON_OBS): Add disasm-selftests.o and selftest-arch.o.
16841 * disasm-selftests.c: New file.
16842 * selftest-arch.c: New file.
16843 * selftest-arch.h: New file.
16844
16845 2017-01-26 Yao Qi <yao.qi@linaro.org>
16846
16847 * mep-tdep.c (mep_gdb_print_insn): Set info->arch
16848 to bfd_arch_mep. Don't return 0 if section is not
16849 found. Call print_insn_mep.
16850
16851 2017-01-26 Pedro Alves <palves@redhat.com>
16852 Yao Qi <yao.qi@linaro.org>
16853
16854 * arm-tdep.c: Include "disasm.h".
16855 (gdb_print_insn_arm): Update code to get gdbarch.
16856 * disasm.c (dis_asm_read_memory): Change it to
16857 gdb_disassembler::dis_asm_read_memory.
16858 (dis_asm_memory_error): Likewise.
16859 (dis_asm_print_address): Likewise.
16860 (gdb_pretty_print_insn): Change it to
16861 gdb_disassembler::pretty_print_insn.
16862 (dump_insns): Add one argument gdb_disassemlber. All
16863 callers updated.
16864 (do_mixed_source_and_assembly_deprecated): Likewise.
16865 (do_mixed_source_and_assembly): Likewise.
16866 (do_assembly_only): Likewise.
16867 (gdb_disassembler::gdb_disassembler): New.
16868 (gdb_disassembler::print_insn): New.
16869 * disasm.h (class gdb_disassembler): New.
16870 (gdb_pretty_print_insn): Remove declaration.
16871 (gdb_disassemble_info): Likewise.
16872 * guile/scm-disasm.c (class gdbscm_disassembler): New.
16873 (gdbscm_disasm_read_memory_worker): Update.
16874 (gdbscm_disasm_read_memory): Update.
16875 (gdbscm_disasm_memory_error): Remove.
16876 (gdbscm_disasm_print_address): Remove.
16877 (gdbscm_disassembler::gdbscm_disassembler): New.
16878 (gdbscm_print_insn_from_port): Update.
16879 * mips-tdep.c: Include disasm.h.
16880 (gdb_print_insn_mips): Update code to get gdbarch.
16881 * record-btrace.c (btrace_insn_history): Update.
16882 * spu-tdep.c: Include disasm.h.
16883 (struct spu_dis_asm_data): Remove.
16884 (struct spu_dis_asm_info): New.
16885 (spu_dis_asm_print_address): Use spu_dis_asm_info to get
16886 SPU id.
16887 (gdb_print_insn_spu): Cast disassemble_info to
16888 spu_dis_asm_info.
16889
16890 2017-01-26 Yao Qi <yao.qi@linaro.org>
16891
16892 * disasm.c (do_ui_file_delete): Delete.
16893 (gdb_insn_length): Move code creating stream to ...
16894 * utils.c (null_stream): ... here. New function.
16895 * utils.h (null_stream): Declare.
16896
16897 2017-01-23 Simon Marchi <simon.marchi@polymtl.ca>
16898
16899 * python/py-inferior.c (find_thread_object): Return directly
16900 from the loop. Remove "found" variable.
16901
16902 2017-01-21 Joel Brobecker <brobecker@adacore.com>
16903
16904 GDB 7.12.1 released.
16905
16906 2017-01-20 Simon Marchi <simon.marchi@ericsson.com>
16907
16908 * python/py-function.c (fnpy_call): Reorder declarations to have
16909 the gdbpy_enter object declared first.
16910 * python/py-xmethods.c (gdbpy_get_xmethod_arg_types): Likewise.
16911
16912 2017-01-20 Simon Marchi <simon.marchi@ericsson.com>
16913
16914 PR python/21068
16915 * python/python-internal.h (PyMem_RawMalloc): Define for
16916 Python < 3.4.
16917 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Use
16918 PyMem_RawMalloc instead of PyMem_Malloc.
16919
16920 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
16921 Luis Machado <lgustavo@codesourcery.com>
16922
16923 * NEWS (New commands): Mention flash-erase.
16924 (New MI commands): Mention target-flash-erase.
16925 * mi/mi-cmds.c (mi_cmd_target_flash_erase): Add target-flash-erase MI
16926 command.
16927 * mi/mi-cmds.h (mi_cmd_target_flash_erase): New declaration.
16928 * mi/mi-main.c (mi_cmd_target_flash_erase): New function.
16929 * target.c (flash_erase_command): New function.
16930 (initialize_targets): Add new flash-erase command.
16931 * target.h (flash_erase_command): New declaration.
16932
16933 2017-01-20 Joel Brobecker <brobecker@adacore.com>
16934
16935 * nat/linux-ptrace.c: Only include <sys/procfs.h> if
16936 HAVE_SYS_PROCFS_H is defined.
16937
16938 2017-01-18 Alan Hayward <alan.hayward@arm.com>
16939
16940 * remote.c (struct cached_reg): Change data into a pointer.
16941 * (stop_reply_dtr): Free data pointers before deleting vector.
16942 (process_stop_reply): Likewise.
16943 (remote_parse_stop_reply): Allocate space for data
16944
16945 2017-01-18 Alan Hayward <alan.hayward@arm.com>
16946
16947 * amd64-tdep.c (amd64_pseudo_register_read_value): remove
16948 MAX_REGISTER_SIZE.
16949 (amd64_pseudo_register_read_value): Likewise.
16950 * remote.c (fetch_register_using_p): Remove MAX_REGISTER_SIZE.
16951 (store_register_using_P): Likewise.
16952 * regcache.c (regcache_xfer_part): Likewise.
16953
16954 2017-01-16 Ivo Raisr <ivo.raisr@oracle.com>
16955
16956 Split real and pseudo registers.
16957 * sparc-tdep.h (SPARC_CORE_REGISTERS): New macro.
16958 (sparc32_pseudo_regnum): New enum.
16959 * sparc64-tdep.h (sparc64_pseudo_regnum): New enum.
16960 * sparc-tdep.c (SPARC32_FPU_REGISTERS): New macro.
16961 (SPARC32_CP0_REGISTERS): New macro.
16962 (sparc32_pseudo_register_name): New function.
16963 (sparc32_register_name): Use sparc32_pseudo_register_name.
16964 (sparc32_pseudo_register_type): New function.
16965 (sparc32_register_type): Use sparc32_pseudo_register_type.
16966 (sparc32_pseudo_register_read, sparc32_pseudo_register_write): Handle
16967 pseudo register numbers.
16968 * sparc64-tdep.c SPARC64_FPU_REGISTERS): New macro.
16969 (SPARC64_CP0_REGISTERS): New macro.
16970 (sparc64_pseudo_register_name): New function.
16971 (sparc64_register_name): Use sparc64_pseudo_register_name.
16972 (sparc64_pseudo_register_type): New function.
16973 (sparc64_register_type): Use sparc64_pseudo_register_type.
16974 (sparc64_pseudo_register_read, sparc64_pseudo_register_write): Handle
16975 pseudo register numbers.
16976 (sparc64_store_floating_fields, sparc64_extract_floating_fields,
16977 sparc64_store_arguments): Handle pseudo register numbers.
16978
16979 2017-01-13 Yao Qi <yao.qi@linaro.org>
16980
16981 * remote.c (REMOTE_DEBUG_MAX_CHAR): New macro.
16982 (putpkt_binary): Print only REMOTE_DEBUG_MAX_CHAR chars in debug
16983 output.
16984 (getpkt_or_notif_sane_1): Likewise.
16985
16986 2017-01-13 Yao Qi <yao.qi@linaro.org>
16987
16988 * Makefile.in (checker-headers): Use CXX and CXX_DIALET instead
16989 of CC. Pass "-x c++-header" instead of "-x c".
16990
16991 2017-01-12 Simon Marchi <simon.marchi@ericsson.com>
16992
16993 * remote.c (remote_can_async_p): Update comment.
16994
16995 2017-01-12 Simon Marchi <simon.marchi@ericsson.com>
16996
16997 * linux-nat.c (linux_nat_can_async_p): Update comment.
16998
16999 2017-01-12 Simon Marchi <simon.marchi@ericsson.com>
17000
17001 * serial.c (serial_open): Forget about "pc" and "lpt" serial interface.
17002
17003 2017-01-11 Simon Marchi <simon.marchi@ericsson.com>
17004
17005 * cli/cli-decode.c (lookup_cmd_1): Fix typo in comment.
17006
17007 2017-01-10 Tom Tromey <tom@tromey.com>
17008
17009 * python/py-type.c (typy_legacy_template_argument): Update.
17010 * cp-support.h (struct demangle_parse_info) (demangle_parse_info,
17011 ~demangle_parse_info): Declare new members.
17012 (cp_demangled_name_to_comp): Return unique_ptr.
17013 (cp_demangled_name_parse_free)
17014 (make_cleanup_cp_demangled_name_parse_free)
17015 (cp_new_demangle_parse_info): Remove.
17016 * cp-support.c (do_demangled_name_parse_free_cleanup)
17017 (make_cleanup_cp_demangled_name_parse_free): Remove.
17018 (inspect_type, cp_canonicalize_string_full)
17019 (cp_canonicalize_string): Update.
17020 (mangled_name_to_comp): Change return type.
17021 (cp_class_name_from_physname, method_name_from_physname)
17022 (cp_func_name, cp_remove_params): Update.
17023 * cp-name-parser.y (demangle_parse_info): New constructor, from
17024 cp_new_demangle_parse_info.
17025 (~demangle_parse_info): New destructor, from
17026 cp_demangled_name_parse_free.
17027 (cp_merge_demangle_parse_infos): Update.
17028 (cp_demangled_name_to_comp): Change return type.
17029
17030 2017-01-10 Tom Tromey <tom@tromey.com>
17031
17032 * top.c (prevent_dont_repeat): Change return type.
17033 * python/python.c (execute_gdb_command): Use std::string.
17034 Update.
17035 * guile/guile.c (gdbscm_execute_gdb_command): Update.
17036 * command.h (prevent_dont_repeat): Change return type.
17037 * breakpoint.c (bpstat_do_actions_1): Update.
17038
17039 2017-01-10 Tom Tromey <tom@tromey.com>
17040
17041 * value.h (scoped_value_mark::~scoped_value_mark): Call
17042 free_to_mark.
17043 (scoped_value_mark::free_to_mark): New method.
17044 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
17045 scoped_value_mark.
17046
17047 2017-01-10 Tom Tromey <tom@tromey.com>
17048
17049 * python/py-value.c (valpy_dereference, valpy_referenced_value)
17050 (valpy_reference_value, valpy_const_value, valpy_get_address)
17051 (valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
17052 (valpy_getitem, valpy_call, valpy_binop_throw, valpy_negative)
17053 (valpy_absolute, valpy_richcompare_throw): Use scoped_value_mark.
17054 * dwarf2loc.c (dwarf2_loc_desc_get_symbol_read_needs): Use
17055 scoped_value_mark.
17056 * dwarf2-frame.c (execute_stack_op): Use scoped_value_mark.
17057 * value.h (scoped_value_mark): New class.
17058
17059 2017-01-10 Tom Tromey <tom@tromey.com>
17060
17061 * dwarf2read.c (dwarf2_build_psymtabs): Use psymtab_discarder.
17062 * psympriv.h (make_cleanup_discard_psymtabs): Don't declare.
17063 * psymtab.c (discard_psymtabs_upto): Remove.
17064 (make_cleanup_discard_psymtabs): Remove.
17065 (struct psymtab_state): Remove.
17066
17067 2017-01-10 Tom Tromey <tom@tromey.com>
17068
17069 * record-full.c (record_full_save_cleanups): Remove.
17070 (record_full_save): Use gdb::unlinker.
17071 * gcore.c (do_bfd_delete_cleanup): Remove.
17072 (gcore_command): Use gdb::unlinker, unique_xmalloc_ptr. Remove
17073 cleanups.
17074 * dwarf2read.c (unlink_if_set): Remove.
17075 (write_psymtabs_to_index): Use gdb::unlinker.
17076 * common/gdb_unlinker.h: New file.
17077
17078 2017-01-10 Tom Tromey <tom@tromey.com>
17079
17080 * windows-tdep.c (windows_xfer_shared_library): Update.
17081 * windows-nat.c (windows_make_so): Update.
17082 * utils.h (make_cleanup_bfd_unref): Remove.
17083 * utils.c (do_bfd_close_cleanup, make_cleanup_bfd_unref): Remove.
17084 * symfile.h (symfile_bfd_open)
17085 (find_separate_debug_file_in_section): Return gdb_bfd_ref_ptr.
17086 * symfile.c (read_symbols, symbol_file_add)
17087 (separate_debug_file_exists): Update.
17088 (symfile_bfd_open): Return gdb_bfd_ref_ptr.
17089 (generic_load, reread_symbols): Update.
17090 * symfile-mem.c (symbol_file_add_from_memory): Update.
17091 * spu-linux-nat.c (spu_bfd_open): Return gdb_bfd_ref_ptr.
17092 (spu_symbol_file_add_from_memory): Update.
17093 * solist.h (struct target_so_ops) <bfd_open>: Return
17094 gdb_bfd_ref_ptr.
17095 (solib_bfd_fopen, solib_bfd_open): Return gdb_bfd_ref_ptr.
17096 * solib.c (solib_bfd_fopen, solib_bfd_open): Return
17097 gdb_bfd_ref_ptr.
17098 (solib_map_sections, reload_shared_libraries_1): Update.
17099 * solib-svr4.c (enable_break): Update.
17100 * solib-spu.c (spu_bfd_fopen): Return gdb_bfd_ref_ptr.
17101 * solib-frv.c (enable_break2): Update.
17102 * solib-dsbt.c (enable_break): Update.
17103 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): Return
17104 gdb_bfd_ref_ptr.
17105 (darwin_solib_get_all_image_info_addr_at_init): Update.
17106 (darwin_bfd_open): Return gdb_bfd_ref_ptr.
17107 * solib-aix.c (solib_aix_bfd_open): Return gdb_bfd_ref_ptr.
17108 * record-full.c (record_full_save): Update.
17109 * python/py-objfile.c (objfpy_add_separate_debug_file): Update.
17110 * procfs.c (insert_dbx_link_bpt_in_file): Update.
17111 * minidebug.c (find_separate_debug_file_in_section): Return
17112 gdb_bfd_ref_ptr.
17113 * machoread.c (macho_add_oso_symfile): Change abfd to
17114 gdb_bfd_ref_ptr.
17115 (macho_symfile_read_all_oso): Update.
17116 (macho_check_dsym): Return gdb_bfd_ref_ptr.
17117 (macho_symfile_read): Update.
17118 * jit.c (bfd_open_from_target_memory): Return gdb_bfd_ref_ptr.
17119 (jit_bfd_try_read_symtab): Update.
17120 * gdb_bfd.h (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
17121 (gdb_bfd_openw, gdb_bfd_openr_iovec)
17122 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
17123 gdb_bfd_ref_ptr.
17124 (gdb_bfd_ref_policy): New struct.
17125 (gdb_bfd_ref_ptr): New typedef.
17126 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
17127 (gdb_bfd_openw, gdb_bfd_openr_iovec)
17128 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
17129 gdb_bfd_ref_ptr.
17130 * gcore.h (create_gcore_bfd): Return gdb_bfd_ref_ptr.
17131 * gcore.c (create_gcore_bfd): Return gdb_bfd_ref_ptr.
17132 (gcore_command): Update.
17133 * exec.c (exec_file_attach): Update.
17134 * elfread.c (elf_symfile_read): Update.
17135 * dwarf2read.c (dwarf2_get_dwz_file): Update.
17136 (try_open_dwop_file, open_dwo_file): Return gdb_bfd_ref_ptr.
17137 (open_and_init_dwo_file): Update.
17138 (open_dwp_file): Return gdb_bfd_ref_ptr.
17139 (open_and_init_dwp_file): Update.
17140 * corelow.c (core_open): Update.
17141 * compile/compile-object-load.c (compile_object_load): Update.
17142 * common/gdb_ref_ptr.h (ref_ptr::operator->): New operator.
17143 * coffread.c (coff_symfile_read): Update.
17144 * cli/cli-dump.c (bfd_openr_or_error, bfd_openw_or_error): Return
17145 gdb_bfd_ref_ptr. Rename.
17146 (dump_bfd_file, restore_command): Update.
17147 * build-id.h (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
17148 * build-id.c (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
17149 (find_separate_debug_file_by_buildid): Update.
17150
17151 2017-01-10 Tom Tromey <tom@tromey.com>
17152
17153 * common/gdb_ref_ptr.h: New file.
17154 * python/py-ref.h (struct gdbpy_ref_policy): New.
17155 (gdbpy_ref): Now a typedef.
17156
17157 2017-01-10 Tom Tromey <tom@tromey.com>
17158
17159 * utils.h (make_cleanup_htab_delete): Don't declare.
17160 * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete):
17161 Remove.
17162 * linespec.c (decode_compound_collector): Add constructor,
17163 destructor.
17164 (lookup_prefix_sym): Remove cleanup.
17165 (symtab_collector): Add constructor, destructor.
17166 (collect_symtabs_from_filename): Remove cleanup.
17167 * disasm.c (do_mixed_source_and_assembly): Use htab_up.
17168 * compile/compile-c-symbols.c (generate_c_for_variable_locations):
17169 Use htab_up.
17170 * gnu-v3-abi.c (gnuv3_print_vtable): Use htab_up.
17171 * dwarf2read.c (dw2_expand_symtabs_matching)
17172 (dw2_map_symbol_filenames, dwarf_decode_macros)
17173 (write_psymtabs_to_index): Use htab_up.
17174 * dwarf2loc.c (func_verify_no_selftailcall)
17175 (call_site_find_chain_1, func_verify_no_selftailcall)
17176 (chain_candidate, call_site_find_chain_1): Use std::unordered_set,
17177 std::vector, gdb::unique_xmalloc_ptr.
17178 (call_sitep): Remove typedef.
17179 (dwarf2_locexpr_baton_eval): Remove unused variable.
17180
17181 2017-01-10 Tom Tromey <tom@tromey.com>
17182
17183 * python/python-internal.h (make_cleanup_py_decref)
17184 (make_cleanup_py_xdecref): Don't declare.
17185 * python/py-utils.c (py_decref, make_cleanup_py_decref)
17186 (py_xdecref, make_cleanup_py_xdecref): Remove.
17187
17188 2017-01-10 Tom Tromey <tom@tromey.com>
17189
17190 * python/py-framefilter.c (py_mi_print_variables): Use gdbpy_ref.
17191 (py_print_locals, enumerate_locals, py_print_args): Use gdbpy_ref.
17192
17193 2017-01-10 Tom Tromey <tom@tromey.com>
17194
17195 * python/py-framefilter.c (enumerate_args): Use gdbpy_ref.
17196
17197 2017-01-10 Tom Tromey <tom@tromey.com>
17198
17199 * python/py-utils.c (unicode_to_encoded_string)
17200 (python_string_to_target_string)
17201 (python_string_to_target_python_string)
17202 (python_string_to_host_string, gdbpy_obj_to_string)
17203 (get_addr_from_python): Use gdbpy_ref.
17204
17205 2017-01-10 Tom Tromey <tom@tromey.com>
17206
17207 * python/py-unwind.c (pyuw_object_attribute_to_pointer): Use
17208 gdbpy_ref.
17209
17210 2017-01-10 Tom Tromey <tom@tromey.com>
17211
17212 * python/python.c (eval_python_command, gdbpy_decode_line)
17213 (gdbpy_run_events, gdbpy_start_type_printers)
17214 (gdbpy_apply_type_printers): Use gdbpy_ref.
17215
17216 2017-01-10 Tom Tromey <tom@tromey.com>
17217
17218 * python/py-param.c (get_doc_string, compute_enum_values): Use
17219 gdbpy_ref.
17220
17221 2017-01-10 Tom Tromey <tom@tromey.com>
17222
17223 * python/py-inferior.c (find_thread_object, build_inferior_list):
17224 Use gdbpy_ref.
17225
17226 2017-01-10 Tom Tromey <tom@tromey.com>
17227
17228 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
17229
17230 2017-01-10 Tom Tromey <tom@tromey.com>
17231
17232 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope): Use
17233 gdbpy_ref.
17234
17235 2017-01-10 Tom Tromey <tom@tromey.com>
17236
17237 * python/py-cmd.c (cmdpy_completer_helper): Use gdbpy_ref. Remove
17238 extra incref.
17239 (cmdpy_completer_handle_brkchars, cmdpy_completer, cmdpy_init):
17240 Use gdbpy_ref.
17241
17242 2017-01-10 Tom Tromey <tom@tromey.com>
17243
17244 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
17245 gdbpy_ref.
17246
17247 2017-01-10 Tom Tromey <tom@tromey.com>
17248
17249 * python/py-arch.c (archpy_disassemble): Use gdbpy_ref. Don't
17250 decref results of PyArg_ParseTupleAndKeywords.
17251
17252 2017-01-10 Tom Tromey <tom@tromey.com>
17253
17254 * python/python.c (python_run_simple_file): Use
17255 unique_xmalloc_ptr, gdbpy_ref.
17256
17257 2017-01-10 Tom Tromey <tom@tromey.com>
17258
17259 * python/py-prettyprint.c (print_stack_unless_memory_error)
17260 (print_string_repr, print_children): Use gdbpy_ref.
17261 (dummy_python_frame): New class.
17262 (dummy_python_frame::dummy_python_frame): Rename from
17263 push_dummy_python_frame.
17264 (py_restore_tstate): Remove.
17265
17266 2017-01-10 Tom Tromey <tom@tromey.com>
17267
17268 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
17269
17270 2017-01-10 Tom Tromey <tom@tromey.com>
17271
17272 * python/python.c (ensure_python_env, restore_python_env):
17273 Remove.
17274 * python/python-internal.h (ensure_python_env): Don't declare.
17275 * varobj.h (varobj_ensure_python_env): Don't declare.
17276 * varobj.c (varobj_ensure_python_env): Remove.
17277
17278 2017-01-10 Tom Tromey <tom@tromey.com>
17279
17280 * varobj.c (varobj_value_get_print_value): Use
17281 gdbpy_enter_varobj.
17282
17283 2017-01-10 Tom Tromey <tom@tromey.com>
17284
17285 * python/py-prettyprint.c (print_string_repr, print_children):
17286 Update.
17287 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Change type
17288 of "encoding".
17289 * varobj.c (varobj_value_get_print_value): Update.
17290 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
17291
17292 2017-01-10 Tom Tromey <tom@tromey.com>
17293
17294 * varobj.c (varobj_get_display_hint)
17295 (dynamic_varobj_has_child_method, install_new_value_visualizer)
17296 (varobj_set_visualizer, free_variable): Use
17297 gdbpy_enter_varobj.
17298
17299 2017-01-10 Tom Tromey <tom@tromey.com>
17300
17301 * python/python.c (python_command): Use gdbpy_enter, gdbpy_ref.
17302 (do_finish_initialization): New function. Use gdbpy_ref.
17303 (gdbpy_finish_initialization): Use gdbpy_enter. Call
17304 do_finish_initialization.
17305
17306 2017-01-10 Tom Tromey <tom@tromey.com>
17307
17308 * python/py-param.c (get_set_value, get_show_value): Use
17309 gdbpy_enter, gdbpy_ref.
17310
17311 2017-01-10 Tom Tromey <tom@tromey.com>
17312
17313 * python/py-function.c (fnpy_call): Use gdbpy_enter, gdbpy_ref.
17314
17315 2017-01-10 Tom Tromey <tom@tromey.com>
17316
17317 * python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref.
17318
17319 2017-01-10 Tom Tromey <tom@tromey.com>
17320
17321 * python/py-varobj.c (py_varobj_iter_dtor, py_varobj_iter_next):
17322 Use gdbpy_enter_varobj.
17323
17324 2017-01-10 Tom Tromey <tom@tromey.com>
17325
17326 * varobj.c (gdbpy_enter_varobj): New constructor.
17327 * python/python-internal.h (gdbpy_enter_varobj): New class.
17328 * python/py-varobj.c (py_varobj_get_iterator): Use
17329 gdbpy_enter_varobj.
17330
17331 2017-01-10 Tom Tromey <tom@tromey.com>
17332
17333 * python/py-xmethods.c (gdbpy_get_xmethod_result_type): Use
17334 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
17335 (gdbpy_invoke_xmethod): Use gdbpy_ref, gdbpy_enter.
17336 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref,
17337 unique_xmalloc_ptr.
17338 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref, gdbpy_enter.
17339
17340 2017-01-10 Tom Tromey <tom@tromey.com>
17341
17342 * python/py-xmethods.c (invoke_match_method): Use
17343 gdbpy_ref.
17344
17345 2017-01-10 Tom Tromey <tom@tromey.com>
17346
17347 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use
17348 gdbpy_enter, gdbpy_ref.
17349
17350 2017-01-10 Tom Tromey <tom@tromey.com>
17351
17352 * python/python.c (python_interactive_command): Use gdbpy_enter.
17353
17354 2017-01-10 Tom Tromey <tom@tromey.com>
17355
17356 * python/python.c (gdbpy_before_prompt_hook): Use gdbpy_enter,
17357 gdbpy_ref.
17358
17359 2017-01-10 Tom Tromey <tom@tromey.com>
17360
17361 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Use
17362 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
17363
17364 2017-01-10 Tom Tromey <tom@tromey.com>
17365
17366 * utils.h (htab_deleter): New struct.
17367 (htab_up): New typedef.
17368 * python/py-framefilter.c (gdbpy_apply_frame_filter): Use
17369 gdbpy_enter, gdbpy_ref, htab_up.
17370
17371 2017-01-10 Tom Tromey <tom@tromey.com>
17372
17373 * python/py-unwind.c (pending_frame_invalidate): Remove.
17374 (pyuw_sniffer): Use gdbpy_enter and gdbpy_ref.
17375
17376 2017-01-10 Tom Tromey <tom@tromey.com>
17377
17378 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data)
17379 (gdbpy_clone_xmethod_worker_data): Use gdbpy_enter.
17380
17381 2017-01-10 Tom Tromey <tom@tromey.com>
17382
17383 * python/py-type.c (save_objfile_types): Use gdbpy_enter.
17384
17385 2017-01-10 Tom Tromey <tom@tromey.com>
17386
17387 * python/python.c (gdbpy_eval_from_control_command)
17388 (gdbpy_source_script, gdbpy_run_events)
17389 (gdbpy_source_objfile_script, gdbpy_execute_objfile_script)
17390 (gdbpy_free_type_printers, gdbpy_finish_initialization): Use
17391 gdbpy_enter.
17392
17393 2017-01-10 Tom Tromey <tom@tromey.com>
17394
17395 * python/py-progspace.c (py_free_pspace): Use gdbpy_enter.
17396
17397 2017-01-10 Tom Tromey <tom@tromey.com>
17398
17399 * python/py-objfile.c (py_free_objfile): Use gdbpy_enter.
17400
17401 2017-01-10 Tom Tromey <tom@tromey.com>
17402
17403 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
17404 (python_on_inferior_call_pre, python_on_inferior_call_post)
17405 (python_on_memory_change, python_on_register_change)
17406 (python_inferior_exit, python_new_objfile, add_thread_object)
17407 (delete_thread_object, py_free_inferior): Use gdbpy_enter.
17408
17409 2017-01-10 Tom Tromey <tom@tromey.com>
17410
17411 * python/py-finishbreakpoint.c (bpfinishpy_handle_stop)
17412 (bpfinishpy_handle_exit): Use gdbpy_enter.
17413
17414 2017-01-10 Tom Tromey <tom@tromey.com>
17415
17416 * python/py-cmd.c (cmdpy_destroyer)
17417 (cmdpy_completer_handle_brkchars, cmdpy_completer): Use
17418 gdbpy_enter.
17419
17420 2017-01-10 Tom Tromey <tom@tromey.com>
17421
17422 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
17423 gdbpy_enter.
17424 (gdbpy_breakpoint_has_cond): Likewise.
17425
17426 2017-01-10 Tom Tromey <tom@tromey.com>
17427
17428 * python/python.c (gdbpy_enter): New constructor.
17429 (~gdbpy_enter): New destructor.
17430 (restore_python_env, ensure_python_env): Rewrite.
17431 * python/python-internal.h (gdbpy_enter): New class.
17432
17433 2017-01-10 Tom Tromey <tom@tromey.com>
17434
17435 * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
17436
17437 2017-01-10 Tom Tromey <tom@tromey.com>
17438
17439 * python/py-value.c (value_has_field, get_field_flag)
17440 (get_field_type, valpy_getitem, convert_value_from_python): Use
17441 gdbpy_ref.
17442
17443 2017-01-10 Tom Tromey <tom@tromey.com>
17444
17445 * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
17446 gdbpy_ref.
17447
17448 2017-01-10 Tom Tromey <tom@tromey.com>
17449
17450 * python/py-prettyprint.c (search_pp_list)
17451 (find_pretty_printer_from_objfiles)
17452 (find_pretty_printer_from_progspace)
17453 (find_pretty_printer_from_gdb, find_pretty_printer)
17454 (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
17455 gdbpy_ref.
17456
17457 2017-01-10 Tom Tromey <tom@tromey.com>
17458
17459 * python/py-param.c (call_doc_function): Use gdbpy_ref.
17460
17461 2017-01-10 Tom Tromey <tom@tromey.com>
17462
17463 * python/py-linetable.c (build_line_table_tuple_from_pcs)
17464 (ltpy_get_all_source_lines): Use gdbpy_ref.
17465
17466 2017-01-10 Tom Tromey <tom@tromey.com>
17467
17468 * python/py-framefilter.c (extract_sym, extract_value)
17469 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
17470 gdbpy_ref.
17471
17472 2017-01-10 Tom Tromey <tom@tromey.com>
17473
17474 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
17475
17476 2017-01-10 Tom Tromey <tom@tromey.com>
17477
17478 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
17479
17480 2017-01-10 Tom Tromey <tom@tromey.com>
17481
17482 * python/py-function.c (convert_values_to_python, fnpy_init): Use
17483 gdbpy_ref.
17484
17485 2017-01-10 Tom Tromey <tom@tromey.com>
17486
17487 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
17488
17489 2017-01-10 Tom Tromey <tom@tromey.com>
17490
17491 * python/py-type.c (convert_field, make_fielditem, typy_fields)
17492 (typy_range): Use gdbpy_ref.
17493
17494 2017-01-10 Tom Tromey <tom@tromey.com>
17495
17496 * python/py-threadevent.c (create_thread_event_object): Use
17497 gdbpy_ref.
17498 * python/py-stopevent.c (create_stop_event_object): Simplify.
17499 (emit_stop_event): Use gdbpy_ref.
17500 * python/py-signalevent.c (create_signal_event_object): Use
17501 gdbpy_ref.
17502 * python/py-newobjfileevent.c (create_new_objfile_event_object)
17503 (emit_new_objfile_event, create_clear_objfiles_event_object)
17504 (emit_clear_objfiles_event): Use gdbpy_ref.
17505 * python/py-infevents.c (create_inferior_call_event_object)
17506 (create_register_changed_event_object)
17507 (create_memory_changed_event_object, emit_inferior_call_event)
17508 (emit_memory_changed_event, emit_register_changed_event): Use
17509 gdbpy_ref.
17510 * python/py-exitedevent.c (create_exited_event_object)
17511 (emit_exited_event): Use gdbpy_ref.
17512 * python/py-event.h (evpy_emit_event): Remove
17513 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
17514 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
17515 * python/py-continueevent.c (emit_continue_event): Use
17516 gdbpy_ref.
17517 * python/py-breakpoint.c (gdbpy_breakpoint_created)
17518 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
17519 gdbpy_ref.
17520 * python/py-bpevent.c (create_breakpoint_event_object): Use
17521 gdbpy_ref.
17522
17523 2017-01-10 Tom Tromey <tom@tromey.com>
17524
17525 * python/py-ref.h: New file.
17526
17527 2017-01-10 Simon Marchi <simon.marchi@ericsson.com>
17528
17529 * cli-out.c (cli_ui_out::do_redirect): Change return type to
17530 void.
17531 * cli-out.h (cli_ui_out::do_redirect): Likewise.
17532 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
17533 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
17534 * ui-out.c (ui_out::redirect): Likewise.
17535 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
17536 * cli/cli-logging.c (set_logging_redirect): Update call site of
17537 ui_out::redirect.
17538 (handle_redirections): Likewise.
17539 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
17540 * top.c (execute_command_to_string): Likewise.
17541 * utils.c (do_ui_out_redirect_pop): Likewise.
17542
17543 2017-01-10 Simon Marchi <simon.marchi@ericsson.com>
17544
17545 * stack.c (_initialize_stack): Update "frame" command help message.
17546
17547 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
17548
17549 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
17550
17551 2017-01-06 Yao Qi <yao.qi@linaro.org>
17552
17553 * x86-linux-nat.h: Include gdb_proc_service.h.
17554
17555 2017-01-06 Yao Qi <yao.qi@linaro.org>
17556
17557 * ser-base.h: Include serial.h.
17558
17559 2017-01-06 Yao Qi <yao.qi@linaro.org>
17560
17561 * ppc-linux-tdep.h: Include ppc-tdep.h.
17562
17563 2017-01-06 Yao Qi <yao.qi@linaro.org>
17564
17565 * nat/amd64-linux-siginfo.h: Include signal.h.
17566
17567 2017-01-06 Yao Qi <yao.qi@linaro.org>
17568
17569 * nat/aarch64-linux-hw-point.h: Include break-common.h.
17570
17571 2017-01-06 Yao Qi <yao.qi@linaro.org>
17572
17573 * mi/mi-parse.h: Include mi-cmds.h.
17574
17575 2017-01-06 Yao Qi <yao.qi@linaro.org>
17576
17577 * inf-loop.c: Don't include "target.h".
17578 * inf-loop.h: Include it here.
17579
17580 2017-01-06 Yao Qi <yao.qi@linaro.org>
17581
17582 * dfp.h: Include "dboulest.h" and "expression.h".
17583
17584 2017-01-06 Yao Qi <yao.qi@linaro.org>
17585
17586 * ax-gdb.h: Include "ax.h".
17587
17588 2017-01-06 Yao Qi <yao.qi@linaro.org>
17589
17590 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
17591 with nat/gdb_ptrace.h.
17592
17593 2017-01-05 Yao Qi <yao.qi@linaro.org>
17594
17595 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
17596 new line.
17597 (mips64_fbsd_sigframe_init): Likewise.
17598
17599 2017-01-04 John Baldwin <jhb@FreeBSD.org>
17600
17601 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
17602 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
17603
17604 2017-01-04 John Baldwin <jhb@FreeBSD.org>
17605
17606 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
17607 * NEWS: Mention new FreeBSD/mips native configuration.
17608 * config/mips/fbsd.mh: New file.
17609 * configure.host: Add mips*-*-freebsd*.
17610 * mips-fbsd-nat.c: New file.
17611
17612 2017-01-04 John Baldwin <jhb@FreeBSD.org>
17613
17614 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
17615 (ALLDEPFILES): Add mips-fbsd-tdep.c.
17616 * NEWS: Mention new FreeBSD/mips target.
17617 * configure.tgt: Add mips*-*-freebsd*.
17618 * mips-fbsd-tdep.c: New file.
17619 * mips-fbsd-tdep.h: New file.
17620
17621 2017-01-04 Yao Qi <yao.qi@linaro.org>
17622
17623 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
17624 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
17625
17626 2017-01-01 Joel Brobecker <brobecker@adacore.com>
17627
17628 Update copyright year range in all GDB files.
17629
17630 2017-01-01 Joel Brobecker <brobecker@adacore.com>
17631
17632 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
17633
17634 For older changes see ChangeLog-2016.
17635 \f
17636 Local Variables:
17637 mode: change-log
17638 left-margin: 8
17639 fill-column: 74
17640 version-control: never
17641 coding: utf-8
17642 End:
This page took 0.487891 seconds and 5 git commands to generate.