Fix wrong prefix in py-breakpoint.exp
[binutils-gdb.git] / gdb / ChangeLog
1 2017-12-07 Tom Tromey <tom@tromey.com>
2
3 PR breakpoints/22511:
4 * breakpoint.c (commands_command_1): Don't throw an exception when
5 no commands have been read.
6
7 2017-12-07 Adam Stylinski <adam.stylinski@etegent.com>
8
9 PR c++/21222
10 * target-descriptions.c (print_c_tdesc::visit_pre): Change type of
11 range-for variable.
12
13 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
14
15 * common/selftest.h (struct selftest): Add virtual destructor.
16
17 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
18
19 * python/py-breakpoint.c (bppy_init): Use string_to_event_location
20 over basic location code. Implement explicit location keywords.
21 (bppy_init_validate_args): New function.
22 * NEWS: Document Python explicit breakpoint locations.
23
24 2017-12-07 Joel Brobecker <brobecker@adacore.com>
25
26 * MAINTAINERS: Restore target entries for m68hc11-elf,
27 score-elf and xstormy16-elf, incorrectly removed in a previous
28 patch meant to only update the list of active maintainers.
29
30 2017-12-06 Pedro Alves <palves@redhat.com>
31
32 * break-catch-syscall.c (insert_catch_syscall)
33 (remove_catch_syscall): Adjust to pass reference to
34 inf_data->syscalls_counts directly via gdb::array_view.
35 * fbsd-nat.c (fbsd_set_syscall_catchpoint): Adjust to use bool
36 and gdb::array_view.
37 * linux-nat.c (linux_child_set_syscall_catchpoint): Likewise.
38 * remote.c (remote_set_syscall_catchpoint): Likewise.
39 * target-debug.h (target_debug_print_bool): New.
40 (define target_debug_print_gdb_array_view_const_int): New.
41 * target-delegates.c: Regenerate.
42 * target.h (target_ops) <to_set_syscall_catchpoint>: Use
43 gdb::array_view and bool.
44 (target_set_syscall_catchpoint): Likewise.
45
46 2017-12-06 Simon Marchi <simon.marchi@ericsson.com>
47
48 * break-catch-syscall.c (catch_syscall_completer): Get pointers
49 to syscall group strings after building the string vector.
50
51 2017-12-06 Pedro Alves <palves@redhat.com>
52
53 * remote.c (remote_query_supported): Don't send "xmlRegisters=" if
54 "qXfer:features:read"" is disabled.
55 (remote_write_qxfer, remote_read_qxfer, remote_search_memory):
56 Check packet_config_support instead of packet->support directly.
57
58 2017-12-05 Simon Marchi <simon.marchi@ericsson.com>
59
60 * target-descriptions.c (struct tdesc_feature) <registers>: Use
61 tdesc_reg_up typedef.
62 (struct target_desc) <features>: Use tdesc_feature_up typedef.
63
64 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
65
66 * target-descriptions.c (struct tdesc_type): Use default
67 destructor.
68 <u>: Remove.
69 <accept>: Remove.
70 (struct tdesc_type_builtin): New.
71 (struct tdesc_type_vector): New.
72 (struct tdesc_type_with_fields): New.
73 (tdesc_predefined_types): Change type to tdesc_type_builtin[].
74 (tdesc_gdb_type): Remove.
75 (tdesc_register_type): Adjust.
76 (tdesc_create_vector): Create tdesc_type_vector.
77 (tdesc_create_struct): Create tdesc_type_with_fields.
78 (tdesc_set_struct_size): Change parameter type.
79 (tdesc_create_union): Create tdesc_type_with_fields.
80 (tdesc_create_flags): Likewise.
81 (tdesc_create_enum): Likewise.
82 (tdesc_add_field): Change parameter type.
83 (tdesc_add_typed_bitfield): Likewise.
84 (tdesc_add_bitfield): Likewise.
85 (tdesc_add_flag): Likewise.
86 (tdesc_add_enum_value): Likewise.
87 (print_c_tdesc) <visit>: Remove overload with tdesc_type
88 parameter, add overloads for tdesc_type_builtin,
89 tdesc_type_with_fields and tdesc_type_vector.
90 <m_printed_type>: Remove.
91 <m_printed_element_type, m_printed_type_with_fields>: Add.
92 * target-descriptions.h (tdesc_create_enum): Change return type.
93 (tdesc_add_typed_bitfield): Change parameter type.
94 (tdesc_add_enum_value): Change parameter type.
95 * xml-tdesc.c (struct tdesc_parsing_data) <current_type>: Change
96 type to tdesc_type_with_fields.
97 (tdesc_start_struct): Adjust.
98 (tdesc_start_flags): Adjust.
99 (tdesc_start_enum): Adjust.
100 (tdesc_start_field): Adjust.
101 * arch/tdesc.h (struct tdesc_type_builtin): Forward-declare.
102 (struct tdesc_type_vector): Forward-declare.
103 (struct tdesc_type_with_fields): Forward-declare.
104 (tdesc_create_struct): Change return type.
105 (tdesc_create_union): Likewise.
106 (tdesc_create_flags): Likewise.
107 (tdesc_add_field): Change parameter type.
108 (tdesc_set_struct_size): Likewise.
109 (tdesc_add_bitfield): Likewise.
110 (tdesc_add_flag): Likewise.
111 * features: Re-generate C files.
112
113 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
114
115 * target-descriptions.c (tdesc_arch_reg): Remove typedef.
116 (struct tdesc_arch_reg): Add constructor.
117 (DEF_VEC_O (tdesc_arch_reg)): Remove.
118 (struct tdesc_arch_data): Initialize fields.
119 <arch_regs>: Change type to std::vector.
120 (target_find_description): Adjust.
121 (tdesc_find_type): Adjust.
122 (tdesc_data_init): Call tdesc_arch_data constructor.
123 (tdesc_data_alloc): Allocate tdesc_arch_data with new.
124 (tdesc_data_cleanup): Free data with delete.
125 (tdesc_numbered_register): Adjust.
126 (tdesc_find_arch_register): Adjust.
127 (tdesc_use_registers): Adjust.
128
129 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
130
131 * target-descriptions.c (tdesc_type_field): Remove typedef.
132 (DEF_VEC_O (tdesc_type_field)): Remove.
133 (struct tdesc_type_field): Add constructor.
134 <name>: Change type to std::string.
135 (struct tdesc_type) <tdesc_type>: Instantiate vector if the type
136 kind uses it.
137 <~tdesc_type>: Destroy vector if the type kind uses it.
138 <u::u::fields>: Change type to std::vector.
139 (tdesc_gdb_type): Adjust.
140 (tdesc_add_field): Adjust.
141 (tdesc_add_typed_bitfield): Adjust.
142 (tdesc_add_field): Adjust.
143 (tdesc_add_enum_value): Adjust.
144 (class print_c_tdesc) <visit>: Adjust.
145
146 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
147
148 * target-descriptions.c (struct tdesc_type) <name>: Change type
149 to std::string.
150 <~tdesc_type>: Don't manually free name.
151 <operator==>: Adjust.
152 (tdesc_named_type): Adjust.
153 (tdesc_find_type): Adjust.
154 (tdesc_gdb_type): Adjust.
155 (class print_c_tdesc) <visit>: Adjust.
156
157 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
158
159 * target-descriptions.c (tdesc_type_p): Remove typedef.
160 (DEF_VEC_P (tdesc_type_p)): Remove.
161 (struct tdesc_feature) <types>: Change type to std::vector.
162 <~tdesc_feature>: Replace with default implementation.
163 <accept>: Adjust.
164 (tdesc_named_type): Adjust.
165 (tdesc_create_vector): Adjust.
166 (tdesc_create_struct): Adjust.
167 (tdesc_create_union): Adjust.
168 (tdesc_create_flags): Adjust.
169 (tdesc_create_enum): Adjust.
170
171 2017-12-05 Simon Marchi <simon.marchi@ericsson.com>
172
173 * target-descriptions.c (struct tdesc_reg) <tdesc_reg>: Change
174 type of name_ parameter, adjust to std::string change.
175 <name, group, type>: Change type to std::string.
176 <~tdesc_reg>: Replace with default implementation.
177 <operator==>: Adjust.
178 (tdesc_find_register_early): Adjust.
179 (tdesc_register_name): Adjust.
180 (tdesc_register_type): Adjust.
181 (tdesc_register_in_reggroup_p): Adjust.
182 (class print_c_tdesc) <visit>: Adjust.
183 (class print_c_feature) <visit>: Adjust.
184 * features/arc-arcompact.c: Re-generate.
185 * features/arc-v2.c: Re-generate.
186
187 2017-12-05 Simon Marchi <simon.marchi@ericsson.com>
188
189 * target-descriptions.c (tdesc_reg_p): Remove typedef.
190 (DEF_VEC_P (tdesc_reg_p)): Remove.
191 (struct tdesc_feature) <registers>: Change type to std::vector.
192 <~tdesc_feature>: Don't manually free registers.
193 <accept>: Adjust.
194 <operator==>: Adjust.
195 (tdesc_has_registers): Adjust.
196 (tdesc_find_register_early): Adjust.
197 (tdesc_use_registers): Adjust.
198 (tdesc_create_reg): Adjust.
199
200 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
201
202 * target-descriptions.c (tdesc_feature) <name>: Change type to
203 std::string.
204 <~tdesc_feature>: Don't manually free name.
205 <operator==>: Adjust.
206 (tdesc_find_feature): Adjust.
207 (tdesc_feature_name): Adjust.
208 (class print_c_tdesc) <visit_pre>: Adjust.
209 (class print_c_feature) <visit_pre>: Adjust.
210
211 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
212
213 * target-descriptions.c (tdesc_feature_p): Remove typedef.
214 (DEF_VEC_P (tdesc_feature_p)): Remove.
215 (struct target_desc) <features>: Change type to std::vector.
216 <~target_desc>: Replace with default implementation.
217 <accept>: Adjust.
218 <operator==>: Adjust.
219 (tdesc_has_registers): Adjust.
220 (tdesc_find_feature): Adjust.
221 (tdesc_use_registers): Adjust.
222 (tdesc_create_feature): Adjust.
223
224 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
225
226 * target-descriptions.c (arch_p): Remove typedef.
227 (DEF_VEC_P (arch_p)): Remove.
228 (struct target_desc) <compatible>: Change type to std::vector.
229 <~target_desc>: Don't manually free compatible.
230 (tdesc_compatible_p): Adjust.
231 (tdesc_add_compatible): Adjust.
232 (class print_c_tdesc) <visit_pre>: Adjust.
233
234 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
235
236 * target-descriptions.c (property_s): Remove typedef.
237 (DEF_VEC_O (property_s)): Remove.
238 (struct target_desc) <properties>: Make an std::vector.
239 <~target_desc>: Don't manually free properties.
240 (tdesc_property): Adjust.
241 (set_tdesc_property): Adjust.
242 (class print_c_tdesc) <visit_pre>: Adjust.
243
244 2017-12-05 Simon Marchi <simon.marchi@ericsson.com>
245
246 * common/gdb_assert.h (gdb_static_assert): Redefine using
247 static_assert.
248
249 2017-12-05 Simon Marchi <simon.marchi@ericsson.com>
250
251 * ada-lang.c (ada_collect_symbol_completion_matches): Remove
252 unused variables.
253 (ada_is_redundant_range_encoding): Likewise.
254 * ada-varobj.c (ada_varobj_get_value_of_array_variable):
255 Likewise.
256 * alpha-tdep.c (alpha_software_single_step): Likewise.
257 * arm-tdep.c (_initialize_arm_tdep): Likewise.
258 * auto-load.c (info_auto_load_cmd): Likewise.
259 * break-catch-syscall.c (insert_catch_syscall): Likewise.
260 (remove_catch_syscall): Likewise.
261 * breakpoint.c (condition_completer): Likewise.
262 (clear_command): Likewise.
263 (update_breakpoint_locations): Likewise.
264 * btrace.c (btrace_disable): Likewise.
265 (btrace_teardown): Likewise.
266 (btrace_maint_update_pt_packets): Likewise.
267 (maint_btrace_clear_cmd): Likewise.
268 * cli/cli-decode.c (lookup_cmd_1): Likewise.
269 (lookup_cmd_composition): Likewise.
270 * cli/cli-dump.c (scan_filename): Likewise.
271 (restore_command): Likewise.
272 * compile/compile-loc2c.c (compute_stack_depth): Likewise.
273 * compile/compile-object-load.c (compile_object_load): Likewise.
274 * compile/compile-object-run.c (compile_object_run): Likewise.
275 * compile/compile.c (compile_to_object): Likewise.
276 * completer.c (filename_completer): Likewise.
277 (complete_files_symbols): Likewise.
278 (complete_expression): Likewise.
279 * corelow.c (core_open): Likewise.
280 * ctf.c (ctf_start): Likewise.
281 (ctf_write_status): Likewise.
282 (ctf_write_uploaded_tsv): Likewise.
283 (ctf_write_definition_end): Likewise.
284 (ctf_open_dir): Likewise.
285 (ctf_xfer_partial): Likewise.
286 (ctf_trace_find): Likewise.
287 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
288 Likewise.
289 * dwarf2loc.c (allocate_piece_closure): Likewise.
290 (indirect_pieced_value): Likewise.
291 (dwarf2_evaluate_loc_desc_full): Likewise.
292 * dwarf2read.c (dw2_expand_marked_cus): Likewise.
293 (dw2_expand_symtabs_matching): Likewise.
294 (dw2_map_symbol_filenames): Likewise.
295 (read_and_check_comp_unit_head): Likewise.
296 (read_cutu_die_from_dwo): Likewise.
297 (lookup_dwo_unit): Likewise.
298 (read_comp_units_from_section): Likewise.
299 (dwarf2_compute_name): Likewise.
300 (handle_DW_AT_stmt_list): Likewise.
301 (create_cus_hash_table): Likewise.
302 (create_dwp_v2_section): Likewise.
303 (dwarf2_rnglists_process): Likewise.
304 (dwarf2_ranges_process): Likewise.
305 (dwarf2_record_block_ranges): Likewise.
306 (is_vtable_name): Likewise.
307 (read_formatted_entries): Likewise.
308 (skip_form_bytes): Likewise.
309 * elfread.c (elf_symtab_read): Likewise.
310 * exec.c (exec_file_command): Likewise.
311 * f-valprint.c (f_val_print): Likewise.
312 (info_common_command_for_block): Likewise.
313 * guile/guile.c (initialize_scheme_side): Likewise.
314 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Likewise.
315 * guile/scm-cmd.c (cmdscm_completer): Likewise.
316 (gdbscm_register_command_x): Likewise.
317 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
318 * guile/scm-param.c (gdbscm_parameter_value): Likewise.
319 * guile/scm-ports.c (file_port_magic): Likewise.
320 * guile/scm-pretty-print.c (ppscm_search_pp_list): Likewise.
321 (ppscm_pretty_print_one_value): Likewise.
322 (ppscm_print_children): Likewise.
323 * guile/scm-string.c (gdbscm_string_to_argv): Likewise.
324 * guile/scm-symtab.c (gdbscm_sal_symtab): Likewise.
325 * guile/scm-type.c (gdbscm_type_next_field_x): Likewise.
326 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
327 * i386-tdep.c (i386_register_reggroup_p): Likewise.
328 * infcmd.c (run_command_1): Likewise.
329 (until_next_fsm_clean_up): Likewise.
330 * linespec.c (linespec_complete): Likewise.
331 (find_label_symbols): Likewise.
332 * m2-valprint.c (m2_val_print): Likewise.
333 * memattr.c (require_user_regions): Likewise.
334 (lookup_mem_region): Likewise.
335 (disable_mem_command): Likewise.
336 (mem_delete): Likewise.
337 * mep-tdep.c (mep_register_name): Likewise.
338 (mep_analyze_prologue): Likewise.
339 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Likewise.
340 * mi/mi-interp.c (mi_on_sync_execution_done): Likewise.
341 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
342 * microblaze-linux-tdep.c (microblaze_linux_init_abi): Likewise.
343 * minidebug.c (lzma_open): Likewise.
344 * minsyms.c (lookup_minimal_symbol): Likewise.
345 * mips-linux-tdep.c (mips64_fill_fpregset): Likewise.
346 * mips-tdep.c (mips_stub_frame_sniffer): Likewise.
347 (mips_o64_return_value): Likewise.
348 (mips_single_step_through_delay): Likewise.
349 (_initialize_mips_tdep): Likewise.
350 * nios2-tdep.c (nios2_push_dummy_call): Likewise.
351 (nios2_software_single_step): Likewise.
352 * parse.c (find_minsym_type_and_address): Likewise.
353 * psymtab.c (psym_relocate): Likewise.
354 * python/py-breakpoint.c (bppy_get_commands): Likewise.
355 (gdbpy_breakpoint_modified): Likewise.
356 * python/py-infevents.c (create_inferior_call_event_object):
357 Likewise.
358 * python/py-record-btrace.c (btpy_list_item): Likewise.
359 * python/py-type.c (typy_str): Likewise.
360 * python/py-value.c (valpy_call): Likewise.
361 * python/python.c (do_start_initialization): Likewise.
362 * record-btrace.c (record_btrace_insn_history_range): Likewise.
363 (record_btrace_call_history_range): Likewise.
364 (record_btrace_record_method): Likewise.
365 (record_btrace_xfer_partial): Likewise.
366 (btrace_get_frame_function): Likewise.
367 * record-full.c (record_full_open): Likewise.
368 * record.c (get_context_size): Likewise.
369 * registry.h (DEFINE_REGISTRY): Likewise.
370 * remote-fileio.c (remote_fileio_request): Likewise.
371 * remote.c (remote_update_thread_list): Likewise.
372 (remote_check_symbols): Likewise.
373 (remote_commit_resume): Likewise.
374 (remote_interrupt): Likewise.
375 (remote_insert_breakpoint): Likewise.
376 (compare_sections_command): Likewise.
377 * rust-exp.y (super_name): Likewise.
378 (lex_string): Likewise.
379 (convert_ast_to_type): Likewise.
380 (convert_ast_to_expression): Likewise.
381 * rust-lang.c (rust_print_struct_def): Likewise.
382 (rust_print_type): Likewise.
383 (rust_evaluate_subexp): Likewise.
384 * rx-tdep.c (rx_register_type): Likewise.
385 * ser-event.c (serial_event_clear): Likewise.
386 * serial.c (serial_open): Likewise.
387 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
388 * symfile.c (section_is_overlay): Likewise.
389 (overlay_unmapped_address): Likewise.
390 (overlay_mapped_address): Likewise.
391 (simple_overlay_update_1): Likewise.
392 (simple_overlay_update): Likewise.
393 * symtab.c (symbol_find_demangled_name): Likewise.
394 (search_symbols): Likewise.
395 * target-descriptions.c (tdesc_predefined_type): Likewise.
396 * target.c (target_commit_resume): Likewise.
397 * thread.c (print_selected_thread_frame): Likewise.
398 * top.c (new_ui_command): Likewise.
399 (gdb_readline_no_editing): Likewise.
400 * tracefile-tfile.c (tfile_open): Likewise.
401 * tracepoint.c (create_tsv_from_upload): Likewise.
402 * utils.c (quit): Likewise.
403 (defaulted_query): Likewise.
404 * valarith.c (value_concat): Likewise.
405 * xml-syscall.c (xml_list_syscalls_by_group): Likewise.
406 * xml-tdesc.c (target_fetch_description_xml): Likewise.
407 * xtensa-tdep.c (xtensa_pseudo_register_read): Likewise.
408 (xtensa_pseudo_register_write): Likewise.
409
410 2017-12-04 Tom Tromey <tom@tromey.com>
411
412 * NEWS: Mention Rust trait object inspection.
413
414 2017-12-04 Pedro Alves <palves@redhat.com>
415
416 PR gdb/22499
417 * amd64-tdep.c (amd64_insn::rex_offset): Rename to...
418 (amd64_insn::enc_prefix_offset): ... this, and tweak comment.
419 (vex2_prefix_p, vex3_prefix_p): New functions.
420 (amd64_get_insn_details): Adjust to rename. Also skip VEX2 and
421 VEX3 prefixes.
422 (fixup_riprel): Set VEX3.!B.
423
424 2017-12-03 Simon Marchi <simon.marchi@ericsson.com>
425
426 * target.h (mem_region_vector): Remove.
427 (struct target_ops) <to_memory_map>: Change return type to
428 std::vector<mem_region>.
429 * target-debug.h (target_debug_print_mem_region_vector): Rename
430 to ...
431 (target_debug_print_std_vector_mem_region): ... this.
432 * target-delegates.c: Re-generate.
433
434 2017-12-03 Pedro Alves <palves@redhat.com>
435
436 * make-target-delegates (munge_type): Also munge '<', '>', and
437 ':'. Avoid double underscores in identifiers, and trailing
438 underscores.
439 * target-debug.h
440 (target_debug_print_VEC_static_tracepoint_marker_p__p): Rename to
441 ...
442 (target_debug_print_VEC_static_tracepoint_marker_p_p): ... this.
443 * target-delegates.c: Regenerate.
444
445 2017-12-02 Simon Marchi <simon.marchi@polymtl.ca>
446
447 * common/poison.h (XDELETE): Fix typo.
448
449 2017-12-01 Andrew Cagney <cagney@redhat.com>
450 Joel Brobecker <brobecker@adacore.com>
451 Sergio Durigan Junior <sergiodj@redhat.com>
452
453 * NEWS (Changes since GDB 8.0: Mention new '--readnever'
454 feature.
455 * coffread.c (coff_symfile_read): Do not map over sections with
456 'coff_locate_sections' if readnever is on.
457 * dwarf2read.c (dwarf2_has_info): Return 0 if
458 readnever is on.
459 * elfread.c (elf_symfile_read): Do not map over sections with
460 'elf_locate_sections' if readnever is on.
461 * main.c (validate_readnow_readnever): New function.
462 (captured_main_1): Add support for --readnever.
463 (print_gdb_help): Document --readnever.
464 * objfile-flags.h (enum objfile_flag) <OBJF_READNEVER>: New
465 flag.
466 * symfile.c (readnever_symbol_files): New global.
467 (symbol_file_add_with_addrs): Set 'OBJF_READNEVER' when
468 'READNEVER_SYMBOL_FILES' is set.
469 (validate_readnow_readnever): New function.
470 (symbol_file_command): Handle '-readnever' option.
471 Call 'validate_readnow_readnever'.
472 (add_symbol_file_command): Handle '-readnever' option.
473 Call 'validate_readnow_readnever'.
474 (_initialize_symfile): Document new '-readnever' option for
475 both 'symbol-file' and 'add-symbol-file' commands.
476 * top.h (readnever_symbol_files): New extern global.
477 * xcoffread.c (xcoff_initial_scan): Do not read debug
478 information if readnever is on.
479
480 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
481
482 * symfile.c (symbol_file_command): Call
483 'symbol_file_add_main_1' only after processing all command
484 line options.
485 (add_symbol_file_command): Modify logic to make arguments
486 position-independent.
487
488 2017-12-01 Joel Brobecker <brobecker@adacore.com>
489
490 * ada-lang.c (symbol_list_obstack): Delete.
491 (resolve_subexp): Make sure "candidates" gets xfree'ed.
492 (ada_lookup_symbol_list_worker): Remove the limitation that
493 the result is only good until the next call, now making it
494 the responsibility of the caller to free the result when no
495 longer needed. Adjust the function's intro comment accordingly.
496 (ada_lookup_symbol_list): Adjust the function's intro comment.
497 (ada_iterate_over_symbols): Make sure "results" gets xfree'ed.
498 (ada_lookup_encoded_symbol, get_var_value): Likewise.
499 (_initialize_ada_language): Remove symbol_list_obstack
500 initialization.
501 * ada-exp.y (block_lookup): Make sure "syms" gets xfree'ed.
502 (write_var_or_type, write_name_assoc): Likewise.
503
504 2017-12-01 Tom Tromey <tom@tromey.com>
505
506 * Makefile.in (all_deps_files): New variable.
507 Include .Po files using all_deps_files.
508
509 2017-12-01 Joel Brobecker <brobecker@adacore.com>
510
511 * MAINTAINERS: Update list of maintainers, moving those who
512 stepped down or became inactive to the "Past Maintainers"
513 section.
514
515 2017-11-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
516
517 * configure.ac Don't check for sys/fault.h, sys/syscall.h,
518 sys/proc.h.
519 (NEW_PROC_API): Remove.
520 (prsysent_t, pr_sigset_t, pr_sigaction64_t, pr_siginfo64_t):
521 Likewise.
522 * common/common.m4 (GDB_AC_COMMON): Don't check for sys/syscall.h.
523 * configure: Regenerate.
524 * config.in: Regenerate.
525 * gdbserver/configure: Regenerate.
526 * gdbserver/config.in: Regenerate.
527
528 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Remove
529 NEW_PROC_API test.
530 * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Likewise.
531
532 * linux-btrace.c: Remove HAVE_SYS_SYSCALL_H test.
533
534 * proc-api.c: Remove !NEW_PROC_API support.
535 Remove HAVE_SYS_PROC_H and HAVE_SYS_USER_H tests.
536 Remove tests for macros always defined on Solaris.
537 * proc-events.c: Remove !NEW_PROC_API support.
538 Remove Remove HAVE_SYS_SYSCALL_H, HAVE_SYS_PROC_H and
539 HAVE_SYS_USER_H tests.
540 (init_syscall_table): Remove non-Solaris syscalls.
541 Remove tests for syscalls present on all Solaris versions.
542 Add missing Solaris 10+ syscalls.
543 (signal_table): Remove non-Solaris signals.
544 Remove tests for signals present on all Solaris versions.
545 (fault_table): Remove non-Solaris faults.
546 Remove tests for faults present on all Solaris versions.
547 * proc-flags.c: Remove !NEW_PROC_API support.
548 (pr_flag_table): Remove non-Solaris and pre-Solaris 7 comments.
549 Remove non-Solaris flags.
550 * proc-why.c: Remove !NEW_PROC_API support.
551 (pr_why_table): Remove meaningless comments.
552 Remove tests for reasons present on all Solaris versions.
553 Remove OSF/1 cases.
554 (proc_prettyfprint_why): Likewise.
555
556 * procfs.c: Remove !NEW_PROC_API and DYNAMIC_SYSCALLS support.
557 Remove HAVE_SYS_FAULT_H and HAVE_SYS_SYSCALL_H tests.
558 Remove WA_READ test, IRIX watchpoint support.
559 (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t): Replace by base
560 types. Change users.
561 (gdb_praddset, gdb_prdelset, gdb_premptysysset, gdb_praddsysset)
562 (gdb_prdelset, gdb_pr_issyssetmember): Replace by base macros.
563 Change callers.
564 Remove CTL_PROC_NAME_FMT tests.
565 (gdb_prstatus_t, gdb_lwpstatus_t): Replace by base types. Change
566 users.
567 (sysset_t_size): Remove. Use sizeof (sysset_t) in callers.
568 Remove PROCFS_DONT_PIOCSSIG_CURSIG support.
569 (proc_modify_flag): Replace GDBRESET by PCUNSET.
570 Remove PR_ASYNC, PR_KLC tests.
571 (proc_unset_inherit_on_fork): Remove PR_ASYNC test.
572 (proc_parent_pid): Remove PCWATCH etc. tests.
573 (proc_set_watchpoint): Remove !PCWATCH && !PIOCSWATCH support.
574 Remove PCAGENT test.
575 (proc_get_nthreads) [PIOCNTHR && PIOCTLIST]: Remove.
576 Remove SYS_lwpcreate || SYS_lwp_create test.
577 (proc_get_current_thread): Likewise.
578 [PIOCNTHR && PIOCTLIST]: Remove.
579 [PIOCLSTATUS]: Remove.
580 (procfs_debug_inferior): Remove non-Solaris cases, conditionals.
581 [PRFS_STOPEXEC]: Remove.
582 (syscall_is_lwp_exit): Remove non-Solaris cases, conditionals.
583 (syscall_is_exit): Likewise.
584 (syscall_is_exec): Likewise.
585 (syscall_is_lwp_create): Likewise.
586 Remove SYS_syssgi support.
587 (procfs_wait): Remove PR_ASYNC, !PIOCSSPCACT tests.
588 [SYS_syssgi]: Remove.
589 Remove non-Solaris cases, conditionals.
590 (unconditionally_kill_inferior) [PROCFS_NEED_PIOCSSIG_FOR_KILL]:
591 Remove.
592 (procfs_init_inferior) [SYS_syssgi]: Remove.
593 (procfs_set_exec_trap) [PRFS_STOPEXEC]: Remove.
594 (procfs_inferior_created) [SYS_syssgi]: Remove.
595 (procfs_set_watchpoint): Remove !AIX5 test.
596 (procfs_stopped_by_watchpoint): Remove FLTWATCH test, FLTKWATCH
597 case.
598 (mappingflags) [MA_PHYS]: Remove.
599 (info_mappings_callback): Remove PCAGENT test.
600 Remove PIOCOPENLWP || PCAGENT test.
601
602 2017-11-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
603
604 * sol-thread.c (info_solthreads): Constify args.
605 Cast args to void *.
606
607 2017-11-29 John Baldwin <jhb@FreeBSD.org>
608
609 * target-float.c [HAVE_LIBMPFR]: Define MPFR_USE_INTMAX_T.
610
611 2017-11-29 Joel Brobecker <brobecker@adacore.com>
612
613 * ada-lang.c (to_fixed_range_type): Make sure that the size
614 of the range type being returned is the same as the size
615 of the range type being fixed.
616
617 2017-11-29 Pedro Alves <palves@redhat.com>
618
619 PR c++/19436
620 * NEWS: Mention setting breakpoints on functions with C++ ABI
621 tags.
622 * completer.h (completion_match_for_lcd) <match,
623 mark_ignored_range>: New methods.
624 <finish>: Consider ignored ranges.
625 <clear>: Clear ignored ranges.
626 <m_ignored_ranges, m_finished_storage>: New fields.
627 * cp-support.c (cp_search_name_hash): Ignore ABI tags.
628 (cp_symbol_name_matches_1, cp_fq_symbol_name_matches): Pass the
629 completion_match_for_lcd pointer to strncmp_iw_with_mode.
630 (test_cp_symbol_name_cmp): Add [abi:...] tags unit tests.
631 * language.c (default_symbol_name_matcher): Pass the
632 completion_match_for_lcd pointer to strncmp_iw_with_mode.
633 * linespec.c (linespec_lexer_lex_string): Don't tokenize ABI tags.
634 * utils.c (skip_abi_tag): New function.
635 (strncmp_iw_with_mode): Add completion_match_for_lcd parameter.
636 Handle ABI tags.
637 * utils.h (strncmp_iw_with_mode): Add completion_match_for_lcd
638 parameter.
639
640 2017-11-29 Pedro Alves <palves@redhat.com>
641
642 PR c++/19436
643 * NEWS: Mention setting breakpoints on functions with C++ ABI
644 tags.
645 * completer.h (completion_match_for_lcd) <match,
646 mark_ignored_range>: New methods.
647 <finish>: Consider ignored ranges.
648 <clear>: Clear ignored ranges.
649 <m_ignored_ranges, m_finished_storage>: New fields.
650 * cp-support.c (cp_search_name_hash): Ignore ABI tags.
651 (cp_symbol_name_matches_1, cp_fq_symbol_name_matches): Pass the
652 completion_match_for_lcd pointer to strncmp_iw_with_mode.
653 (test_cp_symbol_name_cmp): Add [abi:...] tags unit tests.
654 * language.c (default_symbol_name_matcher): Pass the
655 completion_match_for_lcd pointer to strncmp_iw_with_mode.
656 * linespec.c (linespec_lexer_lex_string): Don't tokenize ABI tags.
657 * utils.c (skip_abi_tag): New function.
658 (strncmp_iw_with_mode): Add completion_match_for_lcd parameter.
659 Handle ABI tags.
660 * utils.h (strncmp_iw_with_mode): Add completion_match_for_lcd
661 parameter.
662
663 2017-11-29 Pedro Alves <palves@redhat.com>
664
665 * NEWS: Mention that breakpoints on C++ functions are now set on
666 on all namespaces/classes by default, and mention "break
667 -qualified".
668 * ax-gdb.c (agent_command_1): Adjust to pass a
669 symbol_name_match_type to new_linespec_location.
670 * breakpoint.c (parse_breakpoint_sals): Adjust to
671 get_linespec_location's return type change.
672 (strace_marker_create_sals_from_location): Adjust to pass a
673 symbol_name_match_type to new_linespec_location.
674 (strace_marker_decode_location): Adjust to get_linespec_location's
675 return type change.
676 (strace_command): Adjust to pass a symbol_name_match_type to
677 new_linespec_location.
678 (LOCATION_HELP_STRING): Add paragraph about wildmatching, and
679 mention "-qualified".
680 * c-lang.c (cplus_language_defn): Install cp_search_name_hash.
681 * completer.c (explicit_location_match_type::MATCH_QUALIFIED): New
682 enumerator.
683 (complete_address_and_linespec_locations): New parameter
684 'match_type'. Pass it down.
685 (explicit_options): Add "-qualified".
686 (collect_explicit_location_matches): Pass the requested match type
687 to the linespec completers. Handle MATCH_QUALIFIED.
688 (location_completer): Handle "-qualified" combined with linespecs.
689 * cp-support.c (cp_search_name_hash): New.
690 (cp_symbol_name_matches_1): Implement wild matching for C++.
691 (cp_fq_symbol_name_matches): Reimplement.
692 (cp_get_symbol_name_matcher): Return different matchers depending
693 on the lookup name's match type.
694 (selftests::test_cp_symbol_name_matches): Add wild matching tests.
695 * cp-support.h (cp_search_name_hash): New declaration.
696 * dwarf2read.c
697 (selftests::dw2_expand_symtabs_matching::test_symbols): Add
698 symbols.
699 (test_dw2_expand_symtabs_matching_symbol): Add wild matching
700 tests.
701 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Adjust to
702 pass a symbol_name_match_type to new_linespec_location.
703 * linespec.c (linespec_parse_basic): Lookup function symbols using
704 the parser's symbol name match type.
705 (convert_explicit_location_to_linespec): New
706 symbol_name_match_type parameter. Pass it down to
707 find_linespec_symbols.
708 (convert_explicit_location_to_sals): Pass the location's name
709 match type to convert_explicit_location_to_linespec.
710 (parse_linespec): New match_type parameter. Save it in the
711 parser.
712 (linespec_parser_new): Default to symbol_name_match_type::WILD.
713 (linespec_complete_function): New symbol_name_match_type
714 parameter. Use it.
715 (complete_linespec_component): Pass down the parser's recorded
716 name match type.
717 (linespec_complete_label): New symbol_name_match_type parameter.
718 Use it.
719 (linespec_complete): New symbol_name_match_type parameter. Save
720 it in the parser and pass it down. Adjust to
721 get_linespec_location's prototype change.
722 (find_function_symbols, find_linespec_symbols): New
723 symbol_name_match_type parameter. Pass it down instead of
724 assuming symbol_name_match_type::WILD.
725 * linespec.h (linespec_complete, linespec_complete_function)
726 (linespec_complete_label): New symbol_name_match_type parameter.
727 * location.c (event_location::linespec_location): Now a struct
728 linespec_location.
729 (EL_LINESPEC): Adjust.
730 (initialize_explicit_location): Default to
731 symbol_name_match_type::WILD.
732 (new_linespec_location): New symbol_name_match_type parameter.
733 Record it in the location.
734 (get_linespec_location): Now returns a struct linespec_location.
735 (new_explicit_location): Also copy func_name_match_type.
736 (explicit_to_string_internal)
737 (string_to_explicit_location): Handle "-qualified".
738 (copy_event_location): Adjust to LINESPEC_LOCATION type change.
739 Copy symbol_name_match_type fields.
740 (event_location_deleter::operator()): Adjust to LINESPEC_LOCATION
741 type change.
742 (event_location_to_string): Adjust to LINESPEC_LOCATION type
743 change. Handle "-qualfied".
744 (string_to_explicit_location): Handle "-qualified".
745 (string_to_event_location_basic): New symbol_name_match_type
746 parameter. Pass it down.
747 (string_to_event_location): Handle "-qualified".
748 * location.h (struct linespec_location): New.
749 (explicit_location::func_name_match_type): New field.
750 (new_linespec_location): Now returns a const linespec_location *.
751 (string_to_event_location_basic): New symbol_name_match_type
752 parameter.
753 (explicit_completion_info::saw_explicit_location_option): New
754 field.
755 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Adjust to pass a
756 symbol_name_match_type to new_linespec_location.
757 * python/py-breakpoint.c (bppy_init): Likewise.
758 * python/python.c (gdbpy_decode_line): Likewise.
759
760 2017-11-29 Pedro Alves <palves@redhat.com>
761
762 * ada-lang.c (ada_lookup_name_info::matches): Change type of
763 parameter from completion_match to completion_match_result.
764 Adjust.
765 (do_wild_match, do_full_match, ada_symbol_name_matches): Likewise.
766 * completer.c (completion_tracker::maybe_add_completion): Add
767 match_for_lcd parameter and use it.
768 (completion_tracker::add_completion): Likewise.
769 * completer.h (class completion_match_for_lcd): New class.
770 (completion_match_result::match_for_lcd): New field.
771 (completion_match_result::set_match): New method.
772 (completion_tracker): Add comments.
773 (completion_tracker::add_completion): Add match_for_lcd parameter.
774 (completion_tracker::reset_completion_match_result): Reset
775 match_for_lcd too.
776 (completion_tracker::maybe_add_completion): Add match_for_lcd
777 parameter.
778 (completion_tracker::m_lowest_common_denominator_unique): Extend
779 comments.
780 * cp-support.c (cp_symbol_name_matches_1)
781 (cp_fq_symbol_name_matches): Change type of parameter from
782 completion_match to completion_match_result. Adjust.
783 * language.c (default_symbol_name_matcher): Change type of
784 parameter from completion_match to completion_match_result.
785 Adjust.
786 * language.h (completion_match_for_lcd): Forward declare.
787 (default_symbol_name_matcher): Change type of parameter from
788 completion_match to completion_match_result.
789 * symtab.c (compare_symbol_name): Adjust.
790 (completion_list_add_name): Pass the match_for_lcd to the tracker.
791 * symtab.h (ada_lookup_name_info::matches): Change type of
792 parameter from completion_match to completion_match_result.
793 (symbol_name_matcher_ftype): Likewise, and update comments.
794
795 2017-11-29 Pedro Alves <palves@redhat.com>
796
797 * linespec.c (minsym_found, add_minsym): Use msymbol_is_function.
798 * minsyms.c (msymbol_is_text): Delete.
799 (msymbol_is_function): New function.
800 * minsyms.h (msymbol_is_text): Delete.
801 (msymbol_is_function): New declaration.
802 * symtab.c (find_function_alias_target): Use msymbol_is_function.
803
804 2017-11-29 Tom Tromey <tom@tromey.com>
805
806 * Makefile.in (distclean): Handle the case where rmdir fails.
807
808 2017-11-29 Tom Tromey <tom@tromey.com>
809
810 * symfile.c (_initialize_symfile): Update usage text for
811 add-symbol-file, symbol-file, load.
812
813 2017-11-29 Tom Tromey <tom@tromey.com>
814
815 * symfile.c (add_symbol_file_command): Error if some arguments to
816 -s are missing. Change unrecognized-argument error message.
817 (_initialize_symfile): Fix usage text for add-symbol-file.
818
819 2017-11-27 Tom Tromey <tom@tromey.com>
820
821 * Makefile.in (REMOTE_OBS): Remove.
822 (SFILES): Remove remote sources.
823 (COMMON_SFILES): Add remote sources.
824 (ALLDEPFILES): Remove dcache.c.
825
826 2017-11-27 Tom Tromey <tom@tromey.com>
827
828 * Makefile.in (SUBDIR_TARGET_SRCS, SUBDIR_TARGET_OBS): New
829 variables.
830 (SFILES): Use SUBDIR_TARGET_SRCS.
831 (COMMON_OBS): Use SUBDIR_TARGET_OBS. Remove waitstatus.o.
832 (CONFIG_SRC_SUBDIR): Add target.
833 (%.o): Remove target rule.
834
835 2017-11-27 Tom Tromey <tom@tromey.com>
836
837 * Makefile.in (COMMON_OBS): Remove filename-seen-cache.o,
838 registry.o, thread-fsm.o, debug.o.
839 (COMMON_SFILES): Add filename-seen-cache.c, registry.c,
840 thread-fsm.c, debug.c.
841
842 2017-11-27 Tom Tromey <tom@tromey.com>
843
844 * Makefile.in (COMMON_SFILES): New.
845 (SFILES): Move some entries to COMMON_SFILES.
846 (COMMON_OBS): Use COMMON_SFILES.
847
848 2017-11-27 Tom Tromey <tom@tromey.com>
849
850 * Makefile.in (YYFILES): Update comment.
851 (YYOBJ): Redefine.
852
853 2017-11-27 Tom Tromey <tom@tromey.com>
854
855 * Makefile.in (SUBDIR_PYTHON_OBS): Redefine.
856 (CONFIG_SRC_SUBDIR): Add python.
857 (%.o): Remove python rule.
858 (python/%.o): New rule.
859 * configure: Rebuild.
860 * configure.ac (CONFIG_OBS): Refer to python/python.o
861
862 2017-11-27 Tom Tromey <tom@tromey.com>
863
864 * configure: Rebuild.
865 * configure.ac (CONFIG_OBS): Refer to guile/guile.o.
866 * Makefile.in (SUBDIR_GUILE_OBS): Redefine.
867 (CONFIG_SRC_SUBDIR): Add guile.
868 (%.o): Remove guile rule.
869
870 2017-11-27 Tom Tromey <tom@tromey.com>
871
872 * Makefile.in (SUBDIR_UNITTESTS_OBS): Redefine.
873 (%.o): Remove unittests rule.
874 (CONFIG_SRC_SUBDIR): Add unittests.
875
876 2017-11-27 Tom Tromey <tom@tromey.com>
877
878 * Makefile.in (SUBDIR_TUI_OBS): Redefine.
879 (CONFIG_SRC_SUBDIR): Add tui.
880 (%.o): Remove tui rule.
881
882 2017-11-27 Tom Tromey <tom@tromey.com>
883
884 * Makefile.in (SUBDIR_GCC_COMPILE_OBS): Redefine.
885 (%.o): Remove compile rule.
886 (CONFIG_SRC_SUBDIR): Add compile.
887
888 2017-11-27 Tom Tromey <tom@tromey.com>
889
890 * Makefile.in (SUBDIR_MI_OBS): Redefine.
891 (%.o): Remove mi rule.
892 (CONFIG_SRC_SUBDIR): Add mi.
893 (COMMON_OBS): Use mi/mi-common.o
894
895 2017-11-27 Tom Tromey <tom@tromey.com>
896
897 * Makefile.in (SUBDIR_CLI_OBS): Redefine.
898 (%.o): Remove cli rule.
899 (CONFIG_SRC_SUBDIR): Add cli.
900
901 2017-11-27 Tom Tromey <tom@tromey.com>
902
903 * configure.ac (CONFIG_SRC_SUBDIR): Don't subst.
904 * configure: Rebuild.
905 * Makefile.in (CONFIG_SRC_SUBDIR): Redefine.
906 (CONFIG_DEP_SUBDIR): New variable.
907 (%.o): Add order-only dependency.
908 ($(CONFIG_DEP_SUBDIR)): New target.
909
910 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
911
912 PR gdb/21945
913 * findcmd.c (_initialize_mem_search): Update find command help
914 text.
915
916 2017-11-26 Simon Marchi <simon.marchi@polymtl.ca>
917
918 * python/python.c (do_start_initialization): Change progname
919 type to gdb::unique_xmalloc_ptr. Release the pointer when using
920 Python 2.
921
922 2017-11-26 Tom Tromey <tom@tromey.com>
923
924 * common/format.h: Add include guards.
925
926 2017-11-26 Tom Tromey <tom@tromey.com>
927
928 * nat/linux-personality.h (class
929 maybe_disable_address_space_randomization): New class.
930 (maybe_disable_address_space_randomization): Don't declare
931 function.
932 * nat/linux-personality.c (restore_personality)
933 (make_disable_asr_cleanup): Remove.
934 (maybe_disable_address_space_randomization): Now a constructor.
935 (~maybe_disable_address_space_randomization): New destructor.
936 * linux-nat.c (linux_nat_create_inferior): Update.
937
938 2017-11-26 Tom Tromey <tom@tromey.com>
939
940 * gcore.c (write_gcore_file_1): Use gdb::unique_xmalloc_ptr.
941
942 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
943
944 * spu-tdep.c (spu_software_single_step): Access SPU_LSLR_REGNUM as
945 "cooked" register. Access only first four bytes of branch target
946 registers.
947
948 2017-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
949
950 PR gdb/22491
951 * stap-probe.c (relocate_address): New function.
952 (stap_probe::get_relocated_address): Use 'relocate_address'.
953 (stap_probe::set_semaphore): Use 'relocate_address' and pass
954 'm_sem_addr'.
955 (stap_probe::clear_semaphore): Likewise.
956
957 2017-11-25 Pedro Alves <palves@redhat.com>
958
959 * dictionary.c: Include "safe-ctype.h".
960 * minsyms.c: Include "safe-ctype.h".
961 * minsyms.c (SYMBOL_HASH_NEXT): Use TOLOWER instead of tolower.
962
963 2017-11-25 Pedro Alves <palves@redhat.com>
964
965 * completer.c (complete_line_internal_1): Skip spaces until the
966 start of the command.
967
968 2017-11-24 Pedro Alves <palves@redhat.com>
969
970 * cp-support.c (cp_symbol_name_matches_1): New, factored out from
971 cp_fq_symbol_name_matches. Pass language_cplus to
972 strncmp_with_mode.
973 (cp_fq_symbol_name_matches): Call cp_symbol_name_matches_1.
974 (selftests::test_cp_symbol_name_cmp): New.
975 (_initialize_cp_support): Register "cp_symbol_name_matches"
976 selftests.
977 * language.c (default_symbol_name_matcher): Pass language_minimal
978 to strncmp_iw_with_mode.
979 * utils.c: Include "cp-support.h" and <algorithm>.
980 (valid_identifier_name_char, cp_skip_operator_token, skip_ws)
981 (cp_is_operator): New functions.
982 (strncmp_iw_with_mode): Use them. Add language parameter. Don't
983 skip whitespace in the symbol name when the lookup name doesn't
984 have spaces, and vice versa.
985 (strncmp_iw, strcmp_iw): Pass language to strncmp_iw_with_mode.
986 * utils.h (strncmp_iw_with_mode): Add language parameter.
987
988 2017-11-24 Joel Brobecker <brobecker@adacore.com>
989
990 * ada-lang.c (ada_exception_message_1, ada_exception_message):
991 New functions.
992 (print_it_exception): If available, display the exception
993 message as well.
994 * NEWS: Document new feature.
995
996 2017-11-24 Ulrich Weigand <uweigand@de.ibm.com>
997
998 * configure.nat <spu-linux>: Add fork-inferior.o to NATDEPFILES.
999
1000 2017-11-24 Philipp Rudo <prudo@linux.vnet.ibm.com>
1001
1002 * dtrace-probe.c (dtrace_probe::build_arg_exprs)
1003 (dtrace_probe::is_enabled, dtrace_probe::enable)
1004 (dtrace_probe::disable): Remove keyword 'struct' at for-range
1005 variable
1006 * probe.c (gen_ui_out_table_header_info)
1007 (print_ui_out_not_applicables): Remove keyword 'struct' at
1008 for-range variable
1009
1010 2017-11-24 Alan Hayward <alan.hayward@arm.com>
1011
1012 * configure.tgt: Add arch/aarch64.o
1013
1014 2017-11-24 Simon Marchi <simon.marchi@polymtl.ca>
1015
1016 * common/common-utils.h: Include poison.h.
1017 (xfree): Remove declaration, add definition with static_assert.
1018 * common/common-utils.c (xfree): Remove.
1019 * common/poison.h (IsMallocatable): Define.
1020 (IsFreeable): Define.
1021 (free): Delete for non-freeable types.
1022 (xnew): New.
1023 (XNEW): Undef and redefine.
1024 (xcnew): New.
1025 (XCNEW): Undef and redefine.
1026 (xdelete): New.
1027 (XDELETE): Undef and redefine.
1028 (xnewvec): New.
1029 (XNEWVEC): Undef and redefine.
1030 (xcnewvec): New.
1031 (XCNEWVEC): Undef and redefine.
1032 (xresizevec): New.
1033 (XRESIZEVEC): Undef and redefine.
1034 (xdeletevec): New.
1035 (XDELETEVEC): Undef and redefine.
1036 (xnewvar): New.
1037 (XNEWVAR): Undef and redefine.
1038 (xcnewvar): New.
1039 (XCNEWVAR): Undef and redefine.
1040 (xresizevar): New.
1041 (XRESIZEVAR): Undef and redefine.
1042
1043 2017-11-24 Simon Marchi <simon.marchi@polymtl.ca>
1044
1045 * gdbthread.h (private_thread_info): Define structure type, add
1046 virtual pure destructor.
1047 (thread_info) <priv>: Change type to unique_ptr.
1048 <private_dtor>: Remove.
1049 * thread.c (add_thread_with_info): Adjust to use of unique_ptr.
1050 (private_thread_info::~private_thread_info): Provide default
1051 implementation.
1052 (thread_info::~thread_info): Don't call private_dtor nor
1053 manually free priv.
1054 * aix-thread.c (private_thread_info): Rename to ...
1055 (aix_thread_info): ... this.
1056 (get_aix_thread_info): New.
1057 (sync_threadlists): Adjust.
1058 (iter_tid): Adjust.
1059 (aix_thread_resume): Adjust.
1060 (aix_thread_fetch_registers): Adjust.
1061 (aix_thread_store_registers): Adjust.
1062 (aix_thread_extra_thread_info): Adjust.
1063 * darwin-nat.h (private_thread_info): Rename to ...
1064 (darwin_thread_info): ... this.
1065 (get_darwin_thread_info): New.
1066 * darwin-nat.c (darwin_init_thread_list): Adjust.
1067 (darwin_check_new_threads): Adjust.
1068 (thread_info_from_private_thread_info): Adjust.
1069 * linux-thread-db.c (private_thread_info): Rename to ...
1070 (thread_db_thread_info): ... this, initialize fields.
1071 (get_thread_db_thread_info): New.
1072 <dying>: Change type to bool.
1073 (update_thread_state): Adjust to type rename.
1074 (record_thread): Adjust to type rename an use of unique_ptr.
1075 (thread_db_pid_to_str): Likewise.
1076 (thread_db_extra_thread_info): Likewise.
1077 (thread_db_thread_handle_to_thread_info): Likewise.
1078 (thread_db_get_thread_local_address): Likewise.
1079 * nto-tdep.h (private_thread_info): Rename to ...
1080 (nto_thread_info): ... this, initialize fields.
1081 (get_nto_thread_info): New.
1082 <name>: Change type to std::string.
1083 * nto-tdep.c (nto_extra_thread_info): Adjust to type rename and
1084 use of unique_ptr.
1085 * nto-procfs.c (update_thread_private_data_name): Adjust to
1086 std::string change, allocate nto_private_thread_info with new.
1087 (update_thread_private_data): Adjust to unique_ptr.
1088 * remote.c (private_thread_info): Rename to ...
1089 (remote_thread_info): ... this, initialize data members with
1090 default values.
1091 <extra, name>: Change type to std::string.
1092 <thread_handle>: Change type to non-pointer.
1093 (free_private_thread_info): Remove.
1094 (get_private_info_thread): Rename to...
1095 (get_remote_thread_info): ... this, change return type, adjust to
1096 use of unique_ptr, use remote_thread_info constructor.
1097 (remote_add_thread): Adjust.
1098 (get_private_info_ptid): Rename to...
1099 (get_remote_thread_info): ...this, change return type.
1100 (remote_thread_name): Use get_remote_thread_info, adjust to
1101 change to std::string.
1102 (struct thread_item) <~thread_item>: Remove.
1103 <thread_handle>: Make non pointer.
1104 (start_thread): Adjust to thread_item::thread_handle type
1105 change.
1106 (remote_update_thread_list): Adjust to type name change, move
1107 strings from temporary to long-lived object instead of
1108 duplicating.
1109 (remote_threads_extra_info): Use get_remote_thread_info.
1110 (process_initial_stop_replies): Likewise.
1111 (resume_clear_thread_private_info): Likewise.
1112 (remote_resume): Adjust to type name change.
1113 (remote_commit_resume): Use get_remote_thread_info.
1114 (process_stop_reply): Adjust to type name change.
1115 (remote_stopped_by_sw_breakpoint): Use get_remote_thread_info.
1116 (remote_stopped_by_hw_breakpoint): Likewise.
1117 (remote_stopped_by_watchpoint): Likewise.
1118 (remote_stopped_data_address): Likewise.
1119 (remote_core_of_thread): Likewise.
1120 (remote_thread_handle_to_thread_info): Use
1121 get_private_info_thread, adjust to thread_handle field type
1122 change.
1123
1124 2017-11-24 Simon Marchi <simon.marchi@polymtl.ca>
1125
1126 * remote.c (struct thread_item): Add constructor, disable copy
1127 construction and copy assignment, define default move
1128 construction and move assignment.
1129 <extra, name>: Change type to std::string.
1130 <core>: Initialize.
1131 <thread_handle>: Make non-pointer.
1132 (thread_item_t): Remove typedef.
1133 (DEF_VEC_O(thread_item_t)): Remove.
1134 (threads_listing_context) <contains_thread>: New method.
1135 <remove_thread>: New method.
1136 <items>: Change type to std::vector.
1137 (clear_threads_listing_context): Remove.
1138 (threads_listing_context_remove): Remove.
1139 (remote_newthread_step): Use thread_item constructor, adjust to
1140 change to std::vector.
1141 (start_thread): Use thread_item constructor, adjust to change to
1142 std::vector.
1143 (end_thread): Adjust to change to std::vector and std::string.
1144 (remote_get_threads_with_qthreadinfo): Use thread_item
1145 constructor, adjust to std::vector.
1146 (remote_update_thread_list): Adjust to change to std::vector and
1147 std::string, use threads_listing_context methods.
1148 (remove_child_of_pending_fork): Adjust.
1149 (remove_new_fork_children): Adjust.
1150 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add rsp-low-selftests.c.
1151 (SUBDIR_UNITTESTS_OBS): Add rsp-low-selftests.o.
1152 * unittests/rsp-low-selftests.c: New file.
1153 * common/rsp-low.h: Include common/byte-vector.h.
1154 (hex2bin): New overload.
1155 * common/rsp-low.c (hex2bin): New overload.
1156
1157 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1158
1159 * inferior.h (private_inferior): Define structure type, add
1160 virtual pure destructor.
1161 (inferior) <priv>: Change type to unique_ptr.
1162 * inferior.c (private_inferior::~private_inferior): Provide
1163 default implementation.
1164 (inferior::~inferior): Don't free priv field.
1165 (exit_inferior_1): Likewise.
1166 * darwin-nat.h (struct darwin_exception_info): Initialize fields.
1167 (darwin_exception_info): Remove typedef.
1168 (DEF_VEC_O (darwin_thread_t)); Remove.
1169 (private_inferior): Rename to ...
1170 (darwin_private_inferior): ... this, extend private_inferior.
1171 (get_darwin_inferior): New.
1172 <threads>: Change type to std::vector of darwin_thread_t pointers.
1173 * darwin-nat.c (darwin_check_new_threads): Adjust.
1174 (find_inferior_task_it): Adjust.
1175 (darwin_find_thread); Adjust.
1176 (darwin_suspend_inferior): Adjust.
1177 (darwin_resume_inferior): Adjust.
1178 (darwin_find_new_inferior): Adjust.
1179 (darwin_decode_notify_message): Adjust.
1180 (darwin_send_reply): Adjust.
1181 (darwin_resume_inferior_threads): Adjust.
1182 (darwin_suspend_inferior_threads): Adjust.
1183 (darwin_decode_message): Adjust.
1184 (darwin_wait): Adjust.
1185 (darwin_interrupt): Adjust.
1186 (darwin_deallocate_threads): Adjust.
1187 (darwin_mourn_inferior): Adjust, don't free private data.
1188 (darwin_reply_to_all_pending_messages): Adjust.
1189 (darwin_stop_inferior): Adjust.
1190 (darwin_setup_exceptions): Adjust.
1191 (darwin_kill_inferior): Adjust.
1192 (darwin_setup_request_notification): Adjust.
1193 (darwin_attach_pid): Adjust.
1194 (darwin_init_thread_list): Adjust.
1195 (darwin_setup_fake_stop_event): Adjust.
1196 (darwin_attach): Adjust.
1197 (darwin_detach): Adjust.
1198 (darwin_xfer_partial): Adjust.
1199 (set_enable_mach_exceptions): Adjust.
1200 (darwin_pid_to_exec_file): Adjust.
1201 (darwin_get_ada_task_ptid): Adjust.
1202 * darwin-nat-info.c (get_task_from_args): Adjust.
1203 (info_mach_ports_command): Adjust.
1204 (info_mach_region_command): Adjust.
1205 (info_mach_exceptions_command): Adjust.
1206 * remote.c (private_inferior): Rename to ...
1207 (remote_private_inferior): ... this, initialize fields.
1208 (get_remote_inferior); New.
1209 (remote_commit_resume): Use get_remote_inferior.
1210 (check_pending_event_prevents_wildcard_vcont_callback): Likewise.
1211
1212 2017-11-24 Pedro Alves <palves@redhat.com>
1213
1214 * NEWS: Mention linespecs and explicit locations, and completion
1215 improvements.
1216
1217 2017-11-24 Yao Qi <yao.qi@linaro.org>
1218
1219 * regcache.c (regcache::dump): Remove footnote_register_size.
1220
1221 2017-11-24 Yao Qi <yao.qi@linaro.org>
1222
1223 * regcache.c (cooked_read_test): Add more test for readonly
1224 regcache.
1225
1226 2017-11-24 Yao Qi <yao.qi@linaro.org>
1227
1228 * gdbarch-selftests.c (test_target_has_registers): Move it to
1229 target.c.
1230 (test_target_has_stack): Likewise.
1231 (test_target_has_memory): Likewise.
1232 (test_target_prepare_to_store): Likewise.
1233 (test_target_store_registers): Likewise.
1234 (test_target_ops): Likewise.
1235 * regcache.c: Include selftest-arch.h and gdbthread.h.
1236 (target_ops_no_register): New class.
1237 (test_target_fetch_registers): New.
1238 (test_target_store_registers): New.
1239 (test_target_xfer_partial): New.
1240 (readwrite_regcache): New.
1241 (cooked_read_test): New.
1242 (_initialize_regcache): Register the test.
1243 * target.c: (test_target_has_registers): Moved from
1244 gdbarch-selftests.c.
1245 (test_target_has_stack): Likewise.
1246 (test_target_has_memory): Likewise.
1247 (test_target_prepare_to_store): Likewise.
1248 (test_target_store_registers): Likewise.
1249 * target.h (test_target_ops): New class.
1250
1251 2017-11-24 Alan Hayward <alan.hayward@arm.com>
1252
1253 * aarch64-tdep.c (_initialize_aarch64_tdep): Add target desc
1254 selftest.
1255
1256 2017-11-24 Alan Hayward <alan.hayward@arm.com>
1257
1258 * aarch64-tdep.c (_initialize_aarch64_tdep): Remove init.
1259 * arch/aarch64.c (aarch64_create_target_description): Create
1260 new target description.
1261 * features/Makefile: Add new files.
1262 * features/aarch64.c: Remove file.
1263 * features/aarch64-core.c: New autogenerated file.
1264 * features/aarch64-fpu.c: New autogenerated file.
1265 * target-descriptions.c (maint_print_c_tdesc_cmd): Check for aarch64.
1266
1267 2017-11-24 Alan Hayward <alan.hayward@arm.com>
1268
1269 * Makefile.in: Add new files.
1270 * aarch64-linux-nat.c (aarch64_linux_read_description): Call
1271 aarch64_read_description.
1272 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
1273 Call aarch64_read_description.
1274 * aarch64-tdep.c (aarch64_read_description): New function.
1275 (aarch64_gdbarch_init): Call aarch64_read_description.
1276 * aarch64-tdep.h (aarch64_read_description): New function.
1277 * arch/aarch64.c: New file.
1278 * configure.tgt: Add new files.
1279
1280 2017-11-24 Yao Qi <yao.qi@linaro.org>
1281
1282 * mi/mi-main.c (register_changed_p): Update.
1283 * value.c (value_contents_bits_eq): Change return type.
1284 (value_contents_eq): Likewise.
1285 * value.h: Update comments.
1286
1287 2017-11-24 Yao Qi <yao.qi@linaro.org>
1288
1289 * mi/mi-main.c (mi_cmd_data_list_changed_registers): Remove
1290 local 'changed'. Remove error.
1291 (register_changed_p): Change return type to bool.
1292
1293 2017-11-24 Yao Qi <yao.qi@linaro.org>
1294
1295 * arch/tic6x.c: New file.
1296 * arch/tic6x.h: New file.
1297 * features/Makefile (FEATURE_XMLFILES): Add tic6x-c6xp.xml,
1298 tic6x-core.xml and tic6x-gp.xml.
1299 * features/tic6x-c6xp.c: Generated.
1300 * features/tic6x-core.c: Generated.
1301 * features/tic6x-gp.c: Generated.
1302 * target-descriptions.c (maint_print_c_tdesc_cmd): Match
1303 "tic6x-".
1304
1305 2017-11-23 Simon Marchi <simon.marchi@ericsson.com>
1306
1307 * mi/mi-main.c (list_available_thread_groups): Change map value
1308 type to std::vector.
1309
1310 2017-11-23 Simon Marchi <simon.marchi@ericsson.com>
1311
1312 * osdata.c (osdata_end_column, get_osdata): Remove std::move.
1313
1314 2017-11-23 Simon Marchi <simon.marchi@ericsson.com>
1315
1316 * varobj.c (struct varobj_dynamic) <children_requested_>: Rename
1317 back to...
1318 <children_requested>: ... this.
1319 (varobj_get_num_children, varobj_update): Adjust.
1320
1321 2017-11-23 Simon Marchi <simon.marchi@ericsson.com>
1322
1323 * ada-varobj.c (ada_value_is_changeable_p): Change int to bool where applicable.
1324 (ada_value_has_mutated): Likewise.
1325 * c-varobj.c (varobj_is_anonymous_child): Likewise.
1326 (c_is_path_expr_parent): Likewise.
1327 * mi/mi-cmd-var.c (varobj_update_one): Likewise.
1328 (mi_cmd_var_set_frozen): Likewise.
1329 (mi_cmd_var_update_iter): Likewise.
1330 (mi_cmd_var_update): Likewise.
1331 * varobj.c (pretty_printing): Likewise.
1332 (varobj_enable_pretty_printing): Likewise.
1333 (struct varobj_root) <floating, is_valid>: Likewise.
1334 (struct varobj_dynamic) <children_requested>: Likewise.
1335 (delete_variable): Likewise.
1336 (delete_variable_1): Likewise.
1337 (install_variable): Likewise.
1338 (update_type_if_necessary): Likewise.
1339 (install_new_value): Likewise.
1340 (value_of_root): Likewise.
1341 (is_root_p): Likewise.
1342 (varobj_create): Likewise.
1343 (varobj_delete): Likewise.
1344 (varobj_has_more): Likewise.
1345 (varobj_set_frozen): Likewise.
1346 (varobj_get_frozen): Likewise.
1347 (install_dynamic_child): Likewise.
1348 (dynamic_varobj_has_child_method): Likewise.
1349 (update_dynamic_varobj_children): Likewise.
1350 (varobj_get_num_children): Likewise.
1351 (varobj_list_children): Likewise.
1352 (is_path_expr_parent): Likewise.
1353 (varobj_default_is_path_expr_parent): Likewise.
1354 (varobj_is_dynamic_p): Likewise.
1355 (varobj_set_value): Likewise.
1356 (varobj_value_has_mutated): Likewise.
1357 (varobj_update): Likewise.
1358 (check_scope): Likewise.
1359 (value_of_root_1): Likewise.
1360 (varobj_value_get_print_value): Likewise.
1361 (varobj_editable_p): Likewise.
1362 (varobj_value_is_changeable_p): Likewise.
1363 (varobj_floating_p): Likewise.
1364 (varobj_default_value_is_changeable_p): Likewise.
1365 (varobj_invalidate_iter): Likewise.
1366 * varobj.h (struct varobj_update_result) <type_changed,
1367 children_changed, changed, value_installed>: Likewise.
1368 (struct varobj) <updated, frozen, not_fetched>: Likewise.
1369 (struct lang_varobj_ops) <value_is_changeable_p,
1370 value_has_mutated, is_path_expr_parent>: Likewise.
1371 (varobj_delete): Likewise.
1372 (varobj_set_frozen): Likewise.
1373 (varobj_get_frozen): Likewise.
1374 (varobj_set_value): Likewise.
1375 (varobj_update): Likewise.
1376 (varobj_editable_p): Likewise.
1377 (varobj_floating_p): Likewise.
1378 (varobj_has_more): Likewise.
1379 (varobj_is_dynamic_p): Likewise.
1380 (varobj_default_value_is_changeable_p): Likewise.
1381 (varobj_value_is_changeable_p): Likewise.
1382 (varobj_is_anonymous_child): Likewise.
1383 (varobj_default_is_path_expr_parent): Likewise.
1384
1385 2017-11-22 Sergio Durigan Junior <sergiodj@redhat.com>
1386
1387 * dtrace-probe.c (struct probe_ops dtrace_probe_ops): Delete.
1388 (struct dtrace_probe_arg) <dtrace_probe_arg>: New constructor.
1389 <type_str>: Convert to 'std::string'.
1390 <expr>: Convert to 'expression_up'.
1391 (dtrace_probe_arg_s): Delete type and VEC.
1392 (dtrace_probe_enabler_s): Likewise.
1393 (struct dtrace_probe): Replace by...
1394 (class dtrace_static_probe_ops): ...this and...
1395 (class dtrace_probe): ...this.
1396 (dtrace_probe_is_linespec): Rename to...
1397 (dtrace_static_probe_ops::is_linespec): ...this. Adjust code
1398 to reflect change.
1399 (dtrace_process_dof_probe): Use 'std::vector' instead of VEC.
1400 Adjust code. Create new instance of 'dtrace_probe'.
1401 (dtrace_build_arg_exprs): Rename to...
1402 (dtrace_probe::build_arg_exprs): ...this. Adjust code to
1403 reflect change.
1404 (dtrace_get_probes): Rename to...
1405 (dtrace_static_probe_ops::get_probes): ...this. Adjust code
1406 to reflect change.
1407 (dtrace_get_arg): Rename to...
1408 (dtrace_probe::get_arg_by_number): ...this. Adjust code to
1409 reflect change.
1410 (dtrace_probe_is_enabled): Rename to...
1411 (dtrace_probe::is_enabled): ...this. Adjust code to reflect
1412 change.
1413 (dtrace_get_probe_address): Rename to...
1414 (dtrace_probe::get_relocated_address): ...this. Adjust code
1415 to reflect change.
1416 (dtrace_get_probe_argument_count): Rename to...
1417 (dtrace_probe::get_argument_count): ...this. Adjust code to
1418 reflect change.
1419 (dtrace_can_evaluate_probe_arguments): Rename to...
1420 (dtrace_probe::can_evaluate_arguments): ...this. Adjust code
1421 to reflect change.
1422 (dtrace_evaluate_probe_argument): Rename to...
1423 (dtrace_probe::evaluate_argument): ...this. Adjust code to
1424 reflect change.
1425 (dtrace_compile_to_ax): Rename to...
1426 (dtrace_probe::compile_to_ax): ...this. Adjust code to
1427 reflect change.
1428 (dtrace_probe_destroy): Delete.
1429 (dtrace_type_name): Rename to...
1430 (dtrace_static_probe_ops::type_name): ...this. Adjust code to
1431 reflect change.
1432 (dtrace_probe::get_static_ops): New method.
1433 (dtrace_gen_info_probes_table_header): Rename to...
1434 (dtrace_static_probe_ops::gen_info_probes_table_header):
1435 ...this. Adjust code to reflect change.
1436 (dtrace_gen_info_probes_table_values): Rename to...
1437 (dtrace_probe::gen_info_probes_table_values): ...this. Adjust
1438 code to reflect change.
1439 (dtrace_enable_probe): Rename to...
1440 (dtrace_probe::enable_probe): ...this. Adjust code to reflect
1441 change.
1442 (dtrace_disable_probe): Rename to...
1443 (dtrace_probe::disable_probe): ...this. Adjust code to reflect
1444 change.
1445 (struct probe_ops dtrace_probe_ops): Delete.
1446 (info_probes_dtrace_command): Call 'info_probes_for_spops'
1447 instead of 'info_probes_for_ops'.
1448 (_initialize_dtrace_probe): Use 'all_static_probe_ops' instead
1449 of 'all_probe_ops'.
1450
1451 2017-11-22 Sergio Durigan Junior <sergiodj@redhat.com>
1452 Simon Marchi <simark@simark.ca>
1453
1454 * stap-probe.c (struct probe_ops stap_probe_ops): Delete
1455 variable.
1456 (struct stap_probe_arg) <stap_probe_arg>: New constructor.
1457 <aexpr>: Change type to 'expression_up'.
1458 (stap_probe_arg_s): Delete type and VEC.
1459 (struct stap_probe): Delete. Replace by...
1460 (class stap_static_probe_ops): ...this and...
1461 (class stap_probe): ...this. Rename variables to add 'm_'
1462 prefix. Do not use 'union' for arguments anymore.
1463 (stap_get_expected_argument_type): Receive probe name instead
1464 of 'struct stap_probe'. Adjust code.
1465 (stap_parse_probe_arguments): Rename to...
1466 (stap_probe::parse_arguments): ...this. Adjust code to
1467 reflect change.
1468 (stap_get_probe_address): Rename to...
1469 (stap_probe::get_relocated_address): ...this. Adjust code
1470 to reflect change.
1471 (stap_get_probe_argument_count): Rename to...
1472 (stap_probe::get_argument_count): ...this. Adjust code
1473 to reflect change.
1474 (stap_get_arg): Rename to...
1475 (stap_probe::get_arg_by_number'): ...this. Adjust code to
1476 reflect change.
1477 (can_evaluate_probe_arguments): Rename to...
1478 (stap_probe::can_evaluate_arguments): ...this. Adjust code
1479 to reflect change.
1480 (stap_evaluate_probe_argument): Rename to...
1481 (stap_probe::evaluate_argument): ...this. Adjust code
1482 to reflect change.
1483 (stap_compile_to_ax): Rename to...
1484 (stap_probe::compile_to_ax): ...this. Adjust code to
1485 reflect change.
1486 (stap_probe_destroy): Delete.
1487 (stap_modify_semaphore): Adjust comment.
1488 (stap_set_semaphore): Rename to...
1489 (stap_probe::set_semaphore): ...this. Adjust code to reflect
1490 change.
1491 (stap_clear_semaphore): Rename to...
1492 (stap_probe::clear_semaphore): ...this. Adjust code to
1493 reflect change.
1494 (stap_probe::get_static_ops): New method.
1495 (handle_stap_probe): Adjust code to create instance of
1496 'stap_probe'.
1497 (stap_get_probes): Rename to...
1498 (stap_static_probe_ops::get_probes): ...this. Adjust code to
1499 reflect change.
1500 (stap_probe_is_linespec): Rename to...
1501 (stap_static_probe_ops::is_linespec): ...this. Adjust code to
1502 reflect change.
1503 (stap_type_name): Rename to...
1504 (stap_static_probe_ops::type_name): ...this. Adjust code to
1505 reflect change.
1506 (stap_gen_info_probes_table_header): Rename to...
1507 (stap_static_probe_ops::gen_info_probes_table_header):
1508 ...this. Adjust code to reflect change.
1509 (stap_gen_info_probes_table_values): Rename to...
1510 (stap_probe::gen_info_probes_table_values): ...this. Adjust
1511 code to reflect change.
1512 (struct probe_ops stap_probe_ops): Delete.
1513 (info_probes_stap_command): Use 'info_probes_for_spops'
1514 instead of 'info_probes_for_ops'.
1515 (_initialize_stap_probe): Use 'all_static_probe_ops' instead
1516 of 'all_probe_ops'.
1517
1518 2017-11-22 Sergio Durigan Junior <sergiodj@redhat.com>
1519
1520 * break-catch-throw.c (fetch_probe_arguments): Use
1521 'probe.prob' instead of 'probe.probe'.
1522 * breakpoint.c (create_longjmp_master_breakpoint): Call
1523 'can_evaluate_arguments' and 'get_relocated_address' methods
1524 from probe.
1525 (create_exception_master_breakpoint): Likewise.
1526 (add_location_to_breakpoint): Use 'sal->prob' instead of
1527 'sal->probe'.
1528 (bkpt_probe_insert_location): Call 'set_semaphore' method from
1529 probe.
1530 (bkpt_probe_remove_location): Likewise, for 'clear_semaphore'.
1531 * elfread.c (elf_get_probes): Use 'static_probe_ops' instead
1532 of 'probe_ops'.
1533 (probe_key_free): Call 'delete' on probe.
1534 (check_exception_resume): Use 'probe.prob' instead of
1535 'probe.probe'.
1536 * location.c (string_to_event_location_basic): Call
1537 'probe_linespec_to_static_ops'.
1538 * probe.c (class any_static_probe_ops): New class.
1539 (any_static_probe_ops any_static_probe_ops): New variable.
1540 (parse_probes_in_pspace): Receive 'static_probe_ops' as
1541 argument. Adjust code to reflect change.
1542 (parse_probes): Use 'static_probe_ops' instead of
1543 'probe_ops'. Adjust code to reflect change.
1544 (find_probes_in_objfile): Call methods to get name and
1545 provider from probe.
1546 (find_probe_by_pc): Use 'result.prob' instead of
1547 'result.probe'. Call 'get_relocated_address' method from
1548 probe.
1549 (collect_probes): Adjust comment and argument list to receive
1550 'static_probe_ops' instead of 'probe_ops'. Adjust code to
1551 reflect change. Call necessary methods from probe.
1552 (compare_probes): Call methods to get name and provider from
1553 probes.
1554 (gen_ui_out_table_header_info): Receive 'static_probe_ops'
1555 instead of 'probe_ops'. Use 'std::vector' instead of VEC,
1556 adjust code accordingly.
1557 (print_ui_out_not_applicables): Likewise.
1558 (info_probes_for_ops): Rename to...
1559 (info_probes_for_spops): ...this. Receive 'static_probe_ops'
1560 as argument instead of 'probe_ops'. Adjust code. Call
1561 necessary methods from probe.
1562 (info_probes_command): Use 'info_probes_for_spops'.
1563 (enable_probes_command): Pass correct argument to
1564 'collect_probes'. Call methods from probe.
1565 (disable_probes_command): Likewise.
1566 (get_probe_address): Move to 'any_static_probe_ops::get_address'.
1567 (get_probe_argument_count): Move to
1568 'any_static_probe_ops::get_argument_count'.
1569 (can_evaluate_probe_arguments): Move to
1570 'any_static_probe_ops::can_evaluate_arguments'.
1571 (evaluate_probe_argument): Move to
1572 'any_static_probe_ops::evaluate_argument'.
1573 (probe_safe_evaluate_at_pc): Use 'probe.prob' instead of
1574 'probe.probe'.
1575 (probe_linespec_to_ops): Rename to...
1576 (probe_linespec_to_static_ops): ...this. Adjust code.
1577 (probe_any_is_linespec): Rename to...
1578 (any_static_probe_ops::is_linespec): ...this.
1579 (probe_any_get_probes): Rename to...
1580 (any_static_probe_ops::get_probes): ...this.
1581 (any_static_probe_ops::type_name): New method.
1582 (any_static_probe_ops::gen_info_probes_table_header): New
1583 method.
1584 (compute_probe_arg): Use 'pc_probe.prob' instead of
1585 'pc_probe.probe'. Call methods from probe.
1586 (compile_probe_arg): Likewise.
1587 (std::vector<const probe_ops *> all_probe_ops): Delete.
1588 (std::vector<const static_probe_ops *> all_static_probe_ops):
1589 New variable.
1590 (_initialize_probe): Use 'all_static_probe_ops' instead of
1591 'all_probe_ops'.
1592 * probe.h (struct info_probe_column) <field_name>: Delete
1593 extraneous newline
1594 (info_probe_column_s): Delete type and VEC.
1595 (struct probe_ops): Delete. Replace with...
1596 (class static_probe_ops): ...this and...
1597 (clas probe): ...this.
1598 (struct bound_probe) <bound_probe>: Delete extraneous
1599 newline. Adjust constructor to receive 'probe' instead of
1600 'struct probe'.
1601 <probe>: Rename to...
1602 <prob>: ...this. Delete extraneous newline.
1603 <objfile>: Delete extraneous newline.
1604 (register_probe_ops): Delete unused prototype.
1605 (info_probes_for_ops): Rename to...
1606 (info_probes_for_spops): ...this. Adjust comment.
1607 (get_probe_address): Move to 'probe::get_address'.
1608 (get_probe_argument_count): Move to
1609 'probe::get_argument_count'.
1610 (can_evaluate_probe_arguments): Move to
1611 'probe::can_evaluate_arguments'.
1612 (evaluate_probe_argument): Move to 'probe::evaluate_argument'.
1613 * solib-svr4.c (struct svr4_info): Adjust comment.
1614 (struct probe_and_action) <probe>: Rename to...
1615 <prob>: ...this.
1616 (register_solib_event_probe): Receive 'probe' instead of
1617 'struct probe' as argument. Use 'prob' instead of 'probe'
1618 when applicable.
1619 (solib_event_probe_action): Call 'get_argument_count' method
1620 from probe. Adjust comment.
1621 (svr4_handle_solib_event): Adjust comment. Call
1622 'evaluate_argument' method from probe.
1623 (svr4_create_probe_breakpoints): Call 'get_relocated_address'
1624 from probe.
1625 (svr4_create_solib_event_breakpoints): Use 'probe' instead of
1626 'struct probe'. Call 'can_evaluate_arguments' from probe.
1627 * symfile.h: Forward declare 'class probe' instead of 'struct
1628 probe'.
1629 * symtab.h: Likewise.
1630 (struct symtab_and_line) <probe>: Rename to...
1631 <prob>: ...this.
1632 * tracepoint.c (start_tracing): Use 'prob' when applicable.
1633 Call probe methods.
1634 (stop_tracing): Likewise.
1635
1636 2017-11-22 Joel Brobecker <brobecker@adacore.com>
1637
1638 * ravenscar-thread.c (ravenscar_inferior_created): Remove
1639 trailing newline at end of string in call to warning.
1640
1641 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1642
1643 * osdata.h: Include vector isntead of vec.h.
1644 (osdata_column_s): Remove typedef.
1645 (struct osdata_column): Add constructor.
1646 <name, value>: Change type to std::string.
1647 (DEF_VEC_O (osdata_column_s)): Remove.
1648 (osdata_item_s): Remove typedef.
1649 (struct osdata_item) <columns>: Change type to std::vector.
1650 (DEF_VEC_O (osdata_item_s)): Remove.
1651 (struct osdata): Add constructor.
1652 <type>: Change type to std::string.
1653 <items>: Change type to std::vector.
1654 (osdata_p): Remove typedef.
1655 (DEF_VEC_P (osdata_p)): Remove.
1656 (osdata_parse): Return a unique_ptr.
1657 (osdata_free): Remove.
1658 (make_cleanup_osdata_free): Remove.
1659 (get_osdata): Return a unique_ptr.
1660 (get_osdata_column): Return pointer to std::string, take a
1661 reference to osdata_item as parameter.
1662 * osdata.c (struct osdata_parsing_data) <osdata>: Change type to
1663 unique_ptr.
1664 <property_name>: Change type to std::string.
1665 (osdata_start_osdata): Allocate osdata with new and adjust.
1666 (osdata_start_item): Adjust.
1667 (osdata_start_column): Adjust.
1668 (osdata_end_column): Adjust.
1669 (clear_parsing_data): Remove.
1670 (osdata_parse): Return a unique_ptr and adjust, remove cleanup.
1671 (osdata_item_clear): Remove.
1672 (get_osdata): return a unique_ptr and adjust.
1673 (get_osdata_column): Return a pointer to std::string and adjust.
1674 (info_osdata): Adjust.
1675 * mi/mi-main.c: Include <map>.
1676 (free_vector_of_osdata_items): Remove.
1677 (list_available_thread_groups): Adjust, use std::map instead of
1678 splay tree.
1679
1680 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1681
1682 * stack.c (iterate_over_block_locals): Add LOC_OPTIMIZED_OUT
1683 case in switch.
1684
1685 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1686
1687 * varobj.h (DEF_VEC_P (varobj_p)): Remove.
1688
1689 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1690
1691 * varobj.h (struct varobj_update_result): Add constructor, add
1692 move constructor, disable copy and assign, initialize fields.
1693 <newobj>: Change type to std::vector.
1694 (varobj_update): Return std::vector.
1695 * varobj.c (install_dynamic_child): Change VEC parameters to
1696 std::vector and adjust.
1697 (update_dynamic_varobj_children): Likewise.
1698 (varobj_update): Return std::vector and adjust.
1699 * mi/mi-cmd-var.c (varobj_update_one): Adjust to vector changes.
1700
1701 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1702
1703 * varobj.h (struct varobj) <parent>: Remove const.
1704 <children>: Change type to std::vector.
1705 (varobj_list_children): Return std::vector const reference.
1706 (varobj_restrict_range): Change parameter type to std::vector
1707 const reference.
1708 * varobj.c (varobj_has_more): Adjust.
1709 (varobj_restrict_range): Change parameter type to std::vector
1710 const reference and adjust.
1711 (install_dynamic_child): Adjust.
1712 (update_dynamic_varobj_children): Adjust.
1713 (varobj_list_children): Return std::vector const reference and
1714 adjust.
1715 (varobj_add_child): Adjust.
1716 (update_type_if_necessary): Adjust.
1717 (varobj_update): Adjust.
1718 (delete_variable_1): Adjust.
1719 * ada-varobj.c (ada_value_has_mutated): Adjust.
1720 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Adjust.
1721
1722 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1723
1724 * varobj.h (struct varobj): Add constructor and destructor,
1725 initialize fields.
1726 * varobj.c (struct varobj_root): Initialize fields.
1727 (struct varobj_dynamic): Initialize fields.
1728 (varobj_create): Use unique_ptr instead of cleanup. Create
1729 varobj with new instead of new_root_variable.
1730 (delete_variable_1): Free variable with delete instead of
1731 free_variable.
1732 (create_child_with_value): Create variable with new instead of
1733 new_variable.
1734 (varobj::varobj): New.
1735 (varobj::~varobj): New (body mostly coming from free_variable).
1736 (new_variable): Remove.
1737 (free_variable): Remove.
1738 (do_free_variable_cleanup): Remove.
1739 (make_cleanup_free_variable): Remove.
1740
1741 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1742
1743 * core-regset.c: Remove file.
1744 * Makefile.in (ALLDEPFILES): Remove core-regset.c.
1745
1746 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1747
1748 * NEWS: Document use of GNU MPFR.
1749 * README: Likewise.
1750
1751 * Makefile.in (LIBMPFR): Add define.
1752 (CLIBS): Add $(LIBMPFR).
1753 * configure.ac: Add --with-mpfr configure option.
1754 * configure: Regenerate.
1755 * config.in: Regenerate.
1756
1757 * target-float.c [HAVE_LIBMPFR]: Include <mpfr.h>.
1758 (class mpfr_float_ops): New type.
1759 (mpfr_float_ops::from_target): Two new overloaded functions.
1760 (mpfr_float_ops::to_target): Likewise.
1761 (mpfr_float_ops::to_string): New function.
1762 (mpfr_float_ops::from_string): Likewise.
1763 (mpfr_float_ops::to_longest): Likewise.
1764 (mpfr_float_ops::from_longest): Likewise.
1765 (mpfr_float_ops::from_ulongest): Likewise.
1766 (mpfr_float_ops::to_host_double): Likewise.
1767 (mpfr_float_ops::from_host_double): Likewise.
1768 (mpfr_float_ops::convert): Likewise.
1769 (mpfr_float_ops::binop): Likewise.
1770 (mpfr_float_ops::compare): Likewise.
1771 (get_target_float_ops): Use mpfr_float_ops if available.
1772
1773 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1774
1775 * target-float.c: Do not include <math.h>.
1776 Include <cmath> and <limits>.
1777 (DOUBLEST): Do not define.
1778 (class target_float_ops): New type.
1779 (class host_float_ops): New templated type.
1780 (class decimal_float_ops): New type.
1781
1782 (floatformat_to_doublest): Rename to ...
1783 (host_float_ops<T>::from_target): ... this. Use template type T
1784 instead of DOUBLEST. Use C++ math routines. Update recursive calls.
1785 (host_float_ops<T>::from_target): New overload using a type argument.
1786 (floatformat_from_doublest): Rename to ...
1787 (host_float_ops<T>::to_target): ... this. Use template type T
1788 instead of DOUBLEST. Use C++ math routines. Update recursive calls.
1789 (host_float_ops<T>::to_target): New overload using a type argument.
1790 (floatformat_printf_format): New function.
1791 (struct printf_length_modifier): New templated type.
1792 (floatformat_to_string): Rename to ...
1793 (host_float_ops<T>::to_string): ... this. Use type instead of
1794 floatformat argument. Use floatformat_printf_format and
1795 printf_length_modifier. Remove special handling of invalid numbers,
1796 infinities and NaN (moved to target_float_to_string).
1797 (struct scanf_length_modifier): New templated type.
1798 (floatformat_from_string): Rename to ...
1799 (host_float_ops<T>::from_string): ... this. Use type instead of
1800 floatformat argument. Use scanf_length_modifier.
1801 (floatformat_to_longest): Rename to ...
1802 (host_float_ops<T>::to_longest): ... this. Use type instead of
1803 floatformat argument. Handle out-of-range values deterministically.
1804 (floatformat_from_longest): Rename to ...
1805 (host_float_ops<T>::from_longest): ... this. Use type instead of
1806 floatformat argument.
1807 (floatformat_from_ulongest): Rename to ...
1808 (host_float_ops<T>::from_ulongest): ... this. Use type instead of
1809 floatformat argument.
1810 (floatformat_to_host_double): Rename to ...
1811 (host_float_ops<T>::to_host_double): ... this. Use type instead of
1812 floatformat argument.
1813 (floatformat_from_host_double): Rename to ...
1814 (host_float_ops<T>::from_host_double): ... this. Use type instead of
1815 floatformat argument.
1816 (floatformat_convert): Rename to ...
1817 (host_float_ops<T>::convert): ... this. Use type instead of
1818 floatformat arguments. Remove handling of no-op conversions.
1819 (floatformat_binop): Rename to ...
1820 (host_float_ops<T>::binop): ... this. Use type instead of
1821 floatformat arguments.
1822 (floatformat_compare): Rename to ...
1823 (host_float_ops<T>::compare): ... this. Use type instead of
1824 floatformat arguments.
1825
1826 (match_endianness): Use type instead of length/byte_order arguments.
1827 (set_decnumber_context): Likewise.
1828 (decimal_from_number): Likewise. Update calls.
1829 (decimal_to_number): Likewise.
1830 (decimal_is_zero): Likewise. Update calls. Move to earlier in file.
1831 (decimal_float_ops::to_host_double): New dummy function.
1832 (decimal_float_ops::from_host_double): Likewise.
1833 (decimal_to_string): Rename to ...
1834 (decimal_float_ops::to_string): ... this. Use type instead of
1835 length/byte_order arguments. Update calls.
1836 (decimal_from_string): Rename to ...
1837 (decimal_float_ops::from_string): ... this. Use type instead of
1838 length/byte_order arguments. Update calls.
1839 (decimal_from_longest): Rename to ...
1840 (decimal_float_ops::from_longest): ... this. Use type instead of
1841 length/byte_order arguments. Update calls.
1842 (decimal_from_ulongest): Rename to ...
1843 (decimal_float_ops::from_ulongest): ... this. Use type instead of
1844 length/byte_order arguments. Update calls.
1845 (decimal_to_longest): Rename to ...
1846 (decimal_float_ops::to_longest): ... this. Use type instead of
1847 length/byte_order arguments. Update calls.
1848 (decimal_binop): Rename to ...
1849 (decimal_float_ops::binop): ... this. Use type instead of
1850 length/byte_order arguments. Update calls.
1851 (decimal_compare): Rename to ...
1852 (decimal_float_ops::compare): ... this. Use type instead of
1853 length/byte_order arguments. Update calls.
1854 (decimal_convert): Rename to ...
1855 (decimal_float_ops::convert): ... this. Use type instead of
1856 length/byte_order arguments. Update calls.
1857
1858 (target_float_same_category_p): New function.
1859 (target_float_same_format_p): Likewise.
1860 (target_float_format_length): Likewise.
1861 (enum target_float_ops_kind): New type.
1862 (get_target_float_ops_kind): New function.
1863 (get_target_float_ops): Three new overloaded functions.
1864
1865 (target_float_is_zero): Update call.
1866 (target_float_to_string): Add special handling of invalid numbers,
1867 infinities and NaN (moved from floatformat_to_string). Use
1868 target_float_ops callback.
1869 (target_float_from_string): Use target_float_ops callback.
1870 (target_float_to_longest): Likewise.
1871 (target_float_from_longest): Likewise.
1872 (target_float_from_ulongest): Likewise.
1873 (target_float_to_host_double): Likewise.
1874 (target_float_from_host_double): Likewise.
1875 (target_float_convert): Add special case for no-op conversions.
1876 Use target_float_ops callback.
1877 (target_float_binop): Use target_float_ops callback.
1878 (target_float_compare): Likewise.
1879
1880 2017-11-22 Yao Qi <yao.qi@linaro.org>
1881
1882 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Use strcpy.
1883
1884 2017-11-22 Yao Qi <yao.qi@linaro.org>
1885
1886 * cli/cli-decode.c (help_list): Use memcpy instead of strncpy.
1887 * cp-namespace.c (cp_lookup_transparent_type_loop): Likewise.
1888
1889 2017-11-21 Jerome Guitton <guitton@adacore.com>
1890
1891 * ravenscar-thread.c (ravenscar_wait): Update inferior ptid
1892 with event ptid from the lower layer before doing the
1893 ravenscar-specific update.
1894
1895 2017-11-21 Joel Brobecker <brobecker@adacore.com>
1896
1897 * ravenscar-thread.c (is_ravenscar_task): Also verify that
1898 the ptid's TID is nonzero.
1899
1900 2017-11-21 Joel Brobecker <brobecker@adacore.com>
1901
1902 * ada-lang.h (ada_get_tcb_types_info): Add declaration.
1903 * ada-tasks.c (ada_get_tcb_types_info): Renames get_tcb_types_info.
1904 Make non-static. Change return type to char *. Adjust code
1905 accordingly. Rewrite the function's documentation.
1906 (read_atcb): Adjust call to get_tcb_types_info accordingly.
1907 * ravenscar-thread.c (ravenscar_inferior_created): Check that
1908 we have enough debugging information in the runtime to support
1909 Ada task debugging before we enable the ravenscar-thread layer.
1910
1911 2017-11-21 Joel Brobecker <brobecker@adacore.com>
1912
1913 * ada-lang.h (ada_get_task_info_from_ptid): Add declaration.
1914 * ada-tasks.c (ada_get_task_info_from_ptid): New function.
1915 * ravenscar-thread.c: Add into comment.
1916 (base_magic_null_ptid): Delete.
1917 (base_ptid): Change documentation.
1918 (ravenscar_active_task): Renames ravenscar_running_thread.
1919 All callers updated throughout.
1920 (is_ravenscar_task, ravenscar_get_thread_base_cpu): New function.
1921 (ravenscar_task_is_currently_active): Likewise.
1922 (get_base_thread_from_ravenscar_task): Ditto.
1923 (ravenscar_update_inferior_ptid): Adjust to handle multiple CPUs.
1924 (ravenscar_runtime_initialized): Likewise.
1925 (get_running_thread_id): Add new parameter "cpu". Adjust
1926 implementation to handle this new parameter.
1927 (ravenscar_fetch_registers): Small adjustment to use
1928 is_ravenscar_task and ravenscar_task_is_currently_active in
1929 order to decide whether to use the target beneath or this
1930 module's arch_ops.
1931 (ravenscar_store_registers, ravenscar_prepare_to_store): Likewise.
1932 (ravenscar_stopped_by_sw_breakpoint): Use
1933 get_base_thread_from_ravenscar_task to get the underlying
1934 thread, rather than using base_ptid.
1935 (ravenscar_stopped_by_hw_breakpoint, ravenscar_stopped_by_watchpoint)
1936 (ravenscar_stopped_data_address, ravenscar_core_of_thread):
1937 Likewise.
1938 (ravenscar_inferior_created): Do not set base_magic_null_ptid.
1939
1940 2017-11-21 Joel Brobecker <brobecker@adacore.com>
1941
1942 * ada-lang.h (struct ada_task_info) <base_cpu>: New field.
1943 * ada-lang.c (struct atcb_fieldno) <base_cpu>: New field.
1944 (get_tcb_types_info): Set fieldnos.base_cpu.
1945 (read_atcb): Set task_info->base_cpu.
1946 (info_task): Print "Base CPU" info if set by runtime.
1947
1948 2017-11-21 Joel Brobecker <brobecker@adacore.com>
1949
1950 * ravenscar-thread.c (ravenscar_stopped_by_sw_breakpoint)
1951 (ravenscar_stopped_by_hw_breakpoint, ravenscar_stopped_by_watchpoint)
1952 (ravenscar_stopped_data_address, ravenscar_core_of_thread):
1953 New functions.
1954 (init_ravenscar_thread_ops): Set the to_stopped_by_sw_breakpoint,
1955 to_stopped_by_hw_breakpoint, to_stopped_by_watchpoint,
1956 to_stopped_data_address and to_core_of_thread fields of
1957 ravenscar_ops.
1958
1959 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1960
1961 * ppc-tdep.h (enum powerpc_long_double_abi): New data type.
1962 (struct gdbarch_tdep): New member long_double_abi.
1963 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize long_double_abi
1964 member of tdep struct based on Tag_GNU_Power_ABI_FP attribute.
1965 * ppc-linux-tdep.c (ppc_linux_init_abi): Install long double data
1966 format depending on long_double_abi tdep member.
1967 (ppc_floatformat_for_type): Handle __ibm128 type.
1968
1969 2017-11-20 Simon Marchi <simon.marchi@polymtl.ca>
1970
1971 * darwin-nat.c (set_enable_mach_exceptions): Constify parameter.
1972
1973 2017-11-21 Pedro Alves <palves@redhat.com>
1974
1975 * dwarf2read.c (mapped_index::find_name_components_bounds)
1976 <completion mode, upper bound>: Use std::lower_bound instead of
1977 std::upper_bound.
1978 (test_mapped_index_find_name_component_bounds): Remove incorrect
1979 "t1_fund" from expected symbols.
1980
1981 2017-11-21 Pedro Alves <palves@redhat.com>
1982
1983 * dwarf2read.c (mapped_index::name_components_casing): New field.
1984 (mapped_index) <build_name_components,
1985 find_name_components_bounds): Declare new methods.
1986 (mapped_index::find_name_components_bounds)
1987 (mapped_index::build_name_components): New methods, factored out
1988 from dw2_expand_symtabs_matching_symbol.
1989 (check_find_bounds_finds)
1990 (test_mapped_index_find_name_component_bounds): New.
1991 (run_test): Rename to ...
1992 (test_dw2_expand_symtabs_matching_symbol): ... this.
1993 (run_test): Reimplement.
1994
1995 2017-11-21 Pedro Alves <palves@redhat.com>
1996
1997 * cp-name-parser.y (cp_ident_is_alpha, cp_ident_is_alnum): New.
1998 (symbol_end): Use cp_ident_is_alnum.
1999 (yylex): Use cp_ident_is_alpha and cp_ident_is_alnum.
2000 * dwarf2read.c (make_sort_after_prefix_name): New function.
2001 (dw2_expand_symtabs_matching_symbol): Use it.
2002 (test_symbols): Add more symbols.
2003 (run_test): Add tests.
2004
2005 2017-11-17 Tom Tromey <tom@tromey.com>
2006
2007 * symtab.h (enum symbol_subclass_kind): New.
2008 (struct symbol) <is_cplus_template_function, is_rust_vtable>:
2009 Remove.
2010 <subclass>: New member.
2011 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): Update.
2012 * rust-lang.c (rust_get_trait_object_pointer): Update.
2013 * dwarf2read.c (read_func_scope): Update.
2014 (read_variable): Update.
2015
2016 2017-11-17 Tom Tromey <tom@tromey.com>
2017
2018 * dwarf2read.c (read_func_scope): Update.
2019 * symtab.h (struct template_symbol): Derive from symbol.
2020 <base>: Remove.
2021
2022 2017-11-17 Tom Tromey <tom@tromey.com>
2023
2024 * symtab.h (struct symbol) <is_rust_vtable>: New member.
2025 (struct rust_vtable_symbol): New.
2026 (find_symbol_at_address): Declare.
2027 * symtab.c (find_symbol_at_address): New function.
2028 * symfile.h (struct quick_symbol_functions)
2029 <find_compunit_symtab_by_address>: New member.
2030 * symfile-debug.c (debug_qf_find_compunit_symtab_by_address): New
2031 function.
2032 (debug_sym_quick_functions): Link to
2033 debug_qf_find_compunit_symtab_by_address.
2034 * rust-lang.c (rust_get_trait_object_pointer): New function.
2035 (rust_evaluate_subexp) <case UNOP_IND>: New case. Call
2036 rust_get_trait_object_pointer.
2037 * psymtab.c (psym_relocate): Clear psymbol_map.
2038 (psym_fill_psymbol_map, psym_find_compunit_symtab_by_address): New
2039 functions.
2040 (psym_functions): Link to psym_find_compunit_symtab_by_address.
2041 * objfiles.h (struct objfile) <psymbol_map>: New member.
2042 * dwarf2read.c (dwarf2_gdb_index_functions): Update.
2043 (process_die) <DW_TAG_variable>: New case. Call read_variable.
2044 (rust_containing_type, read_variable): New functions.
2045
2046 2017-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2047
2048 * common/gdb_vecs.h (DEF_VEC_I (int)): Remove.
2049
2050 2017-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2051
2052 * common/filestuff.c: Include <algorithm>.
2053 (open_fds): Change type to std::vector<int>.
2054 (do_mark_open_fd): Adjust.
2055 (unmark_fd_no_cloexec): Adjust.
2056 (do_close): Adjust.
2057
2058 2017-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2059
2060 * breakpoint.c (output_thread_groups): Take an std::vector.
2061 (print_one_breakpoint_location): Adjust.
2062
2063 2017-11-17 Joel Brobecker <brobecker@adacore.com>
2064
2065 * ada-lang.c (resolve_subexp): Add handling of OP_VAR_MSYM_VALUE.
2066 (ada_evaluate_subexp_for_cast): New function.
2067 (ada_evaluate_subexp) <UNOP_CAST>: Replace code by call to
2068 ada_evaluate_subexp_for_cast.
2069 (ada_evaluate_subexp) <nosideret>: Replace code by call to
2070 eval_skip_value.
2071 * eval.c (evaluate_var_value): Make non-static.
2072 (evaluate_var_msym_value, eval_skip_value): Likewise.
2073 * value.h (evaluate_var_value, evaluate_var_msym_value)
2074 (eval_skip_value): Declare.
2075
2076 2017-11-16 Joel Brobecker <brobecker@adacore.com>
2077
2078 * ada-lang.c (ada_value_cast): Remove parameter "noside".
2079 Update all callers.
2080
2081 2017-11-16 Pedro Alves <palves@redhat.com>
2082
2083 * python/py-unwind.c (pyuw_sniffer): Translate
2084 PyExc_KeyboardInterrupt to a GDB Quit exception.
2085
2086 2017-11-16 Pedro Alves <palves@redhat.com>
2087
2088 * infrun.c (resume_cleanups): Delete.
2089 (resume): No longer install a resume_cleanups cleanup nor call
2090 QUIT.
2091 (proceed): Pass the terminal to the inferior.
2092 (keep_going_pass_signal): No longer install a resume_cleanups
2093 cleanup.
2094
2095 2017-11-16 Pedro Alves <palves@redhat.com>
2096
2097 * inf-loop.c (inferior_event_handler): Don't swallow the exception
2098 if the prompt is blocked.
2099
2100 2017-11-16 Pedro Alves <palves@redhat.com>
2101
2102 * breakpoint.c (insert_bp_location): Replace bp_err and
2103 bp_err_message locals by a gdb_exception local.
2104
2105 2017-11-16 Pedro Alves <palves@redhat.com>
2106
2107 * inflow.c (scoped_ignore_sigttou): New class.
2108 (child_terminal_ours_1, new_tty): Use it.
2109
2110 2017-11-16 Ulrich Weigand <uweigand@de.ibm.com>
2111
2112 * target-float.c (decimal_from_number): Add byte_order argument and
2113 call match_endianness. Error if unknown floating-point type.
2114 (decimal_to_number): Add byte_order argument and call match_endianness.
2115 (decimal_from_longest): Update call. Do not call match_endianness.
2116 (decimal_from_ulongest): Likewise.
2117 (decimal_binop): Likewise.
2118 (decimal_is_zero): Likewise.
2119 (decimal_compare): Likewise.
2120 (decimal_convert): Likewise.
2121
2122 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2123
2124 * python/python.c (gdbpy_rbreak): New function.
2125 * NEWS: Document Python rbreak feature.
2126
2127 2017-11-16 Yao Qi <yao.qi@linaro.org>
2128
2129 * features/tic6x-c62x.xml: Remove.
2130 * features/tic6x-c64x.xml: Remove.
2131 * features/tic6x-c64xp.xml: Remove.
2132
2133 2017-11-15 John Baldwin <jhb@FreeBSD.org>
2134
2135 * symtab.h: Include <array>.
2136
2137 2017-11-15 John Baldwin <jhb@FreeBSD.org>
2138
2139 * bsd-kvm.c (bsd_kvm_cmd): Constify 'arg'.
2140 (bsd_kvm_proc_cmd): Likewise.
2141
2142 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2143
2144 * tui/tui-win.c (window_name_completer): Replace VEC with
2145 std::vector.
2146
2147 2017-11-15 Andrew Cagney <cagney@gnu.org>
2148
2149 * MAINTAINERS: Remove no-longer applicable entries.
2150
2151 2017-11-15 Andrew Cagney <cagney@gnu.org>
2152
2153 * MAINTAINERS: Move self to Past Maintainers.
2154
2155 2017-11-15 Yao Qi <yao.qi@linaro.org>
2156
2157 * features/Makefile (XMLTOC): Remove nios2-linux.xml.
2158 * features/nios2-linux.c: Remove.
2159 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Don't call
2160 initialize_tdesc_nios2_linux.
2161
2162 2017-11-15 Yao Qi <yao.qi@linaro.org>
2163
2164 * m68hc11-tdep.c (M68HC11_NUM_REGS): Change it to
2165 M68HC11_LAST_HARD_REG + 1.
2166
2167 2017-11-14 Paul Carroll <pcarroll@codesourcery.com>
2168
2169 PR gdb/22388
2170 * remote.c (remote_write_bytes_aux, remote_read_bytes_1,
2171 remote_read_bytes, remote_write_qxfer, remote_xfer_partial):
2172 Return TARGET_XFER_EOF if size of returned data is 0.
2173
2174 2017-11-14 Simon Marchi <simon.marchi@ericsson.com>
2175
2176 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
2177 memory-map-selftests.c.
2178 (SUBDIR_UNITTESTS_OBS): Add memory-map-selftests.o.
2179 * memory-map.c (memory_map_start_memory): Fix computation of hi
2180 address.
2181 * unittests/memory-map-selftests.c: New file.
2182
2183 2017-11-09 Joel Brobecker <brobecker@adacore.com>
2184
2185 * ada-lang.c: Fix some typos in the general command documenting
2186 how Ada expressions are being evaluated and how their result
2187 is printed.
2188
2189 2017-11-09 Tom Tromey <tom@tromey.com>
2190
2191 * psymtab.c (psymbol_hash): Do not hash string contents.
2192 (psymbol_compare): Add comment.
2193
2194 2017-11-09 Tom Tromey <tom@tromey.com>
2195
2196 * dictionary.c (dict_hash): Move "TKB" check into the "switch".
2197
2198 2017-11-08 Joel Brobecker <brobecker@adacore.com>
2199
2200 * ada-exp.y (write_var_from_sym): Remove parameter
2201 "orig_left_context". Update all callers.
2202
2203 2017-11-08 Simon Marchi <simon.marchi@ericsson.com>
2204
2205 * tracepoint.h (class collection_list) <stringify>: Return
2206 std::vector<std::string>.
2207 (encode_actions_rsp): Change parameters to
2208 std::vector<std::string> *.
2209 * tracepoint.c (collection_list::stringify): Return
2210 std::vector<std::string> and adjust accordingly.
2211 (encode_actions_rsp): Changee parameters to
2212 std::vector<std::string> and adjust accordingly.
2213 * remote.c (free_actions_list),
2214 free_actions_list_cleanup_wrapper): Remove.
2215 (remote_download_tracepoint): Adjust to std::vector.
2216
2217 2017-11-08 Tom Tromey <tom@tromey.com>
2218
2219 * dwarf2read.c (symbolp): Remove typedef.
2220 (read_func_scope): Use std::vector.
2221 (process_structure_scope): Use std::vector.
2222
2223 2017-11-08 Pedro Alves <palves@redhat.com>
2224
2225 * ada-lang.c (ada_make_symbol_completion_list): Use
2226 completion_skip_symbol.
2227 * symtab.c (symbol_is_function_or_method(minimal_symbol*)): New.
2228 (symbol_is_function_or_method(symbol*)): New.
2229 (add_symtab_completions): Add complete_symbol_mode parameter. Use
2230 completion_skip_symbol.
2231 (default_collect_symbol_completion_matches_break_on): Use
2232 completion_skip_symbol. Pass down mode.
2233 (collect_file_symbol_completion_matches): Pass down mode.
2234 * symtab.h (symbol_is_function_or_method): New declarations.
2235 (completion_skip_symbol): New template function.
2236
2237 2017-11-08 Pedro Alves <palves@redhat.com>
2238
2239 * linespec.c (iterate_over_all_matching_symtabs): Add
2240 search_domain parameter. Pass it down to expand_symtabs_matching.
2241 (decode_objc): Request FUNCTIONS_DOMAIN symbols only.
2242 (lookup_prefix_sym): Adjust by passing ALL_DOMAIN as
2243 search_domain.
2244 (add_all_symbol_names_from_pspace): Add search_domain parameter.
2245 Pass it down.
2246 (find_method, find_function_symbols): Request FUNCTIONS_DOMAIN
2247 symbols.
2248 (add_matching_symbols_to_info): Add search_domain parameter. Pass
2249 it down.
2250
2251 2017-11-08 Pedro Alves <palves@redhat.com>
2252
2253 * ada-lang.c (ada_make_symbol_completion_list): Remove text and
2254 text_len locals and don't pass them down.
2255 * symtab.c (completion_list_add_name): Remove
2256 sym_text/sym_text_len parameters and adjust.
2257 (completion_list_add_symbol, completion_list_add_msymbol)
2258 (completion_list_objc_symbol, completion_list_add_fields)
2259 (add_symtab_completions): Likewise.
2260 (default_collect_symbol_completion_matches_break_on)
2261 (collect_file_symbol_completion_matches): Remove sym_text_len
2262 local and don't pass it down.
2263 * symtab.h (completion_list_add_name): Remove
2264 sym_text/sym_text_len parameters.
2265
2266 2017-11-08 Pedro Alves <palves@redhat.com>
2267
2268 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
2269 unittests/lookup_name_info-selftests.c.
2270 (SUBDIR_UNITTESTS_OBS): Add lookup_name_info-selftests.o.
2271 * cp-support.c: Include "selftest.h".
2272 (cp_remove_params_1): Rename from cp_remove_params. Add
2273 'require_param' parameter, and handle it.
2274 (cp_remove_params): Reimplement.
2275 (cp_remove_params_if_any): New.
2276 (selftests::quote): New.
2277 (selftests::check_remove_params): New.
2278 (selftests::test_cp_remove_params): New.
2279 (_initialize_cp_support): Install
2280 selftests::test_cp_remove_params.
2281 * cp-support.h (cp_remove_params_if_any): Declare.
2282 * dwarf2read.c :Include "selftest.h".
2283 (dw2_expand_symtabs_matching_symbol): Use
2284 lookup_name_info::make_ignore_params.
2285 (selftests::dw2_expand_symtabs_matching::mock_mapped_index)
2286 (selftests::dw2_expand_symtabs_matching::string_or_null)
2287 (selftests::dw2_expand_symtabs_matching::check_match)
2288 (selftests::dw2_expand_symtabs_matching::test_symbols)
2289 (selftests::dw2_expand_symtabs_matching::run_test): New.
2290 (_initialize_dwarf2_read): Register
2291 selftests::dw2_expand_symtabs_matching::run_test.
2292 * psymtab.c (psym_expand_symtabs_matching): Use
2293 lookup_name_info::make_ignore_params.
2294 * symtab.c (demangle_for_lookup_info::demangle_for_lookup_info):
2295 If the lookup name wants to ignore parameters, strip them.
2296 (compare_symbol_name): Remove sym_text/sym_text_len parameters and
2297 code handling '('.
2298 (completion_list_add_name): Don't pass down sym_text/sym_text_len.
2299 (default_collect_symbol_completion_matches_break_on): Don't try to
2300 strip parameters.
2301 * symtab.h (lookup_name_info::lookup_name_info): Add
2302 'ignore_parameters' parameter.
2303 (lookup_name_info::ignore_parameters)
2304 (lookup_name_info::make_ignore_params): New methods.
2305 (lookup_name_info::m_ignore_parameters): New field.
2306 * unittests/lookup_name_info-selftests.c: New file.
2307
2308 2017-11-08 Pedro Alves <palves@redhat.com>
2309
2310 * dwarf2read.c (dw2_expand_marked_cus)
2311 (dw2_expand_symtabs_matching_symbol): Remove forward declarations.
2312 (dw2_expand_symtabs_matching): Move further below.
2313 (dw2_expand_marked_cus): Reindent.
2314
2315 2017-11-08 Pedro Alves <palves@redhat.com>
2316
2317 * dwarf2read.c (byte_swap, MAYBE_SWAP): Move higher up in file.
2318 (struct name_component): New.
2319 (mapped_index::name_components): New field.
2320 (mapped_index::symbol_name_at): New method.
2321 (dwarf2_read_index): Call mapped_index ctor.
2322 (dw2_map_matching_symbols): Add comment about name_components
2323 table.
2324 (dw2_expand_symtabs_matching): Factor part to...
2325 (dw2_expand_symtabs_matching_symbol): ... this new function.
2326 Build name components table, and lookup symbols in it before
2327 calling the name matcher.
2328 (dw2_expand_marked_cus): New, factored out from
2329 dw2_expand_symtabs_matching.
2330 (dwarf2_per_objfile_free): Call the mapped_index's dtor.
2331
2332 2017-11-08 Pedro Alves <palves@redhat.com>
2333
2334 * ada-lang.c (ada_encode): Rename to ..
2335 (ada_encode_1): ... this. Add throw_errors parameter and handle
2336 it.
2337 (ada_encode): Reimplement.
2338 (match_name): Delete, folded into full_name.
2339 (resolve_subexp): No longer pass the encoded name to
2340 ada_lookup_symbol_list.
2341 (should_use_wild_match): Delete.
2342 (name_match_type_from_name): New.
2343 (ada_lookup_simple_minsym): Use lookup_name_info and the
2344 language's symbol_name_matcher_ftype.
2345 (add_symbols_from_enclosing_procs, ada_add_local_symbols)
2346 (ada_add_block_renamings): Adjust to use lookup_name_info.
2347 (ada_lookup_name): New.
2348 (add_nonlocal_symbols, ada_add_all_symbols)
2349 (ada_lookup_symbol_list_worker, ada_lookup_symbol_list)
2350 (ada_iterate_over_symbols): Adjust to use lookup_name_info.
2351 (ada_name_for_lookup): Delete.
2352 (ada_lookup_encoded_symbol): Construct a verbatim name.
2353 (wild_match): Reverse sense of return type. Use bool.
2354 (full_match): Reverse sense of return type. Inline bits of old
2355 match_name here.
2356 (ada_add_block_symbols): Adjust to use lookup_name_info.
2357 (symbol_completion_match): Delete, folded into...
2358 (ada_lookup_name_info::matches): ... .this new method.
2359 (symbol_completion_add): Delete.
2360 (ada_collect_symbol_completion_matches): Add name_match_type
2361 parameter. Adjust to use lookup_name_info and
2362 completion_list_add_name.
2363 (get_var_value, ada_add_global_exceptions): Adjust to use
2364 lookup_name_info.
2365 (ada_get_symbol_name_cmp): Delete.
2366 (do_wild_match, do_full_match): New functions.
2367 (ada_lookup_name_info::ada_lookup_name_info): New method.
2368 (ada_symbol_name_matches, ada_get_symbol_name_matcher): New
2369 functions.
2370 (ada_language_defn): Install ada_get_symbol_name_matcher.
2371 * ada-lex.l (processId): If name starts with '<', copy it
2372 verbatim.
2373 * block.c (block_iter_match_step, block_iter_match_first)
2374 (block_iter_match_next, block_lookup_symbol)
2375 (block_lookup_symbol_primary, block_find_symbol): Adjust to use
2376 lookup_name_info.
2377 * block.h (block_iter_match_first, block_iter_match_next)
2378 (ALL_BLOCK_SYMBOLS_WITH_NAME): Adjust to use lookup_name_info.
2379 * c-lang.c (c_language_defn, cplus_language_defn)
2380 (asm_language_defn, minimal_language_defn): Adjust comments to
2381 refer to la_get_symbol_name_matcher.
2382 * completer.c (complete_files_symbols)
2383 (collect_explicit_location_matches, symbol_completer): Pass a
2384 symbol_name_match_type down.
2385 * completer.h (class completion_match, completion_match_result):
2386 New classes.
2387 (completion_tracker::reset_completion_match_result): New method.
2388 (completion_tracker::m_completion_match_result): New field.
2389 * cp-support.c (make_symbol_overload_list_block): Adjust to use
2390 lookup_name_info.
2391 (cp_fq_symbol_name_matches, cp_get_symbol_name_matcher): New
2392 functions.
2393 * cp-support.h (cp_get_symbol_name_matcher): New declaration.
2394 * d-lang.c: Adjust comments to refer to
2395 la_get_symbol_name_matcher.
2396 * dictionary.c (dict_vector) <iter_match_first, iter_match_next>:
2397 Adjust to use lookup_name_info.
2398 (dict_iter_match_first, dict_iter_match_next)
2399 (iter_match_first_hashed, iter_match_next_hashed)
2400 (iter_match_first_linear, iter_match_next_linear): Adjust to work
2401 with a lookup_name_info.
2402 * dictionary.h (dict_iter_match_first, dict_iter_match_next):
2403 Likewise.
2404 * dwarf2read.c (dw2_lookup_symbol): Adjust to use lookup_name_info.
2405 (dw2_map_matching_symbols): Adjust to use symbol_name_match_type.
2406 (gdb_index_symbol_name_matcher): New class.
2407 (dw2_expand_symtabs_matching) Adjust to use lookup_name_info and
2408 gdb_index_symbol_name_matcher. Accept a NULL symbol_matcher.
2409 * f-lang.c (f_collect_symbol_completion_matches): Adjust to work
2410 with a symbol_name_match_type.
2411 (f_language_defn): Adjust comments to refer to
2412 la_get_symbol_name_matcher.
2413 * go-lang.c (go_language_defn): Adjust comments to refer to
2414 la_get_symbol_name_matcher.
2415 * language.c (default_symbol_name_matcher)
2416 (language_get_symbol_name_matcher): New functions.
2417 (unknown_language_defn, auto_language_defn): Adjust comments to
2418 refer to la_get_symbol_name_matcher.
2419 * language.h (symbol_name_cmp_ftype): Delete.
2420 (language_defn) <la_collect_symbol_completion_matches>: Add match
2421 type parameter.
2422 <la_get_symbol_name_cmp>: Delete field.
2423 <la_get_symbol_name_matcher>: New field.
2424 <la_iterate_over_symbols>: Adjust to use lookup_name_info.
2425 (default_symbol_name_matcher, language_get_symbol_name_matcher):
2426 Declare.
2427 * linespec.c (iterate_over_all_matching_symtabs)
2428 (iterate_over_file_blocks): Adjust to use lookup_name_info.
2429 (find_methods): Add language parameter, and use lookup_name_info
2430 and the language's symbol_name_matcher_ftype.
2431 (linespec_complete_function): Adjust.
2432 (lookup_prefix_sym): Use lookup_name_info.
2433 (add_all_symbol_names_from_pspace): Adjust.
2434 (find_superclass_methods): Add language parameter and pass it
2435 down.
2436 (find_method): Pass symbol language down.
2437 (find_linespec_symbols): Don't demangle or Ada encode here.
2438 (search_minsyms_for_name): Add lookup_name_info parameter.
2439 (add_matching_symbols_to_info): Add name_match_type parameter.
2440 Use lookup_name_info.
2441 * m2-lang.c (m2_language_defn): Adjust comments to refer to
2442 la_get_symbol_name_matcher.
2443 * minsyms.c: Include <algorithm>.
2444 (add_minsym_to_demangled_hash_table): Remove table parameter and
2445 add objfile parameter. Use search_name_hash, and add language to
2446 demangled languages vector.
2447 (struct found_minimal_symbols): New struct.
2448 (lookup_minimal_symbol_mangled, lookup_minimal_symbol_demangled):
2449 New functions.
2450 (lookup_minimal_symbol): Adjust to use them. Don't canonicalize
2451 input names here. Use lookup_name_info instead. Lookup up
2452 demangled names once for each language in the demangled names
2453 vector.
2454 (iterate_over_minimal_symbols): Use lookup_name_info. Lookup up
2455 demangled names once for each language in the demangled names
2456 vector.
2457 (build_minimal_symbol_hash_tables): Adjust.
2458 * minsyms.h (iterate_over_minimal_symbols): Adjust to pass down a
2459 lookup_name_info.
2460 * objc-lang.c (objc_language_defn): Adjust comment to refer to
2461 la_get_symbol_name_matcher.
2462 * objfiles.h: Include <vector>.
2463 (objfile_per_bfd_storage) <demangled_hash_languages>: New field.
2464 * opencl-lang.c (opencl_language_defn): Adjust comment to refer to
2465 la_get_symbol_name_matcher.
2466 * p-lang.c (pascal_language_defn): Adjust comment to refer to
2467 la_get_symbol_name_matcher.
2468 * psymtab.c (psym_lookup_symbol): Use lookup_name_info.
2469 (match_partial_symbol): Use symbol_name_match_type,
2470 lookup_name_info and psymbol_name_matches.
2471 (lookup_partial_symbol): Use lookup_name_info.
2472 (map_block): Use symbol_name_match_type and lookup_name_info.
2473 (psym_map_matching_symbols): Use symbol_name_match_type.
2474 (psymbol_name_matches): New.
2475 (recursively_search_psymtabs): Use lookup_name_info and
2476 psymbol_name_matches. Rename 'kind' parameter to 'domain'.
2477 (psym_expand_symtabs_matching): Use lookup_name_info. Rename
2478 'kind' parameter to 'domain'.
2479 * rust-lang.c (rust_language_defn): Adjust comment to refer to
2480 la_get_symbol_name_matcher.
2481 * symfile-debug.c (debug_qf_map_matching_symbols)
2482 (debug_qf_map_matching_symbols): Use symbol_name_match_type.
2483 (debug_qf_expand_symtabs_matching): Use lookup_name_info.
2484 * symfile.c (expand_symtabs_matching): Use lookup_name_info.
2485 * symfile.h (quick_symbol_functions) <map_matching_symbols>:
2486 Adjust to use symbol_name_match_type.
2487 <expand_symtabs_matching>: Adjust to use lookup_name_info.
2488 (expand_symtabs_matching): Adjust to use lookup_name_info.
2489 * symmisc.c (maintenance_expand_symtabs): Use
2490 lookup_name_info::match_any ().
2491 * symtab.c (symbol_matches_search_name): New.
2492 (eq_symbol_entry): Adjust to use lookup_name_info and the
2493 language's matcher.
2494 (demangle_for_lookup_info::demangle_for_lookup_info): New.
2495 (lookup_name_info::match_any): New.
2496 (iterate_over_symbols, search_symbols): Use lookup_name_info.
2497 (compare_symbol_name): Add language, lookup_name_info and
2498 completion_match_result parameters, and use them.
2499 (completion_list_add_name): Make extern. Add language and
2500 lookup_name_info parameters. Use them.
2501 (completion_list_add_symbol, completion_list_add_msymbol)
2502 (completion_list_objc_symbol): Add lookup_name_info parameters and
2503 adjust. Pass down language.
2504 (completion_list_add_fields): Add lookup_name_info parameters and
2505 adjust. Pass down language.
2506 (add_symtab_completions): Add lookup_name_info parameters and
2507 adjust.
2508 (default_collect_symbol_completion_matches_break_on): Add
2509 name_match_type parameter, and use it. Use lookup_name_info.
2510 (default_collect_symbol_completion_matches)
2511 (collect_symbol_completion_matches): Add name_match_type
2512 parameter, and pass it down.
2513 (collect_symbol_completion_matches_type): Adjust.
2514 (collect_file_symbol_completion_matches): Add name_match_type
2515 parameter, and use lookup_name_info.
2516 * symtab.h: Include <string> and "common/gdb_optional.h".
2517 (enum class symbol_name_match_type): New.
2518 (class ada_lookup_name_info): New.
2519 (struct demangle_for_lookup_info): New.
2520 (class lookup_name_info): New.
2521 (symbol_name_matcher_ftype): New.
2522 (SYMBOL_MATCHES_SEARCH_NAME): Use symbol_matches_search_name.
2523 (symbol_matches_search_name): Declare.
2524 (MSYMBOL_MATCHES_SEARCH_NAME): Delete.
2525 (default_collect_symbol_completion_matches)
2526 (collect_symbol_completion_matches)
2527 (collect_file_symbol_completion_matches): Add name_match_type
2528 parameter.
2529 (iterate_over_symbols): Use lookup_name_info.
2530 (completion_list_add_name): Declare.
2531 * utils.c (enum class strncmp_iw_mode): Moved to utils.h.
2532 (strncmp_iw_with_mode): Now extern.
2533 * utils.h (enum class strncmp_iw_mode): Moved from utils.c.
2534 (strncmp_iw_with_mode): Declare.
2535
2536 2017-11-08 Keith Seitz <keiths@redhat.com>
2537 Pedro Alves <palves@redhat.com>
2538
2539 * ada-lang.c (ada_language_defn): Install
2540 default_search_name_hash.
2541 * buildsym.c (struct buildsym_compunit): <language>: New field.
2542 (finish_block_internal): Pass language when creating dictionaries.
2543 (start_buildsym_compunit, start_symtab): New language parameters.
2544 Use them.
2545 (restart_symtab): Pass down compilation unit's language.
2546 * buildsym.h (enum language): Forward declare.
2547 (start_symtab): New 'language' parameter.
2548 * c-lang.c (c_language_defn, cplus_language_defn)
2549 (asm_language_defn, minimal_language_defn): Install
2550 default_search_name_hash.
2551 * coffread.c (coff_start_symtab): Adjust.
2552 * d-lang.c (d_language_defn): Install default_search_name_hash.
2553 * dbxread.c (struct symloc): Add 'pst_language' field.
2554 (PST_LANGUAGE): Define.
2555 (start_psymtab, read_ofile_symtab): Use it.
2556 (process_one_symbol): New 'language' parameter. Pass it down.
2557 * dictionary.c (struct dictionary) <language>: New field.
2558 (DICT_LANGUAGE): Define.
2559 (dict_create_hashed, dict_create_hashed_expandable)
2560 (dict_create_linear, dict_create_linear_expandable): New parameter
2561 'language'. Set the dictionary's language.
2562 (iter_match_first_hashed): Adjust to rename.
2563 (insert_symbol_hashed): Assert we don't see mismatching
2564 languages. Adjust to rename.
2565 (dict_hash): Rename to ...
2566 (default_search_name_hash): ... this and make extern.
2567 * dictionary.h (struct language_defn): Forward declare.
2568 (dict_create_hashed): New parameter 'language'.
2569 * dwarf2read.c (dwarf2_start_symtab): Pass down language.
2570 * f-lang.c (f_language_defn): Install default_search_name_hash.
2571 * go-lang.c (go_language_defn): Install default_search_name_hash.
2572 * jit.c (finalize_symtab): Pass compunit's language to dictionary
2573 creation.
2574 * language.c (unknown_language_defn, auto_language_defn):
2575 * language.h (language_defn::la_search_name_hash): New field.
2576 (default_search_name_hash): Declare.
2577 * m2-lang.c (m2_language_defn): Install default_search_name_hash.
2578 * mdebugread.c (new_block): New parameter 'language'.
2579 * mdebugread.c (parse_symbol): Pass symbol language to block
2580 allocation.
2581 (psymtab_to_symtab_1): Pass down language.
2582 (new_symtab): Pass compunit's language to block allocation.
2583 * objc-lang.c (objc_language_defn): Install
2584 default_search_name_hash.
2585 * opencl-lang.c (opencl_language_defn):
2586 * p-lang.c (pascal_language_defn): Install
2587 default_search_name_hash.
2588 * rust-lang.c (rust_language_defn): Install
2589 default_search_name_hash.
2590 * stabsread.h (enum language): Forward declare.
2591 (process_one_symbol): Add 'language' parameter.
2592 * symtab.c (search_name_hash): New function.
2593 * symtab.h (search_name_hash): Declare.
2594 * xcoffread.c (read_xcoff_symtab): Pass language to start_symtab.
2595
2596 2017-11-08 Pedro Alves <palves@redhat.com>
2597
2598 * cp-name-parser.y (main): Don't initialize extra_chars.
2599
2600 2017-11-07 Tom Tromey <tom@tromey.com>
2601
2602 * event-top.h (command_handler): Constify.
2603 * record-full.c (cmd_record_full_start): Update.
2604 * thread.c (thread_apply_all_command): Update.
2605 * printcmd.c (eval_command): Update.
2606 * mi/mi-main.c (mi_execute_cli_command): Update.
2607 (mi_execute_async_cli_command): Update.
2608 * tui/tui-stack.c (tui_update_command): Update.
2609 * cli/cli-interp.c (safe_execute_command): Constify.
2610 * record.c (record_start): Update.
2611 (record_start, record_stop, cmd_record_start): Update.
2612 * record-btrace.c (cmd_record_btrace_bts_start): Update.
2613 (cmd_record_btrace_pt_start): Update.
2614 (cmd_record_btrace_start): Update.
2615 (cmd_record_btrace_start): Update.
2616 * reverse.c (exec_reverse_once): Update.
2617 * python/python.c (execute_gdb_command): Don't copy the command.
2618 * event-top.c (command_line_handler): Update.
2619 (command_handler): Constify.
2620 * defs.h (deprecated_call_command_hook): Constify.
2621 * cli/cli-script.h (execute_user_command): Constify.
2622 * cli/cli-script.c (execute_user_command): Constify.
2623 (execute_cmd_pre_hook, execute_cmd_post_hook): Constify.
2624 (enum command_control_type): Update.
2625 * main.c (catch_command_errors): Remove non-const overload.
2626 (catch_command_errors_ftype): Remove.
2627 * python/py-cmd.c (cmdpy_function): Constify.
2628 * guile/scm-cmd.c (cmdscm_function): Constify.
2629 * cli/cli-dump.c (call_dump_func): Constify.
2630 * cli/cli-decode.c (do_const_cfunc): Constify.
2631 (do_sfunc): Constify.
2632 (cmd_func): Constify.
2633 * gdbcmd.h (execute_command, execute_command_to_string): Constify.
2634 * top.h (execute_command): Constify.
2635 * top.c (execute_command): Constify.
2636 (execute_command_to_string): Constify.
2637 (deprecated_call_command_hook): Constify.
2638 * command.h (cmd_func): Constify.
2639 * cli/cli-decode.h (struct cmd_list_element) <func>: Constify.
2640
2641 2017-11-07 Tom Tromey <tom@tromey.com>
2642
2643 * ada-lang.c (catch_ada_exception_command): Constify.
2644 (catch_assert_command): Constify.
2645 * break-catch-throw.c (catch_catch_command, catch_throw_command)
2646 (catch_rethrow_command): Constify.
2647 (catch_exception_command_1): Constify.
2648 * breakpoint.h (add_catch_command): Constify.
2649 * break-catch-syscall.c (catch_syscall_command_1): Constify.
2650 (catch_syscall_split_args): Constify.
2651 * break-catch-sig.c (catch_signal_command): Constify.
2652 (catch_signal_split_args): Constify.
2653 * cli/cli-decode.h (struct cmd_list_element) <function>: Use
2654 cmd_const_sfunc_ftype.
2655 * cli/cli-decode.c (add_setshow_cmd_full): Constify.
2656 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
2657 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
2658 (add_setshow_string_cmd, struct cmd_list_element)
2659 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
2660 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
2661 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd):
2662 Constify.
2663 (set_cmd_sfunc): Constify.
2664 (empty_sfunc): Constify.
2665 * command.h (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
2666 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
2667 (add_setshow_string_cmd, add_setshow_string_noescape_cmd)
2668 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
2669 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
2670 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
2671 Constify.
2672 (set_cmd_sfunc): Constify.
2673 (cmd_sfunc_ftype): Remove.
2674 * compile/compile.c (set_compile_args): Constify.
2675 * infrun.c (set_disable_randomization): Constify.
2676 * infcmd.c (set_args_command, set_cwd_command): Constify.
2677 * breakpoint.c (set_condition_evaluation_mode): Constify.
2678 (add_catch_command): Constify.
2679 (catch_fork_command_1, catch_exec_command_1)
2680 (catch_load_command_1, catch_unload_command_1): Constify.
2681 (catch_load_or_unload): Constify.
2682 * guile/scm-param.c (pascm_set_func): Constify.
2683 (add_setshow_generic): Constify.
2684 * python/py-param.c (get_set_value): Constify.
2685 * top.h (set_verbose): Constify.
2686 * tui/tui-win.c (tui_set_var_cmd): Constify.
2687 * mi/mi-main.c (set_mi_async_command): Constify.
2688 * cli/cli-logging.c (set_logging_overwrite)
2689 (set_logging_redirect): Constify.
2690 * value.c (set_max_value_size): Constify.
2691 * valprint.c (set_input_radix, set_output_radix): Constify.
2692 * utils.c (set_width_command, set_height_command): Constify.
2693 * typeprint.c (set_print_type_methods, set_print_type_typedefs): Constify.
2694 * tracepoint.c (set_disconnected_tracing)
2695 (set_circular_trace_buffer, set_trace_buffer_size)
2696 (set_trace_user, set_trace_notes, set_trace_stop_notes): Constify.
2697 * top.c (set_history_size_command, set_verbose, set_editing)
2698 (set_gdb_datadir, set_history_filename): Constify.
2699 * target.c (set_targetdebug, maint_set_target_async_command)
2700 (maint_set_target_non_stop_command, set_target_permissions)
2701 (set_write_memory_permission): Constify.
2702 (open_target): Constify.
2703 * target-descriptions.c (set_tdesc_filename_cmd): Constify.
2704 * target-dcache.c (set_stack_cache, set_code_cache): Constify.
2705 * symtab.c (set_symbol_cache_size_handler): Constify.
2706 * symfile.c (set_ext_lang_command): Constify.
2707 * symfile-debug.c (set_debug_symfile): Constify.
2708 * source.c (set_directories_command): Constify.
2709 * solib.c (reload_shared_libraries, gdb_sysroot_changed): Constify.
2710 * serial.c (set_parity): Constify.
2711 * rs6000-tdep.c (powerpc_set_soft_float, powerpc_set_vector_abi): Constify.
2712 * remote.c (set_remote_exec_file, set_remotebreak)
2713 (set_remote_protocol_Z_packet_cmd, set_range_stepping): Constify.
2714 * record.c (set_record_insn_history_size)
2715 (set_record_call_history_size): Constify.
2716 * record-full.c (set_record_full_insn_max_num): Constify.
2717 * proc-api.c (set_procfs_trace_cmd, set_procfs_file_cmd): Constify.
2718 * osabi.c (set_osabi): Constify.
2719 * mips-tdep.c (set_mips64_transfers_32bit_regs)
2720 (reinit_frame_cache_sfunc, mips_abi_update): Constify.
2721 * maint.c (maintenance_set_profile_cmd): Constify.
2722 * linux-thread-db.c (set_libthread_db_search_path): Constify.
2723 * language.c (set_language_command, set_range_command)
2724 (set_case_command): Constify.
2725 * infrun.c (set_non_stop, set_observer_mode)
2726 (set_stop_on_solib_events, set_schedlock_func)
2727 (set_exec_direction_func): Constify.
2728 * infcmd.c (set_inferior_tty_command): Constify.
2729 * disasm.c (set_disassembler_options_sfunc): Constify.
2730 * demangle.c (set_demangling_command): Constify.
2731 * dcache.c (set_dcache_size, set_dcache_line_size): Constify.
2732 * cris-tdep.c (set_cris_version, set_cris_mode)
2733 (set_cris_dwarf2_cfi): Constify.
2734 * corefile.c (set_gnutarget_command): Constify.
2735 * charset.c (set_host_charset_sfunc, set_target_charset_sfunc)
2736 (set_target_wide_charset_sfunc): Constify.
2737 * breakpoint.c (update_dprintf_commands): Constify.
2738 * auto-load.c (set_auto_load_dir, set_auto_load_safe_path): Constify.
2739 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi)
2740 (set_disassembly_style_sfunc): Constify.
2741 * arch-utils.c (set_endian, set_architecture): Constify.
2742 * alpha-tdep.c (reinit_frame_cache_sfunc): Constify.
2743 * agent.c (set_can_use_agent): Constify.
2744
2745 2017-11-07 Tom Tromey <tom@tromey.com>
2746
2747 * go32-nat.c (go32_sysinfo, go32_sldt, go32_sgdt, go32_sidt)
2748 (go32_pde, go32_pte, go32_pte_for_address): Constify.
2749 * gnu-nat.c (_parse_bool_arg, show_thread_default_pause_cmd)
2750 (set_thread_default_pause_cmd, set_thread_default_run_cmd)
2751 (show_thread_default_run_cmd, set_thread_default_detach_sc_cmd)
2752 (parse_int_arg, show_thread_default_detach_sc_cmd)
2753 (set_signals_cmd, show_signals_cmd, set_sig_thread_cmd)
2754 (show_sig_thread_cmd, set_stopped_cmd, show_stopped_cmd)
2755 (set_exceptions_cmd, show_exceptions_cmd, set_task_pause_cmd)
2756 (show_task_pause_cmd, set_task_detach_sc_cmd)
2757 (show_task_detach_sc_cmd, set_task_exc_port_cmd)
2758 (set_noninvasive_cmd, set_thread_pause_cmd)
2759 (show_thread_pause_cmd, set_thread_run_cmd, show_thread_run_cmd)
2760 (set_thread_detach_sc_cmd, show_thread_detach_sc_cmd)
2761 (set_thread_exc_port_cmd, thread_takeover_sc_cmd): Constify.
2762 * windows-nat.c (display_selectors): Constify.
2763 * cli/cli-decode.h (struct cmd_list_element) <function>: Remove
2764 non-const "cfunc".
2765 * cli/cli-decode.c (set_cmd_cfunc): Remove non-const overload.
2766 (cmd_cfunc_eq): Likewise.
2767 (struct cmd_list_element): Likewise.
2768 (do_cfunc): Remove.
2769 (cli_user_command_p): Update.
2770 * command.h (add_cmd): Remove non-const overload.
2771 (cmd_cfunc_ftype): Remove typedef.
2772 (cmd_cfunc_eq): Remove non-const overload.
2773 * value.c (show_values): Constify.
2774 * thread.c (thread_apply_all_command): Constify.
2775 * symfile.c (load_command): Constify.
2776 * source.c (directory_command): Constify.
2777 * maint.c (maintenance_internal_error)
2778 (maintenance_demangler_warning, maintenance_space_display)
2779 (maintenance_print_architecture, maintenance_translate_address)
2780 (maintenance_info_selftests, maintenance_internal_warning):
2781 Constify.
2782 * breakpoint.c (disable_trace_command, enable_trace_command):
2783 Constify.
2784 * auto-load.c (info_auto_load_local_gdbinit, add_auto_load_dir):
2785 Constify.
2786 (add_auto_load_safe_path): Constify.
2787 * guile/scm-auto-load.c (info_auto_load_guile_scripts): Constify.
2788 * top.h (show_commands): Constify.
2789 * linux-thread-db.c (info_auto_load_libthread_db): Constify.
2790 * sparc64-tdep.c (adi_examine_command): Constify.
2791 (adi_assign_command): Constify.
2792
2793 2017-11-07 Tom Tromey <tom@tromey.com>
2794
2795 * frame.h (info_locals_command, info_args_command): Constify.
2796 * auto-load.h (auto_load_info_scripts): Constify.
2797 * inferior.h (registers_info): Constify.
2798 * copying.c: Rebuild.
2799 * copying.awk: Constify generated commands.
2800 * auto-load.c (auto_load_info_scripts)
2801 (info_auto_load_gdb_scripts): Constify.
2802 * cli/cli-decode.c (struct cmd_list_element): Take a
2803 cmd_const_cfunc_ftype.
2804 * command.h (add_info): Take a cmd_const_cfunc_ftype.
2805 * tui/tui-win.c (tui_all_windows_info): Constify.
2806 * python/py-auto-load.c (info_auto_load_python_scripts):
2807 Constify.
2808 * cli/cli-cmds.c (show_command): Remove non-const overload.
2809 * tracepoint.c (info_tvariables_command, info_scope_command):
2810 Constify.
2811 (info_static_tracepoint_markers_command): Constify.
2812 * thread.c (info_threads_command): Constify.
2813 (print_thread_info_1): Constify.
2814 * target.c (info_target_command): Constify.
2815 * symtab.c (info_sources_command, info_functions_command)
2816 (info_types_command): Constify.
2817 (info_variables_command): Remove non-const overload.
2818 * symfile.c (info_ext_lang_command): Constify.
2819 * stack.c (info_frame_command, info_locals_command)
2820 (info_args_command): Constify.
2821 (backtrace_command): Remove non-const overload.
2822 * source.c (info_source_command, info_line_command): Constify.
2823 * solib.c (info_sharedlibrary_command): Constify.
2824 * skip.c (info_skip_command): Constify.
2825 * ser-go32.c (info_serial_command): Constify.
2826 * reverse.c (info_bookmarks_command): Constify.
2827 * printcmd.c (info_symbol_command, info_address_command)
2828 (info_display_command): Constify.
2829 * osdata.c (info_osdata_command): Constify.
2830 * objc-lang.c (info_selectors_command, info_classes_command):
2831 Constify.
2832 * nto-procfs.c (procfs_pidlist, procfs_meminfo): Constify.
2833 * memattr.c (info_mem_command): Constify.
2834 * macrocmd.c (info_macro_command, info_macros_command): Constify.
2835 * linux-fork.c (info_checkpoints_command): Constify.
2836 * infrun.c (info_signals_command): Constify.
2837 * inflow.c (info_terminal_command): Constify.
2838 * inferior.c (info_inferiors_command): Constify.
2839 (print_inferior): Constify.
2840 * infcmd.c (info_program_command, info_all_registers_command)
2841 (info_registers_command, info_vector_command)
2842 (info_float_command): Constify.
2843 (registers_info): Constify.
2844 * gnu-nat.c (info_send_rights_cmd, info_recv_rights_cmd)
2845 (info_port_sets_cmd, info_dead_names_cmd, info_port_rights_cmd):
2846 Constify.
2847 * f-valprint.c (info_common_command): Constify.
2848 * dcache.c (info_dcache_command): Constify.
2849 (dcache_info_1): Constify.
2850 * darwin-nat-info.c (info_mach_tasks_command)
2851 (info_mach_task_command, info_mach_ports_command)
2852 (info_mach_port_command, info_mach_threads_command)
2853 (info_mach_thread_command, info_mach_regions_command)
2854 (info_mach_regions_recurse_command, info_mach_region_command)
2855 (info_mach_exceptions_command): Constify.
2856 (get_task_from_args): Constify.
2857 * cp-support.c (info_vtbl_command): Constify.
2858 * breakpoint.c (info_watchpoints_command)
2859 (info_tracepoints_command): Constify.
2860 (info_breakpoints_command): Remove non-const overload.
2861 * avr-tdep.c (avr_io_reg_read_command): Constify.
2862 * auxv.c (info_auxv_command): Constify.
2863 * ada-tasks.c (info_tasks_command): Constify.
2864 (info_task): Constify.
2865 * ada-lang.c (info_exceptions_command): Constify.
2866
2867 2017-11-07 Tom Tromey <tom@tromey.com>
2868
2869 * solib.h (no_shared_libraries): Constify.
2870 * frame.h (return_command): Constify.
2871 * cli/cli-cmds.h (quit_command): Constify.
2872 * top.h (quit_command, execute_command): Constify.
2873 * target.h (flash_erase_command): Constify.
2874 * inferior.h (set_inferior_args, attach_command): Constify.
2875 * tracepoint.h (start_tracing, stop_tracing): Constify.
2876 * breakpoint.h (break_command, tbreak_command)
2877 (hbreak_command_wrapper, thbreak_command_wrapper)
2878 (rbreak_command_wrapper, watch_command_wrapper)
2879 (awatch_command_wrapper, rwatch_command_wrapper)
2880 (get_tracepoint_by_number): Constify.
2881 * symtab.c (info_variables_command, rbreak_command)
2882 (symtab_symbol_info): Constify.
2883 (info_variables_command): Add non-const overload.
2884 * top.c (dont_repeat_command): Constify.
2885 * breakpoint.c (ignore_command, commands_command)
2886 (condition_command, tbreak_command, hbreak_command)
2887 (thbreak_command, clear_command, break_command)
2888 (info_breakpoints_command, watch_command, rwatch_command)
2889 (awatch_command, trace_command, ftrace_command, strace_command)
2890 (trace_pass_command, break_range_command, dprintf_command)
2891 (agent_printf_command, get_tracepoint_by_number)
2892 (watch_maybe_just_location, trace_pass_command): Constify.
2893 (info_breakpoints_command): Add non-const overload.
2894 * tracefile.c (tsave_command): Constify.
2895 * infcmd.c (attach_command, disconnect_command, signal_command)
2896 (queue_signal_command, stepi_command, nexti_command)
2897 (finish_command, next_command, step_command, until_command)
2898 (advance_command, jump_command, continue_command, run_command)
2899 (start_command, starti_command, interrupt_command)
2900 (run_command_1, set_inferior_args, step_1): Constify.
2901 * inferior.c (add_inferior_command, remove_inferior_command)
2902 (clone_inferior_command): Constify.
2903 * linux-fork.c (checkpoint_command, restart_command): Constify.
2904 * windows-nat.c (signal_event_command): Constify.
2905 * guile/guile.c (guile_repl_command, guile_command): Constify.
2906 * printcmd.c (x_command, display_command, printf_command)
2907 (output_command, set_command, call_command, print_command)
2908 (eval_command): Constify.
2909 (non_const_set_command): Remove.
2910 (_initialize_printcmd): Update.
2911 * source.c (forward_search_command, reverse_search_command):
2912 Constify.
2913 * jit.c (jit_reader_load_command, jit_reader_unload_command):
2914 Constify.
2915 * infrun.c (handle_command): Constify.
2916 * memattr.c (mem_command): Constify.
2917 * stack.c (return_command, up_command, up_silently_command)
2918 (down_command, down_silently_command, frame_command)
2919 (backtrace_command, func_command, backtrace_command_1): Constify.
2920 (backtrace_command): Add non-const overload.
2921 * remote-sim.c (simulator_command): Constify.
2922 * exec.c (set_section_command): Constify.
2923 * tracepoint.c (tdump_command, trace_variable_command)
2924 (tstatus_command, tstop_command, tstart_command)
2925 (end_actions_pseudocommand, while_stepping_pseudocommand)
2926 (collect_pseudocommand, teval_pseudocommand, actions_command)
2927 (start_tracing, stop_tracing): Constify.
2928 * value.c (init_if_undefined_command): Constify.
2929 * tui/tui-stack.c (tui_update_command): Constify.
2930 * tui/tui-win.c (tui_refresh_all_command)
2931 (tui_set_tab_width_command, tui_set_win_height_command)
2932 (tui_set_focus_command, tui_scroll_forward_command)
2933 (tui_scroll_backward_command, tui_scroll_left_command)
2934 (tui_scroll_right_command, parse_scrolling_args, tui_set_focus)
2935 (tui_set_win_height): Constify.
2936 * tui/tui-layout.c (tui_layout_command): Constify.
2937 * procfs.c (proc_trace_syscalls, proc_trace_sysentry_cmd)
2938 (proc_trace_sysexit_cmd, proc_untrace_sysentry_cmd)
2939 (proc_untrace_sysexit_cmd): Constify.
2940 * remote.c (threadlist_test_cmd, threadinfo_test_cmd)
2941 (threadset_test_cmd, threadlist_update_test_cmd)
2942 (threadalive_test): Constify.
2943 * objc-lang.c (print_object_command): Constify.
2944 * command.h (add_com): Constify.
2945 * cli/cli-dump.c (restore_command): Constify.
2946 * cli/cli-cmds.c (pwd_command, echo_command, quit_command)
2947 (help_command, complete_command, shell_command, edit_command)
2948 (list_command, disassemble_command, make_command)
2949 (apropos_command, alias_command): Constify.
2950 * cli/cli-script.c (document_command, define_command)
2951 (while_command, if_command, validate_comname): Constify.
2952 * cli/cli-decode.c (struct cmd_list_element): Change type of
2953 "fun".
2954 * target.c (do_monitor_command, flash_erase_command): Constify.
2955 * regcache.c (reg_flush_command): Constify.
2956 * reverse.c (reverse_step, reverse_next, reverse_stepi)
2957 (reverse_nexti, reverse_continue, reverse_finish)
2958 (save_bookmark_command, goto_bookmark_command)
2959 (exec_reverse_once): Constify.
2960 * python/python.c (python_interactive_command, python_command):
2961 Constify.
2962 * typeprint.c (ptype_command, whatis_command, whatis_exp):
2963 Constify.
2964 * solib.c (sharedlibrary_command, no_shared_libraries): Constify.
2965 * gcore.c (gcore_command): Constify.
2966
2967 2017-11-07 Tom Tromey <tom@tromey.com>
2968
2969 * printcmd.c (x_command): Call set_repeat_arguments.
2970 * cli/cli-cmds.c (list_command): Call set_repeat_arguments.
2971 * top.c (repeat_arguments): New global.
2972 (set_repeat_arguments): New function.
2973 (execute_command): Handle repeat_arguments.
2974 (show_commands): Calls set_repeat_arguments.
2975 * command.h (set_repeat_arguments): Declare.
2976
2977 2017-11-07 Tom Tromey <tom@tromey.com>
2978
2979 * stack.c (backtrace_command): Use std::string.
2980 (backtrace_command_1): Make "count_exp" const.
2981
2982 2017-11-07 Tom Tromey <tom@tromey.com>
2983
2984 * source.c (directory_switch, mod_path, add_path): Constify.
2985 * defs.h (add_path, mod_path, directory_switch): Constify.
2986 * mi/mi-cmd-env.c (env_mod_path): Constify.
2987
2988 2017-11-07 Tom Tromey <tom@tromey.com>
2989
2990 * infcmd.c (strip_bg_char): Return gdb::unique_xmalloc_ptr.
2991 (run_command_1, continue_command, step_1, jump_command)
2992 (signal_command, until_command, advance_command, finish_command)
2993 (attach_command): Update.
2994
2995 2017-11-07 Tom Tromey <tom@tromey.com>
2996
2997 * command.h (set_cmd_cfunc): Don't declare.
2998 * cli/cli-decode.c (set_cmd_cfunc): Now static.
2999
3000 2017-11-07 Tom Tromey <tom@tromey.com>
3001
3002 * stack.c (select_frame_command): Constify.
3003 * cli/cli-decode.c (add_com_suppress_notification): Constify.
3004 * command.h (add_com_suppress_notification): Constify.
3005
3006 2017-11-07 Tom Tromey <tom@tromey.com>
3007
3008 * breakpoint.c (stop_command): Constify.
3009 * cli/cli-decode.c (struct cmd_list_element): Constify.
3010 * command.h (add_abbrev_prefix_cmd): Constify.
3011
3012 2017-11-07 Pedro Alves <palves@redhat.com>
3013
3014 * breakpoint.c (extract_bp_kind): New enum.
3015 (extract_bp_num, extract_bp_or_bp_range): New functions, partially
3016 factored out from ...
3017 (extract_bp_number_and_location): ... here.
3018 * cli/cli-utils.c (get_number_trailer): Handle '-$variable'.
3019
3020 2017-11-07 Pedro Alves <palves@redhat.com>
3021
3022 * breakpoint.c (extract_bp_number_and_location): Change return
3023 type to void. Throw error instead of warning.
3024 (enable_disable_command): Adjust.
3025
3026 2017-11-07 Xavier Roirand <roirand@adacore.com>
3027 Pedro Alves <palves@redhat.com>
3028
3029 * breakpoint.c (map_breakpoint_number_range): New, factored out
3030 from ...
3031 (map_breakpoint_numbers): ... here.
3032 (find_location_by_number): Change parameters from string to
3033 breakpoint number and location.
3034 (extract_bp_number_and_location): New function.
3035 (enable_disable_bp_num_loc)
3036 (enable_disable_breakpoint_location_range)
3037 (enable_disable_command): New functions, factored out ...
3038 (enable_command, disable_command): ... these functions, and
3039 adjusted to support ranges.
3040 * NEWS: Document enable/disable breakpoint location range feature.
3041
3042 2017-11-06 Luis Machado <luis.machado@linaro.org>
3043
3044 * MAINTAINERS (Write After Approval): Update my e-mail address.
3045
3046 2017-11-06 Pedro Alves <palves@redhat.com>
3047
3048 * gnu-nat.c (gnu_terminal_init): Delete.
3049 (gnu_target): Don't install gnu_terminal_init.
3050 * inflow.c (child_terminal_init_with_pgrp): Delete, merged with ...
3051 (child_terminal_init): ... this function.
3052
3053 2017-11-06 Pedro Alves <palves@redhat.com>
3054
3055 * common/common.m4 (GDB_AC_COMMON): No longer check termio.h nor
3056 sgtty.h.
3057 * config.in, configure: Regenerate.
3058
3059 2017-11-06 Pedro Alves <palves@redhat.com>
3060
3061 * event-top.c: Check SIGTSTP instead of STOP_SIGNAL thoughout.
3062 (async_init_signals): Adjust.
3063 (handle_stop_sig): Rename to ...
3064 (handle_sigtstp): ... this.
3065 (async_stop_sig): Rename to ...
3066 (async_sigtstp_handler): ... this, and delete STOP_SIGNAL !=
3067 SIGTSTP path.
3068 * event-top.h: Move signal.h include to the top. Check SIGTSTP
3069 instead of STOP_SIGNAL thoughout.
3070 (handle_stop_sig): Rename to ...
3071 (handle_sigtstp): ... this.
3072 * top.c (command_line_input): Replace STOP_SIGNAL -> SIGTSTP.
3073
3074 2017-11-06 Pedro Alves <palves@redhat.com>
3075
3076 * inflow.c (child_terminal_inferior, child_terminal_ours_1): No
3077 longer set flags twice in row.
3078
3079 2017-11-06 Pedro Alves <palves@redhat.com>
3080
3081 * Makefile.in (SER_HARDWIRE): Update comment.
3082 (HFILES_NO_SRCDIR): Remove gdb_termios.h.
3083 * common/gdb_termios.h: Delete file.
3084 * common/job-control.c: Include termios.h and unistd.h instead of
3085 gdb_termios.h.
3086 (gdb_setpgid): Remove HAVE_TERMIOS || TIOCGPGRP preprocessor
3087 check.
3088 (have_job_control): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3089 Remove sgtty code.
3090 * configure.ac: No longer check for termio.h and sgtty.h.
3091 * configure: Regenerate.
3092 * inflow.c: Include termios.h instead of gdb_termios.h. Replace
3093 PROCESS_GROUP_TYPE checks with HAVE_TERMIOS_H checks throughout.
3094 Replace PROCESS_GROUP_TYPE references with pid_t references
3095 throughout.
3096 (gdb_getpgrp): Delete.
3097 (set_initial_gdb_ttystate): Use tcgetpgrp instead of gdb_getpgrp.
3098 (child_terminal_inferior): Remove comment. Remove sgtty code.
3099 (child_terminal_ours_1): Use tcgetpgrp directly instead of
3100 gdb_getpgrp. Use serial_set_tty_state instead aof
3101 serial_noflush_set_tty_state. Remove sgtty code.
3102 * inflow.h: Include unistd.h instead of gdb_termios.h. Replace
3103 PROCESS_GROUP_TYPE check with HAVE_TERMIOS_H check.
3104 (inferior_process_group): Now returns pid_t.
3105 * ser-base.c (ser_base_noflush_set_tty_state): Delete.
3106 * ser-base.h (ser_base_noflush_set_tty_state): Delete.
3107 * ser-event.c (serial_event_ops): Update.
3108 * ser-go32.c (dos_noflush_set_tty_state): Delete.
3109 (dos_ops): Update.
3110 * ser-mingw.c (hardwire_ops, tty_ops, pipe_ops, tcp_ops): Update.
3111 * ser-pipe.c (pipe_ops): Update.
3112 * ser-tcp.c (tcp_ops): Update.
3113 * ser-unix.c: Include termios.h instead of gdb_termios.h. Remove
3114 HAVE_TERMIOS checks.
3115 [HAVE_TERMIO] (struct hardwire_ttystate): Delete.
3116 [HAVE_SGTTY] (struct hardwire_ttystate): Delete.
3117 (get_tty_state, set_tty_state): Drop termio and sgtty code, and
3118 assume termios.
3119 (hardwire_noflush_set_tty_state): Delete.
3120 (hardwire_print_tty_state, hardwire_drain_output)
3121 (hardwire_flush_output, hardwire_flush_input)
3122 (hardwire_send_break, hardwire_raw, hardwire_setbaudrate)
3123 (hardwire_setstopbits, hardwire_setparity): Drop termio and sgtty
3124 code, and assume termios.
3125 (hardwire_ops): Update.
3126 (_initialize_ser_hardwire): Remove HAVE_TERMIOS check.
3127 * serial.c (serial_noflush_set_tty_state): Delete.
3128 * serial.h (serial_noflush_set_tty_state): Delete.
3129 (serial_ops::noflush_set_tty_state): Delete.
3130
3131 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3132
3133 * Makefile.in (SFILES): Remove doublest.c and dfp.c.
3134 (HFILES_NO_SRCDIR): Remove doublest.h and dfp.h.
3135 (COMMON_OBS): Remove doublest.o and dfp.o.
3136 Do not build target-float.c (instead of doublest.c)
3137 with -Wformat-nonliteral.
3138
3139 * doublest.c: Remove file.
3140 * doublest.h: Remove file.
3141 * dfp.c: Remove file.
3142 * dfp.h: Remove file.
3143
3144 * target-float.c: Do not include "doublest.h" and "dfp.h".
3145 (DOUBLEST): Move here from doublest.h.
3146 (enum float_kind): Likewise.
3147 (FLOATFORMAT_CHAR_BIT): Likewise.
3148 (FLOATFORMAT_LARGEST_BYTES): Likewise.
3149 (floatformat_totalsize_bytes): Move here from doublest.c. Make static.
3150 (floatformat_precision): Likewise.
3151 (floatformat_normalize_byteorder, get_field, put_field): Likewise.
3152 (floatformat_is_negative, floatformat_classify, floatformat_mantissa):
3153 Likewise.
3154 (host_float_format, host_double_format, host_long_double_format):
3155 Likewise.
3156 (floatformat_to_string, floatformat_from_string): Likewise.
3157 (floatformat_to_doublest): Likewise. Also, inline the original
3158 convert_floatformat_to_doublest.
3159 (floatformat_from_doublest): Likewise. Also, inline the original
3160 convert_floatformat_from_doublest.
3161
3162 Include "dpd/decimal128.h", "dpd/decimal64.h", and "dpd/decimal32.h".
3163 (MAX_DECIMAL_STRING): Move here from dfp.c.
3164 (match_endianness): Likewise.
3165 (set_decnumber_context, decimal_check_errors): Likewise.
3166 (decimal_from_number, decimal_to_number): Likewise.
3167 (decimal_to_string, decimal_from_string): Likewise. Make static.
3168 (decimal_from_longest, decimal_from_ulongest): Likewise.
3169 (decimal_to_longest): Likewise.
3170 (decimal_binop, decimal_is_zero, decimal_compare): Likewise.
3171 (decimal_convert): Likewise.
3172
3173 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3174
3175 * doublest.c: Do not include "gdbtypes.h".
3176 (extract_typed_floating): Remove.
3177 (store_typed_floating): Remove.
3178 (convert_typed_floating): Remove.
3179 * doublest.h (struct type): Remove.
3180 (DOUBLEST_PRINT_FORMAT): Remove.
3181 (DOUBLEST_SCAN_FORMAT): Remove.
3182 (extract_typed_floating): Remove.
3183 (store_typed_floating): Remove.
3184 (convert_typed_floating): Remove.
3185
3186 * dfp.c (decimal_from_doublest): Remove.
3187 (decimal_to_doublest): Remove.
3188 * dfp.h: Do not include "doublest.h".
3189 (decimal_from_doublest): Remove.
3190 (decimal_to_doublest): Remove.
3191
3192 * value.c: Do not include "doublest.h" and "dfp.h".
3193 (value_as_double): Remove.
3194 (unpack_double): Remove.
3195 (value_from_double): Remove.
3196 (value_from_decfloat): Remove.
3197 * value.h: Do not include "doublest.h".
3198 (value_as_double): Remove.
3199 (unpack_double): Remove.
3200 (value_from_double): Remove.
3201 (value_from_decfloat): Remove.
3202
3203 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3204
3205 * i386-tdep.c: Include "target-float.h". Do not include "doublest.h".
3206 (i386_extract_return_value): Use target_float_convert.
3207 (i386_store_return_value): Likewise.
3208 * i387-tdep.c (i387_register_to_value): Use target_float_convert.
3209 (i387_value_to_register): Likewise.
3210 * ia64-tdep.c: Include "target-float.h". Do not include "doublest.h".
3211 (ia64_register_to_value): Use target_float_convert.
3212 (ia64_value_to_register): Likewise.
3213 (ia64_extract_return_value): Likewise.
3214 (ia64_store_return_value): Likewise.
3215 (ia64_push_dummy_call): Likewise.
3216 * m68k-tdep.c: Include "target-float.h".
3217 (m68k_register_to_value): Use target_float_convert.
3218 (m68k_value_to_register): Likewise.
3219 (m68k_svr4_extract_return_value): Likewise.
3220 (m68k_svr4_store_return_value): Likewise.
3221 * ppc-sysv-tdep.c: Include "target-float.h".
3222 (ppc_sysv_abi_push_dummy_call): Use target_float_convert.
3223 (do_ppc_sysv_return_value): Likewise.
3224 (ppc64_sysv_abi_push_freg): Likewise.
3225 (ppc64_sysv_abi_return_value_base): Likewise.
3226 * rs6000-aix-tdep.c: Include "target-float.h".
3227 (rs6000_push_dummy_call): Use target_float_convert.
3228 (rs6000_return_value): Likewise.
3229 * rs6000-lynx178-tdep.c: Include "target-float.h".
3230 (rs6000_lynx178_push_dummy_call): Use target_float_convert.
3231 (rs6000_lynx178_return_value): Likewise.
3232 * rs6000-tdep.c: Include "target-float.h". Do not include "doublest.h".
3233 (rs6000_register_to_value): Use target_float_convert.
3234 (rs6000_value_to_register): Likewise.
3235 * arm-tdep.c: Include "target-float.h". Do not include "doublest.h".
3236 (arm_extract_return_value): Use target_float_convert.
3237 (arm_store_return_value): Likewise.
3238 * sh-tdep.c: Include "target-float.h". Do not include "doublest.h".
3239 (sh_register_convert_to_virtual): Use target_float_convert.
3240 (sh_register_convert_to_raw): Likewise.
3241 * sh64-tdep.c: Include "target-float.h".
3242 (sh64_extract_return_value): Use target_float_convert.
3243 (sh64_register_convert_to_virtual): Likewise.
3244 (sh64_register_convert_to_raw): Likewise. Fix argument types.
3245
3246 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3247
3248 * target-float.c (floatformat_to_host_double): New function.
3249 (floatformat_from_host_double): Likewise.
3250 (target_float_to_host_double): Likewise.
3251 (target_float_from_host_double): Likewise.
3252 * target-float.h (target_float_to_host_double): Add prototype.
3253 (target_float_from_host_double): Likewise.
3254
3255 * guile/scm-value.c: Include "target-float.h".
3256 (gdbscm_value_to_real): Use target_float_to_host_double.
3257 Handle integer source values via value_as_long.
3258 * guile/scm-math.c: Include "target-float.h". Do not include
3259 "doublest.h", "dfp.h", and "expression.h".
3260 (vlscm_convert_typed_number): Use target_float_from_host_double.
3261 (vlscm_convert_number): Likewise.
3262
3263 * python/py-value.c (valpy_float): Use target_float_to_host_double.
3264 (convert_value_from_python): Use target_float_from_host_double.
3265
3266 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3267
3268 * ada-lang.c (cast_to_fixed): Reimplement in target arithmetic.
3269 (cast_from_fixed): Likewise.
3270 (ada_scaling_type): New function.
3271 (ada_delta): Return value instead of DOUBLEST. Perform target
3272 arithmetic instead of host arithmetic.
3273 (scaling_factor): Rename to ...
3274 (ada_scaling_factor) ... this. Make non-static. Return value instead
3275 of DOUBLEST. Perform target arithmetic instead of host arithmetic.
3276 (ada_fixed_to_float): Remove.
3277 (ada_float_to_fixed): Remove.
3278 * ada-lang.h (ada_fixed_to_float): Remove.
3279 (ada_float_to_fixed): Remove.
3280 (ada_delta): Return value instead of DOUBLEST.
3281 (ada_scaling_factor): Add prototype.
3282
3283 * ada-typeprint.c: Include "target-float.h".
3284 (print_fixed_point_type): Perform target arithmetic instead of
3285 host arithmetic.
3286 * ada-valprint.c: Include "target-float.h".
3287 (ada_val_print_num): Perform target arithmetic instead of
3288 host arithmetic for fixed-point types.
3289
3290 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3291
3292 * target-float.c: Include <math.h>.
3293 (floatformat_binop): New function.
3294 (floatformat_compare): Likewise.
3295 (target_float_binop): Likewise.
3296 (target_float_compare): Likewise.
3297 * target-float.h: Include "expression.h".
3298 (target_float_binop): Add prototype.
3299 (target_float_compare): Likewise.
3300
3301 * valarith.c: Do not include "doublest.h" and "dfp.h".
3302 Include "common/byte-vector.h".
3303 (value_args_as_decimal): Remove, replace by ...
3304 (value_args_as_target_float): ... this function. Handle both
3305 binary and decimal target floating-point formats.
3306 (scalar_binop): Handle both binary and decimal FP using
3307 value_args_as_target_float and target_float_binop.
3308 (value_equal): Handle both binary and decimal FP using
3309 value_args_as_target_float and target_float_compare.
3310 (value_less): Likewise.
3311 (value_pos): Handle all scalar types as simple copy.
3312 (value_neg): Handle all scalar types via BINOP_SUB from 0.
3313 * dfp.c (decimal_binop): Throw error instead of internal_error
3314 when called with an unsupported operation code.
3315
3316 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3317
3318 * target-float.c (target_float_to_string): New function.
3319 (target_float_from_string): New function.
3320 * target-float.h (target_float_to_string): Add prototype.
3321 (target_float_from_string): Add prototype.
3322
3323 * valprint.c: Include "target-float.h". Do not include
3324 "doublest.h" and "dfp.h".
3325 (print_floating): Use target_float_to_string.
3326 * printcmd.c: Include "target-float.h". Do not include "dfp.h".
3327 (printf_floating): Use target_float_to_string.
3328 * i387-tdep.c: Include "target-float.h". Do not include "doublest.h".
3329 (print_i387_value): Use target_float_to_string.
3330 * mips-tdep.c: Include "target-float.h".
3331 (mips_print_fp_register): Use target_float_to_string.
3332 * sh64-tdep.c: Include "target-float.h".
3333 (sh64_do_fp_register): Use target_float_to_string.
3334
3335 * parse.c: Include "target-float.h". Do not include
3336 "doublest.h" and "dfp.h".
3337 (parse_float): Use target_float_from_string.
3338 * stabsread.c: Include "target-float.h". Do not include "doublest.h".
3339 (define_symbol): Use target_float_from_string.
3340 * gdbarch-selftests.c: Include "target-float.h".
3341 (register_to_value_test): Use target_float_from_string.
3342
3343 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3344
3345 * Makefile.c (SFILES): Add target-float.c.
3346 (HFILES_NO_SRCDIR): Add target-float.h.
3347 (COMMON_OBS): Add target-float.o.
3348 * target-float.h: New file.
3349 * target-float.c: New file.
3350
3351 * doublest.c (floatformat_classify): Fix detection of float_zero.
3352
3353 * gdbtypes.c (is_floating_type): New function.
3354 * gdbtypes.h (is_floating_type): Add prototype.
3355
3356 * value.c: Do not include "floatformat.h".
3357 (unpack_double): Use target_float_is_valid.
3358 (is_floating_value): New function.
3359 * value.h (is_floating_value): Add prototype-
3360
3361 * valarith.c: Include "target-float.h".
3362 (value_logical_not): Use target_float_is_zero.
3363
3364 * python/py-value.c: Include "target-float.h".
3365 (valpy_nonzero): Use target_float_is_zero.
3366
3367 2017-11-04 Tom Tromey <tom@tromey.com>
3368
3369 * h8300-tdep.c (h8300_push_dummy_call): Use std::vector.
3370
3371 2017-11-04 Tom Tromey <tom@tromey.com>
3372
3373 * breakpoint.c (set_momentary_breakpoint): Return
3374 breakpoint_up.
3375 (until_break_command): Update.
3376 (new_until_break_fsm): Change argument types to
3377 breakpoint_up.
3378 (set_momentary_breakpoint_at_pc): Return breakpoint_up.
3379 (do_delete_breakpoint_cleanup, make_cleanup_delete_breakpoint):
3380 Remove.
3381 * infcmd.c (finish_forward): Update.
3382 * breakpoint.h (set_momentary_breakpoint)
3383 (set_momentary_breakpoint_at_pc): Return breakpoint_up.
3384 (make_cleanup_delete_breakpoint): Remove.
3385 (struct breakpoint_deleter): New.
3386 (breakpoint_up): New typedef.
3387 * infrun.c (insert_step_resume_breakpoint_at_sal_1): Update.
3388 (insert_exception_resume_breakpoint): Update.
3389 (insert_exception_resume_from_probe): Update.
3390 (insert_longjmp_resume_breakpoint): Update.
3391 * arm-linux-tdep.c (arm_linux_copy_svc): Update.
3392 * elfread.c (elf_gnu_ifunc_resolver_stop): Update.
3393 * infcall.c (call_function_by_hand_dummy): Update
3394
3395 2017-11-04 Tom Tromey <tom@tromey.com>
3396
3397 * c-typeprint.c (c_type_print_base): Use gdb::unique_xmalloc_ptr.
3398
3399 2017-11-04 Tom Tromey <tom@tromey.com>
3400
3401 * linux-tdep.c (linux_core_info_proc_mappings): Use
3402 gdb::def_vector.
3403 (linux_get_siginfo_data): Return gdb::byte_vector. Remove
3404 "size" argument.
3405 (linux_corefile_thread): Update.
3406 (linux_make_corefile_notes): Remove unused variable.
3407
3408 2017-11-04 Tom Tromey <tom@tromey.com>
3409
3410 * ppc-linux-tdep.c (ppc_linux_get_syscall_number): Use
3411 gdb::byte_vector.
3412
3413 2017-11-04 Tom Tromey <tom@tromey.com>
3414
3415 * objfiles.c (do_free_objfile_cleanup): Remove.
3416 * compile/compile-object-load.c (compile_object_load): Update.
3417 * objfiles.h (make_cleanup_free_objfile): Remove.
3418
3419 2017-11-04 Tom Tromey <tom@tromey.com>
3420
3421 * sparc64-tdep.c (do_examine): Use gdb::def_vector.
3422 (adi_read_versions): Change "tags" to "gdb_byte *".
3423 (adi_print_versions): Likewise.
3424
3425 2017-11-04 Tom Tromey <tom@tromey.com>
3426
3427 * breakpoint.c
3428 (scoped_rbreak_breakpoints::scoped_rbreak_breakpoints): Rename
3429 from start_rbreak_breakpoints.
3430 (scoped_rbreak_breakpoints): Rename from end_rbreak_breakpoints.
3431 * breakpoint.h (class scoped_rbreak_breakpoints): New.
3432 (start_rbreak_breakpoints, end_rbreak_breakpoints): Remove.
3433 * symtab.c (do_end_rbreak_breakpoints): Remove.
3434 (rbreak_command): Use scoped_rbreak_breakpoints, std::string.
3435
3436 2017-11-04 Tom Tromey <tom@tromey.com>
3437
3438 * cp-namespace.c (reset_directive_searched): Remove.
3439 (cp_lookup_symbol_via_imports): Use scoped_restore.
3440 * cp-support.c (reset_directive_searched): Remove.
3441 (make_symbol_overload_list_using): Use scoped_restore.
3442 * d-namespace.c (d_lookup_symbol_imports): Use scoped_restore.
3443 (reset_directive_searched): Remove.
3444
3445 2017-11-04 Tom Tromey <tom@tromey.com>
3446
3447 * symfile.c (find_separate_debug_file_by_debuglink): Use
3448 unique_xmalloc_ptr.
3449
3450 2017-11-04 Tom Tromey <tom@tromey.com>
3451
3452 * compile/compile-loc2c.c (compute_stack_depth_worker): Change
3453 type of "info".
3454 (compute_stack_depth): Likewise.
3455 (do_compile_dwarf_expr_to_c): Use std::vector.
3456
3457 2017-11-04 Tom Tromey <tom@tromey.com>
3458
3459 * compile/compile-object-load.c (link_callbacks_einfo): Use
3460 std::string.
3461
3462 2017-11-04 Tom Tromey <tom@tromey.com>
3463
3464 * dwarf2read.c (process_full_comp_unit, process_full_type_unit):
3465 Use scoped_free_pendings.
3466 * dbxread.c (dbx_symfile_read, dbx_psymtab_to_symtab_1): Use
3467 scoped_free_pendings.
3468 * xcoffread.c (xcoff_psymtab_to_symtab_1): Use scoped_free_pendings.
3469 (xcoff_initial_scan): Likewise.
3470 * buildsym.c (reset_symtab_globals): Update comment.
3471 (scoped_free_pendings): Rename from really_free_pendings.
3472 (prepare_for_building): Update comment.
3473 (buildsym_init): Likewise.
3474 * buildsym.h (class scoped_free_pendings): New class.
3475 (really_free_pendings): Don't declare.
3476
3477 2017-11-03 Ulrich Weigand <uweigand@de.ibm.com>
3478
3479 * doublest.c (convert_doublest_to_floatformat): Fix uninitialized
3480 output when converting a zero value to a special byteorder format.
3481
3482 2017-11-02 Yao Qi <yao.qi@linaro.org>
3483
3484 * frame.c (do_frame_register_read): Remove aspace.
3485 * jit.c (jit_frame_sniffer): Likwise.
3486 * ppc-linux-tdep.c (ppu2spu_sniffer): Likewise.
3487 * regcache.c (regcache::regcache): Pass nullptr.
3488 (regcache_print): Caller updated.
3489 * regcache.h (regcache::regcache): Remove one constructor
3490 parameter aspace.
3491
3492 2017-11-02 Yao Qi <yao.qi@linaro.org>
3493
3494 * regcache.h (regcache) <m_readonly_p>: Change it to const bool.
3495
3496 2017-11-02 Yao Qi <yao.qi@linaro.org>
3497
3498 * breakpoint.c (insert_single_step_breakpoints): Update.
3499 * frame.c (struct frame_info) <aspace>: Add const.
3500 (frame_save_as_regcache): Add const.
3501 (get_frame_address_space): Return const address_space *.
3502 * frame.h (get_frame_address_space): Update declaration.
3503 * infrun.c (struct step_over_info) <aspace>: Add const.
3504 (set_step_over_info): Make aspace const.
3505 (displaced_step_prepare_throw): Change variable const.
3506 (resume): Likewise.
3507 (proceed): Likewise.
3508 (adjust_pc_after_break): Likewise.
3509 (save_waitstatus): Likewise.
3510 (handle_signal_stop): Likewise.
3511 (keep_going_pass_signal): Likewise.
3512 * jit.c (jit_frame_sniffer): Add const.
3513 * mips-tdep.c (mips_single_step_through_delay): Likewise.
3514 * ppc-linux-tdep.c (ppu2spu_sniffer): Likewise.
3515 * record-full.c (record_full_wait_1): Likewise.
3516 * regcache.c (regcache::regcache): Change parameter to const.
3517 * regcache.h (regcache::regcache): Likewise.
3518 (regcache::aspace): Return const address_space *.
3519 (regcache) <m_aspace>: Add const.
3520
3521 2017-11-02 Yao Qi <yao.qi@linaro.org>
3522
3523 * darwin-nat.c (cancel_breakpoint): Use regcache->aspace ().
3524 * frame.c (create_sentinel_frame): Likewise.
3525 * infrun.c (displaced_step_prepare_throw): Likewise.
3526 (resume): Likewise.
3527 (thread_still_needs_step_over_bp): Likewise.
3528 (proceed): Likewise.
3529 (do_target_wait): Likewise.
3530 (adjust_pc_after_break): Likewise.
3531 (handle_syscall_event): Likewise.
3532 (save_waitstatus): Likewise.
3533 (handle_inferior_event_1): Likewise.
3534 (handle_signal_stop): Likewise.
3535 (keep_going_pass_signal): Likewise.
3536 * linux-nat.c (status_callback): Likewise.
3537 (save_stop_reason): Likewise.
3538 (resume_stopped_resumed_lwps): Likewise.
3539 * record-full.c (record_full_exec_insn): Likewise.
3540 (record_full_wait_1): Likewise.
3541 * regcache.c (get_regcache_aspace): Remove.
3542 * regcache.h (get_regcache_aspace): Remove.
3543
3544 2017-11-02 Yao Qi <yao.qi@linaro.org>
3545
3546 * regcache.c (struct regcache_descr) <nr_raw_registers>: Remove.
3547 (init_regcache_descr): Use gdbarch_num_regs.
3548 (regcache::regcache): Likewise.
3549 (regcache::get_register_status): Likewise.
3550 (regcache::assert_raw_regnum): Likewise.
3551 (regcache::cooked_read): Likewise.
3552 (regcache::cooked_read_value): Likewise.
3553 (regcache::cooked_write): Likewise.
3554 (regcache::dump): Likewise.
3555 (regcache::num_raw_registers): New method.
3556 * regcache.h (class regcache) <num_raw_registers>: New.
3557
3558 2017-11-02 Yao Qi <yao.qi@linaro.org>
3559
3560 * regcache.c (regcache::assert_regnum): New method.
3561 (regcache::invalidate): Call assert_regnum.
3562 (regcache::raw_update): Likewise.
3563 (regcache::raw_write): Likewise.
3564 (regcache::raw_read_part): Likewise.
3565 (regcache::raw_write_part): Likewise.
3566 (regcache::raw_supply): Likewise.
3567 (regcache::raw_supply_integer): Likewise.
3568 (regcache::raw_supply_zeroed): Likewise.
3569 (regcache::raw_collect): Likewise.
3570 (regcache::raw_collect_integer): Likewise.
3571 * regcache.h (regcache::assert_regnum): Declare.
3572
3573 2017-11-02 Yao Qi <yao.qi@linaro.org>
3574
3575 * regcache.c (regcache::dump): Remove code.
3576
3577 2017-11-02 Yao Qi <yao.qi@linaro.org>
3578
3579 * regcache.c (struct regcache_descr) <sizeof_raw_register_status>:
3580 Remove.
3581 <sizeof_cooked_register_status>: Remove.
3582 (init_regcache_descr): Update.
3583 (regcache::regcache): Use nr_cooked_registers and nr_raw_registers.
3584 (regcache::save): Likewise.
3585 (regcache::dump): Likewise.
3586
3587 2017-11-01 James Bowman <james.bowman@ftdichip.com>
3588
3589 * ft32-tdep.c (ft32_fetch_instruction): New function.
3590 (ft32_analyze_prologue): Use ft32_fetch_instruction().
3591
3592 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3593
3594 * cli/cli-script.c (execute_control_command): Rename to ...
3595 (execute_control_command_1): ... this.
3596 (execute_control_command): New function.
3597
3598 2017-10-31 Simon Marchi <simon.marchi@ericsson.com>
3599
3600 * tracepoint.c (tfind_command): Remove const_cast.
3601
3602 2017-10-30 Mike Gulick <mgulick@mathworks.com>
3603
3604 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to gdb.h.
3605
3606 2017-10-30 Simon Marchi <simon.marchi@ericsson.com>
3607
3608 * common/common-utils.h (in_inclusive_range): New function.
3609 * arm-tdep.c (arm_record_extension_space): Use
3610 in_inclusive_range.
3611 (thumb_record_ld_st_reg_offset): Use in_inclusive_range.
3612 * cris-tdep.c (cris_spec_reg_applicable): Use
3613 in_inclusive_range.
3614
3615 2017-10-30 Pedro Alves <palves@redhat.com>
3616 Simon Marchi <simon.marchi@ericsson.com>
3617
3618 * remote.c (remote_set_syscall_catchpoint): Build a std::string
3619 instead of a gdb::unique_xmalloc_ptr, using string_appendf.
3620
3621 2017-10-30 Pedro Alves <palves@redhat.com>
3622
3623 * common/common-utils.c (string_appendf, string_vappendf): New
3624 functions.
3625 * common/common-utils.h (string_appendf, string_vappendf): New
3626 declarations.
3627 * unittests/common-utils-selftests.c (string_appendf_func)
3628 (test_appendf_func, string_vappendf_wrapper, string_appendf_tests)
3629 (string_vappendf_tests): New functions.
3630 (_initialize_common_utils_selftests): Register "string_appendf" and
3631 "string_vappendf tests".
3632
3633 2017-10-30 Pedro Alves <palves@redhat.com>
3634
3635 * unittests/common-utils-selftests.c (format_func): New typedef.
3636 (string_printf_tests, string_vprintf_tests): Tests factored out
3637 and merged to ...
3638 (test_format_func): ... this new function.
3639 (string_printf_tests, string_vprintf_tests): Reimplement on top of
3640 test_format_func.
3641
3642 2017-10-29 Simon Marchi <simon.marchi@ericsson.com>
3643
3644 * darwin-nat.c: Remove include of gdb.h.
3645
3646 2017-10-29 Simon Marchi <simon.marchi@ericsson.com>
3647
3648 * xtensa-xtregs.c: Fix formatting issues.
3649
3650 2017-10-29 Simon Marchi <simon.marchi@ericsson.com>
3651
3652 * xtensa-xtregs.c (xtensa_regtable_t) <name>: Constify.
3653
3654 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3655
3656 PR python/21213
3657 * python/py-infthread.c (thpy_get_inferior): Increment reference
3658 of inferior before returning it.
3659
3660 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
3661
3662 * unittests/common-utils-selftests.c (format): Add
3663 ATTRIBUTE_PRINTF.
3664
3665 2017-10-27 Simon Marchi <simon.marchi@polymtl.ca>
3666
3667 * xml-syscall.c (struct syscall_desc): Add constructor.
3668 <name>: Change type to std::string.
3669 (syscall_desc_up): New typedef.
3670 (syscall_desc_p): Remove typeder.
3671 (DEF_VEC_P(syscall_desc_p)): Remove.
3672 (struct syscall_group_desc): Add constructor.
3673 <name>: Change type to std::string.
3674 <syscalls>: Change type to std::vector.
3675 (syscall_group_desc_up): New typedef.
3676 (syscall_group_desc_p): Remove typedef.
3677 (DEF_VEC_P(syscall_group_desc_p)): Remove.
3678 (struct syscalls_info) <syscalls>: Change type to std::vector of
3679 unique_ptr.
3680 <groups>: Likewise.
3681 <my_gdb_datadir>: Change type to std::string.
3682 (syscalls_info_up): New typedef.
3683 (allocate_syscalls_info): Remove.
3684 (syscalls_info_free_syscalls_desc): Remove.
3685 (syscalls_info_free_syscall_group_desc): Remove.
3686 (free_syscalls_info): Remove.
3687 (make_cleanup_free_syscalls_info): Remove.
3688 (syscall_group_create_syscall_group_desc): Adjust.
3689 (syscall_group_add_syscall): Adjust.
3690 (syscall_create_syscall_desc): Adjust.
3691 (syscall_parse_xml): Adjust, use unique_ptr instead of cleanup.
3692 (init_syscalls_info): Adjust.
3693 (syscall_group_get_group_by_name): Adjust.
3694 (xml_get_syscall_number): Adjust.
3695 (xml_get_syscall_name): Adjust.
3696 (xml_list_of_syscalls): Adjust.
3697 (xml_list_syscalls_by_group): Adjust.
3698 (xml_list_of_groups): Adjust.
3699
3700 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
3701
3702 * probe.h: Don't include gdb_vecs.h.
3703 (DEF_VEC_P (probe_p)): Remove.
3704 (find_probes_in_objfile): Return an std::vector.
3705 * probe.c (find_probes_in_objfile): Likewise.
3706 * breakpoint.c (breakpoint_objfile_data)
3707 <longjmp_probes>: Change type to std::vector.
3708 <exception_probes>: Likewise.
3709 (free_breakpoint_probes): Don't manually free vectors.
3710 (create_longjmp_master_breakpoint): Adjust.
3711 (create_exception_master_breakpoint): Adjust.
3712 * solib-svr4.c (svr4_create_probe_breakpoints): Change
3713 parameter type, adjust.
3714 (svr4_create_solib_event_breakpoints): Adjust.
3715
3716 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
3717
3718 * breakpoint.c (breakpoint_objfile_data): Initialize fields.
3719 (get_breakpoint_objfile_data): Allocate breakpoint_objfile_data
3720 with new.
3721 (free_breakpoint_probes): Rename to ...
3722 (free_breakpoint_objfile_data): ... this, and call delete on
3723 bp_objfile_data..
3724
3725 2017-10-27 Simon Marchi <simon.marchi@polymtl.ca>
3726
3727 * auto-load.c: Don't include gdb_vecs.h, include algorithm.
3728 (loaded_script_ptr): Remove typedef.
3729 (DEF_VEC_P (loaded_script_ptr)): Remove.
3730 (struct collect_matching_scripts_data): Add constructor.
3731 <scripts_p>: Change type to (pointer to) std::vector.
3732 (collect_matching_scripts_data): Adjust.
3733 (sort_scripts_by_name): Make suitable for std::sort.
3734 (print_scripts): Don't sort vector, adjust to std::vector.
3735 (auto_load_info_scripts): Sort vectors, adjust to std::vector.
3736
3737 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
3738
3739 * symfile.c (filename_language): Make struct, not typedef. Add
3740 constructor.
3741 <ext>: Change type to std::string.
3742 (DEF_VEC_O (filename_language)): Remove.
3743 (filename_language_table): Change type to std::vector.
3744 (add_filename_language): Adjust.
3745 (set_ext_lang_command): Adjust.
3746 (info_ext_lang_command): Adjust.
3747 (deduce_language_from_filename): Adjust.
3748 (class scoped_restore_filename_language_table): Remove.
3749 (test_filename_language): Use scoped_restore.
3750 (test_set_ext_lang_command): Use scoped_restore, adjust to
3751 std::vector change.
3752
3753 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
3754
3755 * symfile.c: Include selftest.h.
3756 (class scoped_restore_filename_language_table): New.
3757 (test_filename_language): New test.
3758 (test_set_ext_lang_command): New test.
3759 (_initialize_symfile): Register tests.
3760
3761 2017-10-27 Keith Seitz <keiths@redhat.com>
3762
3763 * breakpoint.c (print_breakpoint_location): Use the symbol saved
3764 in the bp_location, falling back to find_pc_sect_function when
3765 needed.
3766 (add_location_to_breakpoint): Save sal->symbol.
3767 * breakpoint.h (struct bp_location) <symbol>: New field.
3768 * symtab.c (find_function_start_sal): Save the symbol into the SaL.
3769 * symtab.h (struct symtab_and_line) <symbol>: New field.
3770
3771 2017-10-26 Patrick Frants <osscontribute@gmail.com>
3772
3773 PR gdb/13669
3774 * cp-valprint.c (cp_print_value_fields): Use obstack_blank_fast
3775 to rewind obstack.
3776
3777 2017-10-26 Pedro Alves <palves@redhat.com>
3778
3779 * remote.c (remote_async_terminal_ours_p): Delete.
3780 (remote_open_1, remote_terminal_inferior, remote_terminal_ours):
3781 Remove references to 'remote_async_terminal_ours_p'.
3782
3783 2017-10-26 Yao Qi <yao.qi@linaro.org>
3784
3785 * breakpoint.h (regular_breakpoint_inserted_here_p): Remove.
3786
3787 2017-10-26 Yao Qi <yao.qi@linaro.org>
3788
3789 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Make
3790 aspace const.
3791 * break-catch-syscall.c (breakpoint_hit_catch_syscall):
3792 Likewise.
3793 * breakpoint.c (bpstat_check_location): Remove cast.
3794 (breakpoint_hit_catch_fork): Make aspce const.
3795 (breakpoint_hit_catch_solib): Likewise.
3796 (breakpoint_hit_catch_exec): Likewise.
3797 (breakpoint_hit_ranged_breakpoint): Likewise.
3798 (breakpoint_hit_watchpoint): Likewise.
3799 (base_breakpoint_breakpoint_hit): Likewise.
3800 (bkpt_breakpoint_hit): Likewise.
3801 (dprintf_breakpoint_hit): Likewise.
3802 (tracepoint_breakpoint_hit): Likewise.
3803 * breakpoint.h (breakpoint_ops) <breakpoint_hit>: Likewise.
3804
3805 2017-10-26 Yao Qi <yao.qi@linaro.org>
3806
3807 * breakpoint.c (breakpoint_location_address_match): Change
3808 "struct address_space *" to "const address_space".
3809 (breakpoint_location_address_range_overlap): Likewise.
3810 (breakpoint_here_p): Likewise.
3811 (breakpoint_in_range_p): Likewise.
3812 (moribund_breakpoint_here_p): Likewise.
3813 (bp_location_inserted_here_p): Likewise.
3814 (software_breakpoint_inserted_here_p): Likewise.
3815 (hardware_breakpoint_inserted_here_p): Likewise.
3816 (hardware_watchpoint_inserted_in_range): Likewise.
3817 (bpstat_check_location): Likewise.
3818 (bpstat_stop_status): Likewise.
3819 (breakpoint_address_match): Likewise.
3820 (breakpoint_address_match_range): Likewise.
3821 (breakpoint_location_address_match): Likewise.
3822 (breakpoint_location_address_range_overlap): Likewise.
3823 (insert_single_step_breakpoint): Likewise.
3824 (breakpoint_has_location_inserted_here): Likewise.
3825 (single_step_breakpoint_inserted_here_p): Likewise.
3826 (pc_at_non_inline_function): Likewise.
3827 * breakpoint.h (bpstat_stop_status): Update declaration.
3828 (breakpoint_here_p): Likewise.
3829 (breakpoint_in_range_p): Likewise.
3830 (moribund_breakpoint_here_p): Likewise.
3831 (breakpoint_inserted_here_p): Likewise.
3832 (software_breakpoint_inserted_here_p): Likewise.
3833 (hardware_breakpoint_inserted_here_p): Likewise.
3834 (breakpoint_has_location_inserted_here): Likewise.
3835 (single_step_breakpoint_inserted_here_p): Likewise.
3836 (hardware_watchpoint_inserted_in_range): Likewise.
3837 (breakpoint_address_match): Likewise.
3838 (insert_single_step_breakpoint): Likewise.
3839 (pc_at_non_inline_function): Likewise.
3840 * gdbthread.h (thread_has_single_step_breakpoint_here): Likewise.
3841 * record.c (record_check_stopped_by_breakpoint): Likewise.
3842 * record.h (record_check_stopped_by_breakpoint): Likewise.
3843 * thread.c (thread_has_single_step_breakpoint_here): Likewise.
3844
3845 2017-10-25 Yao Qi <yao.qi@linaro.org>
3846
3847 * aarch32-linux-nat.c (aarch32_gp_regcache_supply): Use
3848 regcache->arch () instead get_regcache_arch.
3849 * aarch64-fbsd-nat.c (aarch64_fbsd_fetch_inferior_registers):
3850 Likewise.
3851 (aarch64_fbsd_store_inferior_registers): Likewise.
3852 * aarch64-linux-nat.c (fetch_gregs_from_thread): Likewise.
3853 (store_gregs_to_thread): Likewise.
3854 (fetch_fpregs_from_thread): Likewise.
3855 (store_fpregs_to_thread): Likewise.
3856 * aarch64-tdep.c (aarch64_extract_return_value): Likewise.
3857 (aarch64_store_return_value): Likewise.
3858 (aarch64_software_single_step): Likewise.
3859 * aix-thread.c (aix_thread_wait): Likewise.
3860 (supply_reg32): Likewise.
3861 (supply_sprs64): Likewise.
3862 (supply_sprs32): Likewise.
3863 (fill_gprs64): Likewise.
3864 (fill_gprs32): Likewise.
3865 (fill_sprs64): Likewise.
3866 (fill_sprs32): Likewise.
3867 (store_regs_user_thread): Likewise.
3868 (store_regs_kernel_thread): Likewise.
3869 * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers): Likewise.
3870 (alphabsd_store_inferior_registers): Likewise.
3871 * alpha-tdep.c (alpha_extract_return_value): Likewise.
3872 (alpha_store_return_value): Likewise.
3873 (alpha_deal_with_atomic_sequence): Likewise.
3874 (alpha_next_pc): Likewise.
3875 (alpha_software_single_step): Likewise.
3876 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Likewise.
3877 (amd64bsd_store_inferior_registers): Likewise.
3878 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
3879 Likewise.
3880 (amd64_linux_store_inferior_registers): Likewise.
3881 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
3882 (amd64_collect_native_gregset): Likewise.
3883 * amd64-obsd-tdep.c (amd64obsd_supply_uthread): Likewise.
3884 (amd64obsd_collect_uthread): Likewise.
3885 * amd64-tdep.c (amd64_supply_fpregset): Likewise.
3886 (amd64_collect_fpregset): Likewise.
3887 (amd64_supply_fxsave): Likewise.
3888 (amd64_supply_xsave): Likewise.
3889 (amd64_collect_fxsave): Likewise.
3890 (amd64_collect_xsave): Likewise.
3891 * arc-tdep.c (arc_write_pc): Likewise.
3892 * arch-utils.c (default_skip_permanent_breakpoint): Likewise.
3893 * arm-fbsd-nat.c (arm_fbsd_fetch_inferior_registers): Likewise.
3894 (arm_fbsd_store_inferior_registers): Likewise.
3895 * arm-linux-nat.c (fetch_vfp_regs): Likewise.
3896 (store_vfp_regs): Likewise.
3897 (arm_linux_fetch_inferior_registers): Likewise.
3898 (arm_linux_store_inferior_registers): Likewise.
3899 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
3900 (arm_linux_sigreturn_next_pc): Likewise.
3901 (arm_linux_get_next_pcs_syscall_next_pc): Likewise.
3902 * arm-nbsd-nat.c (arm_supply_gregset): Likewise.
3903 (fetch_register): Likewise.
3904 (store_register): Likewise.
3905 * arm-tdep.c (arm_is_thumb): Likewise.
3906 (displaced_in_arm_mode): Likewise.
3907 (bx_write_pc): Likewise.
3908 (arm_get_next_pcs_addr_bits_remove): Likewise.
3909 (arm_software_single_step): Likewise.
3910 (arm_extract_return_value): Likewise.
3911 (arm_store_return_value): Likewise.
3912 (arm_write_pc): Likewise.
3913 * bfin-tdep.c (bfin_extract_return_value): Likewise.
3914 * bsd-uthread.c (bsd_uthread_fetch_registers): Likewise.
3915 (bsd_uthread_store_registers): Likewise.
3916 * core-regset.c (fetch_core_registers): Likewise.
3917 * corelow.c (get_core_registers): Likewise.
3918 * cris-tdep.c (cris_store_return_value): Likewise.
3919 (cris_extract_return_value): Likewise.
3920 (find_step_target): Likewise.
3921 (find_step_target): Likewise.
3922 (cris_software_single_step): Likewise.
3923 * ctf.c (ctf_fetch_registers): Likewise.
3924 * darwin-nat.c (cancel_breakpoint): Likewise.
3925 * fbsd-tdep.c (fbsd_collect_thread_registers): Likewise.
3926 * frv-tdep.c (frv_extract_return_value): Likewise.
3927 * ft32-tdep.c (ft32_store_return_value): Likewise.
3928 (ft32_extract_return_value): Likewise.
3929 * go32-nat.c (fetch_register): Likewise.
3930 (go32_fetch_registers): Likewise.
3931 (go32_store_registers): Likewise.
3932 (store_register): Likewise.
3933 * h8300-tdep.c (h8300_extract_return_value): Likewise.
3934 (h8300_store_return_value): Likewise.
3935 * hppa-linux-nat.c (fetch_register): Likewise.
3936 (store_register): Likewise.
3937 (hppa_linux_fetch_inferior_registers): Likewise.
3938 (hppa_linux_store_inferior_registers): Likewise.
3939 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Likewise.
3940 (i386_darwin_store_inferior_registers): Likewise.
3941 * i386-gnu-nat.c (gnu_fetch_registers): Likewise.
3942 (gnu_store_registers): Likewise.
3943 * i386-linux-nat.c (fetch_register): Likewise.
3944 (store_register): Likewise.
3945 (supply_gregset): Likewise.
3946 (fill_gregset): Likewise.
3947 (i386_linux_fetch_inferior_registers): Likewise.
3948 (i386_linux_store_inferior_registers): Likewise.
3949 (i386_linux_resume): Likewise.
3950 * i386-linux-tdep.c (i386_linux_get_syscall_number_from_regcache):
3951 Likewise.
3952 * i386-nto-tdep.c (i386nto_supply_gregset): Likewise.
3953 * i386-obsd-nat.c (i386obsd_supply_pcb): Likewise.
3954 * i386-obsd-tdep.c (i386obsd_supply_uthread): Likewise.
3955 (i386obsd_collect_uthread): Likewise.
3956 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
3957 (i386_supply_gregset): Likewise.
3958 (i386_collect_gregset): Likewise.
3959 (i386_supply_fpregset): Likewise.
3960 (i386_collect_fpregset): Likewise.
3961 (i386_mpx_bd_base): Likewise.
3962 * i386-v4-nat.c (supply_fpregset): Likewise.
3963 (fill_fpregset): Likewise.
3964 * i387-tdep.c (i387_supply_fsave): Likewise.
3965 (i387_collect_fsave): Likewise.
3966 (i387_supply_fxsave): Likewise.
3967 (i387_collect_fxsave): Likewise.
3968 (i387_supply_xsave): Likewise.
3969 (i387_collect_xsave): Likewise.
3970 * ia64-linux-nat.c (ia64_linux_fetch_registers): Likewise.
3971 (ia64_linux_store_registers): Likewise.
3972 * ia64-tdep.c (ia64_access_rse_reg): Likewise.
3973 (ia64_extract_return_value): Likewise.
3974 (ia64_store_return_value): Likewise.
3975 (find_func_descr): Likewise.
3976 * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
3977 * inf-ptrace.c (inf_ptrace_fetch_registers): Likewise.
3978 (inf_ptrace_store_registers): Likewise.
3979 * infrun.c (use_displaced_stepping): Likewise.
3980 (displaced_step_prepare_throw): Likewise.
3981 (resume): Likewise.
3982 (proceed): Likewise.
3983 (do_target_wait): Likewise.
3984 (adjust_pc_after_break): Likewise.
3985 (handle_inferior_event_1): Likewise.
3986 (handle_signal_stop): Likewise.
3987 (save_infcall_suspend_state): Likewise.
3988 (restore_infcall_suspend_state): Likewise.
3989 * iq2000-tdep.c (iq2000_extract_return_value): Likewise.
3990 * jit.c (jit_frame_prev_register): Likewise.
3991 * linux-nat.c (save_stop_reason): Likewise.
3992 (linux_nat_wait_1): Likewise.
3993 (resume_stopped_resumed_lwps): Likewise.
3994 * linux-record.c (record_linux_sockaddr): Likewise.
3995 (record_linux_msghdr): Likewise.
3996 (record_linux_system_call): Likewise.
3997 * linux-tdep.c (linux_collect_thread_registers): Likewise.
3998 * lm32-tdep.c (lm32_extract_return_value): Likewise.
3999 (lm32_store_return_value): Likewise.
4000 * m32c-tdep.c (m32c_read_flg): Likewise.
4001 (m32c_pseudo_register_read): Likewise.
4002 (m32c_pseudo_register_write): Likewise.
4003 * m32r-linux-tdep.c (m32r_linux_supply_gregset): Likewise.
4004 (m32r_linux_collect_gregset): Likewise.
4005 * m32r-tdep.c (m32r_store_return_value): Likewise.
4006 (m32r_extract_return_value): Likewise.
4007 * m68k-bsd-nat.c (m68kbsd_supply_fpregset): Likewise.
4008 (m68kbsd_collect_fpregset): Likewise.
4009 * m68k-bsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
4010 * m68k-linux-nat.c (fetch_register): Likewise.
4011 (old_fetch_inferior_registers): Likewise.
4012 (old_store_inferior_registers): Likewise.
4013 (store_regs): Likewise.
4014 * m68k-tdep.c (m68k_svr4_extract_return_value): Likewise.
4015 (m68k_svr4_store_return_value): Likewise.
4016 * m88k-tdep.c (m88k_store_arguments): Likewise.
4017 * mi/mi-main.c (mi_cmd_data_list_changed_registers): Likewise.
4018 (mi_cmd_data_write_register_values): Likewise.
4019 * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers): Likewise.
4020 (mips_fbsd_store_inferior_registers): Likewise.
4021 * mips-fbsd-tdep.c (mips_fbsd_supply_fpregs): Likewise.
4022 (mips_fbsd_supply_gregs): Likewise.
4023 (mips_fbsd_collect_fpregs): Likewise.
4024 (mips_fbsd_collect_gregs): Likewise.
4025 (mips_fbsd_supply_fpregset): Likewise.
4026 (mips_fbsd_collect_fpregset): Likewise.
4027 (mips_fbsd_supply_gregset): Likewise.
4028 (mips_fbsd_collect_gregset): Likewise.
4029 * mips-linux-nat.c (supply_gregset): Likewise.
4030 (fill_gregset): Likewise.
4031 (supply_fpregset): Likewise.
4032 (fill_fpregset): Likewise.
4033 * mips-linux-tdep.c (mips_supply_gregset): Likewise.
4034 (mips_fill_gregset): Likewise.
4035 (mips_supply_fpregset): Likewise.
4036 (mips_fill_fpregset): Likewise.
4037 (mips64_supply_gregset): Likewise.
4038 (micromips_linux_sigframe_validate): Likewise.
4039 * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers): Likewise.
4040 (mipsnbsd_fetch_inferior_registers): Likewise.
4041 (mipsnbsd_store_inferior_registers): Likewise.
4042 * mips-nbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
4043 (mipsnbsd_supply_gregset): Likewise.
4044 (mipsnbsd_iterate_over_regset_sections): Likewise.
4045 (mipsnbsd_supply_reg): Likewise.
4046 (mipsnbsd_supply_fpreg): Likewise.
4047 * mips-tdep.c (mips_in_frame_stub): Likewise.
4048 (mips_dummy_id): Likewise.
4049 (is_octeon_bbit_op): Likewise.
4050 (micromips_bc1_pc): Likewise.
4051 (extended_mips16_next_pc): Likewise.
4052 (mips16_next_pc): Likewise.
4053 (deal_with_atomic_sequence): Likewise.
4054 * moxie-tdep.c (moxie_process_readu): Likewise.
4055 * nios2-tdep.c (nios2_get_next_pc): Likewise.
4056 * nto-procfs.c (procfs_store_registers): Likewise.
4057 * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers): Likewise.
4058 (ppcfbsd_store_inferior_registers): Likewise.
4059 * ppc-linux-nat.c (fetch_vsx_register): Likewise.
4060 (fetch_altivec_register): Likewise.
4061 (get_spe_registers): Likewise.
4062 (fetch_spe_register): Likewise.
4063 (fetch_altivec_registers): Likewise.
4064 (fetch_all_gp_regs): Likewise.
4065 (fetch_all_fp_regs): Likewise.
4066 (store_vsx_register): Likewise.
4067 (store_altivec_register): Likewise.
4068 (set_spe_registers): Likewise.
4069 (store_spe_register): Likewise.
4070 (store_altivec_registers): Likewise.
4071 (store_all_gp_regs): Likewise.
4072 (store_all_fp_regs): Likewise.
4073 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
4074 (ppc_linux_collect_gregset): Likewise.
4075 (ppc_canonicalize_syscall): Likewise.
4076 (ppc_linux_record_signal): Likewise.
4077 (ppu2spu_prev_register): Likewise.
4078 * ppc-nbsd-nat.c (ppcnbsd_supply_pcb): Likewise.
4079 * ppc-obsd-nat.c (ppcobsd_fetch_registers): Likewise.
4080 (ppcobsd_store_registers): Likewise.
4081 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_fetch_registers):
4082 Likewise.
4083 (ppc_ravenscar_generic_store_registers): Likewise.
4084 * procfs.c (procfs_fetch_registers): Likewise.
4085 (procfs_store_registers): Likewise.
4086 * ravenscar-thread.c (ravenscar_fetch_registers): Likewise.
4087 (ravenscar_store_registers): Likewise.
4088 (ravenscar_prepare_to_store): Likewise.
4089 * record-btrace.c (record_btrace_fetch_registers): Likewise.
4090 * record-full.c (record_full_wait_1): Likewise.
4091 (record_full_registers_change): Likewise.
4092 (record_full_store_registers): Likewise.
4093 (record_full_core_fetch_registers): Likewise.
4094 (record_full_save): Likewise.
4095 (record_full_goto_insn): Likewise.
4096 * regcache.c (regcache_register_size): Likewise.
4097 (get_regcache_arch): Remove.
4098 (regcache_read_pc): Likewise.
4099 * regcache.h (get_regcache_arch): Remove.
4100 * remote-sim.c (gdbsim_fetch_register): Likewise.
4101 (gdbsim_store_register): Likewise.
4102 * remote.c (fetch_register_using_p): Likewise.
4103 (send_g_packet): Likewise.
4104 (remote_prepare_to_store): Likewise.
4105 (store_registers_using_G): Likewise.
4106 * reverse.c (save_bookmark_command): Likewise.
4107 (goto_bookmark_command): Likewise.
4108 * rs6000-aix-tdep.c (branch_dest): Likewise.
4109 * rs6000-nat.c (rs6000_ptrace64): Likewise.
4110 (fetch_register): Likewise.
4111 * rs6000-tdep.c (ppc_supply_reg): Likewise.
4112 (ppc_collect_reg): Likewise.
4113 (ppc_collect_gregset): Likewise.
4114 (ppc_collect_fpregset): Likewise.
4115 (ppc_collect_vsxregset): Likewise.
4116 (ppc_collect_vrregset): Likewise.
4117 (ppc_displaced_step_hw_singlestep): Likewise.
4118 (rs6000_pseudo_register_read): Likewise.
4119 (rs6000_pseudo_register_write): Likewise.
4120 * s390-linux-nat.c (supply_gregset): Likewise.
4121 (fill_gregset): Likewise.
4122 (s390_linux_fetch_inferior_registers): Likewise.
4123 * s390-linux-tdep.c (s390_write_pc): Likewise.
4124 (s390_software_single_step): Likewise.
4125 (s390_all_but_pc_registers_record): Likewise.
4126 (s390_linux_syscall_record): Likewise.
4127 * sentinel-frame.c (sentinel_frame_prev_arch): Likewise.
4128 * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers): Likewise.
4129 (shnbsd_store_inferior_registers): Likewise.
4130 * sh-tdep.c (sh_extract_return_value_nofpu): Likewise.
4131 (sh_extract_return_value_fpu): Likewise.
4132 (sh_store_return_value_nofpu): Likewise.
4133 (sh_corefile_supply_regset): Likewise.
4134 (sh_corefile_collect_regset): Likewise.
4135 * sh64-tdep.c (sh64_extract_return_value): Likewise.
4136 (sh64_store_return_value): Likewise.
4137 * sparc-linux-tdep.c (sparc32_linux_collect_core_fpregset): Likewise.
4138 * sparc-nat.c (sparc_fetch_inferior_registers): Likewise.
4139 (sparc_store_inferior_registers): Likewise.
4140 * sparc-ravenscar-thread.c (register_in_thread_descriptor_p): Likewise.
4141 (sparc_ravenscar_prepare_to_store): Likewise.
4142 * sparc-tdep.c (sparc32_store_arguments): Likewise.
4143 (sparc_analyze_control_transfer): Likewise.
4144 (sparc_step_trap): Likewise.
4145 (sparc_software_single_step): Likewise.
4146 (sparc32_gdbarch_init): Likewise.
4147 (sparc_supply_rwindow): Likewise.
4148 (sparc_collect_rwindow): Likewise.
4149 * sparc64-linux-tdep.c (sparc64_linux_collect_core_fpregset): Likewise.
4150 * sparc64-nbsd-nat.c (sparc64nbsd_supply_gregset): Likewise.
4151 (sparc64nbsd_collect_gregset): Likewise.
4152 (sparc64nbsd_supply_fpregset): Likewise.
4153 (sparc64nbsd_collect_fpregset): Likewise.
4154 * sparc64-tdep.c (sparc64_store_arguments): Likewise.
4155 (sparc64_supply_gregset): Likewise.
4156 (sparc64_collect_gregset): Likewise.
4157 (sparc64_supply_fpregset): Likewise.
4158 (sparc64_collect_fpregset): Likewise.
4159 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
4160 * spu-tdep.c (spu_unwind_sp): Likewise.
4161 (spu2ppu_prev_register): Likewise.
4162 (spu_memory_remove_breakpoint): Likewise.
4163 * stack.c (return_command): Likewise.
4164 * tic6x-tdep.c (tic6x_extract_signed_field): Likewise.
4165 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
4166 * tracefile.c (trace_save_ctf): Likewise.
4167 * windows-nat.c (do_windows_fetch_inferior_registers): Likewise.
4168 (do_windows_store_inferior_registers): Likewise.
4169 (windows_resume): Likewise.
4170 * xtensa-linux-nat.c (fill_gregset): Likewise.
4171 (supply_gregset_reg): Likewise.
4172 * xtensa-tdep.c (xtensa_register_write_masked): Likewise.
4173 (xtensa_register_read_masked): Likewise.
4174 (xtensa_supply_gregset): Likewise.
4175 (xtensa_extract_return_value): Likewise.
4176 (xtensa_store_return_value): Likewise.
4177
4178 2017-10-25 Ulrich Weigand <uweigand@de.ibm.com>
4179
4180 * doublest.c (floatformat_from_string): New function.
4181 * doublest.h (floatformat_from_string): Add prototype.
4182
4183 * std-operator.def (OP_DOUBLE, OP_DECFLOAT): Remove, replace by ...
4184 (OP_FLOAT): ... this.
4185 * expression.h: Do not include "doublest.h".
4186 (union exp_element): Replace doubleconst and decfloatconst by
4187 new element floatconst.
4188 * ada-lang.c (resolve_subexp): Handle OP_FLOAT instead of OP_DOUBLE.
4189 (ada_evaluate_subexp): Likewise.
4190 * eval.c (evaluate_subexp_standard): Handle OP_FLOAT instead of
4191 OP_DOUBLE and OP_DECFLOAT.
4192 * expprint.c (print_subexp_standard): Likewise.
4193 (dump_subexp_body_standard): Likewise.
4194 * breakpoint.c (watchpoint_exp_is_const): Likewise.
4195
4196 * parse.c: Include "dfp.h".
4197 (write_exp_elt_dblcst, write_exp_elt_decfloatcst): Remove.
4198 (write_exp_elt_floatcst): New function.
4199 (operator_length_standard): Handle OP_FLOAT instead of OP_DOUBLE
4200 and OP_DECFLOAT.
4201 (operator_check_standard): Likewise.
4202 (parse_float): Do not accept suffix. Take type as input. Return bool.
4203 Return target format buffer instead of host DOUBLEST.
4204 Use floatformat_from_string and decimal_from_string to parse
4205 either binary or decimal floating-point types.
4206 (parse_c_float): Remove.
4207 * parser-defs.h: Do not include "doublest.h".
4208 (write_exp_elt_dblcst, write_exp_elt_decfloatcst): Remove.
4209 (write_exp_elt_floatcst): Add prototype.
4210 (parse_float): Update prototype.
4211 (parse_c_float): Remove.
4212
4213 * c-exp.y: Do not include "dfp.h".
4214 (typed_val_float): Use byte buffer instead of DOUBLEST.
4215 (typed_val_decfloat): Remove.
4216 (DECFLOAT): Remove.
4217 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4218 (parse_number): Update to new parse_float interface.
4219 Parse suffixes and determine type before calling parse_float.
4220 Handle decimal and binary FP types the same way.
4221
4222 * d-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
4223 (FLOAT_LITERAL): Use OP_FLOAT and write_exp_elt_floatcst.
4224 (parse_number): Update to new parse_float interface.
4225 Parse suffixes and determine type before calling parse_float.
4226
4227 * f-exp.y: Replace dval by typed_val_float.
4228 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4229 (parse_number): Use parse_float instead of atof.
4230
4231 * go-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
4232 (parse_go_float): Remove.
4233 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4234 (parse_number): Call parse_float instead of parse_go_float.
4235 Parse suffixes and determine type before calling parse_float.
4236
4237 * p-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
4238 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4239 (parse_number): Update to new parse_float interface.
4240 Parse suffixes and determine type before calling parse_float.
4241
4242 * m2-exp.y: Replace dval by byte buffer val.
4243 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4244 (parse_number): Call parse_float instead of atof.
4245
4246 * rust-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
4247 (lex_number): Call parse_float instead of strtod.
4248 (ast_dliteral): Use OP_FLOAT instead of OP_DOUBLE.
4249 (convert_ast_to_expression): Handle OP_FLOAT instead of OP_DOUBLE.
4250 Use write_exp_elt_floatcst.
4251 (unit_testing): Remove static variable.
4252 (rust_type): Do not check unit_testing.
4253 (rust_lex_tests): Do not set uint_testing. Set up dummy rust_parser.
4254
4255 * ada-exp.y (type_float, type_double): Remove.
4256 (typed_val_float): Use byte buffer instead of DOUBLEST.
4257 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4258 * ada-lex.l (processReal): Use parse_float instead of sscanf.
4259
4260 2017-10-25 Alan Hayward <alan.hayward@arm.com>
4261
4262 * aarch64-tdep.h (enum aarch64_regnum): Remove.
4263 * arch/aarch64.h: New file.
4264
4265 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4266
4267 * dfp.h (decimal_from_string): Use const reference for argument.
4268 * dfp.c (decimal_from_string): Likewise.
4269
4270 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4271
4272 * i387-tdep.c (print_i387_value): Use floatformat_to_string.
4273 * sh64-tdep.c (sh64_do_fp_register): Likewise.
4274 * mips-tdep.c (mips_print_fp_register): Likewise.
4275
4276 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4277
4278 * common/format.h (enum argclass): Replace decfloat_arg by
4279 dec32float_arg, dec64float_arg, and dec128float_arg.
4280 * common/format.c (parse_format_string): Update to return
4281 new decimal float argument classes.
4282
4283 * printcmd.c (printf_decfloat): Rename to ...
4284 (printf_floating): ... this. Add argclass argument, and use it
4285 instead of parsing the format string again. Add support for
4286 binary floating-point values, using floatformat_to_string.
4287 Convert value to the target format if it doesn't already match.
4288 (ui_printf): Call printf_floating instead of printf_decfloat,
4289 also for double_arg / long_double_arg. Pass argclass.
4290
4291 * dfp.c (decimal_to_string): Add format string argument.
4292 * dfp.h (decimal_to_string): Likewise.
4293
4294 * doublest.c (floatformat_to_string): Add format string argument.
4295 * doublest.h (floatformat_to_string): Likewise.
4296
4297 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4298
4299 * doublest.c (floatformat_precision): New routine.
4300 (floatformat_to_string): Likewise.
4301 * doublest.c (floatformat_to_string): Add prototype.
4302
4303 * printcmd.c (print_scalar_formatted): Only call print_floating
4304 on floating-point types.
4305 * valprint.c: Do not include "floatformat.h".
4306 (generic_val_print_decfloat): Remove.
4307 (generic_val_print): Call generic_val_print_float for both
4308 TYPE_CODE_FLT and TYPE_CODE_DECFLOAT.
4309 (print_floating): Use floatformat_to_string. Handle decimal float.
4310 (print_decimal_floating): Remove, merge into floatformat_to_string.
4311 * value.h (print_decimal_floating): Remove.
4312
4313 * Makefile.in: Do not build doublest.c with -Wformat-nonliteral.
4314
4315 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4316
4317 * buildsym.c (end_symtab_get_static_block): Use std::stable_sort.
4318
4319 2017-10-21 Simon Marchi <simon.marchi@ericsson.com>
4320
4321 * memattr.h: Don't include vec.h.
4322 (struct mem_attrib): Initialize fields.
4323 <unknown>: New static method.
4324 (struct mem_region): Add constructors, operator<, initialize
4325 fields.
4326 * memattr.c: Include algorithm.
4327 (default_mem_attrib, unknown_mem_attrib): Remove.
4328 (user_mem_region_list): New global.
4329 (target_mem_region_list, mem_region_list): Change type to
4330 std::vector<mem_region>.
4331 (mem_use_target): Now a function.
4332 (target_mem_regions_valid): Change type to bool.
4333 (mem_region_lessthan, mem_region_cmp, mem_region_init): Remove.
4334 (require_user_regions): Adjust.
4335 (require_target_regions): Adjust.
4336 (create_mem_region): Adjust.
4337 (lookup_mem_region): Adjust.
4338 (invalidate_target_mem_regions): Adjust.
4339 (mem_clear): Rename to...
4340 (user_mem_clear): ... this, and adjust.
4341 (mem_command): Adjust.
4342 (info_mem_command): Adjust.
4343 (mem_enable, enable_mem_command, mem_disable,
4344 disable_mem_command): Adjust.
4345 (mem_delete): Adjust.
4346 (delete_mem_command): Adjust.
4347 * memory-map.h (parse_memory_map): Return an std::vector.
4348 * memory-map.c (parse_memory_map): Likewise.
4349 (struct memory_map_parsing_data): Add constructor.
4350 <memory_map>: Point to std::vector.
4351 (memory_map_start_memory): Adjust.
4352 (memory_map_end_memory): Adjust.
4353 (memory_map_end_property): Adjust.
4354 (clear_result): Remove.
4355 * remote.c (remote_memory_map): Return an std::vector.
4356 * target-debug.h (target_debug_print_VEC_mem_region_s__p):
4357 Remove.
4358 (target_debug_print_mem_region_vector): New.
4359 * target-delegates.c: Regenerate.
4360 * target.h (mem_region_vector): New typedef.
4361 (to_memory_map): Return mem_region_vector.
4362 (target_memory_map): Return an std::vector.
4363 * target.c (target_memory_map): Return an std::vector.
4364 (flash_erase_command): Adjust.
4365
4366 2017-10-21 Simon Marchi <simon.marchi@ericsson.com>
4367
4368 * memory-map.c (struct memory_map_parsing_data) <property_name>:
4369 Change type to std::string.
4370 (memory_map_start_property): Adjust.
4371 (memory_map_end_property): Adjust.
4372
4373 2017-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4374
4375 * infrun.h: Include common/byte-vector.h.
4376 (struct displaced_step_closure): New struct.
4377 (struct buf_displaced_step_closure): New struct.
4378 * infrun.c (displaced_step_closure::~displaced_step_closure):
4379 Provide default implementation.
4380 (displaced_step_clear): Deallocate step closure with delete.
4381 * aarch64-tdep.c (displaced_step_closure): Rename to ...
4382 (aarch64_displaced_step_closure): ... this, extend
4383 displaced_step_closure.
4384 (aarch64_displaced_step_data) <dsc>: Change type to
4385 aarch64_displaced_step_closure.
4386 (aarch64_displaced_step_copy_insn): Adjust to type change, use
4387 unique_ptr.
4388 (aarch64_displaced_step_fixup): Add cast for displaced step
4389 closure.
4390 * amd64-tdep.c (displaced_step_closure): Rename to ...
4391 (amd64_displaced_step_closure): ... this, extend
4392 displaced_step_closure.
4393 <insn_buf>: Change type to std::vector<gdb_byte>.
4394 <max_len>: Remove.
4395 (fixup_riprel): Change type of DSC parameter, adjust to type
4396 change of insn_buf.
4397 (fixup_displaced_copy): Change type of DSC parameter.
4398 (amd64_displaced_step_copy_insn): Instantiate
4399 amd64_displaced_step_closure.
4400 (amd64_displaced_step_fixup): Add cast for closure type, adjust
4401 to type change of insn_buf.
4402 * arm-linux-tdep.c (arm_linux_cleanup_svc): Change type of
4403 parameter DSC.
4404 (arm_linux_copy_svc): Likewise.
4405 (cleanup_kernel_helper_return): Likewise.
4406 (arm_catch_kernel_helper_return): Likewise.
4407 (arm_linux_displaced_step_copy_insn): Instantiate
4408 arm_displaced_step_closure.
4409 * arm-tdep.c (arm_pc_is_thumb): Add cast for closure.
4410 (displaced_read_reg): Change type of parameter DSC.
4411 (branch_write_pc): Likewise.
4412 (load_write_pc): Likewise.
4413 (alu_write_pc): Likewise.
4414 (displaced_write_reg): Likewise.
4415 (arm_copy_unmodified): Likewise.
4416 (thumb_copy_unmodified_32bit): Likewise.
4417 (thumb_copy_unmodified_16bit): Likewise.
4418 (cleanup_preload): Likewise.
4419 (install_preload): Likewise.
4420 (arm_copy_preload): Likewise.
4421 (thumb2_copy_preload): Likewise.
4422 (install_preload_reg): Likewise.
4423 (arm_copy_preload_reg): Likewise.
4424 (cleanup_copro_load_store): Likewise.
4425 (install_copro_load_store): Likewise.
4426 (arm_copy_copro_load_store) Likewise.
4427 (thumb2_copy_copro_load_store): Likewise.
4428 (cleanup_branch): Likewise.
4429 (install_b_bl_blx): Likewise.
4430 (arm_copy_b_bl_blx): Likewise.
4431 (thumb2_copy_b_bl_blx): Likewise.
4432 (thumb_copy_b): Likewise.
4433 (install_bx_blx_reg): Likewise.
4434 (arm_copy_bx_blx_reg): Likewise.
4435 (thumb_copy_bx_blx_reg): Likewise.
4436 (cleanup_alu_imm): Likewise.
4437 (arm_copy_alu_imm): Likewise.
4438 (thumb2_copy_alu_imm): Likewise.
4439 (cleanup_alu_reg): Likewise.
4440 (install_alu_reg): Likewise.
4441 (arm_copy_alu_reg): Likewise.
4442 (thumb_copy_alu_reg): Likewise.
4443 (cleanup_alu_shifted_reg): Likewise.
4444 (install_alu_shifted_reg): Likewise.
4445 (arm_copy_alu_shifted_reg): Likewise.
4446 (cleanup_load): Likewise.
4447 (cleanup_store): Likewise.
4448 (arm_copy_extra_ld_st): Likewise.
4449 (install_load_store): Likewise.
4450 (thumb2_copy_load_literal): Likewise.
4451 (thumb2_copy_load_reg_imm): Likewise.
4452 (arm_copy_ldr_str_ldrb_strb): Likewise.
4453 (cleanup_block_load_all): Likewise.
4454 (cleanup_block_store_pc): Likewise.
4455 (cleanup_block_load_pc): Likewise.
4456 (arm_copy_block_xfer): Likewise.
4457 (thumb2_copy_block_xfer): Likewise.
4458 (cleanup_svc): Likewise.
4459 (install_svc): Likewise.
4460 (arm_copy_svc): Likewise.
4461 (thumb_copy_svc): Likewise.
4462 (arm_copy_undef): Likewise.
4463 (thumb_32bit_copy_undef): Likewise.
4464 (arm_copy_unpred): Likewise.
4465 (arm_decode_misc_memhint_neon): Likewise.
4466 (arm_decode_unconditional): Likewise.
4467 (arm_decode_miscellaneous): Likewise.
4468 (arm_decode_dp_misc): Likewise.
4469 (arm_decode_ld_st_word_ubyte): Likewise.
4470 (arm_decode_media): Likewise.
4471 (arm_decode_b_bl_ldmstm): Likewise.
4472 (arm_decode_ext_reg_ld_st): Likewise.
4473 (thumb2_decode_dp_shift_reg): Likewise.
4474 (thumb2_decode_ext_reg_ld_st): Likewise.
4475 (arm_decode_svc_copro): Likewise.
4476 (thumb2_decode_svc_copro): Likewise.
4477 (install_pc_relative): Likewise.
4478 (thumb_copy_pc_relative_16bit): Likewise.
4479 (thumb_decode_pc_relative_16bit): Likewise.
4480 (thumb_copy_pc_relative_32bit): Likewise.
4481 (thumb_copy_16bit_ldr_literal): Likewise.
4482 (thumb_copy_cbnz_cbz): Likewise.
4483 (thumb2_copy_table_branch): Likewise.
4484 (cleanup_pop_pc_16bit_all): Likewise.
4485 (thumb_copy_pop_pc_16bit): Likewise.
4486 (thumb_process_displaced_16bit_insn): Likewise.
4487 (decode_thumb_32bit_ld_mem_hints): Likewise.
4488 (thumb_process_displaced_32bit_insn): Likewise.
4489 (thumb_process_displaced_insn): Likewise.
4490 (arm_process_displaced_insn): Likewise.
4491 (arm_displaced_init_closure): Likewise.
4492 (arm_displaced_step_fixup): Add cast for closure.
4493 * arm-tdep.h: Include infrun.h.
4494 (displaced_step_closure): Rename to ...
4495 (arm_displaced_step_closure): ... this, extend
4496 displaced_step_closure.
4497 <u::svc::copy_svc_os>: Change type of parameter DSC.
4498 <cleanup>: Likewise.
4499 (arm_process_displaced_insn): Likewise.
4500 (arm_displaced_init_closure): Likewise.
4501 (displaced_read_reg): Likewise.
4502 (displaced_write_reg): Likewise.
4503 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn):
4504 Adjust.
4505 * i386-tdep.h: Include infrun.h.
4506 (i386_displaced_step_closure): New typedef.
4507 * i386-tdep.c (i386_displaced_step_copy_insn): Use
4508 i386_displaced_step_closure.
4509 (i386_displaced_step_fixup): Adjust.
4510 * rs6000-tdep.c (ppc_displaced_step_closure): New typedef.
4511 (ppc_displaced_step_copy_insn): Use ppc_displaced_step_closure
4512 and unique_ptr.
4513 (ppc_displaced_step_fixup): Adjust.
4514 * s390-linux-tdep.c (s390_displaced_step_closure): New typedef.
4515 (s390_displaced_step_copy_insn): Use s390_displaced_step_closure
4516 and unique_ptr.
4517 (s390_displaced_step_fixup): Adjust.
4518
4519 2017-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4520
4521 * interps.h (interp_resume, interp_suspend, interp_set_temp):
4522 Remove declarations.
4523
4524 2017-10-20 Tom Tromey <tom@tromey.com>
4525
4526 * gdb_bfd.c (struct gdb_bfd_data) <included_bfds>: Now a
4527 std::vector.
4528 (gdb_bfd_record_inclusion): Update.
4529 (bfdp): Remove typedef.
4530
4531 2017-10-20 Tom Tromey <tom@tromey.com>
4532
4533 * gdb_bfd.c (gdb_bfd_ref): Use new.
4534 (struct gdb_bfd_data): Add constructor, destructor, and member
4535 initializers.
4536 (gdb_bfd_unref): Use delete.
4537
4538 2017-10-20 Tom Tromey <tom@tromey.com>
4539
4540 * exec.c (exec_file_attach): Use new_bfd_ref.
4541 * symfile-mem.c (symbol_file_add_from_memory): Use new_bfd_ref.
4542 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
4543 (gdb_bfd_openw, gdb_bfd_openr_iovec, gdb_bfd_fdopenr): Use
4544 new_bfd_ref.
4545 * gdb_bfd.h (new_bfd_ref): New function.
4546
4547 2017-10-20 Pedro Alves <palves@redhat.com>
4548
4549 * main.c (captured_command_loop): Add attribute noinline.
4550
4551 2017-10-19 Simon Marchi <simon.marchi@ericsson.com>
4552
4553 * interps.c (struct interp_factory): Add constructor.
4554 (interp_factory_p): Remove typedef.
4555 (DEF_VEC_P(interp_factory_p)): Remove.
4556 (interpreter_factories): Change type to std::vector.
4557 (interp_factory_register): Adjust.
4558 (interp_lookup): Adjust.
4559 (interpreter_completer): Adjust.
4560
4561 2017-10-19 Tom Tromey <tom@tromey.com>
4562
4563 * break-catch-syscall.c (catch_syscall_completer): Use
4564 std::string, gdb::unique_xmalloc_ptr.
4565
4566 2017-10-19 Tom Tromey <tom@tromey.com>
4567
4568 * infcall.c (call_function_by_hand_dummy): Use std::string.
4569
4570 2017-10-19 Tom Tromey <tom@tromey.com>
4571
4572 * mi/mi-main.c (mi_cmd_execute): Update.
4573 * top.h (prepare_execute_command): Return scoped_value_mark.
4574 * value.h (class scoped_value_mark): Use DISABLE_COPY_AND_ASSIGN.
4575 Add move constructor.
4576 * top.c (prepare_execute_command): Return scoped_value_mark.
4577 (execute_command): Update.
4578
4579 2017-10-19 Pedro Alves <palves@redhat.com>
4580
4581 * xml-support.c (xml_fetch_content_from_file): Check fread's
4582 return.
4583
4584 2017-10-19 Pedro Alves <palves@redhat.com>
4585
4586 * ser-base.c (ser_base_read_error_fd): Delete the file handler if
4587 async.
4588 (handle_error_fd): New function.
4589 (ser_base_async): Add/delete an event loop file handler for
4590 error_fd.
4591
4592 2017-10-19 Pedro Alves <palves@redhat.com>
4593
4594 * xml-support.c (xml_fetch_content_from_file): Don't read in
4595 chunks. Instead use fseek to determine the file's size, and read
4596 it in one go.
4597
4598 2017-11-18 Keith Seitz <keiths@redhat.com>
4599
4600 * c-exp.y (oper): Canonicalize conversion operators of user-defined
4601 types.
4602 Add whitespace to front of type name.
4603
4604 2017-10-18 Keith Seitz <keiths@redhat.com>
4605
4606 * dwarf2read.c (dwarf2_add_typedef): Issue a complaint on unhandled
4607 DW_AT_accessibility.
4608
4609 2017-10-18 Yao Qi <yao.qi@linaro.org>
4610
4611 * features/tic6x-c62x-linux.c: Remove.
4612
4613 2017-10-17 Tom Tromey <tom@tromey.com>
4614
4615 * disasm.c (do_mixed_source_and_assembly_deprecated): Use
4616 gdb::optional, ui_out_emit_list, ui_out_emit_tuple.
4617 (do_mixed_source_and_assembly): Likewise.
4618
4619 2017-10-17 Tom Tromey <tom@tromey.com>
4620
4621 * regcache.c (regcache::xfer_part): Remove assertion.
4622
4623 2017-10-17 Pedro Alves <palves@redhat.com>
4624
4625 * xml-support.c (xml_fetch_content_from_file): Call
4626 unique_ptr::release() instead unique_ptr::get() when passing
4627 through xrealloc.
4628
4629 2017-10-17 Yao Qi <yao.qi@linaro.org>
4630
4631 * regcache.c (regcache::xfer_part): Remove parameters read and
4632 write, add parameter is_raw. All callers are updated.
4633
4634 2017-10-16 Keith Seitz <keiths@redhat.com>
4635
4636 * c-typeprint.c (enum access_specifier): Moved here from
4637 c_type_print_base.
4638 (output_access_specifier): New function.
4639 (c_type_print_base): Consider typedefs when assessing
4640 whether access labels are needed.
4641 Use output_access_specifier as needed.
4642 Output access specifier for typedefs, if needed.
4643 * dwarf2read.c (dwarf2_add_typedef): Record DW_AT_accessibility.
4644 * gdbtypes.h (struct typedef_field) <is_protected, is_private>: New
4645 fields.
4646 (TYPE_TYPEDEF_FIELD_PROTECTED, TYPE_TYPEDEF_FIELD_PRIVATE): New
4647 accessor macros.
4648
4649 2017-10-16 Tom Tromey <tom@tromey.com>
4650
4651 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full)
4652 (linux_fill_prpsinfo, linux_vsyscall_range_raw): Update.
4653 * target.c (target_fileio_read_stralloc): Update.
4654 * sparc64-tdep.c (adi_is_addr_mapped): Update.
4655 * target.h (target_fileio_read_stralloc): Return
4656 unique_xmalloc_ptr.
4657
4658 2017-10-16 Tom Tromey <tom@tromey.com>
4659
4660 * xml-syscall.c (xml_init_syscalls_info): Update.
4661 * xml-support.c (xinclude_start_include): Update.
4662 (xml_fetch_content_from_file): Return unique_xmalloc_ptr.
4663 * xml-support.h (xml_fetch_another): Return unique_xmalloc_ptr.
4664 (xml_fetch_content_from_file): Likewise.
4665 * osdata.c (get_osdata): Update.
4666 * target.h (target_read_stralloc, target_get_osdata): Return
4667 unique_xmalloc_ptr.
4668 * solib-aix.c (solib_aix_get_library_list): Update.
4669 * solib-target.c (solib_target_current_sos): Update.
4670 * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Update.
4671 * xml-tdesc.c (fetch_available_features_from_target): Update.
4672 (target_fetch_description_xml): Update.
4673 (file_read_description_xml): Update.
4674 * remote.c (remote_get_threads_with_qxfer, remote_memory_map)
4675 (remote_traceframe_info, btrace_read_config, remote_read_btrace)
4676 (remote_pid_to_exec_file): Update.
4677 * target.c (target_read_stralloc): Return unique_xmalloc_ptr.
4678 (target_get_osdata): Likewise.
4679
4680 2017-10-16 Tom Tromey <tom@tromey.com>
4681
4682 * remote.c (remote_register_number_and_offset): Use std::vector.
4683 (remote_set_syscall_catchpoint): Use gdb::unique_xmalloc_ptr.
4684 (putpkt_binary): Use gdb::def_vector.
4685 (compare_sections_command): Use gdb::byte_vector.
4686
4687 2017-10-16 Tom Tromey <tom@tromey.com>
4688
4689 * ppc-linux-nat.c (hwdebug_insert_point): Use
4690 gdb::unique_xmalloc_ptr, XDUP.
4691
4692 2017-10-16 Tom Tromey <tom@tromey.com>
4693
4694 * probe.c (parse_probes): Use std::string.
4695 (info_probes_for_ops, enable_probes_command)
4696 (disable_probes_command): Remove cleanups.
4697
4698 2017-10-16 Tom Tromey <tom@tromey.com>
4699
4700 * buildsym.c (block_compar): Remove.
4701 (end_symtab_get_static_block): Use std::vector.
4702
4703 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4704
4705 * memrange.h (struct mem_range): Define operator< and operator==.
4706 (mem_range_s): Remove.
4707 (DEF_VEC_O (mem_range_s)): Remove.
4708 (normalize_mem_ranges): Change parameter type to std::vector.
4709 * memrange.c (compare_mem_ranges): Remove.
4710 (normalize_mem_ranges): Change parameter type to std::vector,
4711 adjust to vector change.
4712 * exec.c (section_table_available_memory): Return vector, remove
4713 parameter.
4714 (section_table_read_available_memory): Adjust to std::vector
4715 change.
4716 * remote.c (remote_read_bytes): Adjust to std::vector
4717 change.
4718 * tracepoint.h (traceframe_available_memory): Change parameter
4719 type to std::vector.
4720 * tracepoint.c (traceframe_available_memory): Change parameter
4721 type to std::vector, adjust.
4722 * gdb/mi/mi-main.c (mi_cmd_trace_frame_collected): Adjust to
4723 std::vector change.
4724 * gdb/Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
4725 unittests/memrange-selftests.c.
4726 (SUBDIR_UNITTESTS_OBS): Add memrange-selftests.o.
4727 * gdb/unittests/memrange-selftests.c: New file.
4728
4729 2017-10-16 Pedro Alves <palves@redhat.com>
4730
4731 * elfread.c (probe_key_free): Rename range-for variable.
4732 * probe.c (parse_probes_in_pspace, find_probes_in_objfile)
4733 (find_probe_by_pc, collect_probes): Rename range-for variable.
4734
4735 2017-10-16 Yao Qi <yao.qi@linaro.org>
4736
4737 * features/Makefile (XMLTOC): Remove tic6x-*.xml.
4738 * features/tic6x-c62x.c: Remove.
4739 * features/tic6x-c64x-linux.c: Remove.
4740 * features/tic6x-c64x.c: Remove.
4741 * features/tic6x-c64xp-linux.c: Remove.
4742 * features/tic6x-c64xp.c: Remove.
4743 * tic6x-linux-tdep.c (_initialize_tic6x_linux_tdep): Don't call
4744 initialize_tdesc_tic6x_*_linux functions.
4745 * tic6x-tdep.c (_initialize_tic6x_tdep): Don't call
4746 initialize_tdesc_tic6x_* functions.
4747
4748 2017-10-16 Yao Qi <yao.qi@linaro.org>
4749
4750 * features/Makefile (WHICH): Remove tic6x-c64xp, tic6x-c64x
4751 tic6x-c62x.
4752 * regformats/tic6x-c62x.dat: Remove.
4753 * regformats/tic6x-c64x.dat: Remove.
4754 * regformats/tic6x-c64xp.dat: Remove.
4755
4756 2017-10-15 Simon Marchi <simon.marchi@ericsson.com>
4757
4758 * tracepoint.c (parse_traceframe_info): Return a unique_ptr
4759 (the !HAVE_LIBEXPAT version).
4760
4761 2017-10-14 Simon Marchi <simon.marchi@ericsson.com>
4762
4763 * nat/linux-osdata.c (struct pid_pgid_entry) <operator<>: Make
4764 const.
4765
4766 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4767
4768 * target.h: Include tracepoint.h.
4769 (enum trace_find_type): Move to tracepoint.h.
4770 (struct target_ops) <to_traceframe_info>: Return a unique ptr.
4771 * tracepoint.h: Don't include target.h
4772 (enum trace_find_type): Move from target.h.
4773 (parse_traceframe_info): Return a unique ptr.
4774 * tracepoint.c (current_traceframe_info): Change type to unique
4775 ptr.
4776 (free_traceframe_info): Remove.
4777 (clear_traceframe_info): Don't manually free
4778 current_traceframe_info.
4779 (free_result): Remove.
4780 (parse_traceframe_info): Return a unique ptr.
4781 (get_traceframe_info): Adjust to unique ptr.
4782 * ctf.c (ctf_traceframe_info): Return a unique ptr.
4783 * remote.c (remote_traceframe_info): Return a unique ptr.
4784 * tracefile-tfile.c (tfile_traceframe_info): Return a unique
4785 ptr.
4786 * target-debug.h (target_debug_print_traceframe_info_up): New
4787 macro.
4788 * target-delegates.c: Regenerate.
4789
4790 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4791
4792 * memrange.h (struct mem_range): Add constructors.
4793 * tracepoint.h (struct traceframe_info) <memory>: Change type to
4794 std::vector<mem_range>.
4795 * tracepoint.c (free_traceframe_info): Don't manually free
4796 vector.
4797 (traceframe_info_start_memory): Adjust to vector change.
4798 (traceframe_available_memory): Likewise.
4799 * tracefile-tfile.c (build_traceframe_info): Likewise.
4800 * ctf.c (ctf_traceframe_info): Likewise.
4801
4802 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4803
4804 * tracepoint.h (struct traceframe_info) <tvars>: Change type to
4805 std::vector<int>.
4806 * tracepoint.c (free_traceframe_info): Deallocate with delete.
4807 (traceframe_info_start_tvar): Adjust to vector change.
4808 (parse_traceframe_info): Allocate with new.
4809 * ctf.c (ctf_traceframe_info): Allocate with new, adjust to
4810 vector change.
4811 * tracefile-tfile.c (build_traceframe_info): Adjust to vector
4812 change.
4813 tfile_traceframe_info): Allocate with new.
4814 * mi/mi-main.c (mi_cmd_trace_frame_collected): Adjust to vector
4815 change.
4816
4817 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4818
4819 * tracepoint.c (traceframe_info): Rename to...
4820 (current_traceframe_info): ...this.
4821 (clear_traceframe_info): Adjust.
4822 (get_traceframe_info): Adjust.
4823
4824 2017-10-14 Simon Marchi <simon.marchi@ericsson.com>
4825
4826 * nat/linux-osdata.c: Include algorithm.
4827 (compare_processes): Remove.
4828 (struct pid_pgid_entry): New struct.
4829 (linux_xfer_osdata_processgroups): Use std::vector instead of
4830 XNEWVEC.
4831
4832 2017-10-14 Simon Marchi <simon.marchi@ericsson.com>
4833
4834 * objfiles.h: Don't include symfile.h.
4835 (struct partial_symbol): Remove forward-declaration.
4836 (struct objfile) <global_psymbols, static_psymbols>: Change type
4837 to std::vector<partial_symbol *>.
4838 * objfiles.c (objfile::objfile): Don't memset those fields.
4839 (objfile::~objfile): Don't free those fields.
4840 * psympriv.h (struct psymbol_allocation_list): Remove
4841 forward-declaration.
4842 (add_psymbol_to_list): Change psymbol_allocation_list parameter
4843 to std::vector.
4844 (start_psymtab_common): Change parameters to std::vector.
4845 * psymtab.c: Include algorithm.
4846 (require_partial_symbols): Call shrink_to_fit.
4847 (find_pc_sect_psymbol): Adjust to vector change.
4848 (match_partial_symbol): Likewise.
4849 (lookup_partial_symbol): Likewise.
4850 (psym_relocate): Likewise.
4851 (dump_psymtab): Likewise.
4852 (recursively_search_psymtabs): Likewise.
4853 (compare_psymbols): Remove.
4854 (sort_pst_symbols): Adjust to vector change.
4855 (start_psymtab_common): Likewise.
4856 (end_psymtab_common): Likewise.
4857 (psymbol_bcache_full): De-constify return value.
4858 (add_psymbol_to_bcache): Likewise.
4859 (extend_psymbol_list): Remove.
4860 (append_psymbol_to_list): Adjust to vector change.
4861 (add_psymbol_to_list): Likewise.
4862 (init_psymbol_list): Likewise.
4863 (maintenance_info_psymtabs): Likewise.
4864 (maintenance_check_psymtabs): Likewise.
4865 * symfile.h (struct psymbol_allocation_list): Remove.
4866 * symfile.c (reread_symbols): Adjust to vector change.
4867 * dbxread.c (start_psymtab): Change type of parameters.
4868 (dbx_symfile_read): Adjust to vector change.
4869 (read_dbx_symtab): Likewise.
4870 (start_psymtab): Change type of parameters.
4871 * dwarf2read.c (dwarf2_build_psymtabs): Adjust to vector change.
4872 (create_partial_symtab): Likewise.
4873 (add_partial_symbol): Likewise.
4874 (write_one_signatured_type): Likewise.
4875 (recursively_write_psymbols): Likewise.
4876 * mdebugread.c (parse_partial_symbols): Likewise.
4877 * xcoffread.c (xcoff_start_psymtab): Change type of parameters.
4878 (scan_xcoff_symtab): Adjust to vector change.
4879 (xcoff_initial_scan): Likewise.
4880
4881 2017-10-13 Simon Marchi <simon.marchi@ericsson.com>
4882
4883 * ada-typeprint.c (print_dynamic_range_bound): Use std::string.
4884
4885 2017-10-13 Yao Qi <yao.qi@linaro.org>
4886
4887 * features/Makefile: Remove tic6x-*-expedite, add tic6x-expedite.
4888 Remove s390x-*-expedite, add s390x-expedite.
4889
4890 2017-10-13 Yao Qi <yao.qi@linaro.org>
4891
4892 * features/s390-gs-linux64.c: Regenerated.
4893 * features/s390x-gs-linux64.c: Regenerated.
4894
4895 2017-10-13 Tom Tromey <tom@tromey.com>
4896
4897 * compile/compile-object-run.c (do_module_cleanup): Use delete.
4898 * solib.c (update_solib_list, reload_shared_libraries_1): Use
4899 delete.
4900 * symfile.c (symbol_file_add_with_addrs): Use new.
4901 (symbol_file_add_separate): Update comment.
4902 (syms_from_objfile_1, remove_symbol_file_command): Use delete.
4903 * jit.c (jit_object_close_impl): Use new.
4904 (jit_unregister_code): Use delete.
4905 * objfiles.c (objfile::objfile): Rename from allocate_objfile.
4906 (~objfile): Rename from free_objfile.
4907 (free_objfile_separate_debug, do_free_objfile_cleanup)
4908 (free_all_objfiles, objfile_purge_solibs): Use delete.
4909 * objfiles.h (struct objfile): Add constructor and destructor.
4910 Use DISABLE_COPY_AND_ASSIGN. Add initializers to data members.
4911 (allocate_objfile, free_objfile): Don't declare.
4912 (struct objstats): Add initializers.
4913
4914 2017-10-12 Simon Marchi <simon.marchi@ericsson.com>
4915
4916 * arch-utils.h (simple_displaced_step_copy_insn): Remove.
4917 * arch-utils.c (simple_displaced_step_copy_insn): Remove.
4918 * gdbarch.sh (displaced_step_copy_insn): Adjust comment.
4919 * gdbarch.h: Regenerate.
4920 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn):
4921 Adjust comment.
4922 * i386-tdep.c (i386_displaced_step_copy_insn): Adjust comment.
4923 (i386_displaced_step_fixup): Adjust comment.
4924 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Adjust comment.
4925
4926 2017-10-12 Tom Tromey <tom@tromey.com>
4927
4928 * prologue-value.h (pv_area::store_would_trash): Return bool.
4929 (pv_area::find_reg): Likewise.
4930 * prologue-value.c (pv_area::store_would_trash): Return bool.
4931 (pv_area::find_reg): Likewise.
4932
4933 2017-10-12 Tom Tromey <tom@tromey.com>
4934
4935 * s390-linux-tdep.c (s390_store, s390_load)
4936 (s390_check_for_saved, s390_analyze_prologue): Update.
4937 * rx-tdep.c (check_for_saved, rx_analyze_prologue): Update.
4938 * rl78-tdep.c (rl78_analyze_prologue, check_for_saved): Update.
4939 * prologue-value.h (class pv_area): Move from prologue-value.c.
4940 Change names of members. Add constructor, destructor, member
4941 functions.
4942 (make_pv_area, free_pv_area, make_cleanup_free_pv_area)
4943 (pv_area_store, pv_area_fetch, pv_area_store_would_trash)
4944 (pv_area_fetch, pv_area_scan): Don't declare.
4945 * prologue-value.c (struct pv_area::area_entry): Now member of
4946 pv_area.
4947 (struct pv_area): Move to prologue-value.h.
4948 (pv_area::pv_area): Rename from make_pv_area.
4949 (pv_area::~pv_area): Rename from free_pv_area.
4950 (do_free_pv_area_cleanup, make_cleanup_free_pv_area): Remove.
4951 (clear_entries, find_entry, overlaps, store_would_trash, store)
4952 (fetch, find_reg, scan): Now member of pv_area.
4953 Remove "area" argument. Update.
4954 * msp430-tdep.c (check_for_saved, msp430_analyze_prologue):
4955 Update.
4956 * mn10300-tdep.c (push_reg, check_for_saved)
4957 (mn10300_analyze_prologue): Update.
4958 * mep-tdep.c (is_arg_spill, check_for_saved)
4959 (mep_analyze_prologue): Update.
4960 * m32c-tdep.c (m32c_pv_push, m32c_srcdest_fetch)
4961 (m32c_srcdest_store, m32c_pv_enter, m32c_is_arg_spill)
4962 (m32c_is_struct_return, m32c_analyze_prologue): Update.
4963 * arm-tdep.c (thumb_analyze_prologue, arm_analyze_prologue):
4964 Update.
4965 * arc-tdep.c (arc_is_in_prologue, arc_analyze_prologue): Update.
4966 * aarch64-tdep.c (aarch64_analyze_prologue): Update.
4967
4968 2017-10-12 Simon Marchi <simon.marchi@ericsson.com>
4969
4970 * linux-nat.h (linux_nat_set_delete_thread): New declaration.
4971 * linux-nat.c (linux_nat_delete_thread): New variable.
4972 (lwp_free): Invoke linux_nat_delete_thread if set.
4973 (linux_nat_set_delete_thread): New function.
4974 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Assign
4975 thread delete callback.
4976 * arm-linux-nat.c (arm_linux_delete_thread): New function.
4977 (_initialize_arm_linux_nat): Assign thread delete callback.
4978 * s390-linux-nat.c (s390_delete_thread): New function.
4979 (_initialize_s390_nat): Assign thread delete callback.
4980 * x86-linux-nat.c (x86_linux_add_target): Likewise.
4981 * nat/aarch64-linux.c (aarch64_linux_delete_thread): New
4982 function.
4983 * nat/aarch64-linux.h (aarch64_linux_delete_thread): New
4984 declaration.
4985 * nat/x86-linux.c (x86_linux_delete_thread): New function.
4986 * nat/x86-linux.h (x86_linux_delete_thread): New declaration.
4987
4988 2017-10-09 Tom Tromey <tom@tromey.com>
4989
4990 * tui/tui-win.c (tui_set_win_height, parse_scrolling_args): Use
4991 std::string.
4992 * tui/tui-layout.c (enum tui_status): Use std::string.
4993
4994 2017-10-11 Tom Tromey <tom@tromey.com>
4995
4996 * gdbthread.h (thread_command): Constify.
4997 * inferior.h (detach_command): Constify.
4998 * top.h (set_history, show_history): Constify.
4999 * arm-tdep.c (set_arm_command, show_arm_command): Constify.
5000 * serial.c (serial_set_cmd, serial_show_cmd): Constify.
5001 * bsd-kvm.c (bsd_kvm_cmd): Constify.
5002 * printcmd.c (set_command): Constify.
5003 (non_const_set_command): New function.
5004 * dcache.c (set_dcache_command, show_dcache_command): Constify.
5005 * breakpoint.c (enable_command, disable_command, delete_command)
5006 (catch_command, tcatch_command, set_breakpoint_cmd)
5007 (show_breakpoint_cmd): Constify.
5008 * macrocmd.c (macro_command): Constify.
5009 * infcmd.c (unset_command, kill_command, detach_command)
5010 (info_proc_cmd): Constify.
5011 * i386-tdep.c (set_mpx_cmd, show_mpx_cmd): Constify.
5012 * auto-load.c (show_auto_load_cmd, set_auto_load_cmd)
5013 (info_auto_load_cmd): Constify.
5014 * target-descriptions.c (set_tdesc_cmd, show_tdesc_cmd)
5015 (unset_tdesc_cmd): Constify.
5016 * ada-lang.c (set_ada_command, show_ada_command)
5017 (maint_set_ada_cmd, maint_show_ada_cmd): Constify.
5018 * guile/guile.c (set_guile_command, show_guile_command)
5019 (info_guile_command): Constify.
5020 * tui/tui-win.c (tui_command, set_tui_cmd, show_tui_cmd):
5021 Constify.
5022 * skip.c (skip_command): Constify.
5023 * compile/compile.c (_initialize_compile): Constify.
5024 * dwarf2read.c (set_dwarf_cmd, show_dwarf_cmd): Constify.
5025 * btrace.c (maint_btrace_cmd, maint_btrace_set_cmd)
5026 (maint_btrace_show_cmd, maint_btrace_pt_set_cmd)
5027 (maint_btrace_pt_show_cmd): Constify.
5028 * remote.c (set_remote_cmd, show_remote_cmd, remote_command):
5029 Constify.
5030 * python/python.c (user_show_python, user_set_python): Constify.
5031 * mips-tdep.c (set_mips_command, show_mips_command)
5032 (set_mipsfpu_command): Constify.
5033 * record-btrace.c (cmd_record_btrace_start)
5034 (cmd_set_record_btrace, cmd_show_record_btrace)
5035 (cmd_set_record_btrace_bts, cmd_show_record_btrace_bts)
5036 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): Constify.
5037 * rs6000-tdep.c (set_powerpc_command, show_powerpc_command):
5038 Constify.
5039 * symfile.c (overlay_command): Constify.
5040 * spu-tdep.c (set_spu_command, show_spu_command): Constify.
5041 * cli/cli-logging.c (set_logging_command, show_logging_command):
5042 Constify.
5043 * cli/cli-dump.c (dump_command, append_command)
5044 (srec_dump_command, ihex_dump_command, verilog_dump_command)
5045 (tekhex_dump_command, binary_dump_command)
5046 (binary_append_command): Constify.
5047 * cli/cli-decode.c (struct cmd_list_element): Change type of
5048 "fun".
5049 * cli/cli-cmds.c (info_command, show_command, set_debug)
5050 (show_debug): Constify.
5051 (show_command): Add non-const overload.
5052 * top.c (set_history, show_history): Constify.
5053 * sh-tdep.c (set_sh_command, show_sh_command): Constify.
5054 * command.h (add_prefix_cmd): Accept a cmd_const_cfunc_ftype.
5055 * target.c (target_command): Constify.
5056 * sparc64-tdep.c (info_adi_command): Constify.
5057 * record-full.c (cmd_record_full_start): Constify.
5058 (set_record_full_command): Constify. Fix typo.
5059 (show_record_full_command): Constify.
5060 * thread.c (thread_command, thread_apply_command): Constify.
5061 * memattr.c (dummy_cmd): Constify.
5062 * value.c (function_command): Constify.
5063 * frame.c (set_backtrace_cmd, show_backtrace_cmd): Constify.
5064 * probe.c (info_probes_command): Constify.
5065 * ser-tcp.c (set_tcp_cmd, show_tcp_cmd): Constify.
5066 * gnu-nat.c (set_task_cmd, show_task_cmd, set_thread_cmd)
5067 (show_thread_cmd, set_thread_default_cmd)
5068 (show_thread_default_cmd): Constify.
5069 (check_empty): Constify.
5070 * tracepoint.c (tfind_command): Constify.
5071 * cp-support.c (maint_cplus_command): Constify.
5072 * windows-tdep.c (info_w32_command): Constify.
5073 * record.c (cmd_record_start, set_record_command)
5074 (show_record_command, info_record_command, cmd_record_goto):
5075 Constify.
5076 * ravenscar-thread.c (set_ravenscar_command)
5077 (show_ravenscar_command): Constify.
5078 * utils.c (set_internal_problem_cmd, show_internal_problem_cmd):
5079 Constify.
5080 (add_internal_problem_command): Remove casts.
5081 * arc-tdep.c (maintenance_print_arc_command): Constify.
5082 * valprint.c (set_print, show_print, set_print_raw)
5083 (show_print_raw): Constify.
5084 * maint.c (maintenance_command, maintenance_info_command)
5085 (maintenance_print_command, maintenance_set_cmd)
5086 (maintenance_show_cmd, set_per_command_cmd)
5087 (show_per_command_cmd, maintenance_check_command): Constify.
5088 * language.c (set_check, show_check): Constify.
5089 * typeprint.c (show_print_type, set_print_type): Constify.
5090 * go32-nat.c (go32_info_dos_command): Constify.
5091
5092 2017-10-11 Tom Tromey <tom@tromey.com>
5093
5094 * breakpoint.c (prepare_re_set_context): Remove.
5095 (breakpoint_re_set_one): Update. Don't use cleanups.
5096 (breakpoint_re_set): Use scoped_restore, std::string, and
5097 scoped_restore_current_language.
5098
5099 2017-10-11 Tom Tromey <tom@tromey.com>
5100
5101 * breakpoint.c (commands_command_1): Use std::string.
5102 (cleanup_executing_breakpoints): Remove.
5103 (bpstat_do_actions_1): Use scoped_restore.
5104 (bpstat_check_watchpoint): Use std::string.
5105 (decode_static_tracepoint_spec): Likewise.
5106 (break_range_command): Likewise.
5107 (watch_command_1): Likewise.
5108 (compare_breakpoints): Change argument types.
5109 (clear_command): Use std::vector.
5110 (cleanup_executing_breakpoints): Remove.
5111 (update_global_location_list): Use unique_xmalloc_ptr.
5112 (strace_command): Remove unused declaration.
5113
5114 2017-10-11 John Baldwin <jhb@FreeBSD.org>
5115
5116 * Makefile.in (ALLDEPFILES): Add arm-fbsd-nat.c.
5117 * NEWS: Mention new FreeBSD/arm native configuration.
5118 * configure.host: Add arm*-*-freebsd*.
5119 * configure.nat: Likewise.
5120 * arm-fbsd-nat.c: New file.
5121
5122 2017-10-11 John Baldwin <jhb@FreeBSD.org>
5123
5124 * Makefile.in (ALL_TARGET_OBS): Add arm-fbsd-tdep.o.
5125 (ALLDEPFILES): Add arm-fbsd-tdep.c.
5126 * NEWS: Mention new FreeBSD/arm target.
5127 * configure.tgt: Add arm*-*-freebsd*.
5128 * arm-fbsd-tdep.c: New file.
5129 * arm-fbsd-tdep.h: New file.
5130
5131 2017-10-11 Maciej W. Rozycki <macro@imgtec.com>
5132
5133 * linux-tdep.c (linux_make_corefile_notes): Remove call to
5134 `gdbarch_elfcore_write_linux_prpsinfo'.
5135 * gdbarch.sh (elfcore_write_linux_prpsinfo): Remove architecture
5136 method.
5137 (elf_internal_linux_prpsinfo): Remove declaration.
5138 * gdbarch.h: Regenerate.
5139 * gdbarch.c: Regenerate.
5140
5141 2017-10-11 Maciej W. Rozycki <macro@imgtec.com>
5142
5143 * ppc-linux-tdep.c (ppc_linux_init_abi): Remove call to
5144 `set_gdbarch_elfcore_write_linux_prpsinfo'.
5145
5146 2017-10-11 Pedro Alves <palves@redhat.com>
5147
5148 * breakpoint.c (reattach_breakpoints): Delete.
5149 * breakpoint.h (reattach_breakpoints): Delete.
5150
5151 2017-10-11 Simon Marchi <simon.marchi@ericsson.com>
5152
5153 * symfile.c (registered_sym_fns): Make struct, not typedef.
5154 (DEF_VEC_O (registered_sym_fns)): Remove.
5155 (symtab_fns): Change type to std::vector.
5156 (add_symtab_fns): Adjust.
5157 (find_sym_fns): Adjust.
5158
5159 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5160
5161 * arc-tdep.c (arc_gdbarch_init): Pass proper cpu value to disassembler.
5162 * arc-tdep.h (arc_arch_is_em): New function.
5163 (arc_arch_is_hs): Likewise.
5164
5165 2017-10-11 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
5166
5167 * macrotab.h (macro_lookup_inclusion): Remove unnecessary
5168 parentheses in the declaration.
5169 (macro_lookup_inclusion): Likewise.
5170 (macro_lookup_definition): Likewise.
5171 * p-lang.h (pascal_builtin_types): Likewise.
5172 * tui/tui-data.c (tui_win_list): Likewise.
5173 * tui/tui-data.h (tui_win_list): Likewise.
5174 * utils.h (make_cleanup_free_section_addr_info): Likewise.
5175
5176 2017-10-11 Mark Rages <markrages@gmail.com>
5177
5178 * target-memory.c (block_boundaries): Fix for block address not
5179 aligned on block size.
5180
5181 2017-10-10 Pedro Alves <palves@redhat.com>
5182 Tom Tromey <tom@tromey.com>
5183
5184 * breakpoint.c (struct captured_breakpoint_query_args)
5185 (do_captured_breakpoint_query, gdb_breakpoint_query): Delete.
5186 (print_breakpoint): New.
5187 * breakpoint.h (print_breakpoint): Declare.
5188 * common/common-exceptions.h (enum return_reason): Remove
5189 references to catch_exceptions.
5190 * exceptions.c (catch_exceptions, catch_exceptions_with_msg):
5191 Delete.
5192 * exceptions.h (catch_exceptions_ftype, catch_exceptions)
5193 (catch_exception_ftype, catch_exceptions_with_msg): Delete.
5194 * gdb.h: Delete.
5195 * gdbthread.h (thread_select): Declare.
5196 * mi/mi-cmd-break.c: Don't include gdb.h.
5197 (breakpoint_notify): Use print_breakpoint.
5198 * mi/mi-cmd-catch.c: Don't include gdb.h.
5199 * mi/mi-interp.c: Don't include gdb.h.
5200 (mi_print_breakpoint_for_event): New.
5201 (mi_breakpoint_created, mi_breakpoint_modified): Use
5202 mi_print_breakpoint_for_event.
5203 * mi/mi-main.c: Don't include gdb.h.
5204 (mi_cmd_thread_select): Parse the global thread ID here. Use
5205 thread_select instead of gdb_thread_select.
5206 (mi_cmd_thread_list_ids): Output "thread-ids" tuple here instead
5207 of using gdb_list_thread_ids.
5208 * remote-fileio.c (do_remote_fileio_request): Change type. Reply
5209 FILEIO_ENOSYS here.
5210 (remote_fileio_request): Use TRY/CATCH instead of
5211 catch_exceptions.
5212 * symfile-mem.c (struct symbol_file_add_from_memory_args)
5213 (symbol_file_add_from_memory_wrapper): Delete.
5214 (add_vsyscall_page): Use TRY/CATCH instead of catch_exceptions.
5215 * thread.c: Don't include gdb.h.
5216 (do_captured_list_thread_ids, gdb_list_thread_ids): Delete.
5217 (thread_alive): Use thread_select.
5218 (do_captured_thread_select): Delete, parts salvaged as ...
5219 (thread_select): ... this new function.
5220 (gdb_thread_select): Delete.
5221
5222 2017-10-10 Pedro Alves <palves@redhat.com>
5223 Tom Tromey <tom@tromey.com>
5224
5225 * breakpoint.c (breakpoint_cond_eval): Change return type to bool
5226 and reverse logic.
5227 (WP_DELETED, WP_VALUE_CHANGED, WP_VALUE_NOT_CHANGED, WP_IGNORE):
5228 No longer macros. Instead ...
5229 (enum wp_check_result): They're now values of this new
5230 enumeration.
5231 (watchpoint_check): Change return type to wp_check_result and
5232 parameter type to bpstat.
5233 (bpstat_check_watchpoint): Use TRY/CATCH instead of catch_errors.
5234 (bpstat_check_breakpoint_conditions): Use TRY/CATCH instead of
5235 catch_errors. Reverse logic of watchpoint_check call.
5236 (breakpoint_re_set_one): Now returns void and takes a breakpoint
5237 pointer as parameter.
5238 (breakpoint_re_set): Use TRY/CATCH instead of catch_errors.
5239 * common/common-exceptions.c (throw_exception_sjlj): Update
5240 comments to avoid mentioning catch_errors.
5241 * exceptions.c (catch_errors): Delete.
5242 * exceptions.h: Update comments to avoid mentioning catch_errors.
5243 (catch_errors_ftype, catch_errors): Delete.
5244 * infrun.c (normal_stop): Use TRY/CATCH instead of catch_errors.
5245 (hook_stop_stub): Delete.
5246 (restore_selected_frame): Change return type to void, and
5247 parameter type to const frame_id &.
5248 (restore_infcall_control_state): Use TRY/CATCH instead of
5249 catch_errors.
5250 * main.c (captured_command_loop): Return void and remove
5251 parameter. Remove references to catch_errors.
5252 (captured_main): Use TRY/CATCH instead of catch_errors.
5253 * objc-lang.c (objc_submethod_helper_data)
5254 (find_objc_msgcall_submethod_helper): Delete.
5255 (find_objc_msgcall_submethod): Use TRY/CATCH instead of
5256 catch_errors.
5257 * record-full.c (record_full_message): Return void.
5258 (record_full_message_args, record_full_message_wrapper): Delete.
5259 (record_full_message_wrapper_safe): Return bool and use TRY/CATCH
5260 instead of catch_errors.
5261 * solib-aix.c (solib_aix_open_symbol_file_object): Change
5262 parameter type to int.
5263 * solib-darwin.c (open_symbol_file_object): Ditto.
5264 * solib-dsbt.c (open_symbol_file_object): Ditto.
5265 * solib-frv.c (open_symbol_file_object): Ditto.
5266 * solib-svr4.c (open_symbol_file_object): Ditto.
5267 * solib-target.c (solib_target_open_symbol_file_object): Ditto.
5268 * solib.c (update_solib_list): Use TRY/CATCH instead of
5269 catch_errors.
5270 * solist.h (struct target_so_ops) <open_symbol_file_object>:
5271 Change type.
5272 * symmisc.c (struct print_symbol_args): Remove.
5273 (dump_symtab_1): Use TRY/CATCH instead of catch_errors.
5274 (print_symbol): Change type.
5275 * windows-nat.c (handle_load_dll, handle_unload_dll): Return void
5276 and remove parameters.
5277 (catch_errors): New.
5278 (get_windows_debug_event): Adjust.
5279
5280 2017-10-09 Tom Tromey <tom@tromey.com>
5281
5282 * mi/mi-main.c (free_splay_tree): Remove.
5283 (list_available_thread_groups): Use splay_tree_up.
5284 * common/gdb_splay_tree.h: New file.
5285
5286 2017-10-09 Tom Tromey <tom@tromey.com>
5287
5288 * mi/mi-main.c (do_nothing): Remove.
5289 (list_available_thread_groups): Update.
5290
5291 2017-10-09 Pedro Alves <palves@redhat.com>
5292
5293 * infrun.c (handle_inferior_event_1) <TARGET_WAITKIND_EXECD>: Skip
5294 reading registers when switching context.
5295
5296 2017-10-09 John Baldwin <jhb@FreeBSD.org>
5297
5298 * fbsd-nat.c (fbsd_siginfo_size): Use gdbarch_long_bit.
5299 (fbsd_convert_siginfo): Likewise.
5300 * fbsd-tdep.c (fbsd_core_xfer_siginfo): Likewise.
5301
5302 2017-10-09 Simon Marchi <simon.marchi@polymtl.ca>
5303
5304 * configure.ac (try_guile_versions): Remove guile-2.2.
5305 * configure: Regenerate.
5306
5307 2017-10-09 Tom Tromey <tom@tromey.com>
5308
5309 * Makefile.in (COMPILE.post, POSTCOMPILE): Restore $(basename).
5310 (COMPILE.pre): Use $(CXX).
5311
5312 2017-10-09 Pedro Alves <palves@redhat.com>
5313
5314 * cp-support.c (cp_remove_params): Return a gdb::unique_xmalloc_ptr.
5315 Use bool.
5316 (overload_list_add_symbol): Adjust to use gdb::unique_xmalloc_ptr.
5317 * cp-support.h (cp_remove_params): Now returns a
5318 gdb::unique_xmalloc_ptr.
5319 * dwarf2read.c (find_slot_in_mapped_hash): Now returns bool.
5320 Adjust to cp_remove_params returning a gdb::unique_xmalloc_ptr.
5321 * psymtab.c (psymtab_search_name): Adjust to cp_remove_params
5322 returning a gdb::unique_xmalloc_ptr.
5323 (lookup_partial_symbol): Adjust to use gdb::unique_xmalloc_ptr.
5324 * stack.c (find_frame_funname): Adjust to cp_remove_params
5325 returning a gdb::unique_xmalloc_ptr.
5326
5327 2017-10-08 Tom Tromey <tom@tromey.com>
5328
5329 * dwarf2read.c (dwarf2_get_dwz_file): Use
5330 gdb::unique_xmalloc_ptr.
5331 (find_slot_in_mapped_hash): Likewise.
5332 (dwarf2_physname): Likewise.
5333 (create_dwo_unit_in_dwp_v1): Use std::string.
5334 (create_dwo_unit_in_dwp_v2): Likewise.
5335 (lookup_dwo_cutu): Likewise.
5336 (inherit_abstract_dies): Use std::vector.
5337 (read_array_type): Likewise.
5338 (dwarf_decode_macros): Remove unused declaration.
5339 (unsigned_int_compar): Remove.
5340 (dwarf2_build_psymtabs_hard): Use scoped_restore.
5341 (psymtabs_addrmap_cleanup): Remove.
5342
5343 2017-10-08 Tom Tromey <tom@tromey.com>
5344
5345 * frame-unwind.c (frame_unwind_try_unwinder): Update.
5346 * frame.h (frame_cleanup_after_sniffer): Declare.
5347 (frame_prepare_for_sniffer): Return void.
5348 * frame.c (frame_cleanup_after_sniffer): No longer static. Change
5349 type of argument.
5350 (frame_prepare_for_sniffer): Return void.
5351
5352 2017-10-08 Tom Tromey <tom@tromey.com>
5353
5354 * utils.h (make_cleanup_value_free): Remove.
5355 * utils.c (do_value_free, struct cleanup): Remove.
5356 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>:
5357 Use gdb_value_up.
5358 * value.h (struct value_deleter): New.
5359 (gdb_value_up): New typedef.
5360
5361 2017-10-08 Tom Tromey <tom@tromey.com>
5362
5363 * symtab.c (free_search_symbols, do_free_search_symbols_cleanup)
5364 (make_cleanup_free_search_symbols): Remove.
5365 (search_symbols): Return std::vector.
5366 (symbol_search::compare_search_syms): Now member of
5367 symbol_search. Change arguments.
5368 (sort_search_symbols_remove_dups): Change arguments. Rewrite.
5369 (symtab_symbol_info, rbreak_command): Update.
5370 * symtab.h (struct symbol_search) <next>: Remove.
5371 Add constructors.
5372 (symbol_search::operator<): New function.
5373 (symbol_search::operator==): New function.
5374 (search_symbols): Remove std::vector.
5375 (free_search_symbols, make_cleanup_free_search_symbols): Remove.
5376 (symbol_search::compare_search_syms): Declare.
5377
5378 2017-10-06 Yao Qi <yao.qi@linaro.org>
5379
5380 * Makefile.in (ALL_64_TARGET_OBS): Replace aarch64-insn.o with
5381 arch/aarch64-insn.o.
5382 Remove one rule.
5383 * configure.tgt: Replace aarch64-insn.o with arch/aarch64-insn.o.
5384
5385 2017-10-06 Yao Qi <yao.qi@linaro.org>
5386
5387 * Makefile.in (ALL_TARGET_OBS): Replace arm.o, arm-get-next-pcs.o,
5388 and arm-linux.o with arch/arm.o, arch/arm-get-next-pcs.o and
5389 arch/arm-linux.o respectively.
5390 * configure.tgt: Likewise.
5391
5392 2017-10-06 Yao Qi <yao.qi@linaro.org>
5393
5394 * Makefile.in (ALL_TARGET_OBS): Rename i386.o to arch/i386.o.
5395 * configure.tgt (i386_tobjs): Replace i386.o with arch/i386.o.
5396
5397 2017-10-06 Pedro Alves <palves@redhat.com>
5398
5399 * windows-nat.c: Include <algorithm>.
5400
5401 2017-10-06 Yao Qi <yao.qi@linaro.org>
5402
5403 * configure.tgt (i386_tobjs): New variable.
5404 (amd64_tobjs): New variable.
5405 Set $cpu_obs and $os_obs.
5406
5407 2017-10-06 Yao Qi <yao.qi@linaro.org>
5408
5409 * Makefile.in (CONFIG_SRC_SUBDIR): New.
5410 (ALL_64_TARGET_OBS): Replace amd64.o with arch/amd64.o.
5411 (clean): Remove object files and dependency files.
5412 (distclean): Remove the directory.
5413 * configure.ac: Invoke AC_CONFIG_COMMANDS.
5414 * configure: Re-generated.
5415 * configure.tgt: Replace amd64.o with arch/amd64.o.
5416
5417 2017-10-05 Jose E. Marchesi <jose.marchesi@oracle.com>
5418
5419 PR build/22188
5420 * arm-tdep.c (arm_decode_misc_memhint_neon): Fix decoding of CPS
5421 and SETEND.
5422
5423 2017-10-05 Pedro Alves <palves@redhat.com>
5424
5425 * linux-nat.c (linux_child_follow_fork): When following the parent
5426 and detaching the child, consult the parent thread's architecture
5427 instead of the child's.
5428
5429 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5430
5431 * ax.h: Do not include "doublest.h".
5432 (union agent_val): Remove.
5433
5434 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5435
5436 * dfp.h (MAX_DECIMAL_STRING): Move to dfp.c.
5437 (decimal_to_string): Return std::string object.
5438 (decimal_from_string): Accept std::string object. Return bool.
5439 (decimal_from_integral, decimal_from_doublest): Remove.
5440 (decimal_from_longest): Add prototype.
5441 (decimal_from_ulongest): Likewise.
5442 (decimal_to_longest): Likewise.
5443 (decimal_from_doublest): Likewise.
5444 * dfp.c: Do not include "gdbtypes.h" or "value.h".
5445 (MAX_DECIMAL_STRING): Move here.
5446 (decimal_to_string): Return std::string object.
5447 (decimal_from_string): Accept std::string object. Return bool.
5448 (decimal_from_integral): Remove, replace by ...
5449 (decimal_from_longest, decimal_from_ulongest): ... these new functions.
5450 (decimal_to_longest): New function.
5451 (decimal_from_floating): Remove, replace by ...
5452 (decimal_from_doublest): ... this new function.
5453 (decimal_to_doublest): Update to new decimal_to_string interface.
5454
5455 * value.c (unpack_long): Use decimal_to_longest.
5456 * valops.c (value_cast): Use decimal_from_doublest instead of
5457 decimal_from_floating. Use decimal_from_[u]longest isntead of
5458 decimal_from_integral.
5459 * valarith.c (value_args_as_decimal): Likewise.
5460 * valprint.c (print_decimal_floating): Update to new
5461 decimal_to_string interface.
5462 * printcmd.c (printf_decfloat): Likewise.
5463 * c-exp.y (parse_number): Update to new decimal_from_string interface.
5464
5465 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5466
5467 * doublest.h: Do not include "floatformat.h". Remove stale comments.
5468 * gdbtypes.c: Include "floatformat.h".
5469 * value.c: Likewise.
5470 * m68k-tdep.c: Likewise.
5471
5472 * findvar.c: Do not include "floatformat.h".
5473 * amd64-darwin-tdep.c: Likewise.
5474 * arm-linux-tdep.c: Likewise.
5475 * i386-darwin-tdep.c: Likewise.
5476 * i387-tdep.c: Likewise.
5477 * m68k-linux-tdep.c: Likewise.
5478 * mep-tdep.c: Likewise.
5479 * mips-tdep.c: Likewise.
5480 * nios2-tdep.c: Likewise.
5481 * s390-linux-tdep.c: Likewise.
5482 * sparc-obsd-tdep.c: Likewise.
5483 * sparc-tdep.c: Likewise.
5484 * sparc64-tdep.c: Likewise.
5485 * spu-tdep.c: Likewise.
5486 * tic6x-tdep.c: Likewise.
5487 * tilegx-tdep.c: Likewise.
5488 * vax-tdep.c: Likewise.
5489 * xstormy16-tdep.c: Likewise.
5490 * xtensa-tdep.c: Likewise.
5491
5492 * top.c: Do not include "doublest.h".
5493 * aarch64-tdep.c: Likewise.
5494 * alpha-tdep.c: Likewise.
5495 * arm-linux-tdep.c: Likewise.
5496 * m68k-linux-tdep.c: Likewise.
5497 * tilegx-tdep.c: Likewise.
5498 * xstormy16-tdep.c: Likewise.
5499
5500 2017-10-05 John Baldwin <jhb@FreeBSD.org>
5501
5502 * mips-fbsd-tdep.c (MIPS_INST_ADDIU_A0_SP_N32): Define.
5503 (mipsn32_fbsd_sigframe): Define.
5504 (mips_fbsd_init_abi): Install mipsn32_fbsd_sigframe unwinder
5505 for FreeBSD/mipsn32.
5506
5507 2017-10-05 John Baldwin <jhb@FreeBSD.org>
5508
5509 * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_EHDRFLAGS and
5510 AT_HWCAP.
5511
5512 2017-10-05 Tristan Gingold <tgingold@free.fr>
5513
5514 * MAINTAINERS (Misc): Update my email address.
5515
5516 2017-10-04 Pedro Alves <palves@redhat.com>
5517
5518 * remote.c (get_remote_arch_state): New 'gdbarch' parameter. Use
5519 it instead of target_gdbarch.
5520 (get_remote_state, get_remote_packet_size): Adjust
5521 get_remote_arch_state calls, passing down target_gdbarch
5522 explicitly.
5523 (packet_reg_from_regnum, packet_reg_from_pnum): New parameter
5524 'gdbarch' and use it instead of target_gdbarch.
5525 (get_memory_packet_size): Adjust get_remote_arch_state calls,
5526 passing down target_gdbarch explicitly.
5527 (struct stop_reply) <arch>: New field.
5528 (remote_parse_stop_reply): Use the stopped thread's architecture,
5529 not the current inferior's. Save the architecture in the
5530 stop_reply.
5531 (process_stop_reply): Use the stop reply's architecture.
5532 (process_g_packet, remote_fetch_registers)
5533 (remote_prepare_to_store, store_registers_using_G)
5534 (remote_store_registers): Adjust get_remote_arch_state calls,
5535 using the regcache's architecture.
5536 (remote_get_trace_status): Adjust get_remote_arch_state calls,
5537 passing down target_gdbarch explicitly.
5538 * spu-multiarch.c (spu_thread_architecture): Defer to the target
5539 beneath instead of calling target_gdbarch.
5540 * target.c (default_thread_architecture): Use the specified
5541 inferior's architecture, instead of the current inferior's
5542 architecture (via target_gdbarch).
5543
5544 2017-10-04 Pedro Alves <palves@redhat.com>
5545
5546 * regcache.c (get_thread_arch_regcache): Remove null_ptid special
5547 case.
5548 (regcache_print): Handle !target_has_registers here instead.
5549
5550 2017-10-04 Pedro Alves <palves@redhat.com>
5551
5552 * frame.c (create_test_frame): Delete.
5553 * frame.h (create_test_frame): Delete.
5554 * gdbarch-selftests.c: Include gdbthread.h and target.h.
5555 (class regcache_test): Delete.
5556 (test_target_has_registers, test_target_has_stack)
5557 (test_target_has_memory, test_target_prepare_to_store)
5558 (test_target_store_registers): New functions.
5559 (test_target_ops): New class.
5560 (register_to_value_test): Error out if there's already a
5561 process_stratum (or higher) target pushed. Create a fuller mock
5562 environment, with mock target_ops, inferior, address space, thread
5563 and inferior_ptid.
5564 * progspace.c (struct address_space): Move to ...
5565 * progspace.h (struct address_space): ... here.
5566 * regcache.h (regcache::~regcache, regcache::raw_write)
5567 [GDB_SELF_TEST]: No longer virtual.
5568
5569 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5570
5571 * mi/mi-main.c (list_available_thread_groups): Reverse filter logic.
5572
5573 2017-10-04 Pedro Alves <palves@redhat.com>
5574
5575 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Move code
5576 out of 'between TRY and CATCH'.
5577
5578 2017-10-04 Pedro Alves <palves@redhat.com>
5579
5580 * cli/cli-cmds.c (complete_command): Add missing END_CATCH.
5581 * common/common-exceptions.h (TRY): Open an outermost scope.
5582 Expand intro comment.
5583 (CATCH): Reindent.
5584 (END_CATCH): Close the outermost scope.
5585 * completer.c (complete_line_internal): Add missing END_CATCH.
5586
5587 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5588
5589 * NEWS (Changes since GDB 8.0): Add entry about new
5590 'set-cwd-on-gdbserver' feature.
5591 (New remote packets): Add entry for QSetWorkingDir.
5592 * common/common-inferior.h (set_inferior_cwd): New prototype.
5593 * infcmd.c (set_inferior_cwd): Remove "static".
5594 (show_cwd_command): Expand text to include remote debugging.
5595 * remote.c: Add PACKET_QSetWorkingDir.
5596 (remote_protocol_features) <QSetWorkingDir>: New entry for
5597 PACKET_QSetWorkingDir.
5598 (extended_remote_set_inferior_cwd): New function.
5599 (extended_remote_create_inferior): Call
5600 "extended_remote_set_inferior_cwd".
5601 (_initialize_remote): Call "add_packet_config_cmd" for
5602 QSetWorkingDir.
5603
5604 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5605
5606 * NEWS (New commands): Mention "set/show cwd".
5607 * cli/cli-cmds.c (_initialize_cli_cmds): Mention "set cwd" on
5608 "cd" command's help text.
5609 * common/common-inferior.h (get_inferior_cwd): New prototype.
5610 * infcmd.c (inferior_cwd_scratch): New global variable.
5611 (set_inferior_cwd): New function.
5612 (get_inferior_cwd): Likewise.
5613 (set_cwd_command): Likewise.
5614 (show_cwd_command): Likewise.
5615 (_initialize_infcmd): Add "set/show cwd" commands.
5616 * inferior.h (class inferior) <cwd>: New field.
5617 * nat/fork-inferior.c: Include "gdb_tilde_expand.h".
5618 (fork_inferior): Change inferior's cwd before its execution.
5619 * windows-nat.c (windows_create_inferior): Pass inferior's cwd
5620 to CreateProcess.
5621
5622 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5623
5624 * Makefile.in (SFILES): Add gdb_tilde_expand.c.
5625 (HFILES_NO_SRCDIR): Add gdb_tilde_expand.h.
5626 (COMMON_OBS): Add gdb_tilde_expand.o.
5627 * common/gdb_tilde_expand.c: New file.
5628 * common/gdb_tilde_expand.h: Likewise.
5629
5630 2017-10-03 Maciej W. Rozycki <macro@imgtec.com>
5631
5632 * gdbarch.sh (objfile): Remove duplicate declaration.
5633 * gdbarch.h: Regenerate.
5634
5635 2017-10-03 Tom Tromey <tom@tromey.com>
5636
5637 * utils.c (internal_vproblem): Use string_vprintf.
5638
5639 2017-10-03 Tom Tromey <tom@tromey.com>
5640
5641 * printcmd.c (info_symbol_command): Use std::string.
5642
5643 2017-10-03 Tom Tromey <tom@tromey.com>
5644
5645 * top.c (gdb_safe_append_history): Use std::string.
5646
5647 2017-10-03 Tom Tromey <tom@tromey.com>
5648
5649 * event-top.c (stdin_event_handler): Update.
5650 * main.c (captured_main_1): Update.
5651 * top.h (make_delete_ui_cleanup): Remove.
5652 (struct ui): Add constructor and destructor.
5653 (new_ui, delete_ui): Remove.
5654 * top.c (make_delete_ui_cleanup): Remove.
5655 (new_ui_command): Use std::unique_ptr.
5656 (delete_ui_cleanup): Remove.
5657 (ui::ui): Rename from new_ui. Update.
5658 (free_ui): Remove.
5659 (ui::~ui): Rename from delete_ui. Update.
5660
5661 2017-10-03 Tom Tromey <tom@tromey.com>
5662
5663 * symfile.c (load_progress): Use gdb::byte_vector.
5664
5665 2017-10-03 Tom Tromey <tom@tromey.com>
5666
5667 * mi/mi-main.c (mi_cmd_trace_frame_collected): Remove unused
5668 declaration.
5669 * printcmd.c (x_command): Remove unused declaration.
5670 * symfile.c (symbol_file_command): Remove unused declaration.
5671
5672 2017-10-03 Tom Tromey <tom@tromey.com>
5673
5674 * utils.c (internal_vproblem): Use std::string.
5675 (defaulted_query): Likewise.
5676
5677 2017-10-03 Tom Tromey <tom@tromey.com>
5678
5679 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Update.
5680 * top.c (execute_command_to_string): Update.
5681 * utils.c (make_cleanup_restore_page_info): Remove.
5682 (do_restore_page_info_cleanup): Remove.
5683 (set_batch_flag_and_restore_page_info):
5684 New.
5685 (make_cleanup_restore_page_info): Remove.
5686 (set_batch_flag_and_make_cleanup_restore_page_info): Remove.
5687 (~set_batch_flag_and_restore_page_info): New
5688 (make_cleanup_restore_uinteger): Remove.
5689 (make_cleanup_restore_integer): Remove.
5690 (struct restore_integer_closure): Remove.
5691 (restore_integer): Remove.
5692 * utils.h (struct set_batch_flag_and_restore_page_info): New
5693 class.
5694 (set_batch_flag_and_make_cleanup_restore_page_info): Remove.
5695 (make_cleanup_restore_page_info): Remove.
5696 (make_cleanup_restore_uinteger) Remove.
5697 (make_cleanup_restore_integer) Remove.
5698
5699 2017-10-03 Tom Tromey <tom@tromey.com>
5700
5701 * record-full.h (record_full_gdb_operation_disable_set): Return
5702 scoped_restore_tmpl<int>.
5703 * infrun.c (adjust_pc_after_break): Update.
5704 (handle_signal_stop): Update.
5705 * record-full.c (record_full_gdb_operation_disable_set): Return
5706 scoped_restore_tmpl<int>.
5707 (record_full_wait_1, record_full_insert_breakpoint)
5708 (record_full_remove_breakpoint, record_full_save)
5709 (record_full_goto_insn): Update.
5710
5711 2017-10-02 Tom Tromey <tom@tromey.com>
5712
5713 PR rust/22236:
5714 * rust-lang.c (rust_val_print_str): New function.
5715 (val_print_struct): Call it.
5716 (rust_subscript): Preserve name of slice type.
5717
5718 2017-10-02 Tom Tromey <tom@tromey.com>
5719
5720 * rust-lang.c (rust_subscript): Handle slices in
5721 EVAL_AVOID_SIDE_EFFECTS case.
5722
5723 2017-10-02 Tom Tromey <tom@tromey.com>
5724
5725 * rust-lang.c (rust_slice_type_p): Recognize &str as a slice type.
5726
5727 2017-10-02 Tom Tromey <tom@tromey.com>
5728
5729 * rust-lang.h (rust_slice_type): Add "extern".
5730
5731 2017-10-02 Tom Tromey <tom@tromey.com>
5732 Pedro Alves <palves@redhat.com>
5733
5734 * ada-lang.h (ada_exc_info::operator<): Make const.
5735 (ada_exc_info::operator==): Make const.
5736 * ada-lang.c (ada_exc_info::operator<, ada_exc_info::operator==):
5737 Make const.
5738
5739 2017-09-29 Tom Tromey <tom@tromey.com>
5740
5741 * target.c (read_whatever_is_readable): Change type of "result".
5742 Update.
5743 (free_memory_read_result_vector): Remove.
5744 (read_memory_robust): Change return type. Update.
5745 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Update. Use
5746 bin2hex, std::string.
5747 * target.h (memory_read_result_s): Remove typedef.
5748 (free_memory_read_result_vector): Remove.
5749 (read_memory_robust): Return std::vector.
5750
5751 2017-09-29 Tom Tromey <tom@tromey.com>
5752
5753 * mi/mi-main.c (captured_mi_execute_command): Use scope_restore.
5754
5755 2017-09-29 Tom Tromey <tom@tromey.com>
5756
5757 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Update.
5758 * ada-lang.h (struct ada_exc_info): Remove typedef. Declare
5759 operator< and operator==.
5760 (ada_exceptions_list): Return a std::vector.
5761 * ada-lang.c (ada_exc_info::operator<): Rename from
5762 compare_ada_exception_info.
5763 (ada_exc_info::operator==): New.
5764 (sort_remove_dups_ada_exceptions_list): Change type of
5765 "exceptions".
5766 (ada_add_standard_exceptions, ada_add_exceptions_from_frame)
5767 (ada_add_global_exceptions): Likewise.
5768 (ada_exceptions_list_1): Return a std::vector.
5769 (ada_exceptions_list): Likewise.
5770
5771 2017-09-29 Tom Tromey <tom@tromey.com>
5772
5773 * mi/mi-main.c (struct print_one_inferior_data) <inferiors>: Now a
5774 'std::set *'.
5775 (print_one_inferior): Update.
5776 (free_vector_of_ints): Remove.
5777 (list_available_thread_groups): Change "ids" to std::set.
5778 (mi_cmd_list_thread_groups): Update.
5779 (struct collect_cores_data) <core>: Now a std::set.
5780 (collect_cores): Update.
5781 (unique): Remove.
5782 (print_one_inferior): Update.
5783
5784 2017-09-29 Tom Tromey <tom@tromey.com>
5785
5786 * mi/mi-main.c (mi_execute_cli_command): Use std::string.
5787 (mi_execute_async_cli_command): Likewise.
5788 (mi_cmd_trace_frame_collected): Use field_fmt.
5789
5790 2017-09-29 Tom Tromey <tom@tromey.com>
5791
5792 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Use
5793 gdb::byte_vector.
5794
5795 2017-09-29 Tom Tromey <tom@tromey.com>
5796
5797 * mi/mi-parse.c (mi_parse): Remove unused declaration.
5798
5799 2017-09-29 Tom Tromey <tom@tromey.com>
5800
5801 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Don't copy "oarg".
5802
5803 2017-09-29 Tom Tromey <tom@tromey.com>
5804
5805 * varobj.h (varobj_gen_name): Return std::string.
5806 * varobj.c (varobj_gen_name): Return std::string.
5807 * mi/mi-cmd-var.c (mi_cmd_var_create): Use std::string.
5808 (mi_cmd_var_delete): Don't copy "name".
5809
5810 2017-09-29 Tom Tromey <tom@tromey.com>
5811
5812 * mi/mi-cmd-break.c (mi_argv_to_format): Return std::string.
5813 (mi_cmd_break_insert_1): Update.
5814
5815 2017-09-29 Tom Tromey <tom@tromey.com>
5816
5817 * target.h (make_scoped_defer_target_commit_resume): Update.
5818 * target.c (make_scoped_defer_target_commit_resume): Rename from
5819 make_cleanup_defer_target_commit_resume. Return a
5820 scoped_restore.
5821 * infrun.c (proceed): Use make_scoped_defer_target_commit_resume.
5822
5823 2017-09-29 Tom Tromey <tom@tromey.com>
5824
5825 * main.c (captured_main_1): Remove unused declaration.
5826 * spu-multiarch.c (parse_spufs_run): Remove unused declaration.
5827
5828 2017-09-29 Tom Tromey <tom@tromey.com>
5829
5830 * symtab.c (search_symbols): Remove unused outer cleanup.
5831 (make_source_files_completion_list): Remove unused declaration.
5832
5833 2017-09-29 Tom Tromey <tom@tromey.com>
5834
5835 * mt-tdep.c (mt_push_dummy_call): Use gdb::byte_vector.
5836
5837 2017-09-29 Tom Tromey <tom@tromey.com>
5838
5839 * xstormy16-tdep.c (xstormy16_push_dummy_call): Use
5840 gdb::byte_vector.
5841
5842 2017-09-29 Tom Tromey <tom@tromey.com>
5843
5844 * complaints.c (vcomplaint): Use std::string.
5845
5846 2017-09-29 Tom Tromey <tom@tromey.com>
5847
5848 * tracepoint.c (trace_variable_command): Use std::string.
5849 (encode_actions_1): Remove unused declarations.
5850 (create_tsv_from_upload): Use std::string.
5851
5852 2017-09-29 Tom Tromey <tom@tromey.com>
5853
5854 * cp-support.c (gdb_demangle): Use std::string.
5855
5856 2017-09-29 Tom Tromey <tom@tromey.com>
5857
5858 * stack.c (parse_frame_specification): Use std::string
5859 (info_frame_command): Use gdb::unique_xmalloc_ptr.
5860
5861 2017-09-29 Tom Tromey <tom@tromey.com>
5862
5863 * tilegx-tdep.c (tilegx_push_dummy_call): Use gdb::byte_vector.
5864
5865 2017-09-29 Tom Tromey <tom@tromey.com>
5866
5867 * utils.c (vfprintf_maybe_filtered): Use std::string.
5868 (vfprintf_unfiltered): Likewise.
5869
5870 2017-09-29 Tom Tromey <tom@tromey.com>
5871
5872 * event-top.c (top_level_prompt): Return std::string.
5873 (display_gdb_prompt): Update.
5874
5875 2017-09-29 Tom Tromey <tom@tromey.com>
5876
5877 * unittests/common-utils-selftests.c (format): New function.
5878 (string_vprintf_tests): New function.
5879 (_initialize_common_utils_selftests): Register new tests.
5880 * common/common-utils.c (string_vprintf): New function.
5881 * common/common-utils.h (string_vprintf): Declare.
5882
5883 2017-09-29 Pedro Alves <palves@redhat.com>
5884
5885 * common/rsp-low.c (unpack_varlen_hex): Constify.
5886 * common/rsp-low.h (unpack_varlen_hex): Constify.
5887 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
5888 Constify.
5889 * remote.c (remote_set_permissions, read_ptid)
5890 (remote_current_thread, remote_get_threads_with_qthreadinfo)
5891 (remote_static_tracepoint_marker_at)
5892 (remote_static_tracepoint_markers_by_strid)
5893 (stop_reply_extract_thread, remote_parse_stop_reply): Constify.
5894 * tracepoint.c (parse_trace_status, parse_tracepoint_status)
5895 (parse_tracepoint_definition, parse_tsv_definition)
5896 (parse_static_tracepoint_marker_definition): Constify.
5897 * tracepoint.h (parse_static_tracepoint_marker_definition)
5898 (parse_trace_status, parse_tracepoint_status)
5899 (parse_tracepoint_definition, parse_tsv_definition): Constify.
5900
5901 2017-09-29 Pedro Alves <palves@redhat.com>
5902
5903 * remote.c (target_buf, target_buf_size): Delete.
5904 (remote_get_noisy_reply): Remove buf_p and sizeof_buf parameters.
5905 Use the connection's packet buffer instead.
5906 All callers adjusted.
5907 (_initialize_remote): Remove references to target_buf and
5908 target_buf_size.
5909
5910 2017-09-28 Pedro Alves <palves@redhat.com>
5911
5912 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
5913 unittests/common-utils-selftests.c.
5914 (SUBDIR_UNITTESTS_OBS): Add common-utils-selftests.o.
5915 (COMMON_OBS): Remove utils-selftests.o.
5916 * utils-selftests.c: Move to ...
5917 * unittests/common-utils-selftests.c: ... here and rename self
5918 test to "string_printf".
5919
5920 2017-09-28 Alexander Shaposhnikov <alexander.v.shaposhnikov@gmail.com> (tiny patch)
5921
5922 * dwarf2read.c (open_and_init_dwp_file): Protect against dwp_file
5923 having NULL cus or tus.
5924
5925 2017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
5926
5927 * arm-tdep.c: (convert_from_extended): Remove.
5928 (convert_to_extended): Likewise.
5929 (arm_extract_return_value): Use convert_typed_floating.
5930 (arm_store_return_value): Likewise.
5931
5932 * sh-tdep.h (struct gdbarch_tdep): Add sh_littlebyte_bigword_type.
5933 * sh-tdep.c: Do not include "floatformat.h".
5934 (sh_littlebyte_bigword_type): New function.
5935 (sh_register_convert_to_virtual): Use convert_typed_floating.
5936 (sh_register_convert_to_raw): Likewise.
5937 * sh64-tdep.c: (struct gdbarch_tdep): Add sh_littlebyte_bigword_type.
5938 (sh64_littlebyte_bigword_type): New function.
5939 (sh64_extract_return_value): Use convert_typed_floating.
5940 (sh64_register_convert_to_virtual): Likewise.
5941 (sh64_register_convert_to_raw): Likewise.
5942
5943 2017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
5944
5945 * doublest.h (floatformat_from_type): Move to gdbtypes.h.
5946 * doublest.c (floatformat_from_type): Move to gdbtypes.c.
5947
5948 * gdbtypes.h (union type_specific): Make field floatformat hold
5949 just a single struct floatformat, not an array.
5950 (floatformat_from_type): Move here.
5951 * gdbtypes.c (floatformat_from_type): Move here. Update to
5952 changed TYPE_FLOATFORMAT definition.
5953 (verify_floatformat): Update to changed TYPE_FLOATFORMAT.
5954 (recursive_dump_type): Likewise.
5955 (init_float_type): Install correct floatformat for byte order.
5956 (arch_float_type): Likewise.
5957
5958 2017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
5959
5960 * gdbtypes.c (init_type): Change incoming argument from
5961 length-in-bytes to length-in-bits. Assert length is a
5962 multiple of TARGET_CHAR_BITS.
5963 (arch_type, arch_flags_type): Likewise.
5964 (init_integer_type): Update call to init_type.
5965 (init_character_type): Likewise.
5966 (init_boolean_type): Likewise.
5967 (init_float_type): Likewise.
5968 (init_decfloat_type): Likewise.
5969 (init_complex_type): Likewise.
5970 (init_pointer_type): Likewise.
5971 (objfile_type): Likewise.
5972 (arch_integer_type): Update call to arch_type.
5973 (arch_character_type): Likewise.
5974 (arch_boolean_type): Likewise.
5975 (arch_float_type): Likewise.
5976 (arch_decfloat_type): Likewise.
5977 (arch_complex_type): Likewise.
5978 (arch_pointer_type): Likewise.
5979 (gdbtypes_post_init): Likewise.
5980
5981 * dwarf2read.c (dwarf2_init_float_type): Update call to init_type.
5982 (read_base_type): Likewise.
5983 * mdebugread.c (basic_type): Likewise.
5984 * stabsread.c (dbx_init_float_type): Likewise.
5985 (rs6000_builtin_type): Likewise.
5986 (read_range_type): Likewise. Also, fix call to init_integer_type
5987 with erroneous length argument.
5988
5989 * ada-lang.c (ada_language_arch_info): Update call to arch_type.
5990 * d-lang.c (build_d_types): Likewise.
5991 * f-lang.c (build_fortran_types): Likewise.
5992 * go-lang.c (build_go_types): Likewise.
5993 * opencl-lang.c (build_opencl_types): Likewise.
5994 * jit.c (finalize_symtab): Likewise.
5995 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
5996 (build_std_type_info_type): Likewise.
5997 * target-descriptions.c (tdesc_gdb_type): Likewise. Also,
5998 update call to arch_flags_type.
5999
6000 * linux-tdep.c (linux_get_siginfo_type_with_fields): Update call to
6001 arch_type.
6002 * fbsd-tdep.c (fbsd_get_siginfo_type): Likewise.
6003 * windows-tdep.c (windows_get_tlb_type): Likewise.
6004
6005 * avr-tdep.c (avr_gdbarch_init): Update call to arch_type.
6006 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
6007 * m32c-tdep.c (make_types): Likewise.
6008 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
6009 (rl78_psw_type): Update call to arch_flags_type.
6010 * m68k-tdep.c (m68k_ps_type): Update call to arch_flags_type.
6011 * rx-tdep.c (rx_psw_type): Likewise.
6012 (rx_fpsw_type): Likewise.
6013 * sparc-tdep.c (sparc_psr_type): Likewise.
6014 (sparc_fsr_type): Likewise.
6015 * sparc64-tdep.c (sparc64_pstate_type): Likewise.
6016 (sparc64_ccr_type): Likewise.
6017 (sparc64_fsr_type): Likewise.
6018 (sparc64_fprs_type): Likewise.
6019
6020 2017-09-27 Tom Tromey <tom@tromey.com>
6021
6022 * findcmd.c (find_command): Constify.
6023
6024 2017-09-27 Tom Tromey <tom@tromey.com>
6025
6026 * ada-tasks.c (task_command_1, task_command): Constify.
6027
6028 2017-09-27 Tom Tromey <tom@tromey.com>
6029
6030 * symtab.c (maintenance_print_symbol_cache)
6031 (maintenance_flush_symbol_cache)
6032 (maintenance_print_symbol_cache_statistics): Constify.
6033
6034 2017-09-27 Tom Tromey <tom@tromey.com>
6035
6036 * inferior.c (detach_inferior_command, kill_inferior_command)
6037 (inferior_command): Constify.
6038
6039 2017-09-27 Tom Tromey <tom@tromey.com>
6040
6041 * regcache.c (regcache_print, maintenance_print_registers)
6042 (maintenance_print_raw_registers)
6043 (maintenance_print_cooked_registers)
6044 (maintenance_print_register_groups)
6045 (maintenance_print_remote_registers): Constify.
6046
6047 2017-09-27 Tom Tromey <tom@tromey.com>
6048
6049 * printcmd.c (map_display_numbers, undisplay_command)
6050 (enable_disable_display_command, enable_display_command)
6051 (disable_display_command): Constify.
6052
6053 2017-09-27 Tom Tromey <tom@tromey.com>
6054
6055 * breakpoint.h (delete_command): Don't declare.
6056 * breakpoint.c (delete_command, enable_once_command)
6057 (enable_count_command, enable_delete_command, breakpoint_1)
6058 (maintenance_info_breakpoints, stopin_command, stopat_command)
6059 (delete_command, delete_trace_command, save_breakpoints)
6060 (save_breakpoints_command, save_tracepoints_command): Constify.
6061
6062 2017-09-27 Tom Tromey <tom@tromey.com>
6063
6064 * macrocmd.c (macro_expand_command, macro_expand_once_command)
6065 (skip_ws, extract_identifier, macro_define_command)
6066 (macro_undef_command, macro_list_command): Constify.
6067
6068 2017-09-27 Tom Tromey <tom@tromey.com>
6069
6070 * infcmd.c (environment_info, set_environment_command)
6071 (unset_environment_command, path_info, info_proc_cmd_1)
6072 (info_proc_cmd_mappings, info_proc_cmd_stat)
6073 (info_proc_cmd_status, info_proc_cmd_cwd, info_proc_cmd_cmdline)
6074 (info_proc_cmd_exe, info_proc_cmd_all): Constify.
6075
6076 2017-09-27 Tom Tromey <tom@tromey.com>
6077
6078 * i386-tdep.c (i386_mpx_info_bounds, i386_mpx_set_bounds):
6079 Constify.
6080
6081 2017-09-27 Tom Tromey <tom@tromey.com>
6082
6083 * symfile-mem.c (add_symbol_file_from_memory_command): Constify.
6084
6085 2017-09-27 Tom Tromey <tom@tromey.com>
6086
6087 * demangle.c (demangle_command): Constify.
6088
6089 2017-09-27 Tom Tromey <tom@tromey.com>
6090
6091 * progspace.c (maintenance_info_program_spaces_command):
6092 Constify.
6093
6094 2017-09-27 Tom Tromey <tom@tromey.com>
6095
6096 * compile/compile.c (check_raw_argument, compile_file_command)
6097 (compile_code_command, compile_print_command): Constify.
6098
6099 2017-09-27 Tom Tromey <tom@tromey.com>
6100
6101 * reggroups.c (maintenance_print_reggroups): Constify.
6102
6103 2017-09-27 Tom Tromey <tom@tromey.com>
6104
6105 * dwarf2read.c (save_gdb_index_command): Constify.
6106
6107 2017-09-27 Tom Tromey <tom@tromey.com>
6108
6109 * stap-probe.c (info_probes_stap_command): Constify.
6110
6111 2017-09-27 Tom Tromey <tom@tromey.com>
6112
6113 * fork-child.c (unset_exec_wrapper_command): Constify.
6114
6115 2017-09-27 Tom Tromey <tom@tromey.com>
6116
6117 * btrace.c (get_uint, get_context_size, no_chunk)
6118 (maint_btrace_packet_history_cmd)
6119 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
6120 (maint_info_btrace_cmd): Constify.
6121
6122 2017-09-27 Tom Tromey <tom@tromey.com>
6123
6124 * reverse.c (delete_bookmark_command): Constify.
6125
6126 2017-09-27 Tom Tromey <tom@tromey.com>
6127
6128 * remote.c (set_memory_packet_size)
6129 (set_memory_write_packet_size, show_memory_write_packet_size)
6130 (set_memory_read_packet_size, show_memory_read_packet_size)
6131 (compare_sections_command, packet_command, remote_put_command)
6132 (remote_get_command, remote_delete_command): Constify.
6133
6134 2017-09-27 Tom Tromey <tom@tromey.com>
6135
6136 * mips-tdep.c (show_mipsfpu_command, set_mipsfpu_single_command)
6137 (set_mipsfpu_double_command, set_mipsfpu_none_command)
6138 (set_mipsfpu_auto_command): Constify.
6139
6140 2017-09-27 Tom Tromey <tom@tromey.com>
6141
6142 * cli/cli-cmds.h (cd_command): Constify.
6143 * cli/cli-cmds.c (cd_command): Constify.
6144
6145 2017-09-27 Tom Tromey <tom@tromey.com>
6146
6147 * thread.c (thread_name_command, thread_find_command): Constify.
6148
6149 2017-09-27 Tom Tromey <tom@tromey.com>
6150
6151 * probe.c (enable_probes_command, disable_probes_command):
6152 Constify.
6153
6154 2017-09-27 Tom Tromey <tom@tromey.com>
6155
6156 * symfile.c (symbol_file_command): Constify.
6157 * gdbcore.h (deprecated_file_changed_hook): Constify.
6158 * exec.c (deprecated_file_changed_hook, exec_file_command)
6159 (file_command): Constify.
6160 * defs.h (symbol_file_command): Constify.
6161
6162 2017-09-27 Tom Tromey <tom@tromey.com>
6163
6164 * remote-fileio.c (set_system_call_allowed)
6165 (show_system_call_allowed): Constify.
6166
6167 2017-09-27 Tom Tromey <tom@tromey.com>
6168
6169 * tracepoint.c (delete_trace_variable_command)
6170 (tfind_end_command, tfind_start_command, tfind_pc_command)
6171 (tfind_tracepoint_command, tfind_line_command)
6172 (tfind_range_command, tfind_outside_command): Constify.
6173
6174 2017-09-27 Tom Tromey <tom@tromey.com>
6175
6176 * ax-gdb.c (maint_agent_printf_command, agent_command)
6177 (agent_eval_command): Constify.
6178
6179 2017-09-27 Tom Tromey <tom@tromey.com>
6180
6181 * tracepoint.c (info_scope_command): Constify.
6182 * python/python.c (gdbpy_decode_line): Constify.
6183 * python/py-breakpoint.c (bppy_init): Constify.
6184 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Constify.
6185 * location.h: (new_linespec_location)
6186 (string_to_event_location_basic, string_to_event_location):
6187 Constify.
6188 * location.c (new_linespec_location)
6189 (string_to_event_location_basic, string_to_event_location):
6190 Constify.
6191 * linespec.h (decode_line_with_current_source)
6192 (decode_line_with_last_displayed, linespec_lex_to_end): Constify.
6193 * linespec.c (linespec_lex_to_end)
6194 (decode_line_with_current_source)
6195 (decode_line_with_last_displayed): Constify.
6196 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x):
6197 Constify.
6198 * cli/cli-cmds.c (edit_command, list_command): Constify.
6199 * breakpoint.h (until_break_command, watch_command_wrapper)
6200 (awatch_command_wrapper, rwatch_command_wrapper)
6201 (init_ada_exception_breakpoint): Constify.
6202 * breakpoint.c (break_command_1, dprintf_command)
6203 (break_range_command, watch_command_wrapper)
6204 (rwatch_command_wrapper, awatch_command_wrapper)
6205 (until_break_command, init_ada_exception_breakpoint)
6206 (strace_marker_create_sals_from_location, trace_command)
6207 (ftrace_command, strace_command, struct tracepoint): Constify.
6208 * ax-gdb.c (agent_command_1): Constify.
6209 * ada-lang.c (ada_exception_sal): Constify.
6210
6211 2017-09-27 Tom Tromey <tom@tromey.com>
6212
6213 * record.c (cmd_record_delete, cmd_record_stop, cmd_record_save)
6214 (cmd_record_goto_begin, cmd_record_goto_end, get_insn_number)
6215 (get_context_size, no_chunk, get_insn_history_modifiers)
6216 (cmd_record_insn_history, get_call_history_modifiers)
6217 (cmd_record_call_history): Constify.
6218
6219 2017-09-27 Tom Tromey <tom@tromey.com>
6220
6221 * source.c (show_substitute_path_command)
6222 (unset_substitute_path_command, set_substitute_path_command):
6223 Constify.
6224
6225 2017-09-27 Tom Tromey <tom@tromey.com>
6226
6227 * typeprint.c (maintenance_print_type): Constify.
6228 * maint.c (maintenance_dump_me, maintenance_demangle)
6229 (maintenance_time_display, maintenance_info_sections)
6230 (maintenance_print_statistics, maintenance_deprecate)
6231 (maintenance_undeprecate): Constify.
6232 (maintenance_do_deprecate): Constify. Use std::string.
6233 (maintenance_selftest): Constify.
6234 * gdbtypes.h (maintenance_print_type): Constify.
6235
6236 2017-09-27 Tom Tromey <tom@tromey.com>
6237
6238 * hppa-tdep.c (unwind_command): Constify.
6239
6240 2017-09-27 Tom Tromey <tom@tromey.com>
6241
6242 * target-descriptions.c (unset_tdesc_filename_cmd)
6243 (maint_print_c_tdesc_cmd, maintenance_check_xml_descriptions):
6244 Constify.
6245
6246 2017-09-27 Tom Tromey <tom@tromey.com>
6247
6248 * dummy-frame.c (maintenance_print_dummy_frames): Constify.
6249
6250 2017-09-27 Tom Tromey <tom@tromey.com>
6251
6252 * tui/tui.c (tui_enable_command, tui_disable_command): Constify.
6253
6254 2017-09-27 Tom Tromey <tom@tromey.com>
6255
6256 * tui/tui-regs.c (tui_reg_command): Constify.
6257
6258 2017-09-27 Tom Tromey <tom@tromey.com>
6259
6260 * skip.c (skip_file_command, skip_function_command)
6261 (skip_enable_command, skip_disable_command, skip_delete_command):
6262 Constify.
6263
6264 2017-09-27 Tom Tromey <tom@tromey.com>
6265
6266 * record-btrace.c (cmd_record_btrace_bts_start)
6267 (cmd_record_btrace_pt_start): Constify.
6268
6269 2017-09-27 Tom Tromey <tom@tromey.com>
6270
6271 * symmisc.c (maintenance_print_symbols)
6272 (maintenance_print_msymbols, maintenance_print_objfiles)
6273 (maintenance_info_symtabs, maintenance_check_symtabs)
6274 (maintenance_expand_symtabs, maintenance_info_line_tables):
6275 Constify.
6276
6277 2017-09-27 Tom Tromey <tom@tromey.com>
6278
6279 * top.c (new_ui_command): Constify.
6280
6281 2017-09-27 Tom Tromey <tom@tromey.com>
6282
6283 * symfile.c (add_symbol_file_command)
6284 (remove_symbol_file_command, list_overlays_command)
6285 (map_overlay_command, unmap_overlay_command)
6286 (overlay_auto_command, overlay_manual_command)
6287 (overlay_off_command, overlay_load_command): Constify.
6288
6289 2017-09-27 Tom Tromey <tom@tromey.com>
6290
6291 * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
6292 (info_spu_mailbox_command, info_spu_dma_command)
6293 (info_spu_proxydma_command): Constify.
6294
6295 2017-09-27 Tom Tromey <tom@tromey.com>
6296
6297 * cli/cli-logging.c (set_logging_on, set_logging_off): Constify.
6298
6299 2017-09-27 Tom Tromey <tom@tromey.com>
6300
6301 * cli/cli-script.c (user_defined_command): Constify.
6302
6303 2017-09-27 Tom Tromey <tom@tromey.com>
6304
6305 * cli/cli-dump.c (dump_memory_command, dump_value_command)
6306 (dump_srec_memory, dump_srec_value, dump_ihex_memory)
6307 (dump_ihex_value, dump_verilog_memory, dump_verilog_value)
6308 (dump_tekhex_memory, dump_tekhex_value, dump_binary_memory)
6309 (dump_binary_value, append_binary_memory, append_binary_value):
6310 Constify.
6311 (struct dump_context) <func>: Constify.
6312 (add_dump_command): Update.
6313
6314 2017-09-27 Tom Tromey <tom@tromey.com>
6315
6316 * cli/cli-cmds.c (show_version, show_configuration)
6317 (source_command, show_user): Constify.
6318
6319 2017-09-27 Tom Tromey <tom@tromey.com>
6320
6321 * target.c (maintenance_print_target_stack): Constify.
6322
6323 2017-09-27 Tom Tromey <tom@tromey.com>
6324
6325 * interps.c (interpreter_exec_cmd): Constify.
6326
6327 2017-09-27 Tom Tromey <tom@tromey.com>
6328
6329 * record-full.c (cmd_record_full_restore): Constify.
6330
6331 2017-09-27 Tom Tromey <tom@tromey.com>
6332
6333 * memattr.c (enable_mem_command, disable_mem_command)
6334 (delete_mem_command): Constify.
6335
6336 2017-09-27 Tom Tromey <tom@tromey.com>
6337
6338 * value.c (show_convenience): Constify.
6339
6340 2017-09-27 Tom Tromey <tom@tromey.com>
6341
6342 * gdbcore.h (core_file_command): Update.
6343 * corefile.c (core_file_command): Constify.
6344
6345 2017-09-27 Tom Tromey <tom@tromey.com>
6346
6347 * user-regs.c (maintenance_print_user_registers): Constify.
6348
6349 2017-09-27 Tom Tromey <tom@tromey.com>
6350
6351 * cp-namespace.c (maintenance_cplus_namespace): Constify.
6352
6353 2017-09-27 Tom Tromey <tom@tromey.com>
6354
6355 * cp-support.c (first_component_command): Constify.
6356
6357 2017-09-27 Tom Tromey <tom@tromey.com>
6358
6359 * psymtab.c (maintenance_print_psymbols)
6360 (maintenance_info_psymtabs, maintenance_check_psymtabs):
6361 Constify.
6362
6363 2017-09-27 Tom Tromey <tom@tromey.com>
6364
6365 * windows-tdep.c (display_tib): Constify.
6366
6367 2017-09-27 Tom Tromey <tom@tromey.com>
6368
6369 * linux-fork.c (delete_checkpoint_command)
6370 (detach_checkpoint_command): Constify.
6371
6372 2017-09-27 Tom Tromey <tom@tromey.com>
6373
6374 * cp-abi.c (set_cp_abi_cmd, show_cp_abi_cmd): Constify.
6375
6376 2017-09-27 Tom Tromey <tom@tromey.com>
6377
6378 * arc-tdep.c (dump_arc_instruction_command): Constify.
6379
6380 2017-09-27 Tom Tromey <tom@tromey.com>
6381
6382 * valprint.c (set_radix, show_radix): Constify.
6383
6384 2017-09-27 Tom Tromey <tom@tromey.com>
6385
6386 * dtrace-probe.c (info_probes_dtrace_command): Constify.
6387
6388 2017-09-27 Tom Tromey <tom@tromey.com>
6389
6390 * command.h (not_just_help_class_command): Update.
6391 * cli/cli-decode.h (not_just_help_class_command): Update.
6392 * cli/cli-decode.c (not_just_help_class_command): Constify.
6393
6394 2017-09-27 Tom Tromey <tom@tromey.com>
6395
6396 * gdb_bfd.c (maintenance_info_bfds): Constify.
6397
6398 2017-09-27 Tom Tromey <tom@tromey.com>
6399
6400 * cli/cli-decode.c (add_cmd, set_cmd_cfunc): New function
6401 overloads.
6402 (do_add_cmd): Rename from add_cmd. Don't call set_cmd_cfunc.
6403 (do_const_cfunc): New function.
6404 (cmd_cfunc_eq): New overload.
6405 (cli_user_command_p): Check do_const_cfunc.
6406 * cli/cli-decode.h (struct cmd_list_element) <function>: New field
6407 const_cfunc.
6408 * command.h (add_cmd): Add const overload and no-function
6409 overload.
6410 (set_cmd_cfunc): Add const overload.
6411 (cmd_const_cfunc_ftype): Declare.
6412 (cmd_cfunc_eq): Add const overload.
6413 * breakpoint.c, cli-cmds.c, cli-dump.c, guile/scm-cmd.c,
6414 python/py-cmd.c, target.c, tracepoint.c: Use no-function add_cmd
6415 overload.
6416
6417 2017-09-27 Tom Tromey <tom@tromey.com>
6418
6419 * macroexp.c (get_next_token_for_substitution): New function.
6420 (substitute_args): Call it. Check for __VA_OPT__.
6421
6422 2017-09-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
6423 Pedro Alves <palves@redhat.com>
6424
6425 * dwarf2read.c (dwarf2_cu): Remove field producer_is_icc and add
6426 producer_is_icc_lt_14.
6427 (producer_is_icc_lt_14): New function.
6428 (check_producer): Add code for checking version of ICC.
6429 (producer_is_icc): Move to producer.c.
6430 (read_structure_type): Restrict ICC workaround to ICC<14.
6431 * producer.c: Include selftest.h.
6432 (producer_is_icc, producer_parsing_tests, _initialize_producer):
6433 New functions.
6434 * producer.h (producer_is_icc): New declaration.
6435
6436 2017-09-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
6437
6438 * Makefile.in (SFILES): Add producer.c.
6439 (COMMON_OBS): Add producer.o
6440 * amd64-tdep.c (producer.h): Add new include.
6441 * dwarf2read.c (producer.h): Add new include.
6442 * producer.c: New file.
6443 * producer.h: New file.
6444 * utils.c (producer_is_gcc, producer_is_gcc_ge_4): Move to
6445 producer.c.
6446 * utils.h (producer_is_gcc, producer_is_gcc_ge_4): Move to
6447 producer.h.
6448
6449 2017-09-26 Matthias Klose <doko@ubuntu.com>
6450
6451 * configure.ac: Search ncursesw before ncurses.
6452 Check ncursesw/ncurses.h before ncurses/ncurses.h.
6453 * gdb_curses.h: Include <ncursesw/ncurses.h>
6454 * config.in, configure: Regenerate.
6455
6456 2017-09-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6457
6458 PR gdb/22185
6459 * configure.host <*-*-solaris2.[01], *-*-solaris2.[2-9]*>: Mark as
6460 obsolete.
6461 Use gdb_host sol2 for i[34567]86-*-solaris2*, x86_64-*-solaris2*.
6462 Remove i386sol2 support.
6463 * configure.nat <i386sol2>: Remove.
6464 <sol2-64>: Fold into ...
6465 <sol2>: ... this.
6466 Move common settings to default section.
6467 Add sol-thread.o.
6468 * configure.tgt <i[34567]86-*-solaris2.1[0-9]*,
6469 x86_64-*-solaris2.1[0-9]*>: Rename to ...
6470 <i[34567]86-*-solaris2*, x86_64-*-solaris2*>: ... this.
6471 <i[34567]86-*-solaris*>: Remove.
6472 <sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*>: Remove.
6473
6474 * configure.ac: Remove wctype in libw check.
6475 (_MSE_INT_H): Don't define on Solaris 7-9.
6476 <solaris*>: Remove libthread_db.so.1 check.
6477 * configure: Regenerate.
6478 * config.in: Regenerate.
6479
6480 * proc-service.c: Remove PROC_SERVICE_IS_OLD handling.
6481 (gdb_ps_prochandle_t, gdb_ps_read_buf_t, gdb_ps_write_buf_t)
6482 (gdb_ps_size_t): Remove.
6483 Use base types in users.
6484 * sol-thread.c: Likewise, also for gdb_ps_addr_t.
6485
6486 * NEWS (Changes since GDB 8.0): Document Solaris 2.0-9 removal.
6487
6488 2017-09-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6489
6490 PR build/22206
6491 * sparc64-tdep.c (adi_tag_fd): Print pid as long.
6492 (adi_is_addr_mapped): Likewise.
6493 (PSR_ICC): Don't redefine.
6494 (PSR_IMPL): Likewise.
6495
6496 2017-09-25 Tom Tromey <tom@tromey.com>
6497
6498 * regcache.c (regcache::dump): Use string_printf.
6499
6500 2017-09-25 Tom Tromey <tom@tromey.com>
6501
6502 * regcache.c (class regcache_invalidator): New.
6503 (struct register_to_invalidate): Remove.
6504 (make_cleanup_regcache_invalidate): Remove.
6505 (regcache::raw_write): Use regcache_invalidator.
6506
6507 2017-09-25 Tom Tromey <tom@tromey.com>
6508
6509 * spu-tdep.c (spu2ppu_sniffer): Update.
6510 * regcache.h (make_cleanup_regcache_xfree): Don't declare.
6511 * regcache.c (do_regcache_xfree, make_cleanup_regcache_xfree):
6512 Remove.
6513 * ppc-linux-tdep.c (ppu2spu_sniffer): Update.
6514 * mi/mi-main.c (mi_cmd_data_list_changed_registers): Update.
6515 * frame.h (frame_save_as_regcache): Return std::unique_ptr.
6516 * frame.c (frame_save_as_regcache): Return std::unique_ptr.
6517 (frame_pop): Update.
6518
6519 2017-09-25 Tom Tromey <tom@tromey.com>
6520
6521 * spu-tdep.c (spu2ppu_dealloc_cache): Use delete.
6522 * regcache.h (regcache_xfree): Don't declare.
6523 * regcache.c (regcache_xfree): Remove.
6524 (do_regcache_xfree): Use delete.
6525 * ppc-linux-tdep.c (ppu2spu_dealloc_cache): Use delete.
6526 * linux-fork.c (free_fork): Use delete.
6527 (fork_save_infrun_state): Likewise.
6528 * jit.c (jit_dealloc_cache): Use delete.
6529 * infrun.c (discard_infcall_suspend_state): Use delete.
6530
6531 2017-09-25 Tom Tromey <tom@tromey.com>
6532
6533 * regcache.h (regcache_xmalloc): Don't declare.
6534 (regcache_raw_set_cached_value): Update comment.
6535 * regcache.c (regcache_xmalloc): Remove.
6536 * ppc-linux-tdep.c (ppu2spu_sniffer): Use new.
6537 * jit.c (jit_frame_sniffer): Use new.
6538 * frame.c (frame_save_as_regcache): Use new.
6539
6540 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6541
6542 * NEWS: Advertise support for guarded-storage registers on IBM z.
6543
6544 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6545
6546 * s390-linux-nat.c (have_regset_gs): New static variable.
6547 (s390_linux_fetch_inferior_registers): Handle guarded-storage
6548 control block and guarded-storage broadcast control regsets.
6549 (s390_read_description): Detect whether the target has
6550 guarded-storage support, return appropriate tdesc.
6551 * s390-linux-tdep.c (features/s390-gs-linux64.c): New include.
6552 (features/s390x-gs-linux64.c): Likewise.
6553 (struct gdbarch_tdep) <have_gs>: New field.
6554 (s390_regmap_gs, s390_regmap_gsbc, s390_gs_regset)
6555 (s390_gsbc_regset): New variables.
6556 (s390_iterate_over_regset_sections): Iterate over s390_gs_regset
6557 and s390_gsbc_regset, if applicable.
6558 (s390_core_read_description): Check whether core file was from a
6559 target with guarded-storage support; include appropriate regsets.
6560 (s390_gdbarch_init): Add registers for guarded-storage support.
6561 (_initialize_s390_tdep): Initialize new target descriptions that
6562 include registers for guarded-storage support.
6563 * s390-linux-tdep.h (HWCAP_S390_GS, S390_GSD_REGNUM)
6564 (S390_GSSM_REGNUM, S390_GSEPLA_REGNUM)
6565 (S390_BC_GSD_REGNUM, S390_BC_GSSM_REGNUM): New defines.
6566 (S390_NUM_REGS): Adjust macro definition.
6567 (s390_gs_regset, s390_gsbc_regset, tdesc_s390_gs_linux64)
6568 (tdesc_s390x_gs_linux64): New declarations.
6569
6570 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6571
6572 * features/s390-gs-linux64.xml: New file.
6573 * features/s390-gs.xml: New file.
6574 * features/s390-gsbc.xml: New file.
6575 * features/s390x-gs-linux64.xml: New file.
6576 * features/Makefile (WHICH): Add s390-gs-linux64 and
6577 s390x-gs-linux64.
6578 (s390-gs-linux64-expedite, s390x-gs-linux64-expedite): New macros.
6579 (XMLTOC): Add s390-gs-linux64.xml and s390x-linux64.xml.
6580 * features/s390-gs-linux64.c: New generated file.
6581 * features/s390x-gs-linux64.c: New file.
6582 * regformats/s390-gs-linux64.dat: New file.
6583 * regformats/s390x-gs-linux64.dat: New file.
6584
6585 2017-09-23 Tom Tromey <tom@tromey.com>
6586
6587 * defs.h (make_cleanup_override_quit_handler): Don't declare.
6588
6589 2017-09-22 Tom Tromey <tom@tromey.com>
6590
6591 * utils.c (class scoped_input_handler) <m_quit_handler>: Change
6592 type to scoped_restore_tmpl.
6593 <scoped_input_handler>: Initialize m_quit_handler directly.
6594
6595 2017-09-22 Sergio Durigan Junior <sergiodj@redhat.com>
6596
6597 * cli/cli-cmds.c (pwd_command): Use "getcwd (NULL, 0)".
6598 (cd_command): Likewise. Free "current_directory" before
6599 assigning to it.
6600 * main.c (captured_main_1): Use "getcwd (NULL, 0)".
6601 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Likewise.
6602 * top.c (gdb_dirbuf): Remove global declaration.
6603 * top.h (gdb_dirbuf): Likewise.
6604
6605 2017-09-22 Sergio Durigan Junior <sergiodj@redhat.com>
6606
6607 * gnulib/aclocal.m4: Regenerate.
6608 * gnulib/config.in: Regenerate.
6609 * gnulib/configure: Regenerate.
6610 * gnulib/import/Makefile.am: Regenerate.
6611 * gnulib/import/Makefile.in: Regenerate.
6612 * gnulib/import/assure.h: New file.
6613 * gnulib/import/at-func.c: Likewise
6614 * gnulib/import/chdir-long.c: New file.
6615 * gnulib/import/chdir-long.h: New file.
6616 * gnulib/import/cloexec.c: New file.
6617 * gnulib/import/cloexec.h: New file.
6618 * gnulib/import/close.c: New file.
6619 * gnulib/import/closedir.c: New file.
6620 * gnulib/import/dirent-private.h: New file.
6621 * gnulib/import/dup-safer.c: New file.
6622 * gnulib/import/dup.c: New file.
6623 * gnulib/import/dup2.c: New file.
6624 * gnulib/import/error.c: New file.
6625 * gnulib/import/error.h: New file.
6626 * gnulib/import/exitfail.c: New file.
6627 * gnulib/import/exitfail.h: New file.
6628 * gnulib/import/fchdir.c: New file.
6629 * gnulib/import/fcntl.c: New file.
6630 * gnulib/import/fcntl.in.h: New file.
6631 * gnulib/import/fd-hook.c: New file.
6632 * gnulib/import/fd-hook.h: New file.
6633 * gnulib/import/fd-safer.c: New file.
6634 * gnulib/import/fdopendir.c: New file.
6635 * gnulib/import/filename.h: New file.
6636 * gnulib/import/filenamecat-lgpl.c: New file.
6637 * gnulib/import/filenamecat.h: New file.
6638 * gnulib/import/fstat.c: New file.
6639 * gnulib/import/fstatat.c: New file.
6640 * gnulib/import/getcwd-lgpl.c: New file.
6641 * gnulib/import/getcwd.c: New file.
6642 * gnulib/import/getdtablesize.c: New file.
6643 * gnulib/import/getlogin_r.c: New file.
6644 * gnulib/import/getprogname.c: New file.
6645 * gnulib/import/getprogname.h: New file.
6646 * gnulib/import/gettext.h: New file.
6647 * gnulib/import/glob-libc.h: New file.
6648 * gnulib/import/glob.c: New file.
6649 * gnulib/import/glob.in.h: New file.
6650 * gnulib/import/intprops.h: New file.
6651 * gnulib/import/m4/chdir-long.m4: New file.
6652 * gnulib/import/m4/close.m4: New file.
6653 * gnulib/import/m4/closedir.m4: New file.
6654 * gnulib/import/m4/d-ino.m4: New file.
6655 * gnulib/import/m4/d-type.m4: New file.
6656 * gnulib/import/m4/dup.m4: New file.
6657 * gnulib/import/m4/dup2.m4: New file.
6658 * gnulib/import/m4/error.m4: New file.
6659 * gnulib/import/m4/fchdir.m4: New file.
6660 * gnulib/import/m4/fcntl.m4: New file.
6661 * gnulib/import/m4/fcntl_h.m4: New file.
6662 * gnulib/import/m4/fdopendir.m4: New file.
6663 * gnulib/import/m4/filenamecat.m4: New file.
6664 * gnulib/import/m4/fstat.m4: New file.
6665 * gnulib/import/m4/fstatat.m4: New file.
6666 * gnulib/import/m4/getcwd-abort-bug.m4: New file.
6667 * gnulib/import/m4/getcwd-path-max.m4: New file.
6668 * gnulib/import/m4/getcwd.m4: New file.
6669 * gnulib/import/m4/getdtablesize.m4: New file.
6670 * gnulib/import/m4/getlogin_r.m4: New file.
6671 * gnulib/import/m4/getprogname.m4: New file.
6672 * gnulib/import/m4/glob.m4: New file.
6673 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
6674 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
6675 * gnulib/import/m4/mempcpy.m4: New file.
6676 * gnulib/import/m4/memrchr.m4: New file.
6677 * gnulib/import/m4/mode_t.m4: New file.
6678 * gnulib/import/m4/msvc-inval.m4: New file.
6679 * gnulib/import/m4/msvc-nothrow.m4: New file.
6680 * gnulib/import/m4/open.m4: New file.
6681 * gnulib/import/m4/openat.m4: New file.
6682 * gnulib/import/m4/opendir.m4: New file.
6683 * gnulib/import/m4/readdir.m4: New file.
6684 * gnulib/import/m4/realloc.m4: New file.
6685 * gnulib/import/m4/rewinddir.m4: New file.
6686 * gnulib/import/m4/save-cwd.m4: New file.
6687 * gnulib/import/m4/strdup.m4: New file.
6688 * gnulib/import/m4/strerror.m4: New file.
6689 * gnulib/import/m4/unistd-safer.m4: New file.
6690 * gnulib/import/mempcpy.c: New file.
6691 * gnulib/import/memrchr.c: New file.
6692 * gnulib/import/msvc-inval.c: New file.
6693 * gnulib/import/msvc-inval.h: New file.
6694 * gnulib/import/msvc-nothrow.c: New file.
6695 * gnulib/import/msvc-nothrow.h: New file.
6696 * gnulib/import/open.c: New file.
6697 * gnulib/import/openat-die.c: New file.
6698 * gnulib/import/openat-priv.h: New file.
6699 * gnulib/import/openat-proc.c: New file.
6700 * gnulib/import/openat.c: New file.
6701 * gnulib/import/openat.h: New file.
6702 * gnulib/import/opendir.c: New file.
6703 * gnulib/import/pipe-safer.c: New file.
6704 * gnulib/import/readdir.c: New file.
6705 * gnulib/import/realloc.c: New file.
6706 * gnulib/import/rewinddir.c: New file.
6707 * gnulib/import/save-cwd.c: New file.
6708 * gnulib/import/save-cwd.h: New file.
6709 * gnulib/import/strdup.c: New file.
6710 * gnulib/import/strerror-override.c: New file.
6711 * gnulib/import/strerror-override.h: New file.
6712 * gnulib/import/strerror.c: New file.
6713 * gnulib/import/unistd--.h: New file.
6714 * gnulib/import/unistd-safer.h: New file.
6715 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
6716 "getcwd" and "glob".
6717 * ser-tcp.c: Undefine "close" before redefining it.
6718
6719 2017-09-21 Simon Marchi <simon.marchi@ericsson.com>
6720
6721 * guile/scm-value.c (gdbscm_value_address): Initialize address,
6722 get rid of res_val.
6723
6724 2017-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6725
6726 * configure.nat <i386sol2,i386>: Add fork-inferior.o to NATDEPFILES.
6727 <sol2,sparc>: Likewise.
6728 <sol2-64,i386>: Likewise.
6729
6730 * warning.m4 (AM_GDB_WARNINGS): Disable -Wunknown-pragmas,
6731 -Wdeprecated-declarations on *-*-solaris*.
6732 * configure: Regenerate.
6733
6734 * procfs.c: Include "nat/inferior.h".
6735 (procfs_info_proc): Fix typo.
6736
6737 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6738
6739 * remote.c (vector): Include.
6740 (struct private_thread_info): Add field, thread_handle.
6741 (free_private_thread_info): Deallocate storage associated with
6742 thread handle.
6743 (get_private_info_thread): Initialize `thread_handle' field.
6744 (struct thread_item): Add field, thread_handle.
6745 (clear_threads_listing_context): Deallocate storage associated
6746 with thread handle.
6747 (start_thread): Add support for "handle" attribute.
6748 (thread_attributes): Add "handle".
6749 (remote_get_threads_with_qthreadinfo): Initialize thread_handle
6750 field.
6751 (remote_update_thread_list): Update thread_handle.
6752 (remote_thread_handle_to_thread_info): New function.
6753 (init_remote_ops): Initialize to_thread_handle_to_thread_info.
6754
6755 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6756
6757 * python/py-inferior.c (gdbpy_thread_from_thread_handle): New
6758 function.
6759 (inferior_object_methods): Add gdbpy_thread_from_thread_handle.
6760 * python/python-internal.h (thread_object_type): Declare.
6761
6762 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6763
6764 * target.h (struct target_ops): Add to_thread_handle_to_thread_info.
6765 (target_thread_handle_to_thread_info): Declare.
6766 * target.c (target_thread_handle_to_thread_info): New function.
6767 * target-delegates.c: Regenerate.
6768 * gdbthread.h (find_thread_by_handle): Declare.
6769 * thread.c (find_thread_by_handle): New function.
6770 * linux-thread-db.c (thread_db_thread_handle_to_thread_info): New
6771 function.
6772 (init_thread_db_ops): Register thread_db_thread_handle_to_thread_info.
6773
6774 2017-09-21 Simon Marchi <simon.marchi@ericsson.com>
6775
6776 * nat/linux-waitpid.c (linux_debug): Add ATTRIBUTE_PRINTF.
6777
6778 2017-09-21 Simon Marchi <simon.marchi@ericsson.com>
6779
6780 * microblaze-tdep.c (microblaze_debug): Add ATTRIBUTE_PRINTF.
6781
6782 2017-09-21 Yao Qi <yao.qi@linaro.org>
6783
6784 * configure.tgt (aarch64*-*-freebsd*): Add fbsd-tdep.o solib-svr4.o
6785 to gdb_target_obs.
6786
6787 2017-09-20 Tom Tromey <tom@tromey.com>
6788
6789 * breakpoint.c (struct counted_command_line): Remove.
6790 (breakpoint_commands): Update.
6791 (alloc_counted_command_line, incref_counted_command_line)
6792 (decref_counted_command_line, do_cleanup_counted_command_line)
6793 (make_cleanup_decref_counted_command_line): Remove.
6794 (breakpoint_set_commands, commands_command_1, ~bpstats, bpstats)
6795 (bpstat_clear_actions, bpstat_do_actions_1, watchpoint_check)
6796 (bpstat_stop_status, print_one_breakpoint_location, ~breakpoint)
6797 (save_breakpoints): Update.
6798 * breakpoint.h (counted_command_line): Now a typedef to
6799 shared_ptr.
6800 (struct breakpoint) <commands>: Now a counted_command_line.
6801 (struct bpstats) <command>: Likewise.
6802
6803 2017-09-20 Tom Tromey <tom@tromey.com>
6804
6805 * breakpoint.c (struct commands_info, do_map_commands_command):
6806 Remove.
6807 (commands_command_1): Update.
6808 (iterate_over_related_breakpoints): Take a function_view.
6809 (do_delete_breakpoint, do_map_delete_breakpoint): Remove.
6810 (delete_command): Update.
6811 (map_breakpoint_numbers): Take a function_view.
6812 (do_disable_breakpoint, do_map_delete_breakpoint): Remove.
6813 (disable_command): Update.
6814 (do_enable_breakpoint, do_map_enable_breakpoint): Remove.
6815 (enable_command): Update.
6816 (struct disp_data, do_enable_breakpoint_disp)
6817 (do_map_enable_once_breakpoint, do_map_enable_count_breakpoint)
6818 (do_map_enable_delete_breakpoint): Remove.
6819 (enable_once_command, enable_count_command, enable_delete_command)
6820 (delete_trace_variable_command): Update.
6821
6822 2017-09-20 Tom Tromey <tom@tromey.com>
6823
6824 * breakpoint.c (~bpstats): Rename from bpstat_free. Update.
6825 (bpstat_clear): Use delete.
6826 (bpstats): New constructors.
6827 (bpstat_copy, bpstat_stop_status): Use new.
6828 (dprintf_after_condition_true): Update.
6829 * breakpoint.h (bpstats::bpstats): Add constructors.
6830 (bpstats::~bpstats): Add destructor.
6831
6832 2017-09-20 Pedro Alves <palves@redhat.com>
6833
6834 * eval.c (make_params): Delete, refactored as ...
6835 (class fake_method): ... this new type's ctor.
6836 (fake_method::~fake_method): New.
6837 (evaluate_subexp_standard): Use 'fake_method'.
6838
6839 2017-09-20 Tom Tromey <tom@tromey.com>
6840
6841 * windows-nat.c (get_windows_debug_event, windows_wait)
6842 (do_initial_windows_stuff, windows_attach): Update.
6843 * utils.c (vwarning, internal_vproblem): Update.
6844 (ui_unregister_input_event_handler_cleanup)
6845 (prepare_to_handle_input): Remove.
6846 (class scoped_input_handler): New.
6847 (defaulted_query, prompt_for_continue): Update.
6848 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
6849 Update.
6850 * top.c (undo_terminal_modifications_before_exit): Update.
6851 * target/target.h (target_terminal_init, target_terminal_inferior)
6852 (target_terminal_ours): Don't declare.
6853 (class target_terminal): New.
6854 * target.h (target_terminal_is_inferior, target_terminal_is_ours)
6855 (target_terminal_ours_for_output)
6856 (make_cleanup_restore_target_terminal): Don't declare.
6857 (target_terminal_info): Remove.
6858 * target.c (enum terminal_state, terminal_state): Remove.
6859 (target_terminal::terminal_state): Define.
6860 (target_terminal::init): Rename from target_terminal_init.
6861 (target_terminal::inferior): Rename from
6862 target_terminal_inferior.
6863 (target_terminal::ours): Rename from target_terminal_ours.
6864 (target_terminal::ours_for_output): Rename from
6865 target_terminal_ours_for_output.
6866 (target_terminal::info): New method.
6867 (cleanup_restore_target_terminal)
6868 (make_cleanup_restore_target_terminal): Remove.
6869 * solib.c (handle_solib_event): Update.
6870 * remote.c (remote_serial_quit_handler): Update.
6871 (remote_terminal_inferior, remote_wait_as): Update.
6872 * record-full.c (record_full_wait_1): Update.
6873 * nto-procfs.c (procfs_create_inferior): Update.
6874 * nat/fork-inferior.c (startup_inferior): Update.
6875 * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
6876 (mi_record_changed, mi_inferior_added, mi_inferior_appeared)
6877 (mi_inferior_exit, mi_inferior_removed, mi_traceframe_changed)
6878 (mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
6879 (mi_breakpoint_created, mi_breakpoint_deleted)
6880 (mi_breakpoint_modified, mi_on_resume, mi_solib_loaded)
6881 (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
6882 (mi_user_selected_context_changed, report_initial_inferior):
6883 Update.
6884 * linux-nat.c (linux_nat_attach, linux_nat_terminal_ours)
6885 (linux_nat_terminal_inferior): Update.
6886 * infrun.c (follow_fork_inferior)
6887 (handle_vfork_child_exec_or_exit, do_target_resume)
6888 (check_curr_ui_sync_execution_done, handle_inferior_event_1)
6889 (handle_signal_stop, maybe_remove_breakpoints, normal_stop):
6890 Update.
6891 * inflow.c (child_terminal_init, info_terminal_command): Update.
6892 * infcmd.c (post_create_inferior, continue_1, prepare_one_step)
6893 (attach_command): Update.
6894 * infcall.c (call_thread_fsm_should_stop): Update.
6895 * gnu-nat.c (gnu_attach): Update.
6896 * extension.c (struct active_ext_lang_state)
6897 (restore_active_ext_lang): Update.
6898 * exceptions.c (print_flush): Update.
6899 * event-top.c (async_enable_stdin, default_quit_handler): Update.
6900 (struct quit_handler_cleanup_data, restore_quit_handler)
6901 (restore_quit_handler_dtor, make_cleanup_override_quit_handler):
6902 Remove.
6903 * cp-support.c (gdb_demangle): Update.
6904 * breakpoint.c (update_inserted_breakpoint_locations)
6905 (insert_breakpoint_locations, handle_jit_event)
6906 (disable_breakpoints_in_unloaded_shlib): Update.
6907 * annotate.c (annotate_breakpoints_invalid)
6908 (annotate_frames_invalid): Update.
6909
6910 2017-09-20 Tom Tromey <tom@tromey.com>
6911
6912 * main.c (catch_command_errors): Rename from
6913 catch_command_errors_const.
6914 (captured_main_1): Update.
6915
6916 2017-09-20 Pedro Alves <palves@redhat.com>
6917
6918 * cli/cli-cmds.c (list_command): Use print_sal_location.
6919 (print_sal_location): New function.
6920 (ambiguous_line_spec): Use print_sal_location.
6921 * linespec.c (symbol_to_sal): Record the symbol in the sal.
6922 * symtab.c (find_function_start_sal): Likewise.
6923 * symtab.h (symtab_and_line::symbol): New field.
6924
6925 2017-09-20 Pedro Alves <palves@redhat.com>
6926
6927 * linespec.c (minsym_found): Handle non-text minsyms.
6928 (symbol_to_sal): Record a sal.pc for non-block, non-label symbols.
6929
6930 2017-09-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
6931
6932 * features/Makefile (i386-avx-mpx-avx512-pku.dat): Add missing
6933 backslash.
6934
6935 2017-09-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
6936
6937 * gdb.arch/i386-avx512.c (move_zmm_data_to_reg): Use
6938 vmovups instead vmovaps.
6939 (move_zmm_data_to_memory): Use vmovups instead vmovaps.
6940
6941 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6942
6943 * NEWS (Changes since GDB 8.0): Add starti.
6944 * infcmd.c (enum run_break): New.
6945 (run_command_1): Queue pending event for RUN_STOP_AT_FIRST_INSN
6946 case.
6947 (run_command): Use enum run_how.
6948 (start_command): Likewise.
6949 (starti_command): New function.
6950 (RUN_ARGS_HELP): New macro.
6951 (_initialize_infcmd): Use RUN_ARGS_HELP for run and start
6952 commands. Add starti command.
6953
6954 2017-09-19 Yao Qi <yao.qi@linaro.org>
6955
6956 * Makefile.in (monitor.o): Remove the rule.
6957
6958 2017-09-19 Yao Qi <yao.qi@linaro.org>
6959
6960 * annotate.h (struct annotate_arg_emitter): Use
6961 DISABLE_COPY_AND_ASSIGN.
6962 * common/refcounted-object.h (refcounted_object): Likewise.
6963 * completer.h (struct completion_result): Likewise.
6964 * dwarf2read.c (struct dwarf2_per_objfile): Likewise.
6965 * filename-seen-cache.h (filename_seen_cache): Likewise.
6966 * gdbcore.h (thread_section_name): Likewise.
6967 * gdb_regex.h (compiled_regex): Likewise.
6968 * gdbthread.h (scoped_restore_current_thread): Likewise.
6969 * inferior.h (scoped_restore_current_inferior): Likewise.
6970 * jit.c (jit_reader): Likewise.
6971 * linespec.h (struct linespec_result): Likewise.
6972 * mi/mi-parse.h (struct mi_parse): Likewise.
6973 * nat/fork-inferior.c (execv_argv): Likewise.
6974 * progspace.h (scoped_restore_current_program_space): Likewise.
6975 * python/python-internal.h (class gdbpy_enter): Likewise.
6976 * regcache.h (regcache): Likewise.
6977 * target-descriptions.c (struct tdesc_reg): Likewise.
6978 (struct tdesc_type): Likewise.
6979 (struct tdesc_feature): Likewise.
6980 * ui-out.h (ui_out_emit_type): Likewise.
6981
6982 2017-09-18 Simon Marchi <simon.marchi@ericsson.com>
6983
6984 * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Remove
6985 label abort_expression.
6986
6987 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
6988
6989 * common/buffer.c (buffer_xml_printf): Adjust.
6990 * common/xml-utils.c (xml_escape_text): Change return type to
6991 std::string, update code accordingly.
6992 * common/xml-utils.h (xml_escape_text): Change return type to
6993 std::string.
6994 * rs6000-aix-tdep.c (rs6000_aix_shared_library_to_xml): Adjust.
6995 * windows-tdep.c (windows_xfer_shared_library): Adjust.
6996 * unittests/xml-utils-selftests.c (test_xml_escape_text):
6997 Adjust.
6998
6999 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
7000
7001 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new source file.
7002 (SUBDIR_UNITTESTS_OBS): Add new object file.
7003 * unittests/xml-utils-selftests.c: New file.
7004
7005 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
7006
7007 * common/selftest.h (selftest): New struct/interface.
7008 (register_test): Add name parameter, add new overload.
7009 (run_tests): Add filter parameter.
7010 (for_each_selftest_ftype): New typedef.
7011 (for_each_selftest): New declaration.
7012 * common/selftest.c (tests): Change type to
7013 map<string, unique_ptr<selftest>>.
7014 (simple_selftest): New struct.
7015 (register_test): New function.
7016 (register_test): Add name parameter and use it.
7017 (run_tests): Add filter parameter and use it. Add prints.
7018 Adjust to vector -> map change.
7019 * aarch64-tdep.c (_initialize_aarch64_tdep): Add names when
7020 registering selftests.
7021 * arm-tdep.c (_initialize_arm_tdep): Likewise.
7022 * disasm-selftests.c (_initialize_disasm_selftests): Likewise.
7023 * dwarf2-frame.c (_initialize_dwarf2_frame): Likewise.
7024 * dwarf2loc.c (_initialize_dwarf2loc): Likewise.
7025 * findvar.c (_initialize_findvar): Likewise.
7026 * gdbarch-selftests.c (_initialize_gdbarch_selftests): Likewise.
7027 * maint.c (maintenance_selftest): Update call to run_tests.
7028 (maintenance_info_selftests): New function.
7029 (_initialize_maint_cmds): Register "maintenance info selftests"
7030 command. Update "maintenance selftest" doc.
7031 * regcache.c (_initialize_regcache): Add names when registering
7032 selftests.
7033 * rust-exp.y (_initialize_rust_exp): Likewise.
7034 * selftest-arch.c (gdbarch_selftest): New struct.
7035 (gdbarch_tests): Remove.
7036 (register_test_foreach_arch): Add name parameter. Call
7037 register_test.
7038 (tests_with_arch): Remove, move most content to
7039 gdbarch_selftest::operator().
7040 (_initialize_selftests_foreach_arch): Remove.
7041 * selftest-arch.h (register_test_foreach_arch): Add name
7042 parameter.
7043 (run_tests_with_arch): New declaration.
7044 * utils-selftests.c (_initialize_utils_selftests): Add names
7045 when registering selftests.
7046 * utils.c (_initialize_utils): Likewise.
7047 * unittests/array-view-selftests.c
7048 (_initialize_array_view_selftests): Likewise.
7049 * unittests/environ-selftests.c (_initialize_environ_selftests):
7050 Likewise.
7051 * unittests/function-view-selftests.c
7052 (_initialize_function_view_selftests): Likewise.
7053 * unittests/offset-type-selftests.c
7054 (_initialize_offset_type_selftests): Likewise.
7055 * unittests/optional-selftests.c
7056 (_initialize_optional_selftests): Likewise.
7057 * unittests/scoped_restore-selftests.c
7058 (_initialize_scoped_restore_selftests): Likewise.
7059 * NEWS: Document "maintenance selftest" and "maint info
7060 selftests".
7061
7062 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
7063
7064 * mi/mi-main.c (mi_load_progress): Restore current_uiout using a
7065 scoped_restore.
7066
7067 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
7068
7069 * mi/mi-main.c (mi_load_progress): Make uiout variable
7070 a unique_ptr.
7071
7072 2017-09-15 Pedro Alves <palves@redhat.com>
7073
7074 * compile/compile-c-types.c (convert_enum, convert_int)
7075 (convert_float): Adjust to refer to int_type_v0 and float_type_v0.
7076
7077 2017-09-15 Simon Marchi <simon.marchi@ericsson.com>
7078
7079 * dwarf2read.c (copy_string): Remove.
7080 (parse_macro_definition): Replace copy_string with savestring.
7081
7082 2017-09-15 Yao Qi <yao.qi@linaro.org>
7083
7084 * configure.tgt (i[34567]86-*-darwin*): Append amd64.o to
7085 gdb_target_obs.
7086 (i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*):
7087 Likewise.
7088 (i[34567]86-*-linux*): Likewise.
7089
7090 2017-09-14 Simon Marchi <simon.marchi@ericsson.com>
7091
7092 * dwarf2expr.h (dwarf_stack_value): Add constructor.
7093 (dwarf_expr_context) <~dwarf_expr_context>: Define as default.
7094 <stack>: Change type to std::vector.
7095 <stack_len, stack_allocated>: Remove.
7096 <grow_stack>: Remove.
7097 * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
7098 (dwarf_expr_context::~dwarf_expr_context): Remove.
7099 (dwarf_expr_context::grow_stack): Remove.
7100 (dwarf_expr_context::push): Adjust.
7101 (dwarf_expr_context::pop): Adjust.
7102 (dwarf_expr_context::fetch): Adjust.
7103 (dwarf_expr_context::fetch_in_stack_memory): Adjust.
7104 (dwarf_expr_context::stack_empty_p): Adjust.
7105 (dwarf_expr_context::execute_stack_op): Adjust.
7106
7107 2017-09-14 Simon Marchi <simon.marchi@ericsson.com>
7108
7109 * dwarf2expr.h (dwarf_expr_context) <stack_empty_p>: Change
7110 return type to bool.
7111 * dwarf2expr.c (dwarf_expr_context::stack_empty_p): Likewise.
7112
7113 2017-09-14 Simon Marchi <simon.marchi@ericsson.com>
7114
7115 * dwarf2expr.h (dwarf_expr_piece) <v.mem.in_stack_memory>:
7116 Change type to bool.
7117 (dwarf_stack_value) <in_stack_memory>: Likewise.
7118 (dwarf_expr_context) <push_address>: Change parameter type to
7119 bool.
7120 <fetch_in_stack_memory>: Change return type to bool.
7121 <push>: Change parameter type to bool.
7122 * dwarf2expr.c (dwarf_expr_context::push): Change parameter type
7123 to bool.
7124 (dwarf_expr_context::push_address): Likewise.
7125 (dwarf_expr_context::fetch_in_stack_memory): Change return type
7126 to bool.
7127 (dwarf_expr_context::execute_stack_op): Adjust.
7128 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Adjust.
7129
7130 2017-09-14 Simon Marchi <simon.marchi@ericsson.com>
7131
7132 * dwarf2expr.h (struct dwarf_expr_piece): Move up.
7133 (struct dwarf_expr_context) <n_pieces>: Remove.
7134 <pieces>: Change type to std::vector.
7135 * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
7136 (dwarf_expr_context::~dwarf_expr_context): Don't manually free
7137 pieces.
7138 (dwarf_expr_context::add_piece): Adjust.
7139 * dwarf2loc.c (struct piece_closure): Initialize fields.
7140 <n_pieces>: Remove.
7141 <pieces>: Change type to std::vector.
7142 (allocate_piece_closure): Adjust, change parameter to
7143 std::vector rvalue and std::move it to piece_closure.
7144 (rw_pieced_value): Adjust.
7145 (check_pieced_synthetic_pointer): Adjust.
7146 (indirect_synthetic_pointer): Adjust.
7147 (coerce_pieced_ref): Adjust.
7148 (free_pieced_value_closure): Adjust. Use delete to free
7149 piece_closure.
7150 (dwarf2_evaluate_loc_desc_full): Adjust. std::move ctx.pieces
7151 to allocate_piece_closure.
7152 (dwarf2_loc_desc_get_symbol_read_needs): Adjust.
7153
7154 2017-09-12 Simon Marchi <simon.marchi@ericsson.com>
7155
7156 * probe.h (probe_ops_cp): Remove typedef.
7157 (DEF_VEC_P (probe_ops_cp)): Remove.
7158 (all_probe_ops): Change type to std::vector.
7159 * probe.c (info_probes_for_ops): Adjust to vector change.
7160 (probe_linespec_to_ops): Likewise.
7161 (all_probe_ops): Change type to std::vector.
7162 (_initialize_probe): Adjust to vector change.
7163 * dtrace-probe.c (_initialize_dtrace_probe): Likewise.
7164 * elfread.c (elf_get_probes): Likewise.
7165 * stap-probe.c (_initialize_stap_probe): Likewise.
7166
7167 2017-09-12 Simon Marchi <simon.marchi@ericsson.com>
7168
7169 * probe.h (struct bound_probe): Define constructors.
7170 * probe.c (bound_probe_s): Remove typedef.
7171 (DEF_VEC_O (bound_probe_s)): Remove VEC.
7172 (collect_probes): Change return type to std::vector, remove
7173 cleanup.
7174 (compare_probes): Return bool, change parameter type. Change
7175 semantic to "less than".
7176 (gen_ui_out_table_header_info): Change parameter to std::vector
7177 and update.
7178 (exists_probe_with_pops): Likewise.
7179 (info_probes_for_ops): Update to std::vector change.
7180 (enable_probes_command): Likewise.
7181 (disable_probes_command): Likewise.
7182
7183 2017-09-12 Simon Marchi <simon.marchi@ericsson.com>
7184
7185 * probe.h (struct probe_ops) <get_probes>: Change parameter from
7186 vec to std::vector.
7187 * probe.c (parse_probes_in_pspace): Update.
7188 (find_probes_in_objfile): Update.
7189 (find_probe_by_pc): Update.
7190 (collect_probes): Update.
7191 (probe_any_get_probes): Update.
7192 * symfile.h (struct sym_probe_fns) <sym_get_probes> Change
7193 return type to reference to std::vector.
7194 * dtrace-probe.c (dtrace_process_dof_probe): Change parameter to
7195 std::vector and update.
7196 (dtrace_process_dof): Likewise.
7197 (dtrace_get_probes): Likewise.
7198 * elfread.c (elf_get_probes): Change return type to std::vector,
7199 store an std::vector in bfd_data.
7200 (probe_key_free): Update to std::vector.
7201 * stap-probe.c (handle_stap_probe): Change parameter to
7202 std::vector and update.
7203 (stap_get_probes): Likewise.
7204 * symfile-debug.c (debug_sym_get_probes): Change return type to
7205 std::vector and update.
7206
7207 2017-09-11 Tom Tromey <tom@tromey.com>
7208
7209 * breakpoint.c (program_breakpoint_here_p): Update.
7210 * target.c (make_scoped_restore_show_memory_breakpoints): Rename
7211 from make_show_memory_breakpoints_cleanup. Return a
7212 scoped_restore_tmpl<int>.
7213 (restore_show_memory_breakpoints): Remove.
7214 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Update.
7215 * mem-break.c (memory_validate_breakpoint): Update.
7216 * ia64-tdep.c (ia64_memory_insert_breakpoint): Update.
7217 (ia64_memory_remove_breakpoint): Update.
7218 (ia64_breakpoint_from_pc): Update.
7219 * target.h (make_scoped_restore_show_memory_breakpoints): Rename
7220 from make_show_memory_breakpoints_cleanup.
7221
7222 2017-09-11 Tom Tromey <tom@tromey.com>
7223
7224 * d-namespace.c (d_lookup_symbol): Use std::string.
7225 (find_symbol_in_baseclass): Likewise.
7226
7227 2017-09-11 Tom Tromey <tom@tromey.com>
7228
7229 * ctf.c (ctf_start): Use std::string.
7230
7231 2017-09-11 Tom Tromey <tom@tromey.com>
7232
7233 * ada-lang.c (is_known_support_routine): Update.
7234 (ada_unhandled_exception_name_addr_from_raise): Update.
7235 * guile/scm-frame.c (gdbscm_frame_name): Update.
7236 * python/py-frame.c (frapy_name): Update.
7237 (frapy_function): Update.
7238 * stack.h (find_frame_funname): Update.
7239 * stack.c (find_frame_funname): Return unique_xmalloc_ptr.
7240 (print_frame): Update.
7241
7242 2017-09-11 Tom Tromey <tom@tromey.com>
7243
7244 * findcmd.c (put_bits): Take a gdb::byte_vector.
7245 (parse_find_args): Return gdb::byte_vector. "args" now const.
7246 Remove "pattern_bufp" and "pattern_lenp" parameters. Remove
7247 cleanups.
7248 (find_command): Update.
7249
7250 2017-09-11 Tom Tromey <tom@tromey.com>
7251
7252 * cli/cli-script.c (class scoped_restore_hook_in): New.
7253 (clear_hook_in_cleanup): Remove.
7254 (execute_cmd_pre_hook, execute_cmd_post_hook): Use
7255 scoped_restore_hook_in.
7256
7257 2017-09-11 Tom Tromey <tom@tromey.com>
7258
7259 * cli/cli-script.c (restore_interp): Remove.
7260 (read_command_lines): Use scoped_restore_interp.
7261 * interps.c (scoped_restore_interp::set_temp): Rename from
7262 interp_set_temp.
7263 * interps.h (class scoped_restore_interp): New.
7264 (interp_set_temp): Remove.
7265
7266 2017-09-11 Tom Tromey <tom@tromey.com>
7267
7268 * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
7269 (mi_cmd_catch_exception, mi_catch_load_unload): Update.
7270 * mi/mi-cmd-break.c (setup_breakpoint_reporting): Return a
7271 scoped_restore.
7272 (mi_cmd_break_insert_1): Update.
7273 * mi/mi-cmd-break.h (setup_breakpoint_reporting): Return a
7274 scoped_restore.
7275
7276 2017-09-11 Tom Tromey <tom@tromey.com>
7277
7278 * demangle.c (demangle_command): Update.
7279 * breakpoint.c (disable_command): Update.
7280 (enable_command): Update.
7281 (find_location_by_number): Make "number" const. Use
7282 get_number_trailer.
7283 * cli/cli-utils.c (extract_arg): Return std::string.
7284 * probe.c (parse_probe_linespec): Update. Change types.
7285 (collect_probes): Take string arguments.
7286 (parse_probe_linespec): Likewise.
7287 (info_probes_for_ops): Update.
7288 (enable_probes_command): Update.
7289 (disable_probes_command): Update.
7290 * break-catch-sig.c (catch_signal_split_args): Update.
7291 * mi/mi-parse.c (mi_parse): Update.
7292
7293 2017-09-11 Tom Tromey <tom@tromey.com>
7294
7295 * language.h (language_enum): Make argument const.
7296 * language.c (language_enum): Make argument const.
7297
7298 2017-09-11 Tom Tromey <tom@tromey.com>
7299
7300 * common/common-utils.h (skip_to_space): Remove macro, redeclare
7301 as function.
7302 (skip_to_space): Rename from skip_to_space_const.
7303 * common/common-utils.c (skip_to_space): New function.
7304 (skip_to_space): Rename from skip_to_space_const.
7305 * cli/cli-utils.h (get_number): Rename from get_number_const.
7306 (extract_arg): Rename from extract_arg_const.
7307 * cli/cli-utils.c (get_number): Rename from get_number_const.
7308 (extract_arg): Rename from extract_arg_const.
7309 (number_or_range_parser::get_number): Use ::get_number.
7310 * aarch64-linux-tdep.c, ada-lang.c, arm-linux-tdep.c, ax-gdb.c,
7311 break-catch-throw.c, breakpoint.c, cli/cli-cmds.c, cli/cli-dump.c,
7312 cli/cli-script.c, cli/cli-setshow.c, compile/compile.c,
7313 completer.c, demangle.c, disasm.c, findcmd.c, linespec.c,
7314 linux-tdep.c, linux-thread-db.c, location.c, mi/mi-parse.c,
7315 minsyms.c, nat/linux-procfs.c, printcmd.c, probe.c,
7316 python/py-breakpoint.c, record.c, rust-exp.y, serial.c, stack.c,
7317 stap-probe.c, tid-parse.c, tracepoint.c: Update all callers.
7318
7319 2017-09-11 Tom Tromey <tom@tromey.com>
7320
7321 * python/python.c (do_start_initialization): Use
7322 py-event-types.def to initialize types.
7323 Define all object type structures.
7324 * python/python-internal.h: Don't declare event initialization
7325 functions.
7326 * python/py-threadevent.c (thread_event_object_type): Don't
7327 define.
7328 * python/py-stopevent.c (stop_event_object_type): Don't define.
7329 * python/py-signalevent.c (signal_event_object_type): Don't
7330 declare or define.
7331 * python/py-newobjfileevent.c (new_objfile_event_object_type)
7332 (clear_objfiles_event_object_type): Don't declare or define.
7333 * python/py-infevents.c (inferior_call_pre_event_object_type)
7334 (inferior_call_post_event_object_type)
7335 (register_changed_event_object_type)
7336 (memory_changed_event_object_type): Don't declare or define.
7337 * python/py-inferior.c (new_thread_event_object_type)
7338 (new_inferior_event_object_type)
7339 (inferior_deleted_event_object_type): Don't declare or define.
7340 * python/py-exitedevent.c (exited_event_object_type): Don't
7341 declare or define.
7342 * python/py-evts.c (gdbpy_initialize_py_events): Use
7343 py-all-events.def.
7344 * python/py-events.h (thread_event_object_type): Don't declare.
7345 (events_object): Use py-all-events.def.
7346 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove. Use
7347 py-event-types.def.
7348 * python/py-event-types.def: New file.
7349 * python/py-continueevent.c (create_continue_event_object): Don't
7350 declare or define.
7351 * python/py-bpevent.c (breakpoint_event_object_type): Don't
7352 declare or define.
7353 * python/py-all-events.def: New file.
7354
7355 2017-09-11 Tom Tromey <tom@tromey.com>
7356
7357 * python/py-threadevent.c (create_thread_event_object): Return
7358 gdbpy_ref.
7359 * python/py-stopevent.h (create_stop_event_object)
7360 (create_breakpoint_event_object, create_signal_event_object):
7361 Update.
7362 * python/py-stopevent.c (create_stop_event_object): Return
7363 gdbpy_ref.
7364 (emit_stop_event): Update.
7365 * python/py-signalevent.c (create_signal_event_object): Return
7366 gdbpy_ref.
7367 * python/py-infevents.c (create_inferior_call_event_object):
7368 Update.
7369 * python/py-event.h (create_event_object)
7370 (create_thread_event_object): Update.
7371 * python/py-event.c (create_event_object): Return gdbpy_ref.
7372 * python/py-continueevent.c: Return gdbpy_ref.
7373 * python/py-bpevent.c (create_breakpoint_event_object): Return
7374 gdbpy_ref.
7375
7376 2017-09-11 Tom Tromey <tom@tromey.com>
7377
7378 PR python/15622:
7379 * NEWS: Add entry.
7380 * python/python.c (do_start_initialization): Initialize new event
7381 types.
7382 * python/python-internal.h (gdbpy_initialize_new_inferior_event)
7383 (gdbpy_initialize_inferior_deleted_event)
7384 (gdbpy_initialize_new_thread_event): Declare.
7385 * python/py-threadevent.c (create_thread_event_object): Add option
7386 "thread" parameter.
7387 * python/py-inferior.c (new_thread_event_object_type)
7388 (new_inferior_event_object_type)
7389 (inferior_deleted_event_object_type): Declare.
7390 (python_new_inferior, python_inferior_deleted): New functions.
7391 (add_thread_object): Emit new_thread event.
7392 (gdbpy_initialize_inferior): Attach new functions to corresponding
7393 observers.
7394 (new_thread, new_inferior, inferior_deleted): Define new event
7395 types.
7396 * python/py-evts.c (gdbpy_initialize_py_events): Add new
7397 registries.
7398 * python/py-events.h (events_object) <new_inferior,
7399 inferior_deleted, new_thread>: New fields.
7400 * python/py-event.h (create_thread_event_breakpoint): Add optional
7401 "thread" parameter.
7402
7403 2017-09-10 Andrew Burgess <andrew.burgess@embecosm.com>
7404
7405 * utils.c (abort_with_message): Don't compare gdb_stderr to NULL,
7406 check current_ui instead.
7407 (internal_vproblem): Likewise.
7408
7409 2017-09-09 Simon Marchi <simon.marchi@ericsson.com>
7410
7411 * thread.c (print_thread_info_1): Remove unnecessary calls to
7412 uiout->is_mi_like_p.
7413
7414 2017-09-09 Tom Tromey <tom@tromey.com>
7415
7416 * namespace.h (add_using_directive): Update.
7417 * namespace.c (add_using_directive): Change type of excludes to
7418 std::vector.
7419 * dwarf2read.c (read_import_statement): Use std::vector.
7420 (read_namespace): Update.
7421 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
7422
7423 2017-09-09 Tom Tromey <tom@tromey.com>
7424
7425 * linespec.c (create_sals_line_offset): Use gdb::def_vector.
7426
7427 2017-09-09 Tom Tromey <tom@tromey.com>
7428
7429 * p-valprint.c (pascal_object_print_value): Use gdb::byte_vector.
7430
7431 2017-09-09 Tom Tromey <tom@tromey.com>
7432
7433 * stack.c (func_command): Use gdb::def_vector.
7434
7435 2017-09-09 Tom Tromey <tom@tromey.com>
7436
7437 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Use gdb::optional,
7438 ui_out_emit_list, ui_out_emit_tuple.
7439 (mi_cmd_var_update): Likewise.
7440
7441 2017-09-09 Tom Tromey <tom@tromey.com>
7442
7443 * mi/mi-interp.c (mi_user_selected_context_changed): Use
7444 ui_out_redirect_pop.
7445 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
7446 ui_out_redirect_pop.
7447 * utils.c (do_ui_out_redirect_pop)
7448 (make_cleanup_ui_out_redirect_pop): Remove.
7449 * top.c (execute_command_to_string): Use ui_out_redirect_pop.
7450 * utils.h (make_cleanup_ui_out_redirect_pop): Remove.
7451 * ui-out.h (ui_out_redirect_pop): New class.
7452
7453 2017-09-09 Tom Tromey <tom@tromey.com>
7454
7455 * mi/mi-main.c (output_cores): Use ui_out_emit_list.
7456 (list_available_thread_groups, mi_cmd_list_thread_groups)
7457 (mi_cmd_data_list_changed_registers, mi_cmd_data_read_memory)
7458 (mi_cmd_data_read_memory_bytes, mi_cmd_trace_frame_collected):
7459 Likewise.
7460
7461 2017-09-09 Tom Tromey <tom@tromey.com>
7462
7463 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
7464 ui_out_emit_tuple.
7465
7466 2017-09-09 Tom Tromey <tom@tromey.com>
7467
7468 * target.c (flash_erase_command): Use ui_out_emit_tuple.
7469 * stack.c (print_frame): Use ui_out_emit_tuple.
7470 * spu-tdep.c (info_spu_event_command): Use ui_out_emit_tuple.
7471 (info_spu_mailbox_command, info_spu_dma_command)
7472 (info_spu_proxydma_command): Likewise.
7473 * mi/mi-main.c (mi_cmd_trace_frame_collected): Use
7474 ui_out_emit_tuple, gdb::byte_vector, bin2hex.
7475 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
7476 ui_out_emit_tuple.
7477 * breakpoint.c (print_it_watchpoint): Use ui_out_emit_tuple.
7478
7479 2017-09-09 Tom Tromey <tom@tromey.com>
7480
7481 * ui-out.h (make_cleanup_ui_out_table_begin_end): Remove.
7482 (class ui_out_emit_table): Update comment.
7483 * ui-out.c (do_cleanup_table_end)
7484 (make_cleanup_ui_out_table_begin_end): Remove.
7485 * spu-tdep.c (info_spu_mailbox_list): Use ui_out_emit_table.
7486 (info_spu_dma_cmdlist): Likewise.
7487 * probe.c (info_probes_for_ops): Use ui_out_emit_table.
7488 * darwin-nat-info.c (darwin_debug_regions_recurse): Use
7489 ui_out_emit_table.
7490
7491 2017-09-09 Tom Tromey <tom@tromey.com>
7492
7493 * thread.c (print_thread_info_1): Use ui_out_emit_table,
7494 ui_out_emit_list, gdb::optional.
7495
7496 2017-09-09 John Baldwin <jhb@FreeBSD.org>
7497
7498 * aarch64-linux-nat.c: Remove _initialize_aarch64_linux_nat
7499 prototype.
7500 * aarch64-linux-tdep.c: Remove _initialize_aarch64_linux_tdep
7501 prototype.
7502 * aarch64-newlib-tdep.c: Remove _initialize_aarch64_newlib_tdep
7503 prototype.
7504 * aarch64-tdep.c: Remove _initialize_aarch64_tdep prototype.
7505 * ada-exp.y: Remove _initialize_ada_exp prototype.
7506 * ada-lang.c: Remove _initialize_ada_language prototype.
7507 * ada-tasks.c: Remove _initialize_tasks prototype.
7508 * addrmap.c: Remove _initialize_addrmap prototype.
7509 * agent.c: Remove _initialize_agent prototype.
7510 * aix-thread.c: Remove _initialize_aix_thread prototype.
7511 * alpha-bsd-nat.c: Remove _initialize_alphabsd_nat prototype.
7512 * alpha-linux-nat.c: Remove _initialize_alpha_linux_nat prototype.
7513 * alpha-linux-tdep.c: Remove _initialize_alpha_linux_tdep
7514 prototype.
7515 * alpha-nbsd-tdep.c: Remove _initialize_alphanbsd_tdep prototype.
7516 * alpha-obsd-tdep.c: Remove _initialize_alphaobsd_tdep prototype.
7517 * alpha-tdep.c: Remove _initialize_alpha_tdep prototype.
7518 * amd64-darwin-tdep.c: Remove _initialize_amd64_darwin_tdep
7519 prototype.
7520 * amd64-dicos-tdep.c: Remove _initialize_amd64_dicos_tdep
7521 prototype.
7522 * amd64-fbsd-nat.c: Remove _initialize_amd64fbsd_nat prototype.
7523 * amd64-fbsd-tdep.c: Remove _initialize_amd64fbsd_tdep prototype.
7524 * amd64-linux-nat.c: Remove _initialize_amd64_linux_nat prototype.
7525 * amd64-linux-tdep.c: Remove _initialize_amd64_linux_tdep
7526 prototype.
7527 * amd64-nbsd-nat.c: Remove _initialize_amd64nbsd_nat prototype.
7528 * amd64-nbsd-tdep.c: Remove _initialize_amd64nbsd_tdep prototype.
7529 * amd64-obsd-nat.c: Remove _initialize_amd64obsd_nat prototype.
7530 * amd64-obsd-tdep.c: Remove _initialize_amd64obsd_tdep prototype.
7531 * amd64-sol2-tdep.c: Remove _initialize_amd64_sol2_tdep prototype.
7532 * amd64-tdep.c: Remove _initialize_amd64_tdep prototype.
7533 * amd64-windows-nat.c: Remove _initialize_amd64_windows_nat
7534 prototype.
7535 * amd64-windows-tdep.c: Remove _initialize_amd64_windows_tdep
7536 prototype.
7537 * annotate.c: Remove _initialize_annotate prototype.
7538 * arc-newlib-tdep.c: Remove _initialize_arc_newlib_tdep prototype.
7539 * arc-tdep.c: Remove _initialize_arc_tdep prototype.
7540 * arch-utils.c: Remove _initialize_gdbarch_utils prototype.
7541 * arm-linux-nat.c: Remove _initialize_arm_linux_nat prototype.
7542 * arm-linux-tdep.c: Remove _initialize_arm_linux_tdep prototype.
7543 * arm-nbsd-tdep.c: Remove _initialize_arm_netbsd_tdep prototype.
7544 * arm-obsd-tdep.c: Remove _initialize_armobsd_tdep prototype.
7545 * arm-symbian-tdep.c: Remove _initialize_arm_symbian_tdep
7546 prototype.
7547 * arm-tdep.c: Remove _initialize_arm_tdep prototype.
7548 * arm-wince-tdep.c: Remove _initialize_arm_wince_tdep prototype.
7549 * auto-load.c: Remove _initialize_auto_load prototype.
7550 * auxv.c: Remove _initialize_auxv prototype.
7551 * avr-tdep.c: Remove _initialize_avr_tdep prototype.
7552 * ax-gdb.c: Remove _initialize_ax_gdb prototype.
7553 * bfin-linux-tdep.c: Remove _initialize_bfin_linux_tdep prototype.
7554 * bfin-tdep.c: Remove _initialize_bfin_tdep prototype.
7555 * break-catch-sig.c: Remove _initialize_break_catch_sig prototype.
7556 * break-catch-syscall.c: Remove _initialize_break_catch_syscall
7557 prototype.
7558 * break-catch-throw.c: Remove _initialize_break_catch_throw
7559 prototype.
7560 * breakpoint.c: Remove _initialize_breakpoint prototype.
7561 * bsd-uthread.c: Remove _initialize_bsd_uthread prototype.
7562 * btrace.c: Remove _initialize_btrace prototype.
7563 * charset.c: Remove _initialize_charset prototype.
7564 * cli/cli-cmds.c: Remove _initialize_cli_cmds prototype.
7565 * cli/cli-dump.c: Remove _initialize_cli_dump prototype.
7566 * cli/cli-interp.c: Remove _initialize_cli_interp prototype.
7567 * cli/cli-logging.c: Remove _initialize_cli_logging prototype.
7568 * cli/cli-script.c: Remove _initialize_cli_script prototype.
7569 * coff-pe-read.c: Remove _initialize_coff_pe_read prototype.
7570 * coffread.c: Remove _initialize_coffread prototype.
7571 * compile/compile.c: Remove _initialize_compile prototype.
7572 * complaints.c: Remove _initialize_complaints prototype.
7573 * completer.c: Remove _initialize_completer prototype.
7574 * copying.awk: Remove _initialize_copying prototype.
7575 * copying.c: Regenerate.
7576 * core-regset.c: Remove _initialize_core_regset prototype.
7577 * corefile.c: Remove _initialize_core prototype.
7578 * corelow.c: Remove _initialize_corelow prototype.
7579 * cp-abi.c: Remove _initialize_cp_abi prototype.
7580 * cp-namespace.c: Remove _initialize_cp_namespace prototype.
7581 * cp-support.c: Remove _initialize_cp_support prototype.
7582 * cp-valprint.c: Remove _initialize_cp_valprint prototype.
7583 * cris-linux-tdep.c: Remove _initialize_cris_linux_tdep prototype.
7584 * cris-tdep.c: Remove _initialize_cris_tdep prototype.
7585 * ctf.c: Remove _initialize_ctf prototype.
7586 * d-lang.c: Remove _initialize_d_language prototype.
7587 * darwin-nat-info.c: Remove _initialize_darwin_info_commands
7588 prototype.
7589 * darwin-nat.c: Remove _initialize_darwin_inferior prototype.
7590 * dbxread.c: Remove _initialize_dbxread prototype.
7591 * dcache.c: Remove _initialize_dcache prototype.
7592 * demangle.c: Remove _initialize_demangler prototype.
7593 * disasm-selftests.c: Remove _initialize_disasm_selftests
7594 prototype.
7595 * disasm.c: Remove _initialize_disasm prototype.
7596 * dtrace-probe.c: Remove _initialize_dtrace_probe prototype.
7597 * dummy-frame.c: Remove _initialize_dummy_frame prototype.
7598 * dwarf2-frame-tailcall.c: Remove _initialize_tailcall_frame
7599 prototype.
7600 * dwarf2-frame.c: Remove _initialize_dwarf2_frame prototype.
7601 * dwarf2expr.c: Remove _initialize_dwarf2expr prototype.
7602 * dwarf2loc.c: Remove _initialize_dwarf2loc prototype.
7603 * dwarf2read.c: Remove _initialize_dwarf2_read prototype.
7604 * elfread.c: Remove _initialize_elfread prototype.
7605 * exec.c: Remove _initialize_exec prototype.
7606 * extension.c: Remove _initialize_extension prototype.
7607 * f-lang.c: Remove _initialize_f_language prototype.
7608 * f-valprint.c: Remove _initialize_f_valprint prototype.
7609 * fbsd-nat.c: Remove _initialize_fbsd_nat prototype.
7610 * fbsd-tdep.c: Remove _initialize_fbsd_tdep prototype.
7611 * filesystem.c: Remove _initialize_filesystem prototype.
7612 * findcmd.c: Remove _initialize_mem_search prototype.
7613 * fork-child.c: Remove _initialize_fork_child prototype.
7614 * frame-base.c: Remove _initialize_frame_base prototype.
7615 * frame-unwind.c: Remove _initialize_frame_unwind prototype.
7616 * frame.c: Remove _initialize_frame prototype.
7617 * frv-linux-tdep.c: Remove _initialize_frv_linux_tdep prototype.
7618 * frv-tdep.c: Remove _initialize_frv_tdep prototype.
7619 * ft32-tdep.c: Remove _initialize_ft32_tdep prototype.
7620 * gcore.c: Remove _initialize_gcore prototype.
7621 * gdb_bfd.c: Remove _initialize_gdb_bfd prototype.
7622 * gdbarch.c: Regenerate.
7623 * gdbarch.sh: Remove _initialize_gdbarch prototype.
7624 * gdbtypes.c: Remove _initialize_gdbtypes prototype.
7625 * gnu-nat.c: Remove _initialize_gnu_nat prototype.
7626 * gnu-v2-abi.c: Remove _initialize_gnu_v2_abi prototype.
7627 * gnu-v3-abi.c: Remove _initialize_gnu_v3_abi prototype.
7628 * go-lang.c: Remove _initialize_go_language prototype.
7629 * go32-nat.c: Remove _initialize_go32_nat prototype.
7630 * guile/guile.c: Remove _initialize_guile prototype.
7631 * h8300-tdep.c: Remove _initialize_h8300_tdep prototype.
7632 * hppa-linux-nat.c: Remove _initialize_hppa_linux_nat prototype.
7633 * hppa-linux-tdep.c: Remove _initialize_hppa_linux_tdep prototype.
7634 * hppa-nbsd-nat.c: Remove _initialize_hppanbsd_nat prototype.
7635 * hppa-nbsd-tdep.c: Remove _initialize_hppanbsd_tdep prototype.
7636 * hppa-obsd-nat.c: Remove _initialize_hppaobsd_nat prototype.
7637 * hppa-obsd-tdep.c: Remove _initialize_hppaobsd_tdep prototype.
7638 * hppa-tdep.c: Remove _initialize_hppa_tdep prototype.
7639 * i386-bsd-nat.c: Remove _initialize_i386bsd_nat prototype.
7640 * i386-cygwin-tdep.c: Remove _initialize_i386_cygwin_tdep
7641 prototype.
7642 * i386-darwin-tdep.c: Remove _initialize_i386_darwin_tdep
7643 prototype.
7644 * i386-dicos-tdep.c: Remove _initialize_i386_dicos_tdep prototype.
7645 * i386-fbsd-nat.c: Remove _initialize_i386fbsd_nat prototype.
7646 * i386-fbsd-tdep.c: Remove _initialize_i386fbsd_tdep prototype.
7647 * i386-gnu-nat.c: Remove _initialize_i386gnu_nat prototype.
7648 * i386-gnu-tdep.c: Remove _initialize_i386gnu_tdep prototype.
7649 * i386-linux-nat.c: Remove _initialize_i386_linux_nat prototype.
7650 * i386-linux-tdep.c: Remove _initialize_i386_linux_tdep prototype.
7651 * i386-nbsd-nat.c: Remove _initialize_i386nbsd_nat prototype.
7652 * i386-nbsd-tdep.c: Remove _initialize_i386nbsd_tdep prototype.
7653 * i386-nto-tdep.c: Remove _initialize_i386nto_tdep prototype.
7654 * i386-obsd-nat.c: Remove _initialize_i386obsd_nat prototype.
7655 * i386-obsd-tdep.c: Remove _initialize_i386obsd_tdep prototype.
7656 * i386-sol2-nat.c: Remove _initialize_amd64_sol2_nat prototype.
7657 * i386-sol2-tdep.c: Remove _initialize_amd64_sol2_tdep prototype.
7658 * i386-tdep.c: Remove _initialize_i386_tdep prototype.
7659 * i386-windows-nat.c: Remove _initialize_i386_windows_nat
7660 prototype.
7661 * ia64-libunwind-tdep.c: Remove _initialize_libunwind_frame
7662 prototype.
7663 * ia64-linux-nat.c: Remove _initialize_ia64_linux_nat prototype.
7664 * ia64-linux-tdep.c: Remove _initialize_ia64_linux_tdep prototype.
7665 * ia64-tdep.c: Remove _initialize_ia64_tdep prototype.
7666 * ia64-vms-tdep.c: Remove _initialize_ia64_vms_tdep prototype.
7667 * infcall.c: Remove _initialize_infcall prototype.
7668 * infcmd.c: Remove _initialize_infcmd prototype.
7669 * inferior.c: Remove _initialize_inferiors prototype.
7670 * inflow.c: Remove _initialize_inflow prototype.
7671 * infrun.c: Remove _initialize_infrun prototype.
7672 * interps.c: Remove _initialize_interpreter prototype.
7673 * iq2000-tdep.c: Remove _initialize_iq2000_tdep prototype.
7674 * jit.c: Remove _initialize_jit prototype.
7675 * language.c: Remove _initialize_language prototype.
7676 * linux-fork.c: Remove _initialize_linux_fork prototype.
7677 * linux-nat.c: Remove _initialize_linux_nat prototype.
7678 * linux-tdep.c: Remove _initialize_linux_tdep prototype.
7679 * linux-thread-db.c: Remove _initialize_thread_db prototype.
7680 * lm32-tdep.c: Remove _initialize_lm32_tdep prototype.
7681 * m2-lang.c: Remove _initialize_m2_language prototype.
7682 * m32c-tdep.c: Remove _initialize_m32c_tdep prototype.
7683 * m32r-linux-nat.c: Remove _initialize_m32r_linux_nat prototype.
7684 * m32r-linux-tdep.c: Remove _initialize_m32r_linux_tdep prototype.
7685 * m32r-tdep.c: Remove _initialize_m32r_tdep prototype.
7686 * m68hc11-tdep.c: Remove _initialize_m68hc11_tdep prototype.
7687 * m68k-bsd-nat.c: Remove _initialize_m68kbsd_nat prototype.
7688 * m68k-bsd-tdep.c: Remove _initialize_m68kbsd_tdep prototype.
7689 * m68k-linux-nat.c: Remove _initialize_m68k_linux_tdep prototype.
7690 * m68k-linux-tdep.c: Remove _initialize_m68k_linux_tdep prototype.
7691 * m68k-tdep.c: Remove _initialize_m68k_tdep prototype.
7692 * m88k-bsd-nat.c: Remove _initialize_m68kbsd_nat prototype.
7693 * m88k-tdep.c: Remove _initialize_m68kbsd_tdep prototype.
7694 * machoread.c: Remove _initialize_machoread prototype.
7695 * macrocmd.c: Remove _initialize_macrocmd prototype.
7696 * macroscope.c: Remove _initialize_macroscope prototype.
7697 * maint.c: Remove _initialize_maint_cmds prototype.
7698 * mdebugread.c: Remove _initialize_mdebugread prototype.
7699 * memattr.c: Remove _initialize_mem prototype.
7700 * mep-tdep.c: Remove _initialize_mep_tdep prototype.
7701 * mi/mi-cmd-env.c: Remove _initialize_mi_cmd_env prototype.
7702 * mi/mi-cmds.c: Remove _initialize_mi_cmds prototype.
7703 * mi/mi-interp.c: Remove _initialize_mi_interp prototype.
7704 * mi/mi-main.c: Remove _initialize_mi_main prototype.
7705 * microblaze-linux-tdep.c: Remove
7706 _initialize_microblaze_linux_tdep prototype.
7707 * microblaze-tdep.c: Remove _initialize_microblaze_tdep prototype.
7708 * mips-fbsd-nat.c: Remove _initialize_mips_fbsd_nat prototype.
7709 * mips-fbsd-tdep.c: Remove _initialize_mips_fbsd_tdep prototype.
7710 * mips-linux-nat.c: Remove _initialize_mips_linux_nat prototype.
7711 * mips-linux-tdep.c: Remove _initialize_mips_linux_tdep prototype.
7712 * mips-nbsd-nat.c: Remove _initialize_mipsnbsd_nat prototype.
7713 * mips-nbsd-tdep.c: Remove _initialize_mipsnbsd_tdep prototype.
7714 * mips-sde-tdep.c: Remove _initialize_mips_sde_tdep prototype.
7715 * mips-tdep.c: Remove _initialize_mips_tdep prototype.
7716 * mips64-obsd-nat.c: Remove _initialize_mips64obsd_nat prototype.
7717 * mips64-obsd-tdep.c: Remove _initialize_mips64obsd_tdep
7718 prototype.
7719 * mipsread.c: Remove _initialize_mipsread prototype.
7720 * mn10300-linux-tdep.c: Remove _initialize_mn10300_linux_tdep
7721 prototype.
7722 * mn10300-tdep.c: Remove _initialize_mn10300_tdep prototype.
7723 * moxie-tdep.c: Remove _initialize_moxie_tdep prototype.
7724 * msp430-tdep.c: Remove _initialize_msp430_tdep prototype.
7725 * mt-tdep.c: Remove _initialize_mt_tdep prototype.
7726 * nds32-tdep.c: Remove _initialize_nds32_tdep prototype.
7727 * nios2-linux-tdep.c: Remove _initialize_nios2_linux_tdep
7728 prototype.
7729 * nios2-tdep.c: Remove _initialize_nios2_tdep prototype.
7730 * nto-procfs.c: Remove _initialize_procfs prototype.
7731 * nto-tdep.c: Remove _initialize_nto_tdep prototype.
7732 * objc-lang.c: Remove _initialize_objc_language prototype.
7733 * objfiles.c: Remove _initialize_objfiles prototype.
7734 * observer.c: Remove observer_test_first_notification_function,
7735 observer_test_second_notification_function,
7736 observer_test_third_notification_function, and
7737 _initialize_observer prototypes.
7738 * opencl-lang.c: Remove _initialize_opencl_language prototypes.
7739 * osabi.c: Remove _initialize_gdb_osabi prototype.
7740 * osdata.c: Remove _initialize_osdata prototype.
7741 * p-valprint.c: Remove _initialize_pascal_valprint prototype.
7742 * parse.c: Remove _initialize_parse prototype.
7743 * ppc-fbsd-nat.c: Remove _initialize_ppcfbsd_nat prototype.
7744 * ppc-fbsd-tdep.c: Remove _initialize_ppcfbsd_tdep prototype.
7745 * ppc-linux-nat.c: Remove _initialize_ppc_linux_nat prototype.
7746 * ppc-linux-tdep.c: Remove _initialize_ppc_linux_tdep prototype.
7747 * ppc-nbsd-nat.c: Remove _initialize_ppcnbsd_nat prototype.
7748 * ppc-nbsd-tdep.c: Remove _initialize_ppcnbsd_tdep prototype.
7749 * ppc-obsd-nat.c: Remove _initialize_ppcobsd_nat prototype.
7750 * ppc-obsd-tdep.c: Remove _initialize_ppcobsd_tdep prototype.
7751 * printcmd.c: Remove _initialize_printcmd prototype.
7752 * probe.c: Remove _initialize_probe prototype.
7753 * proc-api.c: Remove _initialize_proc_api prototype.
7754 * proc-events.c: Remove _initialize_proc_events prototype.
7755 * proc-service.c: Remove _initialize_proc_service prototype.
7756 * procfs.c: Remove _initialize_procfs prototype.
7757 * psymtab.c: Remove _initialize_psymtab prototype.
7758 * python/python.c: Remove _initialize_python prototype.
7759 * ravenscar-thread.c: Remove _initialize_ravenscar prototype.
7760 * record-btrace.c: Remove _initialize_record_btrace prototype.
7761 * record-full.c: Remove _initialize_record_full prototype.
7762 * record.c: Remove _initialize_record prototype.
7763 * regcache.c: Remove _initialize_regcache prototype.
7764 * reggroups.c: Remove _initialize_reggroup prototype.
7765 * remote-notif.c: Remove _initialize_notif prototype.
7766 * remote-sim.c: Remove _initialize_remote_sim prototype.
7767 * remote.c: Remove _initialize_remote prototype.
7768 * reverse.c: Remove _initialize_reverse prototype.
7769 * rl78-tdep.c: Remove _initialize_rl78_tdep prototype.
7770 * rs6000-aix-tdep.c: Remove _initialize_rs6000_aix_tdep prototype.
7771 * rs6000-lynx178-tdep.c: Remove _initialize_rs6000_lynx178_tdep
7772 prototype.
7773 * rs6000-nat.c: Remove _initialize_rs6000_nat prototype.
7774 * rs6000-tdep.c: Remove _initialize_rs6000_tdep prototype.
7775 * rust-exp.y: Remove _initialize_rust_exp prototype.
7776 * rx-tdep.c: Remove _initialize_rx_tdep prototype.
7777 * s390-linux-nat.c: Remove _initialize_s390_nat prototype.
7778 * s390-linux-tdep.c: Remove _initialize_s390_tdep prototype.
7779 * score-tdep.c: Remove _initialize_score_tdep prototype.
7780 * selftest-arch.c: Remove _initialize_selftests_foreach_arch
7781 prototype.
7782 * ser-go32.c: Remove _initialize_ser_dos prototype.
7783 * ser-mingw.c: Remove _initialize_ser_windows prototype.
7784 * ser-pipe.c: Remove _initialize_ser_pipe prototype.
7785 * ser-tcp.c: Remove _initialize_ser_tcp prototype.
7786 * ser-unix.c: Remove _initialize_ser_hardwire prototype.
7787 * serial.c: Remove _initialize_serial prototype.
7788 * sh-linux-tdep.c: Remove _initialize_sh_linux_tdep prototype.
7789 * sh-nbsd-nat.c: Remove _initialize_shnbsd_nat prototype.
7790 * sh-nbsd-tdep.c: Remove _initialize_shnbsd_tdep prototype.
7791 * sh-tdep.c: Remove _initialize_sh_tdep prototype.
7792 * skip.c: Remove _initialize_step_skip prototype.
7793 * sol-thread.c: Remove _initialize_sol_thread prototype.
7794 * solib-aix.c: Remove _initialize_solib_aix prototype.
7795 * solib-darwin.c: Remove _initialize_darwin_solib prototype.
7796 * solib-dsbt.c: Remove _initialize_dsbt_solib prototype.
7797 * solib-frv.c: Remove _initialize_frv_solib prototype.
7798 * solib-spu.c: Remove _initialize_spu_solib prototype.
7799 * solib-svr4.c: Remove _initialize_svr4_solib prototype.
7800 * solib-target.c: Remove _initialize_solib_target prototype.
7801 * solib.c: Remove _initialize_solib prototype.
7802 * source.c: Remove _initialize_source prototype.
7803 * sparc-linux-nat.c: Remove _initialize_sparc_linux_nat prototype.
7804 * sparc-linux-tdep.c: Remove _initialize_sparc_linux_tdep
7805 prototype.
7806 * sparc-nat.c: Remove _initialize_sparc_nat prototype.
7807 * sparc-nbsd-nat.c: Remove _initialize_sparcnbsd_nat prototype.
7808 * sparc-nbsd-tdep.c: Remove _initialize_sparcnbsd_tdep prototype.
7809 * sparc-obsd-tdep.c: Remove _initialize_sparc32obsd_tdep
7810 prototype.
7811 * sparc-sol2-nat.c: Remove _initialize_sparc_sol2_nat prototype.
7812 * sparc-sol2-tdep.c: Remove _initialize_sparc_sol2_tdep prototype.
7813 * sparc-tdep.c: Remove _initialize_sparc_tdep prototype.
7814 * sparc64-fbsd-nat.c: Remove _initialize_sparc64fbsd_nat
7815 prototype.
7816 * sparc64-fbsd-tdep.c: Remove _initialize_sparc64fbsd_tdep
7817 prototype.
7818 * sparc64-linux-nat.c: Remove _initialize_sparc64_linux_nat
7819 prototype.
7820 * sparc64-linux-tdep.c: Remove _initialize_sparc64_linux_tdep
7821 prototype.
7822 * sparc64-nat.c: Remove _initialize_sparc64_nat prototype.
7823 * sparc64-nbsd-nat.c: Remove _initialize_sparc64nbsd_nat
7824 prototype.
7825 * sparc64-nbsd-tdep.c: Remove _initialize_sparc64nbsd_tdep
7826 prototype.
7827 * sparc64-obsd-nat.c: Remove _initialize_sparc64obsd_nat
7828 prototype.
7829 * sparc64-obsd-tdep.c: Remove _initialize_sparc64obsd_tdep
7830 prototype.
7831 * sparc64-sol2-tdep.c: Remove _initialize_sparc64_sol2_tdep
7832 prototype.
7833 * spu-linux-nat.c: Remove _initialize_spu_nat prototype.
7834 * spu-multiarch.c: Remove _initialize_spu_multiarch prototype.
7835 * spu-tdep.c: Remove _initialize_spu_tdep prototype.
7836 * stabsread.c: Remove _initialize_stabsread prototype.
7837 * stack.c: Remove _initialize_stack prototype.
7838 * stap-probe.c: Remove _initialize_stap_probe prototype.
7839 * std-regs.c: Remove _initialize_frame_reg prototype.
7840 * symfile-debug.c: Remove _initialize_symfile_debug prototype.
7841 * symfile-mem.c: Remove _initialize_symfile_mem prototype.
7842 * symfile.c: Remove _initialize_symfile prototype.
7843 * symmisc.c: Remove _initialize_symmisc prototype.
7844 * symtab.c: Remove _initialize_symtab prototype.
7845 * target-dcache.c: Remove _initialize_target_dcache prototype.
7846 * target-descriptions.c: Remove _initialize_target_descriptions
7847 prototype.
7848 * thread.c: Remove _initialize_thread prototype.
7849 * tic6x-linux-tdep.c: Remove _initialize_tic6x_linux_tdep
7850 prototype.
7851 * tic6x-tdep.c: Remove _initialize_tic6x_tdep prototype.
7852 * tilegx-linux-nat.c: Remove _initialize_tile_linux_nat prototype.
7853 * tilegx-linux-tdep.c: Remove _initialize_tilegx_linux_tdep
7854 prototype.
7855 * tilegx-tdep.c: Remove _initialize_tilegx_tdep prototype.
7856 * tracefile-tfile.c: Remove _initialize_tracefile_tfile prototype.
7857 * tracefile.c: Remove _initialize_tracefile prototype.
7858 * tracepoint.c: Remove _initialize_tracepoint prototype.
7859 * tui/tui-hooks.c: Remove _initialize_tui_hooks prototype.
7860 * tui/tui-interp.c: Remove _initialize_tui_interp prototype.
7861 * tui/tui-layout.c: Remove _initialize_tui_layout prototype.
7862 * tui/tui-regs.c: Remove _initialize_tui_regs prototype.
7863 * tui/tui-stack.c: Remove _initialize_tui_stack prototype.
7864 * tui/tui-win.c: Remove _initialize_tui_win prototype.
7865 * tui/tui.c: Remove _initialize_tui prototype.
7866 * typeprint.c: Remove _initialize_typeprint prototype.
7867 * user-regs.c: Remove _initialize_user_regs prototype.
7868 * utils.c: Remove _initialize_utils prototype.
7869 * v850-tdep.c: Remove _initialize_v850_tdep prototype.
7870 * valarith.c: Remove _initialize_valarith prototype.
7871 * valops.c: Remove _initialize_valops prototype.
7872 * valprint.c: Remove _initialize_valprint prototype.
7873 * value.c: Remove _initialize_values prototype.
7874 * varobj.c: Remove _initialize_varobj prototype.
7875 * vax-bsd-nat.c: Remove _initialize_vaxbsd_nat prototype.
7876 * vax-nbsd-tdep.c: Remove _initialize_vaxnbsd_tdep prototype.
7877 * vax-tdep.c: Remove _initialize_vax_tdep prototype.
7878 * windows-nat.c: Remove _initialize_windows_nat,
7879 _initialize_check_for_gdb_ini, and _initialize_loadable
7880 prototypes.
7881 * windows-tdep.c: Remove _initialize_windows_tdep prototype.
7882 * xcoffread.c: Remove _initialize_xcoffread prototype.
7883 * xml-support.c: Remove _initialize_xml_support prototype.
7884 * xstormy16-tdep.c: Remove _initialize_xstormy16_tdep prototype.
7885 * xtensa-linux-nat.c: Remove _initialize_xtensa_linux_nat
7886 prototype.
7887 * xtensa-linux-tdep.c: Remove _initialize_xtensa_linux_tdep
7888 prototype.
7889 * xtensa-tdep.c: Remove _initialize_xtensa_tdep prototype.
7890
7891 2017-09-08 Keith Seitz <keiths@redhat.com>
7892
7893 * dwarf2read.c (struct field_info) <fnfields>: Remove unused
7894 field.
7895
7896 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
7897
7898 * f-valprint.c (f_val_print): Remove check for one byte
7899 sized integers. Remove printing of character type.
7900
7901 2017-09-08 Frank Penczek <frank.penczek@intel.com>
7902 Christoph Weinmann <christoph.t.weinmann@intel.com>
7903 Bernhard Heckel <bernhard.heckel@intel.com>
7904
7905 * f-typeprint.c (f_type_print_base): Use fprintfi_filtered
7906 to maintain proper indentation when printing pointers/refs.
7907
7908 2017-09-07 Joel Brobecker <brobecker@adacore.com>
7909
7910 GDB 8.0.1 released.
7911
7912 2017-09-07 Joel Brobecker <brobecker@adacore.com>
7913
7914 * NEWS (Changes in GDB 7.11): Remove entry for QStartupWithShell.
7915
7916 2017-09-05 Tom Tromey <tom@tromey.com>
7917
7918 * parse.c (funcall_chain): Now a std::vector.
7919 (start_arglist, end_arglist): Simplify.
7920 (free_funcalls): Remove.
7921 (parse_exp_in_context_1): Remove cleanup.
7922
7923 2017-09-05 Tom Tromey <tom@tromey.com>
7924
7925 * go-exp.y (go_parse): Don't create a cleanup.
7926
7927 2017-09-05 Tom Tromey <tom@tromey.com>
7928
7929 * d-exp.y (PrimaryExpression): Use std::string.
7930 (d_parse): Don't create a cleanup.
7931
7932 2017-09-05 Tom Tromey <tom@tromey.com>
7933
7934 * utils.c (do_clear_parser_state): Remove.
7935 (make_cleanup_clear_parser_state): Remove.
7936 * p-exp.y (pascal_parse): Use scoped_restore.
7937 * m2-exp.y (m2_parse): Use scoped_restore.
7938 * f-exp.y (f_parse): Use scoped_restore.
7939 * d-exp.y (d_parse): Use scoped_restore.
7940 * c-exp.y (c_parse): Use scoped_restore.
7941 * ada-exp.y (ada_parse): Use scoped_restore.
7942 * utils.h (make_cleanup_clear_parser_state): Remove.
7943
7944 2017-09-06 Keith Seitz <keiths@redhat.com>
7945
7946 * dwarf2read.c (dw2_linkage_name_attr): New function.
7947 (dw2_linkage_name): New function.
7948 (dwarf2_compute_name, dwarf2_physname, read_call_site_scope)
7949 (guess_full_die_structure_name, dwarf2_name): Use dw2_linkage_name.
7950 (anonymous_struct_prefix, dwarf2_name): Use dw2_linkage_name_attr.
7951
7952 2017-09-06 Kamil Rytarowski <n54@gmx.com>
7953
7954 * config/djgpp/djconfig.sh: Correct shell portability issue.
7955
7956 2017-09-06 Kamil Rytarowski <n54@gmx.com>
7957
7958 * configure.nat: Define HAVE_NATIVE_GCORE_HOST on NetBSD.
7959
7960 2017-09-06 John Baldwin <jhb@FreeBSD.org>
7961
7962 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
7963 * NEWS: Mention new FreeBSD/mips native configuration.
7964 * configure.host: Add aarch64*-*-freebsd*.
7965 * configure.nat: Likewise.
7966 * aarch64-fbsd-nat.c: New file.
7967
7968 2017-09-06 John Baldwin <jhb@FreeBSD.org>
7969
7970 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-fbsd-tdep.o.
7971 (ALLDEPFILES): Add aarch64-fbsd-tdep.c.
7972 * NEWS: Mention new FreeBSD/aarch64 target.
7973 * configure.tgt: Add aarch64*-*-freebsd*.
7974 * aarch64-fbsd-tdep.c: New file.
7975 * aarch64-fbsd-tdep.h: New file.
7976
7977 2017-09-06 Kamil Rytarowski <n54@gmx.com>
7978
7979 * MAINTAINERS (Write After Approval): Add Kamil Rytarowski.
7980
7981 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7982
7983 * parse.c (find_minsym_type_and_address): Don't relocate addresses
7984 of TLS symbols.
7985
7986 2017-09-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7987
7988 * objfiles.c (get_objfile_bfd_data): Remove useless obstack_init
7989 call.
7990
7991 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7992
7993 * infrun.c (follow_exec): Call add_thread after
7994 target_find_description.
7995
7996 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
7997
7998 * infrun.c (handle_inferior_event_1): When exec'ing, read
7999 stop_pc after follow_exec.
8000
8001 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8002
8003 * remote.c (process_g_packet): Update error message.
8004
8005 2017-09-05 Yao Qi <yao.qi@linaro.org>
8006
8007 * configure.tgt (gdb_target_obs): Add i386.o for x86_64-*
8008 targets.
8009
8010 2017-09-05 Pedro Alves <palves@redhat.com>
8011
8012 * eval.c (eval_call, evaluate_funcall): New functions, factored
8013 out from ...
8014 (evaluate_subexp_standard): ... this.
8015
8016 2017-09-05 Yao Qi <yao.qi@linaro.org>
8017
8018 * amd64-tdep.c (amd64_target_description): Create target
8019 descriptions.
8020 (_initialize_amd64_tdep): Don't call functions
8021 initialize_tdesc_amd64_*. Add self tests.
8022 * arch/amd64.c (amd64_create_target_description): Add parameter
8023 is_linux. Call set_tdesc_osabi if is_linux is true.
8024 * arch/amd64.h (amd64_create_target_description): Update the
8025 declaration.
8026 * arch/i386.c (i386_create_target_description): Add parameter
8027 is_linux. Call set_tdesc_osabi if is_linux is true.
8028 * arch/i386.h (i386_create_target_description): Update
8029 declaration.
8030 * configure.tgt: Add i386.o to gdb_target_obs.
8031 * features/Makefile (XMLTOC): Remove i386/*.xml.
8032 * features/i386/amd64-avx-avx512.c: Remove.
8033 * features/i386/amd64-avx-mpx-avx512-pku.c: Remove.
8034 * features/i386/amd64-avx-mpx.c: Remove.
8035 * features/i386/amd64-avx.c: Remove.
8036 * features/i386/amd64-mpx.c: Remove.
8037 * features/i386/amd64.c: Remove.
8038 * features/i386/i386-avx-avx512.c: Remove.
8039 * features/i386/i386-avx-mpx-avx512-pku.c: Remove.
8040 * features/i386/i386-avx-mpx.c: Remove.
8041 * features/i386/i386-avx.c: Remove.
8042 * features/i386/i386-mmx.c: Remove.
8043 * features/i386/i386-mpx.c: Remove.
8044 * features/i386/i386.c: Remove.
8045 * i386-tdep.c: Don't include features/i386/i386*.c., include
8046 target-descriptions.h and arch/i386.h.
8047 (i386_target_description): Create target descriptions.
8048 (i386_gdbarch_init): Don't call initialize_tdesc_i386_*
8049 functions. Do self tests.
8050
8051 2017-09-05 Yao Qi <yao.qi@linaro.org>
8052
8053 * features/Makefile (XMLTOC): Remove i386/amd64XXX-linux.xml.
8054 * features/i386/amd64-avx-avx512-linux.c: Removed.
8055 * features/i386/amd64-avx-linux.c: Removed.
8056 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Removed.
8057 * features/i386/amd64-avx-mpx-linux.c: Removed.
8058 * features/i386/amd64-linux.c: Removed.
8059 * features/i386/amd64-mpx-linux.c: Removed.
8060 * features/i386/x32-avx-avx512-linux.c: Removed.
8061 * features/i386/x32-avx-linux.c: Removed.
8062 * features/i386/x32-linux.c: Removed.
8063
8064 2017-09-05 Yao Qi <yao.qi@linaro.org>
8065
8066 * amd64-linux-tdep.c: Include arch/amd64.h. Don't include
8067 features/i386/*.c.
8068 (amd64_linux_read_description): Call
8069 amd64_create_target_description.
8070 * arch/amd64.c: New file.
8071 * arch/amd64.h: New file.
8072 * configure.tgt (x86_64-*-linux*): Append amd64.o.
8073 * Makefile.in (ALL_64_TARGET_OBS): Append amd64.o.
8074
8075 2017-09-05 Yao Qi <yao.qi@linaro.org>
8076
8077 * amd64-linux-tdep.c: Don't include amd64-XXX-linux and
8078 x32-XXX-linux.c. Include 64bit-XX.c and x32-XX.c.
8079 (amd64_linux_read_description): Create target descriptions.
8080 (_initialize_amd64_linux_tdep): Don't call initialize_tdesc_XXX
8081 functions. Add unit tests.
8082 * features/Makefile (FEATURE_XMLFILES): Append 64bit-XXX.xml and
8083 x32-core.xml.
8084 * features/i386/64bit-avx.c: Generated.
8085 * features/i386/64bit-avx512.c: Generated.
8086 * features/i386/64bit-core.c: Generated.
8087 * features/i386/64bit-linux.c: Generated.
8088 * features/i386/64bit-mpx.c: Generated.
8089 * features/i386/64bit-pkeys.c: Generated.
8090 * features/i386/64bit-segments.c: Generated.
8091 * features/i386/64bit-sse.c: Generated.
8092 * features/i386/x32-core.c: Generated.
8093 * target-descriptions.c (maint_print_c_tdesc_cmd): Print feature
8094 c files for amd64-linux and x32-linux.
8095
8096 2017-09-05 Yao Qi <yao.qi@linaro.org>
8097
8098 * amd64-linux-tdep.c (amd64_linux_read_description): New
8099 function.
8100 (amd64_linux_core_read_description): Call
8101 amd64_linux_read_description.
8102 (amd64_linux_init_abi): Likewise.
8103 (amd64_x32_linux_init_abi): Likewise.
8104 * amd64-linux-tdep.h (amd64_linux_read_description): Declare.
8105 * x86-linux-nat.c (x86_linux_read_description): Call
8106 amd64_linux_read_description.
8107
8108 2017-09-05 Yao Qi <yao.qi@linaro.org>
8109
8110 * amd64-linux-tdep.c (amd64_linux_core_read_description): Update
8111 comments.
8112
8113 2017-09-05 Yao Qi <yao.qi@linaro.org>
8114
8115 * features/Makefile (XMLTOC): Remove i386/i386-XX-linux.xml.
8116 * features/i386/i386-avx-avx512-linux.c: Remove.
8117 * features/i386/i386-avx-linux.c: Remove.
8118 * features/i386/i386-avx-mpx-avx512-pku-linux.c: Remove.
8119 * features/i386/i386-avx-mpx-linux.c: Remove.
8120 * features/i386/i386-linux.c: Remove.
8121 * features/i386/i386-mmx-linux.c: Remove.
8122 * features/i386/i386-mpx-linux.c: Remove.
8123
8124 2017-09-05 Yao Qi <yao.qi@linaro.org>
8125
8126 * Makefile.in (ALL_TARGET_OBS): Add i386.o.
8127 (SFILES): Add arch/i386.c.
8128 (HFILES_NO_SRCDIR): Add arch/i386.h.
8129 * arch/i386.c: New file.
8130 * arch/i386.h: New file.
8131 * arch/tdesc.h (allocate_target_description): Declare.
8132 (set_tdesc_architecture): Declare.
8133 (set_tdesc_osabi): Declare.
8134 * configure.tgt (i[34567]86-*-linux*): Add i386.o.
8135 * i386-linux-tdep.c: Don't include ../features/i386/32bit-XXX.c.
8136 include arch/i386.h.
8137 (i386_linux_read_description): Remove code and call
8138 i386_create_target_description.
8139 (set_tdesc_architecture): New function.
8140 (set_tdesc_osabi): New function.
8141 * target-descriptions.h (allocate_target_description): Remove.
8142
8143 2017-09-05 Yao Qi <yao.qi@linaro.org>
8144
8145 * arch/tdesc.h (tdesc_create_feature): Add an argument xml.
8146 * target-descriptions.c (tdesc_create_feature): Likewise, and
8147 adjust code.
8148 * features/i386/32bit-avx.c: Re-generated.
8149 * features/i386/32bit-avx512.c: Re-generated.
8150 * features/i386/32bit-core.c: Re-generated.
8151 * features/i386/32bit-linux.c: Re-generated.
8152 * features/i386/32bit-mpx.c: Re-generated.
8153 * features/i386/32bit-pkeys.c: Re-generated.
8154 * features/i386/32bit-sse.c: Re-generated.
8155
8156 2017-09-05 Yao Qi <yao.qi@linaro.org>
8157
8158 * regformats/regdef.h (struct reg): Override operator == and !=.
8159
8160 2017-09-05 Yao Qi <yao.qi@linaro.org>
8161
8162 * arch/tdesc.h: New file.
8163 * regformats/regdat.sh: Generate code using tdesc_create_reg.
8164 * target-descriptions.c: Update comments.
8165 * target-descriptions.h: Include "arch/tdesc.h". Remove the
8166 declarations.
8167 * features/i386/32bit-avx.c: Re-generated.
8168 * features/i386/32bit-avx512.c: Re-generated.
8169 * features/i386/32bit-core.c: Re-generated.
8170 * features/i386/32bit-linux.c: Re-generated.
8171 * features/i386/32bit-mpx.c: Re-generated.
8172 * features/i386/32bit-pkeys.c: Re-generated.
8173 * features/i386/32bit-sse.c: Re-generated.
8174
8175 2017-09-05 Yao Qi <yao.qi@linaro.org>
8176
8177 * regformats/regdat.sh: Update generated code.
8178
8179 2017-09-05 Yao Qi <yao.qi@linaro.org>
8180
8181 * regformats/regdat.sh: Adjust code order.
8182
8183 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8184
8185 * expprint.c (dump_subexp_body_standard): Use constant format
8186 string in fprintf_filtered call.
8187
8188 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8189
8190 * configure.nat: Add "x86-nat.o x86-dregs.o" for NetBSD/amd64 and
8191 NetBSD/i386.
8192 * x86-bsd-nat.c [!DBREG_DRX && __NetBSD__]: Define DBREG_DRX.
8193
8194 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8195
8196 * bsd-kvm.o: Make <sys/user.h> conditional on HAVE_SYS_USER_H.
8197
8198 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8199
8200 * bsd-kvm.o: Define _KMEMUSER.
8201 * configure.ac: Define _KMEMUSER when checking for "struct lwp".
8202 * configure: Regenerate.
8203
8204 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8205
8206 * amd64-fbsd-nat.c: Add include of "x86-xstate.h".
8207 * i386-fbsd-nat.c: Likewise.
8208
8209 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8210
8211 * unittests/array-view-selftests.c: Add include of <array>.
8212
8213 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8214
8215 * spu-tdep.c (flush_ea_cache): Add missing argument to
8216 call_function_by_hand.
8217
8218 2017-09-04 Pedro Alves <palves@redhat.com>
8219
8220 * NEWS (Safer support for debugging with no debug info): New.
8221
8222 2017-09-04 Pedro Alves <palves@redhat.com>
8223
8224 * c-exp.y (function_method, function_method_void): Add current
8225 instance flags to TYPE_INSTANCE.
8226 * dwarf2read.c (check_modifier): New.
8227 (compute_delayed_physnames): Assert that only C++ adds delayed
8228 physnames. Mark fn_fields as const/volatile depending on
8229 physname.
8230 * eval.c (make_params): New type_instance_flags parameter. Use
8231 it as the new type's instance flags.
8232 (evaluate_subexp_standard) <TYPE_INSTANCE>: Extract the instance
8233 flags element and pass it to make_params.
8234 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: Handle
8235 instance flags element.
8236 (dump_subexp_body_standard) <TYPE_INSTANCE>: Likewise.
8237 * gdbtypes.h: Include "enum-flags.h".
8238 (type_instance_flags): New enum-flags type.
8239 (TYPE_CONST, TYPE_VOLATILE, TYPE_RESTRICT, TYPE_ATOMIC)
8240 (TYPE_CODE_SPACE, TYPE_DATA_SPACE): Return boolean.
8241 * parse.c (operator_length_standard) <TYPE_INSTANCE>: Adjust.
8242 (follow_type_instance_flags): New function.
8243 (operator_check_standard) <TYPE_INSTANCE>: Adjust.
8244 * parser-defs.h (follow_type_instance_flags): Declare.
8245 * valops.c (value_struct_elt_for_reference): const/volatile must
8246 match too.
8247
8248 2017-09-04 Pedro Alves <palves@redhat.com>
8249
8250 * cp-namespace.c (cp_search_static_and_baseclasses): Handle
8251 function/method scopes; lookup the nested name as a function local
8252 static variable.
8253
8254 2017-09-04 Pedro Alves <palves@redhat.com>
8255
8256 (%type <voidval>): Add function_method.
8257 * c-exp.y (exp): New production for calls with no arguments.
8258 (function_method, function_method_void_or_typelist): New
8259 productions.
8260 (exp): New production for "method()::static_var".
8261 * eval.c (evaluate_subexp_standard): Handle OP_FUNC_STATIC_VAR.
8262 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
8263 Handle OP_FUNC_STATIC_VAR.
8264 * parse.c (operator_length_standard):
8265 Handle OP_FUNC_STATIC_VAR.
8266
8267 2017-09-04 Pedro Alves <palves@redhat.com>
8268
8269 * eval.c (evaluate_subexp_standard): Remove UNOP_MEMVAL_TLS
8270 handling.
8271 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
8272 Ditto.
8273 * parse.c (operator_length_standard, operator_check_standard):
8274 Ditto.
8275 * std-operator.def (UNOP_MEMVAL_TLS): Delete.
8276
8277 2017-09-04 Pedro Alves <palves@redhat.com>
8278
8279 * ax-gdb.c: Include "typeprint.h".
8280 (gen_expr_for_cast): New function.
8281 (gen_expr) <OP_CAST, OP_CAST_TYPE>: Use it.
8282 <OP_VAR_VALUE, OP_MSYM_VAR_VALUE>: Error out if the variable's
8283 type is unknown.
8284 * dwarf2read.c (new_symbol_full): Fallback to int instead of
8285 nodebug_data_symbol.
8286 * eval.c: Include "typeprint.h".
8287 (evaluate_subexp_standard) <OP_VAR_VALUE, OP_VAR_MSYM_VALUE>:
8288 Error out if symbol has unknown type.
8289 <UNOP_CAST, UNOP_CAST_TYPE>: Common bits factored out to
8290 evaluate_subexp_for_cast.
8291 (evaluate_subexp_for_address, evaluate_subexp_for_sizeof): Handle
8292 OP_VAR_MSYM_VALUE.
8293 (evaluate_subexp_for_cast): New function.
8294 * gdbtypes.c (init_nodebug_var_type): New function.
8295 (objfile_type): Use it to initialize types of variables with no
8296 debug info.
8297 * typeprint.c (error_unknown_type): New.
8298 * typeprint.h (error_unknown_type): New declaration.
8299 * compile/compile-c-types.c (convert_type_basic): Handle
8300 TYPE_CODE_ERROR; warn and fallback to int for variables with
8301 unknown type.
8302
8303 2017-09-04 Pedro Alves <palves@redhat.com>
8304
8305 * eval.c (evaluate_var_value): New function, factored out from ...
8306 (evaluate_subexp_standard): ... here.
8307
8308 2017-09-04 Pedro Alves <palves@redhat.com>
8309
8310 * eval.c (evaluate_subexp_standard) <UNOP_COMPLEMENT, UNOP_ADDR>:
8311 Remove useless assignments to 'op'.
8312
8313 2017-09-04 Pedro Alves <palves@redhat.com>
8314
8315 * eval.c (eval_skip_value): New function.
8316 (evaluate_subexp_standard): Use it.
8317
8318 2017-09-04 Pedro Alves <palves@redhat.com>
8319
8320 * eval.c (evaluate_subexp_standard): <OP_FUNCALL>: Extract
8321 function name from symbol/minsym and pass it to
8322 error_call_unknown_return_type.
8323
8324 2017-09-04 Pedro Alves <palves@redhat.com>
8325
8326 * ada-lang.c (resolve_subexp): Handle OP_VAR_MSYM_VALUE.
8327 * ax-gdb.c (gen_msym_var_ref): New function.
8328 (gen_expr): Handle OP_VAR_MSYM_VALUE.
8329 * eval.c (evaluate_var_msym_value): New function.
8330 * eval.c (evaluate_subexp_standard): Handle OP_VAR_MSYM_VALUE.
8331 <OP_FUNCALL>: Extract function name from symbol/minsym and pass it
8332 to call_function_by_hand.
8333 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
8334 Handle OP_VAR_MSYM_VALUE.
8335 (union exp_element) <msymbol>: New field.
8336 * minsyms.h (struct type): Forward declare.
8337 (find_minsym_type_and_address): Declare.
8338 * parse.c (write_exp_elt_msym): New function.
8339 (write_exp_msymbol): Delete, refactored as ...
8340 (find_minsym_type_and_address): ... this new function.
8341 (write_exp_msymbol): Reimplement using OP_VAR_MSYM_VALUE.
8342 (operator_length_standard, operator_check_standard): Handle
8343 OP_VAR_MSYM_VALUE.
8344 * std-operator.def (OP_VAR_MSYM_VALUE): New.
8345
8346 2017-09-04 Pedro Alves <palves@redhat.com>
8347
8348 * ada-lang.c (ada_evaluate_subexp) <TYPE_CODE_FUNC>: Don't handle
8349 TYPE_GNU_IFUNC specially here. Throw error if return type is
8350 unknown.
8351 * ada-typeprint.c (print_func_type): Handle functions with unknown
8352 return type.
8353 * c-typeprint.c (c_type_print_base): Handle functions and methods
8354 with unknown return type.
8355 * compile/compile-c-symbols.c (convert_symbol_bmsym)
8356 <mst_text_gnu_ifunc>: Use nodebug_text_gnu_ifunc_symbol.
8357 * compile/compile-c-types.c: Include "objfiles.h".
8358 (convert_func): For functions with unknown return type, warn and
8359 default to int.
8360 * compile/compile-object-run.c (compile_object_run): Adjust call
8361 to call_function_by_hand_dummy.
8362 * elfread.c (elf_gnu_ifunc_resolve_addr): Adjust call to
8363 call_function_by_hand.
8364 * eval.c (evaluate_subexp_standard): Adjust calls to
8365 call_function_by_hand. Handle functions and methods with unknown
8366 return type. Pass expect_type to call_function_by_hand.
8367 * f-typeprint.c (f_type_print_base): Handle functions with unknown
8368 return type.
8369 * gcore.c (call_target_sbrk): Adjust call to
8370 call_function_by_hand.
8371 * gdbtypes.c (objfile_type): Leave nodebug text symbol with NULL
8372 return type instead of int. Make nodebug_text_gnu_ifunc_symbol be
8373 an integer address type instead of nodebug.
8374 * guile/scm-value.c (gdbscm_value_call): Adjust call to
8375 call_function_by_hand.
8376 * infcall.c (error_call_unknown_return_type): New function.
8377 (call_function_by_hand): New "default_return_type" parameter.
8378 Pass it down.
8379 (call_function_by_hand_dummy): New "default_return_type"
8380 parameter. Use it instead of defaulting to int. If there's no
8381 default and the return type is unknown, throw an error. If
8382 there's a default return type, and the called function has no
8383 debug info, then assume the function is prototyped.
8384 * infcall.h (call_function_by_hand, call_function_by_hand_dummy):
8385 New "default_return_type" parameter.
8386 (error_call_unknown_return_type): New declaration.
8387 * linux-fork.c (call_lseek): Cast return type of lseek.
8388 (inferior_call_waitpid, checkpoint_command): Adjust calls to
8389 call_function_by_hand.
8390 * linux-tdep.c (linux_infcall_mmap, linux_infcall_munmap): Adjust
8391 calls to call_function_by_hand.
8392 * m2-typeprint.c (m2_procedure): Handle functions with unknown
8393 return type.
8394 * objc-lang.c (lookup_objc_class, lookup_child_selector)
8395 (value_nsstring, print_object_command): Adjust calls to
8396 call_function_by_hand.
8397 * p-typeprint.c (pascal_type_print_varspec_prefix): Handle
8398 functions with unknown return type.
8399 (pascal_type_print_func_varspec_suffix): New function.
8400 (pascal_type_print_varspec_suffix) <TYPE_CODE_FUNC,
8401 TYPE_CODE_METHOD>: Use it.
8402 * python/py-value.c (valpy_call): Adjust call to
8403 call_function_by_hand.
8404 * rust-lang.c (rust_evaluate_funcall): Adjust call to
8405 call_function_by_hand.
8406 * valarith.c (value_x_binop, value_x_unop): Adjust calls to
8407 call_function_by_hand.
8408 * valops.c (value_allocate_space_in_inferior): Adjust call to
8409 call_function_by_hand.
8410 * typeprint.c (type_print_unknown_return_type): New function.
8411 * typeprint.h (type_print_unknown_return_type): New declaration.
8412
8413 2017-09-04 Pedro Alves <palves@redhat.com>
8414
8415 * gdbtypes.c (lookup_function_type_with_arguments): Mark function
8416 types with more than one parameter as prototyped.
8417
8418 2017-09-04 Pedro Alves <palves@redhat.com>
8419
8420 * cli/cli-cmds.c (print_disassembly, disassemble_current_function)
8421 (disassemble_command): Use gdb_disassembly_flags instead of bare
8422 int.
8423 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn)
8424 (dump_insns, do_mixed_source_and_assembly_deprecated)
8425 (do_mixed_source_and_assembly, do_assembly_only, gdb_disassembly):
8426 Use gdb_disassembly_flags instead of bare int.
8427 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED, DISASSEMBLY_RAW_INSN)
8428 (DISASSEMBLY_OMIT_FNAME, DISASSEMBLY_FILENAME)
8429 (DISASSEMBLY_OMIT_PC, DISASSEMBLY_SOURCE)
8430 (DISASSEMBLY_SPECULATIVE): No longer macros. Instead they're...
8431 (enum gdb_disassembly_flag): ... values of this new enumeration.
8432 (gdb_disassembly_flags): Define.
8433 (gdb_disassembly)
8434 (gdb_pretty_print_disassembler::pretty_print_insn): Use it.
8435 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Use
8436 gdb_disassembly_flags instead of bare int.
8437 * record-btrace.c (btrace_insn_history)
8438 (record_btrace_insn_history, record_btrace_insn_history_range)
8439 (record_btrace_insn_history_from): Use gdb_disassembly_flags
8440 instead of bare int.
8441 * record.c (get_insn_history_modifiers, cmd_record_insn_history):
8442 Use gdb_disassembly_flags instead of bare int.
8443 * target-debug.h (target_debug_print_gdb_disassembly_flags):
8444 Define.
8445 * target-delegates.c: Regenerate.
8446 * target.c (target_insn_history, target_insn_history_from)
8447 (target_insn_history_range): Use gdb_disassembly_flags instead of
8448 bare int.
8449 * target.h: Include "disasm.h".
8450 (struct target_ops) <to_insn_history, to_insn_history_from,
8451 to_insn_history_range>: Use gdb_disassembly_flags instead of bare
8452 int.
8453 (target_insn_history, target_insn_history_from)
8454 (target_insn_history_range): Use gdb_disassembly_flags instead of
8455 bare int.
8456
8457 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8458
8459 * cli/cli-script.c (build_command_line): For if/while commands,
8460 check whether args is empty.
8461
8462 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8463
8464 * cli/cli-script.h (enum misc_command_type): Move from defs.h.
8465 (enum command_control_type): Likewise.
8466 (struct command_line): Likewise.
8467 (free_command_lines): Likewise.
8468 (struct command_lines_deleter): Likewise.
8469 (command_line_up): Likewise.
8470 (read_command_lines): Likewise.
8471 (read_command_lines_1): Likewise.
8472 * defs.h (enum misc_command_type): Move to cli/cli-script.h.
8473 (enum command_control_type): Likewise.
8474 (struct command_line): Likewise.
8475 (free_command_lines): Likewise.
8476 (struct command_lines_deleter): Likewise.
8477 (command_line_up): Likewise.
8478 (read_command_lines): Likewise.
8479 (read_command_lines_1): Likewise.
8480 * breakpoint.h: Include cli/cli-script.h.
8481 * extension-priv.h: Likewise.
8482 * gdbcmd.h: Likewise.
8483
8484 2017-09-04 Pedro Alves <palves@redhat.com>
8485
8486 * ada-lang.c (is_known_support_routine): Move sal declaration to
8487 where it is initialized.
8488 * breakpoint.c (create_internal_breakpoint, init_catchpoint)
8489 (parse_breakpoint_sals, decode_static_tracepoint_spec)
8490 (clear_command, update_static_tracepoint): Remove init_sal
8491 references. Move declarations closer to initializations.
8492 * cli/cli-cmds.c (list_command): Move sal declarations closer to
8493 initializations.
8494 * elfread.c (elf_gnu_ifunc_resolver_stop): Remove init_sal
8495 references. Move sal declarations closer to initializations.
8496 * frame.c (find_frame_sal): Return a symtab_and_line via function
8497 return instead of output parameter. Remove init_sal references.
8498 * frame.h (find_frame_sal): Return a symtab_and_line via function
8499 return instead of output parameter.
8500 * guile/scm-frame.c (gdbscm_frame_sal): Adjust.
8501 * guile/scm-symtab.c (stscm_make_sal_smob): Use in-place new
8502 instead of memset.
8503 (gdbscm_find_pc_line): Remove init_sal reference.
8504 * infcall.c (call_function_by_hand_dummy): Remove init_sal
8505 references. Move declarations closer to initializations.
8506 * infcmd.c (set_step_frame): Update. Move declarations closer to
8507 initializations.
8508 (finish_backward): Remove init_sal references. Move declarations
8509 closer to initializations.
8510 * infrun.c (process_event_stop_test, handle_step_into_function)
8511 (insert_hp_step_resume_breakpoint_at_frame)
8512 (insert_step_resume_breakpoint_at_caller): Likewise.
8513 * linespec.c (create_sals_line_offset, decode_digits_ordinary)
8514 (symbol_to_sal): Likewise.
8515 * probe.c (parse_probes_in_pspace): Remove init_sal reference.
8516 * python/py-frame.c (frapy_find_sal): Move sal declaration closer
8517 to its initialization.
8518 * reverse.c (save_bookmark_command): Use new/delete. Remove
8519 init_sal references. Move declarations closer to initializations.
8520 * source.c (get_current_source_symtab_and_line): Remove brace
8521 initialization.
8522 (set_current_source_symtab_and_line): Now takes the sal by const
8523 reference. Remove brace initialization.
8524 (line_info): Remove init_sal reference.
8525 * source.h (set_current_source_symtab_and_line): Now takes a
8526 symtab_and_line via const reference.
8527 * stack.c (set_current_sal_from_frame): Adjust.
8528 (print_frame_info): Adjust.
8529 (get_last_displayed_sal): Return the sal via function return
8530 instead of via output parameter. Simplify.
8531 (frame_info): Adjust.
8532 * stack.h (get_last_displayed_sal): Return the sal via function
8533 return instead of via output parameter.
8534 * symtab.c (init_sal): Delete.
8535 (find_pc_sect_line): Remove init_sal references. Move
8536 declarations closer to initializations.
8537 (find_function_start_sal): Remove init_sal references. Move
8538 declarations closer to initializations.
8539 * symtab.h (struct symtab_and_line): In-class initialize all
8540 fields.
8541 * tracepoint.c (set_traceframe_context)
8542 (print_one_static_tracepoint_marker): Remove init_sal references.
8543 Move declarations closer to initializations.
8544 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Adjust.
8545 * tui/tui-stack.c (tui_show_frame_info): Adjust. Move
8546 declarations closer to initializations.
8547 * tui/tui-winsource.c (tui_update_source_window_as_is): Remove
8548 init_sal references. Adjust.
8549
8550 2017-09-04 Pedro Alves <palves@redhat.com>
8551
8552 * ax-gdb.c (agent_command_1): Use range-for.
8553 * break-catch-throw.c (re_set_exception_catchpoint): Update.
8554 * breakpoint.c: Include "common/array-view.h".
8555 (init_breakpoint_sal, create_breakpoint_sal): Change sals
8556 parameter from struct symtabs_and_lines to
8557 array_view<symtab_and_line>. Adjust. Use range-for. Update.
8558 (breakpoint_sals_to_pc): Change sals parameter from struct
8559 symtabs_and_lines to std::vector reference.
8560 (check_fast_tracepoint_sals): Change sals parameter from struct
8561 symtabs_and_lines to std::array_view. Use range-for.
8562 (decode_static_tracepoint_spec): Return a std::vector instead of
8563 symtabs_and_lines. Update.
8564 (create_breakpoint): Update.
8565 (break_range_command, until_break_command, clear_command): Update.
8566 (base_breakpoint_decode_location, bkpt_decode_location)
8567 (bkpt_probe_create_sals_from_location)
8568 (bkpt_probe_decode_location, tracepoint_decode_location)
8569 (tracepoint_probe_decode_location)
8570 (strace_marker_create_sals_from_location): Return a std::vector
8571 instead of symtabs_and_lines.
8572 (strace_marker_create_breakpoints_sal): Update.
8573 (strace_marker_decode_location): Return a std::vector instead of
8574 symtabs_and_lines. Update.
8575 (update_breakpoint_locations): Change struct symtabs_and_lines
8576 parameters to gdb::array_view. Adjust.
8577 (location_to_sals): Return a std::vector instead of
8578 symtabs_and_lines. Update.
8579 (breakpoint_re_set_default): Use std::vector instead of struct
8580 symtabs_and_lines.
8581 (decode_location_default): Return a std::vector instead of
8582 symtabs_and_lines. Update.
8583 * breakpoint.h: Include "common/array-view.h".
8584 (struct breakpoint_ops) <decode_location>: Now returns a
8585 std::vector instead of returning a symtabs_and_lines via output
8586 parameter.
8587 (update_breakpoint_locations): Change sals parameters to use
8588 gdb::array_view.
8589 * cli/cli-cmds.c (edit_command, list_command): Update to use
8590 std::vector and gdb::array_view.
8591 (ambiguous_line_spec): Adjust to use gdb::array_view and
8592 range-for.
8593 (compare_symtabs): Rename to ...
8594 (cmp_symtabs): ... this. Change parameters to symtab_and_line
8595 const reference and adjust.
8596 (filter_sals): Rewrite using std::vector and standard algorithms.
8597 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Simplify.
8598 (jump_command): Update to use std::vector.
8599 * linespec.c (struct linespec_state) <canonical_names>: Update
8600 comment.
8601 (add_sal_to_sals_basic): Delete.
8602 (add_sal_to_sals, filter_results, convert_results_to_lsals)
8603 (decode_line_2, create_sals_line_offset)
8604 (convert_address_location_to_sals, convert_linespec_to_sals)
8605 (convert_explicit_location_to_sals, parse_linespec)
8606 (event_location_to_sals, decode_line_full, decode_line_1)
8607 (decode_line_with_current_source)
8608 (decode_line_with_last_displayed, decode_objc)
8609 (decode_digits_list_mode, decode_digits_ordinary, minsym_found)
8610 (linespec_result::~linespec_result): Adjust to use std::vector
8611 instead of symtabs_and_lines.
8612 * linespec.h (linespec_sals::sals): Now a std::vector.
8613 (struct linespec_result): Use std::vector, bool, and in-class
8614 initialization.
8615 (decode_line_1, decode_line_with_current_source)
8616 (decode_line_with_last_displayed): Return std::vector.
8617 * macrocmd.c (info_macros_command): Use std::vector.
8618 * mi/mi-main.c (mi_cmd_trace_find): Use std::vector.
8619 * probe.c (parse_probes_in_pspace, parse_probes): Adjust to use
8620 std::vector.
8621 * probe.h (parse_probes): Return a std::vector.
8622 * python/python.c (gdbpy_decode_line): Use std::vector and
8623 gdb::array_view.
8624 * source.c (select_source_symtab, line_info): Use std::vector.
8625 * stack.c (func_command): Use std::vector.
8626 * symtab.h (struct symtabs_and_lines): Delete.
8627 * tracepoint.c (tfind_line_command, scope_info): Use std::vector.
8628
8629 2017-09-04 Pedro Alves <palves@redhat.com>
8630
8631 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
8632 unittests/array-view-selftests.c.
8633 (SUBDIR_UNITTESTS_OBS): Add array-view-selftests.o.
8634 * common/array-view.h: New file.
8635 * unittests/array-view-selftests.c: New file.
8636
8637 2017-09-04 Pedro Alves <palves@redhat.com>
8638
8639 * cli/cli-cmds.c (edit_command): Pass message to
8640 ambiguous_line_spec.
8641 (list_command): Pass message to ambiguous_line_spec. Say
8642 "first"/"last" instead of "start" and "end" to be consistent with
8643 the manual.
8644 (ambiguous_line_spec): Add 'format' and vararg parameters. Use
8645 them to print formatted message.
8646
8647 2017-09-04 Pedro Alves <palves@redhat.com>
8648
8649 * btrace.c (ftrace_add_pt): Pass btrace_insn to
8650 ftrace_update_insns by reference instead of pointer.
8651
8652 2017-09-04 Yao Qi <yao.qi@linaro.org>
8653
8654 * i386-go32-tdep.c: Include x86-xstate.h.
8655 (i386_go32_init_abi): Call i386_target_description.
8656 * i386-tdep.c (i386_target_description): Return tdesc_i386_mmx
8657 if xcr0 is X86_XSTATE_X87_MASK.
8658 * i386-tdep.h (tdesc_i386): Remove the declaration.
8659 (tdesc_i386_mmx): Likewise.
8660
8661 2017-09-04 Yao Qi <yao.qi@linaro.org>
8662
8663 * i386-fbsd-tdep.c (i386fbsd_core_read_xcr0): Return
8664 X86_XSTATE_SSE_MASK instead of 0.
8665
8666 2017-09-04 Yao Qi <yao.qi@linaro.org>
8667
8668 * amd64-fbsd-nat.c (amd64fbsd_read_description): Call
8669 i386_target_description.
8670 * i386-fbsd-nat.c (i386fbsd_read_description): Call
8671 i386_target_description.
8672 * i386-tdep.c (i386_gdbarch_init): Likewise.
8673
8674 2017-09-04 Yao Qi <yao.qi@linaro.org>
8675
8676 * amd64-darwin-tdep.c: Include "x86-xstate.h".
8677 (x86_darwin_init_abi_64): Call amd64_target_description.
8678 * amd64-dicos-tdep.c: Likewise.
8679 * amd64-fbsd-nat.c: Likewise.
8680 * amd64-fbsd-tdep.c: Likewise.
8681 * amd64-nbsd-tdep.c: Likewise.
8682 * amd64-obsd-tdep.c: Likewise.
8683 * amd64-sol2-tdep.c: Likewise.
8684 * amd64-windows-tdep.c: Likewise.
8685 * amd64-tdep.h (tdesc_amd64): Remove the declaration.
8686
8687 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8688
8689 * btrace.h (btrace_insn_s, DEF_VEC_O (btrace_insn_s)): Remove.
8690 (btrace_function) <insn>: Change type to use std::vector.
8691 * btrace.c (ftrace_debug, ftrace_call_num_insn,
8692 ftrace_find_call, ftrace_new_gap, ftrace_update_function,
8693 ftrace_update_insns, ftrace_compute_global_level_offset,
8694 btrace_stitch_bts, btrace_clear, btrace_insn_get,
8695 btrace_insn_end, btrace_insn_next, btrace_insn_prev): Adjust to
8696 change to std::vector.
8697 (ftrace_update_insns): Adjust to change to std::vector, change
8698 type of INSN parameter.
8699 (btrace_compute_ftrace_bts): Adjust call to ftrace_update_insns.
8700 * record-btrace.c (btrace_call_history_insn_range,
8701 btrace_compute_src_line_range,
8702 record_btrace_frame_prev_register): Adjust to change to
8703 std::vector.
8704 * python/py-record-btrace.c (recpy_bt_func_instructions): Adjust
8705 to change to std::vector.
8706
8707 2017-09-03 Tom Tromey <tom@tromey.com>
8708
8709 * corefile.c (reopen_exec_file): Use std::string.
8710
8711 2017-09-03 Tom Tromey <tom@tromey.com>
8712
8713 * compile/compile.c (compile_register_name_mangled): Return
8714 std::string.
8715 * compile/compile-loc2c.c (pushf_register_address): Update.
8716 (pushf_register): Update.
8717 * compile/compile-c-types.c (convert_array): Update.
8718 * compile/compile-c-symbols.c (generate_vla_size): Update.
8719 (error_symbol_once): Use a gdb::unique_xmalloc_ptr.
8720 (symbol_substitution_name): Return a gdb::unique_xmalloc_ptr.
8721 (convert_one_symbol): Update.
8722 (generate_c_for_for_one_variable): Update.
8723 * compile/compile-c-support.c (c_get_range_decl_name): Return a
8724 std::string.
8725 (generate_register_struct): Update.
8726 * compile/compile-internal.h (c_get_range_decl_name): Return a
8727 std::string.
8728 (compile_register_name_mangled): Return std::string.
8729
8730 2017-09-03 Tom Tromey <tom@tromey.com>
8731
8732 * utils.c (perror_string): Return a std::string.
8733 (throw_perror_with_name, perror_warning_with_name): Update.
8734
8735 2017-09-03 Tom Tromey <tom@tromey.com>
8736
8737 * demangle.c (demangle_command): Use std::string,
8738 unique_xmalloc_ptr.
8739
8740 2017-09-03 Tom Tromey <tom@tromey.com>
8741
8742 * cli/cli-setshow.c (do_set_command): Use std::string.
8743
8744 2017-09-03 Tom Tromey <tom@tromey.com>
8745
8746 * cli/cli-cmds.c (cd_command): Use gdb::unique_xmalloc_ptr.
8747
8748 2017-09-03 Tom Tromey <tom@tromey.com>
8749
8750 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use std::string.
8751
8752 2017-09-03 Tom Tromey <tom@tromey.com>
8753
8754 * mi/mi-cmd-env.c (env_execute_cli_command): Use
8755 gdb::unique_xmalloc_ptr.
8756
8757 2017-09-03 Tom Tromey <tom@tromey.com>
8758
8759 * thread.c (print_thread_info_1): Use string_printf.
8760 (thread_apply_command, thread_apply_all_command): Use
8761 std::string.
8762
8763 2017-09-03 Tom Tromey <tom@tromey.com>
8764
8765 * valprint.c (val_print_string): Update.
8766 * gdbcore.h (memory_error_message): Return std::string.
8767 * corefile.c (memory_error_message): Return std::string.
8768 (memory_error): Update.
8769 * breakpoint.c (insert_bp_location): Update.
8770
8771 2017-09-03 Simon Marchi <simon.marchi@ericsson.com>
8772
8773 * target/waitstatus.h (target_waitstatus_to_string): Change
8774 return type to std::string.
8775 * target/waitstatus.c (target_waitstatus_to_string): Return
8776 std::string.
8777 * target.h (target_waitstatus_to_string): Remove declaration.
8778 * infrun.c (resume, clear_proceed_status_thread,
8779 print_target_wait_results, do_target_wait, save_waitstatus,
8780 stop_all_threads): Adjust.
8781 * record-btrace.c (record_btrace_wait): Adjust.
8782 * target-debug.h
8783 (target_debug_print_struct_target_waitstatus_p): Adjust.
8784
8785 2017-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8786
8787 PR gdb/22046
8788 * nat/linux-procfs.c (parse_proc_status_state): Fix PROC_STATE_STOPPED
8789 detection.
8790
8791 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8792
8793 * NEWS (Changes since GDB 8.0): Add entry mentioning new support
8794 for setting/unsetting environment variables on the remote target.
8795 (New remote packets): Add entries for QEnvironmentHexEncoded,
8796 QEnvironmentUnset and QEnvironmentReset.
8797 * common/environ.c (gdb_environ::operator=): Extend method to
8798 handle m_user_set_env_list and m_user_unset_env_list.
8799 (gdb_environ::clear): Likewise.
8800 (match_var_in_string): Change type of first parameter from 'char
8801 *' to 'const char *'.
8802 (gdb_environ::set): Extend method to handle
8803 m_user_set_env_list and m_user_unset_env_list.
8804 (gdb_environ::unset): Likewise.
8805 (gdb_environ::clear_user_set_env): New method.
8806 (gdb_environ::user_set_envp): Likewise.
8807 (gdb_environ::user_unset_envp): Likewise.
8808 * common/environ.h (gdb_environ): Handle m_user_set_env_list and
8809 m_user_unset_env_list on move constructor/assignment.
8810 (unset): Add new default parameter 'update_unset_list = true'.
8811 (clear_user_set_env): New method.
8812 (user_set_envp): Likewise.
8813 (user_unset_envp): Likewise.
8814 (m_user_set_env_list): New std::set.
8815 (m_user_unset_env_list): Likewise.
8816 * common/rsp-low.c (hex2str): New function.
8817 (bin2hex): New overload for bin2hex function.
8818 * common/rsp-low.c (hex2str): New prototype.
8819 (str2hex): New overload prototype.
8820 * remote.c: Include "environ.h". Add QEnvironmentHexEncoded,
8821 QEnvironmentUnset and QEnvironmentReset.
8822 (remote_protocol_features): Add QEnvironmentHexEncoded,
8823 QEnvironmentUnset and QEnvironmentReset packets.
8824 (send_environment_packet): New function.
8825 (extended_remote_environment_support): Likewise.
8826 (extended_remote_create_inferior): Call
8827 extended_remote_environment_support.
8828 (_initialize_remote): Add QEnvironmentHexEncoded,
8829 QEnvironmentUnset and QEnvironmentReset packet configs.
8830 * unittests/environ-selftests.c (gdb_selftest_env_var):
8831 New variable.
8832 (test_vector_initialization): New function.
8833 (test_init_from_host_environ): Likewise.
8834 (test_reinit_from_host_environ): Likewise.
8835 (test_set_A_unset_B_unset_A_cannot_find_A_can_find_B):
8836 Likewise.
8837 (test_unset_set_empty_vector): Likewise.
8838 (test_vector_clear): Likewise.
8839 (test_std_move): Likewise.
8840 (test_move_constructor):
8841 (test_self_move): Likewise.
8842 (test_set_unset_reset): Likewise.
8843 (run_tests): Rewrite in terms of the functions above.
8844
8845 2017-08-31 Weimin Pan <weimin.pan@oracle.com>
8846
8847 * sparc64-tdep.c (adi_stat_t): Fix comment formatting.
8848 (adi_available): Use a temp variable of type CORE_ADDR as argument
8849 3 when calling target_auxv_search.
8850 (adi_normalize_address): Use masks and xor operators to calculate
8851 normalized address.
8852 (adi_read_versions, adi_write_versions, adi_print_versions)
8853 (do_examine, do_assign): Use paddress.
8854
8855 2017-08-29 John Baldwin <jhb@FreeBSD.org>
8856
8857 * mips-fbsd-nat.c (getfpregs_supplies): Return true for FIR.
8858 * mips-fbsd-tdep.c (mips_fbsd_supply_fpregs): Split supply of FSR
8859 out of loop and add supply of FIR.
8860 (mips_fbsd_collect_fpregs): Split collect of FSR out of loop and
8861 add collect of FIR.
8862
8863 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8864
8865 PR gdb/21827
8866 * cli/cli-script.c (define_command): Don't convert command name
8867 to lower case.
8868
8869 2017-08-25 Joel Brobecker <brobecker@adacore.com>
8870
8871 * ada-lang.c (ada_lookup_struct_elt_type): Remove parameter "dispp".
8872 Update all callers accordingly. Remove all code blocks handling
8873 the case where DISPP is not NULL.
8874
8875 2017-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8876
8877 PR symtab/22003
8878 * dwarf2read.c (dwarf2_const_value_attr, dump_die_shallow)
8879 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
8880 (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_implicit_const.
8881
8882 2017-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8883
8884 * dwarf2read.c (build_type_psymtabs_reader): New prototype.
8885 (process_psymtab_comp_unit): Accept IS_DEBUG_TYPES.
8886 (read_comp_units_from_section): New parameter abbrev_section, use
8887 read_and_check_comp_unit_head, allocate signatured_type if needed.
8888 (create_all_comp_units): Update read_comp_units_from_section caller.
8889
8890 2017-08-23 Pedro Alves <palves@redhat.com>
8891
8892 PR remote/21852
8893 * remote.c (add_current_inferior_and_thread): Set inferior_ptid
8894 to null_ptid and switch to thread without reading the registers
8895 after adding the inferior.
8896
8897 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8898
8899 * NEWS (Changes since GDB 8.0): Add set compile-gcc and show
8900 compile-gcc.
8901 * compile/compile.c (compile_gcc, show_compile_gcc): New.
8902 (compile_to_object): Implement compile_gcc.
8903 (_initialize_compile): Install "set compile-gcc". Initialize
8904 compile_gcc.
8905
8906 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8907
8908 * compile/compile.c (compile_to_object): Conditionally call
8909 set_verbose. Conditionally call compile or compile_v0.
8910
8911 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8912
8913 * sparc64-tdep.h: (adi_normalize_address): New export.
8914 * sparc-nat.h: (open_adi_tag_fd): New export.
8915 * sparc64-linux-nat.c: (open_adi_tag_fd): New function.
8916 * sparc64-linux-tdep.c:
8917 (SEGV_ACCADI, SEGV_ADIDERR, SEGV_ADIPERR) New defines.
8918 (sparc64_linux_handle_segmentation_fault): New function.
8919 (sparc64_linux_init_abi): Register
8920 sparc64_linux_handle_segmentation_fault
8921 * sparc64-tdep.c: Include cli-utils.h,gdbcmd.h,auxv.h.
8922 (sparc64_addr_bits_remove): New function.
8923 (sparc64_init_abi): Register sparc64_addr_bits_remove.
8924 (MAX_PROC_NAME_SIZE): New macro.
8925 (AT_ADI_BLKSZ, AT_ADI_NBITS, AT_ADI_UEONADI) New defines.
8926 (sparc64adilist): New variable.
8927 (adi_proc_list): New variable.
8928 (find_adi_info): New function.
8929 (add_adi_info): New function.
8930 (get_adi_info_proc): New function.
8931 (get_adi_info): New function.
8932 (info_adi_command): New function.
8933 (read_maps_entry): New function.
8934 (adi_available): New function.
8935 (adi_normalize_address): New function.
8936 (adi_align_address): New function.
8937 (adi_convert_byte_count): New function.
8938 (adi_tag_fd): New function.
8939 (adi_is_addr_mapped): New function.
8940 (adi_read_versions): New function.
8941 (adi_write_versions): New function.
8942 (adi_print_versions): New function.
8943 (do_examine): New function.
8944 (do_assign): New function.
8945 (adi_examine_command): New function.
8946 (adi_assign_command): New function.
8947 (_initialize_sparc64_adi_tdep): New function.
8948
8949 2017-08-22 Simon Marchi <simon.marchi@ericsson.com>
8950
8951 * breakpoint.c (breakpoints_info): Rename to ...
8952 (info_breakpoints_command): ... this.
8953 (watchpoints_info): Rename to ...
8954 (info_watchpoints_command): ... this.
8955 (tracepoints_info): Rename to ...
8956 (info_tracepoints_command): ... this.
8957 (_initialize_breakpoint): Adjust.
8958 * dcache.c (dcache_info): Rename to ...
8959 (info_display_command): ... this.
8960 (_initialize_dcache): Adjust.
8961 * frame.h (args_info): Rename to ...
8962 (info_args_command): ... this.
8963 (locals_info): Rename to ...
8964 (info_locals_command): ... this.
8965 * infcmd.c (nofp_registers_info): Rename to ...
8966 (info_registers_command): ... this.
8967 (float_info): Rename to ...
8968 (info_float_command): ... this.
8969 (program_info): Rename to ...
8970 (info_program_command): ... this.
8971 (all_registers_info): Rename to ...
8972 (info_all_registers_command): ... this.
8973 (vector_info): Rename to ...
8974 (info_vector_command): ... this.
8975 (float_info): Rename to ...
8976 (info_float_command): ... this.
8977 (_initialize_infcmd): Adjust.
8978 * inferior.h (term_info): Rename to ...
8979 (info_terminal_command): ... this.
8980 * inflow.c (term_info): Rename to ...
8981 (info_terminal_command): ... this.
8982 (_initialize_inflow): Adjust.
8983 * infrun.c (signals_info): Rename to ...
8984 (info_signals_command): ... this.
8985 (_initialize_infrun): Adjust.
8986 * objc-lang.c (classes_info): Rename to ...
8987 (info_classes_command): ... this.
8988 (selectors_info): Rename to ...
8989 (info_selectors_command): ... this.
8990 (_initialize_objc_language): Adjust.
8991 * printcmd.c (sym_info): Rename to ...
8992 (info_symbol_command): ... this.
8993 (address_info): Rename to ...
8994 (info_address_command): ... this.
8995 (display_info): Rename to ...
8996 (info_display_command): ... this.
8997 (_initialize_printcmd): Adjust.
8998 * reverse.c (bookmarks_info): Rename to ...
8999 (info_breakpoints_command): ... this.
9000 (_initialize_reverse): Adjust.
9001 * ser-go32.c (dos_info): Rename to ...
9002 (info_serial_command): ... this.
9003 (_initialize_ser_dos): Adjust.
9004 * skip.c (skip_info): Rename to ...
9005 (info_skip_command): ... this.
9006 (_initialize_step_skip): Adjust.
9007 * source.c (line_info): Rename to ...
9008 (info_line_command): ... this.
9009 (source_info): Rename to ...
9010 (info_source_command)
9011 * stack.c (frame_info): Rename to ...
9012 (info_frame_command): ... this.
9013 (locals_info): Rename to ...
9014 (info_locals_command): ... this.
9015 (args_info): Rename to ...
9016 (info_args_command): ... this.
9017 (_initialize_stack): Adjust.
9018 * symtab.c (sources_info): Rename to ...
9019 (info_sources_command): ... this.
9020 (variables_info): Rename to ...
9021 (info_variables_command): ... this.
9022 (functions_info): Rename to ...
9023 (info_functions_command): ... this.
9024 (types_info): Rename to ...
9025 (info_types_command): ... this.
9026 (_initialize_symtab): Adjust.
9027 * target.c (target_info): Rename to ...
9028 (info_target_command): ... this.
9029 (initialize_targets): Adjust.
9030 * tracepoint.c (tvariables_info): Rename to ...
9031 (info_tvariables_command): ... this.
9032 (scope_info): Rename to ...
9033 (info_scope_command): ... this.
9034 (trace_dump_actions): Adjust.
9035 (_initialize_tracepoint): Adjust.
9036
9037 2017-08-22 Tom Tromey <tom@tromey.com>
9038
9039 * breakpoint.h (install_breakpoint): Update.
9040 * breakpoint.c (add_solib_catchpoint): Update.
9041 (install_breakpoint): Change argument to a std::unique_ptr.
9042 (create_fork_vfork_event_catchpoint): Use std::unique_ptr.
9043 (create_breakpoint_sal, create_breakpoint): Update.
9044 (watch_command_1, catch_exec_command_1)
9045 (strace_marker_create_breakpoints_sal): Use std::unique_ptr.
9046 (add_to_breakpoint_chain): Change argument to a std::unique_ptr.
9047 Return the breakpoint.
9048 (set_raw_breakpoint_without_location, set_raw_breakpoint)
9049 (new_single_step_breakpoint): Update.
9050 * break-catch-throw.c (handle_gnu_v3_exceptions): Use
9051 std::unique_ptr.
9052 * break-catch-syscall.c (create_syscall_event_catchpoint): Use
9053 std::unique_ptr.
9054 * break-catch-sig.c (create_signal_catchpoint): Use
9055 std::unique_ptr.
9056 * ada-lang.c (create_ada_exception_catchpoint): Use
9057 std::unique_ptr.
9058
9059 2017-08-22 Tom Tromey <tom@tromey.com>
9060
9061 * breakpoint.c (add_solib_catchpoint): Use std::unique_ptr.
9062
9063 2017-08-22 Tom Tromey <tom@tromey.com>
9064
9065 * psymtab.c (psymtab_search_name): Return a unique_xmalloc_ptr.
9066 (lookup_partial_symbol): Update.
9067
9068 2017-08-22 Tom Tromey <tom@tromey.com>
9069
9070 * source.h (rewrite_source_path): Return a unique_xmalloc_ptr.
9071 * source.c (rewrite_source_path): Return a unique_xmalloc_ptr.
9072 (find_and_open_source, symtab_to_fullname): Update.
9073 * psymtab.c (psymtab_to_fullname): Update.
9074
9075 2017-08-22 Tom Tromey <tom@tromey.com>
9076
9077 * exec.c (exec_file_attach): Update.
9078 * linux-thread-db.c (try_thread_db_load): Update.
9079 * guile/scm-safe-call.c (gdbscm_safe_source_script): Update.
9080 * utils.c (gdb_realpath): Change return type.
9081 (gdb_realpath_keepfile): Update.
9082 (gdb_realpath_check_trailer, gdb_realpath_tests): New functions.
9083 (_initialize_utils): Register the new self test.
9084 * source.c (openp): Update.
9085 (find_and_open_source): Update.
9086 * nto-tdep.c (nto_find_and_open_solib): Update.
9087 * main.c (set_gdb_data_directory): Update.
9088 (captured_main_1): Update.
9089 * dwarf2read.c (dwarf2_get_dwz_file): Update
9090 (dw2_map_symbol_filenames): Update.
9091 * auto-load.c (auto_load_safe_path_vec_update): Update.
9092 (filename_is_in_auto_load_safe_path_vec): Change type of
9093 "filename_realp".
9094 (auto_load_objfile_script): Update.
9095 (file_is_auto_load_safe): Update. Use std::string.
9096 * utils.h (gdb_realpath): Return a gdb::unique_xmalloc_ptr.
9097
9098 2017-08-22 Tom Tromey <tom@tromey.com>
9099
9100 * utils.c (gdb_realpath_keepfile): Return a
9101 gdb::unique_xmalloc_ptr.
9102 * exec.c (exec_file_attach): Update.
9103 * utils.h (gdb_realpath_keepfile): Return a
9104 gdb::unique_xmalloc_ptr.
9105
9106 2017-08-22 Tom Tromey <tom@tromey.com>
9107
9108 * compile/compile.c (compile_file_command): Use
9109 gdb::unique_xmalloc_ptr, std::string.
9110 * utils.c (gdb_abspath): Change return type.
9111 * source.c (openp): Update.
9112 * objfiles.c (allocate_objfile): Update.
9113 * main.c (set_gdb_data_directory): Update.
9114 * utils.h (gdb_abspath): Return a gdb::unique_xmalloc_ptr.
9115
9116 2017-08-22 Zhouyi Zhou <zhouzhouyi@gmail.com>
9117
9118 * cli-cmds.c (list_commands): List actual code around more than
9119 one location.
9120
9121 2017-08-21 John Baldwin <jhb@FreeBSD.org>
9122
9123 * fbsd-nat.c (fbsd_add_threads): Use array type for `lwps'.
9124
9125 2017-08-21 Pedro Alves <palves@redhat.com>
9126
9127 PR gdb/19487
9128 * c-exp.y (variable production): Handle function aliases.
9129 * minsyms.c (msymbol_is_text): New function.
9130 * minsyms.h (msymbol_is_text): Declare.
9131 * symtab.c (find_function_alias_target): New function.
9132 * symtab.h (find_function_alias_target): Declare.
9133
9134 2017-08-21 Pedro Alves <palves@redhat.com>
9135
9136 * eval.c (evaluate_subexp_standard) <OP_TYPE>: Don't dig past
9137 typedefs.
9138 * typeprint.c (whatis_exp): If handling "whatis", and expression
9139 is OP_TYPE, strip one typedef level. Otherwise don't strip
9140 typedefs here.
9141 * valops.c (value_cast): Save "to" type before resolving
9142 stubs/typedefs. Use that type as resulting value's type.
9143
9144 2017-08-18 Tom Tromey <tom@tromey.com>
9145 Pedro Alves <palves@redhat.com>
9146
9147 * spu-multiarch.c (parse_spufs_run): Use scoped_restore.
9148 * sol-thread.c (sol_thread_resume, sol_thread_wait)
9149 (sol_thread_xfer_partial, rw_common): Use scoped_restore.
9150 * procfs.c (procfs_do_thread_registers): Use scoped_restore.
9151 * proc-service.c (ps_xfer_memory): Use scoped_restore.
9152 * linux-tdep.c (linux_corefile_thread): Remove a cleanup.
9153 (linux_get_siginfo_data): Add "thread" argument. Use
9154 scoped_restore.
9155 * linux-nat.c (linux_child_follow_fork)
9156 (check_stopped_by_watchpoint): Use scoped_restore.
9157 * infrun.c (displaced_step_prepare_throw, write_memory_ptid)
9158 (THREAD_STOPPED_BY, handle_signal_stop): Use scoped_restore.
9159 (restore_inferior_ptid, save_inferior_ptid): Remove.
9160 * btrace.c (btrace_fetch): Use scoped_restore.
9161 * bsd-uthread.c (bsd_uthread_fetch_registers)
9162 (bsd_uthread_store_registers): Use scoped_restore.
9163 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
9164 scoped_restore.
9165 * aix-thread.c (aix_thread_resume, aix_thread_wait)
9166 (aix_thread_xfer_partial): Use scoped_restore.
9167 * inferior.h (save_inferior_ptid): Remove.
9168
9169 2017-08-18 Yao Qi <yao.qi@linaro.org>
9170
9171 PR tdep/21818
9172 * arm-tdep.c (gdb_print_insn_arm): Mark
9173 USER_SPECIFIED_MACHINE_TYPE if exec_bfd isn't NULL.
9174
9175 2017-08-18 Yao Qi <yao.qi@linaro.org>
9176
9177 * NEWS: Mention GDBserver's new option "--selftest".
9178 * Makefile.in (SFILES): Remove selftest.c, add common/selftest.c.
9179 * selftest.c: Move it to common/selftest.c.
9180 * selftest.h: Move it to common/selftest.h.
9181 * selftest-arch.c (reset): New function.
9182 (tests_with_arch): Call reset.
9183
9184 2017-08-18 Yao Qi <yao.qi@linaro.org>
9185
9186 * selftest.c (run_tests): Don't call QUIT. Call debug_printf
9187 instead of exception_fprintf and printf_filtered.
9188
9189 2017-08-18 Yao Qi <yao.qi@linaro.org>
9190
9191 * selftest.c (register_self_test): Rename it to
9192 selftests::register_test.
9193 (run_self_tests): selftest::run_tests.
9194 * selftest.h: Update declarations.
9195 * selftest-arch.c (register_self_test_foreach_arch): Rename it to
9196 selftests::register_test_foreach_arch.
9197 * selftest-arch.h: Update declaration.
9198 * aarch64-tdep.c: Update.
9199 * arm-tdep.c: Likewise.
9200 * disasm-selftests.c: Likewise.
9201 * dwarf2loc.c: Likewise.
9202 * dwarf2-frame.c: Likewise.
9203 * findvar.c: Likewise.
9204 * gdbarch-selftests.c: Likewise.
9205 * maint.c (maintenance_selftest): Likewise.
9206 * regcache.c: Likewise.
9207 * rust-exp.y: Likewise.
9208 * selftest-arch.c: Likewise.
9209 * unittests/environ-selftests.c: Likewise.
9210 * unittests/function-view-selftests.c: Likewise.
9211 * unittests/offset-type-selftests.c: Likewise.
9212 * unittests/optional-selftests.c: Likewise.
9213 * unittests/scoped_restore-selftests.c: Likewise.
9214 * utils-selftests.c: Likewise.
9215
9216 2017-08-17 Pedro Alves <palves@redhat.com>
9217
9218 * cli/cli-cmds.c (source_command): Delete 'old_source_verbose'
9219 local.
9220
9221 2017-08-17 Pedro Alves <palves@redhat.com>
9222
9223 * dwarf2read.c (struct dwarf2_cu) <line_header_die_owner>: New
9224 field.
9225 (reset_die_in_process): Delete, replaced by ...
9226 (process_die_scope): ... this new class. Make it responsible for
9227 freeing cu->line_header too.
9228 (process_die): Use process_die_scope.
9229 (handle_DW_AT_stmt_list): Record the line header's owner CU/DIE in
9230 cu->line_header_die_owner. Don't release the line header if it's
9231 owned by the CU.
9232 (setup_type_unit_groups): Make the CU/DIE own the line header.
9233 Don't release the line header here.
9234
9235 2017-08-17 Alex Lindsay <alexlindsay239@gmail.com> (tiny change)
9236
9237 * elfread.c (elf_read_minimal_symbols): xfree synthsyms.
9238
9239 2017-08-17 Ruslan Kabatsayev <b7.10110111@gmail.com>
9240
9241 * NEWS: Mention new shortcuts for nexti and stepi in TUI
9242 Single-Key mode
9243
9244 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
9245
9246 * tui/tui.c (tui_commands): Add "nexti" and "stepi" to the Single-Key
9247 mode command list.
9248
9249 2017-08-15 Stafford Horne <shorne@gmail.com>
9250
9251 * MAINTAINERS (Write After Approval): Add Stafford Horne.
9252
9253 2017-08-15 Stafford Horne <shorne@gmail.com>
9254
9255 * xtensa-tdep.c (xtensa_init_reggroups): Use xstrdup for cpname.
9256
9257 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9258
9259 PR gdb/21954
9260 * infcmd.c (unset_environment_command): Use the 'clear' method on
9261 the environment instead of resetting it.
9262
9263 2017-08-15 John Baldwin <jhb@FreeBSD.org>
9264
9265 * fbsd-nat.c (fbsd_convert_siginfo): Fix compile on big-endian
9266 platforms.
9267
9268 2017-08-14 Tom Tromey <tom@tromey.com>
9269
9270 * valprint.c (print_octal_chars): Use HOST_CHAR_BIT.
9271 (print_binary_chars): Likewise.
9272 (BITS_IN_BYTES): Remove.
9273
9274 2017-08-14 Tom Tromey <tom@tromey.com>
9275
9276 PR gdb/21675
9277 * valprint.c (LOW_ZERO): Change value to 034.
9278 (print_octal_chars): Add static_asserts for octal constants.
9279 * printcmd.c (print_scalar_formatted): Add 'd' case.
9280
9281 2017-08-11 Tom Tromey <tom@tromey.com>
9282
9283 * symfile.c (add_symbol_file_command): Use std::vector.
9284
9285 2017-08-14 Tom Tromey <tom@tromey.com>
9286
9287 * break-catch-throw.c (handle_gnu_v3_exceptions): Use std::move.
9288 * break-catch-syscall.c (create_syscall_event_catchpoint): Use
9289 std::move.
9290 * break-catch-sig.c (create_signal_catchpoint): Use std::move.
9291
9292 2017-08-11 Pedro Alves <palves@redhat.com>
9293
9294 * infrun.c (process_event_stop_test): Adjust
9295 function_name_is_marked_for_skip call.
9296 * skip.c: Include <list>.
9297 (skiplist_entry): Make it a class with private fields, and
9298 getters/setters.
9299 (skiplist_entry_chain): Delete.
9300 (skiplist_entries): New.
9301 (skiplist_entry_count): Delete.
9302 (highest_skiplist_entry_num): New.
9303 (ALL_SKIPLIST_ENTRIES, ALL_SKIPLIST_ENTRIES_SAFE): Delete.
9304 (add_skiplist_entry): Delete.
9305 (skiplist_entry::skiplist_entry): New.
9306 (skiplist_entry::add_entry): New.
9307 (skip_file_command, skip_function): Adjust.
9308 (compile_skip_regexp): Delete.
9309 (skip_command): Don't compile regexp here. Adjust to use
9310 skiplist_entry::add_entry.
9311 (skip_info): Adjust to use range-for and getters.
9312 (skip_enable_command, skip_disable_command): Adjust to use
9313 range-for and setters.
9314 (skip_delete_command): Adjust to use std::list.
9315 (add_skiplist_entry): Delete.
9316 (skip_file_p): Delete, refactored as ...
9317 (skiplist_entry::do_skip_file_p): ... this new method.
9318 (skip_gfile_p): Delete, refactored as ...
9319 (skiplist_entry::do_gskip_file_p): ... this new method.
9320 (skip_function_p, skip_rfunction_p): Delete, refactored as ...
9321 (skiplist_entry::skip_function_p): ... this new method.
9322 (function_name_is_marked_for_skip): Now returns bool, and takes
9323 the function sal by const reference. Adjust to use range-for and
9324 skiplist_entry methods.
9325 (_initialize_step_skip): Remove references to
9326 skiplist_entry_chain, skiplist_entry_count.
9327 * skip.h (function_name_is_marked_for_skip): Now returns bool, and
9328 takes the function sal by const reference.
9329
9330 2017-08-11 Yao Qi <yao.qi@linaro.org>
9331
9332 * dwarf2-frame.c (clear_pointer_cleanup): Remove.
9333 (dwarf2_frame_cache): Remove reset_cache_cleanup.
9334 (dwarf2_frame_cache):
9335 * frame-unwind.c (frame_unwind_try_unwinder): Catch
9336 RETURN_MASK_ALL and set *this_case to NULL.
9337 * frame-unwind.h: Update comments.
9338
9339 2017-08-11 Yao Qi <yao.qi@linaro.org>
9340
9341 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Remove.
9342 (dwarf2_frame_state_copy_regs): Remove.
9343 (dwarf2_frame_state_free_regs): Remove.
9344 (dwarf2_frame_state::~dwarf2_frame_state): Remove.
9345 (dwarf2_restore_rule): Call method .alloc_regs instead of
9346 dwarf2_frame_state_alloc_regs.
9347 (execute_cfa_program): Likewise. Call dwarf2_frame_state_reg_info
9348 constructor. Call std::move.
9349 (dwarf2_fetch_cfa_info): Don't call dwarf2_frame_state_copy_regs.
9350 (dwarf2_frame_cache): Likewise.
9351
9352 [GDB_SELF_TEST]: Include selftest.h and
9353 selftest-arch.h.
9354 [GDB_SELF_TEST] (execute_cfa_program_test): New function.
9355 (_initialize_dwarf2_frame) [GDB_SELF_TEST]: Register
9356 execute_cfa_program_test.
9357
9358 * dwarf2-frame.h (dwarf2_frame_state_reg_info): Add ctor, dtor,
9359 copy ctor, assignment operator, move assignment.
9360 <alloc_regs>: New method.
9361 <swap>: New method.
9362 (struct dwarf2_frame_state): Delete dtor.
9363 (dwarf2_frame_state_alloc_regs): Remove declaration.
9364 * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): Don't call
9365 dwarf2_frame_state_alloc_regs, use .alloc_regs instead.
9366
9367 2017-08-11 Yao Qi <yao.qi@linaro.org>
9368
9369 * dwarf2-frame.c (dwarf2_frame_state_free): Remove.
9370 (dwarf2_frame_state::dwarf2_frame_state): New.
9371 (dwarf2_frame_state::~dwarf2_frame_state): New.
9372 (dwarf2_fetch_cfa_info): Update.
9373 (dwarf2_frame_cache): Remove old_chain. Change 'fs' to an object
9374 rather than a pointer. Update code.
9375 * dwarf2-frame.h (struct dwarf2_frame_state): Declare ctor and
9376 dtor.
9377 <data_align, code_align, retaddr_column>: Change them to const.
9378 <armcc_cfa_offsets_sf, armcc_cfa_offsets_reversed>: Change them
9379 to bool.
9380
9381 2017-08-11 Yao Qi <yao.qi@linaro.org>
9382
9383 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <exp_len>: Remove.
9384 <loc.exp>: New field.
9385 * dwarf2-frame.c (execute_cfa_program): Update.
9386 (dwarf2_frame_prev_register): Update.
9387
9388 2017-08-10 Pedro Alves <palves@redhat.com>
9389
9390 * common/gdb_unique_ptr.h (xfree_deleter<T[]>): Define.
9391
9392 2017-08-09 John Baldwin <jhb@FreeBSD.org>
9393
9394 * fbsd-nat.c (struct fbsd_fork_info): Remove.
9395 (fbsd_pending_children): Use std::list.
9396 (fbsd_remember_child): Likewise.
9397 (fbsd_is_child_pending): Likewise.
9398 (fbsd_pending_vfork_done): Use std::forward_list.
9399 (fbsd_add_vfork_done): Likewise.
9400 (fbsd_is_vfork_done_pending): Likewise.
9401 (fbsd_next_vfork_done): Likewise.
9402
9403 2017-08-09 John Baldwin <jhb@FreeBSD.org>
9404
9405 * fbsd-nat.c [HAVE_KINFO_GETVMMAP] (struct free_deleter): New.
9406 (fbsd_find_memory_regions): Use free_deleter with std::unique_ptr.
9407 [!HAVE_KINFO_GETVMMAP] (fbsd_find_memory_regions): Use std::string
9408 for `mapfilename'.
9409 (fbsd_xfer_partial): Use gdb::byte_vector.
9410 (fbsd_add_threads): Use gdb::unique_xmalloc_ptr.
9411
9412 2017-08-09 John Baldwin <jhb@FreeBSD.org>
9413
9414 * fbsd-nat.c: [!HAVE_KINFO_GETVMMAP]: Include <sys/user.h> and
9415 "filestuff.h".
9416 (fbsd_find_memory_regions): Fix `mapfile' initialization.
9417
9418 2017-08-09 Tom Tromey <tom@tromey.com>
9419
9420 * skip.c (skiplist_entry): New constructor.
9421 (skiplist_entry::enabled, skiplist_entry::function_is_regexp)
9422 (skiplist_entry::file_is_glob): Now bool.
9423 (skiplist_entry::file, skiplist_entry::function): Now
9424 std::string.
9425 (make_skip_entry): Return a unique_ptr. Use new.
9426 (free_skiplist_entry, free_skiplist_entry_cleanup)
9427 (make_free_skiplist_entry_cleanup): Remove.
9428 (skip_command, skip_disable_command, add_skiplist_entry)
9429 (skip_form_bytes, compile_skip_regexp, skip_command, skip_info)
9430 (skip_file_p, skip_gfile_p, skip_function_p, skip_rfunction_p)
9431 (function_name_is_marked_for_skip): Update.
9432 (skip_delete_command): Update. Use delete.
9433
9434 2017-08-09 Jiong Wang <jiong.wang@arm.com>
9435
9436 * aarch64-linux-tdep.c: Include "auxv.h" and "elf/common.h".
9437 (aarch64_linux_core_read_description): New function.
9438 (aarch64_linux_init_abi): Register gdbarch_core_read_description.
9439
9440 2017-08-09 Pedro Alves <palves@redhat.com>
9441
9442 * cp-name-parser.y (cp_comp_to_string): Return a
9443 gdb::unique_xmalloc_ptr<char>.
9444 * cp-support.c (replace_typedefs_qualified_name)
9445 (replace_typedefs): Adjust to use gdb::unique_xmalloc_ptr<char>.
9446 (cp_canonicalize_string_full): Use op= instead of explicit
9447 convertion.
9448 (cp_class_name_from_physname, method_name_from_physname)
9449 (cp_func_name, cp_remove_params): Adjust to use
9450 gdb::unique_xmalloc_ptr<char>.
9451 * cp-support.h (cp_comp_to_string): Return a
9452 gdb::unique_xmalloc_ptr<char>.
9453 * python/py-type.c (typy_lookup_type): Adjust to use
9454 gdb::unique_xmalloc_ptr<char>.
9455
9456 2017-08-09 H.J. Lu <hongjiu.lu@intel.com>
9457
9458 * dwarf2read.c (dwarf2_string_attr): Fix a typo.
9459
9460 2017-08-09 Alex Lindsay <alexlindsay239@gmail.com>
9461 Yao Qi <yao.qi@linaro.org>
9462
9463 * cp-support.c (cp_canonicalize_string_full): Use
9464 gdb::unique_xmalloc_ptr<char>.
9465 (cp_canonicalize_string): Likewise.
9466
9467 2017-08-09 Yao Qi <yao.qi@linaro.org>
9468
9469 * features/Makefile (WHICH): Remove i386/ non-linux stuff.
9470 * regformats/i386/amd64-avx-avx512.dat: Remove.
9471 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Remove.
9472 * regformats/i386/amd64-avx-mpx.dat:Remove.
9473 * regformats/i386/amd64-avx.dat: Remove.
9474 * regformats/i386/amd64-mpx.dat: Remove.
9475 * regformats/i386/i386-avx-avx512.dat: Remove.
9476 * regformats/i386/i386-avx-mpx-avx512-pku.dat: Remove.
9477 * regformats/i386/i386-avx-mpx.dat: Remove.
9478 * regformats/i386/i386-mmx.dat: Remove.
9479 * regformats/i386/i386-mpx.dat: Remove.
9480
9481 2017-08-09 Yao Qi <yao.qi@linaro.org>
9482
9483 * amd64-tdep.h (tdesc_x32): Remove the declaration.
9484 * amd64-tdep.c: Don't include features/i386/x32*.c.
9485 (_initialize_amd64_tdep): Don't call initialize_tdesc_x32*
9486 functions.
9487 * features/Makefile (WHICH): Remove i386/x32, i386/x32-avx,
9488 and i386/x32-avx-avx512.
9489 (XMLTOC): Remove i386/x32-avx.xml, i386/x32-avx-avx512.xml,
9490 and i386/x32.xml.
9491 * features/i386/x32-avx-avx512.c: Removed.
9492 * features/i386/x32-avx-avx512.xml: Removed.
9493 * features/i386/x32-avx.c: Removed.
9494 * features/i386/x32-avx.xml: Removed.
9495 * features/i386/x32.c: Removed.
9496 * features/i386/x32.xml: Removed.
9497 * regformats/i386/x32-avx-avx512.dat: Removed.
9498 * regformats/i386/x32-avx.dat: Removed.
9499 * regformats/i386/x32.dat: Removed.
9500
9501 2017-08-07 Maciej W. Rozycki <macro@imgtec.com>
9502
9503 PR breakpoints/21886
9504 * mem-break.c (default_memory_insert_breakpoint): Use
9505 `->placed_address' rather than `->reqstd_address' for the
9506 breakpoint location.
9507
9508 2017-08-07 Maciej W. Rozycki <macro@imgtec.com>
9509
9510 * arch-utils.c (default_print_insn): Remove arch/mach/endian
9511 assertions.
9512
9513 2017-08-07 Maciej W. Rozycki <macro@imgtec.com>
9514
9515 * gdbarch.sh (gdbarch_info): Replace the `tdep_info' member with
9516 a union of `tdep_info', `tdesc_data' and `id'.
9517 * aarch64-tdep.c (aarch64_gdbarch_init): Use `info.tdesc_data'
9518 rather than `info.tdep_info'.
9519 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
9520 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9521 * i386-tdep.c (i386_gdbarch_init): Likewise.
9522 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
9523 * mips-tdep.c (mips_gdbarch_init): Likewise.
9524 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
9525 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
9526 * ppc-linux-tdep.c (ppu2spu_sniffer): Use `info.id' rather than
9527 `info.tdep_info'.
9528 (ppc_linux_init_abi): Use `info.tdesc_data' rather than
9529 `info.tdep_info'.
9530 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
9531 * spu-multiarch.c (spu_gdbarch): Use `info.id' rather than
9532 `info.tdep_info'.
9533 * spu-tdep.c (spu_gdbarch_init): Likewise.
9534 * gdbarch.h: Regenerate.
9535
9536 2017-08-07 Leszek Swirski <leszeks@google.com>
9537
9538 PR symtab/20899
9539 * dwarf2read.c (dwarf2_string_attr): Allow DW_FORM_GNU_strp_alt.
9540
9541 2017-08-07 Simon Marchi <simon.marchi@ericsson.com>
9542
9543 * remote-sim.c (gdbsim_load): Remove char **argv local variable.
9544 (gdbsim_open): Rename gdb_argv args object to argv.
9545
9546 2017-08-05 Tom Tromey <tom@tromey.com>
9547
9548 * compile/compile-object-load.c (compile_object_load): Use
9549 gdb::unique_xmalloc_ptr.
9550 * cli/cli-dump.c (scan_filename): Rename from
9551 scan_filename_with_cleanup. Change return type.
9552 (scan_expression): Rename from scan_expression_with_cleanup.
9553 Change return type.
9554 (dump_memory_to_file, dump_value_to_file, restore_command):
9555 Use gdb::unique_xmalloc_ptr. Update.
9556 * cli/cli-cmds.c (find_and_open_script): Use
9557 gdb::unique_xmalloc_ptr.
9558 * tracefile-tfile.c (tfile_open): Use gdb::unique_xmalloc_ptr.
9559 * symmisc.c (maintenance_print_symbols)
9560 (maintenance_print_msymbols): Use gdb::unique_xmalloc_ptr.
9561 * symfile.c (symfile_bfd_open, generic_load)
9562 (add_symbol_file_command, remove_symbol_file_command): Use
9563 gdb::unique_xmalloc_ptr.
9564 * source.c (openp): Use gdb::unique_xmalloc_ptr.
9565 * psymtab.c (maintenance_print_psymbols): Use
9566 gdb::unique_xmalloc_ptr.
9567 * corelow.c (core_open): Use gdb::unique_xmalloc_ptr.
9568 * breakpoint.c (save_breakpoints): Use gdb::unique_xmalloc_ptr.
9569 * solib.c (solib_map_sections): Use gdb::unique_xmalloc_ptr.
9570 (reload_shared_libraries_1): Likewise.
9571
9572 2017-08-05 Tom Tromey <tom@tromey.com>
9573
9574 * rust-exp.y (rust_op_ptr, set_field): Remove typedefs.
9575 (rust_op_vector, rust_set_vector): New typedefs.
9576 (current_parser): New global.
9577 (work_obstack): Change to pointer type. Update all users.
9578 (rust_ast, pstate): Remove globals.
9579 (struct rust_parser): New.
9580 (%union) <params, field_inits>: Change type.
9581 (start, tuple_expr, unit_expr, struct_expr_list, literal)
9582 (field_expr, expr_list, maybe_expr_list, type_list): Update.
9583 (ast_call_ish, ast_path, ast_function_type, ast_tuple_type)
9584 (convert_params_to_types, convert_params_to_expression): Change
9585 type of "params".
9586 (ast_string): Change type of "fields".
9587 (rust_parse): Make a rust_parser. Remove cleanups.
9588 (rust_lex_tests): Make and install an auto_obstack.
9589
9590 2017-08-04 Yao Qi <yao.qi@linaro.org>
9591
9592 * configure.srv (ipa_x32_linux_regobj): New.
9593 * linux-amd64-ipa.c (get_ipa_tdesc): Use X86_TDESC_AVX_AVX512
9594 instead of X86_TDESC_AVX512.
9595 (initialize_low_tracepoint): Call
9596 init_registers_x32_avx_avx512_linux.
9597
9598 2017-08-04 Yao Qi <yao.qi@linaro.org>
9599
9600 * utils.h (gdb_argv): Add namespace std for nullptr_t.
9601
9602 2017-08-03 Ruslan Kabatsayev <b7.10110111@gmail.com>
9603
9604 * MAINTAINERS (Write After Approval): Add Ruslan Kabatsayev.
9605
9606 2017-08-03 Tom Tromey <tom@tromey.com>
9607
9608 * utils.c (make_cleanup_freeargv, do_freeargv, gdb_buildargv):
9609 Remove.
9610 * utils.h (make_cleanup_freeargv, gdb_buildargv): Remove.
9611
9612 2017-08-03 Tom Tromey <tom@tromey.com>
9613
9614 * python/py-param.c (compute_enum_values): Use gdb_argv.
9615
9616 2017-08-03 Tom Tromey <tom@tromey.com>
9617
9618 * utils.h (struct gdb_argv_deleter): New.
9619 (gdb_argv): New class.
9620 * utils.c (gdb_argv::reset): New method.
9621 * tracepoint.c (delete_trace_variable_command): Use gdb_argv.
9622 * tracefile.c (tsave_command): Use gdb_argv.
9623 * top.c (new_ui_command): Use gdb_argv.
9624 * symmisc.c (maintenance_print_symbols)
9625 (maintenance_print_msymbols, maintenance_expand_symtabs): Use gdb_argv.
9626 * symfile.c (symbol_file_command, generic_load)
9627 (remove_symbol_file_command): Use gdb_argv.
9628 * stack.c (backtrace_command): Use gdb_argv.
9629 * source.c (add_path, show_substitute_path_command)
9630 (unset_substitute_path_command, set_substitute_path_command):
9631 Use gdb_argv.
9632 * skip.c (skip_command): Use gdb_argv. Use gdb_buildargv.
9633 * ser-mingw.c (pipe_windows_open): Use gdb_argv.
9634 * remote.c (extended_remote_run, remote_put_command)
9635 (remote_get_command, remote_delete_command): Use gdb_argv.
9636 * remote-sim.c (gdbsim_load, gdbsim_create_inferior)
9637 (gdbsim_open): Use gdb_argv.
9638 * python/py-cmd.c (gdbpy_string_to_argv): Use gdb_argv.
9639 * psymtab.c (maintenance_print_psymbols): Use gdb_argv.
9640 * procfs.c (procfs_info_proc): Use gdb_argv.
9641 * interps.c (interpreter_exec_cmd): Use gdb_argv.
9642 * infrun.c (handle_command): Use gdb_argv.
9643 * inferior.c (add_inferior_command, clone_inferior_command):
9644 Use gdb_argv.
9645 * guile/scm-string.c (gdbscm_string_to_argv): Use gdb_argv.
9646 * exec.c (exec_file_command): Use gdb_argv.
9647 * cli/cli-cmds.c (alias_command): Use gdb_argv.
9648 * compile/compile.c (build_argc_argv): Use gdb_argv.
9649
9650 2017-08-03 Tom Tromey <tom@tromey.com>
9651
9652 * python/python.c (gdbpy_decode_line): Use unique_xmalloc_ptr.
9653
9654 2017-08-03 Tom Tromey <tom@tromey.com>
9655
9656 * python/python.c (compute_python_string): Return std::string.
9657 (gdbpy_eval_from_control_command): Update.
9658 (do_start_initialization): Use std::string.
9659 * python/py-varobj.c (py_varobj_iter_next): Use string_printf, not
9660 xstrprintf.
9661 * python/py-breakpoint.c (local_setattro): Use string_printf, not
9662 xstrprintf.
9663
9664 2017-08-03 Tom Tromey <tom@tromey.com>
9665
9666 * top.h (do_restore_instream_cleanup): Remove.
9667 * top.c (do_restore_instream_cleanup): Remove.
9668 (read_command_file): Use scoped_restore.
9669 * cli/cli-script.c (execute_user_command): Use scoped_restore.
9670
9671 2017-08-03 Tom Tromey <tom@tromey.com>
9672
9673 * cli/cli-script.c (execute_user_command)
9674 (execute_control_command): Use scoped_restore.
9675
9676 2017-08-03 Tom Tromey <tom@tromey.com>
9677
9678 * cli/cli-script.c (do_restore_user_call_depth): Remove.
9679 (execute_user_command): Remove user_call_depth; use
9680 user_args_stack's size instead.
9681
9682 2017-08-03 Tom Tromey <tom@tromey.com>
9683
9684 * top.h (in_user_command): Remove.
9685 * top.c (in_user_command): Remove.
9686 * cli/cli-script.c (do_restore_user_call_depth)
9687 (execute_user_command): Update.
9688
9689 2017-08-03 Tom Tromey <tom@tromey.com>
9690
9691 * valops.c (search_struct_method): Use gdb::byte_vector.
9692 * valarith.c (value_concat): Use std::vector.
9693 * target.c (memory_xfer_partial): Use gdb::byte_vector.
9694 (simple_search_memory): Likewise.
9695 * printcmd.c (find_string_backward): Use gdb::byte_vector.
9696 * mi/mi-main.c (mi_cmd_data_write_memory): Use gdb::byte_vector.
9697 * gcore.c (gcore_copy_callback): Use gdb::byte_vector.
9698 * elfread.c (elf_rel_plt_read): Use std::string.
9699 * cp-valprint.c (cp_print_value): Use gdb::byte_vector.
9700 * cli/cli-dump.c (restore_section_callback): Use
9701 gdb::byte_vector.
9702
9703 2017-08-03 Tom Tromey <tom@tromey.com>
9704
9705 * jit.c (jit_reader_load_command): Use unique_xmalloc_ptr.
9706
9707 2017-08-03 Tom Tromey <tom@tromey.com>
9708
9709 * tui/tui-regs.c (tui_restore_gdbout): Remove.
9710 (tui_register_format): Use scoped_restore.
9711
9712 2017-08-03 Tom Tromey <tom@tromey.com>
9713
9714 * reverse.c (exec_direction_default): Remove.
9715 (exec_reverse_once): Use scoped_restore.
9716 * remote.c (restore_remote_timeout): Remove.
9717 (remote_flash_erase, remote_flash_write, remote_flash_done)
9718 (readchar, remote_serial_write): Use scoped_restore.
9719 * cli/cli-script.c (struct source_cleanup_lines_args)
9720 (source_cleanup_lines): Remove.
9721 (script_from_file): Use scoped_restore.
9722 * cli/cli-cmds.c (source_verbose_cleanup): Remove.
9723 (source_command): Use scoped_restore.
9724
9725 2017-08-03 Tom Tromey <tom@tromey.com>
9726
9727 * utils.h (make_cleanup_free_so): Remove.
9728 * utils.c (do_free_so, make_cleanup_free_so): Remove.
9729 * solist.h (struct so_deleter): New.
9730 (so_list_up): New typedef.
9731 * solib-svr4.c (svr4_read_so_list): Use so_list_up.
9732
9733 2017-08-03 Tom Tromey <tom@tromey.com>
9734
9735 * utils.h (make_cleanup_restore_current_language): Remove.
9736 * utils.c (do_restore_current_language)
9737 (make_cleanup_restore_current_language): Remove.
9738 * parse.c (parse_exp_in_context_1)
9739 (parse_expression_with_language): Use
9740 scoped_restore_current_language.
9741 * mi/mi-main.c (mi_cmd_execute): Use
9742 scoped_restore_current_language.
9743 * language.h (scoped_restore_current_language): New class.
9744
9745 2017-08-03 Tom Tromey <tom@tromey.com>
9746
9747 * compile/compile.c (cleanup_unlink_file): Remove.
9748 (compile_to_object): Use gdb::unlinker.
9749 (eval_compile_command): Likewise.
9750
9751 2017-08-03 Tom Tromey <tom@tromey.com>
9752
9753 * utils.h (make_cleanup_fclose): Remove.
9754 * utils.c (do_fclose_cleanup, make_cleanup_fclose): Remove.
9755
9756 2017-08-03 Tom Tromey <tom@tromey.com>
9757
9758 * top.c (open_terminal_stream): Return gdb_file_up.
9759 (new_ui_command): Update.
9760
9761 2017-08-03 Tom Tromey <tom@tromey.com>
9762
9763 * source.c (print_source_lines_base, forward_search_command)
9764 (reverse_search_command): Use gdb_file_up.
9765
9766 2017-08-03 Tom Tromey <tom@tromey.com>
9767
9768 * fbsd-nat.c (fbsd_find_memory_regions): Update.
9769
9770 2017-08-03 Tom Tromey <tom@tromey.com>
9771
9772 * cli/cli-cmds.c (find_and_open_script): Change return type.
9773 Remove "streamp" and "full_path" parameters.
9774 (source_script_with_search): Update.
9775 * auto-load.c (source_script_file): Update.
9776 * cli/cli-cmds.h (find_and_open_script): Change type.
9777 (open_script): New struct.
9778
9779 2017-08-03 Tom Tromey <tom@tromey.com>
9780
9781 * xml-support.c (xml_fetch_content_from_file): Update.
9782 * ui-file.c (stdio_file::open): Update.
9783 * tracefile-tfile.c (tfile_start): Update.
9784 * remote.c (remote_file_put, remote_file_get): Update.
9785 * nat/linux-procfs.c (linux_proc_get_int)
9786 (linux_proc_pid_get_state, linux_proc_tid_get_name): Update.
9787 * nat/linux-osdata.c (linux_common_core_of_thread): Update.
9788 (command_from_pid, commandline_from_pid, linux_xfer_osdata_cpus)
9789 (print_sockets, linux_xfer_osdata_shm, linux_xfer_osdata_sem)
9790 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Update.
9791 * nat/linux-btrace.c (linux_determine_kernel_start): Update.
9792 * linux-nat.c (linux_proc_pending_signals): Update.
9793 * dwarf2read.c (write_psymtabs_to_index): Use gdb_file_up.
9794 (file_closer): Remove.
9795 * compile/compile.c (compile_to_object): Update.
9796 * common/filestuff.h (struct gdb_file_deleter): New.
9797 (gdb_file_up): New typedef.
9798 (gdb_fopen_cloexec): Change return type.
9799 * common/filestuff.c (gdb_fopen_cloexec): Return gdb_file_up.
9800 * cli/cli-dump.c (fopen_with_cleanup): Remove.
9801 (dump_binary_file, restore_binary_file): Update.
9802 * auto-load.c (auto_load_objfile_script_1): Update.
9803
9804 2017-08-03 Tom Tromey <tom@tromey.com>
9805
9806 * tracepoint.c (tvariables_info_1): Use ui_out_emit_table.
9807 (info_static_tracepoint_markers_command): Likewise.
9808 * solib.c (info_sharedlibrary_command): Use ui_out_emit_table.
9809 * skip.c (skip_info): Use ui_out_emit_table.
9810 * progspace.c (print_program_space): Use ui_out_emit_table.
9811 * osdata.c (info_osdata): Use ui_out_emit_table.
9812 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Use
9813 ui_out_emit_table.
9814 * linux-thread-db.c (info_auto_load_libthread_db): Use
9815 ui_out_emit_table.
9816 * inferior.c (print_inferior): Use ui_out_emit_table.
9817 * gdb_bfd.c (maintenance_info_bfds): Use ui_out_emit_table.
9818 * breakpoint.c (breakpoint_1): Use ui_out_emit_table.
9819 * auto-load.c (auto_load_info_scripts): Use ui_out_emit_table.
9820 * ada-tasks.c (print_ada_task_info): Use ui_out_emit_table.
9821 * ui-out.h (class ui_out_emit_table): New.
9822
9823 2017-08-02 Maciej W. Rozycki <macro@imgtec.com>
9824
9825 * mips-tdep.c (mips_fpu_type_str): New function.
9826 (mips_dump_tdep): Call it.
9827
9828 2017-08-01 Maciej W. Rozycki <macro@imgtec.com>
9829
9830 * mips-tdep.c (mips_gdbarch_init): Use MIPS_FPU_TYPE to access
9831 `->mips_fpu_type'.
9832
9833 2017-07-31 Xavier Roirand <roirand@adacore.com>
9834
9835 * solib-darwin.c (DYLD_VERSION_MAX): Increase value.
9836
9837 2017-07-27 Xavier Roirand <roirand@adacore.com>
9838
9839 * MAINTAINERS (Write After Approval): Add Xavier Roirand.
9840
9841 2017-07-26 Yao Qi <yao.qi@linaro.org>
9842
9843 * cli/cli-cmds.c (maintenancechecklist): New variable.
9844 * gdbcmd.h (maintenancechecklist): Declare it.
9845 * i386-linux-tdep.c (_initialize_i386_linux_tdep) [GDB_SELF_TEST]:
9846 Call i386_linux_read_description with different masks.
9847 * maint.c (maintenance_check_command): New function.
9848 (_initialize_maint_cmds): Call add_prefix_cmd.
9849 * target-descriptions.c (tdesc_reg): override operator != and ==.
9850 (tdesc_type): Likewise.
9851 (tdesc_feature): Likewise.
9852 (target_desc): Likewise.
9853 [GDB_SELF_TEST] (selftests::record_xml_tdesc): New function.
9854 (maintenance_check_xml_descriptions): New function.
9855 (_initialize_target_descriptions) Add command "xml-descriptions".
9856 * target-descriptions.h (selftests::record_xml_tdesc): Declare.
9857
9858 2017-07-26 Yao Qi <yao.qi@linaro.org>
9859
9860 * i386-linux-tdep.c: Don't include features/i386/i386-*linux.c.
9861 Include features/i386/32bit-*.c.
9862 (i386_linux_read_description): Generate target description if it
9863 doesn't exist.
9864 (_initialize_i386_linux_tdep): Don't call _initialize_tdesc_i386
9865 functions.
9866 * features/i386/32bit-linux.c: Re-generated.
9867 * features/i386/32bit-sse.c: Likewise.
9868 * target-descriptions.c (print_c_feature::visit): Print code to
9869 set register number if needed.
9870 (print_c_feature) <m_next_regnum>: New field.
9871
9872 2017-07-26 Yao Qi <yao.qi@linaro.org>
9873
9874 * features/Makefile (CFILES): Rename with TDESC_CFILES.
9875 (FEATURE_XMLFILES): New.
9876 (FEATURE_CFILES): New.
9877 New rules.
9878 (clean-cfiles): Remove generated c files.
9879 * features/i386/32bit-avx.c: Generated.
9880 * features/i386/32bit-avx512.c: Generated.
9881 * features/i386/32bit-core.c: Generated.
9882 * features/i386/32bit-linux.c: Generated.
9883 * features/i386/32bit-mpx.c: Generated.
9884 * features/i386/32bit-pkeys.c: Generated.
9885 * features/i386/32bit-sse.c: Generated.
9886 * target-descriptions.c: Include algorithm.
9887 (tdesc_element_visitor): Add method visit_end.
9888 (print_c_tdesc): Implement visit_end.
9889 (print_c_tdesc:: m_filename_after_features): Move it to
9890 protected.
9891 (print_c_feature): New class.
9892 (maint_print_c_tdesc_cmd): Use print_c_feature if XML file
9893 name starts with "i386/32bit-".
9894
9895 2017-07-26 Yao Qi <yao.qi@linaro.org>
9896
9897 * target-descriptions.c (tdesc_element_visitor): New class.
9898 (tdesc_element): New class.
9899 (tdesc_reg): Inherit from tdesc_element.
9900 (tdesc_reg::accept): New function.
9901 (tdesc_type): Inherit from tdesc_element.
9902 (tdesc_type::accept): New function.
9903 (tdesc_feature): Inherit from tdesc_element.
9904 (tdesc_feature::accept): New function.
9905 (target_desc): Inherit from tdesc_element.
9906 (target_desc::target_desc): New.
9907 (target_desc::~target_desc): New.
9908 (target_desc::accept): New.
9909 (allocate_target_description): Use new.
9910 (free_target_description): Use delete.
9911 (print_c_tdesc): New class.
9912 (maint_print_c_tdesc_cmd): Adjust.
9913
9914 * features/aarch64.c: Re-generated.
9915 * features/arc-arcompact.c: Re-generated.
9916 * features/arc-v2.c: Re-generated.
9917 * features/arm/arm-with-iwmmxt.c: Re-generated.
9918 * features/arm/arm-with-m.c: Re-generated.
9919 * features/arm/arm-with-m-fpa-layout.c: Re-generated.
9920 * features/arm/arm-with-m-vfp-d16.c: Re-generated.
9921 * features/arm/arm-with-neon.c: Re-generated.
9922 * features/arm/arm-with-vfpv2.c: Re-generated.
9923 * features/arm/arm-with-vfpv3.c: Re-generated.
9924 * features/i386/amd64-avx-avx512.c: Re-generated.
9925 * features/i386/amd64-avx-avx512-linux.c: Re-generated.
9926 * features/i386/amd64-avx.c: Re-generated.
9927 * features/i386/amd64-avx-linux.c: Re-generated.
9928 * features/i386/amd64-avx-mpx-avx512-pku.c: Re-generated.
9929 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
9930 * features/i386/amd64-avx-mpx.c: Re-generated.
9931 * features/i386/amd64-avx-mpx-linux.c: Re-generated.
9932 * features/i386/amd64.c: Re-generated.
9933 * features/i386/amd64-linux.c: Re-generated.
9934 * features/i386/amd64-mpx.c: Re-generated.
9935 * features/i386/amd64-mpx-linux.c: Re-generated.
9936 * features/i386/i386-avx-avx512.c: Re-generated.
9937 * features/i386/i386-avx-avx512-linux.c: Re-generated.
9938 * features/i386/i386-avx.c: Re-generated.
9939 * features/i386/i386-avx-linux.c: Re-generated.
9940 * features/i386/i386-avx-mpx-avx512-pku.c: Re-generated.
9941 * features/i386/i386-avx-mpx-avx512-pku-linux.c: Re-generated.
9942 * features/i386/i386-avx-mpx.c: Re-generated.
9943 * features/i386/i386-avx-mpx-linux.c: Re-generated.
9944 * features/i386/i386.c: Re-generated.
9945 * features/i386/i386-linux.c: Re-generated.
9946 * features/i386/i386-mmx.c: Re-generated.
9947 * features/i386/i386-mmx-linux.c: Re-generated.
9948 * features/i386/i386-mpx.c: Re-generated.
9949 * features/i386/i386-mpx-linux.c: Re-generated.
9950 * features/i386/x32-avx-avx512.c: Re-generated.
9951 * features/i386/x32-avx-avx512-linux.c: Re-generated.
9952 * features/i386/x32-avx.c: Re-generated.
9953 * features/i386/x32-avx-linux.c: Re-generated.
9954 * features/i386/x32.c: Re-generated.
9955 * features/i386/x32-linux.c: Re-generated.
9956 * features/microblaze.c: Re-generated.
9957 * features/microblaze-with-stack-protect.c: Re-generated.
9958 * features/mips64-dsp-linux.c: Re-generated.
9959 * features/mips64-linux.c: Re-generated.
9960 * features/mips-dsp-linux.c: Re-generated.
9961 * features/mips-linux.c: Re-generated.
9962 * features/nds32.c: Re-generated.
9963 * features/nios2.c: Re-generated.
9964 * features/nios2-linux.c: Re-generated.
9965 * features/rs6000/powerpc-32.c: Re-generated.
9966 * features/rs6000/powerpc-32l.c: Re-generated.
9967 * features/rs6000/powerpc-403.c: Re-generated.
9968 * features/rs6000/powerpc-403gc.c : Re-generated.
9969 * features/rs6000/powerpc-405.c: Re-generated.
9970 * features/rs6000/powerpc-505.c: Re-generated.
9971 * features/rs6000/powerpc-601.c: Re-generated.
9972 * features/rs6000/powerpc-602.c: Re-generated.
9973 * features/rs6000/powerpc-603.c: Re-generated.
9974 * features/rs6000/powerpc-604.c: Re-generated.
9975 * features/rs6000/powerpc-64.c: Re-generated.
9976 * features/rs6000/powerpc-64l.c: Re-generated.
9977 * features/rs6000/powerpc-7400.c: Re-generated.
9978 * features/rs6000/powerpc-750.c: Re-generated.
9979 * features/rs6000/powerpc-860.c: Re-generated.
9980 * features/rs6000/powerpc-altivec32.c: Re-generated.
9981 * features/rs6000/powerpc-altivec32l.c: Re-generated.
9982 * features/rs6000/powerpc-altivec64.c: Re-generated.
9983 * features/rs6000/powerpc-altivec64l.c: Re-generated.
9984 * features/rs6000/powerpc-cell32l.c: Re-generated.
9985 * features/rs6000/powerpc-cell64l.c: Re-generated.
9986 * features/rs6000/powerpc-e500.c: Re-generated.
9987 * features/rs6000/powerpc-e500l.c: Re-generated.
9988 * features/rs6000/powerpc-isa205-32l.c: Re-generated.
9989 * features/rs6000/powerpc-isa205-64l.c: Re-generated.
9990 * features/rs6000/powerpc-isa205-altivec32l.c: Re-generated.
9991 * features/rs6000/powerpc-isa205-altivec64l.c: Re-generated.
9992 * features/rs6000/powerpc-isa205-vsx32l.c: Re-generated.
9993 * features/rs6000/powerpc-isa205-vsx64l.c: Re-generated.
9994 * features/rs6000/powerpc-vsx32.c: Re-generated.
9995 * features/rs6000/powerpc-vsx32l.c: Re-generated.
9996 * features/rs6000/powerpc-vsx64.c: Re-generated.
9997 * features/rs6000/powerpc-vsx64l.c: Re-generated.
9998 * features/rs6000/rs6000.c: Re-generated.
9999 * features/s390-linux32.c: Re-generated.
10000 * features/s390-linux32v1.c: Re-generated.
10001 * features/s390-linux32v2.c: Re-generated.
10002 * features/s390-linux64.c: Re-generated.
10003 * features/s390-linux64v1.c: Re-generated.
10004 * features/s390-linux64v2.c: Re-generated.
10005 * features/s390-te-linux64.c: Re-generated.
10006 * features/s390-tevx-linux64.c: Re-generated.
10007 * features/s390-vx-linux64.c: Re-generated.
10008 * features/s390x-linux64.c: Re-generated.
10009 * features/s390x-linux64v1.c: Re-generated.
10010 * features/s390x-linux64v2.c: Re-generated.
10011 * features/s390x-te-linux64.c: Re-generated.
10012 * features/s390x-tevx-linux64.c: Re-generated.
10013 * features/s390x-vx-linux64.c: Re-generated.
10014 * features/sparc/sparc32-solaris.c: Re-generated.
10015 * features/sparc/sparc64-solaris.c: Re-generated.
10016 * features/tic6x-c62x.c: Re-generated.
10017 * features/tic6x-c62x-linux.c: Re-generated.
10018 * features/tic6x-c64x.c: Re-generated.
10019 * features/tic6x-c64x-linux.c: Re-generated.
10020 * features/tic6x-c64xp.c: Re-generated.
10021 * features/tic6x-c64xp-linux.c: Re-generated.
10022
10023 2017-07-26 Yao Qi <yao.qi@linaro.org>
10024
10025 * i386-linux-tdep.c (i386_linux_read_description): New function.
10026 (i386_linux_core_read_description): Call
10027 i386_linux_read_description.
10028 * i386-linux-tdep.h (i386_linux_read_description): Declare.
10029 (tdesc_i386_linux, tdesc_i386_mmx_linux): Remove declarations.
10030 (tdesc_i386_avx_linux, tdesc_i386_mpx_linux): Likewise
10031 (tdesc_i386_avx_mpx_linux, tdesc_i386_avx_avx512_linux): Likewise.
10032 (tdesc_i386_avx_mpx_avx512_pku_linux): Likewise.
10033 * x86-linux-nat.c (x86_linux_read_description): Call
10034 i386_linux_read_description.
10035
10036 2017-07-26 Yao Qi <yao.qi@linaro.org>
10037
10038 * NEWS: Mention it.
10039 * features/Makefile (%.c: %.xml): Pass the xml file name to
10040 command "maint print c-tdesc".
10041 * target-descriptions.c (maint_print_c_tdesc_cmd): Get file
10042 name from 'arg'.
10043
10044 2017-07-26 Yao Qi <yao.qi@linaro.org>
10045
10046 * target-descriptions.c (target_desc): Add ctor and dtor. Do
10047 in-class initialization.
10048 (tdesc_create_feature): Call new instead of XCNEW.
10049 (free_target_description): Ue delete.
10050
10051 2017-07-25 John Baldwin <jhb@FreeBSD.org>
10052
10053 * configure.nat: Add "-lkvm" for NetBSD/sparc64 and fix typo.
10054
10055 2017-07-25 Yao Qi <yao.qi@linaro.org>
10056
10057 * amd64-tdep.c (amd64_init_abi): Make argument default_tdesc
10058 constant.
10059 (amd64_x32_init_abi): Likewise.
10060 * amd64-tdep.h (amd64_init_abi): Update declaration.
10061 (amd64_x32_init_abi): Likewise.
10062
10063 2017-07-25 Yao Qi <yao.qi@linaro.org>
10064
10065 PR tdep/21717
10066 * arm-linux-nat.c (arm_linux_fetch_inferior_registers): Update
10067 condition for FPSCR.
10068 (arm_linux_store_inferior_registers): Likewise.
10069
10070 2017-07-22 Tom Tromey <tom@tromey.com>
10071
10072 * break-catch-syscall.c (struct catch_syscall_inferior_data)
10073 <syscalls_counts>: Now a std::vector.
10074 (get_catch_syscall_inferior_data): Use "new".
10075 (catch_syscall_inferior_data_cleanup): Use "delete".
10076 (insert_catch_syscall, remove_catch_syscall)
10077 (clear_syscall_counts): Update.
10078
10079 2017-07-22 Tom Tromey <tom@tromey.com>
10080
10081 * break-catch-syscall.c (syscall_catchpoint)
10082 <syscalls_to_be_caught>: Now a std::vector<int>
10083 (~syscall_catchpoint): Remove.
10084 (insert_catch_syscall, remove_catch_syscall)
10085 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
10086 (print_mention_catch_syscall, print_recreate_catch_syscall):
10087 Update.
10088 (create_syscall_event_catchpoint): Change type of "filter"
10089 parameter.
10090 (catch_syscall_split_args): Return a std::vector.
10091 (catch_syscall_command_1, catching_syscall_number_1): Update.
10092
10093 2017-07-22 Tom Tromey <tom@tromey.com>
10094
10095 * break-catch-throw.c (struct exception_catchpoint)
10096 <exception_rx>: Now a std::string.
10097 (~exception_catchpoint): Remove.
10098 (print_one_detail_exception_catchpoint): Update.
10099 (handle_gnu_v3_exceptions): Change type of except_rx.
10100 (extract_exception_regexp): Return a std::string.
10101 (catch_exception_command_1): Update.
10102
10103 2017-07-22 Tom Tromey <tom@tromey.com>
10104
10105 * break-catch-sig.c (gdb_signal_type): Remove typedef.
10106 (struct signal_catchpoint) <signals_to_be_caught>: Now a
10107 std::vector.
10108 <catch_all>: Now a bool.
10109 (~signal_catchpoint): Remove.
10110 (signal_catchpoint_insert_location)
10111 (signal_catchpoint_remove_location)
10112 (signal_catchpoint_breakpoint_hit, signal_catchpoint_print_one)
10113 (signal_catchpoint_print_mention)
10114 (signal_catchpoint_print_recreate)
10115 (signal_catchpoint_explains_signal): Update.
10116 (create_signal_catchpoint): Change type of "filter" and
10117 "catch_all".
10118 (catch_signal_split_args): Return a std::vector. Change type of
10119 "catch_all".
10120 (catch_signal_command): Update.
10121
10122 2017-07-20 Pedro Alves <palves@redhat.com>
10123
10124 * ada-lang.c (ada_language_defn): Make extern.
10125 (_initialize_ada_language): Remove add_language call.
10126 * c-lang.c (c_language_defn, cplus_language_defn)
10127 (asm_language_defn, minimal_language_defn): Make extern.
10128 (_initialize_c_language): Delete.
10129 * completer.c (compare_cstrings): Delete, moved to utils.h.
10130 * d-lang.c (d_language_defn): Make extern.
10131 (_initialize_d_language): Remove add_language calls.
10132 * defs.h (enum language): Add comment.
10133 * f-lang.c (f_language_defn): Make extern.
10134 (_initialize_f_language): Remove add_language call.
10135 * go-lang.c (go_language_defn): Make extern.
10136 (_initialize_go_language): Remove add_language call.
10137 * language.c: Include <algorithm>.
10138 (languages): Redefine as const array.
10139 (languages_size, languages_allocsize, DEFAULT_ALLOCSIZE): Delete.
10140 (set_language_command): Handle "local". Use for-range loop.
10141 (set_language): Remove loop.
10142 (language_enum): Rewrite.
10143 (language_def, language_str): Remove loops.
10144 (add_language): Delete.
10145 (add_set_language_command): New, based on add_languages.
10146 (skip_language_trampoline): Adjust.
10147 (local_language_defn): Delete.
10148 (language_gdbarch_post_init): Adjust.
10149 (_initialize_language): Remove add_language calls. Call
10150 add_set_language_command.
10151 * language.h (add_language): Delete.
10152 (auto_language_defn)
10153 (unknown_language_defn, minimal_language_defn, ada_language_defn)
10154 (asm_language_defn, c_language_defn, cplus_language_defn)
10155 (d_language_defn, f_language_defn, go_language_defn)
10156 (m2_language_defn, objc_language_defn, opencl_language_defn)
10157 (pascal_language_defn, rust_language_defn): Declare.
10158 * m2-lang.c (m2_language_defn): Make extern.
10159 (_initialize_m2_language): Remove add_language call.
10160 * objc-lang.c (objc_language_defn): Make extern.
10161 (_initialize_objc_language): Remove add_language call.
10162 * opencl-lang.c (opencl_language_defn): Make extern.
10163 (_initialize_opencl_language): Remove add_language call.
10164 * p-lang.c (pascal_language_defn): Make extern.
10165 (_initialize_pascal_language): Delete.
10166 * rust-lang.c (rust_language_defn): Make extern.
10167 (_initialize_rust_language): Delete.
10168 * utils.h (compare_cstrings): New static inline function.
10169
10170 2017-07-20 Pedro Alves <palves@redhat.com>
10171
10172 * ada-lang.c (ada_to_fixed_type_1): Adjust.
10173 (get_var_value): Constify parameters.
10174 (get_int_var_value): Change prototype.
10175 (to_fixed_range_type): Adjust.
10176 * ada-lang.h (get_int_var_value): Change prototype.
10177
10178 2017-07-20 Pedro Alves <palves@redhat.com>
10179
10180 * dwarf2read.c (dw2_lookup_symbol): Use
10181 SYMBOL_MATCHES_SEARCH_NAME.
10182 * psymtab.c (psym_lookup_symbol): Use SYMBOL_MATCHES_SEARCH_NAME.
10183
10184 2017-07-20 Pedro Alves <palves@redhat.com>
10185
10186 * block.c (block_iter_name_step, block_iter_name_first)
10187 (block_iter_name_next): Delete.
10188 (block_lookup_symbol_primary): Adjust to use
10189 dict_iter_match_first/dict_iter_match_next.
10190 * block.h (block_iter_name_first, block_iter_name_next): Delete
10191 declarations.
10192 (ALL_BLOCK_SYMBOLS_WITH_NAME): Adjust to use
10193 dict_iter_match_first/dict_iter_match_next.
10194
10195 2017-07-20 Pedro Alves <palves@redhat.com>
10196
10197 * cp-support.c (cp_find_first_component_aux): Add missing case for
10198 end of string.
10199
10200 2017-07-18 David Blaikie <dblaikie@gmail.com>
10201
10202 * dwarf2read.c (create_cus_hash_table): Re-add lost initialization
10203 of dwo_cu's dwo_file.
10204
10205 2017-07-18 Yao Qi <yao.qi@linaro.org>
10206
10207 * remote.c (store_registers_using_G): Remove one line comment.
10208
10209 2017-07-18 Yao Qi <yao.qi@linaro.org>
10210
10211 * regcache.c (regcache_cpy): Simplify it.
10212 (regcache::cpy_no_passthrough): Remove it.
10213 * regcache.h (cpy_no_passthrough): Remove it.
10214 (regcache_dup, regcache_cpy): Update comments.
10215
10216 2017-07-18 Pedro Alves <palves@redhat.com>
10217
10218 * remote-sim.c (sim_command_completer): Adjust to work with a
10219 completion_tracker instead of a VEC.
10220
10221 2017-07-17 Pedro Alves <palves@redhat.com>
10222
10223 * completer.c (complete_source_filenames): New function.
10224 (complete_address_and_linespec_locations): New function.
10225 (location_completer): Use complete_address_and_linespec_locations.
10226 (completion_tracker::build_completion_result): Honor the tracker's
10227 request to suppress append.
10228 * completer.h (completion_tracker::suppress_append_ws)
10229 (completion_tracker::set_suppress_append_ws): New methods.
10230 (completion_tracker::m_suppress_append_ws): New field.
10231 (complete_source_filenames): New declaration.
10232 * linespec.c (linespec_complete_what): New.
10233 (struct ls_parser) <complete_what, completion_word,
10234 completion_quote_char, completion_quote_end, completion_tracker>:
10235 New fields.
10236 (string_find_incomplete_keyword_at_end): New.
10237 (linespec_lexer_lex_string): Record quote char. If in completion
10238 mode, don't throw.
10239 (linespec_lexer_consume_token): Advance the completion word point.
10240 (linespec_lexer_peek_token): Save/restore completion info.
10241 (save_stream_and_consume_token): New.
10242 (set_completion_after_number): New.
10243 (linespec_parse_basic): Set what to complete next depending on
10244 token. Handle function and label completions specially.
10245 (parse_linespec): Disable objc shortcut in completion mode. Set
10246 what to complete next depending on token type. Skip keyword if in
10247 completion mode.
10248 (complete_linespec_component, linespec_complete): New.
10249 * linespec.h (linespec_complete): Declare.
10250
10251 2017-07-17 Pedro Alves <palves@redhat.com>
10252
10253 * linespec.c (linespec_lexer_lex_string, find_toplevel_char):
10254 Handle 'operator<' / 'operator<<'.
10255
10256 2017-07-17 Pedro Alves <palves@redhat.com>
10257
10258 * completer.c (collect_explicit_location_matches): Handle
10259 MATCH_LABEL.
10260 (convert_explicit_location_to_linespec): New, factored out from
10261 ...
10262 (convert_explicit_location_to_sals): ... this.
10263 (complete_label): New.
10264 (linespec_complete_label, find_label_symbols_in_block): New.
10265 (find_label_symbols): Add completion_mode parameter and adjust to
10266 call find_label_symbols_in_block.
10267 * linespec.h (linespec_complete_label): Declare.
10268
10269 2017-07-17 Pedro Alves <palves@redhat.com>
10270
10271 * ada-lang.c (ada_collect_symbol_completion_matches): Add
10272 complete_symbol_mode parameter.
10273 * cli/cli-cmds.c (complete_command): Get the completion result out
10274 of the handle_brkchars tracker if used a custom word point.
10275 * completer.c: Include "linespec.h".
10276 (enum explicit_location_match_type) <MATCH_LINE>: New enumerator.
10277 (advance_to_expression_complete_word_point): New.
10278 (completion_tracker::completes_to_completion_word): New.
10279 (complete_files_symbols): Pass down
10280 complete_symbol_mode::EXPRESSION.
10281 (explicit_options, probe_options): New.
10282 (collect_explicit_location_matches): Complete on the
10283 explictit_loc->foo instead of word. Use
10284 linespec_complete_function. Handle MATCH_LINE. Handle offering
10285 keyword and options completions.
10286 (backup_text_ptr): Delete.
10287 (skip_keyword): New.
10288 (complete_explicit_location): Remove 'word' parameter. Add
10289 language, quoted_arg_start and quoted_arg_end parameters.
10290 Rewrite, parsing left to right.
10291 (location_completer): Rewrite.
10292 (location_completer_handle_brkchars): New function.
10293 (symbol_completer): Pass down complete_symbol_mode::EXPRESSION.
10294 (enum complete_line_internal_reason): Adjust comments.
10295 (completion_tracker::discard_completions): New.
10296 (completer_handle_brkchars_func_for_completer): Handle
10297 location_completer.
10298 (gdb_custom_word_point_brkchars)
10299 (gdb_org_rl_basic_quote_characters): New.
10300 (gdb_completion_word_break_characters_throw)
10301 (completion_find_completion_word): Handle trackers that use a
10302 custom word point.
10303 (completion_tracker::advance_custom_word_point_by): New.
10304 (completion_tracker::build_completion_result): Don't rely on
10305 readline appending the quote char.
10306 (gdb_rl_attempted_completion_function_throw): Handle trackers that
10307 use a custom word point.
10308 (gdb_rl_attempted_completion_function): Restore
10309 rl_basic_quote_characters.
10310 * completer.h (class completion_tracker): Extend intro comment.
10311 (completion_tracker::set_quote_char)
10312 (completion_tracker::quote_char)
10313 (completion_tracker::set_use_custom_word_point)
10314 (completion_tracker::use_custom_word_point)
10315 (completion_tracker::custom_word_point)
10316 (completion_tracker::set_custom_word_point)
10317 (completion_tracker::advance_custom_word_point_by)
10318 (completion_tracker::completes_to_completion_word)
10319 (completion_tracker::discard_completions): New methods.
10320 (completion_tracker::m_quote_char)
10321 (completion_tracker::m_use_custom_word_point)
10322 (completion_tracker::m_custom_word_point): New fields.
10323 (advance_to_expression_complete_word_point): Declare.
10324 * f-lang.c (f_collect_symbol_completion_matches): Add
10325 complete_symbol_mode parameter.
10326 * language.h (struct language_defn)
10327 <la_collect_symbol_completion_matches>: Add complete_symbol_mode
10328 parameter.
10329 * linespec.c (linespec_keywords): Add NULL terminator. Make extern.
10330 (linespec_complete_function): New function.
10331 (linespec_lexer_lex_keyword): Adjust.
10332 * linespec.h (linespec_keywords, linespec_complete_function): New
10333 declarations.
10334 * location.c (find_end_quote): New function.
10335 (explicit_location_lex_one): Add explicit_completion_info
10336 parameter. Save quoting info. Don't throw if being called for
10337 completion. Don't handle Ada operators here.
10338 (is_cp_operator, skip_op_false_positives, first_of)
10339 (explicit_location_lex_one_function): New function.
10340 (string_to_explicit_location): Replace 'dont_throw' parameter with
10341 an explicit_completion_info pointer parameter. Handle it. Don't
10342 use explicit_location_lex_one to lex function names. Use
10343 explicit_location_lex_one_function instead.
10344 * location.h (struct explicit_completion_info): New.
10345 (string_to_explicit_location): Replace 'dont_throw' parameter with
10346 an explicit_completion_info pointer parameter.
10347 * symtab.c (default_collect_symbol_completion_matches_break_on):
10348 Add complete_symbol_mode parameter. Handle LINESPEC mode.
10349 (default_collect_symbol_completion_matches)
10350 (collect_symbol_completion_matches): Add complete_symbol_mode
10351 parameter.
10352 (collect_symbol_completion_matches_type): Pass down
10353 complete_symbol_mode::EXPRESSION.
10354 (collect_file_symbol_completion_matches): Add complete_symbol_mode
10355 parameter. Handle LINESPEC mode.
10356 * symtab.h (complete_symbol_mode): New.
10357 (default_collect_symbol_completion_matches_break_on)
10358 (default_collect_symbol_completion_matches)
10359 (collect_symbol_completion_matches)
10360 (collect_file_symbol_completion_matches): Add complete_symbol_mode
10361 parameter.
10362
10363 2017-07-17 Pedro Alves <palves@redhat.com>
10364
10365 * utils.c (enum class strncmp_iw_mode): New.
10366 (strcmp_iw): Rename to ...
10367 (strncmp_iw_with_mode): ... this. Add string2_len and mode
10368 parameters. Handle them.
10369 (strncmp_iw): New.
10370 (strcmp_iw): Reimplement as wrapper around strncmp_iw_with_mode.
10371 * utils.h (strncmp_iw): Declare.
10372 (strcmp_iw): Move describing comments here.
10373
10374 2017-07-17 Pedro Alves <palves@redhat.com>
10375
10376 * c-exp.y (operator_stoken): Use CP_OPERATOR_LEN and
10377 CP_OPERATOR_STR.
10378 * c-typeprint.c (is_type_conversion_operator): Use
10379 CP_OPERATOR_STR.
10380 * cp-support.c (LENGTH_OF_OPERATOR): Delete.
10381 (cp_find_first_component_aux): Use CP_OPERATOR_STR and
10382 CP_OPERATOR_LEN.
10383 * cp-support.h (CP_OPERATOR_STR, CP_OPERATOR_LEN): New.
10384 * gnu-v2-abi.c (gnuv2_is_operator_name): Use CP_OPERATOR_STR.
10385 * gnu-v3-abi.c (gnuv3_is_operator_name): Use CP_OPERATOR_STR.
10386 * linespec.c (linespec_lexer_lex_string): Use CP_OPERATOR_LEN and
10387 CP_OPERATOR_STR.
10388 * location.c: Include "cp-support.h".
10389 (explicit_location_lex_one): Use CP_OPERATOR_LEN and
10390 CP_OPERATOR_STR.
10391 * symtab.c (operator_chars): Use CP_OPERATOR_STR and
10392 CP_OPERATOR_LEN.
10393
10394 2017-07-17 Pedro Alves <palves@redhat.com>
10395
10396 * cli/cli-cmds.c (complete_command): Use a completion tracker
10397 along with completion_find_completion_word for handle_brkchars
10398 phase.
10399 * completer.c (RL_QF_SINGLE_QUOTE, RL_QF_DOUBLE_QUOTE)
10400 (RL_QF_BACKSLASH, RL_QF_OTHER_QUOTE): New.
10401 (struct gdb_rl_completion_word_info): New.
10402 (gdb_rl_find_completion_word): New.
10403 (completion_find_completion_word): New.
10404 * completer.h (completion_find_completion_word): Declare.
10405
10406 2017-07-17 Pedro Alves <palves@redhat.com>
10407
10408 * ada-lang.c (symbol_completion_match): Adjust comments.
10409 (symbol_completion_add): Replace vector parameter with
10410 completion_tracker parameter. Use it.
10411 (ada_make_symbol_completion_list): Rename to...
10412 (ada_collect_symbol_completion_matches): ... this. Add
10413 completion_tracker parameter and use it.
10414 (ada_language_defn): Adjust.
10415 * break-catch-syscall.c (catch_syscall_completer): Adjust
10416 prototype and work with completion_tracker instead of VEC.
10417 * breakpoint.c (condition_completer): Adjust prototype and work
10418 with completion_tracker instead of VEC.
10419 * c-lang.c (c_language_defn, cplus_language_defn)
10420 (asm_language_defn, minimal_language_defn): Adjust to renames.
10421 * cli/cli-cmds.c (complete_command): Rework using
10422 completion_tracker. Catch exceptions when completing.
10423 * cli/cli-decode.c (integer_unlimited_completer)
10424 (complete_on_cmdlist, complete_on_enum): Adjust prototype and work
10425 with completion_tracker instead of VEC.
10426 * command.h (struct completion_tracker): Forward declare.
10427 (completer_ftype, completer_handle_brkchars_ftype): Change
10428 types.
10429 (complete_on_cmdlist, complete_on_enum): Adjust.
10430 * completer.c: Include <algorithm>.
10431 (struct gdb_completer_state): New.
10432 (current_completion): New global.
10433 (readline_line_completion_function): Delete.
10434 (noop_completer, filename_completer)
10435 (filename_completer_handle_brkchars, complete_files_symbols)
10436 (linespec_location_completer): Adjust to work with a
10437 completion_tracker instead of a VEC.
10438 (string_or_empty): New.
10439 (collect_explicit_location_matches): Adjust to work with a
10440 completion_tracker instead of a VEC.
10441 (explicit_location_completer): Rename to ...
10442 (complete_explicit_location): ... this and adjust to work with a
10443 completion_tracker instead of a VEC.
10444 (location_completer): Adjust to work with a completion_tracker
10445 instead of a VEC.
10446 (add_struct_fields): Adjust to work with a completion_list instead
10447 of VEC.
10448 (expression_completer): Rename to ...
10449 (complete_expression): ... this and adjust to work with a
10450 completion_tracker instead of a VEC. Use complete_files_symbols.
10451 (expression_completer): Reimplement on top of complete_expression.
10452 (symbol_completer): Adjust to work with a completion_tracker
10453 instead of a VEC.
10454 (enum complete_line_internal_reason): Add describing comments.
10455 (complete_line_internal_normal_command): Adjust to work with a
10456 completion_tracker instead of a VEC.
10457 (complete_line_internal): Rename to ...
10458 (complete_line_internal_1): ... this and adjust to work with a
10459 completion_tracker instead of a VEC. Assert TEXT is NULL in the
10460 handle_brkchars phase.
10461 (new_completion_tracker): Delete.
10462 (complete_line_internal): Reimplement as TRY/CATCH wrapper around
10463 complete_line_internal_1.
10464 (free_completion_tracker): Delete.
10465 (INITIAL_COMPLETION_HTAB_SIZE): New.
10466 (completion_tracker::completion_tracker)
10467 (completion_tracker::~completion_tracker): New.
10468 (maybe_add_completion): Delete.
10469 (completion_tracker::maybe_add_completion)
10470 (completion_tracker::add_completion)
10471 (completion_tracker::add_completions): New.
10472 (throw_max_completions_reached_error): Delete.
10473 (complete_line): Adjust to work with a completion_tracker instead
10474 of a VEC. Don't create a completion_tracker_t or check for max
10475 completions here.
10476 (command_completer, command_completer_handle_brkchars)
10477 (signal_completer, reg_or_group_completer_1)
10478 (reg_or_group_completer, default_completer_handle_brkchars):
10479 Adjust to work with a completion_tracker.
10480 (gdb_completion_word_break_characters_throw): New.
10481 (gdb_completion_word_break_characters): Reimplement.
10482 (line_completion_function): Delete.
10483 (completion_tracker::recompute_lowest_common_denominator)
10484 (expand_preserving_ws)
10485 (completion_tracker::build_completion_result)
10486 (completion_result::completion_result)
10487 (completion_result::completion_result)
10488 (completion_result::~completion_result)
10489 (completion_result::completion_result)
10490 (completion_result::release_match_list, compare_cstrings)
10491 (completion_result::sort_match_list)
10492 (completion_result::reset_match_list)
10493 (gdb_rl_attempted_completion_function_throw)
10494 (gdb_rl_attempted_completion_function): New.
10495 * completer.h (completion_list, struct completion_result)
10496 (class completion_tracker): New.
10497 (complete_line): Add completion_tracker parameter.
10498 (readline_line_completion_function): Delete.
10499 (gdb_rl_attempted_completion_function): New.
10500 (noop_completer, filename_completer, expression_completer)
10501 (location_completer, symbol_completer, command_completer)
10502 (signal_completer, reg_or_group_completer): Update prototypes.
10503 (completion_tracker_t, new_completion_tracker)
10504 (make_cleanup_free_completion_tracker): Delete.
10505 (enum maybe_add_completion_enum): Delete.
10506 (maybe_add_completion): Delete.
10507 (throw_max_completions_reached_error): Delete.
10508 * corefile.c (complete_set_gnutarget): Adjust to work with a
10509 completion_tracker instead of a VEC.
10510 * cp-abi.c (cp_abi_completer): Adjust to work with a
10511 completion_tracker instead of a VEC.
10512 * d-lang.c (d_language_defn): Adjust.
10513 * disasm.c (disassembler_options_completer): Adjust to work with a
10514 completion_tracker instead of a VEC.
10515 * f-lang.c (f_make_symbol_completion_list): Rename to ...
10516 (f_collect_symbol_completion_matches): ... this. Adjust to work
10517 with a completion_tracker instead of a VEC.
10518 (f_language_defn): Adjust.
10519 * go-lang.c (go_language_defn): Adjust.
10520 * guile/scm-cmd.c (cmdscm_add_completion, cmdscm_completer):
10521 Adjust to work with a completion_tracker instead of a VEC.
10522 * infrun.c (handle_completer): Likewise.
10523 * interps.c (interpreter_completer): Likewise.
10524 * interps.h (interpreter_completer): Likewise.
10525 * language.c (unknown_language_defn, auto_language_defn)
10526 (local_language_defn): Adjust.
10527 * language.h (language_defn::la_make_symbol_completion_list):
10528 Rename to ...
10529 (language_defn::la_collect_symbol_completion_matches): ... this
10530 and adjust to work with a completion_tracker instead of a VEC.
10531 * m2-lang.c (m2_language_defn): Adjust.
10532 * objc-lang.c (objc_language_defn): Adjust.
10533 * opencl-lang.c (opencl_language_defn): Adjust.
10534 * p-lang.c (pascal_language_defn): Adjust.
10535 * python/py-cmd.c (cmdpy_completer_helper): Handle NULL word.
10536 (cmdpy_completer_handle_brkchars, cmdpy_completer): Adjust to work
10537 with a completion_tracker.
10538 * rust-lang.c (rust_language_defn): Adjust.
10539 * symtab.c (free_completion_list, do_free_completion_list)
10540 (return_val, completion_tracker): Delete.
10541 (completion_list_add_name, completion_list_add_symbol)
10542 (completion_list_add_msymbol, completion_list_objc_symbol)
10543 (completion_list_add_fields, add_symtab_completions): Add
10544 completion_tracker parameter and use it.
10545 (default_make_symbol_completion_list_break_on_1): Rename to...
10546 (default_collect_symbol_completion_matches_break_on): ... this.
10547 Add completion_tracker parameter and use it instead of allocating
10548 a completion tracker here.
10549 (default_make_symbol_completion_list_break_on): Delete old
10550 implementation.
10551 (default_make_symbol_completion_list): Delete.
10552 (default_collect_symbol_completion_matches): New.
10553 (make_symbol_completion_list): Delete.
10554 (collect_symbol_completion_matches): New.
10555 (make_symbol_completion_type): Rename to ...
10556 (collect_symbol_completion_matches_type): ... this. Add
10557 completion_tracker parameter and use it instead of VEC.
10558 (make_file_symbol_completion_list_1): Rename to...
10559 (collect_file_symbol_completion_matches): ... this. Add
10560 completion_tracker parameter and use it instead of VEC.
10561 (make_file_symbol_completion_list): Delete.
10562 (add_filename_to_list): Use completion_list instead of a VEC.
10563 (add_partial_filename_data::list): Now a completion_list.
10564 (make_source_files_completion_list): Work with a completion_list
10565 instead of a VEC.
10566 * symtab.h: Include "completer.h".
10567 (default_make_symbol_completion_list_break_on)
10568 (default_make_symbol_completion_list, make_symbol_completion_list)
10569 (make_symbol_completion_type, make_file_symbol_completion_list)
10570 (make_source_files_completion_list): Delete.
10571 (default_collect_symbol_completion_matches_break_on)
10572 (default_collect_symbol_completion_matches)
10573 (collect_symbol_completion_matches)
10574 (collect_symbol_completion_matches_type)
10575 (collect_file_symbol_completion_matches)
10576 (make_source_files_completion_list): New.
10577 * top.c (init_main): Don't install a rl_completion_entry_function
10578 hook. Install a rl_attempted_completion_function hook instead.
10579 * tui/tui-layout.c (layout_completer): Adjust to work with a
10580 completion_tracker.
10581 * tui/tui-regs.c (tui_reggroup_completer):
10582 * tui/tui-win.c (window_name_completer, focus_completer)
10583 (winheight_completer): Adjust to work with a completion_tracker.
10584 * value.c: Include "completer.h".
10585 (complete_internalvar): Adjust to work with a completion_tracker.
10586 * value.h (complete_internalvar): Likewise.
10587
10588 2017-07-17 Pedro Alves <palves@redhat.com>
10589
10590 * cli/cli-decode.c (set_cmd_completer_handle_brkchars): Adjust to
10591 renames.
10592 * cli/cli-decode.h (struct cmd_list_element) <completer>: Move
10593 comments to completer_ftype's declaration.
10594 <completer_handle_brkchars>: Change type to
10595 completer_handle_brkchars_ftype.
10596 * command.h (completer_ftype): Add describing comment and give
10597 names to parameters.
10598 (completer_ftype_void): Rename to ...
10599 (completer_handle_brkchars_ftype) ... this. Add describing comment.
10600 (set_cmd_completer_handle_brkchars): Adjust.
10601 * completer.c (filename_completer_handle_brkchars): New function.
10602 (complete_line_internal_normal_command): New function, factored
10603 out from ...
10604 (complete_line_internal): ... here.
10605 (command_completer_handle_brkchars)
10606 (default_completer_handle_brkchars)
10607 (completer_handle_brkchars_func_for_completer): New functions.
10608 * completer.h (set_gdb_completion_word_break_characters): Delete
10609 declaration.
10610 (completer_handle_brkchars_func_for_completer): New declaration.
10611 * python/py-cmd.c (cmdpy_completer_handle_brkchars): Adjust to use
10612 completer_handle_brkchars_func_for_completer.
10613
10614 2017-07-17 Pedro Alves <palves@redhat.com>
10615
10616 * completer.c (symbol_completer): New function, based on
10617 make_symbol_completion_list_fn.
10618 * completer.h (symbol_completer): New declaration.
10619 * guile/scm-cmd.c (cmdscm_completers): Adjust.
10620 * python/py-cmd.c (completers): Adjust.
10621 * symtab.c (make_symbol_completion_list_fn): Delete.
10622 * symtab.h (make_symbol_completion_list_fn): Delete.
10623 * cli/cli-decode.c (add_cmd): Adjust.
10624
10625 2017-07-17 Pedro Alves <palves@redhat.com>
10626
10627 * Makefile.in (COMMON_OBS): Add filename-seen-cache.o.
10628 * dwarf2read.c: Include "filename-seen-cache.h".
10629 * dwarf2read.c (dwarf2_per_objfile) <filenames_cache>: New field.
10630 (dw2_map_symbol_filenames): Build and use a filenames_seen_cache.
10631 * filename-seen-cache.c: New file.
10632 * filename-seen-cache.h: New file.
10633 * symtab.c: Include "filename-seen-cache.h".
10634 (struct filename_seen_cache, INITIAL_FILENAME_SEEN_CACHE_SIZE)
10635 (create_filename_seen_cache, clear_filename_seen_cache)
10636 (delete_filename_seen_cache, filename_seen): Delete, parts moved
10637 to filename-seen-cache.h/filename-seen-cache.c.
10638 (output_source_filename, sources_info)
10639 (maybe_add_partial_symtab_filename)
10640 (make_source_files_completion_list): Adjust to use
10641 filename_seen_cache.
10642
10643 2017-07-17 Pedro Alves <palves@redhat.com>
10644
10645 * dwarf2read.c (dwarf2_per_objfile): In-class initialize all
10646 fields.
10647 (dwarf2_per_objfile::dwarf2_per_objfile(objfile*, const
10648 dwarf2_debug_sections*)): New.
10649 (dwarf2_per_objfile::dwarf2_per_objfile(const
10650 dwarf2_per_objfile&)): Declare as deleted.
10651 (dwarf2_per_objfile::operator=): Declare as deleted.
10652 (dwarf2_per_objfile::dwarf2_per_objfile)
10653 (dwarf2_per_objfile::~dwarf2_per_objfile)
10654 (dwarf2_per_objfile::free_cached_comp_units): New.
10655 (dwarf2_has_info): dwarf2_per_objfile initialization code moved to
10656 ctor. Call dwarf2_per_objfile's ctor manually.
10657 (dwarf2_locate_sections): Deleted/refactored as ...
10658 (dwarf2_per_objfile::locate_sections): ... this new method.
10659 (free_cached_comp_units): Defer to
10660 dwarf2_per_objfile::free_cached_comp_units.
10661 (dwarf2_free_objfile): Call dwarf2_per_objfile's dtor manually.
10662
10663 2017-07-14 Tom Tromey <tom@tromey.com>
10664
10665 PR rust/21764:
10666 * rust-exp.y (convert_ast_to_expression): Add "want_type"
10667 parameter.
10668 <UNOP_SIZEOF>: Split into separate case.
10669 <UNOP_VAR_VALUE>: Handle want_type. Add error case.
10670
10671 2017-07-14 Tom Tromey <tom@tromey.com>
10672
10673 PR rust/21763:
10674 * symtab.c (symbol_matches_domain): Add language_rust to special
10675 case.
10676 * rust-exp.y (convert_ast_to_expression) <OP_VAR_VALUE>: Don't
10677 treat LOC_TYPEDEF symbols as variables.
10678
10679 2017-07-14 Pedro Alves <palves@redhat.com>
10680
10681 * symtab.c (make_file_symbol_completion_list_1): Iterate over
10682 symtabs matching all symtabs with SRCFILE as file name instead of
10683 only considering the first hit, with lookup_symtab.
10684
10685 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
10686
10687 * ax-gdb.c (gen_aggregate_elt_ref): Remove operand_name and
10688 operator_name parameters.
10689 (gen_expr): Update function call.
10690
10691 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
10692
10693 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Remove gdbarch
10694 parameter.
10695 * symtab.h (struct symbol_computed_ops::tracepoint_var_ref):
10696 Likewise.
10697 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove gdbarch
10698 parameter, use agent_expr::gdbarch instead, update function
10699 calls.
10700 (locexpr_tracepoint_var_ref): Likewise.
10701 (loclist_tracepoint_var_ref): Likewise.
10702 * ax-gdb.c (gen_trace_static_fields): Likewise.
10703 (gen_traced_pop): Likewise.
10704 (gen_frame_args_address): Likewise.
10705 (gen_frame_locals_address): Likewise.
10706 (gen_var_ref): Likewise.
10707 (gen_struct_ref_recursive): Likewise.
10708 (gen_static_field): Likewise.
10709 (gen_maybe_namespace_elt): Likewise.
10710 (gen_expr): Likewise.
10711 (gen_trace_for_var): Likewise.
10712 (gen_trace_for_expr): Likewise.
10713 (gen_trace_for_return_address): Likewise.
10714
10715 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
10716
10717 * ax-gdb.c (gen_deref, gen_address_of): Remove unused ax
10718 parameter.
10719 (gen_struct_ref, gen_expr, gen_expr_binop_rest): Update call.
10720
10721 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
10722
10723 * ax-gdb.c (gen_usual_unary): Remove exp parameter, get gdbarch
10724 from ax, update calls.
10725 (gen_usual_arithmetic): Likewise.
10726 (gen_integral_promotions): Likewise.
10727 (gen_bitfield_ref): Likewise.
10728 (gen_primitive_field): Likewise.
10729 (gen_struct_ref_recursive): Likewise.
10730 (gen_struct_ref): Likewise.
10731 (gen_maybe_namespace_elt): Likewise.
10732 (gen_struct_elt_for_reference): Likewise.
10733 (gen_namespace_elt): Likewise.
10734 (gen_aggregate_elt_ref): Likewise.
10735 (gen_expr): Get gdbarch from ax, update calls.
10736 (gen_expr_binop_rest): Likewise.
10737
10738 2017-07-13 Pedro Alves <palves@redhat.com>
10739
10740 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Pass tdesc_amd64
10741 as default tdesc.
10742 * amd64-dicos-tdep.c (amd64_dicos_init_abi):
10743 * amd64-fbsd-tdep.c (amd64fbsd_init_abi):
10744 * amd64-linux-tdep.c (amd64_linux_init_abi): Pass
10745 tdesc_amd64_linux as default tdesc. Get final tdesc from the
10746 tdep.
10747 (amd64_x32_linux_init_abi): Pass tdesc_x32_linux as default tdesc.
10748 Get final tdesc from the tdep.
10749 * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Pass tdesc_amd64 as
10750 default tdesc.
10751 * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
10752 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
10753 * amd64-tdep.c (amd64_init_abi): Add 'default_tdesc' parameter.
10754 Use it as default tdesc.
10755 (amd64_x32_init_abi): Add 'default_tdesc' parameter, and pass it
10756 down to amd_init_abi. No longer handle fallback tdesc here.
10757 * amd64-tdep.h (tdesc_x32): Declare.
10758 (amd64_init_abi, amd64_x32_init_abi): Add 'default_tdesc'
10759 parameter.
10760 * amd64-windows-tdep.c (amd64_windows_init_abi): Pass tdesc_amd64
10761 as default tdesc.
10762
10763 2017-07-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10764
10765 * s390-linux-tdep.c (s390_process_record): Add support for
10766 instructions new in arch12.
10767
10768 2017-07-11 John Baldwin <jhb@FreeBSD.org>
10769
10770 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
10771 PT_GETFSBASE and PT_GETGSBASE.
10772 (amd64bsd_store_inferior_registers): Use PT_SETFSBASE and
10773 PT_SETGSBASE.
10774
10775 2017-07-11 John Baldwin <jhb@FreeBSD.org>
10776
10777 * features/Makefile (amd64.dat, amd64-avx.dat, amd64-mpx.dat)
10778 (amd64-avx-mpx.dat, amd64-avx-avx512.dat)
10779 (amd64-avx-mpx-avx512-pku.dat): Add i386/64bit-segments.xml in
10780 those rules.
10781 * features/i386/amd64-avx-avx512.xml: Add 64bit-segments.xml.
10782 * features/i386/amd64-avx-mpx-avx512-pku.xml: Add 64bit-segments.xml.
10783 * features/i386/amd64-avx-mpx.xml: Add 64bit-segments.xml.
10784 * features/i386/amd64-avx.xml: Add 64bit-segments.xml.
10785 * features/i386/amd64-mpx.xml: Add 64bit-segments.xml.
10786 * features/i386/amd64.xml: Add 64bit-segments.xml.
10787 * features/i386/amd64-avx-avx512.c: Regenerated.
10788 * features/i386/amd64-avx-mpx-avx512-pku.c: Regenerated.
10789 * features/i386/amd64-avx-mpx.c: Regenerated.
10790 * features/i386/amd64-avx.c: Regenerated.
10791 * features/i386/amd64-mpx.c: Regenerated.
10792 * features/i386/amd64.c: Regenerated.
10793 * regformats/i386/amd64-avx-avx512.dat: Regenerated.
10794 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
10795 * regformats/i386/amd64-avx-mpx.dat: Regenerated.
10796 * regformats/i386/amd64-avx.dat: Regenerated.
10797 * regformats/i386/amd64-mpx.dat: Regenerated.
10798 * regformats/i386/amd64.dat: Regenerated.
10799
10800 2017-07-10 Yao Qi <yao.qi@linaro.org>
10801
10802 * features/i386/amd64-avx-avx512-linux.c: Re-generated.
10803 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
10804
10805 2017-07-10 Anton Kolesov <Anton.Kolesov@synopsys.com>
10806
10807 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add setenv and
10808 unsetenv.
10809 * gnulib/aclocal.m4: Regenerate.
10810 * gnulib/config.in: Regenerate.
10811 * gnulib/configure: Regenerate.
10812 * gnulib/import/Makefile.am: Regenerate.
10813 * gnulib/import/Makefile.in: Regenerate.
10814 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
10815 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
10816 * gnulib/import/m4/environ.m4: New file.
10817 * gnulib/import/m4/setenv.m4: New file.
10818 * gnulib/import/setenv.c: New file.
10819 * gnulib/import/unsetenv.c: New file.
10820
10821 2017-07-09 Simon Marchi <simon.marchi@ericsson.com>
10822
10823 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Read
10824 address when op is DW_OP_addr.
10825
10826 2017-07-09 Tom Tromey <tom@tromey.com>
10827
10828 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Reverse size
10829 check and apply to outer type.
10830
10831 2017-07-07 John Baldwin <jhb@FreeBSD.org>
10832
10833 * fbsd-tdep.c (LWPINFO_OFFSET, LWPINFO_PL_FLAGS)
10834 (LWPINFO64_PL_SIGINFO, LWPINFO32_PL_SIGINFO, PL_FLAG_SI)
10835 (SIZE64_SIGINFO_T, SIZE32_SIGINFO_T, fbsd_core_xfer_siginfo): New.
10836 (fbsd_init_abi): Install gdbarch "core_xfer_siginfo" method.
10837
10838 2017-07-07 John Baldwin <jhb@FreeBSD.org>
10839
10840 * fbsd-tdep.c (fbsd_core_thread_name): Use thread_section_name.
10841
10842 2017-07-07 John Baldwin <jhb@FreeBSD.org>
10843
10844 * corelow.c (get_core_siginfo): Remove.
10845 (core_xfer_partial): Use the gdbarch "core_xfer_siginfo" method
10846 instead of get_core_siginfo.
10847 * gdbarch.sh (core_xfer_siginfo): New gdbarch callback.
10848 * gdbarch.h: Re-generate.
10849 * gdbarch.c: Re-generate.
10850 * linux-tdep.c (linux_core_xfer_siginfo): New.
10851 (linux_init_abi): Install gdbarch "core_xfer_siginfo" method.
10852
10853 2017-07-07 John Baldwin <jhb@FreeBSD.org>
10854
10855 * corelow.c (thread_section_name): Move to ...
10856 * gdbcore.h (thread_section_name): ... here.
10857
10858 2017-07-07 John Baldwin <jhb@FreeBSD.org>
10859
10860 * fbsd-nat.c [PT_LWPINFO && __LP64__] (union sigval32)
10861 (struct siginfo32): New.
10862 [PT_LWPINFO] (fbsd_siginfo_size, fbsd_convert_siginfo): New.
10863 (fbsd_xfer_partial) [PT_LWPINFO]: Handle TARGET_OBJECT_SIGNAL_INFO
10864 via ptrace(PT_LWPINFO).
10865
10866 2017-07-07 John Baldwin <jhb@FreeBSD.org>
10867
10868 * fbsd-tdep.c (fbsd_gdbarch_data_handle, struct fbsd_gdbarch_data)
10869 (init_fbsd_gdbarch_data, get_fbsd_gdbarch_data)
10870 (fbsd_get_siginfo_type): New.
10871 (fbsd_init_abi): Install gdbarch "get_siginfo_type" method.
10872 (_initialize_fbsd_tdep): New.
10873
10874 2017-07-06 David Blaikie <dblaikie@gmail.com>
10875
10876 * dwarf2read.c (struct dwo_file): Use a htab of dwo_unit* (rather than
10877 a singular dwo_unit*) to support multiple CUs in the same way that
10878 multiple TUs are supported.
10879 (create_cus_hash_table): Replace create_dwo_cu with a function for
10880 parsing multiple CUs from a DWO file.
10881 (open_and_init_dwo_file): Use create_cus_hash_table rather than
10882 create_dwo_cu.
10883 (lookup_dwo_cutu): Lookup CU in the hash table in the dwo_file with
10884 htab_find, rather than comparing the signature to a singleton CU in
10885 the dwo_file.
10886
10887 2017-07-06 Pedro Alves <palves@redhat.com>
10888
10889 * python/py-unwind.c (pyuw_dealloc_cache): Fix for loop condition.
10890
10891 2017-07-04 Pedro Alves <palves@redhat.com>
10892
10893 * gdbtypes.c (recursive_dump_type): Don't reference TYPE_STATIC.
10894 * gdbtypes.h (TYPE_STATIC): Delete.
10895 (struct fn_field) <is_public, is_abstract, is_static, is_final,
10896 is_synchronized, is_native>: Delete.
10897 <dummy>: Bump.
10898 (TYPE_FN_FIELD_PUBLIC, TYPE_FN_FIELD_STATIC, TYPE_FN_FIELD_FINAL)
10899 (TYPE_FN_FIELD_SYNCHRONIZED, TYPE_FN_FIELD_NATIVE)
10900 (TYPE_FN_FIELD_ABSTRACT): Delete.
10901
10902 2017-07-03 Simon Marchi <simon.marchi@ericsson.com>
10903
10904 * buffer.h (buffer_finish): Fix spelling mistakes.
10905
10906 2017-07-01 Eli Zaretskii <eliz@gnu.org>
10907
10908 * .dir-locals.el: Automatically switch to C-style comments in
10909 versions of Emacs that support the feature.
10910
10911 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
10912 Pedro Alves <palves@redhat.com>
10913
10914 PR cli/21688
10915 * cli/cli-script.c (command_name_equals_not_inline): Remove function.
10916 (process_next_line): New variable 'inline_cmd'.
10917 Adjust 'if' clauses for "python", "compile" and "guile" to use
10918 'command_name_equals' and check for '!inline_cmd'.
10919
10920 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
10921
10922 PR cli/21688
10923 * cli/cli-script.c (command_name_equals_not_inline): New function.
10924 (process_next_line): Adjust 'if' clauses for "python", "compile"
10925 and "guile" to use command_name_equals_not_inline.
10926
10927 2017-06-29 Pedro Alves <palves@redhat.com>
10928
10929 * completer.c (expression_completer): Call
10930 linespec_location_completer instead of location_completer.
10931
10932 2017-06-29 Pedro Alves <palves@redhat.com>
10933
10934 * completer.c (expression_completer): Remove code that recomputes
10935 'text' from 'word'.
10936
10937 2017-06-29 Yao Qi <yao.qi@linaro.org>
10938
10939 * regformats/regdat.sh: Generate code with
10940 "ifndef IN_PROCESS_AGENT".
10941
10942 2017-06-28 Pedro Alves <palves@redhat.com>
10943
10944 * command.h: Include "common/scoped_restore.h".
10945
10946 2017-06-28 Yao Qi <yao.qi@linaro.org>
10947
10948 * mi/mi-cmd-break.c (mi_argv_to_format): Use obstack_grow_str
10949 instead of obstack_grow.
10950
10951 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
10952
10953 PR gdb/21337
10954 * symfile.c (reread_symbols): Call objfiles_changed just before
10955 read_symbols.
10956
10957 2017-06-27 Pedro Alves <palves@redhat.com>
10958
10959 * symtab.c (COMPLETION_LIST_ADD_SYMBOL)
10960 (MCOMPLETION_LIST_ADD_SYMBOL): Delete macros, replace with ...
10961 (completion_list_add_symbol, completion_list_add_msymbol):
10962 ... these new functions.
10963 (add_symtab_completions)
10964 (default_make_symbol_completion_list_break_on_1): Adjust.
10965
10966 2017-06-27 Pedro Alves <palves@redhat.com>
10967
10968 * objfiles.c (get_objfile_bfd_data): Call bfd_alloc instead of
10969 bfd_zalloc. Call objfile_per_bfd_storage's ctor.
10970 (free_objfile_per_bfd_storage): Call objfile_per_bfd_storage's
10971 dtor.
10972 * objfiles.h (objfile_per_bfd_storage): Add ctor. Make
10973 'storage_obstack' field an auto_obstack. In-class initialize all
10974 non-bitfield fields. Make minsyms_read bool.
10975 * symfile.c (read_symbols): Adjust.
10976
10977 2017-06-27 Alan Hayward <alan.hayward@arm.com>
10978
10979 * remote-sim.c (gdbsim_fetch_register): Use byte_vector.
10980 (gdbsim_store_register): Likewise.
10981
10982 2017-06-27 Pedro Alves <palves@redhat.com>
10983
10984 * c-exp.y (name_obstack): Now an auto_obstack.
10985 (yylex): Use auto_obstack::clear.
10986 (c_parse): Use auto_obstack::clear instead of reinitializing and
10987 freeing the obstack.
10988 * c-lang.c (evaluate_subexp_c): Use auto_obstack.
10989 * d-exp.y (name_obstack): Now an auto_obstack.
10990 (yylex): Use auto_obstack::clear.
10991 (d_parse): Use auto_obstack::clear instead of reinitializing and
10992 freeing the obstack.
10993 * dwarf2loc.c (fetch_const_value_from_synthetic_pointer): Use
10994 auto_obstack.
10995 * dwarf2read.c (create_addrmap_from_index)
10996 (dwarf2_build_psymtabs_hard)
10997 (update_enumeration_type_from_children): Likewise.
10998 * gdb_obstack.h (auto_obstack): New type.
10999 * go-exp.y (name_obstack): Now an auto_obstack.
11000 (build_packaged_name): Use auto_obstack::clear.
11001 (go_parse): Use auto_obstack::clear instead of reinitializing and
11002 freeing the obstack.
11003 * linux-tdep.c (linux_make_mappings_corefile_notes): Use
11004 auto_obstack.
11005 * printcmd.c (printf_wide_c_string, ui_printf): Use auto_obstack.
11006 * rust-exp.y (work_obstack): Now an auto_obstack.
11007 (rust_parse, rust_lex_tests): Use auto_obstack::clear instead of
11008 reinitializing and freeing the obstack.
11009 * utils.c (do_obstack_free, make_cleanup_obstack_free): Delete.
11010 (host_char_to_target): Use auto_obstack.
11011 * utils.h (make_cleanup_obstack_free): Delete declaration.
11012 * valprint.c (generic_emit_char, generic_printstr): Use
11013 auto_obstack.
11014
11015 2017-06-27 Simon Marchi <simon.marchi@ericsson.com>
11016
11017 * darwin-nat.c (darwin_check_new_threads): Don't handle dummy
11018 thread.
11019 (darwin_init_thread_list): Don't update dummy thread.
11020 (darwin_create_inferior, darwin_attach): Don't add a dummy thread.
11021
11022 2017-06-26 Simon Marchi <simon.marchi@ericsson.com>
11023
11024 * record-full.c (netorder16): Remove.
11025
11026 2017-06-26 Simon Marchi <simon.marchi@ericsson.com>
11027
11028 * common/diagnostics.h: Define macros for GCC.
11029 (DIAGNOSTIC_IGNORE_UNUSED_FUNCTION): New macro.
11030 * common/vec.h: Include diagnostics.h.
11031 (DIAGNOSTIC_IGNORE_UNUSED_VEC_FUNCTION): New macro.
11032 (DEF_VEC_I, DEF_VEC_P, DEF_VEC_O): Ignore -Wunused-function
11033 warning.
11034
11035 2017-06-26 Simon Marchi <simon.marchi@ericsson.com>
11036
11037 * common/diagnostics.h (DIAGNOSTIC_IGNORE_DEPRECATED_REGISTER):
11038 New macro.
11039 * ada-lex.l: Ignore deprecated register warnings.
11040
11041 2017-06-25 Simon Marchi <simon.marchi@ericsson.com>
11042
11043 * main.c (get_init_files): Replace "SYSTEM_GDBINIT +
11044 datadir_len" with "&SYSTEM_GDBINIT[datadir_len]".
11045
11046 2017-06-25 Simon Marchi <simon.marchi@ericsson.com>
11047
11048 * dtrace-probe.c (dtrace_process_dof_probe): Put semi-colon on
11049 its own line.
11050
11051 2017-06-25 Simon Marchi <simon.marchi@ericsson.com>
11052
11053 * nat/x86-dregs.c (x86_show_dr): Print registers one per line.
11054
11055 2017-06-23 Alan Hayward <alan.hayward@arm.com>
11056
11057 * xtensa-tdep.c (XTENSA_MAX_REGISTER_SIZE): Add.
11058 (xtensa_register_write_masked): Use XTENSA_MAX_REGISTER_SIZE.
11059 (xtensa_register_read_masked): Likewise.
11060
11061 2017-06-22 Sergio Durigan Junior <sergiodj@redhat.com>
11062
11063 * common/environ.c (gdb_environ::unset): Update comment.
11064
11065 2017-06-22 Alan Hayward <alan.hayward@arm.com>
11066
11067 * python/py-unwind.c (pyuw_sniffer): Allocate space for
11068 registers.
11069
11070 2017-06-22 Alan Hayward <alan.hayward@arm.com>
11071
11072 * record-full.c (record_full_exec_insn): Use byte_vector.
11073
11074 2017-06-22 Yao Qi <yao.qi@linaro.org>
11075
11076 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Regenerated.
11077 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
11078
11079 2017-06-22 Alan Hayward <alan.hayward@arm.com>
11080
11081 * remote.c (cached_reg): Move from here...
11082 * regcache.h (cached_reg): ...to here.
11083 * python/py-unwind.c (struct reg_info): Remove.
11084 (cached_frame_info): Use cached_reg_t.
11085 (pyuw_prev_register): Likewise.
11086 (pyuw_sniffer): Use cached_reg_t and allocate registers.
11087 (pyuw_dealloc_cache): Free all registers.
11088
11089 2017-06-22 Pedro Alves <palves@redhat.com>
11090 Simon Marchi <simon.marchi@ericsson.com>
11091
11092 * unittests/environ-selftests.c (run_tests): Ignore -Wself-move
11093 warning.
11094 * common/diagnostics.h: New file.
11095
11096 2017-06-22 Pedro Alves <palves@redhat.com>
11097
11098 * common/agent.h: Add include guards.
11099
11100 2017-06-21 Simon Marchi <simon.marchi@ericsson.com>
11101
11102 * target.h (struct target_ops) <to_xfer_partial>: Update doc to
11103 talk about addressable units instead of bytes.
11104
11105 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
11106
11107 * common/environ.c (gdb_environ::unset): Use '::iterator' instead
11108 of '::const_iterator'.
11109
11110 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
11111
11112 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
11113 'unittests/environ-selftests.c'.
11114 (SUBDIR_UNITTESTS_OBS): Add 'environ-selftests.o'.
11115 * charset.c (find_charset_names): Declare object 'iconv_env'.
11116 Update code to use 'iconv_env' object. Remove call to
11117 'free_environ'.
11118 * common/environ.c: Include <utility>.
11119 (make_environ): Delete function.
11120 (free_environ): Delete function.
11121 (gdb_environ::clear): New function.
11122 (gdb_environ::operator=): New function.
11123 (gdb_environ::get): Likewise.
11124 (environ_vector): Delete function.
11125 (set_in_environ): Delete function.
11126 (gdb_environ::set): New function.
11127 (unset_in_environ): Delete function.
11128 (gdb_environ::unset): New function.
11129 (gdb_environ::envp): Likewise.
11130 * common/environ.h: Include <vector>.
11131 (struct gdb_environ): Delete; transform into...
11132 (class gdb_environ): ... this class.
11133 (free_environ): Delete prototype.
11134 (init_environ, get_in_environ, set_in_environ, unset_in_environ,
11135 environ_vector): Likewise.
11136 * infcmd.c (run_command_1): Update code to call
11137 'envp' from 'gdb_environ' class.
11138 (environment_info): Update code to call methods from 'gdb_environ'
11139 class.
11140 (unset_environment_command): Likewise.
11141 (path_info): Likewise.
11142 (path_command): Likewise.
11143 * inferior.c (inferior::~inferior): Delete call to 'free_environ'.
11144 (inferior::inferior): Initialize 'environment' using the host's
11145 information.
11146 * inferior.h: Remove forward declaration of 'struct gdb_environ'.
11147 Include "environ.h".
11148 (class inferior) <environment>: Change type from 'struct
11149 gdb_environ' to 'gdb_environ'.
11150 * mi/mi-cmd-env.c (mi_cmd_env_path): Update code to call
11151 methods from 'gdb_environ' class.
11152 * solib.c (solib_find_1): Likewise
11153 * unittests/environ-selftests.c: New file.
11154
11155 2017-06-20 Yao Qi <yao.qi@linaro.org>
11156
11157 * features/i386/i386-linux.xml: Exchange the order of including
11158 32bit-linux.xml and 32bit-sse.xml.
11159 * features/i386/i386-linux.c: Regenerated.
11160
11161 2017-06-20 Yao Qi <yao.qi@linaro.org>
11162
11163 * target-descriptions.c (tdesc_reg): Add ctor, dtor.
11164 Delete copy ctor and assignment operator.
11165 (tdesc_type): Likewise.
11166 (tdesc_feature): Likewise.
11167 (tdesc_free_reg): Remove.
11168 (tdesc_create_reg): Use new.
11169 (tdesc_free_type): Remove.
11170 (tdesc_create_vector): Use new.
11171 (tdesc_create_union): Likewise.
11172 (tdesc_create_flags): Likewise.
11173 (tdesc_create_enum): Likewise.
11174 (tdesc_free_feature): Delete.
11175 (free_target_description): Use delete.
11176
11177 2017-06-19 John Baldwin <jhb@FreeBSD.org>
11178
11179 * mips-tdep.c (print_gp_register_row): Don't error for unavailable
11180 registers.
11181
11182 2017-06-19 Pedro Alves <palves@redhat.com>
11183
11184 * dwarf2read.c (write_psymtabs_to_index): Construct file_closer
11185 after gdb::unlinker.
11186
11187 2017-06-19 Sergio Durigan Junior <sergiodj@redhat.com>
11188
11189 * mi/mi-cm-env.c (_initialize_mi_cmd_env): Use getenv instead of
11190 gdb_environ to access an environment variable.
11191
11192 2017-06-18 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11193
11194 * nat/linux-ptrace.c (linux_fork_to_function): Add cast to
11195 gdb_byte*.
11196
11197 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
11198
11199 * nat/fork-inferior.h (trace_start_error): Add ATTRIBUTE_PRINTF.
11200
11201 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
11202
11203 * configure: Re-generate.
11204 * warning.m4 (build_warnings): Add -Wno-mismatched-tags.
11205
11206 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
11207
11208 * configure: Re-generate.
11209 * warning.m4: Pass -Werror to compiler when checking for
11210 supported warning flags.
11211
11212 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
11213
11214 * Makefile.in (COMPILE.pre): Add "-x c++".
11215
11216 2017-06-16 Alan Hayward <alan.hayward@arm.com>
11217 Pedro Alves <palves@redhat.com>
11218 Yao Qi <yao.qi@linaro.org>
11219
11220 * defs.h (RequireLongest): New.
11221 (extract_integer): Declare function template.
11222 (extract_signed_integer): Remove the declaration, but define it
11223 static inline.
11224 (extract_unsigned_integer): Likewise.
11225 (store_integer): Declare function template.
11226 (store_signed_integer): Remove the declaration, but define it
11227 static inline.
11228 (store_unsigned_integer): Likewise.
11229 * findvar.c (extract_integer): New function template.
11230 (extract_signed_integer): Remove.
11231 (extract_unsigned_integer): Remove.
11232 (extract_integer<LONGEST>, extract_integer<ULONGEST>): Explicit
11233 instantiations.
11234 (store_integer): New function template.
11235 (store_signed_integer): Remove.
11236 (store_unsigned_integer): Remove.
11237 (store_integer): Explicit instantiations.
11238 * regcache.c (regcache_raw_read_signed): Update.
11239 (regcache::raw_read): New function.
11240 (regcache::raw_read_signed): Remove.
11241 (regcache::raw_read_unsigned): Remove.
11242 (regcache_raw_read_unsigned): Update.
11243 (regcache_raw_write_unsigned): Update.
11244 (regcache::raw_write_signed): Remove.
11245 (regcache::raw_write): New function.
11246 (regcache_cooked_read_signed): Update.
11247 (regcache::raw_write_unsigned): Remove.
11248 (regcache::cooked_read_signed): Remove.
11249 (regcache_cooked_read_unsigned): Update.
11250 (regcache::cooked_read_unsigned): Remove.
11251 (regcache_cooked_write_signed): Update.
11252 (regcache_cooked_write_unsigned): Update.
11253 * regcache.h (regcache) <raw_read_signed>: Remove.
11254 <raw_write_signed, raw_read_unsigned, raw_write_unsigned>: Remove.
11255 <raw_read, raw_write>: New.
11256 <cooked_read_signed, cooked_write_signed>: Remove.
11257 <cooked_write_unsigned, cooked_read_unsigned>: Remove.
11258 <cooked_read, cooked_write>: New.
11259 * sh64-tdep.c (sh64_pseudo_register_read): Update.
11260 (sh64_pseudo_register_write): Update.
11261
11262 2017-06-16 Anton Kolesov <anton.kolesov@synopsys.com>
11263
11264 * arc-tdep.c (arc_disassembler_options): New variable.
11265 (arc_gdbarch_init): Set and use it. Use arc_delayed_print_insn instead
11266 of default_print_insn.
11267 (arc_delayed_print_insn): Set info->section when needed,
11268 use default_print_insn to retrieve a disassembler.
11269
11270 2017-06-14 Sergio Durigan Junior <sergiodj@redhat.com>
11271
11272 PR gdb/21574
11273 * infcmd.c (_initialize_infcmd): Expand "help run" documentation
11274 to mention $SHELL and startup-with-shell.
11275
11276 2017-06-14 Max Filippov <jcmvbkbc@gmail.com>
11277
11278 * MAINTAINERS: Move Maxim Grigoriev to the Past Maintainers.
11279
11280 2017-06-14 Yao Qi <yao.qi@linaro.org>
11281
11282 * aarch64-tdep.c (aarch64_gdb_print_insn): Call
11283 default_print_insn instead of print_insn_aarch64.
11284 * arm-tdep.c (gdb_print_insn_arm): Call
11285 default_print_insn instead of print_insn_big_arm
11286 and print_insn_little_arm.
11287 * i386-tdep.c (i386_print_insn): Call default_print_insn
11288 instead of print_insn_i386.
11289 * ia64-tdep.c (ia64_print_insn): Call
11290 default_print_insn instead of print_insn_ia64.
11291 * mips-tdep.c (gdb_print_insn_mips): Call
11292 default_print_insn instead of print_insn_big_mips
11293 and print_insn_little_mips.
11294 * spu-tdep.c (gdb_print_insn_spu): Call default_print_insn
11295 instead of print_insn_spu.
11296
11297 2017-06-14 Pedro Alves <palves@redhat.com>
11298
11299 * ada-lang.c: Include "common/byte-vector.h".
11300 (ada_value_primitive_packed_val): Use gdb::byte_vector.
11301 * charset.c (wchar_iterator::iterate): Resize the vector instead
11302 of reserving it.
11303 * common/byte-vector.h: Include "common/def-vector.h".
11304 (wchar_iterator::m_out): Now a gdb::def_vector<gdb_wchar_t>.
11305 * cli/cli-dump.c: Include "common/byte-vector.h".
11306 (dump_memory_to_file, restore_binary_file): Use gdb::byte_vector.
11307 * common/byte-vector.h: New file.
11308 * common/def-vector.h: New file.
11309 * common/default-init-alloc.h: New file.
11310 * dwarf2loc.c: Include "common/byte-vector.h".
11311 (rw_pieced_value): Use gdb::byte_vector, and resize the vector
11312 instead of reserving it.
11313 * dwarf2read.c: Include "common/byte-vector.h".
11314 (data_buf::m_vec): Now a gdb::byte_vector.
11315 * gdb_regex.c: Include "common/def-vector.h".
11316 (compiled_regex::compiled_regex): Use gdb::def_vector<char>.
11317 * mi/mi-main.c: Include "common/byte-vector.h".
11318 (mi_cmd_data_read_memory): Use gdb::byte_vector.
11319 * printcmd.c: Include "common/byte-vector.h".
11320 (print_scalar_formatted): Use gdb::byte_vector.
11321 * valprint.c: Include "common/byte-vector.h".
11322 (maybe_negate_by_bytes, print_decimal_chars): Use
11323 gdb::byte_vector.
11324
11325 2017-06-13 Simon Marchi <simon.marchi@ericsson.com>
11326
11327 * darwin-nat.c: Include "nat/fork-inferior.h".
11328
11329 2017-06-13 Simon Marchi <simon.marchi@ericsson.com>
11330
11331 * configure.nat: Factor out Darwin bits that are not
11332 architecture-specific. Add fork-inferior.o.
11333
11334 2017-06-13 Simon Marchi <simon.marchi@ericsson.com>
11335
11336 * configure.nat: Factor out AIX bits that are not
11337 architecture-specific. Add fork-inferior.o.
11338
11339 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11340
11341 * dwarf2loc.c (rw_pieced_value): New. Merge logic from...
11342 (read_pieced_value, write_pieced_value): ...here. Reduce to
11343 wrappers that just call rw_pieced_value.
11344
11345 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11346
11347 * dwarf2loc.c (write_pieced_value): When writing the data for a
11348 memory piece, use write_memory_with_notification instead of
11349 write_memory.
11350
11351 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11352
11353 * valops.c (read_value_memory): Change embedded_offset to
11354 represent a bit offset instead of a byte offset.
11355 * value.h (read_value_memory): Adjust comment.
11356
11357 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11358
11359 * dwarf2loc.c (read_pieced_value): Remove unnecessary variables
11360 dest_offset_bits and source_offset_bits.
11361 (write_pieced_value): Likewise.
11362
11363 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11364
11365 * dwarf2loc.c (read_pieced_value): Respect the piece offset, as
11366 given by DW_OP_bit_piece.
11367 (write_pieced_value): Likewise.
11368
11369 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11370
11371 * dwarf2loc.c (read_pieced_value): Move the buffer allocation and
11372 some other preparations to the places where sufficient information
11373 is available.
11374 (write_pieced_value): Likewise.
11375
11376 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11377
11378 * dwarf2loc.c (bits_to_bytes): New function.
11379 (read_pieced_value): Fix offset calculations for register pieces
11380 on big-endian targets.
11381 (write_pieced_value): Likewise.
11382
11383 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11384
11385 * dwarf2loc.c (read_pieced_value): Remove buffer_size variable.
11386 (write_pieced_value): Likewise.
11387
11388 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11389
11390 * dwarf2loc.c (write_pieced_value): When writing to a bit-field,
11391 transfer the source value's least significant bits, instead of its
11392 lowest-addressed ones. Rename type_len to max_offset.
11393 (read_pieced_value): Mirror above changes to write_pieced_value as
11394 applicable.
11395
11396 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11397
11398 * dwarf2loc.c (write_pieced_value): In DWARF_VALUE_MEMORY,
11399 truncate full bytes from dest_offset_bits before using it as an
11400 offset into the buffer.
11401
11402 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11403
11404 * dwarf2loc.c (write_pieced_value): Include transfer size in
11405 byte-wise check.
11406
11407 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11408
11409 * dwarf2loc.c (write_pieced_value): Fix copy/paste error in the
11410 calculation of this_size.
11411
11412 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11413
11414 * dwarf2loc.c (read_pieced_value): Respect parent value's offset
11415 when targeting a bit-field.
11416 (write_pieced_value): Likewise.
11417
11418 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11419
11420 * dwarf2loc.c (struct piece_closure) <addr_size>: Remove field.
11421 (allocate_piece_closure): Drop addr_size parameter.
11422 (dwarf2_evaluate_loc_desc_full): Adjust call to
11423 allocate_piece_closure.
11424
11425 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11426
11427 PR gdb/21226
11428 * dwarf2loc.c (read_pieced_value): Anchor stack value pieces at
11429 the LSB end, independent of endianness.
11430
11431 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11432
11433 * dwarf2loc.c (write_pieced_value): Fix order of calculations for
11434 size capping.
11435
11436 2017-06-13 Yao Qi <yao.qi@linaro.org>
11437
11438 * mips-linux-nat.c: Move include features/mips*-linux.c to
11439 mips-linux-tdep.c.
11440 (_initialize_mips_linux_nat): Move initialize_tdesc_mips* calls
11441 to mips-linux-tdep.c.
11442 * mips-linux-tdep.c: Include features/mips*-linux.c
11443 (_initialize_mips_linux_tdep): Call initialize_tdesc_mips*
11444 functions.
11445 * mips-linux-tdep.h (tdesc_mips_linux): Declare.
11446 (tdesc_mips_dsp_linux, tdesc_mips64_linux): Declare.
11447 (tdesc_mips64_dsp_linux): Declare.
11448
11449 2017-06-12 Tom Tromey <tom@tromey.com>
11450
11451 * valprint.h (val_print_type_code_int): Remove.
11452 * valprint.c (generic_val_print_int): Always call
11453 val_print_scalar_formatted.
11454 (val_print_type_code_int): Remove.
11455 * printcmd.c (print_scalar_formatted): Handle options->format==0.
11456 * f-valprint.c (f_val_print): Use val_print_scalar_formatted.
11457 * c-valprint.c (c_val_print_int): Use val_print_scalar_formatted.
11458 * ada-valprint.c (ada_val_print_num): Use
11459 val_print_scalar_formatted.
11460
11461 2017-06-12 Tom Tromey <tom@tromey.com>
11462
11463 * printcmd.c (print_scalar_formatted): Unify the two switches.
11464 Don't convert scalars to LONGEST.
11465
11466 2017-06-12 Tom Tromey <tom@tromey.com>
11467
11468 PR exp/16225:
11469 * valprint.h (print_decimal_chars): Update.
11470 * valprint.c (maybe_negate_by_bytes): New function.
11471 (print_decimal_chars): Add "is_signed" argument.
11472 * printcmd.c (print_scalar_formatted): Update.
11473
11474 2017-06-12 Tom Tromey <tom@tromey.com>
11475
11476 PR exp/16225:
11477 * valprint.h (print_binary_chars, print_hex_chars): Update.
11478 * valprint.c (val_print_type_code_int): Update.
11479 (print_binary_chars): Add "zero_pad" argument.
11480 (emit_octal_digit): New function.
11481 (print_octal_chars): Don't zero-pad.
11482 (print_decimal_chars): Likewise.
11483 (print_hex_chars): Add "zero_pad" argument.
11484 * sh64-tdep.c (sh64_do_fp_register): Update.
11485 * regcache.c (regcache::dump): Update.
11486 * printcmd.c (print_scalar_formatted): Update.
11487 * infcmd.c (default_print_one_register_info): Update.
11488
11489 2017-06-12 Pedro Alves <palves@redhat.com>
11490 Alan Hayward <alan.hayward@arm.com>
11491
11492 * mips-tdep.c (MAX_MIPS_ABI_REGSIZE): New.
11493 (mips_eabi_push_dummy_call): Rename local 'regsize' to
11494 'abi_regsize'. Rename local array 'valbuf' to 'ref_valbuf', and
11495 use MAX_MIPS_ABI_REGSIZE instead of MAX_REGISTER_SIZE to size it.
11496 Assert that abi_regsize bytes fit in 'ref_valbuf'.
11497
11498 2017-06-12 Pedro Alves <palves@redhat.com>
11499
11500 * dwarf2read.c (mapped_symtab::data): Now a vector of
11501 symtab_index_entry instead of vector of
11502 std::unique_ptr<symtab_index_entry>. All users adjusted to check
11503 whether an element's name is NULL instead of checking whether the
11504 element itself is NULL.
11505 (find_slot): Change return type. Adjust.
11506 (hash_expand, , add_index_entry, uniquify_cu_indices)
11507 (write_hash_table): Adjust.
11508
11509 2017-06-12 Pedro Alves <palves@redhat.com>
11510
11511 * dwarf2read.c (recursively_count_psymbols): New function.
11512 (write_psymtabs_to_index): Call it to compute number of psyms and
11513 pass estimate size of psyms_seen to unordered_set's ctor.
11514
11515 2017-06-12 Pedro Alves <palves@redhat.com>
11516
11517 * dwarf2read.c (write_hash_table): Check if key already exists
11518 before emplacing.
11519
11520 2017-06-12 Pedro Alves <palves@redhat.com>
11521
11522 * dwarf2read.c (data_buf::append_space): Rename to...
11523 (data_buf::grow): ... this, and make private. Adjust all callers.
11524 (data_buf::append_uint): New method.
11525 (add_address_entry, write_one_signatured_type)
11526 (write_psymtabs_to_index): Use it.
11527
11528 2017-06-12 Pedro Alves <palves@redhat.com>
11529
11530 * dwarf2read.c (file_write(FILE *, const void *, size_t)): Delete.
11531 (file_write (FILE *, const std::vector<Elem>&)): Delete.
11532 (data_buf::file_write): Call ::fwrite directly.
11533
11534 2017-06-12 Pedro Alves <palves@redhat.com>
11535
11536 * dwarf2read.c (uniquify_cu_indices): Use std::unique and
11537 std::vector::erase.
11538
11539 2017-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11540
11541 Code cleanup: C++ify .gdb_index producer.
11542 * dwarf2read.c: Include <unordered_set> and <unordered_map>.
11543 (MAYBE_SWAP) [WORDS_BIGENDIAN]: Cast to offset_type.
11544 (struct strtab_entry, hash_strtab_entry, eq_strtab_entry)
11545 (create_strtab, add_string): Remove.
11546 (file_write, data_buf): New.
11547 (struct symtab_index_entry): Use std::vector for cu_indices.
11548 (struct mapped_symtab): Use std::vector for data.
11549 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry)
11550 (create_symbol_hash_table, create_mapped_symtab, cleanup_mapped_symtab):
11551 Remove.
11552 (find_slot): Change return type. Update it to the new data structures.
11553 (hash_expand, add_index_entry): Update it to the new data structures.
11554 (offset_type_compare): Remove.
11555 (uniquify_cu_indices): Update it to the new data structures.
11556 (c_str_view, c_str_view_hasher, vector_hasher): New.
11557 (add_indices_to_cpool): Remove.
11558 (write_hash_table): Update it to the new data structures.
11559 (struct psymtab_cu_index_map, hash_psymtab_cu_index)
11560 (eq_psymtab_cu_index): Remove.
11561 (psym_index_map): New typedef.
11562 (struct addrmap_index_data): Change addr_obstack pointer to data_buf
11563 reference and std::unordered_map for cu_index_htab.
11564 (add_address_entry, add_address_entry_worker, write_address_map)
11565 (write_psymbols): Update it to the new data structures.
11566 (write_obstack): Remove.
11567 (struct signatured_type_index_data): Change types_list to a data_buf
11568 reference and psyms_seen to a std::unordered_set reference.
11569 (write_one_signatured_type, recursively_write_psymbols)
11570 (write_psymtabs_to_index): Update it to the new data structures.
11571
11572 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
11573
11574 * NEWS (Changes since GDB 8.0): Announce {set,show} debug
11575 separate-debug-file commands.
11576 * symfile.h (separate_debug_file_debug): New global.
11577 * symfile.c (separate_debug_file_debug): New global.
11578 (separate_debug_file_exists, find_separate_debug_file): Add
11579 debug output.
11580 (_initialize_symfile): Add "set debug separate-debug-file"
11581 command.
11582 * build-id.c (build_id_to_debug_bfd,
11583 find_separate_debug_file_by_buildid): Add debug output.
11584
11585 2017-06-10 Simon Marchi <simon.marchi@polymtl.ca>
11586
11587 * gdbarch.sh (displaced_step_free_closure): Remove.
11588 * gdbarch.h, gdbarch.c: Re-generate.
11589 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't set
11590 displaced_step_free_closure.
11591 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
11592 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
11593 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
11594 * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
11595 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
11596 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
11597 * arch-utils.h (simple_displaced_step_free_closure): Remove.
11598 * arch-utils.c (simple_displaced_step_free_closure): Remove.
11599 * infrun.c (displaced_step_clear): Call xfree instead of
11600 gdbarch_displaced_step_free_closure.
11601
11602 2017-06-08 Sergio Durigan Junior <sergiodj@redhat.com>
11603
11604 * common/common-utils.c (stringify_argv): Check for "arg[0] !=
11605 NULL".
11606
11607 2017-06-08 Alan Hayward <alan.hayward@arm.com>
11608
11609 * mn10300-tdep.c (MN10300_MAX_REGISTER_SIZE): Add.
11610 (mn10300_extract_return_value): Use MN10300_MAX_REGISTER_SIZE.
11611 (mn10300_push_dummy_call): Likewise.
11612
11613 2017-06-08 Alan Hayward <alan.hayward@arm.com>
11614
11615 * mi/mi-main.c (register_changed_p): Use value_contents_eq.
11616
11617 2017-06-08 Alan Hayward <alan.hayward@arm.com>
11618
11619 * mi/mi-main.c (register_changed_p): Use cooked_read_value.
11620
11621 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11622
11623 * NEWS (Changes since GDB 8.0): Announce that GDBserver is now
11624 able to start inferiors using a shell.
11625 (New remote packets): Announce new packet "QStartupWithShell".
11626 * remote.c: Add PACKET_QStartupWithShell.
11627 (extended_remote_create_inferior): Handle new
11628 PACKET_QStartupWithShell.
11629 (remote_protocol_features) <QStartupWithShell>: New entry for
11630 PACKET_QStartupWithShell.
11631 (_initialize_remote): Call "add_packet_config_cmd" for
11632 QStartupShell.
11633
11634 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11635 Pedro Alves <palves@redhat.com>
11636
11637 * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-inferior.h"
11638 and "nat/fork-inferior.h".
11639 * common/common-inferior.h: New file, with contents from
11640 "gdb/inferior.h".
11641 * commom/common-utils.c: Include "common-utils.h".
11642 (stringify_argv): New function.
11643 * common/common-utils.h (stringify_argv): New prototype.
11644 * configure.nat: Add "fork-inferior.o" as a dependency for
11645 "*linux*", "fbsd*" and "nbsd*" hosts.
11646 * corefile.c (get_exec_file): Update comment.
11647 * darwin-nat.c (darwin_ptrace_him): Call "gdb_startup_inferior"
11648 instead of "startup_inferior".
11649 (darwin_create_inferior): Call "add_thread_silent" after
11650 "fork_inferior".
11651 * fork-child.c: Cleanup unnecessary includes.
11652 (SHELL_FILE): Move to "common/common-fork-child.c".
11653 (environ): Likewise.
11654 (exec_wrapper): Initialize.
11655 (get_exec_wrapper): New function.
11656 (breakup_args): Move to "common/common-fork-child.c"; rename to
11657 "breakup_args_for_exec".
11658 (escape_bang_in_quoted_argument): Move to
11659 "common/common-fork-child.c".
11660 (saved_ui): New variable.
11661 (prefork_hook): New function.
11662 (postfork_hook): Likewise.
11663 (postfork_child_hook): Likewise.
11664 (gdb_startup_inferior): Likewise.
11665 (fork_inferior): Move to "common/common-fork-child.c". Update
11666 function to support gdbserver.
11667 (startup_inferior): Likewise.
11668 * gdbcore.h (get_exec_file): Remove declaration.
11669 * gnu-nat.c (gnu_create_inferior): Call "gdb_startup_inferior"
11670 instead of "startup_inferior". Call "add_thread_silent" after
11671 "fork_inferior".
11672 * inf-ptrace.c: Include "nat/fork-inferior.h" and "utils.h".
11673 (inf_ptrace_create_inferior): Call "gdb_startup_inferior"
11674 instead of "startup_inferior". Call "add_thread_silent" after
11675 "fork_inferior".
11676 * inferior.h: Include "common-inferior.h".
11677 (trace_start_error): Move to "common/common-utils.h".
11678 (trace_start_error_with_name): Likewise.
11679 (fork_inferior): Move prototype to "nat/fork-inferior.h".
11680 (startup_inferior): Likewise.
11681 (gdb_startup_inferior): New prototype.
11682 * nat/fork-inferior.c: New file, with contents from "fork-child.c".
11683 * nat/fork-inferior.h: New file.
11684 * procfs.c (procfs_init_inferior): Call "gdb_startup_inferior"
11685 instead of "startup_inferior". Call "add_thread_silent" after
11686 "fork_inferior".
11687 * target.h (target_terminal_init): Move prototype to
11688 "target/target.h".
11689 (target_terminal_inferior): Likewise.
11690 (target_terminal_ours): Likewise.
11691 * target/target.h (target_terminal_init): New prototype, moved
11692 from "target.h".
11693 (target_terminal_inferior): Likewise.
11694 (target_terminal_ours): Likewise.
11695 * utils.c (gdb_flush_out_err): New function.
11696
11697 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11698
11699 * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-gdbthread.h".
11700 * common/common-gdbthread.h: New file, with parts from
11701 "gdb/gdbthread.h".
11702 * gdbthread.h: Include "common-gdbthread.h".
11703 (switch_to_thread): Moved to "common/common-gdbthread.h".
11704
11705 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11706
11707 * Makefile.in (SFILES): Add "common/job-control.c".
11708 (HFILES_NO_SRCDIR): Add "common/job-control.h".
11709 (COMMON_OBS): Add "job-control.o".
11710 * common/job-control.c: New file, with contents from
11711 "gdb/inflow.c".
11712 * common/job-control.h: New file, with contents from "terminal.h".
11713 * fork-child.c: Include "job-control.h".
11714 * inflow.c: Include "job-control.h".
11715 (gdb_setpgid): Move to "common/common-inflow.c".
11716 (_initialize_inflow): Move setting of "job_control" to
11717 "handle_job_control".
11718 * terminal.h (job_control): Moved to "common/common-terminal.h".
11719 (gdb_setpgid): Likewise.
11720 * top.c: Include "job_control.h".
11721 * utils.c: Likewise.
11722 (job_control): Moved to "job-control.c".
11723
11724 2017-06-07 Pedro Alves <palves@redhat.com>
11725
11726 * Makefile.in (SFILES): Add gdb_regex.c.
11727 (COMMON_OBS): Add gdb_regex.o.
11728 * ada-lang.c (ada_add_standard_exceptions)
11729 (ada_add_exceptions_from_frame, name_matches_regex)
11730 (ada_add_global_exceptions, ada_exceptions_list_1): Change regex
11731 parameter type to compiled_regex. Adjust.
11732 (ada_exceptions_list): Use compiled_regex.
11733 * break-catch-throw.c (exception_catchpoint::pattern): Now a
11734 std::unique_ptr<compiled_regex>.
11735 (exception_catchpoint::~exception_catchpoint): Remove regfree
11736 call.
11737 (check_status_exception_catchpoint): Adjust to use compiled_regex.
11738 (handle_gnu_v3_exceptions): Adjust to use compiled_regex.
11739 * breakpoint.c (solib_catchpoint::compiled): Now a
11740 std::unique_ptr<compiled_regex>.
11741 (solib_catchpoint::~solib_catchpoint): Remove regfree call.
11742 (check_status_catch_solib): Adjust to use compiled_regex.
11743 (add_solib_catchpoint): Adjust to use compiled_regex.
11744 * cli/cli-cmds.c (apropos_command): Use compiled_regex.
11745 * cli/cli-decode.c (apropos_cmd): Change regex parameter to
11746 compiled_regex reference. Adjust to use it.
11747 * cli/cli-decode.h: Remove struct re_pattern_buffer forward
11748 declaration. Include "gdb_regex.h".
11749 (apropos_cmd): Change regex parameter to compiled_regex reference.
11750 * gdb_regex.c: New file.
11751 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Delete
11752 declarations.
11753 (class compiled_regex): New.
11754 * linux-tdep.c: Include "common/gdb_optional.h".
11755 (struct mapping_regexes): New, factored out from
11756 mapping_is_anonymous_p, and adjusted to use compiled_regex.
11757 (mapping_is_anonymous_p): Use mapping_regexes wrapped in a
11758 gdb::optional and remove cleanups. Adjust to compiled_regex.
11759 * probe.c: Include "common/gdb_optional.h".
11760 (collect_probes): Use compiled_regex and gdb::optional and remove
11761 cleanups.
11762 * skip.c: Include "common/gdb_optional.h".
11763 (skiplist_entry::compiled_function_regexp): Now a
11764 gdb::optional<compiled_regex>.
11765 (skiplist_entry::compiled_function_regexp_is_valid): Delete field.
11766 (free_skiplist_entry): Remove regfree call.
11767 (compile_skip_regexp, skip_rfunction_p): Adjust to use
11768 compiled_regex and gdb::optional.
11769 * symtab.c: Include "common/gdb_optional.h".
11770 (search_symbols): Use compiled_regex and gdb::optional.
11771 * utils.c (do_regfree_cleanup, make_regfree_cleanup)
11772 (get_regcomp_error, compile_rx_or_error): Delete. Some bits moved
11773 to gdb_regex.c.
11774
11775 2017-06-07 Alan Hayward <alan.hayward@arm.com>
11776
11777 * regcache.c (regcache::save): Avoid buffer use.
11778 (regcache::dump): Likewise.
11779
11780 2017-06-07 Alan Hayward <alan.hayward@arm.com>
11781
11782 * sh-tdep.c (sh_pseudo_register_read): Remove
11783 MAX_REGISTER_SIZE.
11784 (sh_pseudo_register_write): Likewise.
11785 * sh64-tdep.c (sh64_pseudo_register_read): Likewise.
11786 (sh64_pseudo_register_write): Likewise
11787
11788 2017-06-07 Alan Hayward <alan.hayward@arm.com>
11789
11790 * aarch64-tdep.c (aarch64_store_return_value): Use
11791 V_REGISTER_SIZE.
11792 (aarch64_pseudo_read_value): Likewise.
11793 (aarch64_pseudo_write): Likewise.
11794
11795 2017-06-06 Yao Qi <yao.qi@linaro.org>
11796
11797 * regformats/regdef.h (set_register_cache): Remove the
11798 declaration.
11799
11800 2017-06-06 Alan Hayward <alan.hayward@arm.com>
11801
11802 * frame.c (frame_unwind_register_signed): Use
11803 frame_unwind_register_value.
11804
11805 2017-06-06 Pedro Alves <palves@redhat.com>
11806
11807 PR breakpoints/21553
11808 * breakpoint.c (create_breakpoints_sal_default)
11809 (init_breakpoint_sal, create_breakpoint_sal): Use
11810 gdb::unique_xmalloc_ptr for string parameters.
11811 (create_breakpoint): Constify 'extra_string' and 'cond_string'
11812 parameters. Replace cleanups with gdb::unique_xmalloc_ptr.
11813 (base_breakpoint_create_breakpoints_sal)
11814 (bkpt_create_breakpoints_sal, tracepoint_create_breakpoints_sal)
11815 (strace_marker_create_breakpoints_sal)
11816 (create_breakpoints_sal_default): Use gdb::unique_xmalloc_ptr for
11817 string parameters.
11818 * breakpoint.h (breakpoint_ops::create_breakpoints_sal): Use
11819 gdb::unique_xmalloc_ptr for string parameters.
11820 (create_breakpoint): Constify 'extra_string' and 'cond_string'
11821 parameters.
11822
11823 2017-06-06 Alan Hayward <alan.hayward@arm.com>
11824
11825 * alpha-tdep.c (alpha_register_to_value): Use
11826 get_frame_register_value.
11827 (alpha_value_to_register): Use ALPHA_REGISTER_SIZE.
11828
11829 2017-06-06 Alan Hayward <alan.hayward@arm.com>
11830
11831 * ia64-tdep.c (IA64_MAX_FP_REGISTER_SIZE) Add.
11832 (ia64_register_to_value): Use IA64_MAX_FP_REGISTER_SIZE.
11833 (ia64_value_to_register): Likewise.
11834 (ia64_extract_return_value): Likewise.
11835 (ia64_store_return_value): Likewise.
11836 (ia64_push_dummy_call): Likewise.
11837
11838 2017-06-04 Joel Brobecker <brobecker@adacore.com>
11839
11840 GDB 8.0 released.
11841
11842 2017-06-03 Simon Marchi <simon.marchi@ericsson.com>
11843
11844 * x86-linux-nat.c (struct arch_lwp_info): Remove.
11845
11846 2017-06-03 Simon Marchi <simon.marchi@polymtl.ca>
11847
11848 * linux-nat.c (linux_nat_post_attach_wait): Remove FIRST
11849 parameter.
11850 (linux_nat_attach): Adjust call to linux_nat_post_attach_wait.
11851
11852 2017-06-02 Simon Marchi <simon.marchi@ericsson.com>
11853
11854 * event-loop.c (poll_timers): Unallocate timer using delete
11855 instead of xfree.
11856
11857 2017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
11858
11859 * breakpoint.h (struct breakpoint_ops) <dtor>: Remove.
11860 (struct breakpoint) <~breakpoint>: New.
11861 (struct watchpoint): Inherit from breakpoint.
11862 <~watchpoint>: New.
11863 <base>: Remove.
11864 (struct tracepoint): Inherit from breakpoint.
11865 <base>: Remove.
11866 * breakpoint.c (longjmp_breakpoint_ops): Remove.
11867 (struct longjmp_breakpoint): Inherit from breakpoint.
11868 <~longjmp_breakpoint>: New.
11869 <base>: Remove.
11870 (new_breakpoint_from_type): Remove casts.
11871 (watchpoint_in_thread_scope): Remove reference to base field.
11872 (watchpoint_del_at_next_stop): Likewise.
11873 (update_watchpoint): Likewise.
11874 (watchpoint_check): Likewise.
11875 (bpstat_check_watchpoint): Likewise.
11876 (set_longjmp_breakpoint): Likewise.
11877 (struct fork_catchpoint): Inherit from breakpoint.
11878 <base>: Remove.
11879 (struct solib_catchpoint): Inherit from breakpoint.
11880 <~solib_catchpoint>: New.
11881 <base>: Remove.
11882 (dtor_catch_solib): Change to ...
11883 (solib_catchpoint::~solib_catchpoint): ... this.
11884 (breakpoint_hit_catch_solib): Remove reference to base field.
11885 (add_solib_catchpoint): Likewise.
11886 (create_fork_vfork_event_catchpoint): Likewise.
11887 (struct exec_catchpoint): Inherit from breakpoint.
11888 <~exec_catchpoint>: New.
11889 <base>: Remove.
11890 (dtor_catch_exec): Change to ...
11891 (exec_catchpoint::~exec_catchpoint): ... this.
11892 (dtor_watchpoint): Change to ...
11893 (watchpoint::~watchpoint): ... this.
11894 (watch_command_1): Remove reference to base field.
11895 (catch_exec_command_1): Likewise.
11896 (base_breakpoint_dtor): Change to ...
11897 (breakpoint::~breakpoint): ... this.
11898 (base_breakpoint_ops): Remove dtor field value.
11899 (longjmp_bkpt_dtor): Change to ...
11900 (longjmp_breakpoint::~longjmp_breakpoint): ... this.
11901 (strace_marker_create_breakpoints_sal): Remove reference to base
11902 field.
11903 (delete_breakpoint): Don't manually call breakpoint destructor.
11904 (create_tracepoint_from_upload): Remove reference to base field.
11905 (trace_pass_set_count): Likewise.
11906 (initialize_breakpoint_ops): Don't initialize
11907 momentary_breakpoint_ops, don't set dtors.
11908 * ada-lang.c (struct ada_catchpoint): Inherit from breakpoint.
11909 <~ada_catchpoint>: New.
11910 <base>: Remove.
11911 (create_excep_cond_exprs): Remove reference to base field.
11912 (dtor_exception): Change to ...
11913 (ada_catchpoint::~ada_catchpoint): ... this.
11914 (dtor_catch_exception): Remove.
11915 (dtor_catch_exception_unhandled): Remove.
11916 (dtor_catch_assert): Remove.
11917 (create_ada_exception_catchpoint): Remove reference to base
11918 field.
11919 (initialize_ada_catchpoint_ops): Don't set dtors.
11920 * break-catch-sig.c (struct signal_catchpoint): Inherit from
11921 breakpoint.
11922 <~signal_catchpoint>: New.
11923 <base>: Remove.
11924 (signal_catchpoint_dtor): Change to ...
11925 (signal_catchpoint::~signal_catchpoint): ... this.
11926 (create_signal_catchpoint): Remove reference to base field.
11927 (initialize_signal_catchpoint_ops): Don't set dtor.
11928 * break-catch-syscall.c (struct syscall_catchpoint): Inherit
11929 from breakpoint.
11930 <~syscall_catchpoint>: New.
11931 <base>: Remove.
11932 (dtor_catch_syscall): Change to ...
11933 (syscall_catchpoint::~syscall_catchpoint): ... this.
11934 (create_syscall_event_catchpoint): Remove reference to base
11935 field.
11936 (initialize_syscall_catchpoint_ops): Don't set dtor.
11937 * break-catch-throw.c (struct exception_catchpoint): Inherit
11938 from breakpoint.
11939 <~exception_catchpoint>: New.
11940 <base>: Remove.
11941 (dtor_exception_catchpoint): Change to ...
11942 (exception_catchpoint::~exception_catchpoint): ... this.
11943 (handle_gnu_v3_exceptions): Remove reference to base field.
11944 (initialize_throw_catchpoint_ops): Don't set dtor.
11945 * ctf.c (ctf_get_traceframe_address): Remove reference to base
11946 field.
11947 * remote.c (remote_get_tracepoint_status): Likewise.
11948 * tracefile-tfile.c (tfile_get_traceframe_address): Likewise.
11949 * tracefile.c (tracefile_fetch_registers): Likewise.
11950 * tracepoint.c (actions_command): Likewise.
11951 (validate_actionline): Likewise.
11952 (tfind_1): Likewise.
11953 (get_traceframe_location): Likewise.
11954 (find_matching_tracepoint_location): Likewise.
11955 (parse_tracepoint_status): Likewise.
11956 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
11957
11958 2017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
11959
11960 * breakpoint.c (struct longjmp_breakpoint): New struct.
11961 (is_tracepoint_type): Change return type to bool.
11962 (is_longjmp_type): New function.
11963 (new_breakpoint_from_type): Handle longjmp kinds of breakpoints.
11964 (set_raw_breakpoint_without_location): Use
11965 new_breakpoint_from_type.
11966 (set_raw_breakpoint): Likewise.
11967
11968 2017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
11969
11970 * breakpoint.c (new_breakpoint_from_type): New function.
11971 (create_breakpoint_sal): Use new_breakpoint_from_type and
11972 unique_ptr.
11973 (create_breakpoint): Likewise.
11974
11975 2017-05-31 Simon Marchi <simon.marchi@ericsson.com>
11976
11977 * memattr.c (mem_info_command): Rename to ...
11978 (info_mem_command): ... this.
11979 (mem_enable_command): Rename to ...
11980 (enable_mem_command): ... this.
11981 (mem_disable_command): Rename to ...
11982 (disable_mem_command): ... this.
11983 (mem_delete_command): Rename to ...
11984 (delete_mem_command): ... this.
11985 (_initialize_mem): Adjust function names.
11986
11987 2017-05-31 Markus Metzger <markus.t.metzger@intel.com>
11988
11989 * btrace.c (handle_pt_insn_events): New.
11990 (ftrace_add_pt): Call handle_pt_insn_events. Rename ERRCODE into
11991 STATUS. Split into this and ...
11992 (handle_pt_insn_event_flags): ... this.
11993
11994 2017-05-31 Markus Metzger <markus.t.metzger@intel.com>
11995
11996 * configure.ac: Check for pt_insn_event, struct pt_insn.enabled,
11997 and struct pt_insn.resynced.
11998 * configure: Regenerated.
11999 * config.in: Regenerated.
12000
12001 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12002
12003 * btrace.c (ftrace_find_call_by_number): New function.
12004 (ftrace_new_function): Store objects, not pointers.
12005 (ftrace_find_call_by_number, ftrace_new_return, ftrace_new_switch,
12006 ftrace_new_gap, ftrace_update_function,
12007 ftrace_compute_global_level_offset, btrace_stich_bts, btrace_clear,
12008 btrace_insn_get, btrace_insn_get_error, btrace_insn_end,
12009 btrace_insn_next, btrace_insn_prev, ptrace_find_insn_by_number,
12010 btrace_ends_with_single_insn, btrace_call_get): Account for
12011 btrace_thread_info::functions now storing objects.
12012 * btrace.h (struct btrace_thread_info): Add constructor.
12013 (struct btrace_thread_info) <functions>: Make std::vector.
12014 (struct btrace_thread_info) <prev, next, up, insn, errcode, flags):
12015 Initialize with default values.
12016 * record-btrace.c (record_btrace_frame_sniffer): Account for
12017 btrace_thread_info::functions now storing objects.
12018
12019 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12020
12021 * btrace.c: Remove typedef bfun_s.
12022 (ftrace_new_gap): Directly add gaps to the list of gaps.
12023 (btrace_bridge_gaps, btrace_compute_ftrace_bts, pt_btrace_insn_flags,
12024 ftrace_add_pt, btrace_compute_ftrace_pt, btrace_compute_ftrace_1,
12025 btrace_finalize_ftrace, btrace_compute_ftrace): Use std::vector
12026 instead of gdb VEC.
12027
12028 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12029
12030 * btrace.c (ftrace_fixup_caller, ftrace_new_return, ftrace_connect_bfun,
12031 ftrace_bridge_gap): Replace references to btrace_thread_info::segment
12032 with btrace_thread_info::next_segment and
12033 btrace_thread_info::prev_segment.
12034 * btrace.h: Remove struct btrace_func_link.
12035 (struct btrace_function): Replace pair of function segment pointers
12036 with pair of indices.
12037 * python/py-record-btrace.c (btpy_call_prev_sibling,
12038 btpy_call_next_sibling): Replace references to
12039 btrace_thread_info::segment with btrace_thread_info::next_segment and
12040 btrace_thread_info::prev_segment.
12041 * record-btrace.c (record_btrace_frame_this_id): Use
12042 btrace_find_call_by_number.
12043
12044 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12045
12046 * btrace.c (ftrace_new_function, ftrace_fixup_level,
12047 ftrace_connect_bfun, ftrace_bridge_gap, btrace_bridge_gaps,
12048 btrace_insn_next, btrace_insn_prev): Remove references to
12049 btrace_thread_info::flow.
12050 * btrace.h (struct btrace_function): Remove FLOW.
12051
12052 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12053
12054 * btrace.c (ftrace_find_call_by_number): New function.
12055 (ftrace_update_caller, ftrace_new_call, ftrace_new_tailcall,
12056 ftrace_get_caller, ftrace_find_call, ftrace_new_return,
12057 ftrace_match_backtrace, ftrace_connect_bfun, ftrace_connect_backtrace,
12058 ftrace_bridge_gap, btrace_bridge_gaps): Use btrace_function::up as an
12059 index.
12060 * btrace.h (struct btrace_function): Turn UP into an index.
12061 * python/py-record-btrace.c (btpy_call_up): Use btrace_function::up
12062 as an index.
12063 * record-btrace.c (record_btrace_frame_unwind_stop_reason,
12064 record_btrace_frame_prev_register, record_btrace_frame_sniffer,
12065 record_btrace_tailcall_frame_sniffe): Use btrace_find_call_by_number.
12066
12067 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12068
12069 * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
12070 ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
12071 ftrace_update_function, ftrace_compute_global_level_offset,
12072 btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt,
12073 btrace_stitch_bts, btrace_fetch, btrace_clear, btrace_insn_number,
12074 btrace_insn_end, btrace_is_empty): Remove references to
12075 btrace_thread_info::begin and btrace_thread_info::end.
12076 * btrace.h (struct btrace_thread_info): Remove BEGIN and END.
12077 (struct btrace_thread_info) <functions>: Adjust comment.
12078 * record-btrace.c (record_btrace_start_replaying): Remove reference to
12079 btrace_thread_info::begin.
12080
12081 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12082
12083 * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
12084 ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
12085 ftrace_update_function): Remove arguments that implicitly were always
12086 BTINFO->END.
12087 (btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt):
12088 Don't pass BTINFO->END.
12089
12090 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12091
12092 * btrace.c: (btrace_insn_get, btrace_insn_get_error, btrace_insn_number,
12093 btrace_insn_begin, btrace_insn_end, btrace_insn_next, btrace_insn_prev,
12094 btrace_find_insn_by_number): Replace function segment pointer with
12095 index.
12096 (btrace_insn_cmp): Simplify.
12097 * btrace.h: (struct btrace_insn_iterator) Rename index to
12098 insn_index. Replace function segment pointer with index into function
12099 segment vector.
12100 * record-btrace.c (record_btrace_call_history): Replace function
12101 segment pointer use with index.
12102 (record_btrace_frame_sniffer): Retrieve function call segment through
12103 vector.
12104 (record_btrace_set_replay): Remove defunc't safety check.
12105
12106 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12107
12108 * btrace.c (btrace_ends_with_single_insn): New function.
12109 (btrace_call_get, btrace_call_number, btrace_call_begin,
12110 btrace_call_end, btrace_call_next, btrace_call_prev,
12111 btrace_find_call_by_number): Use index into call segment vector
12112 instead of pointer.
12113 (btrace_call_cmp): Simplify.
12114 * btrace.h (struct btrace_call_iterator): Replace function call segment
12115 pointer with index into vector.
12116 * record-btrace.c (record_btrace_call_history): Use index instead of
12117 pointer.
12118
12119 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12120
12121 * btrace.c (btrace_insn_begin, btrace_insn_end,
12122 btrace_find_insn_by_number): Add btinfo to iterator.
12123 * btrace.h (struct btrace_insn_iterator): Add btinfo.
12124
12125 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12126
12127 * btrace.c (ftrace_new_function): Add btrace_thread_info to arguments
12128 and save pointers directly.
12129 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return,
12130 ftrace_new_switch, ftrace_new_gap, ftrace_update_function,
12131 ftrace_add_pt): Add btrace_thread_info to arguments. Adjust for
12132 changed signature of functions.
12133 (btrace_compute_ftrace_pt): Adjust for changed signature of functions.
12134 (btrace_fetch): Remove code that adds btrace_function pointers to
12135 vector of btrace_functions.
12136 (btrace_clear): Simplify freeing vector of btrace_functions.
12137
12138 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12139
12140 * btrace.c (btrace_fetch, btrace_clear, btrace_find_insn_by_number):
12141 Replace VEC_* with std::vector functions.
12142 * btrace.h: Add include: vector. Remove typedef for DEF_VEC_P.
12143 (struct btrace_thread_info)<functions>: Change type to std::vector.
12144
12145 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
12146
12147 * NEWS (Changes in GDB 8.0): Remove extra empty line. Move
12148 "Removed targets and native configurations" up. Merge duplicate
12149 "New commands" sub-sections. Add "New options" sub-sections.
12150
12151 2017-05-26 Alan Hayward <alan.hayward@arm.com>
12152
12153 * defs.h (copy_integer_to_size): New declaration.
12154 * findvar.c (copy_integer_to_size): New function.
12155 (do_cint_test): New selftest function.
12156 (copy_integer_to_size_test): Likewise.
12157 (_initialize_findvar): Likewise.
12158 * mips-fbsd-tdep.c (mips_fbsd_supply_reg): Use raw_supply_integer.
12159 (mips_fbsd_collect_reg): Use raw_collect_integer.
12160 * mips-linux-tdep.c (supply_32bit_reg): Use raw_supply_integer.
12161 (mips64_fill_gregset): Use raw_collect_integer
12162 (mips64_fill_fpregset): Use raw_supply_integer.
12163 * regcache.c (regcache::raw_supply_integer): New function.
12164 (regcache::raw_collect_integer): Likewise.
12165 * regcache.h: (regcache::raw_supply_integer): New declaration.
12166 (regcache::raw_collect_integer): Likewise.
12167
12168 2017-05-24 Yao Qi <yao.qi@linaro.org>
12169
12170 * Makefile.in (SFILES): Add gdbarch-selftests.c.
12171 (COMMON_OBS): Add gdbarch-selftests.o.
12172 * frame.c [GDB_SELF_TESTS] (create_new_frame): New function.
12173 * frame.h [GDB_SELF_TESTS] (create_new_frame): Declare.
12174 * gdbarch-selftests.c: New file.
12175 * regcache.h (regcache) <~regcache>: Mark it virtual if
12176 GDB_SELF_TEST.
12177 <raw_write>: Likewise.
12178
12179 2017-05-24 Yao Qi <yao.qi@linaro.org>
12180
12181 * regcache.c (current_regcache): Change it to
12182 regcache::current_regcache.
12183 (regcache_observer_target_changed): Update.
12184 (regcache_thread_ptid_changed): Make it a regcache static
12185 method.
12186 (regcache_thread_ptid_changed): Update.
12187 (class regcache_access): New.
12188 (current_regcache_test): Update.
12189 (_initialize_regcache): Update.
12190 * regcache.h: Include forward_list.
12191 (regcache): Declare regcache_thread_ptid_changed and declare
12192 registers_changed_ptid as friend.
12193
12194 2017-05-24 Yao Qi <yao.qi@linaro.org>
12195
12196 * i387-tdep.c (i387_register_to_value): Use register_size
12197 instead of TYPE_LENGTH.
12198 * m68k-tdep.c (m68k_register_to_value): Likewise.
12199
12200 2017-05-24 Yao Qi <yao.qi@linaro.org>
12201
12202 * i387-tdep.c (i387_convert_register_p): Return false if type
12203 code isn't TYPE_CODE_FLT.
12204
12205 2017-05-24 Yao Qi <yao.qi@linaro.org>
12206
12207 * alpha-tdep.c (alpha_convert_register_p): Return true if type
12208 length is 4.
12209 (alpha_register_to_value): Remove type length check.
12210 (alpha_value_to_register): Likewise.
12211
12212 2017-05-24 Yao Qi <yao.qi@linaro.org>
12213
12214 * ia64-tdep.c (ia64_convert_register_p): Check type's code is
12215 TYPE_CODE_FLT.
12216
12217 2017-05-24 Yao Qi <yao.qi@linaro.org>
12218
12219 * m68k-tdep.c (m68k_convert_register_p): Check type's code is
12220 TYPE_CODE_FLT or not.
12221
12222 2017-05-24 Yao Qi <yao.qi@linaro.org>
12223
12224 * alpha-tdep.c (alpha_gdbarch_init): Use XCNEW instead of XNEW.
12225 * avr-tdep.c (avr_gdbarch_init): Likewise.
12226 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
12227 * cris-tdep.c (cris_gdbarch_init): Likewise.
12228 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
12229 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
12230 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
12231 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
12232 * mep-tdep.c (mep_gdbarch_init): Likewise.
12233 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
12234 * mips-tdep.c (mips_gdbarch_init): Likewise.
12235 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12236 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
12237 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
12238 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
12239 * v850-tdep.c (v850_gdbarch_init): Likewise.
12240
12241 2017-05-24 Yao Qi <yao.qi@linaro.org>
12242
12243 * selftest-arch.c (tests_with_arch): Call registers_changed
12244 and reinit_frame_cache.
12245 * selftest.c (run_self_tests): Likewise.
12246
12247 2017-05-24 Yao Qi <yao.qi@linaro.org>
12248
12249 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove.
12250 (rs6000_gdbarch_init): Don't call set_gdbarch_print_insn.
12251
12252 2017-05-24 Yao Qi <yao.qi@linaro.org>
12253
12254 * rl78-tdep.c (rl78_gdbarch_init): Don't call
12255 set_gdbarch_print_insn.
12256
12257 2017-05-24 Yao Qi <yao.qi@linaro.org>
12258
12259 * h8300-tdep.c (h8300_gdbarch_init): Don't call
12260 set_gdbarch_print_insn.
12261
12262 2017-05-24 Yao Qi <yao.qi@linaro.org>
12263
12264 * alpha-tdep.c (alpha_gdbarch_init): Don't call
12265 set_gdbarch_print_insn.
12266 * arc-tdep.c (arc_gdbarch_init): Likewise.
12267 * arch-utils.c: include dis-asm.h.
12268 (default_print_insn): New function.
12269 * arch-utils.h (default_print_insn): Declare.
12270 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_print_insn.
12271 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
12272 * cris-tdep.c (cris_delayed_get_disassembler): Remove.
12273 (cris_gdbarch_init): Don't call set_gdbarch_print_insn.
12274 * frv-tdep.c (frv_gdbarch_init): Likewise.
12275 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
12276 * gdbarch.sh (print_insn): Use default_print_insn.
12277 * gdbarch.c: Regenerated.
12278 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
12279 * iq2000-tdep.c (iq2000_gdbarch_init): Likewise.
12280 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
12281 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
12282 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
12283 * m68hc11-tdep.c (gdb_print_insn_m68hc11): Remove.
12284 (m68hc11_gdbarch_init): Don't call set_gdbarch_print_insn.
12285 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
12286 * m88k-tdep.c (m88k_gdbarch_init): Likewise.
12287 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
12288 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12289 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
12290 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
12291 * mt-tdep.c (mt_gdbarch_init): Likewise.
12292 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
12293 * nios2-tdep.c (nios2_print_insn): Remove.
12294 (nios2_gdbarch_init): Don't call set_gdbarch_print_insn.
12295 * rx-tdep.c (rx_gdbarch_init): Likewise.
12296 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
12297 * score-tdep.c (score_print_insn): Remove.
12298 (score_gdbarch_init): Don't call set_gdbarch_print_insn.
12299 * sh-tdep.c (sh_gdbarch_init): Likewise.
12300 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
12301 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
12302 * tic6x-tdep.c (tic6x_print_insn): Remove.
12303 (tic6x_gdbarch_init): Don't call set_gdbarch_print_insn.
12304 * tilegx-tdep.c (tilegx_gdbarch_init): Likewise.
12305 * v850-tdep.c (v850_gdbarch_init): Likewise.
12306 * vax-tdep.c (vax_gdbarch_init): Likewise.
12307 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
12308 * xtensa-tdep.c (xtensa_gdbarch_init): Likewise.
12309
12310 2017-05-23 John Baldwin <jhb@FreeBSD.org>
12311
12312 * mips-fbsd-tdep.c (MIPS_PC_REGNUM): Remove.
12313 (MIPS_FP0_REGNUM): Remove.
12314 (MIPS_FSR_REGNUM): Remove.
12315 (mips_fbsd_supply_fpregs): Use mips_regnum.
12316 (mips_fbsd_supply_gregs): Likewise.
12317 (mips_fbsd_collect_fpregs): Likewise.
12318 (mips_fbsd_collect_gregs): Likewise.
12319
12320 2017-05-23 John Baldwin <jhb@FreeBSD.org>
12321
12322 * mips-fbsd-nat.c (getregs_supplies): Fix upper bound comparison.
12323 (getpfpregs_supplies): New function.
12324 (mips_fbsd_fetch_inferior_registers): Remove early exit and use
12325 getfpregs_supplies.
12326 (mips_fbsd_store_inferior_registers): Likewise.
12327
12328 2017-05-22 Pedro Alves <palves@redhat.com>
12329
12330 * MAINTAINERS (Host/Native): Add John Baldwin as FreeBSD
12331 maintainer.
12332
12333 2017-05-22 Alan Hayward <alan.hayward@arm.com>
12334
12335 * ppc-linux-nat.c (fetch_register): Use PPC_MAX_REGISTER_SIZE.
12336 (store_register): Likewise.
12337 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Likewise.
12338 (get_decimal_float_return_value): Likewise.
12339 (do_ppc_sysv_return_value): Likewise.
12340 (ppc64_sysv_abi_push_integer): Likewise.
12341 (ppc64_sysv_abi_push_freg): Likewise.
12342 (ppc64_sysv_abi_return_value_base): Likewise.
12343 (ppc64_sysv_abi_return_value): Likewise.
12344 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
12345 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
12346 * rs6000-nat.c: Likewise.
12347 * rs6000-tdep.c (rs6000_register_to_value): Likewise.
12348 (rs6000_value_to_register): Likewise.
12349 * ppc-tdep.h (PPC_MAX_REGISTER_SIZE): Add.
12350
12351 2017-05-21 Tom Tromey <tom@tromey.com>
12352
12353 PR rust/21466:
12354 * rust-lang.c (rust_print_type) <TYPE_CODE_ARRAY>: Print unsized
12355 arrays as "[T]", not "[T; ]".
12356
12357 2017-05-19 Tom Tromey <tom@tromey.com>
12358
12359 PR rust/21484:
12360 * rust-lang.c (exp_descriptor_rust): New function.
12361 (rust_language_defn): Use it.
12362 * p-lang.c (pascal_language_defn): Update.
12363 * opencl-lang.c (opencl_language_defn): Update.
12364 * objc-lang.c (objc_language_defn): Update.
12365 * m2-lang.c (m2_language_defn): Update.
12366 * language.h (struct language_defn)
12367 <la_watch_location_expression>: New member.
12368 * language.c (unknown_language_defn, auto_language_defn)
12369 (local_language_defn): Update.
12370 * go-lang.c (go_language_defn): Update.
12371 * f-lang.c (f_language_defn): Update.
12372 * d-lang.c (d_language_defn): Update.
12373 * c-lang.h (c_watch_location_expression): Declare.
12374 * c-lang.c (c_watch_location_expression): New function.
12375 (c_language_defn, cplus_language_defn, asm_language_defn)
12376 (minimal_language_defn): Use it.
12377 * breakpoint.c (watch_command_1): Call
12378 la_watch_location_expression.
12379 * ada-lang.c (ada_language_defn): Update.
12380
12381 2017-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12382
12383 PR tui/21482
12384 * gdb_curses.h (NOMACROS): Define.
12385 (NCURSES_NOMACROS): Define.
12386
12387 2017-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12388
12389 PR tui/21482
12390 * tui/tui-windata.c (tui_erase_data_content): Cast last mvwaddstr
12391 arg to char *.
12392 * tui/tui-wingeneral.c (box_win): Likewise.
12393 * tui/tui-winsource.c (tui_erase_source_content): Likewise.
12394 (tui_show_source_line): Likewise.
12395 (tui_show_exec_info_content): Likewise.
12396
12397 2017-05-19 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
12398
12399 * sparc-tdep.c (sparc_structure_return_p)
12400 (sparc_arg_on_registers_p): New functions.
12401 (sparc32_store_arguments): Use them.
12402 * sparc64-tdep.c (sparc64_16_byte_align_p)
12403 (sparc64_store_floating_fields, sparc64_extract_floating_fields):
12404 Handle TYPE_CODE_ARRAY.
12405
12406 2017-05-17 Yao Qi <yao.qi@linaro.org>
12407
12408 * cli/cli-decode.c (add_alias_cmd): New function.
12409 * command.h (add_alias_cmd): Declare.
12410 * infcmd.c (_initialize_infcmd): Don't call add_com_alias,
12411 instead call add_alias_cmd.
12412
12413 2017-05-17 Pedro Alves <palves@redhat.com>
12414
12415 * Makefile.in (nat_extra_makefile_frag): Rename to ...
12416 (nat_makefile_frag): ... this. All references updated.
12417 * configure.ac: Likewise.
12418 * configure.nat: Likewise. Enhance comments.
12419 * configure: Regenerate.
12420
12421 2017-05-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12422
12423 * procfs.c (procfs_create_inferior): Change prototype to match
12424 definition.
12425
12426 2017-05-13 Eli Zaretskii <eliz@gnu.org>
12427
12428 * tui/tui.c (tui_enable): Cast "unknown" to 'char *' to avoid a
12429 C++ compiler warning.
12430
12431 2017-05-12 Tom Tromey <tom@tromey.com>
12432
12433 PR rust/21483:
12434 * rust-lang.c (rust_evaluate_subexp) <STRUCTOP_STRUCT>: Don't
12435 recurse, just call value_struct_elt directly.
12436
12437 2017-05-12 Tom Tromey <tom@tromey.com>
12438
12439 * rust-lang.c (rust_dump_subexp_body) <STRUCTOP_ANONYMOUS,
12440 OP_RUST_ARRAY>: Fix.
12441
12442 2017-05-12 Tom Tromey <tom@tromey.com>
12443
12444 * rust-lang.c (rust_print_subexp): Replace "return" with "break".
12445
12446 2017-05-09 Yao Qi <yao.qi@linaro.org>
12447
12448 * regcache.c: Include <forward_list>.
12449 (struct regcache_list): Remove.
12450 (current_regcache): Update.
12451 (get_thread_arch_aspace_regcache): Update for std::forward_list.
12452 (regcache_thread_ptid_changed): Likewise.
12453 (registers_changed_ptid): Likewise.
12454 (current_regcache_size): Likewise.
12455
12456 2017-05-09 Yao Qi <yao.qi@linaro.org>
12457
12458 * regcache.c [GDB_SELF_TEST]: Include selftest.h.
12459 (current_regcache_size): New function.
12460 (current_regcache_test): New function.
12461 (_initialize_regcache) [GDB_SELF_TEST]: Register the unit test.
12462
12463 2017-05-08 Alan Hayward <alan.hayward@arm.com>
12464
12465 * mips-tdep.c (mips_o32_return_value): Remove unused buffer.
12466 (print_gp_register_row): Use get_frame_register_value.
12467
12468 2017-05-08 Alan Hayward <alan.hayward@arm.com>
12469
12470 * mips-linux-tdep.c (mips_supply_gregset): Use raw_supply_zeroed.
12471 (mips_supply_fpregset): Likewise.
12472 (mips64_supply_gregset): Likewise.
12473
12474 2017-05-08 Alan Hayward <alan.hayward@arm.com>
12475
12476 * mn10300-linux-tdep.c (am33_supply_gregset_method): Use
12477 regcache->raw_supply_zeroed.
12478
12479 2017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
12480
12481 * configure.nat: Rearrange 'case' statements to match
12482 host before cpu.
12483
12484 2017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
12485
12486 * Makefile.in: Remove "@host_makefile_frag@". Add variables
12487 NAT_FILE, NATDEPFILES, NAT_CDEPS, LOADLIBES, MH_CFLAGS, XM_CLIBS,
12488 NAT_GENERATED_FILES, HAVE_NATIVE_GCORE_HOST. Add
12489 "@nat_extra_makefile_frag@".
12490 (Makefile): Remove dependency on "@frags@".
12491 ($(GNULIB_BUILDDIR)/Makefile): Likewise.
12492 (data-directory/Makefile): Likewise.
12493 * config/aarch64/linux.mh: Deleted; moved contents to
12494 "gdb/configure.nat".
12495 * config/alpha/alpha-linux.mh: Likewise.
12496 * config/alpha/nbsd.mh: Likewise.
12497 * config/arm/linux.mh: Likewise.
12498 * config/arm/nbsdelf.mh: Likewise.
12499 * config/i386/cygwin.mh: Likewise.
12500 * config/i386/cygwin64.mh: Likewise.
12501 * config/i386/darwin.mh: Likewise.
12502 * config/i386/fbsd.mh: Likewise.
12503 * config/i386/fbsd64.mh: Likewise.
12504 * config/i386/go32.mh: Likewise.
12505 * config/i386/i386gnu.mh: Likewise.
12506 * config/i386/i386sol2.mh: Likewise.
12507 * config/i386/linux.mh: Likewise.
12508 * config/i386/linux64.mh: Likewise.
12509 * config/i386/mingw.mh: Likewise.
12510 * config/i386/mingw64.mh: Likewise.
12511 * config/i386/nbsd64.mh: Likewise.
12512 * config/i386/nbsdelf.mh: Likewise.
12513 * config/i386/nto.mh: Likewise.
12514 * config/i386/obsd.mh: Likewise.
12515 * config/i386/obsd64.mh: Likewise.
12516 * config/i386/sol2-64.mh: Likewise.
12517 * config/ia64/linux.mh: Likewise.
12518 * config/m32r/linux.mh: Likewise.
12519 * config/m68k/linux.mh: Likewise.
12520 * config/m68k/nbsdelf.mh: Likewise.
12521 * config/m68k/obsd.mh: Likewise.
12522 * config/m88k/obsd.mh: Likewise.
12523 * config/mips/fbsd.mh: Likewise.
12524 * config/mips/linux.mh: Likewise.
12525 * config/mips/nbsd.mh: Likewise.
12526 * config/mips/obsd64.mh: Likewise.
12527 * config/pa/linux.mh: Likewise.
12528 * config/pa/nbsd.mh: Likewise.
12529 * config/pa/obsd.mh: Likewise.
12530 * config/powerpc/aix.mh: Likewise.
12531 * config/powerpc/fbsd.mh: Likewise.
12532 * config/powerpc/linux.mh: Likewise.
12533 * config/powerpc/nbsd.mh: Likewise.
12534 * config/powerpc/obsd.mh: Likewise.
12535 * config/powerpc/ppc64-linux.mh: Likewise.
12536 * config/powerpc/spu-linux.mh: Likewise.
12537 * config/s390/linux.mh: Likewise.
12538 * config/sh/nbsd.mh: Likewise.
12539 * config/sparc/fbsd.mh: Likewise.
12540 * config/sparc/linux.mh: Likewise.
12541 * config/sparc/linux64.mh: Likewise.
12542 * config/sparc/nbsd64.mh: Likewise.
12543 * config/sparc/nbsdelf.mh: Likewise.
12544 * config/sparc/obsd64.mh: Likewise.
12545 * config/sparc/sol2.mh: Likewise.
12546 * config/tilegx/linux.mh: Likewise.
12547 * config/vax/nbsdelf.mh: Likewise.
12548 * config/vax/obsd.mh: Likewise.
12549 * config/xtensa/linux.mh: Likewise.
12550 * config/i386/i386gnu.mn: New file, with excerpts from
12551 "config/i386/i386gnu.mh".
12552 * configure: Regenerate.
12553 * configure.ac: Rewrite code to use "gdb/configure.nat" instead of
12554 *.mh files under "gdb/config".
12555 * configure.nat: New file, with contents from the
12556 "gdb/config/*/*.mh" files.
12557
12558 2017-05-05 Tim Wiederhake <tim.wiederhake@intel.com>
12559
12560 * btrace.c (btrace_clear): Free insn vector.
12561
12562 2017-05-05 Pedro Alves <palves@redhat.com>
12563
12564 * warning.m4 (build_warnings): Add -Wno-error=maybe-uninitialized.
12565 * configure: Regenerate.
12566
12567 2017-05-04 Pedro Alves <palves@redhat.com>
12568
12569 * Makefile.in (SFILES): Add progspace-and-thread.c.
12570 (HFILES_NO_SRCDIR): Add progspace-and-thread.h.
12571 (COMMON_OBS): Add progspace-and-thread.o.
12572 * breakpoint.c: Include "progspace-and-thread.h".
12573 (update_inserted_breakpoint_locations)
12574 (insert_breakpoint_locations, create_longjmp_master_breakpoint):
12575 Use scoped_restore_current_pspace_and_thread.
12576 (create_std_terminate_master_breakpoint): Use
12577 scoped_restore_current_program_space.
12578 (remove_breakpoint): Use scoped_restore_current_pspace_and_thread.
12579 (print_breakpoint_location): Use
12580 scoped_restore_current_program_space.
12581 (bp_loc_is_permanent): Use
12582 scoped_restore_current_pspace_and_thread.
12583 (resolve_sal_pc): Use scoped_restore_current_pspace_and_thread.
12584 (download_tracepoint_locations): Use
12585 scoped_restore_current_pspace_and_thread.
12586 (breakpoint_re_set): Use scoped_restore_current_pspace_and_thread.
12587 * exec.c (exec_close_1): Use scoped_restore_current_program_space.
12588 (enum step_over_calls_kind): Moved from inferior.h.
12589 (class scoped_restore_current_thread): New class.
12590 * gdbthread.h (make_cleanup_restore_current_thread): Delete
12591 declaration.
12592 (scoped_restore_current_thread): New class.
12593 * infcmd.c: Include "common/gdb_optional.h".
12594 (continue_1, proceed_after_attach): Use
12595 scoped_restore_current_thread.
12596 (notice_new_inferior): Use scoped_restore_current_thread.
12597 * inferior.c: Include "progspace-and-thread.h".
12598 (restore_inferior, save_current_inferior): Delete.
12599 (add_inferior_command, clone_inferior_command): Use
12600 scoped_restore_current_pspace_and_thread.
12601 * inferior.h (scoped_restore_current_inferior): New class.
12602 * infrun.c: Include "progspace-and-thread.h" and
12603 "common/gdb_optional.h".
12604 (follow_fork_inferior): Use
12605 scoped_restore_current_pspace_and_thread.
12606 (scoped_restore_exited_inferior): New class.
12607 (handle_vfork_child_exec_or_exit): Use
12608 scoped_restore_exited_inferior,
12609 scoped_restore_current_pspace_and_thread,
12610 scoped_restore_current_thread and scoped_restore.
12611 (fetch_inferior_event): Use scoped_restore_current_thread.
12612 * linespec.c (decode_line_full, decode_line_1): Use
12613 scoped_restore_current_program_space.
12614 * mi/mi-main.c: Include "progspace-and-thread.h".
12615 (exec_continue): Use scoped_restore_current_thread.
12616 (mi_cmd_exec_run): Use scoped_restore_current_pspace_and_thread.
12617 (mi_cmd_trace_frame_collected): Use scoped_restore_current_thread.
12618 * proc-service.c (ps_pglobal_lookup): Use
12619 scoped_restore_current_program_space.
12620 * progspace-and-thread.c: New file.
12621 * progspace-and-thread.h: New file.
12622 * progspace.c (release_program_space, clone_program_space): Use
12623 scoped_restore_current_program_space.
12624 (restore_program_space, save_current_program_space)
12625 (save_current_space_and_thread): Delete.
12626 (switch_to_program_space_and_thread): Moved to
12627 progspace-and-thread.c.
12628 * progspace.h (save_current_program_space)
12629 (save_current_space_and_thread): Delete declarations.
12630 (scoped_restore_current_program_space): New class.
12631 * remote.c (remote_btrace_maybe_reopen): Use
12632 scoped_restore_current_thread.
12633 * symtab.c: Include "progspace-and-thread.h".
12634 (skip_prologue_sal): Use scoped_restore_current_pspace_and_thread.
12635 * thread.c (print_thread_info_1): Use
12636 scoped_restore_current_thread.
12637 (struct current_thread_cleanup): Delete.
12638 (do_restore_current_thread_cleanup)
12639 (restore_current_thread_cleanup_dtor): Rename/convert both to ...
12640 (scoped_restore_current_thread::~scoped_restore_current_thread):
12641 ... this new dtor.
12642 (make_cleanup_restore_current_thread): Rename/convert to ...
12643 (scoped_restore_current_thread::scoped_restore_current_thread):
12644 ... this new ctor.
12645 (thread_apply_all_command): Use scoped_restore_current_thread.
12646 (thread_apply_command): Use scoped_restore_current_thread.
12647 * tracepoint.c (tdump_command): Use scoped_restore_current_thread.
12648 * varobj.c (value_of_root_1): Use scoped_restore_current_thread.
12649
12650 2017-05-04 Pedro Alves <palves@redhat.com>
12651
12652 * thread.c (make_cleanup_restore_current_thread): Move
12653 find_thread_ptid call before the is_stopped call. Assert that the
12654 thread is found. Replace is_stopped call by checking the thread's
12655 state directly. Remove unnecessary NULL-thread check.
12656
12657 2017-05-04 Pedro Alves <palves@redhat.com>
12658
12659 * corelow.c (thread_section_name): New class.
12660 (get_core_register_section, get_core_siginfo): Use it.
12661
12662 2017-05-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12663
12664 * corelow.c (sniff_core_bfd): Remove extra semicolon.
12665 (get_core_register_section): Remove xfree of NULL pointer.
12666
12667 2017-05-03 Alan Hayward <alan.hayward@arm.com>
12668
12669 * frv-linux-tdep.c (frv_linux_supply_gregset): Use raw_supply_zeroed.
12670 * regcache.c (regcache::raw_supply_zeroed): New function.
12671 * regcache.h (regcache::raw_supply_zeroed): New declaration.
12672
12673 2017-05-03 Simon Marchi <simon.marchi@ericsson.com>
12674
12675 * gdbarch.sh: Remove commented out definition of
12676 TARGET_CHAR_BIT.
12677 * gdbarch.h: Re-generate.
12678
12679 2017-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
12680
12681 * configure: Regenerate.
12682
12683 2017-05-02 Simon Marchi <simon.marchi@ericsson.com>
12684
12685 * solib-target.c (solib_target_relocate_section_addresses):
12686 Remove num_section_bases, num_bases, segment_bases variables.
12687
12688 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
12689
12690 * common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.
12691
12692 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
12693
12694 * solib-target.c: Include <vector>
12695 (struct lm_info_target) <~lm_info_target>: Remove.
12696 <segment_bases, section_bases>: Change type to
12697 std::vector<CORE_ADDR>.
12698 (library_list_start_segment, library_list_start_section,
12699 library_list_end_library,
12700 solib_target_relocate_section_addresses): Adjust.
12701
12702 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
12703
12704 * gdbarch.sh (software_single_step): Change return type to
12705 std::vector<CORE_ADDR>.
12706 * gdbarch.c, gdbarch.h: Re-generate.
12707 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
12708 Adjust.
12709 (arm_deal_with_atomic_sequence_raw): Adjust.
12710 (thumb_get_next_pcs_raw): Adjust.
12711 (arm_get_next_pcs_raw): Adjust.
12712 (arm_get_next_pcs): Adjust.
12713 * arch/arm-get-next-pcs.h (arm_get_next_pcs): Adjust.
12714 * aarch64-tdep.c (aarch64_software_single_step): Adjust.
12715 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Adjust.
12716 (alpha_software_single_step): Adjust.
12717 * alpha-tdep.h (alpha_software_single_step): Adjust.
12718 * arm-linux-tdep.c (arm_linux_software_single_step): Adjust.
12719 * arm-tdep.c (arm_software_single_step): Adjust.
12720 (arm_breakpoint_kind_from_current_state): Adjust.
12721 * arm-tdep.h (arm_software_single_step): Adjust.
12722 * breakpoint.c (insert_single_step_breakpoint): Adjust.
12723 * cris-tdep.c (cris_software_single_step): Adjust.
12724 * mips-tdep.c (mips_deal_with_atomic_sequence): Adjust.
12725 (micromips_deal_with_atomic_sequence): Adjust.
12726 (deal_with_atomic_sequence): Adjust.
12727 (mips_software_single_step): Adjust.
12728 * mips-tdep.h (mips_software_single_step): Adjust.
12729 * moxie-tdep.c (moxie_software_single_step): Adjust.
12730 * nios2-tdep.c (nios2_software_single_step): Adjust.
12731 * ppc-tdep.h (ppc_deal_with_atomic_sequence): Adjust.
12732 * rs6000-aix-tdep.c (rs6000_software_single_step): Adjust.
12733 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Adjust.
12734 * s390-linux-tdep.c (s390_software_single_step): Adjust.
12735 * sparc-tdep.c (sparc_software_single_step): Adjust.
12736 * spu-tdep.c (spu_software_single_step): Adjust.
12737 * tic6x-tdep.c (tic6x_software_single_step): Adjust.
12738
12739 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
12740
12741 * gdbarch.sh: Use semi-colon as field separator instead of colon.
12742 * gdbarch.h: Re-generate.
12743
12744 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12745
12746 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-instruction.o.
12747 (SUBDIR_PYTHON_SRCS): Add py-instruction.c.
12748 * python/py-instruction.c, python/py-instruction.h: New file.
12749 * python/py-record.c: Add py-instruction.h include.
12750 (gdbpy_initialize_record): Make gdb.Instruction a super class of
12751 gdb.RecordInstruction.
12752 * python/python-internal.h: Add gdbpy_initialize_instruction
12753 declaration.
12754 * python/python.c (do_start_initialization): Add
12755 gdbpy_initialize_instruction.
12756
12757 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12758
12759 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_CALL, btpy_call_type):
12760 Remove.
12761 (btrace_func_from_recpy_func): New function.
12762 (btpy_call_new, btpy_number, btpy_hash, btpy_richcompare): Remove.
12763 (btpy_call_level, btpy_call_symbol, btpy_call_instructions,
12764 btpy_call_up, btpy_call_prev_sibling, btpy_call_next_sibling): Rename to ...
12765 (recpy_bt_func_level, recpy_bt_func_symbol, recpy_bt_func_instructions,
12766 recpy_bt_func_up, recpy_bt_func_prev, recpy_bt_func_next): This.
12767 Also, use new helper functions.
12768 (btpy_list_item): Use new helper functions.
12769 (recpy_bt_function_call_history): Use new type name.
12770 (btpy_call_getset): Remove.
12771 (gdbpy_initialize_btrace): Remove code to initialize
12772 gdb.BtraceFunctionCall.
12773 * python/py-record-btrace.h (recpy_bt_func_number, recpy_btb_func_level,
12774 recpy_btb_func_symbol, recpy_bt_func_instructions, recpy_bt_func_up,
12775 recpy_bt_func_prev, recpy_bt_func_next): New export.
12776 * python/py-record.c (recpy_func_type): New static object.
12777 (recpy_func_new, recpy_func_level, recpy_func_symbol,
12778 recpy_func_instructions, recpy_func_up, recpy_func_prev,
12779 recpy_func_next): New function.
12780 (recpy_element_hash, recpy_element_richcompare): Updated comment.
12781 (recpy_func_getset): New static object.
12782 (gdbpy_initialize_record): Add code to initialize gdb.RecordInstruction.
12783 * python/py-record.h (recpy_func_type, recpy_func_new): New export.
12784
12785 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12786
12787 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN): Remove.
12788 (btpy_object, btpy_insn_type, btpy_new): Remove.
12789 (btpy_list_object): Use gdb.RecordInstruction type instead of
12790 gdb.BtraceInstruction type.
12791 (btrace_insn_from_recpy_insn): New function.
12792 (btpy_insn_or_gap_new): Adjust comment. Use recpy_insn_new instead of
12793 btpy_new.
12794 (btpy_call_new, btpy_list_item): Do not use btpy_new anymore.
12795 (btpy_number, btpy_hash, btpy_call_level, btpy_call_symbol,
12796 btpy_call_instructions, btpy_call_up, btpy_call_prev_sibling,
12797 btpy_call_next_sibling, btpy_richcompare): Use recpy_element_object
12798 instead of btpy_object.
12799 (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
12800 btpy_insn_data, btpy_insn_decode): Rename to ...
12801 (recpy_bt_insn_sal, recpy_bt_insn_pc, recpy_bt_insn_size,
12802 recpy_bt_insn_is_speculative, recpy_bt_insn_data,
12803 recpy_bt_insn_decode): This. Also, use new helper functions.
12804 (btpy_list_position, recpy_bt_goto): Use recpy_element_object and
12805 recpy_insn_type.
12806 (btpy_insn_getset): Remove.
12807 (gdbpy_initialize_btrace): Remove code to initialize
12808 gdb.BtraceInstruction. Use recpy_element_object.
12809 * python/py-record-btrace.h (recpy_bt_insn_number, recpy_bt_insn_sal,
12810 recpy_bt_insn_pc, recpy_bt_insn_data, recpy_bt_insn_decoded,
12811 recpy_bt_insn_size, recpy_bt_insn_is_speculative): New export.
12812 * python/py-record.c (recpy_insn_type): New static object.
12813 (recpy_insn_new, recpy_insn_sal, recpy_insn_pc, recpy_insn_data,
12814 recpy_insn_decoded, recpy_insn_size, recpy_insn_is_speculative,
12815 recpy_element_number, recpy_element_hash, recpy_element_richcompare):
12816 New function.
12817 (recpy_insn_getset): New static object.
12818 (gdbpy_initialize_record): Initialize gdb.RecordInstruction.
12819 * python/py-record.h (recpy_element_object): New typedef.
12820 (recpy_insn_type, recpy_insn_new): New export.
12821
12822 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12823
12824 * py-record-btrace.c (btpy_insn_new): Removed.
12825 (btpy_insn_or_gap_new): New function.
12826 (btpy_insn_error): Removed.
12827 (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
12828 btpy_insn_data, btpy_insn_decode): Remove code path for gaps.
12829 (recpy_bt_replay_position, recpy_bt_begin, recpy_bt_end): Call
12830 btpy_insn_or_gap_new instead of btpy_insn_new.
12831 (btpy_insn_getset): Remove btpy_insn_error.
12832 * py-record.c (recpy_gap_type): New static object.
12833 (recpy_gap_object): New typedef.
12834 (recpy_gap_new, recpy_gap_number, recpy_gap_reason_code,
12835 recpy_gap_reason_string): New function.
12836 (recpy_gap_getset): New static object.
12837 (gdbpy_initialize_record): Initialize gdb.RecordGap type.
12838 * py-record.h (recpy_gap_new): New export.
12839
12840 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12841
12842 * python/py-record.c (recpy_ptid): Remove.
12843 (recpy_record_getset): Remove recpy_ptid.
12844
12845 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12846
12847 * btrace.c (btrace_fetch): Set inferior_ptid.
12848 * python/py-record-btrace.c: Add "py-record.h" include.
12849 (recpy_bt_format, recpy_bt_replay_position, recpy_bt_begin,
12850 recpy_bt_end, recpy_bt_instruction_history,
12851 recpy_bt_function_call_history, recpy_bt_goto): Use ptid stored
12852 in gdb.Record object instead of current ptid.
12853 * python/py-record.c: Include new "py-record.h" file.
12854 (recpy_record_object): Moved to py-record.h.
12855 * python/py-record.h: New file.
12856
12857 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12858
12859 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN,
12860 BTPY_REQUIRE_VALID_CALL, recpy_bt_function_call_history): Fix
12861 indentation.
12862
12863 2017-05-01 Joel Brobecker <brobecker@adacore.com>
12864
12865 * MAINTAINERS: Move Daniel Jacobowitz and Mark Kettenis to
12866 the past maintainers section.
12867
12868 2017-04-28 Yao Qi <yao.qi@linaro.org>
12869
12870 * infcmd.c (get_return_value): Use regcache ctor, and remove
12871 cleanup.
12872
12873 2017-04-28 Yao Qi <yao.qi@linaro.org>
12874 Pedro Alves <palves@redhat.com>
12875
12876 * regcache.c (regcache::regcache): New tag dispatch ctor.
12877 (do_cooked_read): Moved above.
12878 (regcache_dup): Use the tag dispatch ctor..
12879 * regcache.h (regcache): Declare ctor, delete copy ctor and
12880 assignment operator, remove friend regcache_dup.
12881
12882 2017-04-28 Yao Qi <yao.qi@linaro.org>
12883
12884 * regcache.c (regcache_dup): Assert !src->m_readonly_p and
12885 call method save instead of regcache_cpy.
12886 * regcache.h (struct regcache): Make regcache_dup a friend.
12887
12888 2017-04-28 Yao Qi <yao.qi@linaro.org>
12889
12890 * regcache.c (struct regcache): Move to regcache.h
12891 (regcache::arch): New method.
12892 (regcache_get_ptid): Update.
12893 (get_regcache_arch): Call arch method.
12894 (get_regcache_aspace): Call method aspace.
12895 (register_buffer): Change it to method.
12896 (regcache_save): Change it to regcache::save.
12897 (regcache_restore): Likewise.
12898 (regcache_cpy_no_passthrough): Remove the declaration.
12899 (regcache_cpy): Call methods restore and cpy_no_passthrough.
12900 (regcache_cpy_no_passthrough): Change it to method
12901 cpy_no_passthrough.
12902 (regcache_register_status): Change it to method
12903 get_register_status.
12904 (regcache_invalidate): Change it to method invalidate.
12905 (regcache_thread_ptid_changed): Use methods ptid and set_ptid.
12906 (regcache_raw_update): Change it to method raw_update.
12907 (regcache_raw_read): Likewise.
12908 (regcache_raw_read_signed): Likewise.
12909 (regcache_raw_read_unsigned): Likewise.
12910 (regcache_raw_write_signed): Likewise.
12911 (regcache_raw_write_unsigned): Likewise.
12912 (regcache_cooked_read): Likewise.
12913 (regcache_cooked_read_value): Likewise.
12914 (regcache_cooked_read_signed): Likewise.
12915 (regcache_cooked_read_unsigned): Likewise.
12916 (regcache_cooked_write_signed): Likewise.
12917 (regcache_cooked_write_unsigned): Likewise.
12918 (regcache_raw_set_cached_value): Likewise.
12919 (regcache_raw_write): Likewise.
12920 (regcache_cooked_write): Likewise.
12921 (regcache_xfer_part): Likewise.
12922 (regcache_raw_read_part): Likewise.
12923 (regcache_raw_write_part): Likewise.
12924 (regcache_cooked_read_part): Likewise.
12925 (regcache_cooked_write_part): Likewise.
12926 (regcache_raw_supply): Likewise.
12927 (regcache_raw_collect): Likewise.
12928 (regcache_transfer_regset): Likewise.
12929 (regcache_supply_regset): Likewise.
12930 (regcache_collect_regset): Likewise.
12931 (regcache_debug_print_register): Likewise.
12932 (enum regcache_dump_what): Move it to regcache.h.
12933 (regcache_dump): Change it to method dump.
12934 * regcache.h (enum regcache_dump_what): New.
12935 (class regcache): New.
12936 * target.c (target_fetch_registers): Call method
12937 debug_print_register.
12938 (target_store_registers): Likewise.
12939
12940 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
12941
12942 * windows-nat.c (struct lm_info_windows): Initialize field.
12943 (windows_make_so): Allocate lm_info_windows with new.
12944 (windows_free_so): Free lm_info_windows with delete.
12945
12946 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
12947
12948 * solib-darwin.c (struct lm_info_darwin): Initialize field.
12949 (darwin_current_sos): Allocate lm_info_darwin with new, remove
12950 cleanup.
12951 (darwin_free_so): Free lm_info_darwin with delete.
12952
12953 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
12954
12955 * solib-svr4.h (struct lm_info_svr4): Initialize fields.
12956 <l_addr_p>: Change type to bool.
12957 * solib-svr4.c (lm_info_read): Allocate lm_info_svr4 with new.
12958 (svr4_free_so): Free lm_info_svr4 with delete.
12959 (svr4_copy_library_list): Replace memcpy with call to copy
12960 constructor.
12961 (library_list_start_library, svr4_default_sos): Allocate
12962 lm_info_svr4 with new.
12963
12964 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
12965
12966 * solib-target.c (struct lm_info_target): Add destructor,
12967 initialize fields.
12968 <name>: Change type to std::string.
12969 (library_list_start_library): Allocate lm_info_target with new.
12970 (solib_target_free_library_list): Free lm_info_target with
12971 delete.
12972 (solib_target_current_sos): Adapt to std::string.
12973 (solib_target_free_so): Free lm_info_target with delete.
12974
12975 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
12976
12977 * solib-frv.c (struct lm_info_frv): Add destructor, initialize
12978 fields.
12979 (frv_current_sos): Allocate lm_info_frv with new.
12980 (frv_relocate_main_executable): Free lm_info_frv with delete,
12981 allocate with new.
12982 (frv_clear_solib, frv_free_so): Free lm_info_frv with delete.
12983
12984 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
12985
12986 * solib-frv.c (struct lm_info_frv): Fix indentation.
12987
12988 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
12989
12990 * solib-dsbt.c (struct lm_info_dsbt): Add destructor, initialize
12991 map field.
12992 (dsbt_current_sos): Allocate lm_info_dsbt with new.
12993 (dsbt_relocate_main_executable): Free lm_info_dsbt with delete
12994 and allocate with new.
12995 (dsbt_clear_solib, dsbt_free_so): Free lm_info_dsbt with delete.
12996
12997 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
12998
12999 * solib-aix.c (struct lm_info_aix): Initialize fields in-class.
13000 <filename, member_name>: Change type to std::string.
13001 (solib_aix_new_lm_info, solib_aix_xfree_lm_info): Remove.
13002 (library_list_start_library): Allocate lm_info_aix with new.
13003 (solib_aix_free_library_list, solib_aix_free_so): Free with delete.
13004 (solib_aix_current_sos): Adapt to std::string, copy lm_info_aix
13005 with copy constructor.
13006
13007 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13008
13009 * solist.h (struct lm_info): Remove.
13010 (struct lm_info_base): New class.
13011 (struct so_list) <lm_info>: Change type to lm_info_base *.
13012 * nto-tdep.c (struct lm_info): Remove.
13013 (lm_addr): Adjust.
13014 * solib-aix.c (struct lm_info): Rename to ...
13015 (struct lm_info_aix): ... this. Extend lm_info_base.
13016 (lm_info_p): Rename to ...
13017 (lm_info_aix_p): ... this, and adjust.
13018 (solib_aix_new_lm_info, solib_aix_xfree_lm_info,
13019 solib_aix_parse_libraries, library_list_start_library,
13020 solib_aix_free_library_list, solib_aix_parse_libraries,
13021 solib_aix_get_library_list,
13022 solib_aix_relocate_section_addresses, solib_aix_free_so,
13023 solib_aix_get_section_offsets,
13024 solib_aix_solib_create_inferior_hook, solib_aix_current_sos):
13025 Adjust.
13026 (struct solib_aix_inferior_data) <library_list>: Adjust.
13027 * solib-darwin.c (struct lm_info): Rename to ...
13028 (struct lm_info_darwin): ... this. Extend lm_info_base.
13029 (darwin_current_sos, darwin_relocate_section_addresses): Adjust.
13030 * solib-dsbt.c (struct lm_info): Rename to ...
13031 (struct lm_info_dsbt): ... this. Extend lm_info_base.
13032 (struct dsbt_info) <main_executable_lm_info): Adjust.
13033 (dsbt_current_sos, dsbt_relocate_main_executable, dsbt_free_so,
13034 dsbt_relocate_section_addresses): Adjust.
13035 * solib-frv.c (struct lm_info): Rename to ...
13036 (struct lm_info_frv): ... this. Extend lm_info_base.
13037 (main_executable_lm_info): Adjust.
13038 (frv_current_sos, frv_relocate_main_executable, frv_free_so,
13039 frv_relocate_section_addresses, frv_fdpic_find_global_pointer,
13040 find_canonical_descriptor_in_load_object,
13041 frv_fdpic_find_canonical_descriptor): Adjust.
13042 * solib-svr4.c (struct lm_info): Move to solib-svr4.h, renamed
13043 to lm_info_svr4.
13044 (lm_info_read, lm_addr_check, svr4_keep_data_in_core,
13045 svr4_clear_so, svr4_copy_library_list,
13046 library_list_start_library, svr4_default_sos, svr4_read_so_list,
13047 svr4_current_sos, svr4_fetch_objfile_link_map,
13048 solist_update_incremental): Adjust.
13049 * solib-svr4.h (struct lm_info_svr4): Move here from
13050 solib-svr4.c.
13051 * solib-target.c (struct lm_info): Rename to ...
13052 (struct lm_info_target): ... this. Extend lm_info_base.
13053 (lm_info_p): Rename to ...
13054 (lm_info_target_p): ... this.
13055 (solib_target_parse_libraries, library_list_start_segment,
13056 library_list_start_section, library_list_start_library,
13057 library_list_end_library, solib_target_free_library_list,
13058 solib_target_current_sos, solib_target_free_so,
13059 solib_target_relocate_section_addresses): Adjust.
13060 * windows-nat.c (struct lm_info): Rename to ...
13061 (struct lm_info_windows): ... this. Extend lm_info_base.
13062 (windows_make_so, handle_load_dll, handle_unload_dll,
13063 windows_xfer_shared_libraries): Adjust.
13064
13065 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13066
13067 * solib-darwin.c (struct darwin_so_list): Remove.
13068 (darwin_current_sos): Allocate an so_list object instead of a
13069 darwin_so_list, separately allocate an lm_info object.
13070 (darwin_free_so): Free lm_info.
13071
13072 2017-04-28 John Baldwin <jhb@FreeBSD.org>
13073
13074 * mips-tdep.c (print_gp_register_row): Replace printf_filtered
13075 with fprintf_filtered.
13076
13077 2017-04-28 Yao Qi <yao.qi@linaro.org>
13078
13079 * regcache.c (regcache::regcache): New function.
13080 (regcache::~regcache): New function.
13081 (regcache_xmalloc_1): Remove.
13082 (regcache_xmalloc): Call new regcache.
13083 (regcache_xfree): Call delete regcache.
13084 (get_thread_arch_aspace_regcache): Call new regcache.
13085
13086 2017-04-28 Yao Qi <yao.qi@linaro.org>
13087
13088 * mips-linux-nat.c (mips_linux_new_thread): Use ptid method
13089 lwp instead of ptid_get_lwp.
13090
13091 2017-04-28 Yao Qi <yao.qi@linaro.org>
13092
13093 * mips-linux-nat.c (mips_linux_new_thread): Get lwpid from
13094 lwp_info instead of getting from inferior_ptid.
13095
13096 2017-04-27 Keith Seitz <keiths@redhat.com>
13097
13098 * gdbtypes.c (LVALUE_REFERENCE_TO_RVALUE_BINDING_BADNESS)
13099 DIFFERENT_REFERENCE_TYPE_BADNESS): Remove.
13100 (CV_CONVERSION_BADNESS): Define.
13101 (rank_one_type): Remove overly restrictive rvalue reference
13102 rank checks.
13103 Add cv-qualifier checks and subranks for type equality.
13104 * gdbtypes.h (REFERENCE_CONVERSION_RVALUE,
13105 REFERENCE_CONVERSION_CONST_LVALUE, CV_CONVERSION_BADNESS,
13106 CV_CONVERSION_CONST, CV_CONVERSION_VOLATILE): Declare.
13107
13108 2017-04-27 Simon Marchi <simon.marchi@ericsson.com>
13109
13110 * python/py-inferior.c (inferior_to_inferior_object): Increment reference
13111 count when creating the object.
13112
13113 2017-04-27 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
13114 Ulrich Weigand <uweigand@de.ibm.com>
13115
13116 * xcoffread.c (read_xcoff_symtab): Read correct function auxiliary
13117 entry if xlc -qfuncsect or gcc -ffunction-sections compiler option
13118 is used in AIX.
13119 (read_xcoff_symtab): Handle C_WEAKEXT storage class.
13120 (process_xcoff_symbol): Likewise.
13121 (scan_xcoff_symtab): Likewise.
13122
13123 2017-04-26 Alan Hayward <alan.hayward@arm.com>
13124
13125 * ia64-tdep.c (examine_prologue): Use get_frame_register_unsigned.
13126 (ia64_sigtramp_frame_prev_register): Use read_memory_unsigned_integer.
13127 (ia64_access_reg): Use get_frame_register_unsigned.
13128 (ia64_access_rse_reg): Likewise.
13129 (ia64_libunwind_frame_prev_register): Likewise.
13130
13131 2017-04-26 Jiong Wang <jiong.wang@arm.com>
13132
13133 * gdbarch.sh: New gdbarch method execute_dwarf_cfa_vendor_op.
13134 * gdbarch.c: Regenerated.
13135 * gdbarch.h: Regenerated.
13136 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Made the
13137 visibility external.
13138 (execute_cfa_program): Call execute_dwarf_cfa_vendor_op for CFI
13139 between DW_CFA_lo_user and DW_CFA_high_user inclusive.
13140 (enum cfa_how_kind): Move to ...
13141 (struct dwarf2_frame_state_reg_info): Likewise.
13142 (struct dwarf2_frame_state): Likewise.
13143 * dwarf2-frame.h: ... here.
13144 (dwarf2_frame_state_alloc_regs): New declaration.
13145 * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): New function.
13146 (sparc32_gdbarch_init): Register execute_dwarf_cfa_vendor_op hook.
13147
13148 2017-04-26 Alan Hayward <alan.hayward@arm.com>
13149
13150 * xtensa-tdep.c (xtensa_pseudo_register_read): Use
13151 regcache_raw_read_unsigned.
13152 (xtensa_pseudo_register_write): Likewise.
13153
13154 2017-04-26 Alan Hayward <alan.hayward@arm.com>
13155
13156 * nds32-tdep.c (nds32_pseudo_register_read): Abort on errors.
13157 (nds32_pseudo_register_write): Likewise.
13158
13159 2017-04-25 Yao Qi <yao.qi@linaro.org>
13160
13161 * regcache.c (struct regcache) <readonly_p>: Change its type
13162 to bool.
13163 (regcache_xmalloc_1): Update parameter type and callers update.
13164
13165 2017-04-25 Yao Qi <yao.qi@linaro.org>
13166
13167 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
13168 set_gdbarch_wchar_bit.
13169 * arm-tdep.c (arm_gdbarch_init): Likewise.
13170
13171 2017-04-25 Pedro Alves <palves@redhat.com>
13172
13173 * common/poison.h [!HAVE_IS_TRIVIALLY_COPYABLE] (IsRelocatable)
13174 (BothAreRelocatable, memcopy, memmove): Don't define.
13175 * common/traits.h (__has_feature, HAVE_IS_TRIVIALLY_COPYABLE): New
13176 macros.
13177
13178 2017-04-25 Pedro Alves <palves@redhat.com>
13179
13180 * common/common-defs.h: Include "common/poison.h".
13181 * common/function-view.h: (Not, Or, Requires): Move to traits.h
13182 and adjust.
13183 * common/poison.h: New file.
13184 * common/traits.h: Include <type_traits>.
13185 (Not, Or, Requires): New, moved from common/function-view.h.
13186
13187 2017-04-25 Pedro Alves <palves@redhat.com>
13188
13189 * breakpoint.h (struct breakpoint): In-class initialize all
13190 fields. Make boolean fields "bool".
13191 * breakpoint.c (init_raw_breakpoint_without_location): Remove
13192 memset call and initializations no longer necessary.
13193
13194 2017-04-25 Pedro Alves <palves@redhat.com>
13195
13196 * btrace.c (pt_btrace_insn_flags): Change parameter type to
13197 reference.
13198 (pt_btrace_insn): New function.
13199 (ftrace_add_pt): Remove memset call and use pt_btrace_insn.
13200
13201 2017-04-25 Pedro Alves <palves@redhat.com>
13202
13203 * ada-lang.c (ada_catchpoint_location): Now a "class". Remove
13204 "base" field and inherit from "bp_location" instead. Add
13205 non-default ctor.
13206 (allocate_location_exception): Use new non-default ctor.
13207 * breakpoint.c (get_first_locp_gte_addr): Remove memset call.
13208 (init_bp_location): Convert to ...
13209 (bp_location::bp_location): ... this new ctor, and remove memset
13210 call.
13211 (base_breakpoint_allocate_location): Use the new non-default ctor.
13212 * breakpoint.h (bp_location): Now a class. Declare default and
13213 non-default ctors. In-class initialize all members.
13214 (init_bp_location): Remove declaration.
13215
13216 2017-04-25 Pedro Alves <palves@redhat.com>
13217
13218 * common/enum-flags.h (enum_flags): Don't implement copy ctor and
13219 assignment operator.
13220
13221 2017-04-24 Yao Qi <yao.qi@linaro.org>
13222
13223 * doublest.c (convert_doublest_to_floatformat): Call
13224 floatformat_totalsize_bytes.
13225
13226 2017-04-22 Tom Tromey <tom@tromey.com>
13227
13228 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
13229 ui_out_emit_list.
13230 * stack.c (print_frame): Use ui_out_emit_list.
13231 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
13232 ui_out_emit_list.
13233 * mi/mi-main.c (print_one_inferior)
13234 (mi_cmd_data_list_register_names)
13235 (mi_cmd_data_list_register_values, mi_cmd_list_features)
13236 (mi_cmd_list_target_features, mi_cmd_trace_frame_collected): Use
13237 ui_out_emit_list.
13238 * mi/mi-interp.c (mi_on_normal_stop_1): Use ui_out_emit_list.
13239 (mi_output_solib_attribs): Use ui_out_emit_list,
13240 ui_out_emit_tuple.
13241 * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_list.
13242 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
13243 (mi_cmd_stack_list_args, list_args_or_locals): Use
13244 ui_out_emit_list.
13245 * disasm.c (do_assembly_only): Use ui_out_emit_list.
13246 * breakpoint.c (print_solib_event, output_thread_groups): Use
13247 ui_out_emit_list.
13248
13249 2017-04-22 Tom Tromey <tom@tromey.com>
13250
13251 * mi/mi-main.c (print_variable_or_computed): Use ui_out_emit_tuple.
13252 * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_tuple.
13253 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_out_emit_tuple.
13254
13255 2017-04-22 Tom Tromey <tom@tromey.com>
13256
13257 * tracepoint.c (tvariables_info_1)
13258 (print_one_static_tracepoint_marker): Use ui_out_emit_tuple.
13259
13260 2017-04-22 Tom Tromey <tom@tromey.com>
13261
13262 * stack.c (print_frame_arg): Use ui_out_emit_tuple,
13263 annotate_arg_emitter.
13264 * breakpoint.c (print_mention_watchpoint)
13265 (print_mention_masked_watchpoint): Use ui_out_emit_tuple.
13266 * annotate.h (struct annotate_arg_emitter): New.
13267
13268 2017-04-22 Tom Tromey <tom@tromey.com>
13269
13270 * record-btrace.c (record_btrace_insn_history)
13271 (record_btrace_insn_history_range, record_btrace_call_history)
13272 (record_btrace_call_history_range): Use ui_out_emit_tuple.
13273 * thread.c (do_captured_list_thread_ids, print_thread_info_1): Use
13274 ui_out_emit_tuple.
13275 * stack.c (print_frame_info): Use ui_out_emit_tuple.
13276 * solib.c (info_sharedlibrary_command): Use ui_out_emit_tuple.
13277 * skip.c (skip_info): Use ui_out_emit_tuple.
13278 * remote.c (show_remote_cmd): Use ui_out_emit_tuple.
13279 * progspace.c (print_program_space): Use ui_out_emit_tuple.
13280 * probe.c (info_probes_for_ops): Use ui_out_emit_tuple.
13281 * osdata.c (info_osdata): Use ui_out_emit_tuple.
13282 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
13283 ui_out_emit_tuple.
13284 * mi/mi-main.c (print_one_inferior, list_available_thread_groups)
13285 (output_register, mi_cmd_data_read_memory)
13286 (mi_cmd_data_read_memory_bytes, mi_load_progress)
13287 (mi_cmd_trace_frame_collected): Use ui_out_emit_tuple.
13288 * mi/mi-cmd-var.c (mi_cmd_var_list_children, varobj_update_one):
13289 Use ui_out_emit_tuple.
13290 * mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Use
13291 ui_out_emit_tuple.
13292 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
13293 (mi_cmd_info_gdb_mi_command): Use ui_out_emit_tuple.
13294 * linux-thread-db.c (info_auto_load_libthread_db): Use
13295 ui_out_emit_tuple.
13296 * inferior.c (print_inferior): Use ui_out_emit_tuple.
13297 * gdb_bfd.c (print_one_bfd): Use ui_out_emit_tuple.
13298 * disasm.c (do_mixed_source_and_assembly_deprecated)
13299 (do_mixed_source_and_assembly): Use ui_out_emit_tuple.
13300 * cp-abi.c (list_cp_abis): Use ui_out_emit_tuple.
13301 * cli/cli-setshow.c (cmd_show_list): Use ui_out_emit_tuple.
13302 * breakpoint.c (print_one_breakpoint_location)
13303 (print_one_breakpoint): Use ui_out_emit_tuple.
13304 * auto-load.c (print_script, info_auto_load_cmd): Use
13305 ui_out_emit_tuple.
13306 * ada-tasks.c (print_ada_task_info): Use ui_out_emit_tuple.
13307
13308 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
13309
13310 * thread.c (print_thread_info_1): Remove dead code.
13311
13312 2017-04-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13313
13314 * aarch64-tdep.c (selftests::aarch64_process_record_test): Make it #if
13315 GDB_SELF_TEST.
13316 * arm-tdep.c (selftests::arm_record_test): Likewise.
13317
13318 2017-04-21 Yao Qi <yao.qi@linaro.org>
13319
13320 * regcache.c (regcache_restore): Remove argument 2. Replace
13321 argument 3 with regcache. Get register status from
13322 src->register_status and get register contents from
13323 register_buffer (src, regnum).
13324 (regcache_cpy): Update.
13325
13326 2017-04-19 Pedro Alves <palves@redhat.com>
13327
13328 * gdbthread.h (thread): Add missing closing parenthesis in
13329 comment.
13330
13331 2017-04-19 Pedro Alves <palves@redhat.com>
13332
13333 * common/refcounted-object.h: New file.
13334 * gdbthread.h: Include "common/refcounted-object.h".
13335 (thread_info): Inherit from refcounted_object and add comments.
13336 (thread_info::incref, thread_info::decref)
13337 (thread_info::m_refcount): Delete.
13338 (thread_info::deletable): Use the refcounted_object::refcount()
13339 method.
13340 * inferior.c (current_inferior_): Add comment.
13341 (set_current_inferior): Increment/decrement refcounts.
13342 (prune_inferiors, remove_inferior_command): Skip inferiors marked
13343 not-deletable instead of comparing with the current inferior.
13344 (initialize_inferiors): Increment the initial inferior's refcount.
13345 * inferior.h (struct inferior): Forward declare.
13346 Include "common/refcounted-object.h".
13347 (current_inferior, set_current_inferior): Move declaration to
13348 before struct inferior's definition, and fix comment.
13349 (inferior): Inherit from refcounted_object. Add comments.
13350 * thread.c (switch_to_thread_no_regs): Reference the thread's
13351 inferior pointer directly instead of doing a ptid lookup.
13352 (switch_to_no_thread): New function.
13353 (switch_to_thread(thread_info *)): New function, factored out
13354 from ...
13355 (switch_to_thread(ptid_t)): ... this.
13356 (restore_current_thread): Delete.
13357 (current_thread_cleanup): Remove 'inf_id' and 'was_removable'
13358 fields, and add 'inf' field.
13359 (do_restore_current_thread_cleanup): Check whether old->inf is
13360 alive instead of looking up an inferior by ptid. Use
13361 switch_to_thread and switch_to_no_thread.
13362 (restore_current_thread_cleanup_dtor): Use old->inf directly
13363 instead of lookup up an inferior by id. Decref the inferior.
13364 Don't restore 'removable'.
13365 (make_cleanup_restore_current_thread): Same the inferior pointer
13366 in old, instead of the inferior number. Incref the inferior.
13367 Don't save/clear 'removable'.
13368
13369 2017-04-19 Pedro Alves <palves@redhat.com>
13370
13371 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13372 unittests/scoped_restore-selftests.c.
13373 (SUBDIR_UNITTESTS_OBS): Add scoped_restore-selftests.o.
13374 * common/scoped_restore.h (scoped_restore_base): Make "class".
13375 (scoped_restore_base::release): New public method.
13376 (scoped_restore_base::scoped_restore_base): New protected ctor.
13377 (scoped_restore_base::m_saved_var): New protected field.
13378 (scoped_restore_tmpl::scoped_restore_tmpl(T*)): Initialize the
13379 scoped_restore_base base class instead of m_saved_var directly.
13380 (scoped_restore_tmpl::scoped_restore_tmpl(T*, T2)): Likewise.
13381 (scoped_restore_tmpl::scoped_restore_tmpl(const
13382 scoped_restore_tmpl<T>&)): Likewise.
13383 (scoped_restore_tmpl::~scoped_restore_tmpl): Use the saved_var
13384 method.
13385 (scoped_restore_tmpl::saved_var): New method.
13386 (scoped_restore_tmpl::m_saved_var): Delete.
13387 * inferior.h (inferior::detaching): Now a bool.
13388 * infrun.c (prepare_for_detach): Use a scoped_restore instead of a
13389 cleanup.
13390 * unittests/scoped_restore-selftests.c: New file.
13391
13392 2017-04-19 Pedro Alves <palves@redhat.com>
13393
13394 * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS):
13395 Re-sort in alphabetic order.
13396
13397 2017-04-18 Pedro Alves <palves@redhat.com>
13398
13399 * xml-support.c (obstack_xml_printf): Delete.
13400 * xml-support.h (obstack_xml_printf): Delete.
13401
13402 2017-04-18 Pedro Alves <palves@redhat.com>
13403
13404 * xml-support.c (gdb_xml_parser) <use_dtd, dtd_name, parse,
13405 vdebug, verror, body_text, start_element, end_element, name,
13406 user_data, set_is_xinclude, set_error, expat_parser>: New methods.
13407 <name, user_data, expat_parser, scopes, error, last_line, dtd_name,
13408 is_xinclude>: Make private and add m_ prefix.
13409 (gdb_xml_parser::body_text): New method, based on ...
13410 (gdb_xml_body_text): ... this. Adjust.
13411 (gdb_xml_parser::vdebug): New method, based on ...
13412 (gdb_xml_debug): ... this. Adjust.
13413 (gdb_xml_parser::verror): New method, based on ...
13414 (gdb_xml_error): ... this. Adjust.
13415 (gdb_xml_parser::start_element): New method, based on ...
13416 (gdb_xml_start_element): ... this. Adjust.
13417 (gdb_xml_start_element_wrapper): Defer to
13418 gdb_xml_parser::start_element and gdb_xml_parser::set_error.
13419 (gdb_xml_parser::end_element): New method, based on ...
13420 (gdb_xml_end_element_wrapper): ... this. Adjust.
13421 (gdb_xml_parser::~gdb_xml_parser): Adjust.
13422 (gdb_xml_parser::gdb_xml_parser): Adjust to field renames.
13423 (gdb_xml_parser::use_dtd): New method, based on ...
13424 (gdb_xml_use_dtd): ... this. Adjust.
13425 (gdb_xml_parser::parse): New method, based on ...
13426 (gdb_xml_parse): ... this. Adjust.
13427 (gdb_xml_parse_quick): Adjust to call the parser's parse method.
13428 (xinclude_start_include): Adjust to call the parser's name method.
13429 (xml_xinclude_default, xml_xinclude_start_doctype)
13430 (xml_xinclude_end_doctype): Adjust to call the parser's user_data
13431 method.
13432 (xml_process_xincludes): Adjust to call parser methods.
13433 * xml-support.h (gdb_xml_use_dtd, gdb_xml_parse): Delete
13434 declarations.
13435
13436 2017-04-18 Pedro Alves <palves@redhat.com>
13437
13438 * tracefile-tfile.c (tfile_write_tdesc): Adjust to use
13439 gdb::optional<std::string>.
13440 * xml-support.c: Include <string>.
13441 (scope_level::scope_level(scope_level &&))
13442 (scope_level::~scope_level): Delete.
13443 (scope_level::body): Now a std::string.
13444 (gdb_xml_body_text, gdb_xml_end_element): Adjust.
13445 (xinclude_parsing_data::xinclude_parsing_data): Add 'output'
13446 parameter.
13447 (xinclude_parsing_data::~xinclude_parsing_data): Delete.
13448 (xinclude_parsing_data::output): Now a std::string reference.
13449 (xinclude_start_include): Adjust.
13450 (xml_xinclude_default): Adjust.
13451 (xml_process_xincludes): Add 'output' parameter, and return bool.
13452 * xml-support.h (xml_process_xincludes): Add 'output' parameter,
13453 and return bool.
13454 * xml-tdesc.c: Include <unordered_map> and <string>.
13455 (tdesc_xml_cache): Delete.
13456 (tdesc_xml_cache_s): Delete.
13457 (xml_cache): Now an std::unordered_map.
13458 (tdesc_parse_xml): Adjust to use std::string and unordered_map.
13459 (target_fetch_description_xml): Change return type to
13460 gdb::optional<std::string>, and adjust.
13461 * xml-tdesc.h: Include "common/gdb_optional.h" and <string>.
13462 (target_fetch_description_xml): Change return type to
13463 gdb::optional<std::string>.
13464
13465 2017-04-18 Pedro Alves <palves@redhat.com>
13466
13467 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13468 unittests/optional-selftests.c.
13469 (SUBDIR_UNITTESTS_OBS): Add optional-selftests.o.
13470 * unittests/optional-selftests.c: New file.
13471 * unittests/optional/assignment/1.cc: New file.
13472 * unittests/optional/assignment/2.cc: New file.
13473 * unittests/optional/assignment/3.cc: New file.
13474 * unittests/optional/assignment/4.cc: New file.
13475 * unittests/optional/assignment/5.cc: New file.
13476 * unittests/optional/assignment/6.cc: New file.
13477 * unittests/optional/assignment/7.cc: New file.
13478 * unittests/optional/cons/copy.cc: New file.
13479 * unittests/optional/cons/default.cc: New file.
13480 * unittests/optional/cons/move.cc: New file.
13481 * unittests/optional/cons/value.cc: New file.
13482 * unittests/optional/in_place.cc: New file.
13483 * unittests/optional/observers/1.cc: New file.
13484 * unittests/optional/observers/2.cc: New file.
13485
13486 2017-04-18 Pedro Alves <palves@redhat.com>
13487
13488 * common/gdb_optional.h: Include common/traits.h.
13489 (in_place_t): New type.
13490 (in_place): New constexpr variable.
13491 (optional::optional): Remove member initialization of
13492 m_instantiated.
13493 (optional::optional(in_place_t...)): New constructor.
13494 (optional::~optional): Use reset.
13495 (optional::optional(const optional&)): New.
13496 (optional::optional(const optional&&)): New.
13497 (optional::optional(T &)): New.
13498 (optional::optional(T &&)): New.
13499 (operator::operator=(const optional &)): New.
13500 (operator::operator=(optional &&)): New.
13501 (operator::operator= (const T &))
13502 (operator::operator= (T &&))
13503 (operator::emplace (Args &&... args)): Return a T&. Use reset.
13504 (operator::reset): New.
13505 (operator::m_instantiated):: Add in-class initializer.
13506 * common/traits.h: Include <type_traits>.
13507 (struct And): New types.
13508
13509 2017-04-18 Pedro Alves <palves@redhat.com>
13510
13511 * xml-support.c: Include <vector>.
13512 (scope_level::scope_level(const gdb_xml_element *))
13513 (scope_level::scope_level(scope_level&&)): New.
13514 (scope_level::~scope_level): New.
13515 (scope_level_s): Delete.
13516 (gdb_xml_parser::scopes): Now a std::vector.
13517 (gdb_xml_body_text, gdb_xml_start_element, gdb_xml_end_element):
13518 Use std::vector.
13519 (gdb_xml_parser::~gdb_xml_parser): Remove now unnecessary
13520 scope cleanup code.
13521 (gdb_xml_parser::gdb_xml_parser): Remove explicit initialization
13522 of the scopes member. Use std::vector::emplace_back.
13523
13524 2017-04-18 Pedro Alves <palves@redhat.com>
13525
13526 * xml-support.c (gdb_xml_parser): Add ctor/dtor. Make is_xinclude
13527 a bool.
13528 (gdb_xml_end_element): Change type of first parameter.
13529 (gdb_xml_cleanup): Rename to ...
13530 (gdb_xml_parser::~gdb_xml_parser): ... this.
13531 (gdb_xml_create_parser_and_cleanup): Delete with ...
13532 (gdb_xml_parser::gdb_xml_parser): ... creation parts factored out
13533 to this new ctor.
13534 (gdb_xml_parse_quick): Create a local gdb_xml_parser instead of
13535 using gdb_xml_create_parser_and_cleanup.
13536 (xinclude_parsing_data): Add ctor/dtor.
13537 (xml_xinclude_cleanup): Delete.
13538 (xml_process_xincludes): Create a local xinclude_parsing_data
13539 instead of heap-allocating one. Create a local gdb_xml_parser
13540 instead of heap-allocating one with
13541 gdb_xml_create_parser_and_cleanup.
13542
13543 2017-04-18 John Baldwin <jhb@FreeBSD.org>
13544
13545 PR threads/20743
13546 * fbsd-nat.c (resume_one_thread_cb): Remove.
13547 (resume_all_threads_cb): Remove.
13548 (fbsd_resume): Use ALL_NON_EXITED_THREADS instead of
13549 iterate_over_threads.
13550
13551 2017-04-17 Joel Brobecker <brobecker@adacore.com>
13552
13553 * NEWS: Create a new section for the next release branch.
13554 Rename the section of the current branch, now that it has
13555 been cut.
13556
13557 2017-04-17 Joel Brobecker <brobecker@adacore.com>
13558
13559 GDB 8.0 branch created (725bf5cf125783c2a7ca4ab63d3768e220bab2db):
13560 * version.in: Bump version to 8.0.50.DATE-git.
13561
13562 2017-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13563
13564 PR gdb/21385
13565 * windows-nat.c (windows_create_inferior): Declare 'allargs'
13566 independently of the host, and fix build breakage on Cygwin.
13567
13568 2017-04-13 Pedro Alves <palves@redhat.com>
13569
13570 * inferior.c (free_inferior): Convert to ...
13571 (inferior::~inferior): ... this dtor.
13572 (inferior::inferior): New ctor, factored out from ...
13573 (add_inferior_silent): ... here. Allocate the inferior with a new
13574 expression.
13575 (delete_inferior): Call delete instead of free_inferior.
13576 * inferior.h (gdb_environ, continuation): Forward declare.
13577 (inferior): Now a class. Add in-class initialization to all
13578 members. Make boolean fields bool, except 'detaching'.
13579 (inferior::inferior): New explicit ctor.
13580 (inferior::~inferior): New.
13581
13582 2017-04-13 Pedro Alves <palves@redhat.com>
13583
13584 * inferior.c (init_inferior_list): Delete.
13585 * inferior.h (init_inferior_list): Delete.
13586
13587 2017-04-13 Pedro Alves <palves@redhat.com>
13588
13589 PR threads/13217
13590 * gdb.threads/threadapply.exp (thr_apply_detach): New procedure.
13591 (top level): Call it twice, with different thread sets.
13592
13593 2017-04-13 Pedro Alves <palves@redhat.com>
13594
13595 * thread.c: Include <algorithm>.
13596 (thread_array_cleanup): Delete.
13597 (scoped_inc_dec_ref): New class.
13598 (live_threads_count): New function.
13599 (set_thread_refcount): Delete.
13600 (tp_array_compar_ascending): Now a bool.
13601 (tp_array_compar): Convert to a std::sort comparison function.
13602 (thread_apply_all_command): Use std::vector and scoped_inc_dec_ref
13603 and live_threads_count.
13604
13605 2017-04-13 Pedro Alves <palves@redhat.com>
13606
13607 * infrun.c (follow_fork_inferior): Also switch the current
13608 inferior.
13609
13610 2017-04-13 Pedro Alves <palves@redhat.com>
13611
13612 * breakpoint.c (watch_command_1): Save watchpoint-frame info
13613 before calling create_internal_breakpoint.
13614
13615 2017-04-13 Pedro Alves <palves@redhat.com>
13616
13617 * fork-child.c (execv_argv): New class.
13618 (breakup_args): Refactored as ...
13619 (execv_argv::init_for_no_shell): .. this method of execv_argv.
13620 Copy arguments to storage and replace separators with NULL
13621 terminators in place.
13622 (escape_bang_in_quoted_argument): Adjust to return bool.
13623 (execv_argv::execv_argv): New ctor.
13624 (execv_argv::init_for_shell): New method, factored out from
13625 fork_inferior. Don't strdup strings into the vector.
13626 (fork_inferior): Eliminate "shell" local and use execv_argv. Use
13627 Remove free_vector_argv call.
13628
13629 2017-04-13 Yao Qi <yao.qi@linaro.org>
13630
13631 * rx-tdep.c (rx_fpsw_type): Check tdep->rx_fpsw_type instead of
13632 tdep->rx_psw_type.
13633
13634 2017-04-13 Yao Qi <yao.qi@linaro.org>
13635
13636 * rl78-tdep.c (rl78_gdbarch_init): Use XCNEW instead of XNEW.
13637 * rx-tdep.c (rx_gdbarch_init): Likewise.
13638
13639 2017-04-13 Pedro Alves <palves@redhat.com>
13640
13641 * breakpoint.h (struct breakpoint): Reindent.
13642
13643 2017-04-13 Pedro Alves <palves@redhat.com>
13644
13645 * breakpoint.c (bp_location): Rename to ...
13646 (bp_locations): ... this. All references updated.
13647 (bp_location_count): Rename to ...
13648 (bp_locations_count): ... this. All references updated.
13649 (bp_location_placed_address_before_address_max): Rename to ...
13650 (bp_locations_placed_address_before_address_max): ... this. All
13651 references updated.
13652 (bp_location_shadow_len_after_address_max): Rename to ...
13653 (bp_locations_shadow_len_after_address_max): ... this. All
13654 references updated.
13655 (bp_location_compare_addrs): Rename to ...
13656 (bp_locations_compare_addrs): ... this. All references updated.
13657 (bp_location_compare):Rename to ...
13658 (bp_locations_compare): ... this. All references updated.
13659 (bp_location_target_extensions_update): Rename to ...
13660 (bp_locations_target_extensions_update): ... this. All references
13661 updated.
13662
13663 2017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
13664
13665 * Makefile.in (HFILES_NO_SRCDIR): Add "common/gdb_termios.h".
13666 * common/common.m4: Check headers 'termios.h', 'termio.h' and
13667 'sgtty.h'.
13668 * common/gdb_termios.h: New file, with parts of "terminal.h".
13669 * inflow.c: Include "gdb_termios.h".
13670 * ser-unix.c: Include "gdb_termios.h".
13671 * terminal.h: Move terminal-related defines to
13672 "common/gdb_termios.h".
13673
13674 2017-04-12 Tom Tromey <tom@tromey.com>
13675
13676 * probe.c (parse_probes): Update.
13677 * location.h (delete_event_location): Don't declare.
13678 (event_location_deleter::operator()): Update.
13679 * location.c (event_location_deleter::operator()): Rename from
13680 delete_event_location.
13681 * linespec.h (linespec_result) <location>: Change type to
13682 event_location_up.
13683 * linespec.c (canonicalize_linespec, event_location_to_sals)
13684 (decode_objc): Update.
13685 (linespec_result): Don't call delete_event_location.
13686 * breakpoint.c (create_breakpoints_sal)
13687 (bkpt_probe_create_sals_from_location)
13688 (strace_marker_create_sals_from_location): Update.
13689
13690 2017-04-12 Tom Tromey <tom@tromey.com>
13691
13692 * linespec.h (struct linespec_result): Add constructor and
13693 destructor.
13694 (init_linespec_result, destroy_linespec_result)
13695 (make_cleanup_destroy_linespec_result): Don't declare.
13696 * linespec.c (init_linespec_result): Remove.
13697 (linespec_result::~linespec_result): Rename from
13698 destroy_linespec_result. Update.
13699 (cleanup_linespec_result, make_cleanup_destroy_linespec_result):
13700 Remove.
13701 * breakpoint.c (create_breakpoint, break_range_command)
13702 (decode_location_default): Update.
13703 * ax-gdb.c (agent_command_1): Update.
13704
13705 2017-04-12 Tom Tromey <tom@tromey.com>
13706
13707 * remote.c (remote_download_tracepoint): Update.
13708 * python/py-breakpoint.c (bppy_get_location): Update.
13709 * guile/scm-breakpoint.c (bpscm_print_breakpoint_smob)
13710 (gdbscm_breakpoint_location): Update.
13711 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Update.
13712 * breakpoint.h (struct breakpoint) <location, location_range_end>:
13713 Change type to event_location_up.
13714 * breakpoint.c (create_overlay_event_breakpoint)
13715 (create_longjmp_master_breakpoint)
13716 (create_std_terminate_master_breakpoint)
13717 (create_exception_master_breakpoint)
13718 (breakpoint_event_location_empty_p, print_breakpoint_location)
13719 (print_one_breakpoint_location, create_thread_event_breakpoint)
13720 (init_breakpoint_sal, create_breakpoint)
13721 (print_recreate_ranged_breakpoint, break_range_command)
13722 (init_ada_exception_breakpoint, say_where): Update.
13723 (base_breakpoint_dtor): Don't call delete_event_location.
13724 (bkpt_print_recreate, tracepoint_print_recreate)
13725 (dprintf_print_recreate, update_static_tracepoint)
13726 (breakpoint_re_set_default): Update.
13727
13728 2017-04-12 Tom Tromey <tom@tromey.com>
13729
13730 * compile/compile-loc2c.c (compute_stack_depth_worker): Change
13731 type of "to_do". Update.
13732 (compute_stack_depth): Use std::vector.
13733
13734 2017-04-12 Tom Tromey <tom@tromey.com>
13735
13736 * printcmd.c (find_instruction_backward): Use std::vector.
13737
13738 2017-04-12 Tom Tromey <tom@tromey.com>
13739
13740 * symfile.c (objfilep): Remove typedef.
13741 (reread_symbols): Use a std::vector.
13742
13743 2017-04-12 Tom Tromey <tom@tromey.com>
13744
13745 * mi/mi-main.c (exec_direction_forward): Remove.
13746 (exec_reverse_continue, mi_execute_command): Use scoped_restore.
13747 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
13748 scoped_restore.
13749 * guile/guile.c (guile_repl_command, guile_command)
13750 (gdbscm_execute_gdb_command): Use scoped_restore.
13751 * go-exp.y (go_parse): Use scoped_restore.
13752 * d-exp.y (d_parse): Use scoped_restore.
13753 * cli/cli-decode.c (cmd_func): Use scoped_restore.
13754 * c-exp.y (c_parse): Use scoped_restore.
13755
13756 2017-04-12 Tom Tromey <tom@tromey.com>
13757
13758 * mi/mi-parse.h (struct mi_parse): Add constructor, destructor.
13759 (mi_parse): Update return type.
13760 (mi_parse_free): Remove.
13761 * mi/mi-parse.c (mi_parse::mi_parse): New constructor.
13762 (mi_parse::~mi_parse): Rename from mi_parse_free.
13763 (mi_parse_cleanup): Remove.
13764 (mi_parse): Return a unique_ptr. Use new.
13765 * mi/mi-main.c (mi_execute_command): Update.
13766
13767 2017-04-12 Tom Tromey <tom@tromey.com>
13768
13769 * location.c (explicit_location_lex_one): Return a
13770 unique_xmalloc_ptr.
13771 (string_to_explicit_location): Update. Remove cleanups.
13772
13773 2017-04-12 Tom Tromey <tom@tromey.com>
13774
13775 * gnu-v3-abi.c (value_and_voffset_p): Remove typedef.
13776 (compare_value_and_voffset): Change type. Update.
13777 (compute_vtable_size): Change type of "offset_vec".
13778 (gnuv3_print_vtable): Use std::vector. Remove cleanups.
13779 (gnuv3_get_typeid): Remove extraneous declaration.
13780
13781 2017-04-12 Tom Tromey <tom@tromey.com>
13782
13783 * charset.h (wchar_iterator): Fix comment.
13784
13785 2017-04-12 Tom Tromey <tom@tromey.com>
13786
13787 * charset.c (iconv_wrapper): New class.
13788 (cleanup_iconv): Remove.
13789 (convert_between_encodings): Use it.
13790
13791 2017-04-12 Tom Tromey <tom@tromey.com>
13792
13793 * symfile.h (increment_reading_symtab): Update type.
13794 * symfile.c (decrement_reading_symtab): Remove.
13795 (increment_reading_symtab): Return a scoped_restore_tmpl<int>.
13796 * psymtab.c (psymtab_to_symtab): Update.
13797 * dwarf2read.c (dw2_instantiate_symtab): Update.
13798
13799 2017-04-12 Tom Tromey <tom@tromey.com>
13800
13801 * jit.c (struct jit_reader): Declare separately. Add constructor
13802 and destructor. Change type of "handle".
13803 (loaded_jit_reader): Define separately.
13804 (jit_reader_load): Update. New "new".
13805 (jit_reader_unload_command): Use "delete".
13806 * gdb-dlfcn.h (struct dlclose_deleter): New.
13807 (gdb_dlhandle_up): New typedef.
13808 (gdb_dlopen, gdb_dlsym): Update types.
13809 (gdb_dlclose): Remove.
13810 * gdb-dlfcn.c (gdb_dlopen): Return a gdb_dlhandle_up.
13811 (gdb_dlsym): Change type of "handle".
13812 (make_cleanup_dlclose): Remove.
13813 (dlclose_deleter::operator()): Rename from gdb_dlclose.
13814 * compile/compile-c-support.c (load_libcc): Update.
13815
13816 2017-04-12 Tom Tromey <tom@tromey.com>
13817
13818 * symtab.h (find_pcs_for_symtab_line): Change return type.
13819 * symtab.c (find_pcs_for_symtab_line): Change return type.
13820 * python/py-linetable.c (build_line_table_tuple_from_pcs): Change
13821 type of "vec". Update.
13822 (ltpy_get_pcs_for_line): Update.
13823 * linespec.c (decode_digits_ordinary): Update.
13824
13825 2017-04-12 Tom Tromey <tom@tromey.com>
13826
13827 * tracepoint.c (actions_command): Update.
13828 * python/python.c (python_command, python_interactive_command):
13829 Update.
13830 * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
13831 * guile/guile.c (guile_command): Update.
13832 * defs.h (read_command_lines, read_command_lines_1): Return
13833 command_line_up.
13834 (command_lines_deleter): New struct.
13835 (command_line_up): New typedef.
13836 * compile/compile.c (compile_code_command)
13837 (compile_print_command): Update.
13838 * cli/cli-script.h (get_command_line, copy_command_lines): Return
13839 command_line_up.
13840 (make_cleanup_free_command_lines): Remove.
13841 * cli/cli-script.c (get_command_line, read_command_lines_1)
13842 (copy_command_lines): Return command_line_up.
13843 (while_command, if_command, read_command_lines, define_command)
13844 (document_command): Update.
13845 (do_free_command_lines_cleanup, make_cleanup_free_command_lines):
13846 Remove.
13847 * breakpoint.h (breakpoint_set_commands): Change type of
13848 "commands".
13849 * breakpoint.c (breakpoint_set_commands): Change type of
13850 "commands". Update.
13851 (do_map_commands_command, update_dprintf_command_list)
13852 (create_tracepoint_from_upload): Update.
13853
13854 2017-04-12 Tom Tromey <tom@tromey.com>
13855
13856 * tracepoint.c (scope_info): Update.
13857 * spu-tdep.c (spu_catch_start): Update.
13858 * python/python.c (gdbpy_decode_line): Update.
13859 * python/py-finishbreakpoint.c (bpfinishpy_init): Update.
13860 * python/py-breakpoint.c (bppy_init): Update.
13861 * probe.c (parse_probes): Update.
13862 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Update.
13863 * location.h (event_location_deleter): New struct.
13864 (event_location_up): New typedef.
13865 (new_linespec_location, new_address_location, new_probe_location)
13866 (new_explicit_location, copy_event_location)
13867 (string_to_event_location, string_to_event_location_basic)
13868 (string_to_explicit_location): Update return type.
13869 (make_cleanup_delete_event_location): Remove.
13870 * location.c (new_linespec_location, new_address_location)
13871 (new_probe_location, new_explicit_location, copy_event_location):
13872 Return event_location_up.
13873 (delete_event_location_cleanup)
13874 (make_cleanup_delete_event_location): Remove.
13875 (string_to_explicit_location, string_to_event_location_basic)
13876 (string_to_event_location): Return event_location_up.
13877 * linespec.c (canonicalize_linespec, event_location_to_sals)
13878 (decode_line_with_current_source)
13879 (decode_line_with_last_displayed, decode_objc): Update.
13880 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
13881 * completer.c (location_completer): Update.
13882 * cli/cli-cmds.c (edit_command, list_command): Update.
13883 * breakpoint.c (create_overlay_event_breakpoint)
13884 (create_longjmp_master_breakpoint)
13885 (create_std_terminate_master_breakpoint)
13886 (create_exception_master_breakpoint)
13887 (create_thread_event_breakpoint): Update.
13888 (init_breakpoint_sal): Update. Remove some dead code.
13889 (create_breakpoint_sal): Change type of "location". Update.
13890 (create_breakpoints_sal, create_breakpoint, break_command_1)
13891 (dprintf_command, break_range_command, until_break_command)
13892 (init_ada_exception_breakpoint)
13893 (strace_marker_create_sals_from_location)
13894 (update_static_tracepoint, trace_command, ftrace_command)
13895 (strace_command, create_tracepoint_from_upload): Update.
13896 * break-catch-throw.c (re_set_exception_catchpoint): Update.
13897 * ax-gdb.c (agent_command_1): Update.
13898
13899 2017-04-12 Pedro Alves <palves@redhat.com>
13900
13901 * Makefile.in (ALL_TARGET_OBS): Add i386-go32-tdep.o.
13902 * configure.tgt: Handle i[34567]86-*-go32* and
13903 i[34567]86-*-msdosdjgpp*.
13904 * i386-tdep.c (i386_svr4_reg_to_regnum):
13905 Make extern.
13906 (i386_go32_init_abi, i386_coff_osabi_sniffer): Moved to
13907 i386-go32-tdep.c.
13908 (_initialize_i386_tdep): DJGPP bits moved to i386-go32-tdep.c.
13909 * i386-go32-tdep.c: New file.
13910 * i386-tdep.h (tdesc_i386_mmx, i386_svr4_reg_to_regnum): New
13911 declarations.
13912
13913 2017-04-12 Simon Marchi <simon.marchi@ericsson.com>
13914
13915 * aix-thread.c (pd_status2str): Change return type to const char *.
13916
13917 2017-04-12 Pedro Alves <palves@redhat.com>
13918
13919 * i386-tdep.c (i386_elf_init_abi, i386_go32_init_abi): Remove
13920 calls to set_gdbarch_gnu_triplet_regexp.
13921
13922 2017-04-12 Pedro Alves <palves@redhat.com>
13923
13924 PR gdb/21323
13925 * c-lang.c (cplus_primitive_types) <cplus_primitive_type_wchar_t>:
13926 New enum value.
13927 (cplus_language_arch_info): Register cplus_primitive_type_wchar_t.
13928 * gdbtypes.h (struct builtin_type) <builtin_wchar>: New field.
13929 * gdbtypes.c (gdbtypes_post_init): Create the "wchar_t" type.
13930 * gdbarch.sh (wchar_bit, wchar_signed): New per-arch values.
13931 * gdbarch.h, gdbarch.c: Regenerate.
13932 * aarch64-tdep.c (aarch64_gdbarch_init): Override
13933 gdbarch_wchar_bit and gdbarch_wchar_signed.
13934 * alpha-tdep.c (alpha_gdbarch_init): Likewise.
13935 * arm-tdep.c (arm_gdbarch_init): Likewise.
13936 * avr-tdep.c (avr_gdbarch_init): Likewise.
13937 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13938 * i386-nto-tdep.c (i386nto_init_abi): Likewise.
13939 * i386-tdep.c (i386_go32_init_abi): Likewise.
13940 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
13941 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
13942 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
13943 * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
13944 * sh-tdep.c (sh_gdbarch_init): Likewise.
13945 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
13946 * sparc64-tdep.c (sparc64_init_abi): Likewise.
13947 * windows-tdep.c (windows_init_abi): Likewise.
13948 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13949
13950 2017-04-12 Pedro Alves <palves@redhat.com>
13951
13952 PR c++/21323
13953 * c-lang.c (cplus_primitive_types) <cplus_primitive_type_char16_t,
13954 cplus_primitive_type_char32_t>: New enum values.
13955 (cplus_language_arch_info): Register cplus_primitive_type_char16_t
13956 and cplus_primitive_type_char32_t.
13957 * dwarf2read.c (read_base_type) <DW_ATE_UTF>: If bit size is 16 or
13958 32, use the archtecture's built-in type for char16_t and char32_t,
13959 respectively. Otherwise, fallback to init_integer_type as before,
13960 but make the type unsigned, and issue a complaint.
13961 * gdbtypes.c (gdbtypes_post_init): Make char16_t and char32_t unsigned.
13962
13963 2017-04-12 Alan Hayward <alan.hayward@arm.com>
13964
13965 * m32r-tdep.c (M32R_ARG_REGISTER_SIZE): Added.
13966 (m32r_push_dummy_call): Use M32R_ARG_REGISTER_SIZE.
13967
13968 2017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
13969
13970 * windows-nat.c (windows_create_inferior): Declare 'toexec' as
13971 'const char *'.
13972
13973 2017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
13974
13975 * common/common-utils.c (free_vector_argv): New function.
13976 * common/common-utils.h: Include <vector>.
13977 (free_vector_argv): New prototype.
13978 * darwin-nat.c (darwin_create_inferior): Rewrite function
13979 prototype in order to constify "exec_file" and accept a
13980 "std::string" for "allargs".
13981 * fork-child.c: Include <vector>.
13982 (breakup_args): Rewrite function, using C++.
13983 (fork_inferior): Rewrite function header, constify "exec_file_arg"
13984 and accept "std::string" for "allargs". Update the code to
13985 calculate "argv" based on "allargs". Update calls to "exec_fun"
13986 and "execvp".
13987 * gnu-nat.c (gnu_create_inferior): Rewrite function prototype in
13988 order to constify "exec_file" and accept a "std::string" for
13989 "allargs".
13990 * go32-nat.c (go32_create_inferior): Likewise.
13991 * inf-ptrace.c (inf_ptrace_create_inferior): Likewise.
13992 * infcmd.c (run_command_1): Constify "exec_file". Use
13993 "std::string" for inferior arguments.
13994 * inferior.h (fork_inferior): Update prototype.
13995 * linux-nat.c (linux_nat_create_inferior): Rewrite function
13996 prototype in order to constify "exec_file" and accept a
13997 "std::string" for "allargs".
13998 * nto-procfs.c (procfs_create_inferior): Likewise.
13999 * procfs.c (procfs_create_inferior): Likewise.
14000 * remote-sim.c (gdbsim_create_inferior): Likewise.
14001 * remote.c (extended_remote_run): Update code to accept
14002 "std::string" as argument.
14003 (extended_remote_create_inferior): Rewrite function prototype in
14004 order to constify "exec_file" and accept a "std::string" for
14005 "allargs".
14006 * rs6000-nat.c (super_create_inferior): Likewise.
14007 (rs6000_create_inferior): Likewise.
14008 * target.h (struct target_ops) <to_create_inferior>: Likewise.
14009 * windows-nat.c (windows_create_inferior): Likewise.
14010
14011 2017-04-11 Pedro Alves <palves@redhat.com>
14012
14013 * thread.c: Fix whitespace throughout.
14014
14015 2017-04-11 Philipp Rudo <prudo@linux.vnet.ibm.com>
14016
14017 * linux-nat.c (linux_nat_detach): Remove delete_lwp call.
14018
14019 2017-04-11 Alan Hayward <alan.hayward@arm.com>
14020
14021 * arm-tdep.c (arm_store_return_value): Use FP_REGISTER_SIZE
14022
14023 2017-04-10 Sergio Durigan Junior <sergiodj@redhat.com>
14024
14025 PR gdb/21364
14026 * osdata.c (info_osdata): Check if 'type' is an empty string
14027 instead of NULL.
14028
14029 2017-04-10 Pedro Alves <palves@redhat.com>
14030
14031 * thread.c (add_thread_silent, delete_thread_1, find_thread_ptid)
14032 (ptid_to_global_thread_id, in_thread_list)
14033 (do_captured_list_thread_ids, set_resumed, set_running)
14034 (set_executing, set_stop_requested, finish_thread_state)
14035 (validate_registers_access, can_access_registers_ptid)
14036 (print_thread_info_1, switch_to_thread)
14037 (do_restore_current_thread_cleanup)
14038 (make_cleanup_restore_current_thread, thread_command)
14039 (thread_name_command): Use operator== instead of ptid_equal.
14040
14041 2017-04-10 Pedro Alves <palves@redhat.com>
14042
14043 * thread.c (struct current_thread_cleanup) <next>: Delete field.
14044 (current_thread_cleanup_chain): Delete.
14045 (restore_current_thread_cleanup_dtor)
14046 (make_cleanup_restore_current_thread): Remove references to
14047 current_thread_cleanup_chain.
14048
14049 2017-04-10 Alan Hayward <alan.hayward@arm.com>
14050
14051 * msp430-tdep.c (msp430_pseudo_register_read): Never return
14052 REG_UNKNOWN.
14053
14054 2017-04-10 Yao Qi <yao.qi@linaro.org>
14055
14056 PR gdb/19942
14057 * gdbthread.h (thread_info::deletable): New method.
14058 (thread_info::incref): New method.
14059 (thread_info::decref): New method.
14060 (thread_info::refcount): Move it to private.
14061 * infrun.c (save_stop_context): Call inc_refcount.
14062 (release_stop_context_cleanup): Likewise.
14063 * thread.c (set_thread_exited): New function.
14064 (init_thread_list): Delete "tp" only it is deletable, otherwise
14065 call set_thread_exited.
14066 (delete_thread_1): Call set_thread_exited.
14067 (current_thread_cleanup) <inferior_pid>: Remove.
14068 <thread>: New field.
14069 (restore_current_thread_ptid_changed): Removed.
14070 (do_restore_current_thread_cleanup): Adjust.
14071 (restore_current_thread_cleanup_dtor): Don't call
14072 find_thread_ptid.
14073 (set_thread_refcount): Use dec_refcount.
14074 (make_cleanup_restore_current_thread): Adjust.
14075 (thread_apply_all_command): Call inc_refcount.
14076 (_initialize_thread): Don't call
14077 observer_attach_thread_ptid_changed.
14078
14079 2017-04-10 Yao Qi <yao.qi@linaro.org>
14080
14081 * thread.c (delete_thread_1): Hoist code on marking thread as
14082 exited.
14083
14084 2017-04-09 Simon Marchi <simon.marchi@polymtl.ca>
14085
14086 * windows-nat.c (windows_detach): Initialize ptid with
14087 minus_one_ptid.
14088
14089 2017-04-07 Simon Marchi <simon.marchi@ericsson.com>
14090
14091 * unittests/ptid-selftests.c: Fix erroneous assert messages.
14092
14093 2017-04-07 Alan Hayward <alan.hayward@arm.com>
14094
14095 * bfin-tdep.c (BFIN_MAX_REGISTER_SIZE): Add.
14096 (bfin_pseudo_register_read): Use BFIN_MAX_REGISTER_SIZE.
14097 (bfin_pseudo_register_write): Likewise
14098
14099 2017-04-06 Simon Marchi <simon.marchi@ericsson.com>
14100
14101 * common/ptid.h (struct ptid): Change to...
14102 (class ptid_t): ... this.
14103 <ptid_t>: New constructors.
14104 <pid, lwp_p, lwp, tid_p, tid, is_pid, operator==, operator!=,
14105 matches>: New methods.
14106 <make_null, make_minus_one>: New static methods.
14107 <pid>: Rename to...
14108 <m_pid>: ...this.
14109 <lwp>: Rename to...
14110 <m_lwp>: ...this.
14111 <tid>: Rename to...
14112 <m_tid>: ...this.
14113 (ptid_build, ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
14114 ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match): Take ptid arguments
14115 as references, move comment to class ptid_t.
14116 * common/ptid.c (null_ptid, minus_one_ptid): Initialize with
14117 ptid_t static methods.
14118 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_tid,
14119 ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match):
14120 Take ptid arguments as references, implement using ptid_t methods.
14121 * unittests/ptid-selftests.c: New file.
14122 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14123 unittests/ptid-selftests.c.
14124 (SUBDIR_UNITTESTS_OBS): Add unittests/ptid-selftests.o.
14125
14126 2017-04-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
14127
14128 * python/python.c (python_run_simple_file): Cast mode literal to
14129 non-const char pointer as expected by PyFile_FromString.
14130
14131 2017-04-05 Simon Marchi <simon.marchi@ericsson.com>
14132
14133 * common/ptid.c (ptid_lwp_p, ptid_tid_p): Remove comparison with
14134 minus_one_ptid and null_ptid.
14135
14136 2017-04-05 Pedro Alves <palves@redhat.com>
14137
14138 * warning.m4 (build_warnings): Remove -Wno-write-strings.
14139 * configure: Regenerate.
14140
14141 2017-04-05 Pedro Alves <palves@redhat.com>
14142
14143 * ada-exp.y (yyerror): Constify.
14144 * ada-lang.c (bound_name, get_selections)
14145 (ada_variant_discrim_type)
14146 (ada_variant_discrim_name, ada_value_struct_elt)
14147 (ada_lookup_struct_elt_type, is_unchecked_variant)
14148 (ada_which_variant_applies, standard_exc, ada_get_next_arg)
14149 (catch_ada_exception_command_split)
14150 (catch_ada_assert_command_split, catch_assert_command)
14151 (ada_op_name): Constify.
14152 * ada-lang.h (ada_yyerror, get_selections)
14153 (ada_variant_discrim_name, ada_value_struct_elt): Constify.
14154 * arc-tdep.c (arc_print_frame_cache): Constify.
14155 * arm-tdep.c (arm_skip_stub): Constify.
14156 * ax-gdb.c (gen_binop, gen_struct_ref_recursive, gen_struct_ref)
14157 (gen_aggregate_elt_ref): Constify.
14158 * bcache.c (print_bcache_statistics): Constify.
14159 * bcache.h (print_bcache_statistics): Constify.
14160 * break-catch-throw.c (catch_exception_command_1):
14161 * breakpoint.c (struct ep_type_description::description):
14162 Constify.
14163 (add_solib_catchpoint): Constify.
14164 (catch_fork_command_1): Add cast.
14165 (add_catch_command): Constify.
14166 * breakpoint.h (add_catch_command, add_solib_catchpoint):
14167 Constify.
14168 * bsd-uthread.c (bsd_uthread_state): Constify.
14169 * buildsym.c (patch_subfile_names): Constify.
14170 * buildsym.h (next_symbol_text_func, patch_subfile_names):
14171 Constify.
14172 * c-exp.y (yyerror): Constify.
14173 (token::oper): Constify.
14174 * c-lang.h (c_yyerror, cp_print_class_member): Constify.
14175 * c-varobj.c (cplus_describe_child): Constify.
14176 * charset.c (find_charset_names): Add cast.
14177 (find_charset_names): Constify array and add const_cast.
14178 * cli/cli-cmds.c (complete_command, cd_command): Constify.
14179 (edit_command): Constify.
14180 * cli/cli-decode.c (lookup_cmd): Constify.
14181 * cli/cli-dump.c (dump_memory_command, dump_value_command):
14182 Constify.
14183 (struct dump_context): Constify.
14184 (add_dump_command, restore_command): Constify.
14185 * cli/cli-script.c (get_command_line): Constify.
14186 * cli/cli-script.h (get_command_line): Constify.
14187 * cli/cli-utils.c (check_for_argument): Constify.
14188 * cli/cli-utils.h (check_for_argument): Constify.
14189 * coff-pe-read.c (struct read_pe_section_data): Constify.
14190 * command.h (lookup_cmd): Constify.
14191 * common/print-utils.c (decimal2str): Constify.
14192 * completer.c (gdb_print_filename): Constify.
14193 * corefile.c (set_gnutarget): Constify.
14194 * cp-name-parser.y (yyerror): Constify.
14195 * cp-valprint.c (cp_print_class_member): Constify.
14196 * cris-tdep.c (cris_register_name, crisv32_register_name):
14197 Constify.
14198 * d-exp.y (yyerror): Constify.
14199 (struct token::oper): Constify.
14200 * d-lang.h (d_yyerror): Constify.
14201 * dbxread.c (struct header_file_location::name): Constify.
14202 (add_old_header_file, add_new_header_file, last_function_name)
14203 (dbx_next_symbol_text, add_bincl_to_list)
14204 (find_corresponding_bincl_psymtab, set_namestring)
14205 (find_stab_function_addr, read_dbx_symtab, start_psymtab)
14206 (dbx_end_psymtab, read_ofile_symtab, process_one_symbol):
14207 * defs.h (command_line_input, print_address_symbolic)
14208 (deprecated_readline_begin_hook): Constify.
14209 * dwarf2read.c (anonymous_struct_prefix, dwarf_bool_name):
14210 Constify.
14211 * event-top.c (handle_line_of_input): Constify and add cast.
14212 * exceptions.c (catch_errors): Constify.
14213 * exceptions.h (catch_errors): Constify.
14214 * expprint.c (print_subexp_standard, op_string, op_name)
14215 (op_name_standard, dump_raw_expression, dump_raw_expression):
14216 * expression.h (op_name, op_string, dump_raw_expression):
14217 Constify.
14218 * f-exp.y (yyerror): Constify.
14219 (struct token::oper): Constify.
14220 (struct f77_boolean_val::name): Constify.
14221 * f-lang.c (f_word_break_characters): Constify.
14222 * f-lang.h (f_yyerror): Constify.
14223 * fork-child.c (fork_inferior): Add cast.
14224 * frv-tdep.c (struct gdbarch_tdep::register_names): Constify.
14225 (new_variant): Constify.
14226 * gdbarch.sh (pstring_ptr, pstring_list): Constify.
14227 * gdbarch.c: Regenerate.
14228 * gdbcore.h (set_gnutarget): Constify.
14229 * go-exp.y (yyerror): Constify.
14230 (token::oper): Constify.
14231 * go-lang.h (go_yyerror): Constify.
14232 * go32-nat.c (go32_sysinfo): Constify.
14233 * guile/scm-breakpoint.c (gdbscm_breakpoint_expression): Constify.
14234 * guile/scm-cmd.c (cmdscm_function): Constify.
14235 * guile/scm-param.c (pascm_param_value): Constify.
14236 * h8300-tdep.c (h8300_register_name, h8300s_register_name)
14237 (h8300sx_register_name): Constify.
14238 * hppa-tdep.c (hppa32_register_name, hppa64_register_name):
14239 Constify.
14240 * ia64-tdep.c (ia64_register_names): Constify.
14241 * infcmd.c (construct_inferior_arguments): Constify.
14242 (path_command, attach_post_wait): Constify.
14243 * language.c (show_range_command, show_case_command)
14244 (unk_lang_error): Constify.
14245 * language.h (language_defn::la_error)
14246 (language_defn::la_name_of_this): Constify.
14247 * linespec.c (decode_line_2): Constify.
14248 * linux-thread-db.c (thread_db_err_str): Constify.
14249 * lm32-tdep.c (lm32_register_name): Constify.
14250 * m2-exp.y (yyerror): Constify.
14251 * m2-lang.h (m2_yyerror): Constify.
14252 * m32r-tdep.c (m32r_register_names): Constify and make static.
14253 * m68hc11-tdep.c (m68hc11_register_names): Constify.
14254 * m88k-tdep.c (m88k_register_name): Constify.
14255 * macroexp.c (appendmem): Constify.
14256 * mdebugread.c (fdr_name, add_data_symbol, parse_type)
14257 (upgrade_type, parse_external, parse_partial_symbols)
14258 (mdebug_next_symbol_text, cross_ref, mylookup_symbol, new_psymtab)
14259 (new_symbol): Constify.
14260 * memattr.c (mem_info_command): Constify.
14261 * mep-tdep.c (register_name_from_keyword): Constify.
14262 * mi/mi-cmd-env.c (mi_cmd_env_path, _initialize_mi_cmd_env):
14263 Constify.
14264 * mi/mi-cmd-stack.c (list_args_or_locals): Constify.
14265 * mi/mi-cmd-var.c (mi_cmd_var_show_attributes): Constify.
14266 * mi/mi-main.c (captured_mi_execute_command): Constify and add
14267 cast.
14268 (mi_execute_async_cli_command): Constify.
14269 * mips-tdep.c (mips_register_name): Constify.
14270 * mn10300-tdep.c (register_name, mn10300_generic_register_name)
14271 (am33_register_name, am33_2_register_name)
14272 * moxie-tdep.c (moxie_register_names): Constify.
14273 * nat/linux-osdata.c (osdata_type): Constify fields.
14274 * nto-tdep.c (nto_parse_redirection): Constify.
14275 * objc-lang.c (lookup_struct_typedef, lookup_objc_class)
14276 (lookup_child_selector): Constify.
14277 (objc_methcall::name): Constify.
14278 * objc-lang.h (lookup_objc_class, lookup_child_selector)
14279 (lookup_struct_typedef): Constify.
14280 * objfiles.c (pc_in_section): Constify.
14281 * objfiles.h (pc_in_section): Constify.
14282 * p-exp.y (struct token::oper): Constify.
14283 (yyerror): Constify.
14284 * p-lang.h (pascal_yyerror): Constify.
14285 * parser-defs.h (op_name_standard): Constify.
14286 (op_print::string): Constify.
14287 (exp_descriptor::op_name): Constify.
14288 * printcmd.c (print_address_symbolic): Constify.
14289 * psymtab.c (print_partial_symbols): Constify.
14290 * python/py-breakpoint.c (stop_func): Constify.
14291 (bppy_get_expression): Constify.
14292 * python/py-cmd.c (cmdpy_completer::name): Constify.
14293 (cmdpy_function): Constify.
14294 * python/py-event.c (evpy_add_attribute)
14295 (gdbpy_initialize_event_generic): Constify.
14296 * python/py-event.h (evpy_add_attribute)
14297 (gdbpy_initialize_event_generic): Constify.
14298 * python/py-evts.c (add_new_registry): Constify.
14299 * python/py-finishbreakpoint.c (outofscope_func): Constify.
14300 * python/py-framefilter.c (get_py_iter_from_func): Constify.
14301 * python/py-inferior.c (get_buffer): Add cast.
14302 * python/py-param.c (parm_constant::name): Constify.
14303 * python/py-unwind.c (fprint_frame_id): Constify.
14304 * python/python.c (gdbpy_parameter_value): Constify.
14305 * remote-fileio.c (remote_fio_func_map): Make 'name' const.
14306 * remote.c (memory_packet_config::name): Constify.
14307 (show_packet_config_cmd, remote_write_bytes)
14308 (remote_buffer_add_string):
14309 * reverse.c (exec_reverse_once): Constify.
14310 * rs6000-tdep.c (variant::name, variant::description): Constify.
14311 * rust-exp.y (rustyyerror): Constify.
14312 * rust-lang.c (rust_op_name): Constify.
14313 * rust-lang.h (rustyyerror): Constify.
14314 * serial.h (serial_ops::name): Constify.
14315 * sh-tdep.c (sh_sh_register_name, sh_sh3_register_name)
14316 (sh_sh3e_register_name, sh_sh2e_register_name)
14317 (sh_sh2a_register_name, sh_sh2a_nofpu_register_name)
14318 (sh_sh_dsp_register_name, sh_sh3_dsp_register_name)
14319 (sh_sh4_register_name, sh_sh4_nofpu_register_name)
14320 (sh_sh4al_dsp_register_name): Constify.
14321 * sh64-tdep.c (sh64_register_name): Constify.
14322 * solib-darwin.c (lookup_symbol_from_bfd): Constify.
14323 * spu-tdep.c (spu_register_name, info_spu_dma_cmdlist): Constify.
14324 * stabsread.c (patch_block_stabs, read_type_number)
14325 (ref_map::stabs, ref_add, process_reference)
14326 (symbol_reference_defined, define_symbol, define_symbol)
14327 (error_type, read_type, read_member_functions, read_cpp_abbrev)
14328 (read_one_struct_field, read_struct_fields, read_baseclasses)
14329 (read_tilde_fields, read_struct_type, read_array_type)
14330 (read_enum_type, read_sun_builtin_type, read_sun_floating_type)
14331 (read_huge_number, read_range_type, read_args, common_block_start)
14332 (find_name_end): Constify.
14333 * stabsread.h (common_block_start, define_symbol)
14334 (process_one_symbol, symbol_reference_defined, ref_add):
14335 * symfile.c (get_section_index, add_symbol_file_command):
14336 * symfile.h (get_section_index): Constify.
14337 * target-descriptions.c (tdesc_type::name): Constify.
14338 (tdesc_free_type): Add cast.
14339 * target.c (find_default_run_target):
14340 (add_deprecated_target_alias, find_default_run_target)
14341 (target_announce_detach): Constify.
14342 (do_option): Constify.
14343 * target.h (add_deprecated_target_alias): Constify.
14344 * thread.c (print_thread_info_1): Constify.
14345 * top.c (deprecated_readline_begin_hook, command_line_input):
14346 Constify.
14347 (init_main): Add casts.
14348 * top.h (handle_line_of_input): Constify.
14349 * tracefile-tfile.c (tfile_write_uploaded_tsv): Constify.
14350 * tracepoint.c (tvariables_info_1, trace_status_mi): Constify.
14351 (tfind_command): Rename to ...
14352 (tfind_command_1): ... this and constify.
14353 (tfind_command): New function.
14354 (tfind_end_command, tfind_start_command): Adjust.
14355 (encode_source_string): Constify.
14356 * tracepoint.h (encode_source_string): Constify.
14357 * tui/tui-data.c (tui_partial_win_by_name): Constify.
14358 * tui/tui-data.h (tui_partial_win_by_name): Constify.
14359 * tui/tui-source.c (tui_set_source_content_nil): Constify.
14360 * tui/tui-source.h (tui_set_source_content_nil): Constify.
14361 * tui/tui-win.c (parse_scrolling_args): Constify.
14362 * tui/tui-windata.c (tui_erase_data_content): Constify.
14363 * tui/tui-windata.h (tui_erase_data_content): Constify.
14364 * tui/tui-winsource.c (tui_erase_source_content): Constify.
14365 * tui/tui.c (tui_enable): Add cast.
14366 * utils.c (defaulted_query): Constify.
14367 (init_page_info): Add cast.
14368 (puts_debug, subset_compare): Constify.
14369 * utils.h (subset_compare): Constify.
14370 * varobj.c (varobj_format_string): Constify.
14371 * varobj.h (varobj_format_string): Constify.
14372 * vax-tdep.c (vax_register_name): Constify.
14373 * windows-nat.c (windows_detach): Constify.
14374 * xcoffread.c (process_linenos, xcoff_next_symbol_text): Constify.
14375 * xml-support.c (gdb_xml_end_element): Constify.
14376 * xml-tdesc.c (tdesc_start_reg): Constify.
14377 * xstormy16-tdep.c (xstormy16_register_name): Constify.
14378 * xtensa-tdep.c (xtensa_find_register_by_name): Constify.
14379 * xtensa-tdep.h (xtensa_register_t::name): Constify.
14380
14381 2017-04-05 Pedro Alves <palves@redhat.com>
14382
14383 * proc-api.c (struct trans): Constify.
14384 (procfs_note): Constify.
14385 * proc-events.c (struct trans, syscall_table):
14386 * proc-flags.c (struct trans): Constify.
14387 * proc-utils.h (procfs_note): Constify.
14388 * proc-why.c (struct trans): Constify.
14389 * procfs.c (dead_procinfo, find_syscall, proc_warn, proc_error)
14390 (procfs_detach): Constify.
14391 * sol-thread.c (struct string_map): Constify.
14392 (td_err_string, td_state_string): Constify.
14393
14394 2017-04-05 Pedro Alves <palves@redhat.com>
14395
14396 * proc-api.c (procfs_filename): Don't initialize
14397 procfs_filename.
14398 (prepare_to_trace): Assume procfs_filename is non-NULL.
14399 (_initialize_proc_api): Give procfs_filename a default value here.
14400
14401 2017-04-05 Pedro Alves <palves@redhat.com>
14402
14403 * break-catch-throw.c (handle_gnu_v3_exceptions): Constify
14404 'cond_string' parameter.
14405 (extract_exception_regexp): Constify 'string' parameter.
14406 (catch_exception_command_1): Constify.
14407 * breakpoint.c (init_catchpoint)
14408 (create_fork_vfork_event_catchpoint): Constify 'cond_string'
14409 parameter.
14410 (ep_parse_optional_if_clause, catch_fork_command_1)
14411 (catch_exec_command_1): Constify.
14412 * breakpoint.h (init_catchpoint): Constify 'cond_string'
14413 parameter.
14414 (ep_parse_optional_if_clause): Constify.
14415 * cli/cli-utils.c (remove_trailing_whitespace)
14416 (check_for_argument): Constify.
14417 * cli/cli-utils.h (remove_trailing_whitespace): Constify and add
14418 non-const overload.
14419 (check_for_argument): Likewise.
14420
14421 2017-04-05 Pedro Alves <palves@redhat.com>
14422
14423 * event-top.c (command_line_handler): Add cast to execute_command
14424 call.
14425 * record-btrace.c (cmd_record_btrace_bts_start)
14426 (cmd_record_btrace_pt_start, cmd_record_btrace_start)
14427 (cmd_record_btrace_start): Add cast to execute_command call.
14428 * record-full.c (record_full_goto_insn):
14429 * record.c (record_start, record_stop): Add cast to
14430 execute_command_to_string calls.
14431 (cmd_record_start): Add cast to execute_command calls.
14432
14433 2017-04-05 Pedro Alves <palves@redhat.com>
14434
14435 * python/python-internal.h (gdb_PyArg_ParseTupleAndKeywords): New
14436 static inline function.
14437 * python/py-arch.c (archpy_disassemble): Constify 'keywords'
14438 array and use gdb_PyArg_ParseTupleAndKeywords.
14439 * python/py-cmd.c (cmdpy_init): Likewise.
14440 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
14441 * python/py-inferior.c (infpy_read_memory, infpy_write_memory)
14442 (infpy_search_memory): Likewise.
14443 * python/py-objfile.c (objfpy_add_separate_debug_file)
14444 (gdbpy_lookup_objfile): Likewise.
14445 * python/py-symbol.c (gdbpy_lookup_symbol)
14446 (gdbpy_lookup_global_symbol): Likewise.
14447 * python/py-type.c (gdbpy_lookup_type): Likewise.
14448 * python/py-value.c (valpy_lazy_string, valpy_string): Likewise.
14449 * python/python.c (execute_gdb_command, gdbpy_write, gdbpy_flush):
14450 Likewise.
14451
14452 2017-04-05 Pedro Alves <palves@redhat.com>
14453
14454 * python/python-internal.h (gdb_PyGetSetDef): New type.
14455 * python/py-block.c (block_object_getset)
14456 (breakpoint_object_getset): Now a gdb_PyGetSetDef array.
14457 * python/py-event.c (event_object_getset)
14458 (finish_breakpoint_object_getset): Likewise.
14459 * python/py-inferior.c (inferior_object_getset): Likewise.
14460 * python/py-infthread.c (thread_object_getset): Likewise.
14461 * python/py-lazy-string.c (lazy_string_object_getset): Likewise.
14462 * python/py-linetable.c (linetable_entry_object_getset): Likewise.
14463 * python/py-objfile.c (objfile_getset): Likewise.
14464 * python/py-progspace.c (pspace_getset): Likewise.
14465 * python/py-record-btrace.c (btpy_insn_getset, btpy_call_getset):
14466 Likewise.
14467 * python/py-record.c (recpy_record_getset): Likewise.
14468 * python/py-symbol.c (symbol_object_getset): Likewise.
14469 * python/py-symtab.c (symtab_object_getset, sal_object_getset):
14470 Likewise.
14471 * python/py-type.c (type_object_getset, field_object_getset):
14472 Likewise.
14473 * python/py-value.c (value_object_getset): Likewise.
14474
14475 2017-04-05 Pedro Alves <palves@redhat.com>
14476
14477 * python/python-internal.h (gdb_PyObject_CallMethod)
14478 (gdb_PyErr_NewException, gdb_PySys_GetObject, gdb_PySys_SetPath):
14479 New functions.
14480 (GDB_PYSYS_SETPATH_CHAR, PyObject_CallMethod, PyErr_NewException)
14481 (PySys_GetObject, PySys_SetPath): New macros.
14482
14483 2017-04-05 Pedro Alves <palves@redhat.com>
14484
14485 * mi/mi-cmd-info.c (mi_cmd_info_os): Call info_osdata instead of
14486 info_osdata_command.
14487 * osdata.c (info_osdata_command): Rename to ...
14488 (info_osdata): ... this. Constify 'type' parameter, and remove
14489 the 'from_tty' parameter. Accept NULL TYPE.
14490 (info_osdata_command): New function.
14491 * osdata.h (info_osdata_command): Remove declaration.
14492 (info_osdata): New declaration.
14493
14494 2017-04-05 Pedro Alves <palves@redhat.com>
14495
14496 * mi/mi-cmd-break.c (mi_cmd_break_insert_1, mi_cmd_break_insert)
14497 (mi_cmd_dprintf_insert, mi_cmd_break_passcount)
14498 (mi_cmd_break_watch, mi_cmd_break_commands): Constify 'command'
14499 parameter.
14500 * mi/mi-cmd-catch.c (mi_cmd_catch_assert, mi_cmd_catch_exception)
14501 (mi_cmd_catch_load, mi_cmd_catch_unload): Constify cmd' parameter.
14502 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Constify 'command'
14503 parameter.
14504 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_cd, mi_cmd_env_path)
14505 (mi_cmd_env_dir, mi_cmd_inferior_tty_set, _cmd_inferior_tty_show)
14506 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
14507 (mi_cmd_file_list_exec_source_files)
14508 (mi_cmd_file_list_shared_libraries): Constify 'command' parameter.
14509 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
14510 (mi_cmd_info_gdb_mi_command, mi_cmd_info_os): Constify 'command'
14511 parameter.
14512 * mi/mi-cmd-stack.c (mi_cmd_enable_frame_filters)
14513 (mi_cmd_stack_list_frames, mi_cmd_stack_info_depth)
14514 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
14515 (mi_cmd_stack_list_variables, mi_cmd_stack_select_frame)
14516 (mi_cmd_stack_info_frame): Constify 'command' parameter.
14517 * mi/mi-cmd-target.c (mi_cmd_target_file_get)
14518 (mi_cmd_target_file_put, mi_cmd_target_file_delete): Constify
14519 'command' parameter.
14520 * mi/mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete)
14521 (mi_cmd_var_set_format, mi_cmd_var_set_visualizer)
14522 (mi_cmd_var_set_frozen, mi_cmd_var_show_format)
14523 (mi_cmd_var_info_num_children, mi_cmd_var_list_children)
14524 (mi_cmd_var_info_type, mi_cmd_var_info_path_expression)
14525 (mi_cmd_var_info_expression, mi_cmd_var_show_attributes)
14526 (mi_cmd_var_evaluate_expression, mi_cmd_var_assign)
14527 (mi_cmd_var_update, mi_cmd_enable_pretty_printing)
14528 (mi_cmd_var_set_update_range): Constify 'command' parameter.
14529 * mi/mi-cmds.h (mi_cmd_argv_ftype): Constify 'command' parameter.
14530 * mi/mi-interp.c (mi_cmd_interpreter_exec): Constify 'command'
14531 parameter.
14532 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_next)
14533 (mi_cmd_exec_next_instruction, mi_cmd_exec_step)
14534 (mi_cmd_exec_step_instruction, mi_cmd_exec_finish)
14535 (mi_cmd_exec_return ,mi_cmd_exec_jump, mi_cmd_exec_continue)
14536 (mi_cmd_exec_interrupt, mi_cmd_exec_run, mi_cmd_target_detach)
14537 (mi_cmd_target_flash_erase, mi_cmd_thread_select)
14538 (mi_cmd_thread_list_ids, mi_cmd_thread_info)
14539 (mi_cmd_list_thread_groups, mi_cmd_data_list_register_names)
14540 (mi_cmd_data_list_changed_registers)
14541 (mi_cmd_data_write_register_values)
14542 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
14543 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory)
14544 (mi_cmd_data_write_memory_bytes, mi_cmd_enable_timings)
14545 (mi_cmd_list_features, mi_cmd_list_target_features)
14546 (mi_cmd_add_inferior, mi_cmd_remove_inferior)
14547 (mi_cmd_trace_define_variable, mi_cmd_trace_list_variables)
14548 (mi_cmd_trace_find, mi_cmd_trace_save, mi_cmd_trace_start)
14549 (mi_cmd_trace_status, mi_cmd_trace_stop, mi_cmd_ada_task_info)
14550 (mi_cmd_trace_frame_collected): Constify 'command'
14551 parameter.
14552 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Constify
14553 'command' parameter.
14554
14555 2017-04-05 Pedro Alves <palves@redhat.com>
14556
14557 * ada-lang.c (ada_completer_word_break_characters): Now a const
14558 array.
14559 (ada_get_gdb_completer_word_break_characters): Constify.
14560 * completer.c (gdb_completer_command_word_break_characters)
14561 (gdb_completer_file_name_break_characters)
14562 (gdb_completer_quote_characters): Now const arrays.
14563 (get_gdb_completer_quote_characters): Constify.
14564 (set_rl_completer_word_break_characters): New function.
14565 (set_gdb_completion_word_break_characters)
14566 (complete_line_internal): Use it.
14567 * completer.h (get_gdb_completer_quote_characters): Constify.
14568 (set_rl_completer_word_break_characters): Declare.
14569 * f-lang.c (f_word_break_characters): Constify.
14570 * language.c (default_word_break_characters): Constify.
14571 * language.h (language_defn::la_word_break_characters): Constify.
14572 (default_word_break_characters): Constify.
14573 * top.c (init_main): Use set_rl_completer_word_break_characters.
14574
14575 2017-04-05 Pedro Alves <palves@redhat.com>
14576
14577 * aix-thread.c (aix_thread_pid_to_str)
14578 (aix_thread_extra_thread_info): Constify.
14579 * bsd-kvm.c (bsd_kvm_pid_to_str): Constify.
14580 * bsd-uthread.c (bsd_uthread_extra_thread_info)
14581 (bsd_uthread_pid_to_str): Constify.
14582 * corelow.c (core_pid_to_str): Constify.
14583 * darwin-nat.c (darwin_pid_to_str): Constify.
14584 * fbsd-nat.c (fbsd_pid_to_str): Constify.
14585 * fbsd-tdep.c (fbsd_core_pid_to_str, gdbarch_core_pid_to_str):
14586 Constify.
14587 * gnu-nat.c (gnu_pid_to_str): Constify.
14588 * go32-nat.c (go32_pid_to_str): Constify.
14589 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Constify.
14590 * inf-ptrace.c (inf_ptrace_pid_to_str): Constify.
14591 * inferior.c (inferior_pid_to_str): Constify.
14592 * linux-nat.c (linux_nat_pid_to_str): Constify.
14593 * linux-tdep.c (linux_core_pid_to_str): Constify.
14594 * linux-thread-db.c (thread_db_pid_to_str)
14595 (thread_db_extra_thread_info): Constify.
14596 * nto-tdep.c (nto_extra_thread_info): Constify.
14597 * nto-tdep.h (nto_extra_thread_info): Constify.
14598 * obsd-nat.c (obsd_pid_to_str): Constify.
14599 * procfs.c (procfs_pid_to_str): Constify.
14600 * ravenscar-thread.c (ravenscar_extra_thread_info)
14601 (ravenscar_pid_to_str): Constify.
14602 * remote-sim.c (gdbsim_pid_to_str): Constify.
14603 * remote.c (remote_threads_extra_info, remote_pid_to_str):
14604 Constify.
14605 * sol-thread.c (solaris_pid_to_str): Constify.
14606 * sol2-tdep.c (sol2_core_pid_to_str): Constify.
14607 * sol2-tdep.h (sol2_core_pid_to_str): Constify.
14608 * target.c (default_pid_to_str, target_pid_to_str)
14609 (normal_pid_to_str, default_pid_to_str): Constify.
14610 * target.h (target_ops::to_pid_to_str)
14611 (target_ops::to_extra_thread_info): Constify.
14612 (target_pid_to_str, normal_pid_to_str): Constify.
14613 * windows-nat.c (windows_pid_to_str): Constify.
14614 * gdbarch.sh (core_pid_to_str): Constify.
14615 * target-delegates.c: Regenerate.
14616 * gdbarch.h, gdbarch.c: Regenerate.
14617
14618 2017-04-05 Pedro Alves <palves@redhat.com>
14619
14620 * main.c (captured_main_1): Use gdb::unique_xmalloc_ptr to manage
14621 the memory of the temporary warning_pre_print override.
14622 * utils.c (warning_pre_print): Constify.
14623 * utils.h (warning_pre_print): Constify.
14624
14625 2017-04-05 Pedro Alves <palves@redhat.com>
14626
14627 * cli/cli-cmds.c (shell_escape): Constify 'arg' parameter.
14628 (shell_command): New function.
14629 (make_command): Use std::string.
14630 (init_cli_cmds): Register shell_command instead of shell_escape.
14631
14632 2017-04-05 Pedro Alves <palves@redhat.com>
14633
14634 * breakpoint.c (dprintf_function, dprintf_channel): Don't initialize.
14635 * tracepoint.c (default_collect): Don't initialize.
14636
14637 2017-04-05 Pedro Alves <palves@redhat.com>
14638
14639 * macroexp.c (macro_buffer::shared): Now a bool.
14640 (init_buffer): Update.
14641 (init_shared_buffer): Constify 'addr' parameter.
14642 (substitute_args, expand, macro_expand, macro_expand_next): Remove
14643 casts.
14644
14645 2017-04-05 Pedro Alves <palves@redhat.com>
14646
14647 * arm-tdep.c (show_disassembly_style_sfunc): Constify local.
14648 * disasm.c (set_disassembler_options): Constify local.
14649 * i386-tdep.c (i386_print_insn): Remove cast and FIXME comment.
14650
14651 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
14652
14653 PR gdb/21352
14654 * tracefile.c (tsave_command): Fix argument parsing for '-r'
14655 option.
14656
14657 2017-04-05 Yao Qi <yao.qi@linaro.org>
14658
14659 * frame.c (frame_unwind_register_unsigned): Call
14660 frame_unwind_register_value.
14661
14662 2017-04-05 Yao Qi <yao.qi@linaro.org>
14663
14664 * gdb.threads/thread-specific-bp.exp (check_thread_specific_breakpoint):
14665 Use gdb_test_multiple, and don't match anchor.
14666
14667 2017-04-05 Pedro Alves <palves@redhat.com>
14668
14669 * MAINTAINERS (Global Maintainers): Add Simon Marchi.
14670 (Write After Approval): Remove Simon Marchi.
14671
14672 2017-04-05 Pedro Alves <palves@redhat.com>
14673
14674 * common/gdb_optional.h (optional::optional): Make constexpr and
14675 initialize m_dummy.
14676
14677 2017-04-04 John Baldwin <jhb@FreeBSD.org>
14678
14679 * amd64-fbsd-tdep.c: Remove "bsd-uthread.h" include.
14680 (amd64fbsd_jmp_buf_reg_offset): Remove.
14681 (amd64fbsd_supply_uthread): Remove function.
14682 (amd64fbsd_collect_uthread): Remove function.
14683 (amd64fbsd_init_abi): Don't set bsd-uthread callbacks.
14684 * configure.tgt (i[34567]86-*-freebsd*): Remove bsd-uthread.o.
14685 (x86_64-*-freebsd*): Remove bsd-uthread.o.
14686 (fbsd-nat.c): Update comment.
14687 * i386-fbsd-tdep.c: Remove "bsd-uthread.h" include.
14688 (i386fbsd_jmp_buf_reg_offset): Remove.
14689 (i386fbsd_supply_uthread): Remove function.
14690 (i386fbsd_collect_uthread): Remove function.
14691 (i386fbsd_init_abi): Don't set bsd-uthread callbacks.
14692
14693 2017-04-04 John Baldwin <jhb@FreeBSD.org>
14694
14695 * Makefile.in (ALL_64_TARGET_OBS): Remove alpha-fbsd-tdep.o.
14696 (ALLDEPFILES): Remove alpha-fbsd-tdep.c
14697 * NEWS: Mention that support for FreeBSD/alpha was removed.
14698 * alpha-fbsd-tdep.c: Delete file.
14699 * config/alpha/fbsd.mh: Delete file.
14700 * configure.host: Delete alpha*-*-freebsd* and
14701 alpha*-*-kfreebsd*-gnu.
14702 * configure.tgt: Delete alpha*-*-freebsd* and
14703 alpha*-*-kfreebsd*-gnu.
14704
14705 2017-04-04 John Baldwin <jhb@FreeBSD.org>
14706
14707 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers,
14708 amd64bsd_store_inferior_registers): Use ptid from regcache.
14709
14710 2017-04-04 Pedro Alves <palves@redhat.com>
14711
14712 * dwarf2read.c (lnp_state_machine): Now a class. Initialize all
14713 data fields, make them private and add "m_" prefixes.
14714 (lnp_state_machine::lnp_state_machine): New ctor.
14715 (record_line, check_line_address, handle_set_discriminator)
14716 (handle_set_address, handle_advance_pc, handle_special_opcode)
14717 (handle_advance_line, handle_set_file, handle_negate_stmt)
14718 (handle_const_add_pc, handle_fixed_advance_pc, handle_copy)
14719 (end_sequence, advance_line): New methods.
14720 (m_gdbarch, m_record_lines_p): New fields.
14721 (lnp_reader_state): Delete.
14722 (dwarf_record_line): Rename to ...
14723 (lnp_state_machine::record_line): ... adjust.
14724 (init_lnp_state_machine): Delete.
14725 (lnp_state_machine::lnp_state_machine): New.
14726 (check_line_address): Rename to ...
14727 (lnp_state_machine::check_line_address): This.
14728 (dwarf_decode_lines_1): Remove reference to "reader_state".
14729 Adjust lnp_state_machine having a non-default ctor. Use bool.
14730 State machine internal state manipulation moved to
14731 lnp_state_machine methods.
14732
14733 2017-04-04 Pedro Alves <palves@redhat.com>
14734
14735 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14736 unittests/offset-type-selftests.c.
14737 (SUBDIR_UNITTESTS_OBS): Add offset-type-selftests.o.
14738 * common/offset-type.h: New file.
14739 * common/preprocessor.h: New file.
14740 * common/traits.h: New file.
14741 * common/valid-expr.h: New file.
14742 * dwarf2expr.c: Include "common/underlying.h". Adjust to use
14743 sect_offset and cu_offset strong typedefs throughout.
14744 * dwarf2expr.h: Adjust to use sect_offset and cu_offset strong
14745 typedefs throughout.
14746 * dwarf2loc.c: Include "common/underlying.h". Adjust to use
14747 sect_offset and cu_offset strong typedefs throughout.
14748 * dwarf2read.c: Adjust to use sect_offset and cu_offset strong
14749 typedefs throughout.
14750 * gdbtypes.h: Include "common/offset-type.h".
14751 (cu_offset): Now an offset type (strong typedef) instead of a
14752 struct.
14753 (sect_offset): Likewise.
14754 (union call_site_parameter_u): Rename "param_offset" field to
14755 "param_cu_off".
14756 * unittests/offset-type-selftests.c: New file.
14757
14758 2017-04-04 Pedro Alves <palves@redhat.com>
14759
14760 * common/underlying.h: New file.
14761 * dwarf2read.c: Include "common/gdb_optional.h" and
14762 "common/underlying.h".
14763 (dir_index, file_name_index): New types.
14764 (file_entry): Use them.
14765 (file_entry::include): Use to_underlying.
14766 (line_header::add_file_name): Use dir_index.
14767 (read_formatted_entries): Use gdb::optional. Read form before
14768 writting to file_entry.
14769 (dwarf_decode_line_header): Use dir_index.
14770 (lnp_state_machine::current_file): Use to_underlying.
14771 (lnp_state_machine::file): Change type to file_name_index.
14772 (dwarf_record_line): Use to_underlying.
14773 (init_lnp_state_machine): Use file_name_index.
14774 (dwarf_decode_lines_1): Use dir_index and file_name_index.
14775
14776 2017-04-04 Pedro Alves <palves@redhat.com>
14777
14778 * common/gdb_optional.h (gdb::optiona): Add operator->, operator*,
14779 operator bool, has_value and get methods.
14780
14781 2017-04-04 Pedro Alves <palves@redhat.com>
14782
14783 * dwarf2read.c (struct file_entry): Add ctors, and initialize all
14784 fields.
14785 (line_header): Initialize all data fields. Change type of
14786 standard_opcode_lengths to std::unique_ptr<unsigned char[]>.
14787 Change type of include_dirs to std::vector<const char *>. Remove
14788 num_include_dirs, include_dirs_size. Change type of file_names to
14789 std::vector<file_entry>. Remove num_file_names, file_names_size.
14790 (line_header::line_header): New.
14791 (line_header::add_include_dir, line_header::add_file_name): New
14792 methods.
14793 (line_header::include_dir_at): Remove NULL check.
14794 (line_header::file_name_at): Add const overload.
14795 (line_header_up): New unique_ptr typedef.
14796 (dw2_get_file_names_reader): Use line_header_up. Adjust to use
14797 std::vector. Remove free_line_header call.
14798 (dwarf2_build_include_psymtabs): Use line_header_up. Remove
14799 free_line_header call.
14800 (free_cu_line_header): Delete.
14801 (handle_DW_AT_stmt_list, handle_DW_AT_stmt_list)
14802 (setup_type_unit_groups): Use line_header_up instead of cleanups.
14803 Adjust to use std::vector.
14804 (free_line_header): Delete.
14805 (free_line_header_voidp): Use delete.
14806 (add_include_dir): Replace with ...
14807 (line_header::add_include_dir): ... this method. Use std::vector.
14808 (add_file_name): Replace with ...
14809 (line_header::add_file_name): ... this method. Use std::vector.
14810 (add_include_dir_stub): Delete.
14811 (read_formatted_entries): Remove memset.
14812 (dwarf_decode_line_header): Return a line_header_up instead of a
14813 raw pointer. Remove cleanup handling. Pass lambdas to
14814 read_formatted_entries. Adjust to use line_header methods.
14815 (dwarf_decode_lines_1): Adjust to use line_header methods.
14816 (dwarf_decode_lines, file_file_name, file_full_name): Adjust to
14817 use std::vector.
14818
14819 2017-04-04 Simon Marchi <simon.marchi@polymtl.ca>
14820
14821 * remote.c (set_general_thread, set_continue_thread): Use ptid_t
14822 instead of struct ptid.
14823
14824 2017-05-04 Alan Hayward <alan.hayward@arm.com>
14825
14826 * frame.c (get_frame_register_bytes): Unwind using value.
14827 (put_frame_register_bytes): Likewise.
14828
14829 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
14830
14831 * d-exp.y (type_aggregate_p): Treat TYPE_CODE_MODULE as being
14832 aggregate-like.
14833
14834 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14835
14836 * auto-load.c (auto_load_section_scripts): Check SEC_HAS_CONTENTS.
14837
14838 2017-03-29 Yao Qi <yao.qi@linaro.org>
14839
14840 * gdbthread.h (struct thread_info): Declare constructor and
14841 destructor. Add some in-class member initializers.
14842 * thread.c (free_thread): Remove.
14843 (init_thread_list): Call delete instead of free_thread.
14844 (new_thread): Call thread_info constructor.
14845 (thread_info::thread_info): New function.
14846 (thread_info::~thread_info): New function.
14847 (delete_thread_1): Call delete instead of free_thread.
14848 (make_cleanup_restore_current_thread): Move tp and frame to
14849 inner block.
14850
14851 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
14852
14853 * arc-tdep.c (arc_frame_cache): Add support for prologue analysis.
14854 (arc_skip_prologue): Likewise.
14855 (arc_make_frame_cache): Likewise.
14856 (arc_pv_get_operand): New function.
14857 (arc_is_in_prologue): Likewise.
14858 (arc_analyze_prologue): Likewise.
14859 (arc_print_frame_cache): Likewise.
14860 (MAX_PROLOGUE_LENGTH): New constant.
14861
14862 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
14863
14864 * configure.tgt: Add arc-insn.o.
14865 * arc-tdep.c (arc_delayed_print_insn): Make non-static.
14866 (dump_arc_instruction_command): New function.
14867 (arc_fprintf_disasm): Likewise.
14868 (arc_disassemble_info): Likewise.
14869 (arc_insn_get_operand_value): Likewise.
14870 (arc_insn_get_operand_value_signed): Likewise.
14871 (arc_insn_get_memory_base_reg): Likewise.
14872 (arc_insn_get_memory_offset): Likewise.
14873 (arc_insn_get_branch_target): Likewise.
14874 (arc_insn_dump): Likewise.
14875 (arc_insn_get_linear_next_pc): Likewise.
14876 * arc-tdep.h (arc_delayed_print_insn): Add function declaration.
14877 (arc_disassemble_info): Likewise.
14878 (arc_insn_get_branch_target): Likewise.
14879 (arc_insn_get_linear_next_pc): Likewise.
14880 * NEWS: Mention new "maint print arc arc-instruction".
14881
14882 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
14883
14884 * arc-tdep (maintenance_print_arc_list): New variable.
14885 (maintenance_print_arc_command): New function.
14886
14887 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
14888
14889 * arc-tdep.c (core_v2_register_names, core_arcompact_register_names)
14890 Add "limm" and "reserved".
14891 (arc_cannot_fetch_register, arc_cannot_store_register): Add
14892 ARC_RESERVED_REGNUM and ARC_LIMM_REGNUM.
14893 * arc-tdep.h (arc_regnum): Likewise.
14894
14895 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
14896
14897 * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
14898 for THREADPTR register.
14899 (supply_gregset_reg): Call regcache_raw_supply for THREADPTR
14900 register.
14901 * xtensa-tdep.c (XTENSA_DBREGN_UREG): New definition.
14902 (xtensa_derive_tdep): Initialize tdep->threadptr_regnum.
14903 * xtensa-tdep.h (gdbarch_tdep::threadptr_regnum): New field.
14904
14905 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
14906
14907 * xtensa-tdep.c (xtensa_pseudo_register_read): Treat all
14908 registers above gdbarch_num_regs (gdbarch) as privileged in
14909 call0 ABI.
14910
14911 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
14912
14913 * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
14914 for a single specified register or for all registers in
14915 a0_base..a0_base + C0_NREGS range.
14916 (supply_gregset_reg): Call regcache_raw_supply for a single
14917 specified register or for all registers in a0_base..a0_base +
14918 C0_NREGS range.
14919
14920 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
14921
14922 * arch/xtensa.h (C0_NREGS): Add definition.
14923 * xtensa-tdep.c (C0_NREGS): Remove definition.
14924
14925 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
14926
14927 * xtensa-tdep.c (xtensa_scan_prologue, call0_analyze_prologue):
14928 Drop xtensa_default_isa initialization.
14929 (xtensa_gdbarch_init): Initialize xtensa_default_isa.
14930
14931 2017-03-27 Pedro Alves <palves@redhat.com>
14932
14933 * dwarf2read.c (file_entry) <dir_index>: Add comment.
14934 (file_entry::include_dir): New method.
14935 (line_header::include_dir_at, line_header::file_name_at): New
14936 methods.
14937 (setup_type_unit_groups, setup_type_unit_groups)
14938 (psymtab_include_file_name): Simplify using the new methods.
14939 (lnp_state_machine) <the_line_header>: New field.
14940 <file>: Add comment.
14941 (lnp_state_machine::current_file): New method.
14942 (dwarf_record_line): Simplify using the new methods.
14943 (init_lnp_state_machine): Initialize the "the_line_header" field.
14944 (dwarf_decode_lines_1, dwarf_decode_lines, file_file_name):
14945 Simplify using the new methods.
14946
14947 2017-03-27 Pedro Alves <palves@redhat.com>
14948
14949 * cp-name-parser.y (make_empty): Delete.
14950 (demangler_special, nested_name, ptr_operator, array_indicator)
14951 (direct_declarator, declarator_1): Use fill_comp instead of
14952 make_empty.
14953
14954 2017-03-27 Pedro Alves <palves@redhat.com>
14955
14956 * xml-support.h (gdb_xml_debug): Pass a "first-to-check" argument
14957 to ATTRIBUTE_PRINTF.
14958 * solib-target.c (library_list_start_list): Print "string" not
14959 "version".
14960 * xml-tdesc.c (tdesc_start_field): Pass "field_name" to
14961 gdb_xml_error call.
14962
14963 2017-03-27 Pedro Alves <palves@redhat.com>
14964
14965 * dwarf2read.c (struct file_and_directory): New.
14966 (dwarf2_get_dwz_file): Adjust to use std::string.
14967 (dw2_get_file_names_reader): Adjust to use file_and_directory.
14968 (find_file_and_directory): Adjust to return a file_and_directory
14969 object.
14970 (read_file_scope): Adjust to use file_and_directory. Remove
14971 make_cleanup/do_cleanups calls.
14972 (open_and_init_dwp_file): Adjust to use std::string. Remove
14973 make_cleanup/do_cleanups calls.
14974 * python/python.c (do_start_initialization): Adjust to ldirname
14975 returning a std::string.
14976 * utils.c (ldirname): Now returns a std::string.
14977 * utils.h (ldirname): Change return type to std::string.
14978 * xml-syscall.c (xml_init_syscalls_info): Adjust to ldirname
14979 returning a std::string.
14980 * xml-tdesc.c (file_read_description_xml): Likewise.
14981
14982 2017-03-24 Alan Hayward <alan.hayward@arm.com>
14983
14984 * regcache.c (regcache_debug_print_register): New function.
14985 * regcache.h (regcache_debug_print_register): New declaration.
14986 * target.c (debug_print_register): Remove.
14987 (target_fetch_registers): Call regcache_debug_print_register.
14988 (target_store_registers): Likewise.
14989
14990 2017-03-24 Pádraig Brady <pbrady@fb.com>
14991
14992 * dwarf2read.c (setup_type_unit_groups): Ensure dir_index doesn't
14993 reference beyond the 'lh->include_dirs' array before accessing to
14994 it.
14995 (psymtab_include_file_name): Likewise.
14996 (dwarf_decode_lines_1): Likewise.
14997 (dwarf_decode_lines): Likewise.
14998 (file_file_name): Likewise.
14999
15000 2017-03-23 Simon Marchi <simon.marchi@ericsson.com>
15001
15002 * fbsd-tdep.c (fbsd_corefile_thread): Don't set/restore
15003 inferior_ptid.
15004 * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
15005 ps_lsetfpregs): Likewise.
15006 * regcache.c (regcache_raw_update, regcache_raw_write): Likewise.
15007 * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
15008 ps_lsetfpregs): Likewise.
15009 * target.c (target_fetch_registers, target_store_registers):
15010 Remove asserts.
15011
15012 2017-03-23 Alan Hayward <alan.hayward@arm.com>
15013
15014 * sol-thread.c (sol_thread_store_registers): Remove regcache calls.
15015
15016 2017-03-23 Yao Qi <yao.qi@linaro.org>
15017
15018 * aarch64-tdep.c (aarch64_process_record_test): Declare.
15019 (_initialize_aarch64_tdep): Register it.
15020 (aarch64_record_load_store): Handle PRFM instruction.
15021 (aarch64_process_record_test): New function.
15022
15023 2017-03-23 Yao Qi <yao.qi@linaro.org>
15024
15025 * aarch64-tdep.c (aarch64_record_load_store): Fix code
15026 indentation.
15027
15028 2017-03-23 Yao Qi <yao.qi@linaro.org>
15029
15030 * aarch64-tdep.c: Remove AARCH64_RECORD_FAILURE.
15031
15032 2017-03-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15033
15034 python/python.c (do_start_initialization): Fix memory leak.
15035
15036 2017-03-22 Simon Marchi <simon.marchi@polymtl.ca>
15037
15038 * inf-ptrace.c (inf_ptrace_xfer_partial): Get pid from ptid
15039 using get_ptrace_pid.
15040 * linux-nat.c (linux_nat_xfer_partial): Don't set/restore
15041 inferior_ptid.
15042 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use lwp of
15043 inferior_ptid instead of pid.
15044
15045 2017-03-22 Yao Qi <yao.qi@linaro.org>
15046
15047 * aarch64-tdep.c: Wrap locally used classes in anonymous
15048 namespace.
15049 * arm-tdep.c: Likewise.
15050 * linespec.c: Likewise.
15051 * ui-out.c: Likewise.
15052
15053 2017-03-22 Jonah Graham <jonah@kichwacoders.com>
15054
15055 PR gdb/19637
15056 * python/lib/gdb/printer/bound_registers.py: Import sys.
15057
15058 2017-03-21 Simon Marchi <simon.marchi@ericsson.com>
15059
15060 * windows-nat.c (do_windows_fetch_inferior_registers): Add
15061 windows_thread_info parameter and use it instead of
15062 current_thread.
15063 (windows_fetch_inferior_registers): Don't set current_thread,
15064 pass the thread to do_windows_fetch_inferior_registers. Use
15065 ptid from regcache instead of inferior_ptid.
15066 (do_windows_store_inferior_registers): Add windows_thread_info
15067 parameter and use it instead of current_thread.
15068 (windows_store_inferior_registers): Don't set current_thread,
15069 pass the thread to do_windows_store_inferior_registers. Use
15070 ptid from regcache instead of inferior_ptid.
15071
15072 2017-03-21 Simon Marchi <simon.marchi@ericsson.com>
15073
15074 * ser-mingw.c (ser_windows_raw): Remove reference to
15075 struct serial::current_timeout.
15076
15077 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
15078
15079 PR tdep/20928
15080 * gdb/sparc-tdep.h (gdbarch_tdep) <sparc64_ccr_type>: New field.
15081 * gdb/sparc64-tdep.c (sparc64_ccr_type): New function.
15082 (sparc64_fsr_type): Fix %fsr decoding.
15083
15084 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
15085
15086 * python/py-record-btrace.c (btpy_insn_data): Change return type
15087 for Python 2.
15088
15089 2017-03-20 Simon Marchi <simon.marchi@polymtl.ca>
15090
15091 * spu-linux-nat.c (spu_fetch_inferior_registers,
15092 spu_store_inferior_registers): Use ptid from regcache, set and
15093 restore inferior_ptid.
15094 * spu-multiarch.c (spu_fetch_registers, spu_store_registers):
15095 Likewise.
15096
15097 2017-03-20 Simon Marchi <simon.marchi@polymtl.ca>
15098
15099 * i386-linux-nat.c (fetch_register, store_register,
15100 i386_linux_fetch_inferior_registers,
15101 i386_linux_store_inferior_registers): Use ptid from regcache.
15102 * ia64-linux-nat.c (ia64_linux_fetch_register,
15103 ia64_linux_store_register): Likewise.
15104 * inf-ptrace.c (inf_ptrace_fetch_register,
15105 inf_ptrace_store_register): Likewise.
15106 * m32r-linux-nat.c (m32r_linux_fetch_inferior_registers,
15107 m32r_linux_store_inferior_registers): Likewise.
15108 * m68k-bsd-nat.c (m68kbsd_fetch_inferior_registers,
15109 m68kbsd_store_inferior_registers): Likewise.
15110 * m68k-linux-nat.c (fetch_register, store_register,
15111 m68k_linux_fetch_inferior_registers,
15112 m68k_linux_store_inferior_registers): Likewise.
15113 * m88k-bsd-nat.c (m88kbsd_fetch_inferior_registers,
15114 m88kbsd_store_inferior_registers): Likewise.
15115 * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers,
15116 mips_fbsd_store_inferior_registers): Likewise.
15117 * mips-linux-nat.c (mips64_linux_regsets_fetch_registers,
15118 mips64_linux_regsets_store_registers): Likewise.
15119 * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers,
15120 mipsnbsd_store_inferior_registers): Likewise.
15121 * mips-obsd-nat.c (mips64obsd_fetch_inferior_registers,
15122 mips64obsd_store_inferior_registers): Likewise.
15123 * nto-procfs.c (procfs_fetch_registers, procfs_store_registers):
15124 Likewise.
15125 * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers,
15126 ppcfbsd_store_inferior_registers): Likewise.
15127 * ppc-linux-nat.c (ppc_linux_fetch_inferior_registers,
15128 ppc_linux_store_inferior_registers): Likewise.
15129 * ppc-nbsd-nat.c (ppcnbsd_fetch_inferior_registers,
15130 ppcnbsd_store_inferior_registers): Likewise.
15131 * ppc-obsd-nat.c (ppcobsd_fetch_registers,
15132 ppcobsd_store_registers): Likewise.
15133 * procfs.c (procfs_fetch_registers, procfs_store_registers):
15134 Likewise.
15135 * ravenscar-thread.c (ravenscar_fetch_registers,
15136 ravenscar_store_registers, ravenscar_prepare_to_store):
15137 Likewise.
15138 * record-btrace.c (record_btrace_fetch_registers,
15139 record_btrace_store_registers, record_btrace_prepare_to_store):
15140 Likewise.
15141 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register):
15142 Lookup inferior using ptid from regcache, instead of
15143 current_inferior.
15144 * remote.c (remote_fetch_registers, remote_store_registers): Use
15145 ptid from regcache.
15146 * rs6000-nat.c (fetch_register, store_register): Likewise.
15147 * s390-linux-nat.c (s390_linux_fetch_inferior_registers,
15148 s390_linux_store_inferior_registers): Likewise.
15149 * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers,
15150 shnbsd_store_inferior_registers): Likewise.
15151 * sol-thread.c (sol_thread_fetch_registers,
15152 sol_thread_store_registers): Likewise.
15153 * sparc-nat.c (sparc_fetch_inferior_registers,
15154 sparc_store_inferior_registers): Likewise.
15155 * tilegx-linux-nat.c (fetch_inferior_registers,
15156 store_inferior_registers): Likewise.
15157 * vax-bsd-nat.c (vaxbsd_fetch_inferior_registers,
15158 vaxbsd_store_inferior_registers): Likewise.
15159 * xtensa-linux-nat.c (fetch_gregs, store_gregs, fetch_xtregs,
15160 store_xtregs): Likewise.
15161
15162 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15163
15164 PR gdb/14441
15165 * NEWS: Mention support for rvalue references in GDB and python.
15166 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
15167 supports both lvalue and rvalue references.
15168
15169 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15170
15171 PR gdb/14441
15172 * gdbtypes.c (rank_one_type): Implement overloading
15173 resolution rules regarding rvalue references.
15174
15175 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15176
15177 PR gdb/14441
15178 * aarch64-tdep.c (aarch64_type_align)
15179 (aarch64_extract_return_value, aarch64_store_return_value): Change
15180 lvalue reference type checks to general reference type checks.
15181 * amd64-tdep.c (amd64_classify): Likewise.
15182 * amd64-windows-tdep.c (amd64_windows_passed_by_integer_register):
15183 Likewise.
15184 * arm-tdep.c (arm_type_align, arm_extract_return_value)
15185 (arm_store_return_value): Likewise.
15186 * ax-gdb.c (gen_fetch, gen_cast): Likewise.
15187 * c-typeprint.c (c_print_type): Likewise.
15188 * c-varobj.c (adjust_value_for_child_access, c_value_of_variable)
15189 (cplus_number_of_children, cplus_describe_child): Likewise.
15190 * compile/compile-c-symbols.c (generate_vla_size): Likewise.
15191 * completer.c (expression_completer): Likewise.
15192 * cp-support.c (make_symbol_overload_list_adl_namespace):
15193 Likewise.
15194 * darwin-nat-info.c (info_mach_region_command): Likewise.
15195 * dwarf2loc.c (entry_data_value_coerce_ref)
15196 (value_of_dwarf_reg_entry): Likewise.
15197 * eval.c (ptrmath_type_p, evaluate_subexp_standard)
15198 (evaluate_subexp_for_address, evaluate_subexp_for_sizeof):
15199 Likewise.
15200 * findvar.c (extract_typed_address, store_typed_address):
15201 Likewise.
15202 * gdbtypes.c (rank_one_type): Likewise.
15203 * hppa-tdep.c (hppa64_integral_or_pointer_p): Likewise.
15204 * infcall.c (value_arg_coerce): Likewise.
15205 * language.c (pointer_type): Likewise.
15206 * m32c-tdep.c (m32c_reg_arg_type, m32c_m16c_address_to_pointer):
15207 Likewise.
15208 * m88k-tdep.c (m88k_integral_or_pointer_p): Likewise.
15209 * mn10300-tdep.c (mn10300_type_align): Likewise.
15210 * msp430-tdep.c (msp430_push_dummy_call): Likewise.
15211 * ppc-sysv-tdep.c (do_ppc_sysv_return_value)
15212 (ppc64_sysv_abi_push_param, ppc64_sysv_abi_return_value):
15213 Likewise.
15214 * printcmd.c (print_formatted, x_command): Likewise.
15215 * python/py-type.c (typy_get_composite, typy_template_argument):
15216 Likewise.
15217 * python/py-value.c (valpy_referenced_value)
15218 (valpy_get_dynamic_type, value_has_field): Likewise.
15219 * s390-linux-tdep.c (s390_function_arg_integer): Likewise.
15220 * sparc-tdep.c (sparc_integral_or_pointer_p): Likewise.
15221 * sparc64-tdep.c (sparc64_integral_or_pointer_p): Likewise.
15222 * spu-tdep.c (spu_scalar_value_p): Likewise.
15223 * symtab.c (lookup_symbol_aux): Likewise.
15224 * typeprint.c (whatis_exp, print_type_scalar): Likewise.
15225 * valarith.c (binop_types_user_defined_p, unop_user_defined_p):
15226 Likewise.
15227 * valops.c (value_cast_pointers, value_cast)
15228 (value_reinterpret_cast, value_dynamic_cast, value_addr, typecmp)
15229 (value_struct_elt, value_struct_elt_bitpos)
15230 (value_find_oload_method_list, find_overload_match)
15231 (value_rtti_indirect_type): Likewise.
15232 * valprint.c (val_print_scalar_type_p, generic_val_print):
15233 Likewise.
15234 * value.c (value_actual_type, value_as_address, unpack_long)
15235 (pack_long, pack_unsigned_long, coerce_ref_if_computed)
15236 (coerce_ref): Likewise.
15237 * varobj.c (varobj_get_value_type): Likewise.
15238
15239 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15240
15241 PR gdb/14441
15242 * doc/python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
15243 table of constants.
15244 * python/lib/gdb/command/explore.py: Support exploring values
15245 of rvalue reference types.
15246 * python/lib/gdb/types.py: Implement get_basic_type() for
15247 rvalue reference types.
15248 * python/py-type.c (pyty_codes) <TYPE_CODE_RVALUE_REF>: New
15249 constant.
15250 * python/py-value.c (valpy_getitem): Add an rvalue reference
15251 check.
15252 (valpy_reference_value): Add new parameter "refcode".
15253 (valpy_lvalue_reference_value, valpy_rvalue_reference_value):
15254 New wrappers for valpy_reference_value().
15255 * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
15256 (gdbpy_invoke_xmethod): Likewise.
15257
15258 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15259
15260 PR gdb/14441
15261 * dwarf2read.c (process_die, read_type_die_1): Handle the
15262 DW_TAG_rvalue_reference_type DIE.
15263 (read_tag_reference_type): Add new parameter "refcode".
15264
15265 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15266
15267 PR gdb/14441
15268 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix)
15269 (c_type_print_modifier, c_type_print_varspec_suffix)
15270 (c_type_print_base): Support printing rvalue reference types.
15271 * c-valprint.c (c_val_print, c_value_print): Support printing
15272 rvalue reference values.
15273
15274 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15275
15276 PR gdb/14441
15277 * cp-name-parser.y (ptr_operator): Handle the '&&' token in
15278 typename.
15279 * cp-support.c (replace_typedefs): Handle
15280 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
15281 * python/py-type.c (typy_lookup_type): Likewise.
15282
15283 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15284
15285 PR gdb/14441
15286 * c-exp.y (ptr_operator): Handle the '&&' token in the typename.
15287 * parse.c (insert_type): Change assert statement.
15288 (follow_types): Handle rvalue reference types.
15289 * parser-defs.h (enum type_pieces) <tp_rvalue_reference>: New
15290 constant.
15291
15292 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15293
15294 PR gdb/14441
15295 * ada-lang.c (ada_evaluate_subexp): Adhere to the new
15296 value_ref() interface.
15297 * c-valprint.c (c_value_print): Likewise.
15298 * infcall.c (value_arg_coerce): Likewise.
15299 * python/py-value.c (valpy_reference_value): Likewise.
15300 * valops.c (value_cast, value_reinterpret_cast)
15301 (value_dynamic_cast, typecmp): Likewise.
15302 (value_ref): Parameterize by kind of return value reference type.
15303 * value.h (value_ref): Add new parameter "refcode".
15304
15305 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15306
15307 PR gdb/14441
15308 * dwarf2read.c (read_tag_reference_type): Use
15309 lookup_lvalue_reference_type() instead of lookup_reference_type().
15310 * eval.c (evaluate_subexp_standard): Likewise.
15311 * f-exp.y: Likewise.
15312 * gdbtypes.c (make_reference_type, lookup_reference_type):
15313 Generalize with rvalue reference types.
15314 (lookup_lvalue_reference_type, lookup_rvalue_reference_type): New
15315 convenience wrappers for lookup_reference_type().
15316 * gdbtypes.h (make_reference_type, lookup_reference_type): Add a
15317 reference kind parameter.
15318 (lookup_lvalue_reference_type, lookup_rvalue_reference_type): Add
15319 wrappers for lookup_reference_type().
15320 * guile/scm-type.c (gdbscm_type_reference): Use
15321 lookup_lvalue_reference_type() instead of lookup_reference_type().
15322 * guile/scm-value.c (gdbscm_value_dynamic_type): Likewise.
15323 * parse.c (follow_types): Likewise.
15324 * python/py-type.c (typy_reference, typy_lookup_type): Likewise.
15325 * python/py-value.c (valpy_get_dynamic_type, valpy_getitem):
15326 Likewise.
15327 * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
15328 (gdbpy_invoke_xmethod): Likewise.
15329 * stabsread.c: Provide extra argument to make_reference_type()
15330 call.
15331 * valops.c (value_ref, value_rtti_indirect_type): Use
15332 lookup_lvalue_reference_type() instead of lookup_reference_type().
15333
15334 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15335
15336 PR gdb/14441
15337 * gdbtypes.h (enum type_code) <TYPE_CODE_RVALUE_REF>: New constant.
15338 (TYPE_IS_REFERENCE): New macro.
15339 (struct type): Add rvalue_reference_type field.
15340 (TYPE_RVALUE_REFERENCE_TYPE): New macro.
15341
15342 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
15343
15344 * NEWS: Add an entry about new '-file-list-shared-libraries' command.
15345 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries):
15346 New function definition.
15347 * mi/mi-cmds.c (mi_cmds): Add -file-list-shared-libraries command.
15348 * mi/mi-cmds.h (mi_cmd_file_list_shared_libraries):
15349 New function declaration.
15350 * mi/mi-interp.c (mi_output_solib_attribs): New Function.
15351 * mi/mi-interp.h: New file.
15352 * solib.c (info_sharedlibrary_command): Replace for loop with
15353 ALL_SO_LIBS macro
15354 * solib.h (update_solib_list): New function declaration.
15355 (so_list_head): Move macro.
15356 * solist.h (ALL_SO_LIBS): New macro.
15357
15358 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
15359
15360 * infcmd.c (post_create_inferior): Remove unused argument in
15361 call to solib_add.
15362 * remote.c (remote_start_remote): Likewise.
15363 * solib-frv.c (frv_fetch_objfile_link_map): Likewise.
15364 * solib-svr4.c: (svr4_fetch_objfile_link_map): Likewise.
15365 (enable_break): Likewise.
15366 * solib.c (update_solib_list): Remove unused target argument
15367 and its documentation.
15368 (solib_add): Remove unused target argument. Remove unused
15369 argument in call to update_solib_list.
15370 (info_sharedlibrary_command): Remove unused argument in call
15371 to update_solib_list.
15372 (sharedlibrary_command): Remove unused argument in call to
15373 solib_add.
15374 (handle_solib_event): Likewise.
15375 (reload_shared_libraries): Likewise.
15376 * solib.h (solib_add): Remove unused target argument.
15377
15378 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
15379
15380 * s390-linux-tdep.c (is_rsi, is_rie): Remove functions.
15381 (s390_displaced_step_fixup): Cover relative branches with the
15382 default fixup handling. This fixes lack of support for some
15383 relative branch instructions.
15384
15385 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15386
15387 * i386-gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Use
15388 ptid from regcache.
15389
15390 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15391
15392 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers,
15393 i386_darwin_store_inferior_registers): Use ptid from regcache.
15394
15395 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15396
15397 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers,
15398 i386bsd_store_inferior_registers): Use ptid from regcache.
15399
15400 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15401
15402 * hppa-obsd-nat.c (hppaobsd_fetch_registers,
15403 hppaobsd_store_registers): Use ptid from regcache.
15404
15405 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15406
15407 * hppa-nbsd-nat.c (hppanbsd_fetch_registers,
15408 hppanbsd_store_registers): Use ptid from regcache.
15409
15410 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15411
15412 * hppa-linux-nat.c (fetch_register, store_register): Use ptid
15413 from regcache. Use get_ptrace_pid.
15414
15415 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15416
15417 * corelow.c (get_core_register_section): Use ptid from regcache,
15418 update doc.
15419
15420 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15421
15422 * bsd-uthread.c (bsd_uthread_fetch_registers,
15423 bsd_uthread_store_registers): Use ptid from regcache, set and
15424 restore inferior_ptid.
15425
15426 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15427
15428 * arm-nbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
15429 fetch_fp_regs, store_register, store_regs, store_fp_register,
15430 store_fp_regs): Use ptid from regcache.
15431
15432 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15433
15434 * arm-linux-nat.c (fetch_fpregs, store_fpregs, fetch_regs,
15435 store_regs, fetch_wmmx_regs, store_wmmx_regs, fetch_vfp_regs,
15436 store_vfp_regs): Use ptid from regcache.
15437
15438 2017-03-17 Pedro Alves <palves@redhat.com>
15439
15440 PR remote/21188
15441 * ser-base.c (ser_base_wait_for): Add comment.
15442 (do_ser_base_readchar): Improve comment based on the ser-unix.c's
15443 version.
15444 * ser-unix.c (hardwire_raw): Remove reference to
15445 scb->current_timeout.
15446 (wait_for, do_hardwire_readchar, hardwire_readchar): Delete.
15447 (hardwire_ops): Install ser_base_readchar instead of
15448 hardwire_readchar.
15449 * serial.h (struct serial) <current_timeout, timeout_remaining>:
15450 Remove fields.
15451
15452 2017-03-17 Jonah Graham <jonah@kichwacoders.com>
15453
15454 PR gdb/19637
15455 * python/lib/gdb/printer/bound_registers.py: Add support for
15456 Python 3.
15457
15458 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15459
15460 * dwarf2loc.c (indirect_synthetic_pointer): Get data type of
15461 pointed-to DIE and pass it to dwarf2_evaluate_loc_desc_full.
15462 (dwarf2_evaluate_loc_desc_full): New parameter subobj_type; rename
15463 byte_offset to subobj_byte_offset. Fix the handling of
15464 DWARF_VALUE_STACK on big-endian targets when coming via an
15465 implicit pointer.
15466 (dwarf2_evaluate_loc_desc): Adjust call to
15467 dwarf2_evaluate_loc_desc_full.
15468 * dwarf2loc.h (dwarf2_fetch_die_type_sect_off): New declaration.
15469 * dwarf2read.c (dwarf2_fetch_die_type_sect_off): New function.
15470
15471 2017-03-16 Yao Qi <yao.qi@linaro.org>
15472
15473 * arm-tdep.c (thumb_record_misc): Decode CBNZ, CBZ, REV16,
15474 and REVSH instructions.
15475
15476 2017-03-16 Yao Qi <yao.qi@linaro.org>
15477
15478 * arm-tdep.c [GDB_SELF_TEST]: include "selftests.h".
15479 (arm_record_test): Declare.
15480 (_initialize_arm_tdep) [GDB_SELF_TEST]: call register_self_test.
15481 (thumb_record_ld_st_reg_offset): Rewrite the opcode matching to
15482 align with the manual.
15483 (thumb_record_misc): Adjust the code order to align with the
15484 manual.
15485 (thumb2_record_decode_insn_handler): Fix instruction matching.
15486 (instruction_reader_thumb): New class.
15487 (arm_record_test): New function.
15488
15489 2017-03-16 Yao Qi <yao.qi@linaro.org>
15490
15491 * arm-tdep.c (abstract_memory_reader): New class.
15492 (instruction_reader): New class.
15493 (extract_arm_insn): Add argument 'reader'. Callers updated.
15494 (decode_insn): Likewise.
15495
15496 2017-03-16 Doug Evans <dje@google.com>
15497
15498 * guile/scm-lazy-string.c (lazy_string_smob): Clarify use of LENGTH
15499 member. Change type of TYPE member to SCM. All uses updated.
15500 (lsscm_make_lazy_string_smob): Add assert.
15501 (lsscm_make_lazy_string): Flag bad length values.
15502 (lsscm_elt_type): New function.
15503 (gdbscm_lazy_string_to_value): Rewrite to use
15504 lsscm_safe_lazy_string_to_value.
15505 (lsscm_safe_lazy_string_to_value): Fix handling of TYPE_CODE_PTR.
15506 * guile/scm-value.c (gdbscm_value_to_lazy_string): Flag bad length
15507 values. Fix TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle typedefs
15508 in incoming type.
15509 * guile/guile-internal.h (tyscm_scm_to_type): Declare.
15510 * guile/scm-type.c (tyscm_scm_to_type): New function.
15511
15512 2017-03-15 Doug Evans <dje@google.com>
15513
15514 PR python/17728, python/18439, python/18779
15515 * python/py-lazy-string.c (lazy_string_object): Clarify use of LENGTH
15516 member. Change type of TYPE member to PyObject *. All uses updated.
15517 (stpy_convert_to_value): Fix handling of TYPE_CODE_PTR.
15518 (gdbpy_create_lazy_string_object): Flag bad length values.
15519 Handle TYPE_CODE_ARRAY with possibly different user-provided length.
15520 Handle typedefs in incoming type.
15521 (stpy_lazy_string_elt_type): New function.
15522 (gdbpy_extract_lazy_string): Call it.
15523 * python/py-value.c (valpy_lazy_string): Flag bad length values.
15524 Fix handling of TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle
15525 typedefs in incoming type.
15526
15527 2017-03-16 Doug Evans <dje@google.com>
15528
15529 * guile/guile-internal.h (tyscm_scm_to_type): Declare.
15530 * guile/scm-type.c (tyscm_scm_to_type): New function.
15531
15532 2017-03-16 Jiong Wang <jiong.wang@arm.com>
15533
15534 * inf-ptrace.c (inf_ptrace_peek_poke): Change the type to
15535 "ULONGEST" for "skip".
15536
15537 2017-03-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
15538
15539 PR gdb/21220
15540 * inf-ptrace.c (inf_ptrace_xfer_partial): In "case
15541 TARGET_OBJECT_MEMORY", extract the logic for ptrace peek/poke...
15542 (inf_ptrace_peek_poke): ...here. New function. Now also loop
15543 over ptrace peek/poke until end of buffer or error.
15544
15545 2017-03-14 Simon Marchi <simon.marchi@ericsson.com>
15546
15547 * parse.c (length_of_subexp): Make static.
15548 * parser-defs.h (length_of_subexp): Remove.
15549
15550 2017-03-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
15551
15552 * linux-nat.c (linux_proc_xfer_partial): Handle write operations
15553 as well.
15554
15555 2017-03-14 Pedro Alves <palves@redhat.com>
15556
15557 * cp-name-parser.y (cp_demangled_name_to_comp): Update comment.
15558 (main): Use std::unique_ptr. Remove calls to
15559 cp_demangled_name_parse_free.
15560
15561 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
15562
15563 * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers,
15564 alphabsd_store_inferior_registers): Use regcache->ptid instead
15565 of inferior_ptid.
15566
15567 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
15568
15569 * aix-thread.c (aix_thread_fetch_registers,
15570 aix_thread_store_registers): Use regcache->ptid instead of
15571 inferior_ptid.
15572
15573 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
15574
15575 * aarch64-linux-nat.c (fetch_gregs_from_thread,
15576 store_gregs_to_thread, fetch_fpregs_from_thread,
15577 store_fpregs_to_thread): Use regcache->ptid instead of
15578 inferior_ptid.
15579
15580 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
15581
15582 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers,
15583 amd64_linux_fetch_inferior_registers): Use regcache->ptid
15584 instead of inferior_ptid.
15585
15586 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
15587
15588 * target.c (target_fetch_registers, target_store_registers): Add
15589 assert.
15590
15591 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
15592
15593 * regcache.h (regcache_get_ptid): New function.
15594 * regcache.c (regcache_get_ptid): New function.
15595
15596 2017-03-13 Mark Wielaard <mark@klomp.org>
15597
15598 * cp-name-parser.y (make_empty): Initialize d_printing to zero.
15599
15600 2017-03-10 Keith Seitz <keiths@redhat.com>
15601
15602 PR c++/8218
15603 * c-typeprint.c (cp_type_print_method_args): Skip artificial arguments.
15604
15605 2017-03-08 Pedro Alves <palves@redhat.com>
15606
15607 PR gdb/18360
15608 * infrun.c (start_step_over, do_target_resume, resume)
15609 (restart_threads): Assert we're not resuming a thread that is
15610 meant to be stopped.
15611 (infrun_thread_stop_requested_callback): Delete.
15612 (infrun_thread_stop_requested): If the thread is internally
15613 stopped, queue a pending stop event and clear the thread's
15614 inline-frame state.
15615 (handle_stop_requested): New function.
15616 (handle_syscall_event, handle_inferior_event_1): Use
15617 handle_stop_requested.
15618 (handle_stop_requested): New function.
15619 (handle_signal_stop): Set the thread's stop_signal here instead of
15620 at caller.
15621 (finish_step_over): Clear step over info unconditionally.
15622 (handle_signal_stop): If the user had interrupted the event
15623 thread, consider the stop a random signal.
15624 (handle_signal_stop) <signal arrived while stepping over
15625 breakpoint>: Don't restart threads here.
15626 (stop_waiting): Don't clear step-over info here.
15627
15628 2017-03-08 Pedro Alves <palves@redhat.com>
15629
15630 PR 21206
15631 * common/gdb_unlinker.h (unlinker::unlinker): Attribute nonnull
15632 goes to argument 2, not 1.
15633
15634 2017-03-08 Pedro Alves <palves@redhat.com>
15635
15636 PR cli/21218
15637 * top.c (gdb_readline_wrapper): Avoid passing NULL to
15638 display_gdb_prompt.
15639 (command_line_input): Add comment.
15640
15641 2017-03-08 Pedro Alves <palves@redhat.com>
15642
15643 PR tui/21216
15644 * tui/tui-file.c (tui_file::write): New.
15645 * tui/tui-file.h (tui_file): Override "write".
15646 * tui/tui-io.c (do_tui_putc, update_start_line): New functions,
15647 factored out from ...
15648 (tui_puts): ... here.
15649 (tui_putc): Use them.
15650 (tui_write): New function.
15651 * tui/tui-io.h (tui_write): Declare.
15652
15653 2017-03-07 Sergio Durigan Junior <sergiodj@redhat.com>
15654
15655 * Makefile.in (SFILES): Replace "environ.c" with
15656 "common/environ.c".
15657 (HFILES_NO_SRCDIR): Likewise, for "environ.h".
15658 * environ.c: Include "common-defs.h" instead of "defs.h. Moved
15659 to...
15660 * common/environ.c: ... here.
15661 * environ.h: Moved to...
15662 * common/environ.h: ... here.
15663
15664 2017-03-07 Peter Bergner <bergner@vnet.ibm.com>
15665
15666 * gdbarch.sh (pstring_ptr): New static function.
15667 (gdbarch_disassembler_options): Use it.
15668 (gdbarch_verify_disassembler_options): Print valid_disassembler_options,
15669 not valid_disassembler_option->name.
15670 * gdbarch.c: Regenerate.
15671
15672 2017-03-07 Peter Bergner <bergner@vnet.ibm.com>
15673
15674 * config/powerpc/ppc64-linux.mh (MH_CFLAGS): Delete.
15675
15676 2017-03-07 Pedro Alves <palves@redhat.com>
15677
15678 * tui/tui-regs.c (tui_restore_gdbout): Don't delete gdb_stdout.
15679
15680 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
15681
15682 * i387-tdep.h (i387_reset_bnd_regs): Add function definition.
15683 * i387-tdep.c (i387_reset_bnd_regs): Add function implementation.
15684 * i386-tdep.c (i386_push_dummy_call): Call i387_reset_bnd_regs.
15685 * amd64-tdep.c (amd64_push_dummy_call): Call i387_reset_bnd_regs.
15686
15687 2017-03-06 Simon Marchi <simon.marchi@ericsson.com>
15688
15689 * xtensa-linux-nat.c (fetch_gregs): Remove const.
15690
15691 2017-03-03 Simon Marchi <simon.marchi@ericsson.com>
15692
15693 * remote.c (remote_add_target_side_commands): Use range-based
15694 for loop.
15695
15696 2017-03-03 Yao Qi <yao.qi@linaro.org>
15697
15698 PR gdb/21165
15699 * ada-valprint.c (ada_val_print_ref): Call value_fetch_lazy if
15700 value is lazy.
15701 * valprint.c (common_val_print): Likewise.
15702
15703 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
15704
15705 * NEWS: Mention new set/show disassembler-options commands.
15706 * doc/gdb.texinfo: Document new set/show disassembler-options commands.
15707 * disasm.c: Include "arch-utils.h", "gdbcmd.h" and "safe-ctype.h".
15708 (prospective_options): New static variable.
15709 (gdb_disassembler::gdb_disassembler): Initialize
15710 m_di.disassembler_options.
15711 (gdb_buffered_insn_length_init_dis): Initilize di->disassembler_options.
15712 (get_disassembler_options): New function.
15713 (set_disassembler_options): Likewise.
15714 (set_disassembler_options_sfunc): Likewise.
15715 (show_disassembler_options_sfunc): Likewise.
15716 (disassembler_options_completer): Likewise.
15717 (_initialize_disasm): Likewise.
15718 * disasm.h (get_disassembler_options): New prototype.
15719 (set_disassembler_options): Likewise.
15720 * gdbarch.sh (gdbarch_disassembler_options): New variable.
15721 (gdbarch_verify_disassembler_options): Likewise.
15722 * gdbarch.c: Regenerate.
15723 * gdbarch.h: Likewise.
15724 * arm-tdep.c (num_disassembly_options): Delete.
15725 (set_disassembly_style): Likewise.
15726 (arm_disassembler_options): New static variable.
15727 (set_disassembly_style_sfunc): Convert short style name into long
15728 option name. Call set_disassembler_options.
15729 (show_disassembly_style_sfunc): New function.
15730 (arm_gdbarch_init): Call set_gdbarch_disassembler_options and
15731 set_gdbarch_verify_disassembler_options.
15732 (_initialize_arm_tdep): Delete regnames variable and update callers.
15733 (arm_disassembler_options): Initialize.
15734 (disasm_options): New variable.
15735 (num_disassembly_options): Rename from this...
15736 (num_disassembly_styles): ...to this. Compute by scanning through
15737 disasm_options.
15738 (valid_disassembly_styles): Initialize using disasm_options.
15739 Remove calls to parse_arm_disassembler_option, get_arm_regnames and
15740 set_arm_regname_option.
15741 Pass show_disassembly_style_sfunc to the "disassembler" setshow command.
15742 * rs6000-tdep.c (powerpc_disassembler_options): New static variable.
15743 (rs6000_gdbarch_init): Call set_gdbarch_disassembler_options and
15744 set_gdbarch_verify_disassembler_options.
15745 * s390-tdep.c (s390_disassembler_options): New static variable.
15746 (s390_gdbarch_init):all set_gdbarch_disassembler_options and
15747 set_gdbarch_verify_disassembler_options.
15748
15749 2017-02-27 Simon Marchi <simon.marchi@ericsson.com>
15750
15751 * remote.c (remote_add_target_side_condition): Remove "struct"
15752 keyword from range-based for loop.
15753
15754 2017-02-27 Simon Marchi <simon.marchi@ericsson.com>
15755
15756 * remote.c (remote_add_target_side_condition): Use range-based
15757 for loop. Update comment.
15758
15759 2017-02-27 Yao Qi <yao.qi@linaro.org>
15760
15761 * f-typeprint.c (f_print_type): Check "varstring" is empty first.
15762
15763 2017-02-26 Alan Hayward <alan.hayward@arm.com>
15764
15765 * regcache.c (regcache_raw_update): New function.
15766 (regcache_raw_read): Move code to regcache_raw_update.
15767 * regcache.h (regcache_raw_update): New declaration.
15768 * remote.c (remote_prepare_to_store): Call regcache_raw_update.
15769
15770 2017-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15771
15772 * dwarf2read.c (create_debug_type_hash_table): Initialize
15773 header.signature and header.type_offset_in_tu.
15774
15775 2017-02-24 Pedro Alves <palves@redhat.com>
15776
15777 * symtab.c (make_file_symbol_completion_list_1): Use
15778 add_symtab_completions.
15779
15780 2017-02-24 Alan Hayward <alan.hayward@arm.com>
15781
15782 * stack.c (frame_info): Use frame_unwind_register_value to avoid buf.
15783
15784 2017-02-24 Alan Hayward <alan.hayward@arm.com>
15785
15786 * i386-tdep.c (i386_pseudo_register_read_into_value): Use
15787 I386_MAX_REGISTER_SIZE.
15788 (i386_pseudo_register_write): Likewise.
15789 (i386_process_record): Likewise.
15790 * i387-tdep.c (i387_supply_xsave): Likewise.
15791 * m68k-linux-nat.c (fetch_register): Use M68K_MAX_REGISTER_SIZE.
15792 (store_register): Likewise.
15793
15794 2017-02-23 Pedro Alves <palves@redhat.com>
15795
15796 * ada-lang.c: Include "common/function-view.h".
15797 (ada_iterate_over_symbols): Adjust to use function_view as
15798 callback type.
15799 (struct add_partial_datum, ada_complete_symbol_matcher): Delete.
15800 (ada_make_symbol_completion_list): Use a lambda.
15801 (ada_exc_search_name_matches): Delete.
15802 (name_matches_regex): New.
15803 (ada_add_global_exceptions): Use a lambda and name_matches_regex.
15804 * compile/compile-c-support.c: Include "common/function-view.h".
15805 (print_one_macro): Change prototype to accept a ui_file pointer.
15806 (write_macro_definitions): Use a lambda.
15807 * dwarf2read.c: Include "common/function-view.h".
15808 (dw2_map_expand_apply, dw2_map_symtabs_matching_filename)
15809 (dw2_expand_symtabs_matching): Adjust to use function_view as
15810 callback type.
15811 * language.h: Include "common/function-view.h".
15812 (struct language_defn) <la_iterate_over_symbols>: Adjust to use
15813 function_view as callback type.
15814 (LA_ITERATE_OVER_SYMBOLS): Remove DATA parameter.
15815 * linespec.c: Include "common/function-view.h".
15816 (collect_info::add_symbol): New method.
15817 (struct symbol_and_data_callback, iterate_inline_only, struct
15818 symbol_matcher_data, iterate_name_matcher): Delete.
15819 (iterate_over_all_matching_symtabs): Adjust to use function_view
15820 as callback type and lambdas.
15821 (iterate_over_file_blocks): Adjust to use function_view as
15822 callback type.
15823 (decode_compound_collector): Now a class with private fields.
15824 (decode_compound_collector::release_symbols): New method.
15825 (collect_one_symbol): Rename to...
15826 (decode_compound_collector::operator()): ... this and adjust.
15827 (lookup_prefix_sym): decode_compound_collector construction bits
15828 move to decode_compound_collector ctor. Pass the
15829 decode_compound_collector object directly as callback. Remove
15830 cleanups and use decode_compound_collector::release_symbols
15831 instead.
15832 (symtab_collector): Now a class with private fields.
15833 (symtab_collector::release_symtabs): New method.
15834 (add_symtabs_to_list): Rename to...
15835 (symtab_collector::operator()): ... this and adjust.
15836 (collect_symtabs_from_filename): symtab_collector construction
15837 bits move to symtab_collector ctor. Pass the symtab_collector
15838 object directly as callback. Remove cleanups and use
15839 symtab_collector::release_symtabs instead.
15840 (collect_symbols): Delete.
15841 (add_matching_symbols_to_info): Use lambdas.
15842 * macrocmd.c (print_macro_callback): Delete.
15843 (info_macro_command): Use a lambda.
15844 (info_macros_command): Pass print_macro_definition as callable
15845 directly.
15846 (print_one_macro): Remove 'ignore' parameter.
15847 (macro_list_command): Adjust.
15848 * macrotab.c (macro_for_each_data::fn): Now a function_view.
15849 (macro_for_each_data::user_data): Delete field.
15850 (foreach_macro): Adjust to call the function_view.
15851 (macro_for_each): Adjust to use function_view as callback type.
15852 (foreach_macro_in_scope): Adjust to call the function_view.
15853 (macro_for_each_in_scope): Adjust to use function_view as callback
15854 type.
15855 * macrotab.h: Include "common/function-view.h".
15856 (macro_callback_fn): Declare a prototype instead of a pointer.
15857 Remove "user_data" parameter.
15858 (macro_for_each, macro_for_each_in_scope): Adjust to use
15859 function_view as callback type.
15860 * psymtab.c (partial_map_expand_apply)
15861 (psym_map_symtabs_matching_filename, recursively_search_psymtabs):
15862 Adjust to use function_view as callback type and to return bool.
15863 (psym_expand_symtabs_matching): Adjust to use function_view as
15864 callback types.
15865 * symfile-debug.c (debug_qf_map_symtabs_matching_filename): Adjust
15866 to use function_view as callback type and to return bool.
15867 (debug_qf_expand_symtabs_matching): Adjust to use function_view as
15868 callback types.
15869 * symfile.c (expand_symtabs_matching): Adjust to use function_view
15870 as callback types.
15871 * symfile.h: Include "common/function-view.h".
15872 (expand_symtabs_file_matcher_ftype)
15873 (expand_symtabs_symbol_matcher_ftype)
15874 (expand_symtabs_exp_notify_ftype): Remove "data" parameter and
15875 return bool.
15876 (quick_symbol_functions::map_symtabs_matching_filename)
15877 (quick_symbol_functions::expand_symtabs_matching): Adjust to use
15878 function_view as callback type and return bool.
15879 (expand_symtabs_matching): Adjust to use function_view as callback
15880 type.
15881 (maintenance_expand_name_matcher)
15882 (maintenance_expand_file_matcher): Delete.
15883 (maintenance_expand_symtabs): Use lambdas.
15884 * symtab.c (iterate_over_some_symtabs): Adjust to use
15885 function_view as callback types and return bool.
15886 (iterate_over_symtabs): Likewise. Use unique_xmalloc_ptr instead
15887 of a cleanup.
15888 (lookup_symtab_callback): Delete.
15889 (lookup_symtab): Use a lambda.
15890 (iterate_over_symbols): Adjust to use function_view as callback
15891 type.
15892 (struct search_symbols_data, search_symbols_file_matches)
15893 (search_symbols_name_matches): Delete.
15894 (search_symbols): Use a pair of lambdas.
15895 (struct add_name_data, add_macro_name, symbol_completion_matcher)
15896 (symtab_expansion_callback): Delete.
15897 (default_make_symbol_completion_list_break_on_1): Use lambdas.
15898 * symtab.h: Include "common/function-view.h".
15899 (iterate_over_some_symtabs): Adjust to use function_view as
15900 callback type and return bool.
15901 (iterate_over_symtabs): Adjust to use function_view as callback
15902 type.
15903 (symbol_found_callback_ftype): Remove 'data' parameter and return
15904 bool.
15905 (iterate_over_symbols): Adjust to use function_view as callback
15906 type.
15907
15908 2017-02-23 Pedro Alves <palves@redhat.com>
15909
15910 * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS): New.
15911 (%.o) <unittests/%.c>: New pattern.
15912 * configure.ac ($development): Add $(SUBDIR_UNITTESTS_OBS) to
15913 CONFIG_OBS, and $(SUBDIR_UNITTESTS_SRCS) to CONFIG_SRCS.
15914 * common/function-view.h: New file.
15915 * unittests/function-view-selftests.c: New file.
15916 * configure: Regenerate.
15917
15918 2017-02-23 Simon Marchi <simon.marchi@ericsson.com>
15919
15920 * bsd-uthread.c (bsd_uthread_thread_alive): Use ptid instead of
15921 inferior_ptid.
15922 * go32-nat.c (go32_thread_alive): Likewise.
15923
15924 2017-02-23 Yao Qi <yao.qi@linaro.org>
15925
15926 * varobj-iter.h (varobj_iter_delete): Call xfree instead of
15927 delete.
15928
15929 2017-02-23 Yao Qi <yao.qi@linaro.org>
15930
15931 * varobj.c (varobj_clear_saved_item): Use delete instead of
15932 xfree.
15933 (update_dynamic_varobj_children): Likewise.
15934
15935 2017-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15936
15937 * dwarf2read.c (dwarf2_record_block_ranges): Add forgotten BASEADDR.
15938
15939 2017-02-21 Simon Marchi <simon.marchi@ericsson.com>
15940
15941 * common/enum-flags.h (enum_flags::enum_flags): Initialize
15942 m_enum_value to 0 in default constructor.
15943
15944 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15945
15946 * rs6000-tdep.c (LOAD_AND_RESERVE_MASK): Rename from LWARX_MASK.
15947 (STORE_CONDITIONAL_MASK): Rename from STWCX_MASK.
15948 (LBARX_INSTRUCTION, LHARX_INSTRUCTION, LQARX_INSTRUCTION,
15949 STBCX_INSTRUCTION, STHCX_INSTRUCTION, STQCX_INSTRUCTION): New defines.
15950 (IS_LOAD_AND_RESERVE_INSN, IS_STORE_CONDITIONAL_INSN): New macros.
15951 (ppc_displaced_step_copy_insn): Use IS_LOAD_AND_RESERVE_INSN.
15952 (ppc_deal_with_atomic_sequence): Use IS_LOAD_AND_RESERVE_INSN and
15953 IS_STORE_CONDITIONAL_INSN.
15954
15955 2017-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15956
15957 * dwarf2_rnglists_process: Initialize range_beginning and range_end.
15958
15959 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15960
15961 * NEWS (Changes since GDB 7.12): Add DWARF-5.
15962
15963 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15964
15965 * dwarf2read.c (skip_one_die, read_attribute_value)
15966 (dwarf2_const_value_attr, dump_die_shallow)
15967 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
15968 (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_data16.
15969
15970 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15971
15972 * dwarf2read.c (read_file_scope): Rename DW_MACRO_GNU_*.
15973 (dwarf_parse_macro_header): Accept DWARF version 5.
15974 (dwarf_decode_macro_bytes, dwarf_decode_macros): Rename DW_MACRO_GNU_*.
15975
15976 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15977
15978 * block.c (call_site_for_pc): Rename DW_OP_GNU_*, DW_TAG_GNU_* and
15979 DW_AT_GNU_*.
15980 * common/common-exceptions.h (enum errors): Likewise.
15981 * dwarf2-frame.c (class dwarf_expr_executor): Likewise.
15982 * dwarf2expr.c (dwarf_block_to_dwarf_reg)
15983 (dwarf_expr_context::execute_stack_op): Likewise.
15984 * dwarf2expr.h (struct dwarf_expr_context, struct dwarf_expr_piece):
15985 Likewise.
15986 * dwarf2loc.c (dwarf_evaluate_loc_desc::get_base_type)
15987 (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
15988 (show_entry_values_debug, call_site_to_target_addr)
15989 (func_addr_to_tail_call_list, func_verify_no_selftailcall)
15990 (dwarf_expr_reg_to_entry_parameter, dwarf_entry_parameter_to_value)
15991 (entry_data_value_free_closure, value_of_dwarf_reg_entry)
15992 (value_of_dwarf_block_entry, indirect_pieced_value)
15993 (symbol_needs_eval_context::push_dwarf_reg_entry_value):
15994 (disassemble_dwarf_expression): Likewise.
15995 * dwarf2read.c (process_die, inherit_abstract_dies)
15996 (read_call_site_scope): Likewise.
15997 * gdbtypes.h (struct func_type, struct call_site_parameter)
15998 (struct call_site): Likewise.
15999 * stack.c (read_frame_arg): Likewise.
16000 * std-operator.def (OP_VAR_ENTRY_VALUE): Likewise.
16001
16002 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16003
16004 * defs.h (read_unsigned_leb128): New declaration.
16005 * dwarf2loc.c (decode_debug_loclists_addresses): New function.
16006 (decode_debug_loc_dwo_addresses): Update DEBUG_LOC_* to DW_LLE_*.
16007 (dwarf2_find_location_expression): Call also
16008 decode_debug_loclists_addresses. Handle DWARF-5 ULEB128 length.
16009 * dwarf2loc.h (dwarf2_version): New declaration.
16010 * dwarf2read.c (struct dwarf2_per_objfile): Add loclists, line_str,
16011 rnglists.
16012 (dwarf2_elf_names): Add .debug_loclists, .debug_line_str,
16013 .debug_rnglists.
16014 (struct dwop_section_names): Add loclists_dwo.
16015 (dwop_section_names): Add .debug_loclists.dwo.
16016 (struct comp_unit_head): Add unit_type, signature, type_offset_in_tu.
16017 (struct dwarf2_per_cu_data): Add dwarf_version.
16018 (struct dwo_sections): Add loclists.
16019 (struct attr_abbrev): Add implicit_const.
16020 (read_indirect_line_string): New declaration.
16021 (read_unsigned_leb128): Delete declaration.
16022 (rcuh_kind): New definition.
16023 (read_and_check_comp_unit_head): Change parameter
16024 is_debug_types_section to section_kind.
16025 (dwarf2_locate_sections): Handle loclists, line_str and rnglists.
16026 (read_comp_unit_head): Change parameter abfd to section, add parameter
16027 section_kind. Handle DWARF-5.
16028 (error_check_comp_unit_head): Accept also DWARF version 5.
16029 (read_and_check_comp_unit_head): Change parameter
16030 is_debug_types_section to section_kind.
16031 (read_and_check_type_unit_head): Delete function.
16032 (read_abbrev_offset): Handle DWARF-5.
16033 (create_debug_type_hash_table): Add parameter section_kind. Process
16034 only DW_UT_type. Use signature and type_offset_in_tu from struct
16035 comp_unit_head.
16036 (create_debug_types_hash_table): Update create_debug_type_hash_table
16037 caller.
16038 (create_all_type_units): Call create_debug_type_hash_table.
16039 (read_cutu_die_from_dwo, init_cutu_and_read_dies): Change
16040 read_and_check_type_unit_head caller to read_and_check_comp_unit_head
16041 caller.
16042 (skip_one_die): Handle DW_FORM_implicit_const.
16043 (dwarf2_rnglists_process): New function.
16044 (dwarf2_ranges_process): Call dwarf2_rnglists_process for DWARF-5.
16045 (abbrev_table_read_table): Handle DW_FORM_implicit_const.
16046 (read_attribute_value): Handle DW_FORM_implicit_const,
16047 DW_FORM_line_strp.
16048 (read_attribute): Handle DW_FORM_implicit_const.
16049 (read_indirect_string_at_offset_from): New function from
16050 read_indirect_string_at_offset.
16051 (read_indirect_string_at_offset): Call
16052 read_indirect_string_at_offset_from.
16053 (read_indirect_line_string_at_offset): New function.
16054 (read_indirect_string): New function comment.
16055 (read_indirect_line_string): New function.
16056 (read_unsigned_leb128): Make it global.
16057 (dwarf2_string_attr): Handle DWARF-5.
16058 (add_include_dir_stub, read_formatted_entries): New functions.
16059 (dwarf_decode_line_header, dump_die_shallow, cu_debug_loc_section):
16060 Handle DWARF-5.
16061 (per_cu_header_read_in): Update read_comp_unit_head caller.
16062 (dwarf2_version): New function.
16063 * symfile.h (struct dwarf2_debug_sections): Add loclists, line_str and
16064 rnglists.
16065 * xcoffread.c (dwarf2_xcoff_names): Update struct dwarf2_debug_sections
16066 fields.
16067
16068 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16069
16070 * dwarf2read.c (abbrev_table_read_table): Read the data only once.
16071
16072 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16073
16074 * dwarf2read.c (dwarf2_ranges_process): New function from
16075 dwarf2_ranges_read.
16076 (dwarf2_ranges_read, dwarf2_record_block_ranges): Use
16077 dwarf2_ranges_process.
16078
16079 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16080
16081 * dwarf2read.c (create_debug_type_hash_table): New function from
16082 create_debug_types_hash_table.
16083 (create_debug_types_hash_table): Call create_debug_type_hash_table.
16084 (create_all_type_units, open_and_init_dwo_file): Update
16085 create_debug_types_hash_table callers.
16086
16087 2017-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16088
16089 PR gdb/16188
16090 * fork-child.c (trace_start_error): Fix thinko. va_end should
16091 refer to 'ap', not 'args'.
16092
16093 2017-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16094 Pedro Alves <palves@redhat.com>
16095
16096 PR gdb/16188
16097 * darwin-nat.c (darwin_ptrace_me): Check if calls to system
16098 calls succeeded.
16099 * fork-child.c (trace_start_error): New function.
16100 (trace_start_error_with_name): Likewise.
16101 * gnu-nat.c (gnu_ptrace_me): Check if call to PTRACE succeeded.
16102 * inf-ptrace.c (inf_ptrace_me): Likewise.
16103 * inferior.h (trace_start_error): New prototype.
16104 (trace_start_error_with_name): Likewise.
16105
16106 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
16107
16108 PR gdb/21164
16109 * psymtab.c (maintenance_print_psymbols): Verify if 'argv' is not
16110 NULL before using it.
16111 * symmisc.c (maintenance_print_symbols): Likewise.
16112 (maintenance_print_msymbols): Likewise.
16113
16114 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16115
16116 * NEWS: Add record Python bindings entry.
16117
16118 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16119
16120 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-record-btrace.o,
16121 py-record-full.o.
16122 (SUBDIR_PYTHON_SRCS): Add py-record-btrace.c, py-record-full.c.
16123 * python/py-record-btrace.c, python/py-record-btrace.h,
16124 python/py-record-full.c, python/py-record-full.h: New file.
16125 * python/py-record.c: Add include for py-record-btrace.h and
16126 py-record-full.h.
16127 (recpy_method, recpy_format, recpy_goto, recpy_replay_position,
16128 recpy_instruction_history, recpy_function_call_history, recpy_begin,
16129 recpy_end): Use functions from py-record-btrace.c and py-record-full.c.
16130 * python/python-internal.h (PyInt_FromSsize_t, PyInt_AsSsize_t):
16131 New definition.
16132 (gdbpy_initialize_btrace): New export.
16133 * python/python.c (_initialize_python): Add gdbpy_initialize_btrace.
16134
16135 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16136
16137 * Makefile.in (SUBDIR_PYTHON_OBS): Add python/py-record.o.
16138 (SUBDIR_PYTHON_SRCS): Add python/py-record.c.
16139 * python/py-record.c: New file.
16140 * python/python-internal.h (gdbpy_start_recording,
16141 gdbpy_current_recording, gdpy_stop_recording,
16142 gdbpy_initialize_record): New export.
16143 * python/python.c (_initialize_python): Add gdbpy_initialize_record.
16144 (python_GdbMethods): Add gdbpy_start_recording,
16145 gdbpy_current_recording and gdbpy_stop_recording.
16146
16147 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16148
16149 * record-btrace.c (record_btrace_record_method): New function.
16150 (init_record_btrace_ops): Initialize to_record_method.
16151 * record-full.c (record_full_record_method): New function.
16152 (init_record_full_ops, init_record_full_core_ops): Add
16153 record_full_record_method.
16154 * record.h (enum record_method): New enum.
16155 * target-debug.h (target_debug_print_enum_record_method: New define.
16156 * target-delegates.c: Regenerate.
16157 * target.c (target_record_method): New function.
16158 * target.h: Include record.h.
16159 (struct target_ops) <to_record_method>: New field.
16160 (target_record_method): New export.
16161
16162 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16163
16164 * record.h (record_start, record_stop): New export.
16165 * record.c (record_start, record_stop): New function.
16166
16167 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16168
16169 * btrace.c (btrace_fetch): Copy function call segments pointer
16170 into a vector.
16171 (btrace_clear): Clear the vector.
16172 (btrace_find_insn_by_number): Use binary search to find the correct
16173 function call segment.
16174 * btrace.h (brace_fun_p): New typedef.
16175 (struct btrace_thread_info) <functions>: New field.
16176
16177 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16178
16179 * record-btrace.c (btrace_ui_out_decode_error): Move most of it ...
16180 * btrace.c (btrace_decode_error): ... here. New function.
16181 * btrace.h (btrace_decode_error): New export.
16182
16183 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16184
16185 * btrace.c (ftrace_call_num_insn, btrace_insn_get_error): New function.
16186 (ftrace_new_function, btrace_insn_number, btrace_insn_cmp,
16187 btrace_find_insn_by_number): Remove special case for gaps.
16188 * btrace.h (btrace_insn_get_error): New export.
16189 (btrace_insn_number, btrace_find_insn_by_number): Adjust comment.
16190 * record-btrace.c (btrace_insn_history): Print number for gaps.
16191 (record_btrace_info, record_btrace_goto): Handle gaps.
16192
16193 2017-02-14 Tom Tromey <tom@tromey.com>
16194
16195 PR python/13598:
16196 * python/python.c (gdbpy_before_prompt_hook): Emit before_prompt
16197 event.
16198 * python/py-evts.c (gdbpy_initialize_py_events): Add
16199 before_prompt registry.
16200 * python/py-events.h (events_object) <before_prompt>: New field.
16201
16202 2017-02-14 Markus Metzger <markus.t.metzger@intel.com>
16203
16204 * btrace.c (ftrace_new_switch): Preserve up link and flags.
16205
16206 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
16207
16208 * symfile (_initialize_symfile): Add usage text to the load command's
16209 help text.
16210
16211 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
16212
16213 * utils.c (defaulted_query): Don't query on secondary UIs.
16214
16215 2017-02-10 Tom Tromey <tom@tromey.com>
16216
16217 * rust-lang.c (rust_get_disr_info): Remove unused variable.
16218
16219 2017-02-10 Tom Tromey <tom@tromey.com>
16220
16221 * python/py-value.c (valpy_richcompare_throw): Remove unnecessary
16222 "cleanup" local.
16223 * python/py-type.c (typy_legacy_template_argument): Remove
16224 unnecessary "cleanup" local.
16225
16226 2017-02-10 Tom Tromey <tom@tromey.com>
16227
16228 * python/python.c (do_start_initialization): New function, from
16229 _initialize_python.
16230 (_initialize_python): Call do_start_initialization.
16231 * python/py-linetable.c (ltpy_iternext): Use explicit returns, not
16232 goto.
16233
16234 2017-02-10 Tom Tromey <tom@tromey.com>
16235
16236 * python/py-prettyprint.c (pretty_print_one_value): Use
16237 gdbpy_ref.
16238
16239 2017-02-10 Tom Tromey <tom@tromey.com>
16240
16241 * python/py-cmd.c (cmdpy_destroyer): Use gdbpy_ref.
16242 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Use
16243 gdbpy_ref.
16244 * python/py-type.c (field_new): Use gdbpy_ref.
16245 * python/py-symtab.c (symtab_and_line_to_sal_object): Use
16246 gdbpy_ref.
16247 * python/py-progspace.c (pspy_new): Use gdbpy_ref.
16248 (py_free_pspace): Likewise.
16249 (pspace_to_pspace_object): Likewise.
16250 * python/py-objfile.c (objfpy_new): Use gdbpy_ref.
16251 (py_free_objfile): Likewise.
16252 (objfile_to_objfile_object): Likewise.
16253 * python/py-inferior.c (delete_thread_object): Use
16254 gdbpy_ref.
16255 (infpy_read_memory): Likewise.
16256 (py_free_inferior): Likewise.
16257 * python/py-evtregistry.c (create_eventregistry_object): Use
16258 gdbpy_ref.
16259 * python/py-event.c (create_event_object): Use gdbpy_ref.
16260
16261 2017-02-10 Tom Tromey <tom@tromey.com>
16262
16263 * python/py-ref.h (gdbpy_ref_policy): Now a template.
16264 (gdbpy_ref): Now a template; allow subclasses of PyObject to be
16265 used.
16266 * python/py-arch.c, python/py-bpevent.c, python/py-breakpoint.c,
16267 python/py-cmd.c, python/py-continueevent.c, python/py-event.c,
16268 python/py-exitedevent.c, python/py-finishbreakpoint.c,
16269 python/py-framefilter.c, python/py-function.c,
16270 python/py-inferior.c, python/py-infevents.c,
16271 python/py-linetable.c, python/py-newobjfileevent.c,
16272 python/py-param.c, python/py-prettyprint.c, python/py-ref.h,
16273 python/py-signalevent.c, python/py-stopevent.c,
16274 python/py-symbol.c, python/py-threadevent.c, python/py-type.c,
16275 python/py-unwind.c, python/py-utils.c, python/py-value.c,
16276 python/py-varobj.c, python/py-xmethods.c, python/python.c,
16277 varobj.c: Change gdbpy_ref to gdbpy_ref<>.
16278
16279 2017-02-10 Tom Tromey <tom@tromey.com>
16280
16281 * ui-out.h (ui_out_emit_type): New class.
16282 (ui_out_emit_tuple, ui_out_emit_list): New typedefs.
16283 * python/py-framefilter.c (py_print_single_arg): Use gdb::optional
16284 and ui_out_emit_tuple.
16285 (enumerate_locals): Likewise.
16286 (py_mi_print_variables, py_print_locals, py_print_args): Use
16287 ui_out_emit_list.
16288 (py_print_frame): Use gdb::optional, ui_out_emit_tuple,
16289 ui_out_emit_list.
16290 * common/gdb_optional.h: New file.
16291
16292 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
16293
16294 * MAINTAINERS (Write After Approval): Update my e-mail address.
16295
16296 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
16297
16298 PR gdb/21122
16299 * breakpoint.c (_initialize_breakpoint): Update the help description
16300 of the 'commands' command to indicate that it takes a list argument.
16301
16302 2017-02-09 Simon Marchi <simon.marchi@ericsson.com>
16303
16304 * interps.c (current_interp_set_logging): Remove "return".
16305
16306 2017-02-09 Gary Benson <gbenson@redhat.com>
16307
16308 * symtab.c (add_symtab_completions): Prevent NULL pointer
16309 dereference.
16310
16311 2017-02-08 Pedro Alves <palves@redhat.com>
16312
16313 * interps.c (interp::interp): Remove reference to quiet_p.
16314 (interp_set): Make static. Remove dead "Switching to" output
16315 code.
16316 (interp_quiet_p, interp_set_quiet): Delete.
16317 (interpreter_exec_cmd): Don't set the interpreter quiet.
16318 * interps.h (interp_quiet_p): Make static.
16319 (class interp) <quiet_p>: Remove field
16320
16321 2017-02-08 Jerome Guitton <guitton@adacore.com>
16322
16323 * cli/cli-decode.c (find_command_name_length): Make it extern.
16324 * cli/cli-decode.h (find_command_name_length): Declare.
16325 * cli/cli-script.c (command_name_equals, line_first_arg):
16326 New functions.
16327 (process_next_line): Use cli-decode to parse command names.
16328 (build_command_line): Make args a constant pointer.
16329
16330 2017-02-08 Jerome Guitton <guitton@adacore.com>
16331
16332 * cli-decode.c (lookup_cmd_1, lookup_cmd_composition):
16333 Remove case-insensitive search.
16334
16335 2017-02-07 Jose E. Marchesi <jose.marchesi@oracle.com>
16336
16337 * sparc-tdep.c (sparc32_gdbarch_init): Do not place a + operator
16338 at the end of the line. Avoids an ARI warning.
16339
16340 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
16341
16342 * NEWS: Mention support for record/replay of Intel 64 rdrand and
16343 rdseed instructions.
16344 i386-tdep.c (i386_process_record): Handle Intel 64 rdrand and rseed.
16345
16346 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
16347
16348 PR tdep/20936
16349 Provide and use sparc32 and sparc64 target description XML files.
16350 * features/sparc/sparc32-cp0.xml, features/sparc/sparc32-cpu.xml,
16351 features/sparc/sparc32-fpu.xml: New files for sparc 32-bit.
16352 * features/sparc/sparc64-cp0.xml, features/sparc/sparc64-cpu.xml,
16353 features/sparc/sparc64-fpu.xml: New files for sparc 64-bit.
16354 * features/sparc/sparc32-solaris.xml: New file.
16355 * features/sparc/sparc64-solaris.xml: New file.
16356 * features/sparc/sparc32-solaris.c: Generated.
16357 * features/sparc/sparc64-solaris.c: Generated.
16358 * sparc-tdep.h: Account for differences in target descriptions.
16359 * sparc-tdep.c (sparc32_register_name): Use target provided registers.
16360 (sparc32_register_type): Use target provided registers.
16361 (validate_tdesc_registers): New function.
16362 (sparc32_gdbarch_init): Use tdesc_has_registers.
16363 Set pseudoregister functions.
16364 * sparc64-tdep.c (sparc64_register_name): Use target provided registers.
16365 (sparc64_register_type): Use target provided registers.
16366 (sparc64_init_abi): Set pseudoregister functions.
16367
16368 2017-02-03 Tom Tromey <tom@tromey.com>
16369
16370 PR rust/21097:
16371 * rust-lang.c (rust_print_type) <TYPE_CODE_UNION>: Handle enums
16372 with a single member.
16373
16374 2017-02-03 Pedro Alves <palves@redhat.com>
16375
16376 * cli/cli-interp.c (cli_interp_base::cli_interp_base)
16377 (cli_interp_base::~cli_interp_base): New.
16378 (cli_interp): New struct.
16379 (as_cli_interp): Cast the interp itself to cli_interp.
16380 (cli_interpreter_pre_command_loop): Rename to ...
16381 (cli_interp_base::pre_command_loop): ... this. Remove 'self'
16382 parameter.
16383 (cli_interpreter_init): Rename to ...
16384 (cli_interp::init): ... this. Remove 'self' parameter. Use
16385 boolean. Make extern.
16386 (cli_interpreter_resume): Rename to ...
16387 (cli_interp::resume): ... this. Remove 'data' parameter. Make
16388 extern.
16389 (cli_interpreter_suspend): Rename to ...
16390 (cli_interp::suspend): ... this. Remove 'data' parameter. Make
16391 extern.
16392 (cli_interpreter_exec): Rename to ...
16393 (cli_interp::exec): ... this. Remove 'data' parameter. Make
16394 extern.
16395 (cli_interpreter_supports_command_editing): Rename to ...
16396 (cli_interp_base::supports_command_editing): ... this. Remove
16397 'interp' parameter. Make extern.
16398 (cli_ui_out): Rename to ...
16399 (cli_interp::interp_ui_out): ... this. Remove 'interp' parameter.
16400 Make extern.
16401 (cli_set_logging): Rename to ...
16402 (cli_interp_base::set_logging): ... this. Remove 'interp'
16403 parameter. Make extern.
16404 (cli_interp_procs): Delete.
16405 (cli_interp_factory): Adjust to use "new".
16406 * cli/cli-interp.h: Include "interps.h".
16407 (struct cli_interp_base): New struct.
16408 * interps.c (struct interp): Delete. Fields moved to interps.h.
16409 (interp_new): Delete.
16410 (interp::interp, interp::~interp): New.
16411 (interp_set): Use bool, and return void. Assume the interpreter
16412 has suspend, init and resume methods, and that the all return
16413 void.
16414 (set_top_level_interpreter): interp_set returns void.
16415 (interp_ui_out): Adapt.
16416 (current_interp_set_logging): Adapt.
16417 (interp_data): Delete.
16418 (interp_pre_command_loop, interp_supports_command_editing): Adapt.
16419 (interp_exec): Adapt.
16420 (top_level_interpreter_data): Delete.
16421 * interps.h (interp_init_ftype, interp_resume_ftype)
16422 (interp_suspend_ftype, interp_exec_ftype)
16423 (interp_pre_command_loop_ftype, interp_ui_out_ftype): Delete.
16424 (class interp): New.
16425 (interp_new): Delete.
16426 (interp_set): Now returns void. Use bool.
16427 (interp_data, top_level_interpreter_data): Delete.
16428 * mi/mi-common.h: Include interps.h.
16429 (class mi_interp): Inherit from interp. Define a ctor. Declare
16430 init, resume, suspect, exec, interp_ui_out, set_logging and
16431 pre_command_loop methods.
16432 * mi/mi-interp.c (as_mi_interp): Cast the interp itself.
16433 (mi_interpreter_init): Rename to ...
16434 (mi_interp::init): ... this. Remove the 'interp' parameter, use
16435 bool, return void and make extern. Adjust.
16436 (mi_interpreter_resume): ... Rename to ...
16437 (mi_interp::resume): ... this. Remove the 'data' parameter,
16438 return void and make extern. Adjust.
16439 (mi_interpreter_suspend): ... Rename to ...
16440 (mi_interp::suspend): ... this. Remove the 'data' parameter,
16441 return void and make extern. Adjust.
16442 (mi_interpreter_exec): ... Rename to ...
16443 (mi_interp::exec): ... this. Remove the 'data' parameter and make
16444 extern. Adjust.
16445 (mi_interpreter_pre_command_loop): ... Rename to ...
16446 (mi_interp::pre_command_loop): ... this. Remove the 'self'
16447 parameter and make extern.
16448 (mi_on_normal_stop_1): Adjust.
16449 (mi_ui_out): Rename to ...
16450 (mi_interp::interp_ui_out): ... this. Remove the 'interp'
16451 parameter and make extern. Adjust.
16452 (mi_set_logging): Rename to ...
16453 (mi_interp::set_logging): ... this. Remove the 'interp'
16454 parameter and make extern. Adjust.
16455 (mi_interp_procs): Delete.
16456 (mi_interp_factory): Adjust to use 'new'.
16457 * mi/mi-main.c (mi_cmd_gdb_exit, captured_mi_execute_command)
16458 (mi_print_exception, mi_execute_command, mi_load_progress):
16459 Adjust.
16460 * tui/tui-interp.c (tui_interp): New class.
16461 (as_tui_interp): Return a tui_interp pointer.
16462 (tui_on_normal_stop, tui_on_signal_received)
16463 (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
16464 (tui_on_no_history, tui_on_user_selected_context_changed): Adjust
16465 to use interp::interp_ui_out.
16466 (tui_init): Rename to ...
16467 (tui_interp::init): ... this. Remove the 'self' parameter, use
16468 bool, return void and make extern. Adjust.
16469 (tui_resume): Rename to ...
16470 (tui_interp::resume): ... this. Remove the 'data' parameter,
16471 return void and make extern. Adjust.
16472 (tui_suspend): Rename to ...
16473 (tui_interp::suspend): ... this. Remove the 'data' parameter,
16474 return void and make extern. Adjust.
16475 (tui_ui_out): Rename to ...
16476 (tui_interp::interp_ui_out): ... this. Remove the 'self'
16477 parameter, and make extern. Adjust.
16478 (tui_exec): Rename to ...
16479 (tui_interp::exec): ... this. Remove the 'data' parameter and
16480 make extern.
16481 (tui_interp_procs): Delete.
16482 (tui_interp_factory): Use "new".
16483
16484 2017-02-02 Tom Tromey <tom@tromey.com>
16485
16486 * rust-exp.y (ends_raw_string, space_then_number)
16487 (rust_identifier_start_p): Return bool.
16488 * rust-lang.c (rust_tuple_type_p, rust_underscore_fields)
16489 (rust_tuple_struct_type_p, rust_tuple_variant_type_p)
16490 (rust_slice_type_p, rust_range_type_p, rust_u8_type_p)
16491 (rust_chartype_p): Return bool.
16492 (val_print_struct, rust_print_struct_def, rust_print_type):
16493 Update.
16494 * rust-lang.h (rust_tuple_type_p, rust_tuple_struct_type_p):
16495 Return bool.
16496
16497 2017-02-02 Tom Tromey <tom@tromey.com>
16498
16499 * rust-lang.c: Reindent.
16500
16501 2017-02-02 Tom Tromey <tom@tromey.com>
16502
16503 * rust-lang.h (rust_crate_for_block): Update.
16504 * rust-lang.c (rust_crate_for_block): Return std::string.
16505 (rust_get_disr_info): Use std:;string, not
16506 gdb::unique_xmalloc_ptr.
16507 * rust-exp.y (crate_name): Update.
16508
16509 2017-02-02 Pedro Alves <palves@redhat.com>
16510
16511 * disasm-selftests.c (print_one_insn_test): Move the "verbose"
16512 field out of gdb_disassembler_test and make it static.
16513
16514 2017-02-02 Pedro Alves <palves@redhat.com>
16515
16516 * mi/mi-common.h (struct mi_interp): Delete the mi2_interp,
16517 mi1_interp and mi_interp fields.
16518
16519 2017-02-02 Pedro Alves <palves@redhat.com>
16520
16521 * cli/cli-interp.c (struct saved_output_files, saved_output):
16522 Moved from cli/cli-logging.c.
16523 (cli_set_logging): New function.
16524 (cli_interp_procs): Install cli_set_logging.
16525 * cli/cli-interp.h (make_logging_output, cli_set_logging):
16526 Declare.
16527 * cli/cli-logging.c (struct saved_output_files, saved_output):
16528 Moved to cli/cli-interp.c.
16529 (pop_output_files): Don't save outputs here.
16530 (make_logging_output): New function.
16531 (handle_redirections): Don't build tee nor save previous outputs
16532 here.
16533 * interps.c (current_interp_set_logging): Change prototype.
16534 Assume there's always a set_logging_proc method installed.
16535 * interps.h (interp_set_logging_ftype): Change prototype.
16536 (current_interp_set_logging): Change prototype and adjust comment.
16537 * mi/mi-interp.c (mi_set_logging): Change protototype. Adjust to
16538 use make_logging_output.
16539 * tui/tui-interp.c (tui_interp_procs): Install cli_set_logging.
16540 2017-02-02 Pedro Alves <palves@redhat.com>
16541
16542 * cli/cli-logging.c (maybe_warn_already_logging): New factored out
16543 from ...
16544 (set_logging_overwrite): ... here.
16545 (logging_no_redirect_file): Delete.
16546 (set_logging_redirect): Don't handle redirection on the fly.
16547 Instead warn that "logging off" / "logging on" is necessary.
16548 (pop_output_files): Delete references to logging_no_redirect_file.
16549 (show_logging_command): Always speak in terms of what will happen
16550 once logging is reenabled.
16551
16552 2017-02-02 Pedro Alves <palves@redhat.com>
16553
16554 * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
16555
16556 2017-02-02 Pedro Alves <palves@redhat.com>
16557
16558 * disasm.c (gdb_pretty_print_insn): Rename to ...
16559 (gdb_pretty_print_disassembler::pretty_print_insn): ... this.
16560 Remove gdbarch parameter. Adapt to clear the object's buffers
16561 instead of allocating new buffers, and to print using the object's
16562 gdb_disassembler instead of calling gdb_print_insn.
16563 (dump_insns): Use gdb_pretty_print_disassembler.
16564 * disasm.h (gdb_pretty_print_insn): Delete declaration.
16565 (gdb_pretty_print_disassembler): New class.
16566 * record-btrace.c (btrace_insn_history): Use
16567 gdb_pretty_print_disassembler.
16568
16569 2017-02-02 Pedro Alves <palves@redhat.com>
16570
16571 * ada-lang.c (type_as_string): Use string_file.
16572 * ada-valprint.c (ada_print_floating): Use string_file.
16573 * ada-varobj.c (ada_varobj_scalar_image)
16574 (ada_varobj_get_value_image): Use string_file.
16575 * aix-thread.c (aix_thread_extra_thread_info): Use string_file.
16576 * arm-tdep.c (_initialize_arm_tdep): Use string_printf.
16577 * breakpoint.c (update_inserted_breakpoint_locations)
16578 (insert_breakpoint_locations, reattach_breakpoints)
16579 (print_breakpoint_location, print_one_detail_ranged_breakpoint)
16580 (print_it_watchpoint): Use string_file.
16581 (save_breakpoints): Use stdio_file.
16582 * c-exp.y (oper): Use string_file.
16583 * cli/cli-logging.c (set_logging_redirect): Use ui_file_up and
16584 tee_file.
16585 (pop_output_files): Use delete.
16586 (handle_redirections): Use stdio_file and tee_file.
16587 * cli/cli-setshow.c (do_show_command): Use string_file.
16588 * compile/compile-c-support.c (c_compute_program): Use
16589 string_file.
16590 * compile/compile-c-symbols.c (generate_vla_size): Take a
16591 'string_file &' instead of a 'ui_file *'.
16592 (generate_c_for_for_one_variable): Take a 'string_file &' instead
16593 of a 'ui_file *'. Use string_file.
16594 (generate_c_for_variable_locations): Take a 'string_file &'
16595 instead of a 'ui_file *'.
16596 * compile/compile-internal.h (generate_c_for_for_one_variable):
16597 Take a 'string_file &' instead of a 'ui_file *'.
16598 * compile/compile-loc2c.c (push, pushf, unary, binary)
16599 (print_label, pushf_register_address, pushf_register)
16600 (do_compile_dwarf_expr_to_c): Take a 'string_file &' instead of a
16601 'ui_file *'. Adjust.
16602 * compile/compile.c (compile_to_object): Use string_file.
16603 * compile/compile.h (compile_dwarf_expr_to_c)
16604 (compile_dwarf_bounds_to_c): Take a 'string_file &' instead of a
16605 'ui_file *'.
16606 * cp-support.c (inspect_type): Use string_file and obstack_copy0.
16607 (replace_typedefs_qualified_name): Use string_file and
16608 obstack_copy0.
16609 * disasm.c (gdb_pretty_print_insn): Use string_file.
16610 (gdb_disassembly): Adjust reference the null_stream global.
16611 (do_ui_file_delete): Delete.
16612 (gdb_insn_length): Use null_stream.
16613 * dummy-frame.c (maintenance_print_dummy_frames): Use stdio_file.
16614 * dwarf2loc.c (dwarf2_compile_property_to_c)
16615 (locexpr_generate_c_location, loclist_generate_c_location): Take a
16616 'string_file &' instead of a 'ui_file *'.
16617 * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise.
16618 * dwarf2read.c (do_ui_file_peek_last): Delete.
16619 (dwarf2_compute_name): Use string_file.
16620 * event-top.c (gdb_setup_readline): Use stdio_file.
16621 * gdbarch.sh (verify_gdbarch): Use string_file.
16622 * gdbtypes.c (safe_parse_type): Use null_stream.
16623 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Use
16624 string_file.
16625 * guile/scm-disasm.c (gdbscm_print_insn_from_port): Take a
16626 'string_file *' instead of a 'ui_file *'.
16627 (gdbscm_arch_disassemble): Use string_file.
16628 * guile/scm-frame.c (frscm_print_frame_smob): Use string_file.
16629 * guile/scm-ports.c (class ioscm_file_port): Now a class that
16630 inherits from ui_file.
16631 (ioscm_file_port_delete, ioscm_file_port_rewind)
16632 (ioscm_file_port_put): Delete.
16633 (ioscm_file_port_write): Rename to ...
16634 (ioscm_file_port::write): ... this. Remove file_port_magic
16635 checks.
16636 (ioscm_file_port_new): Delete.
16637 (ioscm_with_output_to_port_worker): Use ioscm_file_port and
16638 ui_file_up.
16639 * guile/scm-type.c (tyscm_type_name): Use string_file.
16640 * guile/scm-value.c (vlscm_print_value_smob, gdbscm_value_print):
16641 Use string_file.
16642 * infcmd.c (print_return_value_1): Use string_file.
16643 * infrun.c (print_target_wait_results): Use string_file.
16644 * language.c (add_language): Use string_file.
16645 * location.c (explicit_to_string_internal): Use string_file.
16646 * main.c (captured_main_1): Use null_file.
16647 * maint.c (maintenance_print_architecture): Use stdio_file.
16648 * mi/mi-cmd-stack.c (list_arg_or_local): Use string_file.
16649 * mi/mi-common.h (struct mi_interp) <out, err, log, targ,
16650 event_channel>: Change type to mi_console_file pointer.
16651 * mi/mi-console.c (mi_console_file_fputs, mi_console_file_flush)
16652 (mi_console_file_delete): Delete.
16653 (struct mi_console_file): Delete.
16654 (mi_console_file_magic): Delete.
16655 (mi_console_file_new): Delete.
16656 (mi_console_file::mi_console_file): New.
16657 (mi_console_file_delete): Delete.
16658 (mi_console_file_fputs): Delete.
16659 (mi_console_file::write): New.
16660 (mi_console_raw_packet): Delete.
16661 (mi_console_file::flush): New.
16662 (mi_console_file_flush): Delete.
16663 (mi_console_set_raw): Rename to ...
16664 (mi_console_file::set_raw): ... this.
16665 * mi/mi-console.h (class mi_console_file): New class.
16666 (mi_console_file_new, mi_console_set_raw): Delete.
16667 * mi/mi-interp.c (mi_interpreter_init): Use mi_console_file.
16668 (mi_set_logging): Use delete and tee_file. Adjust.
16669 * mi/mi-main.c (output_register): Use string_file.
16670 (mi_cmd_data_evaluate_expression): Use string_file.
16671 (mi_cmd_data_read_memory): Use string_file.
16672 (mi_cmd_execute, print_variable_or_computed): Use string_file.
16673 * mi/mi-out.c (mi_ui_out::main_stream): New.
16674 (mi_ui_out::rewind): Use main_stream and
16675 string_file.
16676 (mi_ui_out::put): Use main_stream and string_file.
16677 (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
16678 Allocate a 'string_file' instead.
16679 (mi_out_new): Don't allocate a mem_fileopen stream here.
16680 * mi/mi-out.h (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
16681 (mi_ui_out::main_stream): Declare method.
16682 * printcmd.c (eval_command): Use string_file.
16683 * psymtab.c (maintenance_print_psymbols): Use stdio_file.
16684 * python/py-arch.c (archpy_disassemble): Use string_file.
16685 * python/py-breakpoint.c (bppy_get_commands): Use string_file.
16686 * python/py-frame.c (frapy_str): Use string_file.
16687 * python/py-framefilter.c (py_print_type, py_print_single_arg):
16688 Use string_file.
16689 * python/py-type.c (typy_str): Use string_file.
16690 * python/py-unwind.c (unwind_infopy_str): Use string_file.
16691 * python/py-value.c (valpy_str): Use string_file.
16692 * record-btrace.c (btrace_insn_history): Use string_file.
16693 * regcache.c (regcache_print): Use stdio_file.
16694 * reggroups.c (maintenance_print_reggroups): Use stdio_file.
16695 * remote.c (escape_buffer): Use string_file.
16696 * rust-lang.c (rust_get_disr_info): Use string_file.
16697 * serial.c (serial_open_ops_1): Use stdio_file.
16698 (do_serial_close): Use delete.
16699 * stack.c (print_frame_arg): Use string_file.
16700 (print_frame_args): Remove local mem_fileopen stream, not used.
16701 (print_frame): Use string_file.
16702 * symmisc.c (maintenance_print_symbols): Use stdio_file.
16703 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
16704 Take a 'string_file *' instead of a 'ui_file *'.
16705 * top.c (new_ui): Use stdio_file and stderr_file.
16706 (free_ui): Use delete.
16707 (execute_command_to_string): Use string_file.
16708 (quit_confirm): Use string_file.
16709 * tracepoint.c (collection_list::append_exp): Use string_file.
16710 * tui/tui-disasm.c (tui_disassemble): Use string_file.
16711 * tui/tui-file.c: Don't include "ui-file.h".
16712 (enum streamtype, struct tui_stream): Delete.
16713 (tui_file_new, tui_file_delete, tui_fileopen, tui_sfileopen)
16714 (tui_file_isatty, tui_file_rewind, tui_file_put): Delete.
16715 (tui_file::tui_file): New method.
16716 (tui_file_fputs): Delete.
16717 (tui_file_get_strbuf): Delete.
16718 (tui_file::puts): New method.
16719 (tui_file_adjust_strbuf): Delete.
16720 (tui_file_flush): Delete.
16721 (tui_file::flush): New method.
16722 * tui/tui-file.h: Tweak intro comment.
16723 Include ui-file.h.
16724 (tui_fileopen, tui_sfileopen, tui_file_get_strbuf)
16725 (tui_file_adjust_strbuf): Delete declarations.
16726 (class tui_file): New class.
16727 * tui/tui-io.c (tui_initialize_io): Use tui_file.
16728 * tui/tui-regs.c (tui_restore_gdbout): Use delete.
16729 (tui_register_format): Use string_stream.
16730 * tui/tui-stack.c (tui_make_status_line): Use string_file.
16731 (tui_get_function_from_frame): Use string_file.
16732 * typeprint.c (type_to_string): Use string_file.
16733 * ui-file.c (struct ui_file, ui_file_magic, ui_file_new): Delete.
16734 (null_stream): New global.
16735 (ui_file_delete): Delete.
16736 (ui_file::ui_file): New.
16737 (null_file_isatty): Delete.
16738 (ui_file::~ui_file): New.
16739 (null_file_rewind): Delete.
16740 (ui_file::printf): New.
16741 (null_file_put): Delete.
16742 (null_file_flush): Delete.
16743 (ui_file::putstr): New.
16744 (null_file_write): Delete.
16745 (ui_file::putstrn): New.
16746 (null_file_read): Delete.
16747 (ui_file::putc): New.
16748 (null_file_fputs): Delete.
16749 (null_file_write_async_safe): Delete.
16750 (ui_file::vprintf): New.
16751 (null_file_delete): Delete.
16752 (null_file::write): New.
16753 (null_file_fseek): Delete.
16754 (null_file::puts): New.
16755 (ui_file_data): Delete.
16756 (null_file::write_async_safe): New.
16757 (gdb_flush, ui_file_isatty): Adjust.
16758 (ui_file_put, ui_file_rewind): Delete.
16759 (ui_file_write): Adjust.
16760 (ui_file_write_for_put): Delete.
16761 (ui_file_write_async_safe, ui_file_read): Adjust.
16762 (ui_file_fseek): Delete.
16763 (fputs_unfiltered): Adjust.
16764 (set_ui_file_flush, set_ui_file_isatty, set_ui_file_rewind)
16765 (set_ui_file_put, set_ui_file_write, set_ui_file_write_async_safe)
16766 (set_ui_file_read, set_ui_file_fputs, set_ui_file_fseek)
16767 (set_ui_file_data): Delete.
16768 (string_file::~string_file, string_file::write)
16769 (struct accumulated_ui_file, do_ui_file_xstrdup, ui_file_xstrdup)
16770 (do_ui_file_as_string, ui_file_as_string): Delete.
16771 (do_ui_file_obsavestring, ui_file_obsavestring): Delete.
16772 (struct mem_file): Delete.
16773 (mem_file_new): Delete.
16774 (stdio_file::stdio_file): New.
16775 (mem_file_delete): Delete.
16776 (stdio_file::stdio_file): New.
16777 (mem_fileopen): Delete.
16778 (stdio_file::~stdio_file): New.
16779 (mem_file_rewind): Delete.
16780 (stdio_file::set_stream): New.
16781 (mem_file_put): Delete.
16782 (stdio_file::open): New.
16783 (mem_file_write): Delete.
16784 (stdio_file_magic, struct stdio_file): Delete.
16785 (stdio_file_new, stdio_file_delete, stdio_file_flush): Delete.
16786 (stdio_file::flush): New.
16787 (stdio_file_read): Rename to ...
16788 (stdio_file::read): ... this. Adjust.
16789 (stdio_file_write): Rename to ...
16790 (stdio_file::write): ... this. Adjust.
16791 (stdio_file_write_async_safe): Rename to ...
16792 (stdio_file::write_async_safe) ... this. Adjust.
16793 (stdio_file_fputs): Rename to ...
16794 (stdio_file::puts) ... this. Adjust.
16795 (stdio_file_isatty): Delete.
16796 (stdio_file_fseek): Delete.
16797 (stdio_file::isatty): New.
16798 (stderr_file_write): Rename to ...
16799 (stderr_file::write) ... this. Adjust.
16800 (stderr_file_fputs): Rename to ...
16801 (stderr_file::puts) ... this. Adjust.
16802 (stderr_fileopen, stdio_fileopen, gdb_fopen): Delete.
16803 (stderr_file::stderr_file): New.
16804 (tee_file_magic): Delete.
16805 (struct tee_file): Delete.
16806 (tee_file::tee_file): New.
16807 (tee_file_new): Delete.
16808 (tee_file::~tee_file): New.
16809 (tee_file_delete): Delete.
16810 (tee_file_flush): Rename to ...
16811 (tee_file::flush): ... this. Adjust.
16812 (tee_file_write): Rename to ...
16813 (tee_file::write): ... this. Adjust.
16814 (tee_file::write_async_safe): New.
16815 (tee_file_fputs): Rename to ...
16816 (tee_file::puts): ... this. Adjust.
16817 (tee_file_isatty): Rename to ...
16818 (tee_file::isatty): ... this. Adjust.
16819 * ui-file.h (struct obstack, struct ui_file): Don't
16820 forward-declare.
16821 (ui_file_new, ui_file_flush_ftype, set_ui_file_flush)
16822 (ui_file_write_ftype)
16823 (set_ui_file_write, ui_file_fputs_ftype, set_ui_file_fputs)
16824 (ui_file_write_async_safe_ftype, set_ui_file_write_async_safe)
16825 (ui_file_read_ftype, set_ui_file_read, ui_file_isatty_ftype)
16826 (set_ui_file_isatty, ui_file_rewind_ftype, set_ui_file_rewind)
16827 (ui_file_put_method_ftype, ui_file_put_ftype, set_ui_file_put)
16828 (ui_file_delete_ftype, set_ui_file_data, ui_file_fseek_ftype)
16829 (set_ui_file_fseek): Delete.
16830 (ui_file_data, ui_file_delete, ui_file_rewind)
16831 (struct ui_file): New.
16832 (ui_file_up): New.
16833 (class null_file): New.
16834 (null_stream): Declare.
16835 (ui_file_write_for_put, ui_file_put): Delete.
16836 (ui_file_xstrdup, ui_file_as_string, ui_file_obsavestring):
16837 Delete.
16838 (ui_file_fseek, mem_fileopen, stdio_fileopen, stderr_fileopen)
16839 (gdb_fopen, tee_file_new): Delete.
16840 (struct string_file): New.
16841 (struct stdio_file): New.
16842 (stdio_file_up): New.
16843 (struct stderr_file): New.
16844 (class tee_file): New.
16845 * ui-out.c (ui_out::field_stream): Take a 'string_file &' instead
16846 of a 'ui_file *'. Adjust.
16847 * ui-out.h (class ui_out) <field_stream>: Likewise.
16848 * utils.c (do_ui_file_delete, make_cleanup_ui_file_delete)
16849 (null_stream): Delete.
16850 (error_stream): Take a 'string_file &' instead of a 'ui_file *'.
16851 Adjust.
16852 * utils.h (struct ui_file): Delete forward declaration..
16853 (make_cleanup_ui_file_delete, null_stream): Delete declarations.
16854 (error_stream): Take a 'string_file &' instead of a
16855 'ui_file *'.
16856 * varobj.c (varobj_value_get_print_value): Use string_file.
16857 * xtensa-tdep.c (xtensa_verify_config): Use string_file.
16858 * gdbarch.c: Regenerate.
16859
16860 2017-02-02 Pedro Alves <palves@redhat.com>
16861
16862 * disasm.c (gdb_disassembler::pretty_print_insn): Rename to...
16863 (gdb_pretty_print_insn): ... this. Now a free function. Add back
16864 a 'gdbarch' parameter. Allocate a mem_fileopen stream here.
16865 Adjust to call gdb_print_insn instead of
16866 gdb_disassembler::print_insn.
16867 (dump_insns, do_mixed_source_and_assembly_deprecated)
16868 (do_mixed_source_and_assembly, do_assembly_only): Add back a
16869 'gdbarch' parameter. Remove gdb_disassembler parameter.
16870 (gdb_disassembly): Don't allocate a gdb_disassembler here.
16871 * disasm.h (gdb_disassembler::pretty_print_insn): Delete
16872 declaration.
16873 (gdb_pretty_print_insn): Re-add declaration.
16874 * record-btrace.c (btrace_insn_history): Don't allocate a
16875 gdb_disassembler here. Adjust to call gdb_pretty_print_insn.
16876
16877 2017-02-01 Simon Marchi <simon.marchi@polymtl.ca>
16878
16879 * disasm.h (gdb_disassembly): Remove file_string parameter.
16880 * disasm.c (gdb_disassembly): Likewise.
16881 * cli/cli-cmds.c (print_disassembly): Adapt.
16882 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
16883 * stack.c (do_gdb_disassembly): Likewise.
16884
16885 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16886
16887 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): For
16888 DWARF_VALUE_LITERAL, no longer ignore the offset on big-endian
16889 targets. And if the implicit value is longer than needed, extract
16890 the first bytes instead of the "least significant" ones.
16891
16892 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
16893
16894 * btrace.c (btrace_enable): Do not call btrace_add_pc for
16895 BTRACE_FORMAT_PT or if can_access_registers_ptid returns false.
16896 (btrace_fetch): Assert can_access_registers_ptid.
16897 * record-btrace.c (require_btrace_thread, record_btrace_info): Call
16898 validate_registers_access.
16899
16900 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
16901
16902 * gdbthread.h (can_access_registers_ptid): New.
16903 * thread.c (can_access_registers_ptid): New.
16904
16905 2017-02-01 Pedro Alves <palves@redhat.com>
16906
16907 * i386-tdep.c (i386_fast_tracepoint_valid_at): Use gdb_insn_length.
16908
16909 2017-01-31 Pedro Alves <palves@redhat.com>
16910
16911 * mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified):
16912 Fix typos.
16913
16914 2017-01-31 Pedro Alves <palves@redhat.com>
16915
16916 * stack.c (print_frame_args): Remove local mem_fileopen stream,
16917 not used.
16918
16919 2017-01-31 Pedro Alves <palves@redhat.com>
16920
16921 * varobj.c (varobj_value_get_print_value): Remove xstrdup call.
16922
16923 2017-01-31 Pedro Alves <palves@redhat.com>
16924
16925 * common/scoped_restore.h
16926 (scoped_restore_tmpl::scoped_restore_tmpl): Template on T2, and
16927 change the value's parameter type to T2.
16928 (make_scoped_restore): Likewise.
16929
16930 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
16931 Richard Henderson <rth@redhat.com>
16932
16933 * amd64-linux-nat.c (PTRACE_ARCH_PRCTL): New define.
16934 (amd64_linux_fetch_inferior_registers): Add case to fetch FS_BASE
16935 GS_BASE for older kernels.
16936 (amd64_linux_store_inferior_registers): Add case to store FS_BASE
16937 GS_BASE for older kernels.
16938 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Add FS_BASE
16939 and GS_BASE to the offset table.
16940 (amd64_linux_register_reggroup_p): Add FS_BASE and GS_BASE to the
16941 system register group.
16942 * amd64-nat.c (amd64_native_gregset_reg_offset): Implements case
16943 for older kernels.
16944 * amd64-tdep.c (amd64_init_abi): Add segment registers for the
16945 amd64 ABI.
16946 * amd64-tdep.h (amd64_regnum): Add AMD64_FSBASE_REGNUM and
16947 AMD64_GSBASE_REGNUM.
16948 (AMD64_NUM_REGS): Set to AMD64_GSBASE_REGNUM + 1.
16949 * features/Makefile (amd64-linux.dat, amd64-avx-linux.dat)
16950 (amd64-mpx-linux.dat, amd64-avx512-linux.dat, x32-linux.dat)
16951 (x32-avx-linux.dat, x32-avx512-linux.dat): Add
16952 i386/64bit-segments.xml in those rules.
16953 * features/i386/64bit-segments.xml: New file.
16954 * features/i386/amd64-avx-mpx-linux.xml: Add 64bit-segments.xml.
16955 * features/i386/amd64-avx-linux.xml: Add 64bit-segments.xml.
16956 * features/i386/amd64-avx512-linux.xml: Add 64bit-segments.xml.
16957 * features/i386/amd64-mpx-linux.xml: Add 64bit-segments.xml.
16958 * features/i386/x32-avx512-linux.xml: Add 64bit-segments.xml.
16959 * features/i386/x32-avx-linux.xml: Add 64bit-segments.xml.
16960 * features/i386/amd64-linux.xml: Add 64bit-segments.xml.
16961 * features/i386/amd64-avx-linux.c: Regenerated.
16962 * features/i386/amd64-avx-mpx-linux.c: Regenerated.
16963 * features/i386/amd64-avx-mpx.c: Regenerated.
16964 * features/i386/amd64-avx512-linux.c: Regenerated.
16965 * features/i386/amd64-linux.c: Regenerated.
16966 * features/i386/amd64-mpx-linux.c: Regenerated.
16967 * features/i386/i386-avx-mpx-linux.c: Regenerated.
16968 * features/i386/i386-avx-mpx.c: Regenerated.
16969 * features/i386/x32-avx-linux.c: Regenerated.
16970 * features/i386/x32-avx512-linux.c: Regenerated.
16971 * regformats/i386/amd64-avx-linux.dat: Regenerated.
16972 * regformats/i386/amd64-avx-mpx-linux.dat: Regenerated.
16973 * regformats/i386/amd64-avx512-linux.dat: Regenerated.
16974 * regformats/i386/amd64-linux.dat: Regenerated.
16975 * regformats/i386/amd64-mpx-linux.dat: Regenerated.
16976 * regformats/i386/x32-avx-linux.dat: Regenerated.
16977 * regformats/i386/x32-avx512-linux.dat: Regenerated.
16978 * regformats/i386/x32-linux.dat: Regenerated.
16979
16980 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
16981
16982 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM):
16983 Set to AMD64_NUM_REGS.
16984
16985 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
16986
16987 * amd64-nat.c (amd64_native_gregset_reg_offset): Simplify logic
16988 that checks validity of a register number.
16989
16990 2017-01-27 Kees Cook <keescook@google.com>
16991
16992 * gdb/arm-linux-nat.c (arm_linux_fetch_inferior_registers): Call
16993 fetch_fpregs if target has fpa registers.
16994 (arm_linux_store_inferior_registers): Call store_fpregs if target
16995 has fpa registers.
16996
16997 2017-01-26 Andreas Arnez <arnez@linux.vnet.ibm.com>
16998
16999 * cris-tdep.c (cris_gdbarch_init): Remove check for
17000 info.byte_order and force it to BFD_ENDIAN_LITTLE.
17001
17002 2017-01-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17003
17004 * corelow.c (get_core_register_section): Check for regset
17005 existence before checking for REGSET_VARIABLE_SIZE.
17006
17007 2017-01-26 Yao Qi <yao.qi@linaro.org>
17008 Pedro Alves <palves@redhat.com>
17009
17010 PR gdb/20939
17011 * disasm.c (gdb_disassembler::dis_asm_memory_error): Don't
17012 call memory_error, save memaddr instead.
17013 (gdb_disassembler::print_insn): If gdbarch_print_insn returns
17014 negative, cal memory_error.
17015 * disasm.h (gdb_disassembler) <m_err_memaddr>: New field.
17016
17017 2017-01-26 Yao Qi <yao.qi@linaro.org>
17018
17019 * disasm-selftests.c (memory_error_test): New function.
17020 (_initialize_disasm_selftests): Register memory_error_test.
17021
17022 2017-01-26 Yao Qi <yao.qi@linaro.org>
17023
17024 * Makefile.in (SFILES): Add disasm-selftests.c and
17025 selftest-arch.c.
17026 (COMMON_OBS): Add disasm-selftests.o and selftest-arch.o.
17027 * disasm-selftests.c: New file.
17028 * selftest-arch.c: New file.
17029 * selftest-arch.h: New file.
17030
17031 2017-01-26 Yao Qi <yao.qi@linaro.org>
17032
17033 * mep-tdep.c (mep_gdb_print_insn): Set info->arch
17034 to bfd_arch_mep. Don't return 0 if section is not
17035 found. Call print_insn_mep.
17036
17037 2017-01-26 Pedro Alves <palves@redhat.com>
17038 Yao Qi <yao.qi@linaro.org>
17039
17040 * arm-tdep.c: Include "disasm.h".
17041 (gdb_print_insn_arm): Update code to get gdbarch.
17042 * disasm.c (dis_asm_read_memory): Change it to
17043 gdb_disassembler::dis_asm_read_memory.
17044 (dis_asm_memory_error): Likewise.
17045 (dis_asm_print_address): Likewise.
17046 (gdb_pretty_print_insn): Change it to
17047 gdb_disassembler::pretty_print_insn.
17048 (dump_insns): Add one argument gdb_disassemlber. All
17049 callers updated.
17050 (do_mixed_source_and_assembly_deprecated): Likewise.
17051 (do_mixed_source_and_assembly): Likewise.
17052 (do_assembly_only): Likewise.
17053 (gdb_disassembler::gdb_disassembler): New.
17054 (gdb_disassembler::print_insn): New.
17055 * disasm.h (class gdb_disassembler): New.
17056 (gdb_pretty_print_insn): Remove declaration.
17057 (gdb_disassemble_info): Likewise.
17058 * guile/scm-disasm.c (class gdbscm_disassembler): New.
17059 (gdbscm_disasm_read_memory_worker): Update.
17060 (gdbscm_disasm_read_memory): Update.
17061 (gdbscm_disasm_memory_error): Remove.
17062 (gdbscm_disasm_print_address): Remove.
17063 (gdbscm_disassembler::gdbscm_disassembler): New.
17064 (gdbscm_print_insn_from_port): Update.
17065 * mips-tdep.c: Include disasm.h.
17066 (gdb_print_insn_mips): Update code to get gdbarch.
17067 * record-btrace.c (btrace_insn_history): Update.
17068 * spu-tdep.c: Include disasm.h.
17069 (struct spu_dis_asm_data): Remove.
17070 (struct spu_dis_asm_info): New.
17071 (spu_dis_asm_print_address): Use spu_dis_asm_info to get
17072 SPU id.
17073 (gdb_print_insn_spu): Cast disassemble_info to
17074 spu_dis_asm_info.
17075
17076 2017-01-26 Yao Qi <yao.qi@linaro.org>
17077
17078 * disasm.c (do_ui_file_delete): Delete.
17079 (gdb_insn_length): Move code creating stream to ...
17080 * utils.c (null_stream): ... here. New function.
17081 * utils.h (null_stream): Declare.
17082
17083 2017-01-23 Simon Marchi <simon.marchi@polymtl.ca>
17084
17085 * python/py-inferior.c (find_thread_object): Return directly
17086 from the loop. Remove "found" variable.
17087
17088 2017-01-21 Joel Brobecker <brobecker@adacore.com>
17089
17090 GDB 7.12.1 released.
17091
17092 2017-01-20 Simon Marchi <simon.marchi@ericsson.com>
17093
17094 * python/py-function.c (fnpy_call): Reorder declarations to have
17095 the gdbpy_enter object declared first.
17096 * python/py-xmethods.c (gdbpy_get_xmethod_arg_types): Likewise.
17097
17098 2017-01-20 Simon Marchi <simon.marchi@ericsson.com>
17099
17100 PR python/21068
17101 * python/python-internal.h (PyMem_RawMalloc): Define for
17102 Python < 3.4.
17103 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Use
17104 PyMem_RawMalloc instead of PyMem_Malloc.
17105
17106 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
17107 Luis Machado <lgustavo@codesourcery.com>
17108
17109 * NEWS (New commands): Mention flash-erase.
17110 (New MI commands): Mention target-flash-erase.
17111 * mi/mi-cmds.c (mi_cmd_target_flash_erase): Add target-flash-erase MI
17112 command.
17113 * mi/mi-cmds.h (mi_cmd_target_flash_erase): New declaration.
17114 * mi/mi-main.c (mi_cmd_target_flash_erase): New function.
17115 * target.c (flash_erase_command): New function.
17116 (initialize_targets): Add new flash-erase command.
17117 * target.h (flash_erase_command): New declaration.
17118
17119 2017-01-20 Joel Brobecker <brobecker@adacore.com>
17120
17121 * nat/linux-ptrace.c: Only include <sys/procfs.h> if
17122 HAVE_SYS_PROCFS_H is defined.
17123
17124 2017-01-18 Alan Hayward <alan.hayward@arm.com>
17125
17126 * remote.c (struct cached_reg): Change data into a pointer.
17127 * (stop_reply_dtr): Free data pointers before deleting vector.
17128 (process_stop_reply): Likewise.
17129 (remote_parse_stop_reply): Allocate space for data
17130
17131 2017-01-18 Alan Hayward <alan.hayward@arm.com>
17132
17133 * amd64-tdep.c (amd64_pseudo_register_read_value): remove
17134 MAX_REGISTER_SIZE.
17135 (amd64_pseudo_register_read_value): Likewise.
17136 * remote.c (fetch_register_using_p): Remove MAX_REGISTER_SIZE.
17137 (store_register_using_P): Likewise.
17138 * regcache.c (regcache_xfer_part): Likewise.
17139
17140 2017-01-16 Ivo Raisr <ivo.raisr@oracle.com>
17141
17142 Split real and pseudo registers.
17143 * sparc-tdep.h (SPARC_CORE_REGISTERS): New macro.
17144 (sparc32_pseudo_regnum): New enum.
17145 * sparc64-tdep.h (sparc64_pseudo_regnum): New enum.
17146 * sparc-tdep.c (SPARC32_FPU_REGISTERS): New macro.
17147 (SPARC32_CP0_REGISTERS): New macro.
17148 (sparc32_pseudo_register_name): New function.
17149 (sparc32_register_name): Use sparc32_pseudo_register_name.
17150 (sparc32_pseudo_register_type): New function.
17151 (sparc32_register_type): Use sparc32_pseudo_register_type.
17152 (sparc32_pseudo_register_read, sparc32_pseudo_register_write): Handle
17153 pseudo register numbers.
17154 * sparc64-tdep.c SPARC64_FPU_REGISTERS): New macro.
17155 (SPARC64_CP0_REGISTERS): New macro.
17156 (sparc64_pseudo_register_name): New function.
17157 (sparc64_register_name): Use sparc64_pseudo_register_name.
17158 (sparc64_pseudo_register_type): New function.
17159 (sparc64_register_type): Use sparc64_pseudo_register_type.
17160 (sparc64_pseudo_register_read, sparc64_pseudo_register_write): Handle
17161 pseudo register numbers.
17162 (sparc64_store_floating_fields, sparc64_extract_floating_fields,
17163 sparc64_store_arguments): Handle pseudo register numbers.
17164
17165 2017-01-13 Yao Qi <yao.qi@linaro.org>
17166
17167 * remote.c (REMOTE_DEBUG_MAX_CHAR): New macro.
17168 (putpkt_binary): Print only REMOTE_DEBUG_MAX_CHAR chars in debug
17169 output.
17170 (getpkt_or_notif_sane_1): Likewise.
17171
17172 2017-01-13 Yao Qi <yao.qi@linaro.org>
17173
17174 * Makefile.in (checker-headers): Use CXX and CXX_DIALET instead
17175 of CC. Pass "-x c++-header" instead of "-x c".
17176
17177 2017-01-12 Simon Marchi <simon.marchi@ericsson.com>
17178
17179 * remote.c (remote_can_async_p): Update comment.
17180
17181 2017-01-12 Simon Marchi <simon.marchi@ericsson.com>
17182
17183 * linux-nat.c (linux_nat_can_async_p): Update comment.
17184
17185 2017-01-12 Simon Marchi <simon.marchi@ericsson.com>
17186
17187 * serial.c (serial_open): Forget about "pc" and "lpt" serial interface.
17188
17189 2017-01-11 Simon Marchi <simon.marchi@ericsson.com>
17190
17191 * cli/cli-decode.c (lookup_cmd_1): Fix typo in comment.
17192
17193 2017-01-10 Tom Tromey <tom@tromey.com>
17194
17195 * python/py-type.c (typy_legacy_template_argument): Update.
17196 * cp-support.h (struct demangle_parse_info) (demangle_parse_info,
17197 ~demangle_parse_info): Declare new members.
17198 (cp_demangled_name_to_comp): Return unique_ptr.
17199 (cp_demangled_name_parse_free)
17200 (make_cleanup_cp_demangled_name_parse_free)
17201 (cp_new_demangle_parse_info): Remove.
17202 * cp-support.c (do_demangled_name_parse_free_cleanup)
17203 (make_cleanup_cp_demangled_name_parse_free): Remove.
17204 (inspect_type, cp_canonicalize_string_full)
17205 (cp_canonicalize_string): Update.
17206 (mangled_name_to_comp): Change return type.
17207 (cp_class_name_from_physname, method_name_from_physname)
17208 (cp_func_name, cp_remove_params): Update.
17209 * cp-name-parser.y (demangle_parse_info): New constructor, from
17210 cp_new_demangle_parse_info.
17211 (~demangle_parse_info): New destructor, from
17212 cp_demangled_name_parse_free.
17213 (cp_merge_demangle_parse_infos): Update.
17214 (cp_demangled_name_to_comp): Change return type.
17215
17216 2017-01-10 Tom Tromey <tom@tromey.com>
17217
17218 * top.c (prevent_dont_repeat): Change return type.
17219 * python/python.c (execute_gdb_command): Use std::string.
17220 Update.
17221 * guile/guile.c (gdbscm_execute_gdb_command): Update.
17222 * command.h (prevent_dont_repeat): Change return type.
17223 * breakpoint.c (bpstat_do_actions_1): Update.
17224
17225 2017-01-10 Tom Tromey <tom@tromey.com>
17226
17227 * value.h (scoped_value_mark::~scoped_value_mark): Call
17228 free_to_mark.
17229 (scoped_value_mark::free_to_mark): New method.
17230 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
17231 scoped_value_mark.
17232
17233 2017-01-10 Tom Tromey <tom@tromey.com>
17234
17235 * python/py-value.c (valpy_dereference, valpy_referenced_value)
17236 (valpy_reference_value, valpy_const_value, valpy_get_address)
17237 (valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
17238 (valpy_getitem, valpy_call, valpy_binop_throw, valpy_negative)
17239 (valpy_absolute, valpy_richcompare_throw): Use scoped_value_mark.
17240 * dwarf2loc.c (dwarf2_loc_desc_get_symbol_read_needs): Use
17241 scoped_value_mark.
17242 * dwarf2-frame.c (execute_stack_op): Use scoped_value_mark.
17243 * value.h (scoped_value_mark): New class.
17244
17245 2017-01-10 Tom Tromey <tom@tromey.com>
17246
17247 * dwarf2read.c (dwarf2_build_psymtabs): Use psymtab_discarder.
17248 * psympriv.h (make_cleanup_discard_psymtabs): Don't declare.
17249 * psymtab.c (discard_psymtabs_upto): Remove.
17250 (make_cleanup_discard_psymtabs): Remove.
17251 (struct psymtab_state): Remove.
17252
17253 2017-01-10 Tom Tromey <tom@tromey.com>
17254
17255 * record-full.c (record_full_save_cleanups): Remove.
17256 (record_full_save): Use gdb::unlinker.
17257 * gcore.c (do_bfd_delete_cleanup): Remove.
17258 (gcore_command): Use gdb::unlinker, unique_xmalloc_ptr. Remove
17259 cleanups.
17260 * dwarf2read.c (unlink_if_set): Remove.
17261 (write_psymtabs_to_index): Use gdb::unlinker.
17262 * common/gdb_unlinker.h: New file.
17263
17264 2017-01-10 Tom Tromey <tom@tromey.com>
17265
17266 * windows-tdep.c (windows_xfer_shared_library): Update.
17267 * windows-nat.c (windows_make_so): Update.
17268 * utils.h (make_cleanup_bfd_unref): Remove.
17269 * utils.c (do_bfd_close_cleanup, make_cleanup_bfd_unref): Remove.
17270 * symfile.h (symfile_bfd_open)
17271 (find_separate_debug_file_in_section): Return gdb_bfd_ref_ptr.
17272 * symfile.c (read_symbols, symbol_file_add)
17273 (separate_debug_file_exists): Update.
17274 (symfile_bfd_open): Return gdb_bfd_ref_ptr.
17275 (generic_load, reread_symbols): Update.
17276 * symfile-mem.c (symbol_file_add_from_memory): Update.
17277 * spu-linux-nat.c (spu_bfd_open): Return gdb_bfd_ref_ptr.
17278 (spu_symbol_file_add_from_memory): Update.
17279 * solist.h (struct target_so_ops) <bfd_open>: Return
17280 gdb_bfd_ref_ptr.
17281 (solib_bfd_fopen, solib_bfd_open): Return gdb_bfd_ref_ptr.
17282 * solib.c (solib_bfd_fopen, solib_bfd_open): Return
17283 gdb_bfd_ref_ptr.
17284 (solib_map_sections, reload_shared_libraries_1): Update.
17285 * solib-svr4.c (enable_break): Update.
17286 * solib-spu.c (spu_bfd_fopen): Return gdb_bfd_ref_ptr.
17287 * solib-frv.c (enable_break2): Update.
17288 * solib-dsbt.c (enable_break): Update.
17289 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): Return
17290 gdb_bfd_ref_ptr.
17291 (darwin_solib_get_all_image_info_addr_at_init): Update.
17292 (darwin_bfd_open): Return gdb_bfd_ref_ptr.
17293 * solib-aix.c (solib_aix_bfd_open): Return gdb_bfd_ref_ptr.
17294 * record-full.c (record_full_save): Update.
17295 * python/py-objfile.c (objfpy_add_separate_debug_file): Update.
17296 * procfs.c (insert_dbx_link_bpt_in_file): Update.
17297 * minidebug.c (find_separate_debug_file_in_section): Return
17298 gdb_bfd_ref_ptr.
17299 * machoread.c (macho_add_oso_symfile): Change abfd to
17300 gdb_bfd_ref_ptr.
17301 (macho_symfile_read_all_oso): Update.
17302 (macho_check_dsym): Return gdb_bfd_ref_ptr.
17303 (macho_symfile_read): Update.
17304 * jit.c (bfd_open_from_target_memory): Return gdb_bfd_ref_ptr.
17305 (jit_bfd_try_read_symtab): Update.
17306 * gdb_bfd.h (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
17307 (gdb_bfd_openw, gdb_bfd_openr_iovec)
17308 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
17309 gdb_bfd_ref_ptr.
17310 (gdb_bfd_ref_policy): New struct.
17311 (gdb_bfd_ref_ptr): New typedef.
17312 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
17313 (gdb_bfd_openw, gdb_bfd_openr_iovec)
17314 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
17315 gdb_bfd_ref_ptr.
17316 * gcore.h (create_gcore_bfd): Return gdb_bfd_ref_ptr.
17317 * gcore.c (create_gcore_bfd): Return gdb_bfd_ref_ptr.
17318 (gcore_command): Update.
17319 * exec.c (exec_file_attach): Update.
17320 * elfread.c (elf_symfile_read): Update.
17321 * dwarf2read.c (dwarf2_get_dwz_file): Update.
17322 (try_open_dwop_file, open_dwo_file): Return gdb_bfd_ref_ptr.
17323 (open_and_init_dwo_file): Update.
17324 (open_dwp_file): Return gdb_bfd_ref_ptr.
17325 (open_and_init_dwp_file): Update.
17326 * corelow.c (core_open): Update.
17327 * compile/compile-object-load.c (compile_object_load): Update.
17328 * common/gdb_ref_ptr.h (ref_ptr::operator->): New operator.
17329 * coffread.c (coff_symfile_read): Update.
17330 * cli/cli-dump.c (bfd_openr_or_error, bfd_openw_or_error): Return
17331 gdb_bfd_ref_ptr. Rename.
17332 (dump_bfd_file, restore_command): Update.
17333 * build-id.h (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
17334 * build-id.c (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
17335 (find_separate_debug_file_by_buildid): Update.
17336
17337 2017-01-10 Tom Tromey <tom@tromey.com>
17338
17339 * common/gdb_ref_ptr.h: New file.
17340 * python/py-ref.h (struct gdbpy_ref_policy): New.
17341 (gdbpy_ref): Now a typedef.
17342
17343 2017-01-10 Tom Tromey <tom@tromey.com>
17344
17345 * utils.h (make_cleanup_htab_delete): Don't declare.
17346 * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete):
17347 Remove.
17348 * linespec.c (decode_compound_collector): Add constructor,
17349 destructor.
17350 (lookup_prefix_sym): Remove cleanup.
17351 (symtab_collector): Add constructor, destructor.
17352 (collect_symtabs_from_filename): Remove cleanup.
17353 * disasm.c (do_mixed_source_and_assembly): Use htab_up.
17354 * compile/compile-c-symbols.c (generate_c_for_variable_locations):
17355 Use htab_up.
17356 * gnu-v3-abi.c (gnuv3_print_vtable): Use htab_up.
17357 * dwarf2read.c (dw2_expand_symtabs_matching)
17358 (dw2_map_symbol_filenames, dwarf_decode_macros)
17359 (write_psymtabs_to_index): Use htab_up.
17360 * dwarf2loc.c (func_verify_no_selftailcall)
17361 (call_site_find_chain_1, func_verify_no_selftailcall)
17362 (chain_candidate, call_site_find_chain_1): Use std::unordered_set,
17363 std::vector, gdb::unique_xmalloc_ptr.
17364 (call_sitep): Remove typedef.
17365 (dwarf2_locexpr_baton_eval): Remove unused variable.
17366
17367 2017-01-10 Tom Tromey <tom@tromey.com>
17368
17369 * python/python-internal.h (make_cleanup_py_decref)
17370 (make_cleanup_py_xdecref): Don't declare.
17371 * python/py-utils.c (py_decref, make_cleanup_py_decref)
17372 (py_xdecref, make_cleanup_py_xdecref): Remove.
17373
17374 2017-01-10 Tom Tromey <tom@tromey.com>
17375
17376 * python/py-framefilter.c (py_mi_print_variables): Use gdbpy_ref.
17377 (py_print_locals, enumerate_locals, py_print_args): Use gdbpy_ref.
17378
17379 2017-01-10 Tom Tromey <tom@tromey.com>
17380
17381 * python/py-framefilter.c (enumerate_args): Use gdbpy_ref.
17382
17383 2017-01-10 Tom Tromey <tom@tromey.com>
17384
17385 * python/py-utils.c (unicode_to_encoded_string)
17386 (python_string_to_target_string)
17387 (python_string_to_target_python_string)
17388 (python_string_to_host_string, gdbpy_obj_to_string)
17389 (get_addr_from_python): Use gdbpy_ref.
17390
17391 2017-01-10 Tom Tromey <tom@tromey.com>
17392
17393 * python/py-unwind.c (pyuw_object_attribute_to_pointer): Use
17394 gdbpy_ref.
17395
17396 2017-01-10 Tom Tromey <tom@tromey.com>
17397
17398 * python/python.c (eval_python_command, gdbpy_decode_line)
17399 (gdbpy_run_events, gdbpy_start_type_printers)
17400 (gdbpy_apply_type_printers): Use gdbpy_ref.
17401
17402 2017-01-10 Tom Tromey <tom@tromey.com>
17403
17404 * python/py-param.c (get_doc_string, compute_enum_values): Use
17405 gdbpy_ref.
17406
17407 2017-01-10 Tom Tromey <tom@tromey.com>
17408
17409 * python/py-inferior.c (find_thread_object, build_inferior_list):
17410 Use gdbpy_ref.
17411
17412 2017-01-10 Tom Tromey <tom@tromey.com>
17413
17414 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
17415
17416 2017-01-10 Tom Tromey <tom@tromey.com>
17417
17418 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope): Use
17419 gdbpy_ref.
17420
17421 2017-01-10 Tom Tromey <tom@tromey.com>
17422
17423 * python/py-cmd.c (cmdpy_completer_helper): Use gdbpy_ref. Remove
17424 extra incref.
17425 (cmdpy_completer_handle_brkchars, cmdpy_completer, cmdpy_init):
17426 Use gdbpy_ref.
17427
17428 2017-01-10 Tom Tromey <tom@tromey.com>
17429
17430 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
17431 gdbpy_ref.
17432
17433 2017-01-10 Tom Tromey <tom@tromey.com>
17434
17435 * python/py-arch.c (archpy_disassemble): Use gdbpy_ref. Don't
17436 decref results of PyArg_ParseTupleAndKeywords.
17437
17438 2017-01-10 Tom Tromey <tom@tromey.com>
17439
17440 * python/python.c (python_run_simple_file): Use
17441 unique_xmalloc_ptr, gdbpy_ref.
17442
17443 2017-01-10 Tom Tromey <tom@tromey.com>
17444
17445 * python/py-prettyprint.c (print_stack_unless_memory_error)
17446 (print_string_repr, print_children): Use gdbpy_ref.
17447 (dummy_python_frame): New class.
17448 (dummy_python_frame::dummy_python_frame): Rename from
17449 push_dummy_python_frame.
17450 (py_restore_tstate): Remove.
17451
17452 2017-01-10 Tom Tromey <tom@tromey.com>
17453
17454 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
17455
17456 2017-01-10 Tom Tromey <tom@tromey.com>
17457
17458 * python/python.c (ensure_python_env, restore_python_env):
17459 Remove.
17460 * python/python-internal.h (ensure_python_env): Don't declare.
17461 * varobj.h (varobj_ensure_python_env): Don't declare.
17462 * varobj.c (varobj_ensure_python_env): Remove.
17463
17464 2017-01-10 Tom Tromey <tom@tromey.com>
17465
17466 * varobj.c (varobj_value_get_print_value): Use
17467 gdbpy_enter_varobj.
17468
17469 2017-01-10 Tom Tromey <tom@tromey.com>
17470
17471 * python/py-prettyprint.c (print_string_repr, print_children):
17472 Update.
17473 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Change type
17474 of "encoding".
17475 * varobj.c (varobj_value_get_print_value): Update.
17476 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
17477
17478 2017-01-10 Tom Tromey <tom@tromey.com>
17479
17480 * varobj.c (varobj_get_display_hint)
17481 (dynamic_varobj_has_child_method, install_new_value_visualizer)
17482 (varobj_set_visualizer, free_variable): Use
17483 gdbpy_enter_varobj.
17484
17485 2017-01-10 Tom Tromey <tom@tromey.com>
17486
17487 * python/python.c (python_command): Use gdbpy_enter, gdbpy_ref.
17488 (do_finish_initialization): New function. Use gdbpy_ref.
17489 (gdbpy_finish_initialization): Use gdbpy_enter. Call
17490 do_finish_initialization.
17491
17492 2017-01-10 Tom Tromey <tom@tromey.com>
17493
17494 * python/py-param.c (get_set_value, get_show_value): Use
17495 gdbpy_enter, gdbpy_ref.
17496
17497 2017-01-10 Tom Tromey <tom@tromey.com>
17498
17499 * python/py-function.c (fnpy_call): Use gdbpy_enter, gdbpy_ref.
17500
17501 2017-01-10 Tom Tromey <tom@tromey.com>
17502
17503 * python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref.
17504
17505 2017-01-10 Tom Tromey <tom@tromey.com>
17506
17507 * python/py-varobj.c (py_varobj_iter_dtor, py_varobj_iter_next):
17508 Use gdbpy_enter_varobj.
17509
17510 2017-01-10 Tom Tromey <tom@tromey.com>
17511
17512 * varobj.c (gdbpy_enter_varobj): New constructor.
17513 * python/python-internal.h (gdbpy_enter_varobj): New class.
17514 * python/py-varobj.c (py_varobj_get_iterator): Use
17515 gdbpy_enter_varobj.
17516
17517 2017-01-10 Tom Tromey <tom@tromey.com>
17518
17519 * python/py-xmethods.c (gdbpy_get_xmethod_result_type): Use
17520 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
17521 (gdbpy_invoke_xmethod): Use gdbpy_ref, gdbpy_enter.
17522 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref,
17523 unique_xmalloc_ptr.
17524 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref, gdbpy_enter.
17525
17526 2017-01-10 Tom Tromey <tom@tromey.com>
17527
17528 * python/py-xmethods.c (invoke_match_method): Use
17529 gdbpy_ref.
17530
17531 2017-01-10 Tom Tromey <tom@tromey.com>
17532
17533 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use
17534 gdbpy_enter, gdbpy_ref.
17535
17536 2017-01-10 Tom Tromey <tom@tromey.com>
17537
17538 * python/python.c (python_interactive_command): Use gdbpy_enter.
17539
17540 2017-01-10 Tom Tromey <tom@tromey.com>
17541
17542 * python/python.c (gdbpy_before_prompt_hook): Use gdbpy_enter,
17543 gdbpy_ref.
17544
17545 2017-01-10 Tom Tromey <tom@tromey.com>
17546
17547 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Use
17548 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
17549
17550 2017-01-10 Tom Tromey <tom@tromey.com>
17551
17552 * utils.h (htab_deleter): New struct.
17553 (htab_up): New typedef.
17554 * python/py-framefilter.c (gdbpy_apply_frame_filter): Use
17555 gdbpy_enter, gdbpy_ref, htab_up.
17556
17557 2017-01-10 Tom Tromey <tom@tromey.com>
17558
17559 * python/py-unwind.c (pending_frame_invalidate): Remove.
17560 (pyuw_sniffer): Use gdbpy_enter and gdbpy_ref.
17561
17562 2017-01-10 Tom Tromey <tom@tromey.com>
17563
17564 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data)
17565 (gdbpy_clone_xmethod_worker_data): Use gdbpy_enter.
17566
17567 2017-01-10 Tom Tromey <tom@tromey.com>
17568
17569 * python/py-type.c (save_objfile_types): Use gdbpy_enter.
17570
17571 2017-01-10 Tom Tromey <tom@tromey.com>
17572
17573 * python/python.c (gdbpy_eval_from_control_command)
17574 (gdbpy_source_script, gdbpy_run_events)
17575 (gdbpy_source_objfile_script, gdbpy_execute_objfile_script)
17576 (gdbpy_free_type_printers, gdbpy_finish_initialization): Use
17577 gdbpy_enter.
17578
17579 2017-01-10 Tom Tromey <tom@tromey.com>
17580
17581 * python/py-progspace.c (py_free_pspace): Use gdbpy_enter.
17582
17583 2017-01-10 Tom Tromey <tom@tromey.com>
17584
17585 * python/py-objfile.c (py_free_objfile): Use gdbpy_enter.
17586
17587 2017-01-10 Tom Tromey <tom@tromey.com>
17588
17589 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
17590 (python_on_inferior_call_pre, python_on_inferior_call_post)
17591 (python_on_memory_change, python_on_register_change)
17592 (python_inferior_exit, python_new_objfile, add_thread_object)
17593 (delete_thread_object, py_free_inferior): Use gdbpy_enter.
17594
17595 2017-01-10 Tom Tromey <tom@tromey.com>
17596
17597 * python/py-finishbreakpoint.c (bpfinishpy_handle_stop)
17598 (bpfinishpy_handle_exit): Use gdbpy_enter.
17599
17600 2017-01-10 Tom Tromey <tom@tromey.com>
17601
17602 * python/py-cmd.c (cmdpy_destroyer)
17603 (cmdpy_completer_handle_brkchars, cmdpy_completer): Use
17604 gdbpy_enter.
17605
17606 2017-01-10 Tom Tromey <tom@tromey.com>
17607
17608 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
17609 gdbpy_enter.
17610 (gdbpy_breakpoint_has_cond): Likewise.
17611
17612 2017-01-10 Tom Tromey <tom@tromey.com>
17613
17614 * python/python.c (gdbpy_enter): New constructor.
17615 (~gdbpy_enter): New destructor.
17616 (restore_python_env, ensure_python_env): Rewrite.
17617 * python/python-internal.h (gdbpy_enter): New class.
17618
17619 2017-01-10 Tom Tromey <tom@tromey.com>
17620
17621 * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
17622
17623 2017-01-10 Tom Tromey <tom@tromey.com>
17624
17625 * python/py-value.c (value_has_field, get_field_flag)
17626 (get_field_type, valpy_getitem, convert_value_from_python): Use
17627 gdbpy_ref.
17628
17629 2017-01-10 Tom Tromey <tom@tromey.com>
17630
17631 * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
17632 gdbpy_ref.
17633
17634 2017-01-10 Tom Tromey <tom@tromey.com>
17635
17636 * python/py-prettyprint.c (search_pp_list)
17637 (find_pretty_printer_from_objfiles)
17638 (find_pretty_printer_from_progspace)
17639 (find_pretty_printer_from_gdb, find_pretty_printer)
17640 (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
17641 gdbpy_ref.
17642
17643 2017-01-10 Tom Tromey <tom@tromey.com>
17644
17645 * python/py-param.c (call_doc_function): Use gdbpy_ref.
17646
17647 2017-01-10 Tom Tromey <tom@tromey.com>
17648
17649 * python/py-linetable.c (build_line_table_tuple_from_pcs)
17650 (ltpy_get_all_source_lines): Use gdbpy_ref.
17651
17652 2017-01-10 Tom Tromey <tom@tromey.com>
17653
17654 * python/py-framefilter.c (extract_sym, extract_value)
17655 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
17656 gdbpy_ref.
17657
17658 2017-01-10 Tom Tromey <tom@tromey.com>
17659
17660 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
17661
17662 2017-01-10 Tom Tromey <tom@tromey.com>
17663
17664 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
17665
17666 2017-01-10 Tom Tromey <tom@tromey.com>
17667
17668 * python/py-function.c (convert_values_to_python, fnpy_init): Use
17669 gdbpy_ref.
17670
17671 2017-01-10 Tom Tromey <tom@tromey.com>
17672
17673 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
17674
17675 2017-01-10 Tom Tromey <tom@tromey.com>
17676
17677 * python/py-type.c (convert_field, make_fielditem, typy_fields)
17678 (typy_range): Use gdbpy_ref.
17679
17680 2017-01-10 Tom Tromey <tom@tromey.com>
17681
17682 * python/py-threadevent.c (create_thread_event_object): Use
17683 gdbpy_ref.
17684 * python/py-stopevent.c (create_stop_event_object): Simplify.
17685 (emit_stop_event): Use gdbpy_ref.
17686 * python/py-signalevent.c (create_signal_event_object): Use
17687 gdbpy_ref.
17688 * python/py-newobjfileevent.c (create_new_objfile_event_object)
17689 (emit_new_objfile_event, create_clear_objfiles_event_object)
17690 (emit_clear_objfiles_event): Use gdbpy_ref.
17691 * python/py-infevents.c (create_inferior_call_event_object)
17692 (create_register_changed_event_object)
17693 (create_memory_changed_event_object, emit_inferior_call_event)
17694 (emit_memory_changed_event, emit_register_changed_event): Use
17695 gdbpy_ref.
17696 * python/py-exitedevent.c (create_exited_event_object)
17697 (emit_exited_event): Use gdbpy_ref.
17698 * python/py-event.h (evpy_emit_event): Remove
17699 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
17700 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
17701 * python/py-continueevent.c (emit_continue_event): Use
17702 gdbpy_ref.
17703 * python/py-breakpoint.c (gdbpy_breakpoint_created)
17704 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
17705 gdbpy_ref.
17706 * python/py-bpevent.c (create_breakpoint_event_object): Use
17707 gdbpy_ref.
17708
17709 2017-01-10 Tom Tromey <tom@tromey.com>
17710
17711 * python/py-ref.h: New file.
17712
17713 2017-01-10 Simon Marchi <simon.marchi@ericsson.com>
17714
17715 * cli-out.c (cli_ui_out::do_redirect): Change return type to
17716 void.
17717 * cli-out.h (cli_ui_out::do_redirect): Likewise.
17718 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
17719 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
17720 * ui-out.c (ui_out::redirect): Likewise.
17721 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
17722 * cli/cli-logging.c (set_logging_redirect): Update call site of
17723 ui_out::redirect.
17724 (handle_redirections): Likewise.
17725 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
17726 * top.c (execute_command_to_string): Likewise.
17727 * utils.c (do_ui_out_redirect_pop): Likewise.
17728
17729 2017-01-10 Simon Marchi <simon.marchi@ericsson.com>
17730
17731 * stack.c (_initialize_stack): Update "frame" command help message.
17732
17733 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
17734
17735 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
17736
17737 2017-01-06 Yao Qi <yao.qi@linaro.org>
17738
17739 * x86-linux-nat.h: Include gdb_proc_service.h.
17740
17741 2017-01-06 Yao Qi <yao.qi@linaro.org>
17742
17743 * ser-base.h: Include serial.h.
17744
17745 2017-01-06 Yao Qi <yao.qi@linaro.org>
17746
17747 * ppc-linux-tdep.h: Include ppc-tdep.h.
17748
17749 2017-01-06 Yao Qi <yao.qi@linaro.org>
17750
17751 * nat/amd64-linux-siginfo.h: Include signal.h.
17752
17753 2017-01-06 Yao Qi <yao.qi@linaro.org>
17754
17755 * nat/aarch64-linux-hw-point.h: Include break-common.h.
17756
17757 2017-01-06 Yao Qi <yao.qi@linaro.org>
17758
17759 * mi/mi-parse.h: Include mi-cmds.h.
17760
17761 2017-01-06 Yao Qi <yao.qi@linaro.org>
17762
17763 * inf-loop.c: Don't include "target.h".
17764 * inf-loop.h: Include it here.
17765
17766 2017-01-06 Yao Qi <yao.qi@linaro.org>
17767
17768 * dfp.h: Include "dboulest.h" and "expression.h".
17769
17770 2017-01-06 Yao Qi <yao.qi@linaro.org>
17771
17772 * ax-gdb.h: Include "ax.h".
17773
17774 2017-01-06 Yao Qi <yao.qi@linaro.org>
17775
17776 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
17777 with nat/gdb_ptrace.h.
17778
17779 2017-01-05 Yao Qi <yao.qi@linaro.org>
17780
17781 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
17782 new line.
17783 (mips64_fbsd_sigframe_init): Likewise.
17784
17785 2017-01-04 John Baldwin <jhb@FreeBSD.org>
17786
17787 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
17788 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
17789
17790 2017-01-04 John Baldwin <jhb@FreeBSD.org>
17791
17792 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
17793 * NEWS: Mention new FreeBSD/mips native configuration.
17794 * config/mips/fbsd.mh: New file.
17795 * configure.host: Add mips*-*-freebsd*.
17796 * mips-fbsd-nat.c: New file.
17797
17798 2017-01-04 John Baldwin <jhb@FreeBSD.org>
17799
17800 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
17801 (ALLDEPFILES): Add mips-fbsd-tdep.c.
17802 * NEWS: Mention new FreeBSD/mips target.
17803 * configure.tgt: Add mips*-*-freebsd*.
17804 * mips-fbsd-tdep.c: New file.
17805 * mips-fbsd-tdep.h: New file.
17806
17807 2017-01-04 Yao Qi <yao.qi@linaro.org>
17808
17809 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
17810 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
17811
17812 2017-01-01 Joel Brobecker <brobecker@adacore.com>
17813
17814 Update copyright year range in all GDB files.
17815
17816 2017-01-01 Joel Brobecker <brobecker@adacore.com>
17817
17818 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
17819
17820 For older changes see ChangeLog-2016.
17821 \f
17822 Local Variables:
17823 mode: change-log
17824 left-margin: 8
17825 fill-column: 74
17826 version-control: never
17827 coding: utf-8
17828 End: