dwarf2read.c:mapped_index, use gdb::array_view, simplify symbol table
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2017-12-08 Pedro Alves <palves@redhat.com>
2
3 * dwarf2read.c (mapped_index::symbol_table_slot): New.
4 (mapped_index::address_table): Now a gdb::array_view of const
5 gdb_byte.
6 (mapped_index::symbol_table): Now a gdb::array_view of
7 symbol_table_slot.
8 (mapped_index::address_table_size)
9 (mapped_index::symbol_table_slots): Delete.
10 (create_addrmap_from_index): Adjust.
11 (find_slot_in_mapped_hash): Adjust.
12 (read_index_from_section): Adjust.
13 (dwarf2_read_index): Adjust.
14
15 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16 Pedro Alves <palves@redhat.com>
17
18 * defs.h (elf_sym_fns_debug_names): New declaration.
19 * dwarf2read.c: Include "hash_enum.h".
20 (mapped_debug_names): New.
21 (struct dwarf2_per_objfile): Add debug_names, debug_aranges and
22 debug_names_table.
23 (dwarf2_elf_names): Add ".debug_names" and ".debug_aranges".
24 (struct dwz_file): Add debug_names.
25 (dwarf2_per_objfile::locate_sections): Handle debug_names and
26 debug_aranges.
27 (locate_dwz_sections): Handle debug_names.
28 (create_signatured_type_table_from_debug_names)
29 (create_addrmap_from_aranges): New.
30 (dwarf2_read_index): Update function comment.
31 (dwarf5_augmentation): Moved up.
32 (read_debug_names_from_section, create_cus_from_debug_names_list)
33 (create_cus_from_debug_names, dwarf2_read_debug_names): New.
34 (dwarf5_djb_hash): Moved up.
35 (dw2_debug_names_iterator): New.
36 (read_indirect_string_at_offset): New declaration.
37 (mapped_debug_names::namei_to_name)
38 (dw2_debug_names_iterator::find_vec_in_debug_names)
39 (dw2_debug_names_iterator::next, dw2_debug_names_lookup_symbol)
40 (dw2_debug_names_dump, dw2_debug_names_expand_symtabs_for_function)
41 (dw2_debug_names_expand_symtabs_matching, dwarf2_debug_names_functions):
42 New.
43 (dwarf2_initialize_objfile): Return also elf_sym_fns_debug_names.
44 (debug_names::djb_hash): Rename it to dwarf5_djb_hash.
45 (debug_names::build): Update djb_hash caller.
46 (write_debug_names): Move out and rename augmentation to
47 dwarf5_augmentation.
48 * elfread.c (elf_sym_fns_debug_names): New.
49 * psymtab.h (dwarf2_debug_names_functions): New declaration.
50 * symfile.h (struct dwarf2_debug_sections): Add debug_names and
51 debug_aranges.
52 * xcoffread.c (dwarf2_xcoff_names): Add debug_names and debug_aranges.
53
54 2017-12-08 Pedro Alves <palves@redhat.com>
55
56 * common/hash_enum.h: New file.
57
58 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
59
60 * dwarf2read.c (create_cu_from_index_list): New from ...
61 (create_cus_from_index_list): ... this function, use it.
62 (dw_expand_symtabs_matching_file_matcher)
63 (dw2_expand_symtabs_matching_one): New from ...
64 (dw2_expand_symtabs_matching): ... this function, use them.
65
66 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
67
68 * defs.h (elf_sym_fns_lazy_psyms, elf_sym_fns_gdb_index): Move here
69 declarations from elfread.c.
70 (dwarf2_initialize_objfile): Change return value.
71 * elfread.c (elf_sym_fns_lazy_psyms, elf_sym_fns_gdb_index): Move these
72 declarations to defs.h.
73 (elf_symfile_read): Adjust dwarf2_initialize_objfile caller.
74 * symfile.h (dwarf2_initialize_objfile): Change return type.
75
76 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
77 Pedro Alves <palves@redhat.com>
78
79 * contrib/gdb-add-index.sh (index): Rename to ...
80 (index4): ... here.
81 (index5, debugstr, debugstrmerge, debugstrerr): New variables.
82 Support also .debug_names and .debug_str.
83 * dwarf2read.c: Include cmath, set, list.
84 (INDEX_SUFFIX): Rename to ...
85 (INDEX4_SUFFIX): ... here.
86 (INDEX5_SUFFIX, DEBUG_STR_SUFFIX): New.
87 (file_write(FILE *, const void *, size_t)): New.
88 (file_write(FILE *, const std::vector<Elem, Alloc> &)): New.
89 (data_buf::append_unsigned_leb128, data_buf::empty): New.
90 (data_buf::file_write): Use ::file_write.
91 (data_buf::c_str, dwarf5_djb_hash, debug_names)
92 (check_dwarf64_offsets): New.
93 (psyms_seen_size, write_gdbindex): New from
94 write_psymtabs_to_index code.
95 (dwarf5_gdb_augmentation, write_debug_names, assert_file_size)
96 (enum dw_index_kind): New.
97 (write_psymtabs_to_index): New parameter index_kind. Support
98 filename_str and out_file_str. Move code to write_gdbindex,
99 possibly call write_debug_names.
100 (save_gdb_index_command): New parameter -dwarf-5.
101 (_initialize_dwarf2_read): Document the new parameter -dwarf-5.
102
103 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
104 Pedro Alves <palves@redhat.com>
105
106 * contrib/cc-with-tweaks.sh: Change interpreter to bash, incl. initial
107 comment.
108 (GDB_ADD_INDEX): New variable.
109 <$want_index>: Call $GDB_ADD_INDEX.
110
111 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
112
113 * dtrace-probe.c (dtrace_process_dof_probe): Do not declare a new
114 "expression_up" inside the TRY block.
115
116 2017-12-08 Yao Qi <yao.qi@linaro.org>
117
118 * breakpoint.c (update_watchpoint): Call
119 address_significant.
120
121 2017-12-08 Yao Qi <yao.qi@linaro.org>
122
123 * breakpoint.c (adjust_breakpoint_address): Call
124 address_significant.
125
126 2017-12-08 Yao Qi <yao.qi@linaro.org>
127
128 * aarch64-tdep.c (aarch64_gdbarch_init): Install gdbarch
129 significant_addr_bit.
130 * gdbarch.sh (significant_addr_bit): New.
131 * gdbarch.c, gdbarch.h: Re-generated.
132 * target.c (memory_xfer_partial): Call address_significant.
133 * utils.c (address_significant): New function.
134 * utils.h (address_significant): Declare.
135
136 2017-12-08 Tom Tromey <tom@tromey.com>
137
138 * printcmd.c (ui_printf): Update. Use std::vector.
139 * common/format.h (struct format_piece): Add constructor.
140 <string>: Now const.
141 (class format_pieces): New class.
142 (parse_format_string, free_format_pieces)
143 (free_format_pieces_cleanup): Remove.
144 * common/format.c (format_pieces::format_pieces): Rename from
145 parse_format_string. Update.
146 (free_format_pieces, free_format_pieces_cleanup): Remove.
147 * breakpoint.c (parse_cmd_to_aexpr): Update. Use std::vector.
148 * ax-gdb.h (gen_printf): Remove argument.
149 * ax-gdb.c (gen_printf): Remove "frags" argument.
150 (maint_agent_printf_command): Update. Use std::vector.
151
152 2017-12-08 Yao Qi <yao.qi@linaro.org>
153
154 PR breakpionts/22567
155 * linespec.c (minsym_found): Set sal.section.
156
157 2017-12-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
158
159 * configure.tgt (s390*-*-linux*): Add symfile-mem.o.
160
161 2017-12-07 Keith Seitz <keiths@redhat.com>
162
163 PR breakpoints/22569
164 * location.c (string_to_explicit_location): When terminating
165 parsing early, break out of enclosing loop instead of returning.
166
167 2017-12-07 Keith Seitz <keiths@redhat.com>
168
169 * NEWS (New commands): Mention set/show print type nested-type-limit.
170 * c-typeprint.c (c_type_print_base): Print out nested types.
171 * dwarf2read.c (struct typedef_field_list): Rename to ...
172 (struct decl_field_list): ... this. Change all uses.
173 (struct field_info) <nested_types_list, nested_types_list_count>:
174 New fields.
175 (add_partial_symbol): Look for nested type definitions in C++, too.
176 (dwarf2_add_typedef): Rename to ...
177 (dwarf2_add_type_defn): ... this.
178 (type_can_define_types): New function.
179 Update assertion to use type_can_define_types.
180 Permit NULL for a field's name.
181 (process_structure_scope): Handle child DIEs of types that can
182 define types.
183 Copy the list of nested types into the type struct.
184 * gdbtypes.h (struct typedef_field): Rename to ...
185 (struct decl_field): ... this. Change all uses.
186 [is_protected, is_private]: New fields.
187 (struct cplus_struct_type) <nested_types, nested_types_count>: New
188 fields.
189 (TYPE_NESTED_TYPES_ARRAY, TYPE_NESTED_TYPES_FIELD)
190 (TYPE_NESTED_TYPES_FIELD_NAME, TYPE_NESTED_TYPES_FIELD_TYPE)
191 (TYPE_NESTED_TYPES_COUNT, TYPE_NESTED_TYPES_FIELD_PROTECTED)
192 (TYPE_NESTED_TYPES_FIELD_PRIVATE): New macros.
193 * typeprint.c (type_print_raw_options, default_ptype_flags): Add
194 default value for print_nested_type_limit.
195 (print_nested_type_limit): New static variable.
196 (set_print_type_nested_types, show_print_type_nested_types): New
197 functions.
198 (_initialize_typeprint): Register new commands for set/show
199 `print-nested-type-limit'.
200 * typeprint.h (struct type_print_options) [print_nested_type_limit]:
201 New field.
202
203 2017-12-07 Tom Tromey <tom@tromey.com>
204
205 PR breakpoints/22511:
206 * breakpoint.c (commands_command_1): Don't throw an exception when
207 no commands have been read.
208
209 2017-12-07 Adam Stylinski <adam.stylinski@etegent.com>
210
211 PR c++/21222
212 * target-descriptions.c (print_c_tdesc::visit_pre): Change type of
213 range-for variable.
214
215 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
216
217 * common/selftest.h (struct selftest): Add virtual destructor.
218
219 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
220
221 * python/py-breakpoint.c (bppy_init): Use string_to_event_location
222 over basic location code. Implement explicit location keywords.
223 (bppy_init_validate_args): New function.
224 * NEWS: Document Python explicit breakpoint locations.
225
226 2017-12-07 Joel Brobecker <brobecker@adacore.com>
227
228 * MAINTAINERS: Restore target entries for m68hc11-elf,
229 score-elf and xstormy16-elf, incorrectly removed in a previous
230 patch meant to only update the list of active maintainers.
231
232 2017-12-06 Pedro Alves <palves@redhat.com>
233
234 * break-catch-syscall.c (insert_catch_syscall)
235 (remove_catch_syscall): Adjust to pass reference to
236 inf_data->syscalls_counts directly via gdb::array_view.
237 * fbsd-nat.c (fbsd_set_syscall_catchpoint): Adjust to use bool
238 and gdb::array_view.
239 * linux-nat.c (linux_child_set_syscall_catchpoint): Likewise.
240 * remote.c (remote_set_syscall_catchpoint): Likewise.
241 * target-debug.h (target_debug_print_bool): New.
242 (define target_debug_print_gdb_array_view_const_int): New.
243 * target-delegates.c: Regenerate.
244 * target.h (target_ops) <to_set_syscall_catchpoint>: Use
245 gdb::array_view and bool.
246 (target_set_syscall_catchpoint): Likewise.
247
248 2017-12-06 Simon Marchi <simon.marchi@ericsson.com>
249
250 * break-catch-syscall.c (catch_syscall_completer): Get pointers
251 to syscall group strings after building the string vector.
252
253 2017-12-06 Pedro Alves <palves@redhat.com>
254
255 * remote.c (remote_query_supported): Don't send "xmlRegisters=" if
256 "qXfer:features:read"" is disabled.
257 (remote_write_qxfer, remote_read_qxfer, remote_search_memory):
258 Check packet_config_support instead of packet->support directly.
259
260 2017-12-05 Simon Marchi <simon.marchi@ericsson.com>
261
262 * target-descriptions.c (struct tdesc_feature) <registers>: Use
263 tdesc_reg_up typedef.
264 (struct target_desc) <features>: Use tdesc_feature_up typedef.
265
266 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
267
268 * target-descriptions.c (struct tdesc_type): Use default
269 destructor.
270 <u>: Remove.
271 <accept>: Remove.
272 (struct tdesc_type_builtin): New.
273 (struct tdesc_type_vector): New.
274 (struct tdesc_type_with_fields): New.
275 (tdesc_predefined_types): Change type to tdesc_type_builtin[].
276 (tdesc_gdb_type): Remove.
277 (tdesc_register_type): Adjust.
278 (tdesc_create_vector): Create tdesc_type_vector.
279 (tdesc_create_struct): Create tdesc_type_with_fields.
280 (tdesc_set_struct_size): Change parameter type.
281 (tdesc_create_union): Create tdesc_type_with_fields.
282 (tdesc_create_flags): Likewise.
283 (tdesc_create_enum): Likewise.
284 (tdesc_add_field): Change parameter type.
285 (tdesc_add_typed_bitfield): Likewise.
286 (tdesc_add_bitfield): Likewise.
287 (tdesc_add_flag): Likewise.
288 (tdesc_add_enum_value): Likewise.
289 (print_c_tdesc) <visit>: Remove overload with tdesc_type
290 parameter, add overloads for tdesc_type_builtin,
291 tdesc_type_with_fields and tdesc_type_vector.
292 <m_printed_type>: Remove.
293 <m_printed_element_type, m_printed_type_with_fields>: Add.
294 * target-descriptions.h (tdesc_create_enum): Change return type.
295 (tdesc_add_typed_bitfield): Change parameter type.
296 (tdesc_add_enum_value): Change parameter type.
297 * xml-tdesc.c (struct tdesc_parsing_data) <current_type>: Change
298 type to tdesc_type_with_fields.
299 (tdesc_start_struct): Adjust.
300 (tdesc_start_flags): Adjust.
301 (tdesc_start_enum): Adjust.
302 (tdesc_start_field): Adjust.
303 * arch/tdesc.h (struct tdesc_type_builtin): Forward-declare.
304 (struct tdesc_type_vector): Forward-declare.
305 (struct tdesc_type_with_fields): Forward-declare.
306 (tdesc_create_struct): Change return type.
307 (tdesc_create_union): Likewise.
308 (tdesc_create_flags): Likewise.
309 (tdesc_add_field): Change parameter type.
310 (tdesc_set_struct_size): Likewise.
311 (tdesc_add_bitfield): Likewise.
312 (tdesc_add_flag): Likewise.
313 * features: Re-generate C files.
314
315 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
316
317 * target-descriptions.c (tdesc_arch_reg): Remove typedef.
318 (struct tdesc_arch_reg): Add constructor.
319 (DEF_VEC_O (tdesc_arch_reg)): Remove.
320 (struct tdesc_arch_data): Initialize fields.
321 <arch_regs>: Change type to std::vector.
322 (target_find_description): Adjust.
323 (tdesc_find_type): Adjust.
324 (tdesc_data_init): Call tdesc_arch_data constructor.
325 (tdesc_data_alloc): Allocate tdesc_arch_data with new.
326 (tdesc_data_cleanup): Free data with delete.
327 (tdesc_numbered_register): Adjust.
328 (tdesc_find_arch_register): Adjust.
329 (tdesc_use_registers): Adjust.
330
331 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
332
333 * target-descriptions.c (tdesc_type_field): Remove typedef.
334 (DEF_VEC_O (tdesc_type_field)): Remove.
335 (struct tdesc_type_field): Add constructor.
336 <name>: Change type to std::string.
337 (struct tdesc_type) <tdesc_type>: Instantiate vector if the type
338 kind uses it.
339 <~tdesc_type>: Destroy vector if the type kind uses it.
340 <u::u::fields>: Change type to std::vector.
341 (tdesc_gdb_type): Adjust.
342 (tdesc_add_field): Adjust.
343 (tdesc_add_typed_bitfield): Adjust.
344 (tdesc_add_field): Adjust.
345 (tdesc_add_enum_value): Adjust.
346 (class print_c_tdesc) <visit>: Adjust.
347
348 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
349
350 * target-descriptions.c (struct tdesc_type) <name>: Change type
351 to std::string.
352 <~tdesc_type>: Don't manually free name.
353 <operator==>: Adjust.
354 (tdesc_named_type): Adjust.
355 (tdesc_find_type): Adjust.
356 (tdesc_gdb_type): Adjust.
357 (class print_c_tdesc) <visit>: Adjust.
358
359 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
360
361 * target-descriptions.c (tdesc_type_p): Remove typedef.
362 (DEF_VEC_P (tdesc_type_p)): Remove.
363 (struct tdesc_feature) <types>: Change type to std::vector.
364 <~tdesc_feature>: Replace with default implementation.
365 <accept>: Adjust.
366 (tdesc_named_type): Adjust.
367 (tdesc_create_vector): Adjust.
368 (tdesc_create_struct): Adjust.
369 (tdesc_create_union): Adjust.
370 (tdesc_create_flags): Adjust.
371 (tdesc_create_enum): Adjust.
372
373 2017-12-05 Simon Marchi <simon.marchi@ericsson.com>
374
375 * target-descriptions.c (struct tdesc_reg) <tdesc_reg>: Change
376 type of name_ parameter, adjust to std::string change.
377 <name, group, type>: Change type to std::string.
378 <~tdesc_reg>: Replace with default implementation.
379 <operator==>: Adjust.
380 (tdesc_find_register_early): Adjust.
381 (tdesc_register_name): Adjust.
382 (tdesc_register_type): Adjust.
383 (tdesc_register_in_reggroup_p): Adjust.
384 (class print_c_tdesc) <visit>: Adjust.
385 (class print_c_feature) <visit>: Adjust.
386 * features/arc-arcompact.c: Re-generate.
387 * features/arc-v2.c: Re-generate.
388
389 2017-12-05 Simon Marchi <simon.marchi@ericsson.com>
390
391 * target-descriptions.c (tdesc_reg_p): Remove typedef.
392 (DEF_VEC_P (tdesc_reg_p)): Remove.
393 (struct tdesc_feature) <registers>: Change type to std::vector.
394 <~tdesc_feature>: Don't manually free registers.
395 <accept>: Adjust.
396 <operator==>: Adjust.
397 (tdesc_has_registers): Adjust.
398 (tdesc_find_register_early): Adjust.
399 (tdesc_use_registers): Adjust.
400 (tdesc_create_reg): Adjust.
401
402 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
403
404 * target-descriptions.c (tdesc_feature) <name>: Change type to
405 std::string.
406 <~tdesc_feature>: Don't manually free name.
407 <operator==>: Adjust.
408 (tdesc_find_feature): Adjust.
409 (tdesc_feature_name): Adjust.
410 (class print_c_tdesc) <visit_pre>: Adjust.
411 (class print_c_feature) <visit_pre>: Adjust.
412
413 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
414
415 * target-descriptions.c (tdesc_feature_p): Remove typedef.
416 (DEF_VEC_P (tdesc_feature_p)): Remove.
417 (struct target_desc) <features>: Change type to std::vector.
418 <~target_desc>: Replace with default implementation.
419 <accept>: Adjust.
420 <operator==>: Adjust.
421 (tdesc_has_registers): Adjust.
422 (tdesc_find_feature): Adjust.
423 (tdesc_use_registers): Adjust.
424 (tdesc_create_feature): Adjust.
425
426 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
427
428 * target-descriptions.c (arch_p): Remove typedef.
429 (DEF_VEC_P (arch_p)): Remove.
430 (struct target_desc) <compatible>: Change type to std::vector.
431 <~target_desc>: Don't manually free compatible.
432 (tdesc_compatible_p): Adjust.
433 (tdesc_add_compatible): Adjust.
434 (class print_c_tdesc) <visit_pre>: Adjust.
435
436 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
437
438 * target-descriptions.c (property_s): Remove typedef.
439 (DEF_VEC_O (property_s)): Remove.
440 (struct target_desc) <properties>: Make an std::vector.
441 <~target_desc>: Don't manually free properties.
442 (tdesc_property): Adjust.
443 (set_tdesc_property): Adjust.
444 (class print_c_tdesc) <visit_pre>: Adjust.
445
446 2017-12-05 Simon Marchi <simon.marchi@ericsson.com>
447
448 * common/gdb_assert.h (gdb_static_assert): Redefine using
449 static_assert.
450
451 2017-12-05 Simon Marchi <simon.marchi@ericsson.com>
452
453 * ada-lang.c (ada_collect_symbol_completion_matches): Remove
454 unused variables.
455 (ada_is_redundant_range_encoding): Likewise.
456 * ada-varobj.c (ada_varobj_get_value_of_array_variable):
457 Likewise.
458 * alpha-tdep.c (alpha_software_single_step): Likewise.
459 * arm-tdep.c (_initialize_arm_tdep): Likewise.
460 * auto-load.c (info_auto_load_cmd): Likewise.
461 * break-catch-syscall.c (insert_catch_syscall): Likewise.
462 (remove_catch_syscall): Likewise.
463 * breakpoint.c (condition_completer): Likewise.
464 (clear_command): Likewise.
465 (update_breakpoint_locations): Likewise.
466 * btrace.c (btrace_disable): Likewise.
467 (btrace_teardown): Likewise.
468 (btrace_maint_update_pt_packets): Likewise.
469 (maint_btrace_clear_cmd): Likewise.
470 * cli/cli-decode.c (lookup_cmd_1): Likewise.
471 (lookup_cmd_composition): Likewise.
472 * cli/cli-dump.c (scan_filename): Likewise.
473 (restore_command): Likewise.
474 * compile/compile-loc2c.c (compute_stack_depth): Likewise.
475 * compile/compile-object-load.c (compile_object_load): Likewise.
476 * compile/compile-object-run.c (compile_object_run): Likewise.
477 * compile/compile.c (compile_to_object): Likewise.
478 * completer.c (filename_completer): Likewise.
479 (complete_files_symbols): Likewise.
480 (complete_expression): Likewise.
481 * corelow.c (core_open): Likewise.
482 * ctf.c (ctf_start): Likewise.
483 (ctf_write_status): Likewise.
484 (ctf_write_uploaded_tsv): Likewise.
485 (ctf_write_definition_end): Likewise.
486 (ctf_open_dir): Likewise.
487 (ctf_xfer_partial): Likewise.
488 (ctf_trace_find): Likewise.
489 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
490 Likewise.
491 * dwarf2loc.c (allocate_piece_closure): Likewise.
492 (indirect_pieced_value): Likewise.
493 (dwarf2_evaluate_loc_desc_full): Likewise.
494 * dwarf2read.c (dw2_expand_marked_cus): Likewise.
495 (dw2_expand_symtabs_matching): Likewise.
496 (dw2_map_symbol_filenames): Likewise.
497 (read_and_check_comp_unit_head): Likewise.
498 (read_cutu_die_from_dwo): Likewise.
499 (lookup_dwo_unit): Likewise.
500 (read_comp_units_from_section): Likewise.
501 (dwarf2_compute_name): Likewise.
502 (handle_DW_AT_stmt_list): Likewise.
503 (create_cus_hash_table): Likewise.
504 (create_dwp_v2_section): Likewise.
505 (dwarf2_rnglists_process): Likewise.
506 (dwarf2_ranges_process): Likewise.
507 (dwarf2_record_block_ranges): Likewise.
508 (is_vtable_name): Likewise.
509 (read_formatted_entries): Likewise.
510 (skip_form_bytes): Likewise.
511 * elfread.c (elf_symtab_read): Likewise.
512 * exec.c (exec_file_command): Likewise.
513 * f-valprint.c (f_val_print): Likewise.
514 (info_common_command_for_block): Likewise.
515 * guile/guile.c (initialize_scheme_side): Likewise.
516 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Likewise.
517 * guile/scm-cmd.c (cmdscm_completer): Likewise.
518 (gdbscm_register_command_x): Likewise.
519 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
520 * guile/scm-param.c (gdbscm_parameter_value): Likewise.
521 * guile/scm-ports.c (file_port_magic): Likewise.
522 * guile/scm-pretty-print.c (ppscm_search_pp_list): Likewise.
523 (ppscm_pretty_print_one_value): Likewise.
524 (ppscm_print_children): Likewise.
525 * guile/scm-string.c (gdbscm_string_to_argv): Likewise.
526 * guile/scm-symtab.c (gdbscm_sal_symtab): Likewise.
527 * guile/scm-type.c (gdbscm_type_next_field_x): Likewise.
528 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
529 * i386-tdep.c (i386_register_reggroup_p): Likewise.
530 * infcmd.c (run_command_1): Likewise.
531 (until_next_fsm_clean_up): Likewise.
532 * linespec.c (linespec_complete): Likewise.
533 (find_label_symbols): Likewise.
534 * m2-valprint.c (m2_val_print): Likewise.
535 * memattr.c (require_user_regions): Likewise.
536 (lookup_mem_region): Likewise.
537 (disable_mem_command): Likewise.
538 (mem_delete): Likewise.
539 * mep-tdep.c (mep_register_name): Likewise.
540 (mep_analyze_prologue): Likewise.
541 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Likewise.
542 * mi/mi-interp.c (mi_on_sync_execution_done): Likewise.
543 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
544 * microblaze-linux-tdep.c (microblaze_linux_init_abi): Likewise.
545 * minidebug.c (lzma_open): Likewise.
546 * minsyms.c (lookup_minimal_symbol): Likewise.
547 * mips-linux-tdep.c (mips64_fill_fpregset): Likewise.
548 * mips-tdep.c (mips_stub_frame_sniffer): Likewise.
549 (mips_o64_return_value): Likewise.
550 (mips_single_step_through_delay): Likewise.
551 (_initialize_mips_tdep): Likewise.
552 * nios2-tdep.c (nios2_push_dummy_call): Likewise.
553 (nios2_software_single_step): Likewise.
554 * parse.c (find_minsym_type_and_address): Likewise.
555 * psymtab.c (psym_relocate): Likewise.
556 * python/py-breakpoint.c (bppy_get_commands): Likewise.
557 (gdbpy_breakpoint_modified): Likewise.
558 * python/py-infevents.c (create_inferior_call_event_object):
559 Likewise.
560 * python/py-record-btrace.c (btpy_list_item): Likewise.
561 * python/py-type.c (typy_str): Likewise.
562 * python/py-value.c (valpy_call): Likewise.
563 * python/python.c (do_start_initialization): Likewise.
564 * record-btrace.c (record_btrace_insn_history_range): Likewise.
565 (record_btrace_call_history_range): Likewise.
566 (record_btrace_record_method): Likewise.
567 (record_btrace_xfer_partial): Likewise.
568 (btrace_get_frame_function): Likewise.
569 * record-full.c (record_full_open): Likewise.
570 * record.c (get_context_size): Likewise.
571 * registry.h (DEFINE_REGISTRY): Likewise.
572 * remote-fileio.c (remote_fileio_request): Likewise.
573 * remote.c (remote_update_thread_list): Likewise.
574 (remote_check_symbols): Likewise.
575 (remote_commit_resume): Likewise.
576 (remote_interrupt): Likewise.
577 (remote_insert_breakpoint): Likewise.
578 (compare_sections_command): Likewise.
579 * rust-exp.y (super_name): Likewise.
580 (lex_string): Likewise.
581 (convert_ast_to_type): Likewise.
582 (convert_ast_to_expression): Likewise.
583 * rust-lang.c (rust_print_struct_def): Likewise.
584 (rust_print_type): Likewise.
585 (rust_evaluate_subexp): Likewise.
586 * rx-tdep.c (rx_register_type): Likewise.
587 * ser-event.c (serial_event_clear): Likewise.
588 * serial.c (serial_open): Likewise.
589 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
590 * symfile.c (section_is_overlay): Likewise.
591 (overlay_unmapped_address): Likewise.
592 (overlay_mapped_address): Likewise.
593 (simple_overlay_update_1): Likewise.
594 (simple_overlay_update): Likewise.
595 * symtab.c (symbol_find_demangled_name): Likewise.
596 (search_symbols): Likewise.
597 * target-descriptions.c (tdesc_predefined_type): Likewise.
598 * target.c (target_commit_resume): Likewise.
599 * thread.c (print_selected_thread_frame): Likewise.
600 * top.c (new_ui_command): Likewise.
601 (gdb_readline_no_editing): Likewise.
602 * tracefile-tfile.c (tfile_open): Likewise.
603 * tracepoint.c (create_tsv_from_upload): Likewise.
604 * utils.c (quit): Likewise.
605 (defaulted_query): Likewise.
606 * valarith.c (value_concat): Likewise.
607 * xml-syscall.c (xml_list_syscalls_by_group): Likewise.
608 * xml-tdesc.c (target_fetch_description_xml): Likewise.
609 * xtensa-tdep.c (xtensa_pseudo_register_read): Likewise.
610 (xtensa_pseudo_register_write): Likewise.
611
612 2017-12-04 Tom Tromey <tom@tromey.com>
613
614 * NEWS: Mention Rust trait object inspection.
615
616 2017-12-04 Pedro Alves <palves@redhat.com>
617
618 PR gdb/22499
619 * amd64-tdep.c (amd64_insn::rex_offset): Rename to...
620 (amd64_insn::enc_prefix_offset): ... this, and tweak comment.
621 (vex2_prefix_p, vex3_prefix_p): New functions.
622 (amd64_get_insn_details): Adjust to rename. Also skip VEX2 and
623 VEX3 prefixes.
624 (fixup_riprel): Set VEX3.!B.
625
626 2017-12-03 Simon Marchi <simon.marchi@ericsson.com>
627
628 * target.h (mem_region_vector): Remove.
629 (struct target_ops) <to_memory_map>: Change return type to
630 std::vector<mem_region>.
631 * target-debug.h (target_debug_print_mem_region_vector): Rename
632 to ...
633 (target_debug_print_std_vector_mem_region): ... this.
634 * target-delegates.c: Re-generate.
635
636 2017-12-03 Pedro Alves <palves@redhat.com>
637
638 * make-target-delegates (munge_type): Also munge '<', '>', and
639 ':'. Avoid double underscores in identifiers, and trailing
640 underscores.
641 * target-debug.h
642 (target_debug_print_VEC_static_tracepoint_marker_p__p): Rename to
643 ...
644 (target_debug_print_VEC_static_tracepoint_marker_p_p): ... this.
645 * target-delegates.c: Regenerate.
646
647 2017-12-02 Simon Marchi <simon.marchi@polymtl.ca>
648
649 * common/poison.h (XDELETE): Fix typo.
650
651 2017-12-01 Andrew Cagney <cagney@redhat.com>
652 Joel Brobecker <brobecker@adacore.com>
653 Sergio Durigan Junior <sergiodj@redhat.com>
654
655 * NEWS (Changes since GDB 8.0: Mention new '--readnever'
656 feature.
657 * coffread.c (coff_symfile_read): Do not map over sections with
658 'coff_locate_sections' if readnever is on.
659 * dwarf2read.c (dwarf2_has_info): Return 0 if
660 readnever is on.
661 * elfread.c (elf_symfile_read): Do not map over sections with
662 'elf_locate_sections' if readnever is on.
663 * main.c (validate_readnow_readnever): New function.
664 (captured_main_1): Add support for --readnever.
665 (print_gdb_help): Document --readnever.
666 * objfile-flags.h (enum objfile_flag) <OBJF_READNEVER>: New
667 flag.
668 * symfile.c (readnever_symbol_files): New global.
669 (symbol_file_add_with_addrs): Set 'OBJF_READNEVER' when
670 'READNEVER_SYMBOL_FILES' is set.
671 (validate_readnow_readnever): New function.
672 (symbol_file_command): Handle '-readnever' option.
673 Call 'validate_readnow_readnever'.
674 (add_symbol_file_command): Handle '-readnever' option.
675 Call 'validate_readnow_readnever'.
676 (_initialize_symfile): Document new '-readnever' option for
677 both 'symbol-file' and 'add-symbol-file' commands.
678 * top.h (readnever_symbol_files): New extern global.
679 * xcoffread.c (xcoff_initial_scan): Do not read debug
680 information if readnever is on.
681
682 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
683
684 * symfile.c (symbol_file_command): Call
685 'symbol_file_add_main_1' only after processing all command
686 line options.
687 (add_symbol_file_command): Modify logic to make arguments
688 position-independent.
689
690 2017-12-01 Joel Brobecker <brobecker@adacore.com>
691
692 * ada-lang.c (symbol_list_obstack): Delete.
693 (resolve_subexp): Make sure "candidates" gets xfree'ed.
694 (ada_lookup_symbol_list_worker): Remove the limitation that
695 the result is only good until the next call, now making it
696 the responsibility of the caller to free the result when no
697 longer needed. Adjust the function's intro comment accordingly.
698 (ada_lookup_symbol_list): Adjust the function's intro comment.
699 (ada_iterate_over_symbols): Make sure "results" gets xfree'ed.
700 (ada_lookup_encoded_symbol, get_var_value): Likewise.
701 (_initialize_ada_language): Remove symbol_list_obstack
702 initialization.
703 * ada-exp.y (block_lookup): Make sure "syms" gets xfree'ed.
704 (write_var_or_type, write_name_assoc): Likewise.
705
706 2017-12-01 Tom Tromey <tom@tromey.com>
707
708 * Makefile.in (all_deps_files): New variable.
709 Include .Po files using all_deps_files.
710
711 2017-12-01 Joel Brobecker <brobecker@adacore.com>
712
713 * MAINTAINERS: Update list of maintainers, moving those who
714 stepped down or became inactive to the "Past Maintainers"
715 section.
716
717 2017-11-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
718
719 * configure.ac Don't check for sys/fault.h, sys/syscall.h,
720 sys/proc.h.
721 (NEW_PROC_API): Remove.
722 (prsysent_t, pr_sigset_t, pr_sigaction64_t, pr_siginfo64_t):
723 Likewise.
724 * common/common.m4 (GDB_AC_COMMON): Don't check for sys/syscall.h.
725 * configure: Regenerate.
726 * config.in: Regenerate.
727 * gdbserver/configure: Regenerate.
728 * gdbserver/config.in: Regenerate.
729
730 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Remove
731 NEW_PROC_API test.
732 * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Likewise.
733
734 * linux-btrace.c: Remove HAVE_SYS_SYSCALL_H test.
735
736 * proc-api.c: Remove !NEW_PROC_API support.
737 Remove HAVE_SYS_PROC_H and HAVE_SYS_USER_H tests.
738 Remove tests for macros always defined on Solaris.
739 * proc-events.c: Remove !NEW_PROC_API support.
740 Remove Remove HAVE_SYS_SYSCALL_H, HAVE_SYS_PROC_H and
741 HAVE_SYS_USER_H tests.
742 (init_syscall_table): Remove non-Solaris syscalls.
743 Remove tests for syscalls present on all Solaris versions.
744 Add missing Solaris 10+ syscalls.
745 (signal_table): Remove non-Solaris signals.
746 Remove tests for signals present on all Solaris versions.
747 (fault_table): Remove non-Solaris faults.
748 Remove tests for faults present on all Solaris versions.
749 * proc-flags.c: Remove !NEW_PROC_API support.
750 (pr_flag_table): Remove non-Solaris and pre-Solaris 7 comments.
751 Remove non-Solaris flags.
752 * proc-why.c: Remove !NEW_PROC_API support.
753 (pr_why_table): Remove meaningless comments.
754 Remove tests for reasons present on all Solaris versions.
755 Remove OSF/1 cases.
756 (proc_prettyfprint_why): Likewise.
757
758 * procfs.c: Remove !NEW_PROC_API and DYNAMIC_SYSCALLS support.
759 Remove HAVE_SYS_FAULT_H and HAVE_SYS_SYSCALL_H tests.
760 Remove WA_READ test, IRIX watchpoint support.
761 (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t): Replace by base
762 types. Change users.
763 (gdb_praddset, gdb_prdelset, gdb_premptysysset, gdb_praddsysset)
764 (gdb_prdelset, gdb_pr_issyssetmember): Replace by base macros.
765 Change callers.
766 Remove CTL_PROC_NAME_FMT tests.
767 (gdb_prstatus_t, gdb_lwpstatus_t): Replace by base types. Change
768 users.
769 (sysset_t_size): Remove. Use sizeof (sysset_t) in callers.
770 Remove PROCFS_DONT_PIOCSSIG_CURSIG support.
771 (proc_modify_flag): Replace GDBRESET by PCUNSET.
772 Remove PR_ASYNC, PR_KLC tests.
773 (proc_unset_inherit_on_fork): Remove PR_ASYNC test.
774 (proc_parent_pid): Remove PCWATCH etc. tests.
775 (proc_set_watchpoint): Remove !PCWATCH && !PIOCSWATCH support.
776 Remove PCAGENT test.
777 (proc_get_nthreads) [PIOCNTHR && PIOCTLIST]: Remove.
778 Remove SYS_lwpcreate || SYS_lwp_create test.
779 (proc_get_current_thread): Likewise.
780 [PIOCNTHR && PIOCTLIST]: Remove.
781 [PIOCLSTATUS]: Remove.
782 (procfs_debug_inferior): Remove non-Solaris cases, conditionals.
783 [PRFS_STOPEXEC]: Remove.
784 (syscall_is_lwp_exit): Remove non-Solaris cases, conditionals.
785 (syscall_is_exit): Likewise.
786 (syscall_is_exec): Likewise.
787 (syscall_is_lwp_create): Likewise.
788 Remove SYS_syssgi support.
789 (procfs_wait): Remove PR_ASYNC, !PIOCSSPCACT tests.
790 [SYS_syssgi]: Remove.
791 Remove non-Solaris cases, conditionals.
792 (unconditionally_kill_inferior) [PROCFS_NEED_PIOCSSIG_FOR_KILL]:
793 Remove.
794 (procfs_init_inferior) [SYS_syssgi]: Remove.
795 (procfs_set_exec_trap) [PRFS_STOPEXEC]: Remove.
796 (procfs_inferior_created) [SYS_syssgi]: Remove.
797 (procfs_set_watchpoint): Remove !AIX5 test.
798 (procfs_stopped_by_watchpoint): Remove FLTWATCH test, FLTKWATCH
799 case.
800 (mappingflags) [MA_PHYS]: Remove.
801 (info_mappings_callback): Remove PCAGENT test.
802 Remove PIOCOPENLWP || PCAGENT test.
803
804 2017-11-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
805
806 * sol-thread.c (info_solthreads): Constify args.
807 Cast args to void *.
808
809 2017-11-29 John Baldwin <jhb@FreeBSD.org>
810
811 * target-float.c [HAVE_LIBMPFR]: Define MPFR_USE_INTMAX_T.
812
813 2017-11-29 Joel Brobecker <brobecker@adacore.com>
814
815 * ada-lang.c (to_fixed_range_type): Make sure that the size
816 of the range type being returned is the same as the size
817 of the range type being fixed.
818
819 2017-11-29 Pedro Alves <palves@redhat.com>
820
821 PR c++/19436
822 * NEWS: Mention setting breakpoints on functions with C++ ABI
823 tags.
824 * completer.h (completion_match_for_lcd) <match,
825 mark_ignored_range>: New methods.
826 <finish>: Consider ignored ranges.
827 <clear>: Clear ignored ranges.
828 <m_ignored_ranges, m_finished_storage>: New fields.
829 * cp-support.c (cp_search_name_hash): Ignore ABI tags.
830 (cp_symbol_name_matches_1, cp_fq_symbol_name_matches): Pass the
831 completion_match_for_lcd pointer to strncmp_iw_with_mode.
832 (test_cp_symbol_name_cmp): Add [abi:...] tags unit tests.
833 * language.c (default_symbol_name_matcher): Pass the
834 completion_match_for_lcd pointer to strncmp_iw_with_mode.
835 * linespec.c (linespec_lexer_lex_string): Don't tokenize ABI tags.
836 * utils.c (skip_abi_tag): New function.
837 (strncmp_iw_with_mode): Add completion_match_for_lcd parameter.
838 Handle ABI tags.
839 * utils.h (strncmp_iw_with_mode): Add completion_match_for_lcd
840 parameter.
841
842 2017-11-29 Pedro Alves <palves@redhat.com>
843
844 PR c++/19436
845 * NEWS: Mention setting breakpoints on functions with C++ ABI
846 tags.
847 * completer.h (completion_match_for_lcd) <match,
848 mark_ignored_range>: New methods.
849 <finish>: Consider ignored ranges.
850 <clear>: Clear ignored ranges.
851 <m_ignored_ranges, m_finished_storage>: New fields.
852 * cp-support.c (cp_search_name_hash): Ignore ABI tags.
853 (cp_symbol_name_matches_1, cp_fq_symbol_name_matches): Pass the
854 completion_match_for_lcd pointer to strncmp_iw_with_mode.
855 (test_cp_symbol_name_cmp): Add [abi:...] tags unit tests.
856 * language.c (default_symbol_name_matcher): Pass the
857 completion_match_for_lcd pointer to strncmp_iw_with_mode.
858 * linespec.c (linespec_lexer_lex_string): Don't tokenize ABI tags.
859 * utils.c (skip_abi_tag): New function.
860 (strncmp_iw_with_mode): Add completion_match_for_lcd parameter.
861 Handle ABI tags.
862 * utils.h (strncmp_iw_with_mode): Add completion_match_for_lcd
863 parameter.
864
865 2017-11-29 Pedro Alves <palves@redhat.com>
866
867 * NEWS: Mention that breakpoints on C++ functions are now set on
868 on all namespaces/classes by default, and mention "break
869 -qualified".
870 * ax-gdb.c (agent_command_1): Adjust to pass a
871 symbol_name_match_type to new_linespec_location.
872 * breakpoint.c (parse_breakpoint_sals): Adjust to
873 get_linespec_location's return type change.
874 (strace_marker_create_sals_from_location): Adjust to pass a
875 symbol_name_match_type to new_linespec_location.
876 (strace_marker_decode_location): Adjust to get_linespec_location's
877 return type change.
878 (strace_command): Adjust to pass a symbol_name_match_type to
879 new_linespec_location.
880 (LOCATION_HELP_STRING): Add paragraph about wildmatching, and
881 mention "-qualified".
882 * c-lang.c (cplus_language_defn): Install cp_search_name_hash.
883 * completer.c (explicit_location_match_type::MATCH_QUALIFIED): New
884 enumerator.
885 (complete_address_and_linespec_locations): New parameter
886 'match_type'. Pass it down.
887 (explicit_options): Add "-qualified".
888 (collect_explicit_location_matches): Pass the requested match type
889 to the linespec completers. Handle MATCH_QUALIFIED.
890 (location_completer): Handle "-qualified" combined with linespecs.
891 * cp-support.c (cp_search_name_hash): New.
892 (cp_symbol_name_matches_1): Implement wild matching for C++.
893 (cp_fq_symbol_name_matches): Reimplement.
894 (cp_get_symbol_name_matcher): Return different matchers depending
895 on the lookup name's match type.
896 (selftests::test_cp_symbol_name_matches): Add wild matching tests.
897 * cp-support.h (cp_search_name_hash): New declaration.
898 * dwarf2read.c
899 (selftests::dw2_expand_symtabs_matching::test_symbols): Add
900 symbols.
901 (test_dw2_expand_symtabs_matching_symbol): Add wild matching
902 tests.
903 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Adjust to
904 pass a symbol_name_match_type to new_linespec_location.
905 * linespec.c (linespec_parse_basic): Lookup function symbols using
906 the parser's symbol name match type.
907 (convert_explicit_location_to_linespec): New
908 symbol_name_match_type parameter. Pass it down to
909 find_linespec_symbols.
910 (convert_explicit_location_to_sals): Pass the location's name
911 match type to convert_explicit_location_to_linespec.
912 (parse_linespec): New match_type parameter. Save it in the
913 parser.
914 (linespec_parser_new): Default to symbol_name_match_type::WILD.
915 (linespec_complete_function): New symbol_name_match_type
916 parameter. Use it.
917 (complete_linespec_component): Pass down the parser's recorded
918 name match type.
919 (linespec_complete_label): New symbol_name_match_type parameter.
920 Use it.
921 (linespec_complete): New symbol_name_match_type parameter. Save
922 it in the parser and pass it down. Adjust to
923 get_linespec_location's prototype change.
924 (find_function_symbols, find_linespec_symbols): New
925 symbol_name_match_type parameter. Pass it down instead of
926 assuming symbol_name_match_type::WILD.
927 * linespec.h (linespec_complete, linespec_complete_function)
928 (linespec_complete_label): New symbol_name_match_type parameter.
929 * location.c (event_location::linespec_location): Now a struct
930 linespec_location.
931 (EL_LINESPEC): Adjust.
932 (initialize_explicit_location): Default to
933 symbol_name_match_type::WILD.
934 (new_linespec_location): New symbol_name_match_type parameter.
935 Record it in the location.
936 (get_linespec_location): Now returns a struct linespec_location.
937 (new_explicit_location): Also copy func_name_match_type.
938 (explicit_to_string_internal)
939 (string_to_explicit_location): Handle "-qualified".
940 (copy_event_location): Adjust to LINESPEC_LOCATION type change.
941 Copy symbol_name_match_type fields.
942 (event_location_deleter::operator()): Adjust to LINESPEC_LOCATION
943 type change.
944 (event_location_to_string): Adjust to LINESPEC_LOCATION type
945 change. Handle "-qualfied".
946 (string_to_explicit_location): Handle "-qualified".
947 (string_to_event_location_basic): New symbol_name_match_type
948 parameter. Pass it down.
949 (string_to_event_location): Handle "-qualified".
950 * location.h (struct linespec_location): New.
951 (explicit_location::func_name_match_type): New field.
952 (new_linespec_location): Now returns a const linespec_location *.
953 (string_to_event_location_basic): New symbol_name_match_type
954 parameter.
955 (explicit_completion_info::saw_explicit_location_option): New
956 field.
957 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Adjust to pass a
958 symbol_name_match_type to new_linespec_location.
959 * python/py-breakpoint.c (bppy_init): Likewise.
960 * python/python.c (gdbpy_decode_line): Likewise.
961
962 2017-11-29 Pedro Alves <palves@redhat.com>
963
964 * ada-lang.c (ada_lookup_name_info::matches): Change type of
965 parameter from completion_match to completion_match_result.
966 Adjust.
967 (do_wild_match, do_full_match, ada_symbol_name_matches): Likewise.
968 * completer.c (completion_tracker::maybe_add_completion): Add
969 match_for_lcd parameter and use it.
970 (completion_tracker::add_completion): Likewise.
971 * completer.h (class completion_match_for_lcd): New class.
972 (completion_match_result::match_for_lcd): New field.
973 (completion_match_result::set_match): New method.
974 (completion_tracker): Add comments.
975 (completion_tracker::add_completion): Add match_for_lcd parameter.
976 (completion_tracker::reset_completion_match_result): Reset
977 match_for_lcd too.
978 (completion_tracker::maybe_add_completion): Add match_for_lcd
979 parameter.
980 (completion_tracker::m_lowest_common_denominator_unique): Extend
981 comments.
982 * cp-support.c (cp_symbol_name_matches_1)
983 (cp_fq_symbol_name_matches): Change type of parameter from
984 completion_match to completion_match_result. Adjust.
985 * language.c (default_symbol_name_matcher): Change type of
986 parameter from completion_match to completion_match_result.
987 Adjust.
988 * language.h (completion_match_for_lcd): Forward declare.
989 (default_symbol_name_matcher): Change type of parameter from
990 completion_match to completion_match_result.
991 * symtab.c (compare_symbol_name): Adjust.
992 (completion_list_add_name): Pass the match_for_lcd to the tracker.
993 * symtab.h (ada_lookup_name_info::matches): Change type of
994 parameter from completion_match to completion_match_result.
995 (symbol_name_matcher_ftype): Likewise, and update comments.
996
997 2017-11-29 Pedro Alves <palves@redhat.com>
998
999 * linespec.c (minsym_found, add_minsym): Use msymbol_is_function.
1000 * minsyms.c (msymbol_is_text): Delete.
1001 (msymbol_is_function): New function.
1002 * minsyms.h (msymbol_is_text): Delete.
1003 (msymbol_is_function): New declaration.
1004 * symtab.c (find_function_alias_target): Use msymbol_is_function.
1005
1006 2017-11-29 Tom Tromey <tom@tromey.com>
1007
1008 * Makefile.in (distclean): Handle the case where rmdir fails.
1009
1010 2017-11-29 Tom Tromey <tom@tromey.com>
1011
1012 * symfile.c (_initialize_symfile): Update usage text for
1013 add-symbol-file, symbol-file, load.
1014
1015 2017-11-29 Tom Tromey <tom@tromey.com>
1016
1017 * symfile.c (add_symbol_file_command): Error if some arguments to
1018 -s are missing. Change unrecognized-argument error message.
1019 (_initialize_symfile): Fix usage text for add-symbol-file.
1020
1021 2017-11-27 Tom Tromey <tom@tromey.com>
1022
1023 * Makefile.in (REMOTE_OBS): Remove.
1024 (SFILES): Remove remote sources.
1025 (COMMON_SFILES): Add remote sources.
1026 (ALLDEPFILES): Remove dcache.c.
1027
1028 2017-11-27 Tom Tromey <tom@tromey.com>
1029
1030 * Makefile.in (SUBDIR_TARGET_SRCS, SUBDIR_TARGET_OBS): New
1031 variables.
1032 (SFILES): Use SUBDIR_TARGET_SRCS.
1033 (COMMON_OBS): Use SUBDIR_TARGET_OBS. Remove waitstatus.o.
1034 (CONFIG_SRC_SUBDIR): Add target.
1035 (%.o): Remove target rule.
1036
1037 2017-11-27 Tom Tromey <tom@tromey.com>
1038
1039 * Makefile.in (COMMON_OBS): Remove filename-seen-cache.o,
1040 registry.o, thread-fsm.o, debug.o.
1041 (COMMON_SFILES): Add filename-seen-cache.c, registry.c,
1042 thread-fsm.c, debug.c.
1043
1044 2017-11-27 Tom Tromey <tom@tromey.com>
1045
1046 * Makefile.in (COMMON_SFILES): New.
1047 (SFILES): Move some entries to COMMON_SFILES.
1048 (COMMON_OBS): Use COMMON_SFILES.
1049
1050 2017-11-27 Tom Tromey <tom@tromey.com>
1051
1052 * Makefile.in (YYFILES): Update comment.
1053 (YYOBJ): Redefine.
1054
1055 2017-11-27 Tom Tromey <tom@tromey.com>
1056
1057 * Makefile.in (SUBDIR_PYTHON_OBS): Redefine.
1058 (CONFIG_SRC_SUBDIR): Add python.
1059 (%.o): Remove python rule.
1060 (python/%.o): New rule.
1061 * configure: Rebuild.
1062 * configure.ac (CONFIG_OBS): Refer to python/python.o
1063
1064 2017-11-27 Tom Tromey <tom@tromey.com>
1065
1066 * configure: Rebuild.
1067 * configure.ac (CONFIG_OBS): Refer to guile/guile.o.
1068 * Makefile.in (SUBDIR_GUILE_OBS): Redefine.
1069 (CONFIG_SRC_SUBDIR): Add guile.
1070 (%.o): Remove guile rule.
1071
1072 2017-11-27 Tom Tromey <tom@tromey.com>
1073
1074 * Makefile.in (SUBDIR_UNITTESTS_OBS): Redefine.
1075 (%.o): Remove unittests rule.
1076 (CONFIG_SRC_SUBDIR): Add unittests.
1077
1078 2017-11-27 Tom Tromey <tom@tromey.com>
1079
1080 * Makefile.in (SUBDIR_TUI_OBS): Redefine.
1081 (CONFIG_SRC_SUBDIR): Add tui.
1082 (%.o): Remove tui rule.
1083
1084 2017-11-27 Tom Tromey <tom@tromey.com>
1085
1086 * Makefile.in (SUBDIR_GCC_COMPILE_OBS): Redefine.
1087 (%.o): Remove compile rule.
1088 (CONFIG_SRC_SUBDIR): Add compile.
1089
1090 2017-11-27 Tom Tromey <tom@tromey.com>
1091
1092 * Makefile.in (SUBDIR_MI_OBS): Redefine.
1093 (%.o): Remove mi rule.
1094 (CONFIG_SRC_SUBDIR): Add mi.
1095 (COMMON_OBS): Use mi/mi-common.o
1096
1097 2017-11-27 Tom Tromey <tom@tromey.com>
1098
1099 * Makefile.in (SUBDIR_CLI_OBS): Redefine.
1100 (%.o): Remove cli rule.
1101 (CONFIG_SRC_SUBDIR): Add cli.
1102
1103 2017-11-27 Tom Tromey <tom@tromey.com>
1104
1105 * configure.ac (CONFIG_SRC_SUBDIR): Don't subst.
1106 * configure: Rebuild.
1107 * Makefile.in (CONFIG_SRC_SUBDIR): Redefine.
1108 (CONFIG_DEP_SUBDIR): New variable.
1109 (%.o): Add order-only dependency.
1110 ($(CONFIG_DEP_SUBDIR)): New target.
1111
1112 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1113
1114 PR gdb/21945
1115 * findcmd.c (_initialize_mem_search): Update find command help
1116 text.
1117
1118 2017-11-26 Simon Marchi <simon.marchi@polymtl.ca>
1119
1120 * python/python.c (do_start_initialization): Change progname
1121 type to gdb::unique_xmalloc_ptr. Release the pointer when using
1122 Python 2.
1123
1124 2017-11-26 Tom Tromey <tom@tromey.com>
1125
1126 * common/format.h: Add include guards.
1127
1128 2017-11-26 Tom Tromey <tom@tromey.com>
1129
1130 * nat/linux-personality.h (class
1131 maybe_disable_address_space_randomization): New class.
1132 (maybe_disable_address_space_randomization): Don't declare
1133 function.
1134 * nat/linux-personality.c (restore_personality)
1135 (make_disable_asr_cleanup): Remove.
1136 (maybe_disable_address_space_randomization): Now a constructor.
1137 (~maybe_disable_address_space_randomization): New destructor.
1138 * linux-nat.c (linux_nat_create_inferior): Update.
1139
1140 2017-11-26 Tom Tromey <tom@tromey.com>
1141
1142 * gcore.c (write_gcore_file_1): Use gdb::unique_xmalloc_ptr.
1143
1144 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1145
1146 * spu-tdep.c (spu_software_single_step): Access SPU_LSLR_REGNUM as
1147 "cooked" register. Access only first four bytes of branch target
1148 registers.
1149
1150 2017-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1151
1152 PR gdb/22491
1153 * stap-probe.c (relocate_address): New function.
1154 (stap_probe::get_relocated_address): Use 'relocate_address'.
1155 (stap_probe::set_semaphore): Use 'relocate_address' and pass
1156 'm_sem_addr'.
1157 (stap_probe::clear_semaphore): Likewise.
1158
1159 2017-11-25 Pedro Alves <palves@redhat.com>
1160
1161 * dictionary.c: Include "safe-ctype.h".
1162 * minsyms.c: Include "safe-ctype.h".
1163 * minsyms.c (SYMBOL_HASH_NEXT): Use TOLOWER instead of tolower.
1164
1165 2017-11-25 Pedro Alves <palves@redhat.com>
1166
1167 * completer.c (complete_line_internal_1): Skip spaces until the
1168 start of the command.
1169
1170 2017-11-24 Pedro Alves <palves@redhat.com>
1171
1172 * cp-support.c (cp_symbol_name_matches_1): New, factored out from
1173 cp_fq_symbol_name_matches. Pass language_cplus to
1174 strncmp_with_mode.
1175 (cp_fq_symbol_name_matches): Call cp_symbol_name_matches_1.
1176 (selftests::test_cp_symbol_name_cmp): New.
1177 (_initialize_cp_support): Register "cp_symbol_name_matches"
1178 selftests.
1179 * language.c (default_symbol_name_matcher): Pass language_minimal
1180 to strncmp_iw_with_mode.
1181 * utils.c: Include "cp-support.h" and <algorithm>.
1182 (valid_identifier_name_char, cp_skip_operator_token, skip_ws)
1183 (cp_is_operator): New functions.
1184 (strncmp_iw_with_mode): Use them. Add language parameter. Don't
1185 skip whitespace in the symbol name when the lookup name doesn't
1186 have spaces, and vice versa.
1187 (strncmp_iw, strcmp_iw): Pass language to strncmp_iw_with_mode.
1188 * utils.h (strncmp_iw_with_mode): Add language parameter.
1189
1190 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1191
1192 * ada-lang.c (ada_exception_message_1, ada_exception_message):
1193 New functions.
1194 (print_it_exception): If available, display the exception
1195 message as well.
1196 * NEWS: Document new feature.
1197
1198 2017-11-24 Ulrich Weigand <uweigand@de.ibm.com>
1199
1200 * configure.nat <spu-linux>: Add fork-inferior.o to NATDEPFILES.
1201
1202 2017-11-24 Philipp Rudo <prudo@linux.vnet.ibm.com>
1203
1204 * dtrace-probe.c (dtrace_probe::build_arg_exprs)
1205 (dtrace_probe::is_enabled, dtrace_probe::enable)
1206 (dtrace_probe::disable): Remove keyword 'struct' at for-range
1207 variable
1208 * probe.c (gen_ui_out_table_header_info)
1209 (print_ui_out_not_applicables): Remove keyword 'struct' at
1210 for-range variable
1211
1212 2017-11-24 Alan Hayward <alan.hayward@arm.com>
1213
1214 * configure.tgt: Add arch/aarch64.o
1215
1216 2017-11-24 Simon Marchi <simon.marchi@polymtl.ca>
1217
1218 * common/common-utils.h: Include poison.h.
1219 (xfree): Remove declaration, add definition with static_assert.
1220 * common/common-utils.c (xfree): Remove.
1221 * common/poison.h (IsMallocatable): Define.
1222 (IsFreeable): Define.
1223 (free): Delete for non-freeable types.
1224 (xnew): New.
1225 (XNEW): Undef and redefine.
1226 (xcnew): New.
1227 (XCNEW): Undef and redefine.
1228 (xdelete): New.
1229 (XDELETE): Undef and redefine.
1230 (xnewvec): New.
1231 (XNEWVEC): Undef and redefine.
1232 (xcnewvec): New.
1233 (XCNEWVEC): Undef and redefine.
1234 (xresizevec): New.
1235 (XRESIZEVEC): Undef and redefine.
1236 (xdeletevec): New.
1237 (XDELETEVEC): Undef and redefine.
1238 (xnewvar): New.
1239 (XNEWVAR): Undef and redefine.
1240 (xcnewvar): New.
1241 (XCNEWVAR): Undef and redefine.
1242 (xresizevar): New.
1243 (XRESIZEVAR): Undef and redefine.
1244
1245 2017-11-24 Simon Marchi <simon.marchi@polymtl.ca>
1246
1247 * gdbthread.h (private_thread_info): Define structure type, add
1248 virtual pure destructor.
1249 (thread_info) <priv>: Change type to unique_ptr.
1250 <private_dtor>: Remove.
1251 * thread.c (add_thread_with_info): Adjust to use of unique_ptr.
1252 (private_thread_info::~private_thread_info): Provide default
1253 implementation.
1254 (thread_info::~thread_info): Don't call private_dtor nor
1255 manually free priv.
1256 * aix-thread.c (private_thread_info): Rename to ...
1257 (aix_thread_info): ... this.
1258 (get_aix_thread_info): New.
1259 (sync_threadlists): Adjust.
1260 (iter_tid): Adjust.
1261 (aix_thread_resume): Adjust.
1262 (aix_thread_fetch_registers): Adjust.
1263 (aix_thread_store_registers): Adjust.
1264 (aix_thread_extra_thread_info): Adjust.
1265 * darwin-nat.h (private_thread_info): Rename to ...
1266 (darwin_thread_info): ... this.
1267 (get_darwin_thread_info): New.
1268 * darwin-nat.c (darwin_init_thread_list): Adjust.
1269 (darwin_check_new_threads): Adjust.
1270 (thread_info_from_private_thread_info): Adjust.
1271 * linux-thread-db.c (private_thread_info): Rename to ...
1272 (thread_db_thread_info): ... this, initialize fields.
1273 (get_thread_db_thread_info): New.
1274 <dying>: Change type to bool.
1275 (update_thread_state): Adjust to type rename.
1276 (record_thread): Adjust to type rename an use of unique_ptr.
1277 (thread_db_pid_to_str): Likewise.
1278 (thread_db_extra_thread_info): Likewise.
1279 (thread_db_thread_handle_to_thread_info): Likewise.
1280 (thread_db_get_thread_local_address): Likewise.
1281 * nto-tdep.h (private_thread_info): Rename to ...
1282 (nto_thread_info): ... this, initialize fields.
1283 (get_nto_thread_info): New.
1284 <name>: Change type to std::string.
1285 * nto-tdep.c (nto_extra_thread_info): Adjust to type rename and
1286 use of unique_ptr.
1287 * nto-procfs.c (update_thread_private_data_name): Adjust to
1288 std::string change, allocate nto_private_thread_info with new.
1289 (update_thread_private_data): Adjust to unique_ptr.
1290 * remote.c (private_thread_info): Rename to ...
1291 (remote_thread_info): ... this, initialize data members with
1292 default values.
1293 <extra, name>: Change type to std::string.
1294 <thread_handle>: Change type to non-pointer.
1295 (free_private_thread_info): Remove.
1296 (get_private_info_thread): Rename to...
1297 (get_remote_thread_info): ... this, change return type, adjust to
1298 use of unique_ptr, use remote_thread_info constructor.
1299 (remote_add_thread): Adjust.
1300 (get_private_info_ptid): Rename to...
1301 (get_remote_thread_info): ...this, change return type.
1302 (remote_thread_name): Use get_remote_thread_info, adjust to
1303 change to std::string.
1304 (struct thread_item) <~thread_item>: Remove.
1305 <thread_handle>: Make non pointer.
1306 (start_thread): Adjust to thread_item::thread_handle type
1307 change.
1308 (remote_update_thread_list): Adjust to type name change, move
1309 strings from temporary to long-lived object instead of
1310 duplicating.
1311 (remote_threads_extra_info): Use get_remote_thread_info.
1312 (process_initial_stop_replies): Likewise.
1313 (resume_clear_thread_private_info): Likewise.
1314 (remote_resume): Adjust to type name change.
1315 (remote_commit_resume): Use get_remote_thread_info.
1316 (process_stop_reply): Adjust to type name change.
1317 (remote_stopped_by_sw_breakpoint): Use get_remote_thread_info.
1318 (remote_stopped_by_hw_breakpoint): Likewise.
1319 (remote_stopped_by_watchpoint): Likewise.
1320 (remote_stopped_data_address): Likewise.
1321 (remote_core_of_thread): Likewise.
1322 (remote_thread_handle_to_thread_info): Use
1323 get_private_info_thread, adjust to thread_handle field type
1324 change.
1325
1326 2017-11-24 Simon Marchi <simon.marchi@polymtl.ca>
1327
1328 * remote.c (struct thread_item): Add constructor, disable copy
1329 construction and copy assignment, define default move
1330 construction and move assignment.
1331 <extra, name>: Change type to std::string.
1332 <core>: Initialize.
1333 <thread_handle>: Make non-pointer.
1334 (thread_item_t): Remove typedef.
1335 (DEF_VEC_O(thread_item_t)): Remove.
1336 (threads_listing_context) <contains_thread>: New method.
1337 <remove_thread>: New method.
1338 <items>: Change type to std::vector.
1339 (clear_threads_listing_context): Remove.
1340 (threads_listing_context_remove): Remove.
1341 (remote_newthread_step): Use thread_item constructor, adjust to
1342 change to std::vector.
1343 (start_thread): Use thread_item constructor, adjust to change to
1344 std::vector.
1345 (end_thread): Adjust to change to std::vector and std::string.
1346 (remote_get_threads_with_qthreadinfo): Use thread_item
1347 constructor, adjust to std::vector.
1348 (remote_update_thread_list): Adjust to change to std::vector and
1349 std::string, use threads_listing_context methods.
1350 (remove_child_of_pending_fork): Adjust.
1351 (remove_new_fork_children): Adjust.
1352 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add rsp-low-selftests.c.
1353 (SUBDIR_UNITTESTS_OBS): Add rsp-low-selftests.o.
1354 * unittests/rsp-low-selftests.c: New file.
1355 * common/rsp-low.h: Include common/byte-vector.h.
1356 (hex2bin): New overload.
1357 * common/rsp-low.c (hex2bin): New overload.
1358
1359 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1360
1361 * inferior.h (private_inferior): Define structure type, add
1362 virtual pure destructor.
1363 (inferior) <priv>: Change type to unique_ptr.
1364 * inferior.c (private_inferior::~private_inferior): Provide
1365 default implementation.
1366 (inferior::~inferior): Don't free priv field.
1367 (exit_inferior_1): Likewise.
1368 * darwin-nat.h (struct darwin_exception_info): Initialize fields.
1369 (darwin_exception_info): Remove typedef.
1370 (DEF_VEC_O (darwin_thread_t)); Remove.
1371 (private_inferior): Rename to ...
1372 (darwin_private_inferior): ... this, extend private_inferior.
1373 (get_darwin_inferior): New.
1374 <threads>: Change type to std::vector of darwin_thread_t pointers.
1375 * darwin-nat.c (darwin_check_new_threads): Adjust.
1376 (find_inferior_task_it): Adjust.
1377 (darwin_find_thread); Adjust.
1378 (darwin_suspend_inferior): Adjust.
1379 (darwin_resume_inferior): Adjust.
1380 (darwin_find_new_inferior): Adjust.
1381 (darwin_decode_notify_message): Adjust.
1382 (darwin_send_reply): Adjust.
1383 (darwin_resume_inferior_threads): Adjust.
1384 (darwin_suspend_inferior_threads): Adjust.
1385 (darwin_decode_message): Adjust.
1386 (darwin_wait): Adjust.
1387 (darwin_interrupt): Adjust.
1388 (darwin_deallocate_threads): Adjust.
1389 (darwin_mourn_inferior): Adjust, don't free private data.
1390 (darwin_reply_to_all_pending_messages): Adjust.
1391 (darwin_stop_inferior): Adjust.
1392 (darwin_setup_exceptions): Adjust.
1393 (darwin_kill_inferior): Adjust.
1394 (darwin_setup_request_notification): Adjust.
1395 (darwin_attach_pid): Adjust.
1396 (darwin_init_thread_list): Adjust.
1397 (darwin_setup_fake_stop_event): Adjust.
1398 (darwin_attach): Adjust.
1399 (darwin_detach): Adjust.
1400 (darwin_xfer_partial): Adjust.
1401 (set_enable_mach_exceptions): Adjust.
1402 (darwin_pid_to_exec_file): Adjust.
1403 (darwin_get_ada_task_ptid): Adjust.
1404 * darwin-nat-info.c (get_task_from_args): Adjust.
1405 (info_mach_ports_command): Adjust.
1406 (info_mach_region_command): Adjust.
1407 (info_mach_exceptions_command): Adjust.
1408 * remote.c (private_inferior): Rename to ...
1409 (remote_private_inferior): ... this, initialize fields.
1410 (get_remote_inferior); New.
1411 (remote_commit_resume): Use get_remote_inferior.
1412 (check_pending_event_prevents_wildcard_vcont_callback): Likewise.
1413
1414 2017-11-24 Pedro Alves <palves@redhat.com>
1415
1416 * NEWS: Mention linespecs and explicit locations, and completion
1417 improvements.
1418
1419 2017-11-24 Yao Qi <yao.qi@linaro.org>
1420
1421 * regcache.c (regcache::dump): Remove footnote_register_size.
1422
1423 2017-11-24 Yao Qi <yao.qi@linaro.org>
1424
1425 * regcache.c (cooked_read_test): Add more test for readonly
1426 regcache.
1427
1428 2017-11-24 Yao Qi <yao.qi@linaro.org>
1429
1430 * gdbarch-selftests.c (test_target_has_registers): Move it to
1431 target.c.
1432 (test_target_has_stack): Likewise.
1433 (test_target_has_memory): Likewise.
1434 (test_target_prepare_to_store): Likewise.
1435 (test_target_store_registers): Likewise.
1436 (test_target_ops): Likewise.
1437 * regcache.c: Include selftest-arch.h and gdbthread.h.
1438 (target_ops_no_register): New class.
1439 (test_target_fetch_registers): New.
1440 (test_target_store_registers): New.
1441 (test_target_xfer_partial): New.
1442 (readwrite_regcache): New.
1443 (cooked_read_test): New.
1444 (_initialize_regcache): Register the test.
1445 * target.c: (test_target_has_registers): Moved from
1446 gdbarch-selftests.c.
1447 (test_target_has_stack): Likewise.
1448 (test_target_has_memory): Likewise.
1449 (test_target_prepare_to_store): Likewise.
1450 (test_target_store_registers): Likewise.
1451 * target.h (test_target_ops): New class.
1452
1453 2017-11-24 Alan Hayward <alan.hayward@arm.com>
1454
1455 * aarch64-tdep.c (_initialize_aarch64_tdep): Add target desc
1456 selftest.
1457
1458 2017-11-24 Alan Hayward <alan.hayward@arm.com>
1459
1460 * aarch64-tdep.c (_initialize_aarch64_tdep): Remove init.
1461 * arch/aarch64.c (aarch64_create_target_description): Create
1462 new target description.
1463 * features/Makefile: Add new files.
1464 * features/aarch64.c: Remove file.
1465 * features/aarch64-core.c: New autogenerated file.
1466 * features/aarch64-fpu.c: New autogenerated file.
1467 * target-descriptions.c (maint_print_c_tdesc_cmd): Check for aarch64.
1468
1469 2017-11-24 Alan Hayward <alan.hayward@arm.com>
1470
1471 * Makefile.in: Add new files.
1472 * aarch64-linux-nat.c (aarch64_linux_read_description): Call
1473 aarch64_read_description.
1474 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
1475 Call aarch64_read_description.
1476 * aarch64-tdep.c (aarch64_read_description): New function.
1477 (aarch64_gdbarch_init): Call aarch64_read_description.
1478 * aarch64-tdep.h (aarch64_read_description): New function.
1479 * arch/aarch64.c: New file.
1480 * configure.tgt: Add new files.
1481
1482 2017-11-24 Yao Qi <yao.qi@linaro.org>
1483
1484 * mi/mi-main.c (register_changed_p): Update.
1485 * value.c (value_contents_bits_eq): Change return type.
1486 (value_contents_eq): Likewise.
1487 * value.h: Update comments.
1488
1489 2017-11-24 Yao Qi <yao.qi@linaro.org>
1490
1491 * mi/mi-main.c (mi_cmd_data_list_changed_registers): Remove
1492 local 'changed'. Remove error.
1493 (register_changed_p): Change return type to bool.
1494
1495 2017-11-24 Yao Qi <yao.qi@linaro.org>
1496
1497 * arch/tic6x.c: New file.
1498 * arch/tic6x.h: New file.
1499 * features/Makefile (FEATURE_XMLFILES): Add tic6x-c6xp.xml,
1500 tic6x-core.xml and tic6x-gp.xml.
1501 * features/tic6x-c6xp.c: Generated.
1502 * features/tic6x-core.c: Generated.
1503 * features/tic6x-gp.c: Generated.
1504 * target-descriptions.c (maint_print_c_tdesc_cmd): Match
1505 "tic6x-".
1506
1507 2017-11-23 Simon Marchi <simon.marchi@ericsson.com>
1508
1509 * mi/mi-main.c (list_available_thread_groups): Change map value
1510 type to std::vector.
1511
1512 2017-11-23 Simon Marchi <simon.marchi@ericsson.com>
1513
1514 * osdata.c (osdata_end_column, get_osdata): Remove std::move.
1515
1516 2017-11-23 Simon Marchi <simon.marchi@ericsson.com>
1517
1518 * varobj.c (struct varobj_dynamic) <children_requested_>: Rename
1519 back to...
1520 <children_requested>: ... this.
1521 (varobj_get_num_children, varobj_update): Adjust.
1522
1523 2017-11-23 Simon Marchi <simon.marchi@ericsson.com>
1524
1525 * ada-varobj.c (ada_value_is_changeable_p): Change int to bool where applicable.
1526 (ada_value_has_mutated): Likewise.
1527 * c-varobj.c (varobj_is_anonymous_child): Likewise.
1528 (c_is_path_expr_parent): Likewise.
1529 * mi/mi-cmd-var.c (varobj_update_one): Likewise.
1530 (mi_cmd_var_set_frozen): Likewise.
1531 (mi_cmd_var_update_iter): Likewise.
1532 (mi_cmd_var_update): Likewise.
1533 * varobj.c (pretty_printing): Likewise.
1534 (varobj_enable_pretty_printing): Likewise.
1535 (struct varobj_root) <floating, is_valid>: Likewise.
1536 (struct varobj_dynamic) <children_requested>: Likewise.
1537 (delete_variable): Likewise.
1538 (delete_variable_1): Likewise.
1539 (install_variable): Likewise.
1540 (update_type_if_necessary): Likewise.
1541 (install_new_value): Likewise.
1542 (value_of_root): Likewise.
1543 (is_root_p): Likewise.
1544 (varobj_create): Likewise.
1545 (varobj_delete): Likewise.
1546 (varobj_has_more): Likewise.
1547 (varobj_set_frozen): Likewise.
1548 (varobj_get_frozen): Likewise.
1549 (install_dynamic_child): Likewise.
1550 (dynamic_varobj_has_child_method): Likewise.
1551 (update_dynamic_varobj_children): Likewise.
1552 (varobj_get_num_children): Likewise.
1553 (varobj_list_children): Likewise.
1554 (is_path_expr_parent): Likewise.
1555 (varobj_default_is_path_expr_parent): Likewise.
1556 (varobj_is_dynamic_p): Likewise.
1557 (varobj_set_value): Likewise.
1558 (varobj_value_has_mutated): Likewise.
1559 (varobj_update): Likewise.
1560 (check_scope): Likewise.
1561 (value_of_root_1): Likewise.
1562 (varobj_value_get_print_value): Likewise.
1563 (varobj_editable_p): Likewise.
1564 (varobj_value_is_changeable_p): Likewise.
1565 (varobj_floating_p): Likewise.
1566 (varobj_default_value_is_changeable_p): Likewise.
1567 (varobj_invalidate_iter): Likewise.
1568 * varobj.h (struct varobj_update_result) <type_changed,
1569 children_changed, changed, value_installed>: Likewise.
1570 (struct varobj) <updated, frozen, not_fetched>: Likewise.
1571 (struct lang_varobj_ops) <value_is_changeable_p,
1572 value_has_mutated, is_path_expr_parent>: Likewise.
1573 (varobj_delete): Likewise.
1574 (varobj_set_frozen): Likewise.
1575 (varobj_get_frozen): Likewise.
1576 (varobj_set_value): Likewise.
1577 (varobj_update): Likewise.
1578 (varobj_editable_p): Likewise.
1579 (varobj_floating_p): Likewise.
1580 (varobj_has_more): Likewise.
1581 (varobj_is_dynamic_p): Likewise.
1582 (varobj_default_value_is_changeable_p): Likewise.
1583 (varobj_value_is_changeable_p): Likewise.
1584 (varobj_is_anonymous_child): Likewise.
1585 (varobj_default_is_path_expr_parent): Likewise.
1586
1587 2017-11-22 Sergio Durigan Junior <sergiodj@redhat.com>
1588
1589 * dtrace-probe.c (struct probe_ops dtrace_probe_ops): Delete.
1590 (struct dtrace_probe_arg) <dtrace_probe_arg>: New constructor.
1591 <type_str>: Convert to 'std::string'.
1592 <expr>: Convert to 'expression_up'.
1593 (dtrace_probe_arg_s): Delete type and VEC.
1594 (dtrace_probe_enabler_s): Likewise.
1595 (struct dtrace_probe): Replace by...
1596 (class dtrace_static_probe_ops): ...this and...
1597 (class dtrace_probe): ...this.
1598 (dtrace_probe_is_linespec): Rename to...
1599 (dtrace_static_probe_ops::is_linespec): ...this. Adjust code
1600 to reflect change.
1601 (dtrace_process_dof_probe): Use 'std::vector' instead of VEC.
1602 Adjust code. Create new instance of 'dtrace_probe'.
1603 (dtrace_build_arg_exprs): Rename to...
1604 (dtrace_probe::build_arg_exprs): ...this. Adjust code to
1605 reflect change.
1606 (dtrace_get_probes): Rename to...
1607 (dtrace_static_probe_ops::get_probes): ...this. Adjust code
1608 to reflect change.
1609 (dtrace_get_arg): Rename to...
1610 (dtrace_probe::get_arg_by_number): ...this. Adjust code to
1611 reflect change.
1612 (dtrace_probe_is_enabled): Rename to...
1613 (dtrace_probe::is_enabled): ...this. Adjust code to reflect
1614 change.
1615 (dtrace_get_probe_address): Rename to...
1616 (dtrace_probe::get_relocated_address): ...this. Adjust code
1617 to reflect change.
1618 (dtrace_get_probe_argument_count): Rename to...
1619 (dtrace_probe::get_argument_count): ...this. Adjust code to
1620 reflect change.
1621 (dtrace_can_evaluate_probe_arguments): Rename to...
1622 (dtrace_probe::can_evaluate_arguments): ...this. Adjust code
1623 to reflect change.
1624 (dtrace_evaluate_probe_argument): Rename to...
1625 (dtrace_probe::evaluate_argument): ...this. Adjust code to
1626 reflect change.
1627 (dtrace_compile_to_ax): Rename to...
1628 (dtrace_probe::compile_to_ax): ...this. Adjust code to
1629 reflect change.
1630 (dtrace_probe_destroy): Delete.
1631 (dtrace_type_name): Rename to...
1632 (dtrace_static_probe_ops::type_name): ...this. Adjust code to
1633 reflect change.
1634 (dtrace_probe::get_static_ops): New method.
1635 (dtrace_gen_info_probes_table_header): Rename to...
1636 (dtrace_static_probe_ops::gen_info_probes_table_header):
1637 ...this. Adjust code to reflect change.
1638 (dtrace_gen_info_probes_table_values): Rename to...
1639 (dtrace_probe::gen_info_probes_table_values): ...this. Adjust
1640 code to reflect change.
1641 (dtrace_enable_probe): Rename to...
1642 (dtrace_probe::enable_probe): ...this. Adjust code to reflect
1643 change.
1644 (dtrace_disable_probe): Rename to...
1645 (dtrace_probe::disable_probe): ...this. Adjust code to reflect
1646 change.
1647 (struct probe_ops dtrace_probe_ops): Delete.
1648 (info_probes_dtrace_command): Call 'info_probes_for_spops'
1649 instead of 'info_probes_for_ops'.
1650 (_initialize_dtrace_probe): Use 'all_static_probe_ops' instead
1651 of 'all_probe_ops'.
1652
1653 2017-11-22 Sergio Durigan Junior <sergiodj@redhat.com>
1654 Simon Marchi <simark@simark.ca>
1655
1656 * stap-probe.c (struct probe_ops stap_probe_ops): Delete
1657 variable.
1658 (struct stap_probe_arg) <stap_probe_arg>: New constructor.
1659 <aexpr>: Change type to 'expression_up'.
1660 (stap_probe_arg_s): Delete type and VEC.
1661 (struct stap_probe): Delete. Replace by...
1662 (class stap_static_probe_ops): ...this and...
1663 (class stap_probe): ...this. Rename variables to add 'm_'
1664 prefix. Do not use 'union' for arguments anymore.
1665 (stap_get_expected_argument_type): Receive probe name instead
1666 of 'struct stap_probe'. Adjust code.
1667 (stap_parse_probe_arguments): Rename to...
1668 (stap_probe::parse_arguments): ...this. Adjust code to
1669 reflect change.
1670 (stap_get_probe_address): Rename to...
1671 (stap_probe::get_relocated_address): ...this. Adjust code
1672 to reflect change.
1673 (stap_get_probe_argument_count): Rename to...
1674 (stap_probe::get_argument_count): ...this. Adjust code
1675 to reflect change.
1676 (stap_get_arg): Rename to...
1677 (stap_probe::get_arg_by_number'): ...this. Adjust code to
1678 reflect change.
1679 (can_evaluate_probe_arguments): Rename to...
1680 (stap_probe::can_evaluate_arguments): ...this. Adjust code
1681 to reflect change.
1682 (stap_evaluate_probe_argument): Rename to...
1683 (stap_probe::evaluate_argument): ...this. Adjust code
1684 to reflect change.
1685 (stap_compile_to_ax): Rename to...
1686 (stap_probe::compile_to_ax): ...this. Adjust code to
1687 reflect change.
1688 (stap_probe_destroy): Delete.
1689 (stap_modify_semaphore): Adjust comment.
1690 (stap_set_semaphore): Rename to...
1691 (stap_probe::set_semaphore): ...this. Adjust code to reflect
1692 change.
1693 (stap_clear_semaphore): Rename to...
1694 (stap_probe::clear_semaphore): ...this. Adjust code to
1695 reflect change.
1696 (stap_probe::get_static_ops): New method.
1697 (handle_stap_probe): Adjust code to create instance of
1698 'stap_probe'.
1699 (stap_get_probes): Rename to...
1700 (stap_static_probe_ops::get_probes): ...this. Adjust code to
1701 reflect change.
1702 (stap_probe_is_linespec): Rename to...
1703 (stap_static_probe_ops::is_linespec): ...this. Adjust code to
1704 reflect change.
1705 (stap_type_name): Rename to...
1706 (stap_static_probe_ops::type_name): ...this. Adjust code to
1707 reflect change.
1708 (stap_gen_info_probes_table_header): Rename to...
1709 (stap_static_probe_ops::gen_info_probes_table_header):
1710 ...this. Adjust code to reflect change.
1711 (stap_gen_info_probes_table_values): Rename to...
1712 (stap_probe::gen_info_probes_table_values): ...this. Adjust
1713 code to reflect change.
1714 (struct probe_ops stap_probe_ops): Delete.
1715 (info_probes_stap_command): Use 'info_probes_for_spops'
1716 instead of 'info_probes_for_ops'.
1717 (_initialize_stap_probe): Use 'all_static_probe_ops' instead
1718 of 'all_probe_ops'.
1719
1720 2017-11-22 Sergio Durigan Junior <sergiodj@redhat.com>
1721
1722 * break-catch-throw.c (fetch_probe_arguments): Use
1723 'probe.prob' instead of 'probe.probe'.
1724 * breakpoint.c (create_longjmp_master_breakpoint): Call
1725 'can_evaluate_arguments' and 'get_relocated_address' methods
1726 from probe.
1727 (create_exception_master_breakpoint): Likewise.
1728 (add_location_to_breakpoint): Use 'sal->prob' instead of
1729 'sal->probe'.
1730 (bkpt_probe_insert_location): Call 'set_semaphore' method from
1731 probe.
1732 (bkpt_probe_remove_location): Likewise, for 'clear_semaphore'.
1733 * elfread.c (elf_get_probes): Use 'static_probe_ops' instead
1734 of 'probe_ops'.
1735 (probe_key_free): Call 'delete' on probe.
1736 (check_exception_resume): Use 'probe.prob' instead of
1737 'probe.probe'.
1738 * location.c (string_to_event_location_basic): Call
1739 'probe_linespec_to_static_ops'.
1740 * probe.c (class any_static_probe_ops): New class.
1741 (any_static_probe_ops any_static_probe_ops): New variable.
1742 (parse_probes_in_pspace): Receive 'static_probe_ops' as
1743 argument. Adjust code to reflect change.
1744 (parse_probes): Use 'static_probe_ops' instead of
1745 'probe_ops'. Adjust code to reflect change.
1746 (find_probes_in_objfile): Call methods to get name and
1747 provider from probe.
1748 (find_probe_by_pc): Use 'result.prob' instead of
1749 'result.probe'. Call 'get_relocated_address' method from
1750 probe.
1751 (collect_probes): Adjust comment and argument list to receive
1752 'static_probe_ops' instead of 'probe_ops'. Adjust code to
1753 reflect change. Call necessary methods from probe.
1754 (compare_probes): Call methods to get name and provider from
1755 probes.
1756 (gen_ui_out_table_header_info): Receive 'static_probe_ops'
1757 instead of 'probe_ops'. Use 'std::vector' instead of VEC,
1758 adjust code accordingly.
1759 (print_ui_out_not_applicables): Likewise.
1760 (info_probes_for_ops): Rename to...
1761 (info_probes_for_spops): ...this. Receive 'static_probe_ops'
1762 as argument instead of 'probe_ops'. Adjust code. Call
1763 necessary methods from probe.
1764 (info_probes_command): Use 'info_probes_for_spops'.
1765 (enable_probes_command): Pass correct argument to
1766 'collect_probes'. Call methods from probe.
1767 (disable_probes_command): Likewise.
1768 (get_probe_address): Move to 'any_static_probe_ops::get_address'.
1769 (get_probe_argument_count): Move to
1770 'any_static_probe_ops::get_argument_count'.
1771 (can_evaluate_probe_arguments): Move to
1772 'any_static_probe_ops::can_evaluate_arguments'.
1773 (evaluate_probe_argument): Move to
1774 'any_static_probe_ops::evaluate_argument'.
1775 (probe_safe_evaluate_at_pc): Use 'probe.prob' instead of
1776 'probe.probe'.
1777 (probe_linespec_to_ops): Rename to...
1778 (probe_linespec_to_static_ops): ...this. Adjust code.
1779 (probe_any_is_linespec): Rename to...
1780 (any_static_probe_ops::is_linespec): ...this.
1781 (probe_any_get_probes): Rename to...
1782 (any_static_probe_ops::get_probes): ...this.
1783 (any_static_probe_ops::type_name): New method.
1784 (any_static_probe_ops::gen_info_probes_table_header): New
1785 method.
1786 (compute_probe_arg): Use 'pc_probe.prob' instead of
1787 'pc_probe.probe'. Call methods from probe.
1788 (compile_probe_arg): Likewise.
1789 (std::vector<const probe_ops *> all_probe_ops): Delete.
1790 (std::vector<const static_probe_ops *> all_static_probe_ops):
1791 New variable.
1792 (_initialize_probe): Use 'all_static_probe_ops' instead of
1793 'all_probe_ops'.
1794 * probe.h (struct info_probe_column) <field_name>: Delete
1795 extraneous newline
1796 (info_probe_column_s): Delete type and VEC.
1797 (struct probe_ops): Delete. Replace with...
1798 (class static_probe_ops): ...this and...
1799 (clas probe): ...this.
1800 (struct bound_probe) <bound_probe>: Delete extraneous
1801 newline. Adjust constructor to receive 'probe' instead of
1802 'struct probe'.
1803 <probe>: Rename to...
1804 <prob>: ...this. Delete extraneous newline.
1805 <objfile>: Delete extraneous newline.
1806 (register_probe_ops): Delete unused prototype.
1807 (info_probes_for_ops): Rename to...
1808 (info_probes_for_spops): ...this. Adjust comment.
1809 (get_probe_address): Move to 'probe::get_address'.
1810 (get_probe_argument_count): Move to
1811 'probe::get_argument_count'.
1812 (can_evaluate_probe_arguments): Move to
1813 'probe::can_evaluate_arguments'.
1814 (evaluate_probe_argument): Move to 'probe::evaluate_argument'.
1815 * solib-svr4.c (struct svr4_info): Adjust comment.
1816 (struct probe_and_action) <probe>: Rename to...
1817 <prob>: ...this.
1818 (register_solib_event_probe): Receive 'probe' instead of
1819 'struct probe' as argument. Use 'prob' instead of 'probe'
1820 when applicable.
1821 (solib_event_probe_action): Call 'get_argument_count' method
1822 from probe. Adjust comment.
1823 (svr4_handle_solib_event): Adjust comment. Call
1824 'evaluate_argument' method from probe.
1825 (svr4_create_probe_breakpoints): Call 'get_relocated_address'
1826 from probe.
1827 (svr4_create_solib_event_breakpoints): Use 'probe' instead of
1828 'struct probe'. Call 'can_evaluate_arguments' from probe.
1829 * symfile.h: Forward declare 'class probe' instead of 'struct
1830 probe'.
1831 * symtab.h: Likewise.
1832 (struct symtab_and_line) <probe>: Rename to...
1833 <prob>: ...this.
1834 * tracepoint.c (start_tracing): Use 'prob' when applicable.
1835 Call probe methods.
1836 (stop_tracing): Likewise.
1837
1838 2017-11-22 Joel Brobecker <brobecker@adacore.com>
1839
1840 * ravenscar-thread.c (ravenscar_inferior_created): Remove
1841 trailing newline at end of string in call to warning.
1842
1843 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1844
1845 * osdata.h: Include vector isntead of vec.h.
1846 (osdata_column_s): Remove typedef.
1847 (struct osdata_column): Add constructor.
1848 <name, value>: Change type to std::string.
1849 (DEF_VEC_O (osdata_column_s)): Remove.
1850 (osdata_item_s): Remove typedef.
1851 (struct osdata_item) <columns>: Change type to std::vector.
1852 (DEF_VEC_O (osdata_item_s)): Remove.
1853 (struct osdata): Add constructor.
1854 <type>: Change type to std::string.
1855 <items>: Change type to std::vector.
1856 (osdata_p): Remove typedef.
1857 (DEF_VEC_P (osdata_p)): Remove.
1858 (osdata_parse): Return a unique_ptr.
1859 (osdata_free): Remove.
1860 (make_cleanup_osdata_free): Remove.
1861 (get_osdata): Return a unique_ptr.
1862 (get_osdata_column): Return pointer to std::string, take a
1863 reference to osdata_item as parameter.
1864 * osdata.c (struct osdata_parsing_data) <osdata>: Change type to
1865 unique_ptr.
1866 <property_name>: Change type to std::string.
1867 (osdata_start_osdata): Allocate osdata with new and adjust.
1868 (osdata_start_item): Adjust.
1869 (osdata_start_column): Adjust.
1870 (osdata_end_column): Adjust.
1871 (clear_parsing_data): Remove.
1872 (osdata_parse): Return a unique_ptr and adjust, remove cleanup.
1873 (osdata_item_clear): Remove.
1874 (get_osdata): return a unique_ptr and adjust.
1875 (get_osdata_column): Return a pointer to std::string and adjust.
1876 (info_osdata): Adjust.
1877 * mi/mi-main.c: Include <map>.
1878 (free_vector_of_osdata_items): Remove.
1879 (list_available_thread_groups): Adjust, use std::map instead of
1880 splay tree.
1881
1882 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1883
1884 * stack.c (iterate_over_block_locals): Add LOC_OPTIMIZED_OUT
1885 case in switch.
1886
1887 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1888
1889 * varobj.h (DEF_VEC_P (varobj_p)): Remove.
1890
1891 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1892
1893 * varobj.h (struct varobj_update_result): Add constructor, add
1894 move constructor, disable copy and assign, initialize fields.
1895 <newobj>: Change type to std::vector.
1896 (varobj_update): Return std::vector.
1897 * varobj.c (install_dynamic_child): Change VEC parameters to
1898 std::vector and adjust.
1899 (update_dynamic_varobj_children): Likewise.
1900 (varobj_update): Return std::vector and adjust.
1901 * mi/mi-cmd-var.c (varobj_update_one): Adjust to vector changes.
1902
1903 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1904
1905 * varobj.h (struct varobj) <parent>: Remove const.
1906 <children>: Change type to std::vector.
1907 (varobj_list_children): Return std::vector const reference.
1908 (varobj_restrict_range): Change parameter type to std::vector
1909 const reference.
1910 * varobj.c (varobj_has_more): Adjust.
1911 (varobj_restrict_range): Change parameter type to std::vector
1912 const reference and adjust.
1913 (install_dynamic_child): Adjust.
1914 (update_dynamic_varobj_children): Adjust.
1915 (varobj_list_children): Return std::vector const reference and
1916 adjust.
1917 (varobj_add_child): Adjust.
1918 (update_type_if_necessary): Adjust.
1919 (varobj_update): Adjust.
1920 (delete_variable_1): Adjust.
1921 * ada-varobj.c (ada_value_has_mutated): Adjust.
1922 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Adjust.
1923
1924 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1925
1926 * varobj.h (struct varobj): Add constructor and destructor,
1927 initialize fields.
1928 * varobj.c (struct varobj_root): Initialize fields.
1929 (struct varobj_dynamic): Initialize fields.
1930 (varobj_create): Use unique_ptr instead of cleanup. Create
1931 varobj with new instead of new_root_variable.
1932 (delete_variable_1): Free variable with delete instead of
1933 free_variable.
1934 (create_child_with_value): Create variable with new instead of
1935 new_variable.
1936 (varobj::varobj): New.
1937 (varobj::~varobj): New (body mostly coming from free_variable).
1938 (new_variable): Remove.
1939 (free_variable): Remove.
1940 (do_free_variable_cleanup): Remove.
1941 (make_cleanup_free_variable): Remove.
1942
1943 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1944
1945 * core-regset.c: Remove file.
1946 * Makefile.in (ALLDEPFILES): Remove core-regset.c.
1947
1948 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1949
1950 * NEWS: Document use of GNU MPFR.
1951 * README: Likewise.
1952
1953 * Makefile.in (LIBMPFR): Add define.
1954 (CLIBS): Add $(LIBMPFR).
1955 * configure.ac: Add --with-mpfr configure option.
1956 * configure: Regenerate.
1957 * config.in: Regenerate.
1958
1959 * target-float.c [HAVE_LIBMPFR]: Include <mpfr.h>.
1960 (class mpfr_float_ops): New type.
1961 (mpfr_float_ops::from_target): Two new overloaded functions.
1962 (mpfr_float_ops::to_target): Likewise.
1963 (mpfr_float_ops::to_string): New function.
1964 (mpfr_float_ops::from_string): Likewise.
1965 (mpfr_float_ops::to_longest): Likewise.
1966 (mpfr_float_ops::from_longest): Likewise.
1967 (mpfr_float_ops::from_ulongest): Likewise.
1968 (mpfr_float_ops::to_host_double): Likewise.
1969 (mpfr_float_ops::from_host_double): Likewise.
1970 (mpfr_float_ops::convert): Likewise.
1971 (mpfr_float_ops::binop): Likewise.
1972 (mpfr_float_ops::compare): Likewise.
1973 (get_target_float_ops): Use mpfr_float_ops if available.
1974
1975 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1976
1977 * target-float.c: Do not include <math.h>.
1978 Include <cmath> and <limits>.
1979 (DOUBLEST): Do not define.
1980 (class target_float_ops): New type.
1981 (class host_float_ops): New templated type.
1982 (class decimal_float_ops): New type.
1983
1984 (floatformat_to_doublest): Rename to ...
1985 (host_float_ops<T>::from_target): ... this. Use template type T
1986 instead of DOUBLEST. Use C++ math routines. Update recursive calls.
1987 (host_float_ops<T>::from_target): New overload using a type argument.
1988 (floatformat_from_doublest): Rename to ...
1989 (host_float_ops<T>::to_target): ... this. Use template type T
1990 instead of DOUBLEST. Use C++ math routines. Update recursive calls.
1991 (host_float_ops<T>::to_target): New overload using a type argument.
1992 (floatformat_printf_format): New function.
1993 (struct printf_length_modifier): New templated type.
1994 (floatformat_to_string): Rename to ...
1995 (host_float_ops<T>::to_string): ... this. Use type instead of
1996 floatformat argument. Use floatformat_printf_format and
1997 printf_length_modifier. Remove special handling of invalid numbers,
1998 infinities and NaN (moved to target_float_to_string).
1999 (struct scanf_length_modifier): New templated type.
2000 (floatformat_from_string): Rename to ...
2001 (host_float_ops<T>::from_string): ... this. Use type instead of
2002 floatformat argument. Use scanf_length_modifier.
2003 (floatformat_to_longest): Rename to ...
2004 (host_float_ops<T>::to_longest): ... this. Use type instead of
2005 floatformat argument. Handle out-of-range values deterministically.
2006 (floatformat_from_longest): Rename to ...
2007 (host_float_ops<T>::from_longest): ... this. Use type instead of
2008 floatformat argument.
2009 (floatformat_from_ulongest): Rename to ...
2010 (host_float_ops<T>::from_ulongest): ... this. Use type instead of
2011 floatformat argument.
2012 (floatformat_to_host_double): Rename to ...
2013 (host_float_ops<T>::to_host_double): ... this. Use type instead of
2014 floatformat argument.
2015 (floatformat_from_host_double): Rename to ...
2016 (host_float_ops<T>::from_host_double): ... this. Use type instead of
2017 floatformat argument.
2018 (floatformat_convert): Rename to ...
2019 (host_float_ops<T>::convert): ... this. Use type instead of
2020 floatformat arguments. Remove handling of no-op conversions.
2021 (floatformat_binop): Rename to ...
2022 (host_float_ops<T>::binop): ... this. Use type instead of
2023 floatformat arguments.
2024 (floatformat_compare): Rename to ...
2025 (host_float_ops<T>::compare): ... this. Use type instead of
2026 floatformat arguments.
2027
2028 (match_endianness): Use type instead of length/byte_order arguments.
2029 (set_decnumber_context): Likewise.
2030 (decimal_from_number): Likewise. Update calls.
2031 (decimal_to_number): Likewise.
2032 (decimal_is_zero): Likewise. Update calls. Move to earlier in file.
2033 (decimal_float_ops::to_host_double): New dummy function.
2034 (decimal_float_ops::from_host_double): Likewise.
2035 (decimal_to_string): Rename to ...
2036 (decimal_float_ops::to_string): ... this. Use type instead of
2037 length/byte_order arguments. Update calls.
2038 (decimal_from_string): Rename to ...
2039 (decimal_float_ops::from_string): ... this. Use type instead of
2040 length/byte_order arguments. Update calls.
2041 (decimal_from_longest): Rename to ...
2042 (decimal_float_ops::from_longest): ... this. Use type instead of
2043 length/byte_order arguments. Update calls.
2044 (decimal_from_ulongest): Rename to ...
2045 (decimal_float_ops::from_ulongest): ... this. Use type instead of
2046 length/byte_order arguments. Update calls.
2047 (decimal_to_longest): Rename to ...
2048 (decimal_float_ops::to_longest): ... this. Use type instead of
2049 length/byte_order arguments. Update calls.
2050 (decimal_binop): Rename to ...
2051 (decimal_float_ops::binop): ... this. Use type instead of
2052 length/byte_order arguments. Update calls.
2053 (decimal_compare): Rename to ...
2054 (decimal_float_ops::compare): ... this. Use type instead of
2055 length/byte_order arguments. Update calls.
2056 (decimal_convert): Rename to ...
2057 (decimal_float_ops::convert): ... this. Use type instead of
2058 length/byte_order arguments. Update calls.
2059
2060 (target_float_same_category_p): New function.
2061 (target_float_same_format_p): Likewise.
2062 (target_float_format_length): Likewise.
2063 (enum target_float_ops_kind): New type.
2064 (get_target_float_ops_kind): New function.
2065 (get_target_float_ops): Three new overloaded functions.
2066
2067 (target_float_is_zero): Update call.
2068 (target_float_to_string): Add special handling of invalid numbers,
2069 infinities and NaN (moved from floatformat_to_string). Use
2070 target_float_ops callback.
2071 (target_float_from_string): Use target_float_ops callback.
2072 (target_float_to_longest): Likewise.
2073 (target_float_from_longest): Likewise.
2074 (target_float_from_ulongest): Likewise.
2075 (target_float_to_host_double): Likewise.
2076 (target_float_from_host_double): Likewise.
2077 (target_float_convert): Add special case for no-op conversions.
2078 Use target_float_ops callback.
2079 (target_float_binop): Use target_float_ops callback.
2080 (target_float_compare): Likewise.
2081
2082 2017-11-22 Yao Qi <yao.qi@linaro.org>
2083
2084 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Use strcpy.
2085
2086 2017-11-22 Yao Qi <yao.qi@linaro.org>
2087
2088 * cli/cli-decode.c (help_list): Use memcpy instead of strncpy.
2089 * cp-namespace.c (cp_lookup_transparent_type_loop): Likewise.
2090
2091 2017-11-21 Jerome Guitton <guitton@adacore.com>
2092
2093 * ravenscar-thread.c (ravenscar_wait): Update inferior ptid
2094 with event ptid from the lower layer before doing the
2095 ravenscar-specific update.
2096
2097 2017-11-21 Joel Brobecker <brobecker@adacore.com>
2098
2099 * ravenscar-thread.c (is_ravenscar_task): Also verify that
2100 the ptid's TID is nonzero.
2101
2102 2017-11-21 Joel Brobecker <brobecker@adacore.com>
2103
2104 * ada-lang.h (ada_get_tcb_types_info): Add declaration.
2105 * ada-tasks.c (ada_get_tcb_types_info): Renames get_tcb_types_info.
2106 Make non-static. Change return type to char *. Adjust code
2107 accordingly. Rewrite the function's documentation.
2108 (read_atcb): Adjust call to get_tcb_types_info accordingly.
2109 * ravenscar-thread.c (ravenscar_inferior_created): Check that
2110 we have enough debugging information in the runtime to support
2111 Ada task debugging before we enable the ravenscar-thread layer.
2112
2113 2017-11-21 Joel Brobecker <brobecker@adacore.com>
2114
2115 * ada-lang.h (ada_get_task_info_from_ptid): Add declaration.
2116 * ada-tasks.c (ada_get_task_info_from_ptid): New function.
2117 * ravenscar-thread.c: Add into comment.
2118 (base_magic_null_ptid): Delete.
2119 (base_ptid): Change documentation.
2120 (ravenscar_active_task): Renames ravenscar_running_thread.
2121 All callers updated throughout.
2122 (is_ravenscar_task, ravenscar_get_thread_base_cpu): New function.
2123 (ravenscar_task_is_currently_active): Likewise.
2124 (get_base_thread_from_ravenscar_task): Ditto.
2125 (ravenscar_update_inferior_ptid): Adjust to handle multiple CPUs.
2126 (ravenscar_runtime_initialized): Likewise.
2127 (get_running_thread_id): Add new parameter "cpu". Adjust
2128 implementation to handle this new parameter.
2129 (ravenscar_fetch_registers): Small adjustment to use
2130 is_ravenscar_task and ravenscar_task_is_currently_active in
2131 order to decide whether to use the target beneath or this
2132 module's arch_ops.
2133 (ravenscar_store_registers, ravenscar_prepare_to_store): Likewise.
2134 (ravenscar_stopped_by_sw_breakpoint): Use
2135 get_base_thread_from_ravenscar_task to get the underlying
2136 thread, rather than using base_ptid.
2137 (ravenscar_stopped_by_hw_breakpoint, ravenscar_stopped_by_watchpoint)
2138 (ravenscar_stopped_data_address, ravenscar_core_of_thread):
2139 Likewise.
2140 (ravenscar_inferior_created): Do not set base_magic_null_ptid.
2141
2142 2017-11-21 Joel Brobecker <brobecker@adacore.com>
2143
2144 * ada-lang.h (struct ada_task_info) <base_cpu>: New field.
2145 * ada-lang.c (struct atcb_fieldno) <base_cpu>: New field.
2146 (get_tcb_types_info): Set fieldnos.base_cpu.
2147 (read_atcb): Set task_info->base_cpu.
2148 (info_task): Print "Base CPU" info if set by runtime.
2149
2150 2017-11-21 Joel Brobecker <brobecker@adacore.com>
2151
2152 * ravenscar-thread.c (ravenscar_stopped_by_sw_breakpoint)
2153 (ravenscar_stopped_by_hw_breakpoint, ravenscar_stopped_by_watchpoint)
2154 (ravenscar_stopped_data_address, ravenscar_core_of_thread):
2155 New functions.
2156 (init_ravenscar_thread_ops): Set the to_stopped_by_sw_breakpoint,
2157 to_stopped_by_hw_breakpoint, to_stopped_by_watchpoint,
2158 to_stopped_data_address and to_core_of_thread fields of
2159 ravenscar_ops.
2160
2161 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2162
2163 * ppc-tdep.h (enum powerpc_long_double_abi): New data type.
2164 (struct gdbarch_tdep): New member long_double_abi.
2165 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize long_double_abi
2166 member of tdep struct based on Tag_GNU_Power_ABI_FP attribute.
2167 * ppc-linux-tdep.c (ppc_linux_init_abi): Install long double data
2168 format depending on long_double_abi tdep member.
2169 (ppc_floatformat_for_type): Handle __ibm128 type.
2170
2171 2017-11-20 Simon Marchi <simon.marchi@polymtl.ca>
2172
2173 * darwin-nat.c (set_enable_mach_exceptions): Constify parameter.
2174
2175 2017-11-21 Pedro Alves <palves@redhat.com>
2176
2177 * dwarf2read.c (mapped_index::find_name_components_bounds)
2178 <completion mode, upper bound>: Use std::lower_bound instead of
2179 std::upper_bound.
2180 (test_mapped_index_find_name_component_bounds): Remove incorrect
2181 "t1_fund" from expected symbols.
2182
2183 2017-11-21 Pedro Alves <palves@redhat.com>
2184
2185 * dwarf2read.c (mapped_index::name_components_casing): New field.
2186 (mapped_index) <build_name_components,
2187 find_name_components_bounds): Declare new methods.
2188 (mapped_index::find_name_components_bounds)
2189 (mapped_index::build_name_components): New methods, factored out
2190 from dw2_expand_symtabs_matching_symbol.
2191 (check_find_bounds_finds)
2192 (test_mapped_index_find_name_component_bounds): New.
2193 (run_test): Rename to ...
2194 (test_dw2_expand_symtabs_matching_symbol): ... this.
2195 (run_test): Reimplement.
2196
2197 2017-11-21 Pedro Alves <palves@redhat.com>
2198
2199 * cp-name-parser.y (cp_ident_is_alpha, cp_ident_is_alnum): New.
2200 (symbol_end): Use cp_ident_is_alnum.
2201 (yylex): Use cp_ident_is_alpha and cp_ident_is_alnum.
2202 * dwarf2read.c (make_sort_after_prefix_name): New function.
2203 (dw2_expand_symtabs_matching_symbol): Use it.
2204 (test_symbols): Add more symbols.
2205 (run_test): Add tests.
2206
2207 2017-11-17 Tom Tromey <tom@tromey.com>
2208
2209 * symtab.h (enum symbol_subclass_kind): New.
2210 (struct symbol) <is_cplus_template_function, is_rust_vtable>:
2211 Remove.
2212 <subclass>: New member.
2213 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): Update.
2214 * rust-lang.c (rust_get_trait_object_pointer): Update.
2215 * dwarf2read.c (read_func_scope): Update.
2216 (read_variable): Update.
2217
2218 2017-11-17 Tom Tromey <tom@tromey.com>
2219
2220 * dwarf2read.c (read_func_scope): Update.
2221 * symtab.h (struct template_symbol): Derive from symbol.
2222 <base>: Remove.
2223
2224 2017-11-17 Tom Tromey <tom@tromey.com>
2225
2226 * symtab.h (struct symbol) <is_rust_vtable>: New member.
2227 (struct rust_vtable_symbol): New.
2228 (find_symbol_at_address): Declare.
2229 * symtab.c (find_symbol_at_address): New function.
2230 * symfile.h (struct quick_symbol_functions)
2231 <find_compunit_symtab_by_address>: New member.
2232 * symfile-debug.c (debug_qf_find_compunit_symtab_by_address): New
2233 function.
2234 (debug_sym_quick_functions): Link to
2235 debug_qf_find_compunit_symtab_by_address.
2236 * rust-lang.c (rust_get_trait_object_pointer): New function.
2237 (rust_evaluate_subexp) <case UNOP_IND>: New case. Call
2238 rust_get_trait_object_pointer.
2239 * psymtab.c (psym_relocate): Clear psymbol_map.
2240 (psym_fill_psymbol_map, psym_find_compunit_symtab_by_address): New
2241 functions.
2242 (psym_functions): Link to psym_find_compunit_symtab_by_address.
2243 * objfiles.h (struct objfile) <psymbol_map>: New member.
2244 * dwarf2read.c (dwarf2_gdb_index_functions): Update.
2245 (process_die) <DW_TAG_variable>: New case. Call read_variable.
2246 (rust_containing_type, read_variable): New functions.
2247
2248 2017-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2249
2250 * common/gdb_vecs.h (DEF_VEC_I (int)): Remove.
2251
2252 2017-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2253
2254 * common/filestuff.c: Include <algorithm>.
2255 (open_fds): Change type to std::vector<int>.
2256 (do_mark_open_fd): Adjust.
2257 (unmark_fd_no_cloexec): Adjust.
2258 (do_close): Adjust.
2259
2260 2017-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2261
2262 * breakpoint.c (output_thread_groups): Take an std::vector.
2263 (print_one_breakpoint_location): Adjust.
2264
2265 2017-11-17 Joel Brobecker <brobecker@adacore.com>
2266
2267 * ada-lang.c (resolve_subexp): Add handling of OP_VAR_MSYM_VALUE.
2268 (ada_evaluate_subexp_for_cast): New function.
2269 (ada_evaluate_subexp) <UNOP_CAST>: Replace code by call to
2270 ada_evaluate_subexp_for_cast.
2271 (ada_evaluate_subexp) <nosideret>: Replace code by call to
2272 eval_skip_value.
2273 * eval.c (evaluate_var_value): Make non-static.
2274 (evaluate_var_msym_value, eval_skip_value): Likewise.
2275 * value.h (evaluate_var_value, evaluate_var_msym_value)
2276 (eval_skip_value): Declare.
2277
2278 2017-11-16 Joel Brobecker <brobecker@adacore.com>
2279
2280 * ada-lang.c (ada_value_cast): Remove parameter "noside".
2281 Update all callers.
2282
2283 2017-11-16 Pedro Alves <palves@redhat.com>
2284
2285 * python/py-unwind.c (pyuw_sniffer): Translate
2286 PyExc_KeyboardInterrupt to a GDB Quit exception.
2287
2288 2017-11-16 Pedro Alves <palves@redhat.com>
2289
2290 * infrun.c (resume_cleanups): Delete.
2291 (resume): No longer install a resume_cleanups cleanup nor call
2292 QUIT.
2293 (proceed): Pass the terminal to the inferior.
2294 (keep_going_pass_signal): No longer install a resume_cleanups
2295 cleanup.
2296
2297 2017-11-16 Pedro Alves <palves@redhat.com>
2298
2299 * inf-loop.c (inferior_event_handler): Don't swallow the exception
2300 if the prompt is blocked.
2301
2302 2017-11-16 Pedro Alves <palves@redhat.com>
2303
2304 * breakpoint.c (insert_bp_location): Replace bp_err and
2305 bp_err_message locals by a gdb_exception local.
2306
2307 2017-11-16 Pedro Alves <palves@redhat.com>
2308
2309 * inflow.c (scoped_ignore_sigttou): New class.
2310 (child_terminal_ours_1, new_tty): Use it.
2311
2312 2017-11-16 Ulrich Weigand <uweigand@de.ibm.com>
2313
2314 * target-float.c (decimal_from_number): Add byte_order argument and
2315 call match_endianness. Error if unknown floating-point type.
2316 (decimal_to_number): Add byte_order argument and call match_endianness.
2317 (decimal_from_longest): Update call. Do not call match_endianness.
2318 (decimal_from_ulongest): Likewise.
2319 (decimal_binop): Likewise.
2320 (decimal_is_zero): Likewise.
2321 (decimal_compare): Likewise.
2322 (decimal_convert): Likewise.
2323
2324 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2325
2326 * python/python.c (gdbpy_rbreak): New function.
2327 * NEWS: Document Python rbreak feature.
2328
2329 2017-11-16 Yao Qi <yao.qi@linaro.org>
2330
2331 * features/tic6x-c62x.xml: Remove.
2332 * features/tic6x-c64x.xml: Remove.
2333 * features/tic6x-c64xp.xml: Remove.
2334
2335 2017-11-15 John Baldwin <jhb@FreeBSD.org>
2336
2337 * symtab.h: Include <array>.
2338
2339 2017-11-15 John Baldwin <jhb@FreeBSD.org>
2340
2341 * bsd-kvm.c (bsd_kvm_cmd): Constify 'arg'.
2342 (bsd_kvm_proc_cmd): Likewise.
2343
2344 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2345
2346 * tui/tui-win.c (window_name_completer): Replace VEC with
2347 std::vector.
2348
2349 2017-11-15 Andrew Cagney <cagney@gnu.org>
2350
2351 * MAINTAINERS: Remove no-longer applicable entries.
2352
2353 2017-11-15 Andrew Cagney <cagney@gnu.org>
2354
2355 * MAINTAINERS: Move self to Past Maintainers.
2356
2357 2017-11-15 Yao Qi <yao.qi@linaro.org>
2358
2359 * features/Makefile (XMLTOC): Remove nios2-linux.xml.
2360 * features/nios2-linux.c: Remove.
2361 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Don't call
2362 initialize_tdesc_nios2_linux.
2363
2364 2017-11-15 Yao Qi <yao.qi@linaro.org>
2365
2366 * m68hc11-tdep.c (M68HC11_NUM_REGS): Change it to
2367 M68HC11_LAST_HARD_REG + 1.
2368
2369 2017-11-14 Paul Carroll <pcarroll@codesourcery.com>
2370
2371 PR gdb/22388
2372 * remote.c (remote_write_bytes_aux, remote_read_bytes_1,
2373 remote_read_bytes, remote_write_qxfer, remote_xfer_partial):
2374 Return TARGET_XFER_EOF if size of returned data is 0.
2375
2376 2017-11-14 Simon Marchi <simon.marchi@ericsson.com>
2377
2378 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
2379 memory-map-selftests.c.
2380 (SUBDIR_UNITTESTS_OBS): Add memory-map-selftests.o.
2381 * memory-map.c (memory_map_start_memory): Fix computation of hi
2382 address.
2383 * unittests/memory-map-selftests.c: New file.
2384
2385 2017-11-09 Joel Brobecker <brobecker@adacore.com>
2386
2387 * ada-lang.c: Fix some typos in the general command documenting
2388 how Ada expressions are being evaluated and how their result
2389 is printed.
2390
2391 2017-11-09 Tom Tromey <tom@tromey.com>
2392
2393 * psymtab.c (psymbol_hash): Do not hash string contents.
2394 (psymbol_compare): Add comment.
2395
2396 2017-11-09 Tom Tromey <tom@tromey.com>
2397
2398 * dictionary.c (dict_hash): Move "TKB" check into the "switch".
2399
2400 2017-11-08 Joel Brobecker <brobecker@adacore.com>
2401
2402 * ada-exp.y (write_var_from_sym): Remove parameter
2403 "orig_left_context". Update all callers.
2404
2405 2017-11-08 Simon Marchi <simon.marchi@ericsson.com>
2406
2407 * tracepoint.h (class collection_list) <stringify>: Return
2408 std::vector<std::string>.
2409 (encode_actions_rsp): Change parameters to
2410 std::vector<std::string> *.
2411 * tracepoint.c (collection_list::stringify): Return
2412 std::vector<std::string> and adjust accordingly.
2413 (encode_actions_rsp): Changee parameters to
2414 std::vector<std::string> and adjust accordingly.
2415 * remote.c (free_actions_list),
2416 free_actions_list_cleanup_wrapper): Remove.
2417 (remote_download_tracepoint): Adjust to std::vector.
2418
2419 2017-11-08 Tom Tromey <tom@tromey.com>
2420
2421 * dwarf2read.c (symbolp): Remove typedef.
2422 (read_func_scope): Use std::vector.
2423 (process_structure_scope): Use std::vector.
2424
2425 2017-11-08 Pedro Alves <palves@redhat.com>
2426
2427 * ada-lang.c (ada_make_symbol_completion_list): Use
2428 completion_skip_symbol.
2429 * symtab.c (symbol_is_function_or_method(minimal_symbol*)): New.
2430 (symbol_is_function_or_method(symbol*)): New.
2431 (add_symtab_completions): Add complete_symbol_mode parameter. Use
2432 completion_skip_symbol.
2433 (default_collect_symbol_completion_matches_break_on): Use
2434 completion_skip_symbol. Pass down mode.
2435 (collect_file_symbol_completion_matches): Pass down mode.
2436 * symtab.h (symbol_is_function_or_method): New declarations.
2437 (completion_skip_symbol): New template function.
2438
2439 2017-11-08 Pedro Alves <palves@redhat.com>
2440
2441 * linespec.c (iterate_over_all_matching_symtabs): Add
2442 search_domain parameter. Pass it down to expand_symtabs_matching.
2443 (decode_objc): Request FUNCTIONS_DOMAIN symbols only.
2444 (lookup_prefix_sym): Adjust by passing ALL_DOMAIN as
2445 search_domain.
2446 (add_all_symbol_names_from_pspace): Add search_domain parameter.
2447 Pass it down.
2448 (find_method, find_function_symbols): Request FUNCTIONS_DOMAIN
2449 symbols.
2450 (add_matching_symbols_to_info): Add search_domain parameter. Pass
2451 it down.
2452
2453 2017-11-08 Pedro Alves <palves@redhat.com>
2454
2455 * ada-lang.c (ada_make_symbol_completion_list): Remove text and
2456 text_len locals and don't pass them down.
2457 * symtab.c (completion_list_add_name): Remove
2458 sym_text/sym_text_len parameters and adjust.
2459 (completion_list_add_symbol, completion_list_add_msymbol)
2460 (completion_list_objc_symbol, completion_list_add_fields)
2461 (add_symtab_completions): Likewise.
2462 (default_collect_symbol_completion_matches_break_on)
2463 (collect_file_symbol_completion_matches): Remove sym_text_len
2464 local and don't pass it down.
2465 * symtab.h (completion_list_add_name): Remove
2466 sym_text/sym_text_len parameters.
2467
2468 2017-11-08 Pedro Alves <palves@redhat.com>
2469
2470 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
2471 unittests/lookup_name_info-selftests.c.
2472 (SUBDIR_UNITTESTS_OBS): Add lookup_name_info-selftests.o.
2473 * cp-support.c: Include "selftest.h".
2474 (cp_remove_params_1): Rename from cp_remove_params. Add
2475 'require_param' parameter, and handle it.
2476 (cp_remove_params): Reimplement.
2477 (cp_remove_params_if_any): New.
2478 (selftests::quote): New.
2479 (selftests::check_remove_params): New.
2480 (selftests::test_cp_remove_params): New.
2481 (_initialize_cp_support): Install
2482 selftests::test_cp_remove_params.
2483 * cp-support.h (cp_remove_params_if_any): Declare.
2484 * dwarf2read.c :Include "selftest.h".
2485 (dw2_expand_symtabs_matching_symbol): Use
2486 lookup_name_info::make_ignore_params.
2487 (selftests::dw2_expand_symtabs_matching::mock_mapped_index)
2488 (selftests::dw2_expand_symtabs_matching::string_or_null)
2489 (selftests::dw2_expand_symtabs_matching::check_match)
2490 (selftests::dw2_expand_symtabs_matching::test_symbols)
2491 (selftests::dw2_expand_symtabs_matching::run_test): New.
2492 (_initialize_dwarf2_read): Register
2493 selftests::dw2_expand_symtabs_matching::run_test.
2494 * psymtab.c (psym_expand_symtabs_matching): Use
2495 lookup_name_info::make_ignore_params.
2496 * symtab.c (demangle_for_lookup_info::demangle_for_lookup_info):
2497 If the lookup name wants to ignore parameters, strip them.
2498 (compare_symbol_name): Remove sym_text/sym_text_len parameters and
2499 code handling '('.
2500 (completion_list_add_name): Don't pass down sym_text/sym_text_len.
2501 (default_collect_symbol_completion_matches_break_on): Don't try to
2502 strip parameters.
2503 * symtab.h (lookup_name_info::lookup_name_info): Add
2504 'ignore_parameters' parameter.
2505 (lookup_name_info::ignore_parameters)
2506 (lookup_name_info::make_ignore_params): New methods.
2507 (lookup_name_info::m_ignore_parameters): New field.
2508 * unittests/lookup_name_info-selftests.c: New file.
2509
2510 2017-11-08 Pedro Alves <palves@redhat.com>
2511
2512 * dwarf2read.c (dw2_expand_marked_cus)
2513 (dw2_expand_symtabs_matching_symbol): Remove forward declarations.
2514 (dw2_expand_symtabs_matching): Move further below.
2515 (dw2_expand_marked_cus): Reindent.
2516
2517 2017-11-08 Pedro Alves <palves@redhat.com>
2518
2519 * dwarf2read.c (byte_swap, MAYBE_SWAP): Move higher up in file.
2520 (struct name_component): New.
2521 (mapped_index::name_components): New field.
2522 (mapped_index::symbol_name_at): New method.
2523 (dwarf2_read_index): Call mapped_index ctor.
2524 (dw2_map_matching_symbols): Add comment about name_components
2525 table.
2526 (dw2_expand_symtabs_matching): Factor part to...
2527 (dw2_expand_symtabs_matching_symbol): ... this new function.
2528 Build name components table, and lookup symbols in it before
2529 calling the name matcher.
2530 (dw2_expand_marked_cus): New, factored out from
2531 dw2_expand_symtabs_matching.
2532 (dwarf2_per_objfile_free): Call the mapped_index's dtor.
2533
2534 2017-11-08 Pedro Alves <palves@redhat.com>
2535
2536 * ada-lang.c (ada_encode): Rename to ..
2537 (ada_encode_1): ... this. Add throw_errors parameter and handle
2538 it.
2539 (ada_encode): Reimplement.
2540 (match_name): Delete, folded into full_name.
2541 (resolve_subexp): No longer pass the encoded name to
2542 ada_lookup_symbol_list.
2543 (should_use_wild_match): Delete.
2544 (name_match_type_from_name): New.
2545 (ada_lookup_simple_minsym): Use lookup_name_info and the
2546 language's symbol_name_matcher_ftype.
2547 (add_symbols_from_enclosing_procs, ada_add_local_symbols)
2548 (ada_add_block_renamings): Adjust to use lookup_name_info.
2549 (ada_lookup_name): New.
2550 (add_nonlocal_symbols, ada_add_all_symbols)
2551 (ada_lookup_symbol_list_worker, ada_lookup_symbol_list)
2552 (ada_iterate_over_symbols): Adjust to use lookup_name_info.
2553 (ada_name_for_lookup): Delete.
2554 (ada_lookup_encoded_symbol): Construct a verbatim name.
2555 (wild_match): Reverse sense of return type. Use bool.
2556 (full_match): Reverse sense of return type. Inline bits of old
2557 match_name here.
2558 (ada_add_block_symbols): Adjust to use lookup_name_info.
2559 (symbol_completion_match): Delete, folded into...
2560 (ada_lookup_name_info::matches): ... .this new method.
2561 (symbol_completion_add): Delete.
2562 (ada_collect_symbol_completion_matches): Add name_match_type
2563 parameter. Adjust to use lookup_name_info and
2564 completion_list_add_name.
2565 (get_var_value, ada_add_global_exceptions): Adjust to use
2566 lookup_name_info.
2567 (ada_get_symbol_name_cmp): Delete.
2568 (do_wild_match, do_full_match): New functions.
2569 (ada_lookup_name_info::ada_lookup_name_info): New method.
2570 (ada_symbol_name_matches, ada_get_symbol_name_matcher): New
2571 functions.
2572 (ada_language_defn): Install ada_get_symbol_name_matcher.
2573 * ada-lex.l (processId): If name starts with '<', copy it
2574 verbatim.
2575 * block.c (block_iter_match_step, block_iter_match_first)
2576 (block_iter_match_next, block_lookup_symbol)
2577 (block_lookup_symbol_primary, block_find_symbol): Adjust to use
2578 lookup_name_info.
2579 * block.h (block_iter_match_first, block_iter_match_next)
2580 (ALL_BLOCK_SYMBOLS_WITH_NAME): Adjust to use lookup_name_info.
2581 * c-lang.c (c_language_defn, cplus_language_defn)
2582 (asm_language_defn, minimal_language_defn): Adjust comments to
2583 refer to la_get_symbol_name_matcher.
2584 * completer.c (complete_files_symbols)
2585 (collect_explicit_location_matches, symbol_completer): Pass a
2586 symbol_name_match_type down.
2587 * completer.h (class completion_match, completion_match_result):
2588 New classes.
2589 (completion_tracker::reset_completion_match_result): New method.
2590 (completion_tracker::m_completion_match_result): New field.
2591 * cp-support.c (make_symbol_overload_list_block): Adjust to use
2592 lookup_name_info.
2593 (cp_fq_symbol_name_matches, cp_get_symbol_name_matcher): New
2594 functions.
2595 * cp-support.h (cp_get_symbol_name_matcher): New declaration.
2596 * d-lang.c: Adjust comments to refer to
2597 la_get_symbol_name_matcher.
2598 * dictionary.c (dict_vector) <iter_match_first, iter_match_next>:
2599 Adjust to use lookup_name_info.
2600 (dict_iter_match_first, dict_iter_match_next)
2601 (iter_match_first_hashed, iter_match_next_hashed)
2602 (iter_match_first_linear, iter_match_next_linear): Adjust to work
2603 with a lookup_name_info.
2604 * dictionary.h (dict_iter_match_first, dict_iter_match_next):
2605 Likewise.
2606 * dwarf2read.c (dw2_lookup_symbol): Adjust to use lookup_name_info.
2607 (dw2_map_matching_symbols): Adjust to use symbol_name_match_type.
2608 (gdb_index_symbol_name_matcher): New class.
2609 (dw2_expand_symtabs_matching) Adjust to use lookup_name_info and
2610 gdb_index_symbol_name_matcher. Accept a NULL symbol_matcher.
2611 * f-lang.c (f_collect_symbol_completion_matches): Adjust to work
2612 with a symbol_name_match_type.
2613 (f_language_defn): Adjust comments to refer to
2614 la_get_symbol_name_matcher.
2615 * go-lang.c (go_language_defn): Adjust comments to refer to
2616 la_get_symbol_name_matcher.
2617 * language.c (default_symbol_name_matcher)
2618 (language_get_symbol_name_matcher): New functions.
2619 (unknown_language_defn, auto_language_defn): Adjust comments to
2620 refer to la_get_symbol_name_matcher.
2621 * language.h (symbol_name_cmp_ftype): Delete.
2622 (language_defn) <la_collect_symbol_completion_matches>: Add match
2623 type parameter.
2624 <la_get_symbol_name_cmp>: Delete field.
2625 <la_get_symbol_name_matcher>: New field.
2626 <la_iterate_over_symbols>: Adjust to use lookup_name_info.
2627 (default_symbol_name_matcher, language_get_symbol_name_matcher):
2628 Declare.
2629 * linespec.c (iterate_over_all_matching_symtabs)
2630 (iterate_over_file_blocks): Adjust to use lookup_name_info.
2631 (find_methods): Add language parameter, and use lookup_name_info
2632 and the language's symbol_name_matcher_ftype.
2633 (linespec_complete_function): Adjust.
2634 (lookup_prefix_sym): Use lookup_name_info.
2635 (add_all_symbol_names_from_pspace): Adjust.
2636 (find_superclass_methods): Add language parameter and pass it
2637 down.
2638 (find_method): Pass symbol language down.
2639 (find_linespec_symbols): Don't demangle or Ada encode here.
2640 (search_minsyms_for_name): Add lookup_name_info parameter.
2641 (add_matching_symbols_to_info): Add name_match_type parameter.
2642 Use lookup_name_info.
2643 * m2-lang.c (m2_language_defn): Adjust comments to refer to
2644 la_get_symbol_name_matcher.
2645 * minsyms.c: Include <algorithm>.
2646 (add_minsym_to_demangled_hash_table): Remove table parameter and
2647 add objfile parameter. Use search_name_hash, and add language to
2648 demangled languages vector.
2649 (struct found_minimal_symbols): New struct.
2650 (lookup_minimal_symbol_mangled, lookup_minimal_symbol_demangled):
2651 New functions.
2652 (lookup_minimal_symbol): Adjust to use them. Don't canonicalize
2653 input names here. Use lookup_name_info instead. Lookup up
2654 demangled names once for each language in the demangled names
2655 vector.
2656 (iterate_over_minimal_symbols): Use lookup_name_info. Lookup up
2657 demangled names once for each language in the demangled names
2658 vector.
2659 (build_minimal_symbol_hash_tables): Adjust.
2660 * minsyms.h (iterate_over_minimal_symbols): Adjust to pass down a
2661 lookup_name_info.
2662 * objc-lang.c (objc_language_defn): Adjust comment to refer to
2663 la_get_symbol_name_matcher.
2664 * objfiles.h: Include <vector>.
2665 (objfile_per_bfd_storage) <demangled_hash_languages>: New field.
2666 * opencl-lang.c (opencl_language_defn): Adjust comment to refer to
2667 la_get_symbol_name_matcher.
2668 * p-lang.c (pascal_language_defn): Adjust comment to refer to
2669 la_get_symbol_name_matcher.
2670 * psymtab.c (psym_lookup_symbol): Use lookup_name_info.
2671 (match_partial_symbol): Use symbol_name_match_type,
2672 lookup_name_info and psymbol_name_matches.
2673 (lookup_partial_symbol): Use lookup_name_info.
2674 (map_block): Use symbol_name_match_type and lookup_name_info.
2675 (psym_map_matching_symbols): Use symbol_name_match_type.
2676 (psymbol_name_matches): New.
2677 (recursively_search_psymtabs): Use lookup_name_info and
2678 psymbol_name_matches. Rename 'kind' parameter to 'domain'.
2679 (psym_expand_symtabs_matching): Use lookup_name_info. Rename
2680 'kind' parameter to 'domain'.
2681 * rust-lang.c (rust_language_defn): Adjust comment to refer to
2682 la_get_symbol_name_matcher.
2683 * symfile-debug.c (debug_qf_map_matching_symbols)
2684 (debug_qf_map_matching_symbols): Use symbol_name_match_type.
2685 (debug_qf_expand_symtabs_matching): Use lookup_name_info.
2686 * symfile.c (expand_symtabs_matching): Use lookup_name_info.
2687 * symfile.h (quick_symbol_functions) <map_matching_symbols>:
2688 Adjust to use symbol_name_match_type.
2689 <expand_symtabs_matching>: Adjust to use lookup_name_info.
2690 (expand_symtabs_matching): Adjust to use lookup_name_info.
2691 * symmisc.c (maintenance_expand_symtabs): Use
2692 lookup_name_info::match_any ().
2693 * symtab.c (symbol_matches_search_name): New.
2694 (eq_symbol_entry): Adjust to use lookup_name_info and the
2695 language's matcher.
2696 (demangle_for_lookup_info::demangle_for_lookup_info): New.
2697 (lookup_name_info::match_any): New.
2698 (iterate_over_symbols, search_symbols): Use lookup_name_info.
2699 (compare_symbol_name): Add language, lookup_name_info and
2700 completion_match_result parameters, and use them.
2701 (completion_list_add_name): Make extern. Add language and
2702 lookup_name_info parameters. Use them.
2703 (completion_list_add_symbol, completion_list_add_msymbol)
2704 (completion_list_objc_symbol): Add lookup_name_info parameters and
2705 adjust. Pass down language.
2706 (completion_list_add_fields): Add lookup_name_info parameters and
2707 adjust. Pass down language.
2708 (add_symtab_completions): Add lookup_name_info parameters and
2709 adjust.
2710 (default_collect_symbol_completion_matches_break_on): Add
2711 name_match_type parameter, and use it. Use lookup_name_info.
2712 (default_collect_symbol_completion_matches)
2713 (collect_symbol_completion_matches): Add name_match_type
2714 parameter, and pass it down.
2715 (collect_symbol_completion_matches_type): Adjust.
2716 (collect_file_symbol_completion_matches): Add name_match_type
2717 parameter, and use lookup_name_info.
2718 * symtab.h: Include <string> and "common/gdb_optional.h".
2719 (enum class symbol_name_match_type): New.
2720 (class ada_lookup_name_info): New.
2721 (struct demangle_for_lookup_info): New.
2722 (class lookup_name_info): New.
2723 (symbol_name_matcher_ftype): New.
2724 (SYMBOL_MATCHES_SEARCH_NAME): Use symbol_matches_search_name.
2725 (symbol_matches_search_name): Declare.
2726 (MSYMBOL_MATCHES_SEARCH_NAME): Delete.
2727 (default_collect_symbol_completion_matches)
2728 (collect_symbol_completion_matches)
2729 (collect_file_symbol_completion_matches): Add name_match_type
2730 parameter.
2731 (iterate_over_symbols): Use lookup_name_info.
2732 (completion_list_add_name): Declare.
2733 * utils.c (enum class strncmp_iw_mode): Moved to utils.h.
2734 (strncmp_iw_with_mode): Now extern.
2735 * utils.h (enum class strncmp_iw_mode): Moved from utils.c.
2736 (strncmp_iw_with_mode): Declare.
2737
2738 2017-11-08 Keith Seitz <keiths@redhat.com>
2739 Pedro Alves <palves@redhat.com>
2740
2741 * ada-lang.c (ada_language_defn): Install
2742 default_search_name_hash.
2743 * buildsym.c (struct buildsym_compunit): <language>: New field.
2744 (finish_block_internal): Pass language when creating dictionaries.
2745 (start_buildsym_compunit, start_symtab): New language parameters.
2746 Use them.
2747 (restart_symtab): Pass down compilation unit's language.
2748 * buildsym.h (enum language): Forward declare.
2749 (start_symtab): New 'language' parameter.
2750 * c-lang.c (c_language_defn, cplus_language_defn)
2751 (asm_language_defn, minimal_language_defn): Install
2752 default_search_name_hash.
2753 * coffread.c (coff_start_symtab): Adjust.
2754 * d-lang.c (d_language_defn): Install default_search_name_hash.
2755 * dbxread.c (struct symloc): Add 'pst_language' field.
2756 (PST_LANGUAGE): Define.
2757 (start_psymtab, read_ofile_symtab): Use it.
2758 (process_one_symbol): New 'language' parameter. Pass it down.
2759 * dictionary.c (struct dictionary) <language>: New field.
2760 (DICT_LANGUAGE): Define.
2761 (dict_create_hashed, dict_create_hashed_expandable)
2762 (dict_create_linear, dict_create_linear_expandable): New parameter
2763 'language'. Set the dictionary's language.
2764 (iter_match_first_hashed): Adjust to rename.
2765 (insert_symbol_hashed): Assert we don't see mismatching
2766 languages. Adjust to rename.
2767 (dict_hash): Rename to ...
2768 (default_search_name_hash): ... this and make extern.
2769 * dictionary.h (struct language_defn): Forward declare.
2770 (dict_create_hashed): New parameter 'language'.
2771 * dwarf2read.c (dwarf2_start_symtab): Pass down language.
2772 * f-lang.c (f_language_defn): Install default_search_name_hash.
2773 * go-lang.c (go_language_defn): Install default_search_name_hash.
2774 * jit.c (finalize_symtab): Pass compunit's language to dictionary
2775 creation.
2776 * language.c (unknown_language_defn, auto_language_defn):
2777 * language.h (language_defn::la_search_name_hash): New field.
2778 (default_search_name_hash): Declare.
2779 * m2-lang.c (m2_language_defn): Install default_search_name_hash.
2780 * mdebugread.c (new_block): New parameter 'language'.
2781 * mdebugread.c (parse_symbol): Pass symbol language to block
2782 allocation.
2783 (psymtab_to_symtab_1): Pass down language.
2784 (new_symtab): Pass compunit's language to block allocation.
2785 * objc-lang.c (objc_language_defn): Install
2786 default_search_name_hash.
2787 * opencl-lang.c (opencl_language_defn):
2788 * p-lang.c (pascal_language_defn): Install
2789 default_search_name_hash.
2790 * rust-lang.c (rust_language_defn): Install
2791 default_search_name_hash.
2792 * stabsread.h (enum language): Forward declare.
2793 (process_one_symbol): Add 'language' parameter.
2794 * symtab.c (search_name_hash): New function.
2795 * symtab.h (search_name_hash): Declare.
2796 * xcoffread.c (read_xcoff_symtab): Pass language to start_symtab.
2797
2798 2017-11-08 Pedro Alves <palves@redhat.com>
2799
2800 * cp-name-parser.y (main): Don't initialize extra_chars.
2801
2802 2017-11-07 Tom Tromey <tom@tromey.com>
2803
2804 * event-top.h (command_handler): Constify.
2805 * record-full.c (cmd_record_full_start): Update.
2806 * thread.c (thread_apply_all_command): Update.
2807 * printcmd.c (eval_command): Update.
2808 * mi/mi-main.c (mi_execute_cli_command): Update.
2809 (mi_execute_async_cli_command): Update.
2810 * tui/tui-stack.c (tui_update_command): Update.
2811 * cli/cli-interp.c (safe_execute_command): Constify.
2812 * record.c (record_start): Update.
2813 (record_start, record_stop, cmd_record_start): Update.
2814 * record-btrace.c (cmd_record_btrace_bts_start): Update.
2815 (cmd_record_btrace_pt_start): Update.
2816 (cmd_record_btrace_start): Update.
2817 (cmd_record_btrace_start): Update.
2818 * reverse.c (exec_reverse_once): Update.
2819 * python/python.c (execute_gdb_command): Don't copy the command.
2820 * event-top.c (command_line_handler): Update.
2821 (command_handler): Constify.
2822 * defs.h (deprecated_call_command_hook): Constify.
2823 * cli/cli-script.h (execute_user_command): Constify.
2824 * cli/cli-script.c (execute_user_command): Constify.
2825 (execute_cmd_pre_hook, execute_cmd_post_hook): Constify.
2826 (enum command_control_type): Update.
2827 * main.c (catch_command_errors): Remove non-const overload.
2828 (catch_command_errors_ftype): Remove.
2829 * python/py-cmd.c (cmdpy_function): Constify.
2830 * guile/scm-cmd.c (cmdscm_function): Constify.
2831 * cli/cli-dump.c (call_dump_func): Constify.
2832 * cli/cli-decode.c (do_const_cfunc): Constify.
2833 (do_sfunc): Constify.
2834 (cmd_func): Constify.
2835 * gdbcmd.h (execute_command, execute_command_to_string): Constify.
2836 * top.h (execute_command): Constify.
2837 * top.c (execute_command): Constify.
2838 (execute_command_to_string): Constify.
2839 (deprecated_call_command_hook): Constify.
2840 * command.h (cmd_func): Constify.
2841 * cli/cli-decode.h (struct cmd_list_element) <func>: Constify.
2842
2843 2017-11-07 Tom Tromey <tom@tromey.com>
2844
2845 * ada-lang.c (catch_ada_exception_command): Constify.
2846 (catch_assert_command): Constify.
2847 * break-catch-throw.c (catch_catch_command, catch_throw_command)
2848 (catch_rethrow_command): Constify.
2849 (catch_exception_command_1): Constify.
2850 * breakpoint.h (add_catch_command): Constify.
2851 * break-catch-syscall.c (catch_syscall_command_1): Constify.
2852 (catch_syscall_split_args): Constify.
2853 * break-catch-sig.c (catch_signal_command): Constify.
2854 (catch_signal_split_args): Constify.
2855 * cli/cli-decode.h (struct cmd_list_element) <function>: Use
2856 cmd_const_sfunc_ftype.
2857 * cli/cli-decode.c (add_setshow_cmd_full): Constify.
2858 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
2859 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
2860 (add_setshow_string_cmd, struct cmd_list_element)
2861 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
2862 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
2863 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd):
2864 Constify.
2865 (set_cmd_sfunc): Constify.
2866 (empty_sfunc): Constify.
2867 * command.h (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
2868 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
2869 (add_setshow_string_cmd, add_setshow_string_noescape_cmd)
2870 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
2871 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
2872 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
2873 Constify.
2874 (set_cmd_sfunc): Constify.
2875 (cmd_sfunc_ftype): Remove.
2876 * compile/compile.c (set_compile_args): Constify.
2877 * infrun.c (set_disable_randomization): Constify.
2878 * infcmd.c (set_args_command, set_cwd_command): Constify.
2879 * breakpoint.c (set_condition_evaluation_mode): Constify.
2880 (add_catch_command): Constify.
2881 (catch_fork_command_1, catch_exec_command_1)
2882 (catch_load_command_1, catch_unload_command_1): Constify.
2883 (catch_load_or_unload): Constify.
2884 * guile/scm-param.c (pascm_set_func): Constify.
2885 (add_setshow_generic): Constify.
2886 * python/py-param.c (get_set_value): Constify.
2887 * top.h (set_verbose): Constify.
2888 * tui/tui-win.c (tui_set_var_cmd): Constify.
2889 * mi/mi-main.c (set_mi_async_command): Constify.
2890 * cli/cli-logging.c (set_logging_overwrite)
2891 (set_logging_redirect): Constify.
2892 * value.c (set_max_value_size): Constify.
2893 * valprint.c (set_input_radix, set_output_radix): Constify.
2894 * utils.c (set_width_command, set_height_command): Constify.
2895 * typeprint.c (set_print_type_methods, set_print_type_typedefs): Constify.
2896 * tracepoint.c (set_disconnected_tracing)
2897 (set_circular_trace_buffer, set_trace_buffer_size)
2898 (set_trace_user, set_trace_notes, set_trace_stop_notes): Constify.
2899 * top.c (set_history_size_command, set_verbose, set_editing)
2900 (set_gdb_datadir, set_history_filename): Constify.
2901 * target.c (set_targetdebug, maint_set_target_async_command)
2902 (maint_set_target_non_stop_command, set_target_permissions)
2903 (set_write_memory_permission): Constify.
2904 (open_target): Constify.
2905 * target-descriptions.c (set_tdesc_filename_cmd): Constify.
2906 * target-dcache.c (set_stack_cache, set_code_cache): Constify.
2907 * symtab.c (set_symbol_cache_size_handler): Constify.
2908 * symfile.c (set_ext_lang_command): Constify.
2909 * symfile-debug.c (set_debug_symfile): Constify.
2910 * source.c (set_directories_command): Constify.
2911 * solib.c (reload_shared_libraries, gdb_sysroot_changed): Constify.
2912 * serial.c (set_parity): Constify.
2913 * rs6000-tdep.c (powerpc_set_soft_float, powerpc_set_vector_abi): Constify.
2914 * remote.c (set_remote_exec_file, set_remotebreak)
2915 (set_remote_protocol_Z_packet_cmd, set_range_stepping): Constify.
2916 * record.c (set_record_insn_history_size)
2917 (set_record_call_history_size): Constify.
2918 * record-full.c (set_record_full_insn_max_num): Constify.
2919 * proc-api.c (set_procfs_trace_cmd, set_procfs_file_cmd): Constify.
2920 * osabi.c (set_osabi): Constify.
2921 * mips-tdep.c (set_mips64_transfers_32bit_regs)
2922 (reinit_frame_cache_sfunc, mips_abi_update): Constify.
2923 * maint.c (maintenance_set_profile_cmd): Constify.
2924 * linux-thread-db.c (set_libthread_db_search_path): Constify.
2925 * language.c (set_language_command, set_range_command)
2926 (set_case_command): Constify.
2927 * infrun.c (set_non_stop, set_observer_mode)
2928 (set_stop_on_solib_events, set_schedlock_func)
2929 (set_exec_direction_func): Constify.
2930 * infcmd.c (set_inferior_tty_command): Constify.
2931 * disasm.c (set_disassembler_options_sfunc): Constify.
2932 * demangle.c (set_demangling_command): Constify.
2933 * dcache.c (set_dcache_size, set_dcache_line_size): Constify.
2934 * cris-tdep.c (set_cris_version, set_cris_mode)
2935 (set_cris_dwarf2_cfi): Constify.
2936 * corefile.c (set_gnutarget_command): Constify.
2937 * charset.c (set_host_charset_sfunc, set_target_charset_sfunc)
2938 (set_target_wide_charset_sfunc): Constify.
2939 * breakpoint.c (update_dprintf_commands): Constify.
2940 * auto-load.c (set_auto_load_dir, set_auto_load_safe_path): Constify.
2941 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi)
2942 (set_disassembly_style_sfunc): Constify.
2943 * arch-utils.c (set_endian, set_architecture): Constify.
2944 * alpha-tdep.c (reinit_frame_cache_sfunc): Constify.
2945 * agent.c (set_can_use_agent): Constify.
2946
2947 2017-11-07 Tom Tromey <tom@tromey.com>
2948
2949 * go32-nat.c (go32_sysinfo, go32_sldt, go32_sgdt, go32_sidt)
2950 (go32_pde, go32_pte, go32_pte_for_address): Constify.
2951 * gnu-nat.c (_parse_bool_arg, show_thread_default_pause_cmd)
2952 (set_thread_default_pause_cmd, set_thread_default_run_cmd)
2953 (show_thread_default_run_cmd, set_thread_default_detach_sc_cmd)
2954 (parse_int_arg, show_thread_default_detach_sc_cmd)
2955 (set_signals_cmd, show_signals_cmd, set_sig_thread_cmd)
2956 (show_sig_thread_cmd, set_stopped_cmd, show_stopped_cmd)
2957 (set_exceptions_cmd, show_exceptions_cmd, set_task_pause_cmd)
2958 (show_task_pause_cmd, set_task_detach_sc_cmd)
2959 (show_task_detach_sc_cmd, set_task_exc_port_cmd)
2960 (set_noninvasive_cmd, set_thread_pause_cmd)
2961 (show_thread_pause_cmd, set_thread_run_cmd, show_thread_run_cmd)
2962 (set_thread_detach_sc_cmd, show_thread_detach_sc_cmd)
2963 (set_thread_exc_port_cmd, thread_takeover_sc_cmd): Constify.
2964 * windows-nat.c (display_selectors): Constify.
2965 * cli/cli-decode.h (struct cmd_list_element) <function>: Remove
2966 non-const "cfunc".
2967 * cli/cli-decode.c (set_cmd_cfunc): Remove non-const overload.
2968 (cmd_cfunc_eq): Likewise.
2969 (struct cmd_list_element): Likewise.
2970 (do_cfunc): Remove.
2971 (cli_user_command_p): Update.
2972 * command.h (add_cmd): Remove non-const overload.
2973 (cmd_cfunc_ftype): Remove typedef.
2974 (cmd_cfunc_eq): Remove non-const overload.
2975 * value.c (show_values): Constify.
2976 * thread.c (thread_apply_all_command): Constify.
2977 * symfile.c (load_command): Constify.
2978 * source.c (directory_command): Constify.
2979 * maint.c (maintenance_internal_error)
2980 (maintenance_demangler_warning, maintenance_space_display)
2981 (maintenance_print_architecture, maintenance_translate_address)
2982 (maintenance_info_selftests, maintenance_internal_warning):
2983 Constify.
2984 * breakpoint.c (disable_trace_command, enable_trace_command):
2985 Constify.
2986 * auto-load.c (info_auto_load_local_gdbinit, add_auto_load_dir):
2987 Constify.
2988 (add_auto_load_safe_path): Constify.
2989 * guile/scm-auto-load.c (info_auto_load_guile_scripts): Constify.
2990 * top.h (show_commands): Constify.
2991 * linux-thread-db.c (info_auto_load_libthread_db): Constify.
2992 * sparc64-tdep.c (adi_examine_command): Constify.
2993 (adi_assign_command): Constify.
2994
2995 2017-11-07 Tom Tromey <tom@tromey.com>
2996
2997 * frame.h (info_locals_command, info_args_command): Constify.
2998 * auto-load.h (auto_load_info_scripts): Constify.
2999 * inferior.h (registers_info): Constify.
3000 * copying.c: Rebuild.
3001 * copying.awk: Constify generated commands.
3002 * auto-load.c (auto_load_info_scripts)
3003 (info_auto_load_gdb_scripts): Constify.
3004 * cli/cli-decode.c (struct cmd_list_element): Take a
3005 cmd_const_cfunc_ftype.
3006 * command.h (add_info): Take a cmd_const_cfunc_ftype.
3007 * tui/tui-win.c (tui_all_windows_info): Constify.
3008 * python/py-auto-load.c (info_auto_load_python_scripts):
3009 Constify.
3010 * cli/cli-cmds.c (show_command): Remove non-const overload.
3011 * tracepoint.c (info_tvariables_command, info_scope_command):
3012 Constify.
3013 (info_static_tracepoint_markers_command): Constify.
3014 * thread.c (info_threads_command): Constify.
3015 (print_thread_info_1): Constify.
3016 * target.c (info_target_command): Constify.
3017 * symtab.c (info_sources_command, info_functions_command)
3018 (info_types_command): Constify.
3019 (info_variables_command): Remove non-const overload.
3020 * symfile.c (info_ext_lang_command): Constify.
3021 * stack.c (info_frame_command, info_locals_command)
3022 (info_args_command): Constify.
3023 (backtrace_command): Remove non-const overload.
3024 * source.c (info_source_command, info_line_command): Constify.
3025 * solib.c (info_sharedlibrary_command): Constify.
3026 * skip.c (info_skip_command): Constify.
3027 * ser-go32.c (info_serial_command): Constify.
3028 * reverse.c (info_bookmarks_command): Constify.
3029 * printcmd.c (info_symbol_command, info_address_command)
3030 (info_display_command): Constify.
3031 * osdata.c (info_osdata_command): Constify.
3032 * objc-lang.c (info_selectors_command, info_classes_command):
3033 Constify.
3034 * nto-procfs.c (procfs_pidlist, procfs_meminfo): Constify.
3035 * memattr.c (info_mem_command): Constify.
3036 * macrocmd.c (info_macro_command, info_macros_command): Constify.
3037 * linux-fork.c (info_checkpoints_command): Constify.
3038 * infrun.c (info_signals_command): Constify.
3039 * inflow.c (info_terminal_command): Constify.
3040 * inferior.c (info_inferiors_command): Constify.
3041 (print_inferior): Constify.
3042 * infcmd.c (info_program_command, info_all_registers_command)
3043 (info_registers_command, info_vector_command)
3044 (info_float_command): Constify.
3045 (registers_info): Constify.
3046 * gnu-nat.c (info_send_rights_cmd, info_recv_rights_cmd)
3047 (info_port_sets_cmd, info_dead_names_cmd, info_port_rights_cmd):
3048 Constify.
3049 * f-valprint.c (info_common_command): Constify.
3050 * dcache.c (info_dcache_command): Constify.
3051 (dcache_info_1): Constify.
3052 * darwin-nat-info.c (info_mach_tasks_command)
3053 (info_mach_task_command, info_mach_ports_command)
3054 (info_mach_port_command, info_mach_threads_command)
3055 (info_mach_thread_command, info_mach_regions_command)
3056 (info_mach_regions_recurse_command, info_mach_region_command)
3057 (info_mach_exceptions_command): Constify.
3058 (get_task_from_args): Constify.
3059 * cp-support.c (info_vtbl_command): Constify.
3060 * breakpoint.c (info_watchpoints_command)
3061 (info_tracepoints_command): Constify.
3062 (info_breakpoints_command): Remove non-const overload.
3063 * avr-tdep.c (avr_io_reg_read_command): Constify.
3064 * auxv.c (info_auxv_command): Constify.
3065 * ada-tasks.c (info_tasks_command): Constify.
3066 (info_task): Constify.
3067 * ada-lang.c (info_exceptions_command): Constify.
3068
3069 2017-11-07 Tom Tromey <tom@tromey.com>
3070
3071 * solib.h (no_shared_libraries): Constify.
3072 * frame.h (return_command): Constify.
3073 * cli/cli-cmds.h (quit_command): Constify.
3074 * top.h (quit_command, execute_command): Constify.
3075 * target.h (flash_erase_command): Constify.
3076 * inferior.h (set_inferior_args, attach_command): Constify.
3077 * tracepoint.h (start_tracing, stop_tracing): Constify.
3078 * breakpoint.h (break_command, tbreak_command)
3079 (hbreak_command_wrapper, thbreak_command_wrapper)
3080 (rbreak_command_wrapper, watch_command_wrapper)
3081 (awatch_command_wrapper, rwatch_command_wrapper)
3082 (get_tracepoint_by_number): Constify.
3083 * symtab.c (info_variables_command, rbreak_command)
3084 (symtab_symbol_info): Constify.
3085 (info_variables_command): Add non-const overload.
3086 * top.c (dont_repeat_command): Constify.
3087 * breakpoint.c (ignore_command, commands_command)
3088 (condition_command, tbreak_command, hbreak_command)
3089 (thbreak_command, clear_command, break_command)
3090 (info_breakpoints_command, watch_command, rwatch_command)
3091 (awatch_command, trace_command, ftrace_command, strace_command)
3092 (trace_pass_command, break_range_command, dprintf_command)
3093 (agent_printf_command, get_tracepoint_by_number)
3094 (watch_maybe_just_location, trace_pass_command): Constify.
3095 (info_breakpoints_command): Add non-const overload.
3096 * tracefile.c (tsave_command): Constify.
3097 * infcmd.c (attach_command, disconnect_command, signal_command)
3098 (queue_signal_command, stepi_command, nexti_command)
3099 (finish_command, next_command, step_command, until_command)
3100 (advance_command, jump_command, continue_command, run_command)
3101 (start_command, starti_command, interrupt_command)
3102 (run_command_1, set_inferior_args, step_1): Constify.
3103 * inferior.c (add_inferior_command, remove_inferior_command)
3104 (clone_inferior_command): Constify.
3105 * linux-fork.c (checkpoint_command, restart_command): Constify.
3106 * windows-nat.c (signal_event_command): Constify.
3107 * guile/guile.c (guile_repl_command, guile_command): Constify.
3108 * printcmd.c (x_command, display_command, printf_command)
3109 (output_command, set_command, call_command, print_command)
3110 (eval_command): Constify.
3111 (non_const_set_command): Remove.
3112 (_initialize_printcmd): Update.
3113 * source.c (forward_search_command, reverse_search_command):
3114 Constify.
3115 * jit.c (jit_reader_load_command, jit_reader_unload_command):
3116 Constify.
3117 * infrun.c (handle_command): Constify.
3118 * memattr.c (mem_command): Constify.
3119 * stack.c (return_command, up_command, up_silently_command)
3120 (down_command, down_silently_command, frame_command)
3121 (backtrace_command, func_command, backtrace_command_1): Constify.
3122 (backtrace_command): Add non-const overload.
3123 * remote-sim.c (simulator_command): Constify.
3124 * exec.c (set_section_command): Constify.
3125 * tracepoint.c (tdump_command, trace_variable_command)
3126 (tstatus_command, tstop_command, tstart_command)
3127 (end_actions_pseudocommand, while_stepping_pseudocommand)
3128 (collect_pseudocommand, teval_pseudocommand, actions_command)
3129 (start_tracing, stop_tracing): Constify.
3130 * value.c (init_if_undefined_command): Constify.
3131 * tui/tui-stack.c (tui_update_command): Constify.
3132 * tui/tui-win.c (tui_refresh_all_command)
3133 (tui_set_tab_width_command, tui_set_win_height_command)
3134 (tui_set_focus_command, tui_scroll_forward_command)
3135 (tui_scroll_backward_command, tui_scroll_left_command)
3136 (tui_scroll_right_command, parse_scrolling_args, tui_set_focus)
3137 (tui_set_win_height): Constify.
3138 * tui/tui-layout.c (tui_layout_command): Constify.
3139 * procfs.c (proc_trace_syscalls, proc_trace_sysentry_cmd)
3140 (proc_trace_sysexit_cmd, proc_untrace_sysentry_cmd)
3141 (proc_untrace_sysexit_cmd): Constify.
3142 * remote.c (threadlist_test_cmd, threadinfo_test_cmd)
3143 (threadset_test_cmd, threadlist_update_test_cmd)
3144 (threadalive_test): Constify.
3145 * objc-lang.c (print_object_command): Constify.
3146 * command.h (add_com): Constify.
3147 * cli/cli-dump.c (restore_command): Constify.
3148 * cli/cli-cmds.c (pwd_command, echo_command, quit_command)
3149 (help_command, complete_command, shell_command, edit_command)
3150 (list_command, disassemble_command, make_command)
3151 (apropos_command, alias_command): Constify.
3152 * cli/cli-script.c (document_command, define_command)
3153 (while_command, if_command, validate_comname): Constify.
3154 * cli/cli-decode.c (struct cmd_list_element): Change type of
3155 "fun".
3156 * target.c (do_monitor_command, flash_erase_command): Constify.
3157 * regcache.c (reg_flush_command): Constify.
3158 * reverse.c (reverse_step, reverse_next, reverse_stepi)
3159 (reverse_nexti, reverse_continue, reverse_finish)
3160 (save_bookmark_command, goto_bookmark_command)
3161 (exec_reverse_once): Constify.
3162 * python/python.c (python_interactive_command, python_command):
3163 Constify.
3164 * typeprint.c (ptype_command, whatis_command, whatis_exp):
3165 Constify.
3166 * solib.c (sharedlibrary_command, no_shared_libraries): Constify.
3167 * gcore.c (gcore_command): Constify.
3168
3169 2017-11-07 Tom Tromey <tom@tromey.com>
3170
3171 * printcmd.c (x_command): Call set_repeat_arguments.
3172 * cli/cli-cmds.c (list_command): Call set_repeat_arguments.
3173 * top.c (repeat_arguments): New global.
3174 (set_repeat_arguments): New function.
3175 (execute_command): Handle repeat_arguments.
3176 (show_commands): Calls set_repeat_arguments.
3177 * command.h (set_repeat_arguments): Declare.
3178
3179 2017-11-07 Tom Tromey <tom@tromey.com>
3180
3181 * stack.c (backtrace_command): Use std::string.
3182 (backtrace_command_1): Make "count_exp" const.
3183
3184 2017-11-07 Tom Tromey <tom@tromey.com>
3185
3186 * source.c (directory_switch, mod_path, add_path): Constify.
3187 * defs.h (add_path, mod_path, directory_switch): Constify.
3188 * mi/mi-cmd-env.c (env_mod_path): Constify.
3189
3190 2017-11-07 Tom Tromey <tom@tromey.com>
3191
3192 * infcmd.c (strip_bg_char): Return gdb::unique_xmalloc_ptr.
3193 (run_command_1, continue_command, step_1, jump_command)
3194 (signal_command, until_command, advance_command, finish_command)
3195 (attach_command): Update.
3196
3197 2017-11-07 Tom Tromey <tom@tromey.com>
3198
3199 * command.h (set_cmd_cfunc): Don't declare.
3200 * cli/cli-decode.c (set_cmd_cfunc): Now static.
3201
3202 2017-11-07 Tom Tromey <tom@tromey.com>
3203
3204 * stack.c (select_frame_command): Constify.
3205 * cli/cli-decode.c (add_com_suppress_notification): Constify.
3206 * command.h (add_com_suppress_notification): Constify.
3207
3208 2017-11-07 Tom Tromey <tom@tromey.com>
3209
3210 * breakpoint.c (stop_command): Constify.
3211 * cli/cli-decode.c (struct cmd_list_element): Constify.
3212 * command.h (add_abbrev_prefix_cmd): Constify.
3213
3214 2017-11-07 Pedro Alves <palves@redhat.com>
3215
3216 * breakpoint.c (extract_bp_kind): New enum.
3217 (extract_bp_num, extract_bp_or_bp_range): New functions, partially
3218 factored out from ...
3219 (extract_bp_number_and_location): ... here.
3220 * cli/cli-utils.c (get_number_trailer): Handle '-$variable'.
3221
3222 2017-11-07 Pedro Alves <palves@redhat.com>
3223
3224 * breakpoint.c (extract_bp_number_and_location): Change return
3225 type to void. Throw error instead of warning.
3226 (enable_disable_command): Adjust.
3227
3228 2017-11-07 Xavier Roirand <roirand@adacore.com>
3229 Pedro Alves <palves@redhat.com>
3230
3231 * breakpoint.c (map_breakpoint_number_range): New, factored out
3232 from ...
3233 (map_breakpoint_numbers): ... here.
3234 (find_location_by_number): Change parameters from string to
3235 breakpoint number and location.
3236 (extract_bp_number_and_location): New function.
3237 (enable_disable_bp_num_loc)
3238 (enable_disable_breakpoint_location_range)
3239 (enable_disable_command): New functions, factored out ...
3240 (enable_command, disable_command): ... these functions, and
3241 adjusted to support ranges.
3242 * NEWS: Document enable/disable breakpoint location range feature.
3243
3244 2017-11-06 Luis Machado <luis.machado@linaro.org>
3245
3246 * MAINTAINERS (Write After Approval): Update my e-mail address.
3247
3248 2017-11-06 Pedro Alves <palves@redhat.com>
3249
3250 * gnu-nat.c (gnu_terminal_init): Delete.
3251 (gnu_target): Don't install gnu_terminal_init.
3252 * inflow.c (child_terminal_init_with_pgrp): Delete, merged with ...
3253 (child_terminal_init): ... this function.
3254
3255 2017-11-06 Pedro Alves <palves@redhat.com>
3256
3257 * common/common.m4 (GDB_AC_COMMON): No longer check termio.h nor
3258 sgtty.h.
3259 * config.in, configure: Regenerate.
3260
3261 2017-11-06 Pedro Alves <palves@redhat.com>
3262
3263 * event-top.c: Check SIGTSTP instead of STOP_SIGNAL thoughout.
3264 (async_init_signals): Adjust.
3265 (handle_stop_sig): Rename to ...
3266 (handle_sigtstp): ... this.
3267 (async_stop_sig): Rename to ...
3268 (async_sigtstp_handler): ... this, and delete STOP_SIGNAL !=
3269 SIGTSTP path.
3270 * event-top.h: Move signal.h include to the top. Check SIGTSTP
3271 instead of STOP_SIGNAL thoughout.
3272 (handle_stop_sig): Rename to ...
3273 (handle_sigtstp): ... this.
3274 * top.c (command_line_input): Replace STOP_SIGNAL -> SIGTSTP.
3275
3276 2017-11-06 Pedro Alves <palves@redhat.com>
3277
3278 * inflow.c (child_terminal_inferior, child_terminal_ours_1): No
3279 longer set flags twice in row.
3280
3281 2017-11-06 Pedro Alves <palves@redhat.com>
3282
3283 * Makefile.in (SER_HARDWIRE): Update comment.
3284 (HFILES_NO_SRCDIR): Remove gdb_termios.h.
3285 * common/gdb_termios.h: Delete file.
3286 * common/job-control.c: Include termios.h and unistd.h instead of
3287 gdb_termios.h.
3288 (gdb_setpgid): Remove HAVE_TERMIOS || TIOCGPGRP preprocessor
3289 check.
3290 (have_job_control): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3291 Remove sgtty code.
3292 * configure.ac: No longer check for termio.h and sgtty.h.
3293 * configure: Regenerate.
3294 * inflow.c: Include termios.h instead of gdb_termios.h. Replace
3295 PROCESS_GROUP_TYPE checks with HAVE_TERMIOS_H checks throughout.
3296 Replace PROCESS_GROUP_TYPE references with pid_t references
3297 throughout.
3298 (gdb_getpgrp): Delete.
3299 (set_initial_gdb_ttystate): Use tcgetpgrp instead of gdb_getpgrp.
3300 (child_terminal_inferior): Remove comment. Remove sgtty code.
3301 (child_terminal_ours_1): Use tcgetpgrp directly instead of
3302 gdb_getpgrp. Use serial_set_tty_state instead aof
3303 serial_noflush_set_tty_state. Remove sgtty code.
3304 * inflow.h: Include unistd.h instead of gdb_termios.h. Replace
3305 PROCESS_GROUP_TYPE check with HAVE_TERMIOS_H check.
3306 (inferior_process_group): Now returns pid_t.
3307 * ser-base.c (ser_base_noflush_set_tty_state): Delete.
3308 * ser-base.h (ser_base_noflush_set_tty_state): Delete.
3309 * ser-event.c (serial_event_ops): Update.
3310 * ser-go32.c (dos_noflush_set_tty_state): Delete.
3311 (dos_ops): Update.
3312 * ser-mingw.c (hardwire_ops, tty_ops, pipe_ops, tcp_ops): Update.
3313 * ser-pipe.c (pipe_ops): Update.
3314 * ser-tcp.c (tcp_ops): Update.
3315 * ser-unix.c: Include termios.h instead of gdb_termios.h. Remove
3316 HAVE_TERMIOS checks.
3317 [HAVE_TERMIO] (struct hardwire_ttystate): Delete.
3318 [HAVE_SGTTY] (struct hardwire_ttystate): Delete.
3319 (get_tty_state, set_tty_state): Drop termio and sgtty code, and
3320 assume termios.
3321 (hardwire_noflush_set_tty_state): Delete.
3322 (hardwire_print_tty_state, hardwire_drain_output)
3323 (hardwire_flush_output, hardwire_flush_input)
3324 (hardwire_send_break, hardwire_raw, hardwire_setbaudrate)
3325 (hardwire_setstopbits, hardwire_setparity): Drop termio and sgtty
3326 code, and assume termios.
3327 (hardwire_ops): Update.
3328 (_initialize_ser_hardwire): Remove HAVE_TERMIOS check.
3329 * serial.c (serial_noflush_set_tty_state): Delete.
3330 * serial.h (serial_noflush_set_tty_state): Delete.
3331 (serial_ops::noflush_set_tty_state): Delete.
3332
3333 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3334
3335 * Makefile.in (SFILES): Remove doublest.c and dfp.c.
3336 (HFILES_NO_SRCDIR): Remove doublest.h and dfp.h.
3337 (COMMON_OBS): Remove doublest.o and dfp.o.
3338 Do not build target-float.c (instead of doublest.c)
3339 with -Wformat-nonliteral.
3340
3341 * doublest.c: Remove file.
3342 * doublest.h: Remove file.
3343 * dfp.c: Remove file.
3344 * dfp.h: Remove file.
3345
3346 * target-float.c: Do not include "doublest.h" and "dfp.h".
3347 (DOUBLEST): Move here from doublest.h.
3348 (enum float_kind): Likewise.
3349 (FLOATFORMAT_CHAR_BIT): Likewise.
3350 (FLOATFORMAT_LARGEST_BYTES): Likewise.
3351 (floatformat_totalsize_bytes): Move here from doublest.c. Make static.
3352 (floatformat_precision): Likewise.
3353 (floatformat_normalize_byteorder, get_field, put_field): Likewise.
3354 (floatformat_is_negative, floatformat_classify, floatformat_mantissa):
3355 Likewise.
3356 (host_float_format, host_double_format, host_long_double_format):
3357 Likewise.
3358 (floatformat_to_string, floatformat_from_string): Likewise.
3359 (floatformat_to_doublest): Likewise. Also, inline the original
3360 convert_floatformat_to_doublest.
3361 (floatformat_from_doublest): Likewise. Also, inline the original
3362 convert_floatformat_from_doublest.
3363
3364 Include "dpd/decimal128.h", "dpd/decimal64.h", and "dpd/decimal32.h".
3365 (MAX_DECIMAL_STRING): Move here from dfp.c.
3366 (match_endianness): Likewise.
3367 (set_decnumber_context, decimal_check_errors): Likewise.
3368 (decimal_from_number, decimal_to_number): Likewise.
3369 (decimal_to_string, decimal_from_string): Likewise. Make static.
3370 (decimal_from_longest, decimal_from_ulongest): Likewise.
3371 (decimal_to_longest): Likewise.
3372 (decimal_binop, decimal_is_zero, decimal_compare): Likewise.
3373 (decimal_convert): Likewise.
3374
3375 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3376
3377 * doublest.c: Do not include "gdbtypes.h".
3378 (extract_typed_floating): Remove.
3379 (store_typed_floating): Remove.
3380 (convert_typed_floating): Remove.
3381 * doublest.h (struct type): Remove.
3382 (DOUBLEST_PRINT_FORMAT): Remove.
3383 (DOUBLEST_SCAN_FORMAT): Remove.
3384 (extract_typed_floating): Remove.
3385 (store_typed_floating): Remove.
3386 (convert_typed_floating): Remove.
3387
3388 * dfp.c (decimal_from_doublest): Remove.
3389 (decimal_to_doublest): Remove.
3390 * dfp.h: Do not include "doublest.h".
3391 (decimal_from_doublest): Remove.
3392 (decimal_to_doublest): Remove.
3393
3394 * value.c: Do not include "doublest.h" and "dfp.h".
3395 (value_as_double): Remove.
3396 (unpack_double): Remove.
3397 (value_from_double): Remove.
3398 (value_from_decfloat): Remove.
3399 * value.h: Do not include "doublest.h".
3400 (value_as_double): Remove.
3401 (unpack_double): Remove.
3402 (value_from_double): Remove.
3403 (value_from_decfloat): Remove.
3404
3405 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3406
3407 * i386-tdep.c: Include "target-float.h". Do not include "doublest.h".
3408 (i386_extract_return_value): Use target_float_convert.
3409 (i386_store_return_value): Likewise.
3410 * i387-tdep.c (i387_register_to_value): Use target_float_convert.
3411 (i387_value_to_register): Likewise.
3412 * ia64-tdep.c: Include "target-float.h". Do not include "doublest.h".
3413 (ia64_register_to_value): Use target_float_convert.
3414 (ia64_value_to_register): Likewise.
3415 (ia64_extract_return_value): Likewise.
3416 (ia64_store_return_value): Likewise.
3417 (ia64_push_dummy_call): Likewise.
3418 * m68k-tdep.c: Include "target-float.h".
3419 (m68k_register_to_value): Use target_float_convert.
3420 (m68k_value_to_register): Likewise.
3421 (m68k_svr4_extract_return_value): Likewise.
3422 (m68k_svr4_store_return_value): Likewise.
3423 * ppc-sysv-tdep.c: Include "target-float.h".
3424 (ppc_sysv_abi_push_dummy_call): Use target_float_convert.
3425 (do_ppc_sysv_return_value): Likewise.
3426 (ppc64_sysv_abi_push_freg): Likewise.
3427 (ppc64_sysv_abi_return_value_base): Likewise.
3428 * rs6000-aix-tdep.c: Include "target-float.h".
3429 (rs6000_push_dummy_call): Use target_float_convert.
3430 (rs6000_return_value): Likewise.
3431 * rs6000-lynx178-tdep.c: Include "target-float.h".
3432 (rs6000_lynx178_push_dummy_call): Use target_float_convert.
3433 (rs6000_lynx178_return_value): Likewise.
3434 * rs6000-tdep.c: Include "target-float.h". Do not include "doublest.h".
3435 (rs6000_register_to_value): Use target_float_convert.
3436 (rs6000_value_to_register): Likewise.
3437 * arm-tdep.c: Include "target-float.h". Do not include "doublest.h".
3438 (arm_extract_return_value): Use target_float_convert.
3439 (arm_store_return_value): Likewise.
3440 * sh-tdep.c: Include "target-float.h". Do not include "doublest.h".
3441 (sh_register_convert_to_virtual): Use target_float_convert.
3442 (sh_register_convert_to_raw): Likewise.
3443 * sh64-tdep.c: Include "target-float.h".
3444 (sh64_extract_return_value): Use target_float_convert.
3445 (sh64_register_convert_to_virtual): Likewise.
3446 (sh64_register_convert_to_raw): Likewise. Fix argument types.
3447
3448 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3449
3450 * target-float.c (floatformat_to_host_double): New function.
3451 (floatformat_from_host_double): Likewise.
3452 (target_float_to_host_double): Likewise.
3453 (target_float_from_host_double): Likewise.
3454 * target-float.h (target_float_to_host_double): Add prototype.
3455 (target_float_from_host_double): Likewise.
3456
3457 * guile/scm-value.c: Include "target-float.h".
3458 (gdbscm_value_to_real): Use target_float_to_host_double.
3459 Handle integer source values via value_as_long.
3460 * guile/scm-math.c: Include "target-float.h". Do not include
3461 "doublest.h", "dfp.h", and "expression.h".
3462 (vlscm_convert_typed_number): Use target_float_from_host_double.
3463 (vlscm_convert_number): Likewise.
3464
3465 * python/py-value.c (valpy_float): Use target_float_to_host_double.
3466 (convert_value_from_python): Use target_float_from_host_double.
3467
3468 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3469
3470 * ada-lang.c (cast_to_fixed): Reimplement in target arithmetic.
3471 (cast_from_fixed): Likewise.
3472 (ada_scaling_type): New function.
3473 (ada_delta): Return value instead of DOUBLEST. Perform target
3474 arithmetic instead of host arithmetic.
3475 (scaling_factor): Rename to ...
3476 (ada_scaling_factor) ... this. Make non-static. Return value instead
3477 of DOUBLEST. Perform target arithmetic instead of host arithmetic.
3478 (ada_fixed_to_float): Remove.
3479 (ada_float_to_fixed): Remove.
3480 * ada-lang.h (ada_fixed_to_float): Remove.
3481 (ada_float_to_fixed): Remove.
3482 (ada_delta): Return value instead of DOUBLEST.
3483 (ada_scaling_factor): Add prototype.
3484
3485 * ada-typeprint.c: Include "target-float.h".
3486 (print_fixed_point_type): Perform target arithmetic instead of
3487 host arithmetic.
3488 * ada-valprint.c: Include "target-float.h".
3489 (ada_val_print_num): Perform target arithmetic instead of
3490 host arithmetic for fixed-point types.
3491
3492 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3493
3494 * target-float.c: Include <math.h>.
3495 (floatformat_binop): New function.
3496 (floatformat_compare): Likewise.
3497 (target_float_binop): Likewise.
3498 (target_float_compare): Likewise.
3499 * target-float.h: Include "expression.h".
3500 (target_float_binop): Add prototype.
3501 (target_float_compare): Likewise.
3502
3503 * valarith.c: Do not include "doublest.h" and "dfp.h".
3504 Include "common/byte-vector.h".
3505 (value_args_as_decimal): Remove, replace by ...
3506 (value_args_as_target_float): ... this function. Handle both
3507 binary and decimal target floating-point formats.
3508 (scalar_binop): Handle both binary and decimal FP using
3509 value_args_as_target_float and target_float_binop.
3510 (value_equal): Handle both binary and decimal FP using
3511 value_args_as_target_float and target_float_compare.
3512 (value_less): Likewise.
3513 (value_pos): Handle all scalar types as simple copy.
3514 (value_neg): Handle all scalar types via BINOP_SUB from 0.
3515 * dfp.c (decimal_binop): Throw error instead of internal_error
3516 when called with an unsupported operation code.
3517
3518 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3519
3520 * target-float.c (target_float_to_string): New function.
3521 (target_float_from_string): New function.
3522 * target-float.h (target_float_to_string): Add prototype.
3523 (target_float_from_string): Add prototype.
3524
3525 * valprint.c: Include "target-float.h". Do not include
3526 "doublest.h" and "dfp.h".
3527 (print_floating): Use target_float_to_string.
3528 * printcmd.c: Include "target-float.h". Do not include "dfp.h".
3529 (printf_floating): Use target_float_to_string.
3530 * i387-tdep.c: Include "target-float.h". Do not include "doublest.h".
3531 (print_i387_value): Use target_float_to_string.
3532 * mips-tdep.c: Include "target-float.h".
3533 (mips_print_fp_register): Use target_float_to_string.
3534 * sh64-tdep.c: Include "target-float.h".
3535 (sh64_do_fp_register): Use target_float_to_string.
3536
3537 * parse.c: Include "target-float.h". Do not include
3538 "doublest.h" and "dfp.h".
3539 (parse_float): Use target_float_from_string.
3540 * stabsread.c: Include "target-float.h". Do not include "doublest.h".
3541 (define_symbol): Use target_float_from_string.
3542 * gdbarch-selftests.c: Include "target-float.h".
3543 (register_to_value_test): Use target_float_from_string.
3544
3545 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3546
3547 * Makefile.c (SFILES): Add target-float.c.
3548 (HFILES_NO_SRCDIR): Add target-float.h.
3549 (COMMON_OBS): Add target-float.o.
3550 * target-float.h: New file.
3551 * target-float.c: New file.
3552
3553 * doublest.c (floatformat_classify): Fix detection of float_zero.
3554
3555 * gdbtypes.c (is_floating_type): New function.
3556 * gdbtypes.h (is_floating_type): Add prototype.
3557
3558 * value.c: Do not include "floatformat.h".
3559 (unpack_double): Use target_float_is_valid.
3560 (is_floating_value): New function.
3561 * value.h (is_floating_value): Add prototype-
3562
3563 * valarith.c: Include "target-float.h".
3564 (value_logical_not): Use target_float_is_zero.
3565
3566 * python/py-value.c: Include "target-float.h".
3567 (valpy_nonzero): Use target_float_is_zero.
3568
3569 2017-11-04 Tom Tromey <tom@tromey.com>
3570
3571 * h8300-tdep.c (h8300_push_dummy_call): Use std::vector.
3572
3573 2017-11-04 Tom Tromey <tom@tromey.com>
3574
3575 * breakpoint.c (set_momentary_breakpoint): Return
3576 breakpoint_up.
3577 (until_break_command): Update.
3578 (new_until_break_fsm): Change argument types to
3579 breakpoint_up.
3580 (set_momentary_breakpoint_at_pc): Return breakpoint_up.
3581 (do_delete_breakpoint_cleanup, make_cleanup_delete_breakpoint):
3582 Remove.
3583 * infcmd.c (finish_forward): Update.
3584 * breakpoint.h (set_momentary_breakpoint)
3585 (set_momentary_breakpoint_at_pc): Return breakpoint_up.
3586 (make_cleanup_delete_breakpoint): Remove.
3587 (struct breakpoint_deleter): New.
3588 (breakpoint_up): New typedef.
3589 * infrun.c (insert_step_resume_breakpoint_at_sal_1): Update.
3590 (insert_exception_resume_breakpoint): Update.
3591 (insert_exception_resume_from_probe): Update.
3592 (insert_longjmp_resume_breakpoint): Update.
3593 * arm-linux-tdep.c (arm_linux_copy_svc): Update.
3594 * elfread.c (elf_gnu_ifunc_resolver_stop): Update.
3595 * infcall.c (call_function_by_hand_dummy): Update
3596
3597 2017-11-04 Tom Tromey <tom@tromey.com>
3598
3599 * c-typeprint.c (c_type_print_base): Use gdb::unique_xmalloc_ptr.
3600
3601 2017-11-04 Tom Tromey <tom@tromey.com>
3602
3603 * linux-tdep.c (linux_core_info_proc_mappings): Use
3604 gdb::def_vector.
3605 (linux_get_siginfo_data): Return gdb::byte_vector. Remove
3606 "size" argument.
3607 (linux_corefile_thread): Update.
3608 (linux_make_corefile_notes): Remove unused variable.
3609
3610 2017-11-04 Tom Tromey <tom@tromey.com>
3611
3612 * ppc-linux-tdep.c (ppc_linux_get_syscall_number): Use
3613 gdb::byte_vector.
3614
3615 2017-11-04 Tom Tromey <tom@tromey.com>
3616
3617 * objfiles.c (do_free_objfile_cleanup): Remove.
3618 * compile/compile-object-load.c (compile_object_load): Update.
3619 * objfiles.h (make_cleanup_free_objfile): Remove.
3620
3621 2017-11-04 Tom Tromey <tom@tromey.com>
3622
3623 * sparc64-tdep.c (do_examine): Use gdb::def_vector.
3624 (adi_read_versions): Change "tags" to "gdb_byte *".
3625 (adi_print_versions): Likewise.
3626
3627 2017-11-04 Tom Tromey <tom@tromey.com>
3628
3629 * breakpoint.c
3630 (scoped_rbreak_breakpoints::scoped_rbreak_breakpoints): Rename
3631 from start_rbreak_breakpoints.
3632 (scoped_rbreak_breakpoints): Rename from end_rbreak_breakpoints.
3633 * breakpoint.h (class scoped_rbreak_breakpoints): New.
3634 (start_rbreak_breakpoints, end_rbreak_breakpoints): Remove.
3635 * symtab.c (do_end_rbreak_breakpoints): Remove.
3636 (rbreak_command): Use scoped_rbreak_breakpoints, std::string.
3637
3638 2017-11-04 Tom Tromey <tom@tromey.com>
3639
3640 * cp-namespace.c (reset_directive_searched): Remove.
3641 (cp_lookup_symbol_via_imports): Use scoped_restore.
3642 * cp-support.c (reset_directive_searched): Remove.
3643 (make_symbol_overload_list_using): Use scoped_restore.
3644 * d-namespace.c (d_lookup_symbol_imports): Use scoped_restore.
3645 (reset_directive_searched): Remove.
3646
3647 2017-11-04 Tom Tromey <tom@tromey.com>
3648
3649 * symfile.c (find_separate_debug_file_by_debuglink): Use
3650 unique_xmalloc_ptr.
3651
3652 2017-11-04 Tom Tromey <tom@tromey.com>
3653
3654 * compile/compile-loc2c.c (compute_stack_depth_worker): Change
3655 type of "info".
3656 (compute_stack_depth): Likewise.
3657 (do_compile_dwarf_expr_to_c): Use std::vector.
3658
3659 2017-11-04 Tom Tromey <tom@tromey.com>
3660
3661 * compile/compile-object-load.c (link_callbacks_einfo): Use
3662 std::string.
3663
3664 2017-11-04 Tom Tromey <tom@tromey.com>
3665
3666 * dwarf2read.c (process_full_comp_unit, process_full_type_unit):
3667 Use scoped_free_pendings.
3668 * dbxread.c (dbx_symfile_read, dbx_psymtab_to_symtab_1): Use
3669 scoped_free_pendings.
3670 * xcoffread.c (xcoff_psymtab_to_symtab_1): Use scoped_free_pendings.
3671 (xcoff_initial_scan): Likewise.
3672 * buildsym.c (reset_symtab_globals): Update comment.
3673 (scoped_free_pendings): Rename from really_free_pendings.
3674 (prepare_for_building): Update comment.
3675 (buildsym_init): Likewise.
3676 * buildsym.h (class scoped_free_pendings): New class.
3677 (really_free_pendings): Don't declare.
3678
3679 2017-11-03 Ulrich Weigand <uweigand@de.ibm.com>
3680
3681 * doublest.c (convert_doublest_to_floatformat): Fix uninitialized
3682 output when converting a zero value to a special byteorder format.
3683
3684 2017-11-02 Yao Qi <yao.qi@linaro.org>
3685
3686 * frame.c (do_frame_register_read): Remove aspace.
3687 * jit.c (jit_frame_sniffer): Likwise.
3688 * ppc-linux-tdep.c (ppu2spu_sniffer): Likewise.
3689 * regcache.c (regcache::regcache): Pass nullptr.
3690 (regcache_print): Caller updated.
3691 * regcache.h (regcache::regcache): Remove one constructor
3692 parameter aspace.
3693
3694 2017-11-02 Yao Qi <yao.qi@linaro.org>
3695
3696 * regcache.h (regcache) <m_readonly_p>: Change it to const bool.
3697
3698 2017-11-02 Yao Qi <yao.qi@linaro.org>
3699
3700 * breakpoint.c (insert_single_step_breakpoints): Update.
3701 * frame.c (struct frame_info) <aspace>: Add const.
3702 (frame_save_as_regcache): Add const.
3703 (get_frame_address_space): Return const address_space *.
3704 * frame.h (get_frame_address_space): Update declaration.
3705 * infrun.c (struct step_over_info) <aspace>: Add const.
3706 (set_step_over_info): Make aspace const.
3707 (displaced_step_prepare_throw): Change variable const.
3708 (resume): Likewise.
3709 (proceed): Likewise.
3710 (adjust_pc_after_break): Likewise.
3711 (save_waitstatus): Likewise.
3712 (handle_signal_stop): Likewise.
3713 (keep_going_pass_signal): Likewise.
3714 * jit.c (jit_frame_sniffer): Add const.
3715 * mips-tdep.c (mips_single_step_through_delay): Likewise.
3716 * ppc-linux-tdep.c (ppu2spu_sniffer): Likewise.
3717 * record-full.c (record_full_wait_1): Likewise.
3718 * regcache.c (regcache::regcache): Change parameter to const.
3719 * regcache.h (regcache::regcache): Likewise.
3720 (regcache::aspace): Return const address_space *.
3721 (regcache) <m_aspace>: Add const.
3722
3723 2017-11-02 Yao Qi <yao.qi@linaro.org>
3724
3725 * darwin-nat.c (cancel_breakpoint): Use regcache->aspace ().
3726 * frame.c (create_sentinel_frame): Likewise.
3727 * infrun.c (displaced_step_prepare_throw): Likewise.
3728 (resume): Likewise.
3729 (thread_still_needs_step_over_bp): Likewise.
3730 (proceed): Likewise.
3731 (do_target_wait): Likewise.
3732 (adjust_pc_after_break): Likewise.
3733 (handle_syscall_event): Likewise.
3734 (save_waitstatus): Likewise.
3735 (handle_inferior_event_1): Likewise.
3736 (handle_signal_stop): Likewise.
3737 (keep_going_pass_signal): Likewise.
3738 * linux-nat.c (status_callback): Likewise.
3739 (save_stop_reason): Likewise.
3740 (resume_stopped_resumed_lwps): Likewise.
3741 * record-full.c (record_full_exec_insn): Likewise.
3742 (record_full_wait_1): Likewise.
3743 * regcache.c (get_regcache_aspace): Remove.
3744 * regcache.h (get_regcache_aspace): Remove.
3745
3746 2017-11-02 Yao Qi <yao.qi@linaro.org>
3747
3748 * regcache.c (struct regcache_descr) <nr_raw_registers>: Remove.
3749 (init_regcache_descr): Use gdbarch_num_regs.
3750 (regcache::regcache): Likewise.
3751 (regcache::get_register_status): Likewise.
3752 (regcache::assert_raw_regnum): Likewise.
3753 (regcache::cooked_read): Likewise.
3754 (regcache::cooked_read_value): Likewise.
3755 (regcache::cooked_write): Likewise.
3756 (regcache::dump): Likewise.
3757 (regcache::num_raw_registers): New method.
3758 * regcache.h (class regcache) <num_raw_registers>: New.
3759
3760 2017-11-02 Yao Qi <yao.qi@linaro.org>
3761
3762 * regcache.c (regcache::assert_regnum): New method.
3763 (regcache::invalidate): Call assert_regnum.
3764 (regcache::raw_update): Likewise.
3765 (regcache::raw_write): Likewise.
3766 (regcache::raw_read_part): Likewise.
3767 (regcache::raw_write_part): Likewise.
3768 (regcache::raw_supply): Likewise.
3769 (regcache::raw_supply_integer): Likewise.
3770 (regcache::raw_supply_zeroed): Likewise.
3771 (regcache::raw_collect): Likewise.
3772 (regcache::raw_collect_integer): Likewise.
3773 * regcache.h (regcache::assert_regnum): Declare.
3774
3775 2017-11-02 Yao Qi <yao.qi@linaro.org>
3776
3777 * regcache.c (regcache::dump): Remove code.
3778
3779 2017-11-02 Yao Qi <yao.qi@linaro.org>
3780
3781 * regcache.c (struct regcache_descr) <sizeof_raw_register_status>:
3782 Remove.
3783 <sizeof_cooked_register_status>: Remove.
3784 (init_regcache_descr): Update.
3785 (regcache::regcache): Use nr_cooked_registers and nr_raw_registers.
3786 (regcache::save): Likewise.
3787 (regcache::dump): Likewise.
3788
3789 2017-11-01 James Bowman <james.bowman@ftdichip.com>
3790
3791 * ft32-tdep.c (ft32_fetch_instruction): New function.
3792 (ft32_analyze_prologue): Use ft32_fetch_instruction().
3793
3794 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3795
3796 * cli/cli-script.c (execute_control_command): Rename to ...
3797 (execute_control_command_1): ... this.
3798 (execute_control_command): New function.
3799
3800 2017-10-31 Simon Marchi <simon.marchi@ericsson.com>
3801
3802 * tracepoint.c (tfind_command): Remove const_cast.
3803
3804 2017-10-30 Mike Gulick <mgulick@mathworks.com>
3805
3806 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to gdb.h.
3807
3808 2017-10-30 Simon Marchi <simon.marchi@ericsson.com>
3809
3810 * common/common-utils.h (in_inclusive_range): New function.
3811 * arm-tdep.c (arm_record_extension_space): Use
3812 in_inclusive_range.
3813 (thumb_record_ld_st_reg_offset): Use in_inclusive_range.
3814 * cris-tdep.c (cris_spec_reg_applicable): Use
3815 in_inclusive_range.
3816
3817 2017-10-30 Pedro Alves <palves@redhat.com>
3818 Simon Marchi <simon.marchi@ericsson.com>
3819
3820 * remote.c (remote_set_syscall_catchpoint): Build a std::string
3821 instead of a gdb::unique_xmalloc_ptr, using string_appendf.
3822
3823 2017-10-30 Pedro Alves <palves@redhat.com>
3824
3825 * common/common-utils.c (string_appendf, string_vappendf): New
3826 functions.
3827 * common/common-utils.h (string_appendf, string_vappendf): New
3828 declarations.
3829 * unittests/common-utils-selftests.c (string_appendf_func)
3830 (test_appendf_func, string_vappendf_wrapper, string_appendf_tests)
3831 (string_vappendf_tests): New functions.
3832 (_initialize_common_utils_selftests): Register "string_appendf" and
3833 "string_vappendf tests".
3834
3835 2017-10-30 Pedro Alves <palves@redhat.com>
3836
3837 * unittests/common-utils-selftests.c (format_func): New typedef.
3838 (string_printf_tests, string_vprintf_tests): Tests factored out
3839 and merged to ...
3840 (test_format_func): ... this new function.
3841 (string_printf_tests, string_vprintf_tests): Reimplement on top of
3842 test_format_func.
3843
3844 2017-10-29 Simon Marchi <simon.marchi@ericsson.com>
3845
3846 * darwin-nat.c: Remove include of gdb.h.
3847
3848 2017-10-29 Simon Marchi <simon.marchi@ericsson.com>
3849
3850 * xtensa-xtregs.c: Fix formatting issues.
3851
3852 2017-10-29 Simon Marchi <simon.marchi@ericsson.com>
3853
3854 * xtensa-xtregs.c (xtensa_regtable_t) <name>: Constify.
3855
3856 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3857
3858 PR python/21213
3859 * python/py-infthread.c (thpy_get_inferior): Increment reference
3860 of inferior before returning it.
3861
3862 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
3863
3864 * unittests/common-utils-selftests.c (format): Add
3865 ATTRIBUTE_PRINTF.
3866
3867 2017-10-27 Simon Marchi <simon.marchi@polymtl.ca>
3868
3869 * xml-syscall.c (struct syscall_desc): Add constructor.
3870 <name>: Change type to std::string.
3871 (syscall_desc_up): New typedef.
3872 (syscall_desc_p): Remove typeder.
3873 (DEF_VEC_P(syscall_desc_p)): Remove.
3874 (struct syscall_group_desc): Add constructor.
3875 <name>: Change type to std::string.
3876 <syscalls>: Change type to std::vector.
3877 (syscall_group_desc_up): New typedef.
3878 (syscall_group_desc_p): Remove typedef.
3879 (DEF_VEC_P(syscall_group_desc_p)): Remove.
3880 (struct syscalls_info) <syscalls>: Change type to std::vector of
3881 unique_ptr.
3882 <groups>: Likewise.
3883 <my_gdb_datadir>: Change type to std::string.
3884 (syscalls_info_up): New typedef.
3885 (allocate_syscalls_info): Remove.
3886 (syscalls_info_free_syscalls_desc): Remove.
3887 (syscalls_info_free_syscall_group_desc): Remove.
3888 (free_syscalls_info): Remove.
3889 (make_cleanup_free_syscalls_info): Remove.
3890 (syscall_group_create_syscall_group_desc): Adjust.
3891 (syscall_group_add_syscall): Adjust.
3892 (syscall_create_syscall_desc): Adjust.
3893 (syscall_parse_xml): Adjust, use unique_ptr instead of cleanup.
3894 (init_syscalls_info): Adjust.
3895 (syscall_group_get_group_by_name): Adjust.
3896 (xml_get_syscall_number): Adjust.
3897 (xml_get_syscall_name): Adjust.
3898 (xml_list_of_syscalls): Adjust.
3899 (xml_list_syscalls_by_group): Adjust.
3900 (xml_list_of_groups): Adjust.
3901
3902 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
3903
3904 * probe.h: Don't include gdb_vecs.h.
3905 (DEF_VEC_P (probe_p)): Remove.
3906 (find_probes_in_objfile): Return an std::vector.
3907 * probe.c (find_probes_in_objfile): Likewise.
3908 * breakpoint.c (breakpoint_objfile_data)
3909 <longjmp_probes>: Change type to std::vector.
3910 <exception_probes>: Likewise.
3911 (free_breakpoint_probes): Don't manually free vectors.
3912 (create_longjmp_master_breakpoint): Adjust.
3913 (create_exception_master_breakpoint): Adjust.
3914 * solib-svr4.c (svr4_create_probe_breakpoints): Change
3915 parameter type, adjust.
3916 (svr4_create_solib_event_breakpoints): Adjust.
3917
3918 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
3919
3920 * breakpoint.c (breakpoint_objfile_data): Initialize fields.
3921 (get_breakpoint_objfile_data): Allocate breakpoint_objfile_data
3922 with new.
3923 (free_breakpoint_probes): Rename to ...
3924 (free_breakpoint_objfile_data): ... this, and call delete on
3925 bp_objfile_data..
3926
3927 2017-10-27 Simon Marchi <simon.marchi@polymtl.ca>
3928
3929 * auto-load.c: Don't include gdb_vecs.h, include algorithm.
3930 (loaded_script_ptr): Remove typedef.
3931 (DEF_VEC_P (loaded_script_ptr)): Remove.
3932 (struct collect_matching_scripts_data): Add constructor.
3933 <scripts_p>: Change type to (pointer to) std::vector.
3934 (collect_matching_scripts_data): Adjust.
3935 (sort_scripts_by_name): Make suitable for std::sort.
3936 (print_scripts): Don't sort vector, adjust to std::vector.
3937 (auto_load_info_scripts): Sort vectors, adjust to std::vector.
3938
3939 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
3940
3941 * symfile.c (filename_language): Make struct, not typedef. Add
3942 constructor.
3943 <ext>: Change type to std::string.
3944 (DEF_VEC_O (filename_language)): Remove.
3945 (filename_language_table): Change type to std::vector.
3946 (add_filename_language): Adjust.
3947 (set_ext_lang_command): Adjust.
3948 (info_ext_lang_command): Adjust.
3949 (deduce_language_from_filename): Adjust.
3950 (class scoped_restore_filename_language_table): Remove.
3951 (test_filename_language): Use scoped_restore.
3952 (test_set_ext_lang_command): Use scoped_restore, adjust to
3953 std::vector change.
3954
3955 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
3956
3957 * symfile.c: Include selftest.h.
3958 (class scoped_restore_filename_language_table): New.
3959 (test_filename_language): New test.
3960 (test_set_ext_lang_command): New test.
3961 (_initialize_symfile): Register tests.
3962
3963 2017-10-27 Keith Seitz <keiths@redhat.com>
3964
3965 * breakpoint.c (print_breakpoint_location): Use the symbol saved
3966 in the bp_location, falling back to find_pc_sect_function when
3967 needed.
3968 (add_location_to_breakpoint): Save sal->symbol.
3969 * breakpoint.h (struct bp_location) <symbol>: New field.
3970 * symtab.c (find_function_start_sal): Save the symbol into the SaL.
3971 * symtab.h (struct symtab_and_line) <symbol>: New field.
3972
3973 2017-10-26 Patrick Frants <osscontribute@gmail.com>
3974
3975 PR gdb/13669
3976 * cp-valprint.c (cp_print_value_fields): Use obstack_blank_fast
3977 to rewind obstack.
3978
3979 2017-10-26 Pedro Alves <palves@redhat.com>
3980
3981 * remote.c (remote_async_terminal_ours_p): Delete.
3982 (remote_open_1, remote_terminal_inferior, remote_terminal_ours):
3983 Remove references to 'remote_async_terminal_ours_p'.
3984
3985 2017-10-26 Yao Qi <yao.qi@linaro.org>
3986
3987 * breakpoint.h (regular_breakpoint_inserted_here_p): Remove.
3988
3989 2017-10-26 Yao Qi <yao.qi@linaro.org>
3990
3991 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Make
3992 aspace const.
3993 * break-catch-syscall.c (breakpoint_hit_catch_syscall):
3994 Likewise.
3995 * breakpoint.c (bpstat_check_location): Remove cast.
3996 (breakpoint_hit_catch_fork): Make aspce const.
3997 (breakpoint_hit_catch_solib): Likewise.
3998 (breakpoint_hit_catch_exec): Likewise.
3999 (breakpoint_hit_ranged_breakpoint): Likewise.
4000 (breakpoint_hit_watchpoint): Likewise.
4001 (base_breakpoint_breakpoint_hit): Likewise.
4002 (bkpt_breakpoint_hit): Likewise.
4003 (dprintf_breakpoint_hit): Likewise.
4004 (tracepoint_breakpoint_hit): Likewise.
4005 * breakpoint.h (breakpoint_ops) <breakpoint_hit>: Likewise.
4006
4007 2017-10-26 Yao Qi <yao.qi@linaro.org>
4008
4009 * breakpoint.c (breakpoint_location_address_match): Change
4010 "struct address_space *" to "const address_space".
4011 (breakpoint_location_address_range_overlap): Likewise.
4012 (breakpoint_here_p): Likewise.
4013 (breakpoint_in_range_p): Likewise.
4014 (moribund_breakpoint_here_p): Likewise.
4015 (bp_location_inserted_here_p): Likewise.
4016 (software_breakpoint_inserted_here_p): Likewise.
4017 (hardware_breakpoint_inserted_here_p): Likewise.
4018 (hardware_watchpoint_inserted_in_range): Likewise.
4019 (bpstat_check_location): Likewise.
4020 (bpstat_stop_status): Likewise.
4021 (breakpoint_address_match): Likewise.
4022 (breakpoint_address_match_range): Likewise.
4023 (breakpoint_location_address_match): Likewise.
4024 (breakpoint_location_address_range_overlap): Likewise.
4025 (insert_single_step_breakpoint): Likewise.
4026 (breakpoint_has_location_inserted_here): Likewise.
4027 (single_step_breakpoint_inserted_here_p): Likewise.
4028 (pc_at_non_inline_function): Likewise.
4029 * breakpoint.h (bpstat_stop_status): Update declaration.
4030 (breakpoint_here_p): Likewise.
4031 (breakpoint_in_range_p): Likewise.
4032 (moribund_breakpoint_here_p): Likewise.
4033 (breakpoint_inserted_here_p): Likewise.
4034 (software_breakpoint_inserted_here_p): Likewise.
4035 (hardware_breakpoint_inserted_here_p): Likewise.
4036 (breakpoint_has_location_inserted_here): Likewise.
4037 (single_step_breakpoint_inserted_here_p): Likewise.
4038 (hardware_watchpoint_inserted_in_range): Likewise.
4039 (breakpoint_address_match): Likewise.
4040 (insert_single_step_breakpoint): Likewise.
4041 (pc_at_non_inline_function): Likewise.
4042 * gdbthread.h (thread_has_single_step_breakpoint_here): Likewise.
4043 * record.c (record_check_stopped_by_breakpoint): Likewise.
4044 * record.h (record_check_stopped_by_breakpoint): Likewise.
4045 * thread.c (thread_has_single_step_breakpoint_here): Likewise.
4046
4047 2017-10-25 Yao Qi <yao.qi@linaro.org>
4048
4049 * aarch32-linux-nat.c (aarch32_gp_regcache_supply): Use
4050 regcache->arch () instead get_regcache_arch.
4051 * aarch64-fbsd-nat.c (aarch64_fbsd_fetch_inferior_registers):
4052 Likewise.
4053 (aarch64_fbsd_store_inferior_registers): Likewise.
4054 * aarch64-linux-nat.c (fetch_gregs_from_thread): Likewise.
4055 (store_gregs_to_thread): Likewise.
4056 (fetch_fpregs_from_thread): Likewise.
4057 (store_fpregs_to_thread): Likewise.
4058 * aarch64-tdep.c (aarch64_extract_return_value): Likewise.
4059 (aarch64_store_return_value): Likewise.
4060 (aarch64_software_single_step): Likewise.
4061 * aix-thread.c (aix_thread_wait): Likewise.
4062 (supply_reg32): Likewise.
4063 (supply_sprs64): Likewise.
4064 (supply_sprs32): Likewise.
4065 (fill_gprs64): Likewise.
4066 (fill_gprs32): Likewise.
4067 (fill_sprs64): Likewise.
4068 (fill_sprs32): Likewise.
4069 (store_regs_user_thread): Likewise.
4070 (store_regs_kernel_thread): Likewise.
4071 * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers): Likewise.
4072 (alphabsd_store_inferior_registers): Likewise.
4073 * alpha-tdep.c (alpha_extract_return_value): Likewise.
4074 (alpha_store_return_value): Likewise.
4075 (alpha_deal_with_atomic_sequence): Likewise.
4076 (alpha_next_pc): Likewise.
4077 (alpha_software_single_step): Likewise.
4078 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Likewise.
4079 (amd64bsd_store_inferior_registers): Likewise.
4080 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
4081 Likewise.
4082 (amd64_linux_store_inferior_registers): Likewise.
4083 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
4084 (amd64_collect_native_gregset): Likewise.
4085 * amd64-obsd-tdep.c (amd64obsd_supply_uthread): Likewise.
4086 (amd64obsd_collect_uthread): Likewise.
4087 * amd64-tdep.c (amd64_supply_fpregset): Likewise.
4088 (amd64_collect_fpregset): Likewise.
4089 (amd64_supply_fxsave): Likewise.
4090 (amd64_supply_xsave): Likewise.
4091 (amd64_collect_fxsave): Likewise.
4092 (amd64_collect_xsave): Likewise.
4093 * arc-tdep.c (arc_write_pc): Likewise.
4094 * arch-utils.c (default_skip_permanent_breakpoint): Likewise.
4095 * arm-fbsd-nat.c (arm_fbsd_fetch_inferior_registers): Likewise.
4096 (arm_fbsd_store_inferior_registers): Likewise.
4097 * arm-linux-nat.c (fetch_vfp_regs): Likewise.
4098 (store_vfp_regs): Likewise.
4099 (arm_linux_fetch_inferior_registers): Likewise.
4100 (arm_linux_store_inferior_registers): Likewise.
4101 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
4102 (arm_linux_sigreturn_next_pc): Likewise.
4103 (arm_linux_get_next_pcs_syscall_next_pc): Likewise.
4104 * arm-nbsd-nat.c (arm_supply_gregset): Likewise.
4105 (fetch_register): Likewise.
4106 (store_register): Likewise.
4107 * arm-tdep.c (arm_is_thumb): Likewise.
4108 (displaced_in_arm_mode): Likewise.
4109 (bx_write_pc): Likewise.
4110 (arm_get_next_pcs_addr_bits_remove): Likewise.
4111 (arm_software_single_step): Likewise.
4112 (arm_extract_return_value): Likewise.
4113 (arm_store_return_value): Likewise.
4114 (arm_write_pc): Likewise.
4115 * bfin-tdep.c (bfin_extract_return_value): Likewise.
4116 * bsd-uthread.c (bsd_uthread_fetch_registers): Likewise.
4117 (bsd_uthread_store_registers): Likewise.
4118 * core-regset.c (fetch_core_registers): Likewise.
4119 * corelow.c (get_core_registers): Likewise.
4120 * cris-tdep.c (cris_store_return_value): Likewise.
4121 (cris_extract_return_value): Likewise.
4122 (find_step_target): Likewise.
4123 (find_step_target): Likewise.
4124 (cris_software_single_step): Likewise.
4125 * ctf.c (ctf_fetch_registers): Likewise.
4126 * darwin-nat.c (cancel_breakpoint): Likewise.
4127 * fbsd-tdep.c (fbsd_collect_thread_registers): Likewise.
4128 * frv-tdep.c (frv_extract_return_value): Likewise.
4129 * ft32-tdep.c (ft32_store_return_value): Likewise.
4130 (ft32_extract_return_value): Likewise.
4131 * go32-nat.c (fetch_register): Likewise.
4132 (go32_fetch_registers): Likewise.
4133 (go32_store_registers): Likewise.
4134 (store_register): Likewise.
4135 * h8300-tdep.c (h8300_extract_return_value): Likewise.
4136 (h8300_store_return_value): Likewise.
4137 * hppa-linux-nat.c (fetch_register): Likewise.
4138 (store_register): Likewise.
4139 (hppa_linux_fetch_inferior_registers): Likewise.
4140 (hppa_linux_store_inferior_registers): Likewise.
4141 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Likewise.
4142 (i386_darwin_store_inferior_registers): Likewise.
4143 * i386-gnu-nat.c (gnu_fetch_registers): Likewise.
4144 (gnu_store_registers): Likewise.
4145 * i386-linux-nat.c (fetch_register): Likewise.
4146 (store_register): Likewise.
4147 (supply_gregset): Likewise.
4148 (fill_gregset): Likewise.
4149 (i386_linux_fetch_inferior_registers): Likewise.
4150 (i386_linux_store_inferior_registers): Likewise.
4151 (i386_linux_resume): Likewise.
4152 * i386-linux-tdep.c (i386_linux_get_syscall_number_from_regcache):
4153 Likewise.
4154 * i386-nto-tdep.c (i386nto_supply_gregset): Likewise.
4155 * i386-obsd-nat.c (i386obsd_supply_pcb): Likewise.
4156 * i386-obsd-tdep.c (i386obsd_supply_uthread): Likewise.
4157 (i386obsd_collect_uthread): Likewise.
4158 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
4159 (i386_supply_gregset): Likewise.
4160 (i386_collect_gregset): Likewise.
4161 (i386_supply_fpregset): Likewise.
4162 (i386_collect_fpregset): Likewise.
4163 (i386_mpx_bd_base): Likewise.
4164 * i386-v4-nat.c (supply_fpregset): Likewise.
4165 (fill_fpregset): Likewise.
4166 * i387-tdep.c (i387_supply_fsave): Likewise.
4167 (i387_collect_fsave): Likewise.
4168 (i387_supply_fxsave): Likewise.
4169 (i387_collect_fxsave): Likewise.
4170 (i387_supply_xsave): Likewise.
4171 (i387_collect_xsave): Likewise.
4172 * ia64-linux-nat.c (ia64_linux_fetch_registers): Likewise.
4173 (ia64_linux_store_registers): Likewise.
4174 * ia64-tdep.c (ia64_access_rse_reg): Likewise.
4175 (ia64_extract_return_value): Likewise.
4176 (ia64_store_return_value): Likewise.
4177 (find_func_descr): Likewise.
4178 * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
4179 * inf-ptrace.c (inf_ptrace_fetch_registers): Likewise.
4180 (inf_ptrace_store_registers): Likewise.
4181 * infrun.c (use_displaced_stepping): Likewise.
4182 (displaced_step_prepare_throw): Likewise.
4183 (resume): Likewise.
4184 (proceed): Likewise.
4185 (do_target_wait): Likewise.
4186 (adjust_pc_after_break): Likewise.
4187 (handle_inferior_event_1): Likewise.
4188 (handle_signal_stop): Likewise.
4189 (save_infcall_suspend_state): Likewise.
4190 (restore_infcall_suspend_state): Likewise.
4191 * iq2000-tdep.c (iq2000_extract_return_value): Likewise.
4192 * jit.c (jit_frame_prev_register): Likewise.
4193 * linux-nat.c (save_stop_reason): Likewise.
4194 (linux_nat_wait_1): Likewise.
4195 (resume_stopped_resumed_lwps): Likewise.
4196 * linux-record.c (record_linux_sockaddr): Likewise.
4197 (record_linux_msghdr): Likewise.
4198 (record_linux_system_call): Likewise.
4199 * linux-tdep.c (linux_collect_thread_registers): Likewise.
4200 * lm32-tdep.c (lm32_extract_return_value): Likewise.
4201 (lm32_store_return_value): Likewise.
4202 * m32c-tdep.c (m32c_read_flg): Likewise.
4203 (m32c_pseudo_register_read): Likewise.
4204 (m32c_pseudo_register_write): Likewise.
4205 * m32r-linux-tdep.c (m32r_linux_supply_gregset): Likewise.
4206 (m32r_linux_collect_gregset): Likewise.
4207 * m32r-tdep.c (m32r_store_return_value): Likewise.
4208 (m32r_extract_return_value): Likewise.
4209 * m68k-bsd-nat.c (m68kbsd_supply_fpregset): Likewise.
4210 (m68kbsd_collect_fpregset): Likewise.
4211 * m68k-bsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
4212 * m68k-linux-nat.c (fetch_register): Likewise.
4213 (old_fetch_inferior_registers): Likewise.
4214 (old_store_inferior_registers): Likewise.
4215 (store_regs): Likewise.
4216 * m68k-tdep.c (m68k_svr4_extract_return_value): Likewise.
4217 (m68k_svr4_store_return_value): Likewise.
4218 * m88k-tdep.c (m88k_store_arguments): Likewise.
4219 * mi/mi-main.c (mi_cmd_data_list_changed_registers): Likewise.
4220 (mi_cmd_data_write_register_values): Likewise.
4221 * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers): Likewise.
4222 (mips_fbsd_store_inferior_registers): Likewise.
4223 * mips-fbsd-tdep.c (mips_fbsd_supply_fpregs): Likewise.
4224 (mips_fbsd_supply_gregs): Likewise.
4225 (mips_fbsd_collect_fpregs): Likewise.
4226 (mips_fbsd_collect_gregs): Likewise.
4227 (mips_fbsd_supply_fpregset): Likewise.
4228 (mips_fbsd_collect_fpregset): Likewise.
4229 (mips_fbsd_supply_gregset): Likewise.
4230 (mips_fbsd_collect_gregset): Likewise.
4231 * mips-linux-nat.c (supply_gregset): Likewise.
4232 (fill_gregset): Likewise.
4233 (supply_fpregset): Likewise.
4234 (fill_fpregset): Likewise.
4235 * mips-linux-tdep.c (mips_supply_gregset): Likewise.
4236 (mips_fill_gregset): Likewise.
4237 (mips_supply_fpregset): Likewise.
4238 (mips_fill_fpregset): Likewise.
4239 (mips64_supply_gregset): Likewise.
4240 (micromips_linux_sigframe_validate): Likewise.
4241 * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers): Likewise.
4242 (mipsnbsd_fetch_inferior_registers): Likewise.
4243 (mipsnbsd_store_inferior_registers): Likewise.
4244 * mips-nbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
4245 (mipsnbsd_supply_gregset): Likewise.
4246 (mipsnbsd_iterate_over_regset_sections): Likewise.
4247 (mipsnbsd_supply_reg): Likewise.
4248 (mipsnbsd_supply_fpreg): Likewise.
4249 * mips-tdep.c (mips_in_frame_stub): Likewise.
4250 (mips_dummy_id): Likewise.
4251 (is_octeon_bbit_op): Likewise.
4252 (micromips_bc1_pc): Likewise.
4253 (extended_mips16_next_pc): Likewise.
4254 (mips16_next_pc): Likewise.
4255 (deal_with_atomic_sequence): Likewise.
4256 * moxie-tdep.c (moxie_process_readu): Likewise.
4257 * nios2-tdep.c (nios2_get_next_pc): Likewise.
4258 * nto-procfs.c (procfs_store_registers): Likewise.
4259 * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers): Likewise.
4260 (ppcfbsd_store_inferior_registers): Likewise.
4261 * ppc-linux-nat.c (fetch_vsx_register): Likewise.
4262 (fetch_altivec_register): Likewise.
4263 (get_spe_registers): Likewise.
4264 (fetch_spe_register): Likewise.
4265 (fetch_altivec_registers): Likewise.
4266 (fetch_all_gp_regs): Likewise.
4267 (fetch_all_fp_regs): Likewise.
4268 (store_vsx_register): Likewise.
4269 (store_altivec_register): Likewise.
4270 (set_spe_registers): Likewise.
4271 (store_spe_register): Likewise.
4272 (store_altivec_registers): Likewise.
4273 (store_all_gp_regs): Likewise.
4274 (store_all_fp_regs): Likewise.
4275 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
4276 (ppc_linux_collect_gregset): Likewise.
4277 (ppc_canonicalize_syscall): Likewise.
4278 (ppc_linux_record_signal): Likewise.
4279 (ppu2spu_prev_register): Likewise.
4280 * ppc-nbsd-nat.c (ppcnbsd_supply_pcb): Likewise.
4281 * ppc-obsd-nat.c (ppcobsd_fetch_registers): Likewise.
4282 (ppcobsd_store_registers): Likewise.
4283 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_fetch_registers):
4284 Likewise.
4285 (ppc_ravenscar_generic_store_registers): Likewise.
4286 * procfs.c (procfs_fetch_registers): Likewise.
4287 (procfs_store_registers): Likewise.
4288 * ravenscar-thread.c (ravenscar_fetch_registers): Likewise.
4289 (ravenscar_store_registers): Likewise.
4290 (ravenscar_prepare_to_store): Likewise.
4291 * record-btrace.c (record_btrace_fetch_registers): Likewise.
4292 * record-full.c (record_full_wait_1): Likewise.
4293 (record_full_registers_change): Likewise.
4294 (record_full_store_registers): Likewise.
4295 (record_full_core_fetch_registers): Likewise.
4296 (record_full_save): Likewise.
4297 (record_full_goto_insn): Likewise.
4298 * regcache.c (regcache_register_size): Likewise.
4299 (get_regcache_arch): Remove.
4300 (regcache_read_pc): Likewise.
4301 * regcache.h (get_regcache_arch): Remove.
4302 * remote-sim.c (gdbsim_fetch_register): Likewise.
4303 (gdbsim_store_register): Likewise.
4304 * remote.c (fetch_register_using_p): Likewise.
4305 (send_g_packet): Likewise.
4306 (remote_prepare_to_store): Likewise.
4307 (store_registers_using_G): Likewise.
4308 * reverse.c (save_bookmark_command): Likewise.
4309 (goto_bookmark_command): Likewise.
4310 * rs6000-aix-tdep.c (branch_dest): Likewise.
4311 * rs6000-nat.c (rs6000_ptrace64): Likewise.
4312 (fetch_register): Likewise.
4313 * rs6000-tdep.c (ppc_supply_reg): Likewise.
4314 (ppc_collect_reg): Likewise.
4315 (ppc_collect_gregset): Likewise.
4316 (ppc_collect_fpregset): Likewise.
4317 (ppc_collect_vsxregset): Likewise.
4318 (ppc_collect_vrregset): Likewise.
4319 (ppc_displaced_step_hw_singlestep): Likewise.
4320 (rs6000_pseudo_register_read): Likewise.
4321 (rs6000_pseudo_register_write): Likewise.
4322 * s390-linux-nat.c (supply_gregset): Likewise.
4323 (fill_gregset): Likewise.
4324 (s390_linux_fetch_inferior_registers): Likewise.
4325 * s390-linux-tdep.c (s390_write_pc): Likewise.
4326 (s390_software_single_step): Likewise.
4327 (s390_all_but_pc_registers_record): Likewise.
4328 (s390_linux_syscall_record): Likewise.
4329 * sentinel-frame.c (sentinel_frame_prev_arch): Likewise.
4330 * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers): Likewise.
4331 (shnbsd_store_inferior_registers): Likewise.
4332 * sh-tdep.c (sh_extract_return_value_nofpu): Likewise.
4333 (sh_extract_return_value_fpu): Likewise.
4334 (sh_store_return_value_nofpu): Likewise.
4335 (sh_corefile_supply_regset): Likewise.
4336 (sh_corefile_collect_regset): Likewise.
4337 * sh64-tdep.c (sh64_extract_return_value): Likewise.
4338 (sh64_store_return_value): Likewise.
4339 * sparc-linux-tdep.c (sparc32_linux_collect_core_fpregset): Likewise.
4340 * sparc-nat.c (sparc_fetch_inferior_registers): Likewise.
4341 (sparc_store_inferior_registers): Likewise.
4342 * sparc-ravenscar-thread.c (register_in_thread_descriptor_p): Likewise.
4343 (sparc_ravenscar_prepare_to_store): Likewise.
4344 * sparc-tdep.c (sparc32_store_arguments): Likewise.
4345 (sparc_analyze_control_transfer): Likewise.
4346 (sparc_step_trap): Likewise.
4347 (sparc_software_single_step): Likewise.
4348 (sparc32_gdbarch_init): Likewise.
4349 (sparc_supply_rwindow): Likewise.
4350 (sparc_collect_rwindow): Likewise.
4351 * sparc64-linux-tdep.c (sparc64_linux_collect_core_fpregset): Likewise.
4352 * sparc64-nbsd-nat.c (sparc64nbsd_supply_gregset): Likewise.
4353 (sparc64nbsd_collect_gregset): Likewise.
4354 (sparc64nbsd_supply_fpregset): Likewise.
4355 (sparc64nbsd_collect_fpregset): Likewise.
4356 * sparc64-tdep.c (sparc64_store_arguments): Likewise.
4357 (sparc64_supply_gregset): Likewise.
4358 (sparc64_collect_gregset): Likewise.
4359 (sparc64_supply_fpregset): Likewise.
4360 (sparc64_collect_fpregset): Likewise.
4361 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
4362 * spu-tdep.c (spu_unwind_sp): Likewise.
4363 (spu2ppu_prev_register): Likewise.
4364 (spu_memory_remove_breakpoint): Likewise.
4365 * stack.c (return_command): Likewise.
4366 * tic6x-tdep.c (tic6x_extract_signed_field): Likewise.
4367 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
4368 * tracefile.c (trace_save_ctf): Likewise.
4369 * windows-nat.c (do_windows_fetch_inferior_registers): Likewise.
4370 (do_windows_store_inferior_registers): Likewise.
4371 (windows_resume): Likewise.
4372 * xtensa-linux-nat.c (fill_gregset): Likewise.
4373 (supply_gregset_reg): Likewise.
4374 * xtensa-tdep.c (xtensa_register_write_masked): Likewise.
4375 (xtensa_register_read_masked): Likewise.
4376 (xtensa_supply_gregset): Likewise.
4377 (xtensa_extract_return_value): Likewise.
4378 (xtensa_store_return_value): Likewise.
4379
4380 2017-10-25 Ulrich Weigand <uweigand@de.ibm.com>
4381
4382 * doublest.c (floatformat_from_string): New function.
4383 * doublest.h (floatformat_from_string): Add prototype.
4384
4385 * std-operator.def (OP_DOUBLE, OP_DECFLOAT): Remove, replace by ...
4386 (OP_FLOAT): ... this.
4387 * expression.h: Do not include "doublest.h".
4388 (union exp_element): Replace doubleconst and decfloatconst by
4389 new element floatconst.
4390 * ada-lang.c (resolve_subexp): Handle OP_FLOAT instead of OP_DOUBLE.
4391 (ada_evaluate_subexp): Likewise.
4392 * eval.c (evaluate_subexp_standard): Handle OP_FLOAT instead of
4393 OP_DOUBLE and OP_DECFLOAT.
4394 * expprint.c (print_subexp_standard): Likewise.
4395 (dump_subexp_body_standard): Likewise.
4396 * breakpoint.c (watchpoint_exp_is_const): Likewise.
4397
4398 * parse.c: Include "dfp.h".
4399 (write_exp_elt_dblcst, write_exp_elt_decfloatcst): Remove.
4400 (write_exp_elt_floatcst): New function.
4401 (operator_length_standard): Handle OP_FLOAT instead of OP_DOUBLE
4402 and OP_DECFLOAT.
4403 (operator_check_standard): Likewise.
4404 (parse_float): Do not accept suffix. Take type as input. Return bool.
4405 Return target format buffer instead of host DOUBLEST.
4406 Use floatformat_from_string and decimal_from_string to parse
4407 either binary or decimal floating-point types.
4408 (parse_c_float): Remove.
4409 * parser-defs.h: Do not include "doublest.h".
4410 (write_exp_elt_dblcst, write_exp_elt_decfloatcst): Remove.
4411 (write_exp_elt_floatcst): Add prototype.
4412 (parse_float): Update prototype.
4413 (parse_c_float): Remove.
4414
4415 * c-exp.y: Do not include "dfp.h".
4416 (typed_val_float): Use byte buffer instead of DOUBLEST.
4417 (typed_val_decfloat): Remove.
4418 (DECFLOAT): Remove.
4419 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4420 (parse_number): Update to new parse_float interface.
4421 Parse suffixes and determine type before calling parse_float.
4422 Handle decimal and binary FP types the same way.
4423
4424 * d-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
4425 (FLOAT_LITERAL): Use OP_FLOAT and write_exp_elt_floatcst.
4426 (parse_number): Update to new parse_float interface.
4427 Parse suffixes and determine type before calling parse_float.
4428
4429 * f-exp.y: Replace dval by typed_val_float.
4430 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4431 (parse_number): Use parse_float instead of atof.
4432
4433 * go-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
4434 (parse_go_float): Remove.
4435 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4436 (parse_number): Call parse_float instead of parse_go_float.
4437 Parse suffixes and determine type before calling parse_float.
4438
4439 * p-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
4440 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4441 (parse_number): Update to new parse_float interface.
4442 Parse suffixes and determine type before calling parse_float.
4443
4444 * m2-exp.y: Replace dval by byte buffer val.
4445 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4446 (parse_number): Call parse_float instead of atof.
4447
4448 * rust-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
4449 (lex_number): Call parse_float instead of strtod.
4450 (ast_dliteral): Use OP_FLOAT instead of OP_DOUBLE.
4451 (convert_ast_to_expression): Handle OP_FLOAT instead of OP_DOUBLE.
4452 Use write_exp_elt_floatcst.
4453 (unit_testing): Remove static variable.
4454 (rust_type): Do not check unit_testing.
4455 (rust_lex_tests): Do not set uint_testing. Set up dummy rust_parser.
4456
4457 * ada-exp.y (type_float, type_double): Remove.
4458 (typed_val_float): Use byte buffer instead of DOUBLEST.
4459 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4460 * ada-lex.l (processReal): Use parse_float instead of sscanf.
4461
4462 2017-10-25 Alan Hayward <alan.hayward@arm.com>
4463
4464 * aarch64-tdep.h (enum aarch64_regnum): Remove.
4465 * arch/aarch64.h: New file.
4466
4467 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4468
4469 * dfp.h (decimal_from_string): Use const reference for argument.
4470 * dfp.c (decimal_from_string): Likewise.
4471
4472 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4473
4474 * i387-tdep.c (print_i387_value): Use floatformat_to_string.
4475 * sh64-tdep.c (sh64_do_fp_register): Likewise.
4476 * mips-tdep.c (mips_print_fp_register): Likewise.
4477
4478 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4479
4480 * common/format.h (enum argclass): Replace decfloat_arg by
4481 dec32float_arg, dec64float_arg, and dec128float_arg.
4482 * common/format.c (parse_format_string): Update to return
4483 new decimal float argument classes.
4484
4485 * printcmd.c (printf_decfloat): Rename to ...
4486 (printf_floating): ... this. Add argclass argument, and use it
4487 instead of parsing the format string again. Add support for
4488 binary floating-point values, using floatformat_to_string.
4489 Convert value to the target format if it doesn't already match.
4490 (ui_printf): Call printf_floating instead of printf_decfloat,
4491 also for double_arg / long_double_arg. Pass argclass.
4492
4493 * dfp.c (decimal_to_string): Add format string argument.
4494 * dfp.h (decimal_to_string): Likewise.
4495
4496 * doublest.c (floatformat_to_string): Add format string argument.
4497 * doublest.h (floatformat_to_string): Likewise.
4498
4499 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4500
4501 * doublest.c (floatformat_precision): New routine.
4502 (floatformat_to_string): Likewise.
4503 * doublest.c (floatformat_to_string): Add prototype.
4504
4505 * printcmd.c (print_scalar_formatted): Only call print_floating
4506 on floating-point types.
4507 * valprint.c: Do not include "floatformat.h".
4508 (generic_val_print_decfloat): Remove.
4509 (generic_val_print): Call generic_val_print_float for both
4510 TYPE_CODE_FLT and TYPE_CODE_DECFLOAT.
4511 (print_floating): Use floatformat_to_string. Handle decimal float.
4512 (print_decimal_floating): Remove, merge into floatformat_to_string.
4513 * value.h (print_decimal_floating): Remove.
4514
4515 * Makefile.in: Do not build doublest.c with -Wformat-nonliteral.
4516
4517 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4518
4519 * buildsym.c (end_symtab_get_static_block): Use std::stable_sort.
4520
4521 2017-10-21 Simon Marchi <simon.marchi@ericsson.com>
4522
4523 * memattr.h: Don't include vec.h.
4524 (struct mem_attrib): Initialize fields.
4525 <unknown>: New static method.
4526 (struct mem_region): Add constructors, operator<, initialize
4527 fields.
4528 * memattr.c: Include algorithm.
4529 (default_mem_attrib, unknown_mem_attrib): Remove.
4530 (user_mem_region_list): New global.
4531 (target_mem_region_list, mem_region_list): Change type to
4532 std::vector<mem_region>.
4533 (mem_use_target): Now a function.
4534 (target_mem_regions_valid): Change type to bool.
4535 (mem_region_lessthan, mem_region_cmp, mem_region_init): Remove.
4536 (require_user_regions): Adjust.
4537 (require_target_regions): Adjust.
4538 (create_mem_region): Adjust.
4539 (lookup_mem_region): Adjust.
4540 (invalidate_target_mem_regions): Adjust.
4541 (mem_clear): Rename to...
4542 (user_mem_clear): ... this, and adjust.
4543 (mem_command): Adjust.
4544 (info_mem_command): Adjust.
4545 (mem_enable, enable_mem_command, mem_disable,
4546 disable_mem_command): Adjust.
4547 (mem_delete): Adjust.
4548 (delete_mem_command): Adjust.
4549 * memory-map.h (parse_memory_map): Return an std::vector.
4550 * memory-map.c (parse_memory_map): Likewise.
4551 (struct memory_map_parsing_data): Add constructor.
4552 <memory_map>: Point to std::vector.
4553 (memory_map_start_memory): Adjust.
4554 (memory_map_end_memory): Adjust.
4555 (memory_map_end_property): Adjust.
4556 (clear_result): Remove.
4557 * remote.c (remote_memory_map): Return an std::vector.
4558 * target-debug.h (target_debug_print_VEC_mem_region_s__p):
4559 Remove.
4560 (target_debug_print_mem_region_vector): New.
4561 * target-delegates.c: Regenerate.
4562 * target.h (mem_region_vector): New typedef.
4563 (to_memory_map): Return mem_region_vector.
4564 (target_memory_map): Return an std::vector.
4565 * target.c (target_memory_map): Return an std::vector.
4566 (flash_erase_command): Adjust.
4567
4568 2017-10-21 Simon Marchi <simon.marchi@ericsson.com>
4569
4570 * memory-map.c (struct memory_map_parsing_data) <property_name>:
4571 Change type to std::string.
4572 (memory_map_start_property): Adjust.
4573 (memory_map_end_property): Adjust.
4574
4575 2017-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4576
4577 * infrun.h: Include common/byte-vector.h.
4578 (struct displaced_step_closure): New struct.
4579 (struct buf_displaced_step_closure): New struct.
4580 * infrun.c (displaced_step_closure::~displaced_step_closure):
4581 Provide default implementation.
4582 (displaced_step_clear): Deallocate step closure with delete.
4583 * aarch64-tdep.c (displaced_step_closure): Rename to ...
4584 (aarch64_displaced_step_closure): ... this, extend
4585 displaced_step_closure.
4586 (aarch64_displaced_step_data) <dsc>: Change type to
4587 aarch64_displaced_step_closure.
4588 (aarch64_displaced_step_copy_insn): Adjust to type change, use
4589 unique_ptr.
4590 (aarch64_displaced_step_fixup): Add cast for displaced step
4591 closure.
4592 * amd64-tdep.c (displaced_step_closure): Rename to ...
4593 (amd64_displaced_step_closure): ... this, extend
4594 displaced_step_closure.
4595 <insn_buf>: Change type to std::vector<gdb_byte>.
4596 <max_len>: Remove.
4597 (fixup_riprel): Change type of DSC parameter, adjust to type
4598 change of insn_buf.
4599 (fixup_displaced_copy): Change type of DSC parameter.
4600 (amd64_displaced_step_copy_insn): Instantiate
4601 amd64_displaced_step_closure.
4602 (amd64_displaced_step_fixup): Add cast for closure type, adjust
4603 to type change of insn_buf.
4604 * arm-linux-tdep.c (arm_linux_cleanup_svc): Change type of
4605 parameter DSC.
4606 (arm_linux_copy_svc): Likewise.
4607 (cleanup_kernel_helper_return): Likewise.
4608 (arm_catch_kernel_helper_return): Likewise.
4609 (arm_linux_displaced_step_copy_insn): Instantiate
4610 arm_displaced_step_closure.
4611 * arm-tdep.c (arm_pc_is_thumb): Add cast for closure.
4612 (displaced_read_reg): Change type of parameter DSC.
4613 (branch_write_pc): Likewise.
4614 (load_write_pc): Likewise.
4615 (alu_write_pc): Likewise.
4616 (displaced_write_reg): Likewise.
4617 (arm_copy_unmodified): Likewise.
4618 (thumb_copy_unmodified_32bit): Likewise.
4619 (thumb_copy_unmodified_16bit): Likewise.
4620 (cleanup_preload): Likewise.
4621 (install_preload): Likewise.
4622 (arm_copy_preload): Likewise.
4623 (thumb2_copy_preload): Likewise.
4624 (install_preload_reg): Likewise.
4625 (arm_copy_preload_reg): Likewise.
4626 (cleanup_copro_load_store): Likewise.
4627 (install_copro_load_store): Likewise.
4628 (arm_copy_copro_load_store) Likewise.
4629 (thumb2_copy_copro_load_store): Likewise.
4630 (cleanup_branch): Likewise.
4631 (install_b_bl_blx): Likewise.
4632 (arm_copy_b_bl_blx): Likewise.
4633 (thumb2_copy_b_bl_blx): Likewise.
4634 (thumb_copy_b): Likewise.
4635 (install_bx_blx_reg): Likewise.
4636 (arm_copy_bx_blx_reg): Likewise.
4637 (thumb_copy_bx_blx_reg): Likewise.
4638 (cleanup_alu_imm): Likewise.
4639 (arm_copy_alu_imm): Likewise.
4640 (thumb2_copy_alu_imm): Likewise.
4641 (cleanup_alu_reg): Likewise.
4642 (install_alu_reg): Likewise.
4643 (arm_copy_alu_reg): Likewise.
4644 (thumb_copy_alu_reg): Likewise.
4645 (cleanup_alu_shifted_reg): Likewise.
4646 (install_alu_shifted_reg): Likewise.
4647 (arm_copy_alu_shifted_reg): Likewise.
4648 (cleanup_load): Likewise.
4649 (cleanup_store): Likewise.
4650 (arm_copy_extra_ld_st): Likewise.
4651 (install_load_store): Likewise.
4652 (thumb2_copy_load_literal): Likewise.
4653 (thumb2_copy_load_reg_imm): Likewise.
4654 (arm_copy_ldr_str_ldrb_strb): Likewise.
4655 (cleanup_block_load_all): Likewise.
4656 (cleanup_block_store_pc): Likewise.
4657 (cleanup_block_load_pc): Likewise.
4658 (arm_copy_block_xfer): Likewise.
4659 (thumb2_copy_block_xfer): Likewise.
4660 (cleanup_svc): Likewise.
4661 (install_svc): Likewise.
4662 (arm_copy_svc): Likewise.
4663 (thumb_copy_svc): Likewise.
4664 (arm_copy_undef): Likewise.
4665 (thumb_32bit_copy_undef): Likewise.
4666 (arm_copy_unpred): Likewise.
4667 (arm_decode_misc_memhint_neon): Likewise.
4668 (arm_decode_unconditional): Likewise.
4669 (arm_decode_miscellaneous): Likewise.
4670 (arm_decode_dp_misc): Likewise.
4671 (arm_decode_ld_st_word_ubyte): Likewise.
4672 (arm_decode_media): Likewise.
4673 (arm_decode_b_bl_ldmstm): Likewise.
4674 (arm_decode_ext_reg_ld_st): Likewise.
4675 (thumb2_decode_dp_shift_reg): Likewise.
4676 (thumb2_decode_ext_reg_ld_st): Likewise.
4677 (arm_decode_svc_copro): Likewise.
4678 (thumb2_decode_svc_copro): Likewise.
4679 (install_pc_relative): Likewise.
4680 (thumb_copy_pc_relative_16bit): Likewise.
4681 (thumb_decode_pc_relative_16bit): Likewise.
4682 (thumb_copy_pc_relative_32bit): Likewise.
4683 (thumb_copy_16bit_ldr_literal): Likewise.
4684 (thumb_copy_cbnz_cbz): Likewise.
4685 (thumb2_copy_table_branch): Likewise.
4686 (cleanup_pop_pc_16bit_all): Likewise.
4687 (thumb_copy_pop_pc_16bit): Likewise.
4688 (thumb_process_displaced_16bit_insn): Likewise.
4689 (decode_thumb_32bit_ld_mem_hints): Likewise.
4690 (thumb_process_displaced_32bit_insn): Likewise.
4691 (thumb_process_displaced_insn): Likewise.
4692 (arm_process_displaced_insn): Likewise.
4693 (arm_displaced_init_closure): Likewise.
4694 (arm_displaced_step_fixup): Add cast for closure.
4695 * arm-tdep.h: Include infrun.h.
4696 (displaced_step_closure): Rename to ...
4697 (arm_displaced_step_closure): ... this, extend
4698 displaced_step_closure.
4699 <u::svc::copy_svc_os>: Change type of parameter DSC.
4700 <cleanup>: Likewise.
4701 (arm_process_displaced_insn): Likewise.
4702 (arm_displaced_init_closure): Likewise.
4703 (displaced_read_reg): Likewise.
4704 (displaced_write_reg): Likewise.
4705 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn):
4706 Adjust.
4707 * i386-tdep.h: Include infrun.h.
4708 (i386_displaced_step_closure): New typedef.
4709 * i386-tdep.c (i386_displaced_step_copy_insn): Use
4710 i386_displaced_step_closure.
4711 (i386_displaced_step_fixup): Adjust.
4712 * rs6000-tdep.c (ppc_displaced_step_closure): New typedef.
4713 (ppc_displaced_step_copy_insn): Use ppc_displaced_step_closure
4714 and unique_ptr.
4715 (ppc_displaced_step_fixup): Adjust.
4716 * s390-linux-tdep.c (s390_displaced_step_closure): New typedef.
4717 (s390_displaced_step_copy_insn): Use s390_displaced_step_closure
4718 and unique_ptr.
4719 (s390_displaced_step_fixup): Adjust.
4720
4721 2017-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4722
4723 * interps.h (interp_resume, interp_suspend, interp_set_temp):
4724 Remove declarations.
4725
4726 2017-10-20 Tom Tromey <tom@tromey.com>
4727
4728 * gdb_bfd.c (struct gdb_bfd_data) <included_bfds>: Now a
4729 std::vector.
4730 (gdb_bfd_record_inclusion): Update.
4731 (bfdp): Remove typedef.
4732
4733 2017-10-20 Tom Tromey <tom@tromey.com>
4734
4735 * gdb_bfd.c (gdb_bfd_ref): Use new.
4736 (struct gdb_bfd_data): Add constructor, destructor, and member
4737 initializers.
4738 (gdb_bfd_unref): Use delete.
4739
4740 2017-10-20 Tom Tromey <tom@tromey.com>
4741
4742 * exec.c (exec_file_attach): Use new_bfd_ref.
4743 * symfile-mem.c (symbol_file_add_from_memory): Use new_bfd_ref.
4744 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
4745 (gdb_bfd_openw, gdb_bfd_openr_iovec, gdb_bfd_fdopenr): Use
4746 new_bfd_ref.
4747 * gdb_bfd.h (new_bfd_ref): New function.
4748
4749 2017-10-20 Pedro Alves <palves@redhat.com>
4750
4751 * main.c (captured_command_loop): Add attribute noinline.
4752
4753 2017-10-19 Simon Marchi <simon.marchi@ericsson.com>
4754
4755 * interps.c (struct interp_factory): Add constructor.
4756 (interp_factory_p): Remove typedef.
4757 (DEF_VEC_P(interp_factory_p)): Remove.
4758 (interpreter_factories): Change type to std::vector.
4759 (interp_factory_register): Adjust.
4760 (interp_lookup): Adjust.
4761 (interpreter_completer): Adjust.
4762
4763 2017-10-19 Tom Tromey <tom@tromey.com>
4764
4765 * break-catch-syscall.c (catch_syscall_completer): Use
4766 std::string, gdb::unique_xmalloc_ptr.
4767
4768 2017-10-19 Tom Tromey <tom@tromey.com>
4769
4770 * infcall.c (call_function_by_hand_dummy): Use std::string.
4771
4772 2017-10-19 Tom Tromey <tom@tromey.com>
4773
4774 * mi/mi-main.c (mi_cmd_execute): Update.
4775 * top.h (prepare_execute_command): Return scoped_value_mark.
4776 * value.h (class scoped_value_mark): Use DISABLE_COPY_AND_ASSIGN.
4777 Add move constructor.
4778 * top.c (prepare_execute_command): Return scoped_value_mark.
4779 (execute_command): Update.
4780
4781 2017-10-19 Pedro Alves <palves@redhat.com>
4782
4783 * xml-support.c (xml_fetch_content_from_file): Check fread's
4784 return.
4785
4786 2017-10-19 Pedro Alves <palves@redhat.com>
4787
4788 * ser-base.c (ser_base_read_error_fd): Delete the file handler if
4789 async.
4790 (handle_error_fd): New function.
4791 (ser_base_async): Add/delete an event loop file handler for
4792 error_fd.
4793
4794 2017-10-19 Pedro Alves <palves@redhat.com>
4795
4796 * xml-support.c (xml_fetch_content_from_file): Don't read in
4797 chunks. Instead use fseek to determine the file's size, and read
4798 it in one go.
4799
4800 2017-11-18 Keith Seitz <keiths@redhat.com>
4801
4802 * c-exp.y (oper): Canonicalize conversion operators of user-defined
4803 types.
4804 Add whitespace to front of type name.
4805
4806 2017-10-18 Keith Seitz <keiths@redhat.com>
4807
4808 * dwarf2read.c (dwarf2_add_typedef): Issue a complaint on unhandled
4809 DW_AT_accessibility.
4810
4811 2017-10-18 Yao Qi <yao.qi@linaro.org>
4812
4813 * features/tic6x-c62x-linux.c: Remove.
4814
4815 2017-10-17 Tom Tromey <tom@tromey.com>
4816
4817 * disasm.c (do_mixed_source_and_assembly_deprecated): Use
4818 gdb::optional, ui_out_emit_list, ui_out_emit_tuple.
4819 (do_mixed_source_and_assembly): Likewise.
4820
4821 2017-10-17 Tom Tromey <tom@tromey.com>
4822
4823 * regcache.c (regcache::xfer_part): Remove assertion.
4824
4825 2017-10-17 Pedro Alves <palves@redhat.com>
4826
4827 * xml-support.c (xml_fetch_content_from_file): Call
4828 unique_ptr::release() instead unique_ptr::get() when passing
4829 through xrealloc.
4830
4831 2017-10-17 Yao Qi <yao.qi@linaro.org>
4832
4833 * regcache.c (regcache::xfer_part): Remove parameters read and
4834 write, add parameter is_raw. All callers are updated.
4835
4836 2017-10-16 Keith Seitz <keiths@redhat.com>
4837
4838 * c-typeprint.c (enum access_specifier): Moved here from
4839 c_type_print_base.
4840 (output_access_specifier): New function.
4841 (c_type_print_base): Consider typedefs when assessing
4842 whether access labels are needed.
4843 Use output_access_specifier as needed.
4844 Output access specifier for typedefs, if needed.
4845 * dwarf2read.c (dwarf2_add_typedef): Record DW_AT_accessibility.
4846 * gdbtypes.h (struct typedef_field) <is_protected, is_private>: New
4847 fields.
4848 (TYPE_TYPEDEF_FIELD_PROTECTED, TYPE_TYPEDEF_FIELD_PRIVATE): New
4849 accessor macros.
4850
4851 2017-10-16 Tom Tromey <tom@tromey.com>
4852
4853 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full)
4854 (linux_fill_prpsinfo, linux_vsyscall_range_raw): Update.
4855 * target.c (target_fileio_read_stralloc): Update.
4856 * sparc64-tdep.c (adi_is_addr_mapped): Update.
4857 * target.h (target_fileio_read_stralloc): Return
4858 unique_xmalloc_ptr.
4859
4860 2017-10-16 Tom Tromey <tom@tromey.com>
4861
4862 * xml-syscall.c (xml_init_syscalls_info): Update.
4863 * xml-support.c (xinclude_start_include): Update.
4864 (xml_fetch_content_from_file): Return unique_xmalloc_ptr.
4865 * xml-support.h (xml_fetch_another): Return unique_xmalloc_ptr.
4866 (xml_fetch_content_from_file): Likewise.
4867 * osdata.c (get_osdata): Update.
4868 * target.h (target_read_stralloc, target_get_osdata): Return
4869 unique_xmalloc_ptr.
4870 * solib-aix.c (solib_aix_get_library_list): Update.
4871 * solib-target.c (solib_target_current_sos): Update.
4872 * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Update.
4873 * xml-tdesc.c (fetch_available_features_from_target): Update.
4874 (target_fetch_description_xml): Update.
4875 (file_read_description_xml): Update.
4876 * remote.c (remote_get_threads_with_qxfer, remote_memory_map)
4877 (remote_traceframe_info, btrace_read_config, remote_read_btrace)
4878 (remote_pid_to_exec_file): Update.
4879 * target.c (target_read_stralloc): Return unique_xmalloc_ptr.
4880 (target_get_osdata): Likewise.
4881
4882 2017-10-16 Tom Tromey <tom@tromey.com>
4883
4884 * remote.c (remote_register_number_and_offset): Use std::vector.
4885 (remote_set_syscall_catchpoint): Use gdb::unique_xmalloc_ptr.
4886 (putpkt_binary): Use gdb::def_vector.
4887 (compare_sections_command): Use gdb::byte_vector.
4888
4889 2017-10-16 Tom Tromey <tom@tromey.com>
4890
4891 * ppc-linux-nat.c (hwdebug_insert_point): Use
4892 gdb::unique_xmalloc_ptr, XDUP.
4893
4894 2017-10-16 Tom Tromey <tom@tromey.com>
4895
4896 * probe.c (parse_probes): Use std::string.
4897 (info_probes_for_ops, enable_probes_command)
4898 (disable_probes_command): Remove cleanups.
4899
4900 2017-10-16 Tom Tromey <tom@tromey.com>
4901
4902 * buildsym.c (block_compar): Remove.
4903 (end_symtab_get_static_block): Use std::vector.
4904
4905 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4906
4907 * memrange.h (struct mem_range): Define operator< and operator==.
4908 (mem_range_s): Remove.
4909 (DEF_VEC_O (mem_range_s)): Remove.
4910 (normalize_mem_ranges): Change parameter type to std::vector.
4911 * memrange.c (compare_mem_ranges): Remove.
4912 (normalize_mem_ranges): Change parameter type to std::vector,
4913 adjust to vector change.
4914 * exec.c (section_table_available_memory): Return vector, remove
4915 parameter.
4916 (section_table_read_available_memory): Adjust to std::vector
4917 change.
4918 * remote.c (remote_read_bytes): Adjust to std::vector
4919 change.
4920 * tracepoint.h (traceframe_available_memory): Change parameter
4921 type to std::vector.
4922 * tracepoint.c (traceframe_available_memory): Change parameter
4923 type to std::vector, adjust.
4924 * gdb/mi/mi-main.c (mi_cmd_trace_frame_collected): Adjust to
4925 std::vector change.
4926 * gdb/Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
4927 unittests/memrange-selftests.c.
4928 (SUBDIR_UNITTESTS_OBS): Add memrange-selftests.o.
4929 * gdb/unittests/memrange-selftests.c: New file.
4930
4931 2017-10-16 Pedro Alves <palves@redhat.com>
4932
4933 * elfread.c (probe_key_free): Rename range-for variable.
4934 * probe.c (parse_probes_in_pspace, find_probes_in_objfile)
4935 (find_probe_by_pc, collect_probes): Rename range-for variable.
4936
4937 2017-10-16 Yao Qi <yao.qi@linaro.org>
4938
4939 * features/Makefile (XMLTOC): Remove tic6x-*.xml.
4940 * features/tic6x-c62x.c: Remove.
4941 * features/tic6x-c64x-linux.c: Remove.
4942 * features/tic6x-c64x.c: Remove.
4943 * features/tic6x-c64xp-linux.c: Remove.
4944 * features/tic6x-c64xp.c: Remove.
4945 * tic6x-linux-tdep.c (_initialize_tic6x_linux_tdep): Don't call
4946 initialize_tdesc_tic6x_*_linux functions.
4947 * tic6x-tdep.c (_initialize_tic6x_tdep): Don't call
4948 initialize_tdesc_tic6x_* functions.
4949
4950 2017-10-16 Yao Qi <yao.qi@linaro.org>
4951
4952 * features/Makefile (WHICH): Remove tic6x-c64xp, tic6x-c64x
4953 tic6x-c62x.
4954 * regformats/tic6x-c62x.dat: Remove.
4955 * regformats/tic6x-c64x.dat: Remove.
4956 * regformats/tic6x-c64xp.dat: Remove.
4957
4958 2017-10-15 Simon Marchi <simon.marchi@ericsson.com>
4959
4960 * tracepoint.c (parse_traceframe_info): Return a unique_ptr
4961 (the !HAVE_LIBEXPAT version).
4962
4963 2017-10-14 Simon Marchi <simon.marchi@ericsson.com>
4964
4965 * nat/linux-osdata.c (struct pid_pgid_entry) <operator<>: Make
4966 const.
4967
4968 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4969
4970 * target.h: Include tracepoint.h.
4971 (enum trace_find_type): Move to tracepoint.h.
4972 (struct target_ops) <to_traceframe_info>: Return a unique ptr.
4973 * tracepoint.h: Don't include target.h
4974 (enum trace_find_type): Move from target.h.
4975 (parse_traceframe_info): Return a unique ptr.
4976 * tracepoint.c (current_traceframe_info): Change type to unique
4977 ptr.
4978 (free_traceframe_info): Remove.
4979 (clear_traceframe_info): Don't manually free
4980 current_traceframe_info.
4981 (free_result): Remove.
4982 (parse_traceframe_info): Return a unique ptr.
4983 (get_traceframe_info): Adjust to unique ptr.
4984 * ctf.c (ctf_traceframe_info): Return a unique ptr.
4985 * remote.c (remote_traceframe_info): Return a unique ptr.
4986 * tracefile-tfile.c (tfile_traceframe_info): Return a unique
4987 ptr.
4988 * target-debug.h (target_debug_print_traceframe_info_up): New
4989 macro.
4990 * target-delegates.c: Regenerate.
4991
4992 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4993
4994 * memrange.h (struct mem_range): Add constructors.
4995 * tracepoint.h (struct traceframe_info) <memory>: Change type to
4996 std::vector<mem_range>.
4997 * tracepoint.c (free_traceframe_info): Don't manually free
4998 vector.
4999 (traceframe_info_start_memory): Adjust to vector change.
5000 (traceframe_available_memory): Likewise.
5001 * tracefile-tfile.c (build_traceframe_info): Likewise.
5002 * ctf.c (ctf_traceframe_info): Likewise.
5003
5004 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
5005
5006 * tracepoint.h (struct traceframe_info) <tvars>: Change type to
5007 std::vector<int>.
5008 * tracepoint.c (free_traceframe_info): Deallocate with delete.
5009 (traceframe_info_start_tvar): Adjust to vector change.
5010 (parse_traceframe_info): Allocate with new.
5011 * ctf.c (ctf_traceframe_info): Allocate with new, adjust to
5012 vector change.
5013 * tracefile-tfile.c (build_traceframe_info): Adjust to vector
5014 change.
5015 tfile_traceframe_info): Allocate with new.
5016 * mi/mi-main.c (mi_cmd_trace_frame_collected): Adjust to vector
5017 change.
5018
5019 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
5020
5021 * tracepoint.c (traceframe_info): Rename to...
5022 (current_traceframe_info): ...this.
5023 (clear_traceframe_info): Adjust.
5024 (get_traceframe_info): Adjust.
5025
5026 2017-10-14 Simon Marchi <simon.marchi@ericsson.com>
5027
5028 * nat/linux-osdata.c: Include algorithm.
5029 (compare_processes): Remove.
5030 (struct pid_pgid_entry): New struct.
5031 (linux_xfer_osdata_processgroups): Use std::vector instead of
5032 XNEWVEC.
5033
5034 2017-10-14 Simon Marchi <simon.marchi@ericsson.com>
5035
5036 * objfiles.h: Don't include symfile.h.
5037 (struct partial_symbol): Remove forward-declaration.
5038 (struct objfile) <global_psymbols, static_psymbols>: Change type
5039 to std::vector<partial_symbol *>.
5040 * objfiles.c (objfile::objfile): Don't memset those fields.
5041 (objfile::~objfile): Don't free those fields.
5042 * psympriv.h (struct psymbol_allocation_list): Remove
5043 forward-declaration.
5044 (add_psymbol_to_list): Change psymbol_allocation_list parameter
5045 to std::vector.
5046 (start_psymtab_common): Change parameters to std::vector.
5047 * psymtab.c: Include algorithm.
5048 (require_partial_symbols): Call shrink_to_fit.
5049 (find_pc_sect_psymbol): Adjust to vector change.
5050 (match_partial_symbol): Likewise.
5051 (lookup_partial_symbol): Likewise.
5052 (psym_relocate): Likewise.
5053 (dump_psymtab): Likewise.
5054 (recursively_search_psymtabs): Likewise.
5055 (compare_psymbols): Remove.
5056 (sort_pst_symbols): Adjust to vector change.
5057 (start_psymtab_common): Likewise.
5058 (end_psymtab_common): Likewise.
5059 (psymbol_bcache_full): De-constify return value.
5060 (add_psymbol_to_bcache): Likewise.
5061 (extend_psymbol_list): Remove.
5062 (append_psymbol_to_list): Adjust to vector change.
5063 (add_psymbol_to_list): Likewise.
5064 (init_psymbol_list): Likewise.
5065 (maintenance_info_psymtabs): Likewise.
5066 (maintenance_check_psymtabs): Likewise.
5067 * symfile.h (struct psymbol_allocation_list): Remove.
5068 * symfile.c (reread_symbols): Adjust to vector change.
5069 * dbxread.c (start_psymtab): Change type of parameters.
5070 (dbx_symfile_read): Adjust to vector change.
5071 (read_dbx_symtab): Likewise.
5072 (start_psymtab): Change type of parameters.
5073 * dwarf2read.c (dwarf2_build_psymtabs): Adjust to vector change.
5074 (create_partial_symtab): Likewise.
5075 (add_partial_symbol): Likewise.
5076 (write_one_signatured_type): Likewise.
5077 (recursively_write_psymbols): Likewise.
5078 * mdebugread.c (parse_partial_symbols): Likewise.
5079 * xcoffread.c (xcoff_start_psymtab): Change type of parameters.
5080 (scan_xcoff_symtab): Adjust to vector change.
5081 (xcoff_initial_scan): Likewise.
5082
5083 2017-10-13 Simon Marchi <simon.marchi@ericsson.com>
5084
5085 * ada-typeprint.c (print_dynamic_range_bound): Use std::string.
5086
5087 2017-10-13 Yao Qi <yao.qi@linaro.org>
5088
5089 * features/Makefile: Remove tic6x-*-expedite, add tic6x-expedite.
5090 Remove s390x-*-expedite, add s390x-expedite.
5091
5092 2017-10-13 Yao Qi <yao.qi@linaro.org>
5093
5094 * features/s390-gs-linux64.c: Regenerated.
5095 * features/s390x-gs-linux64.c: Regenerated.
5096
5097 2017-10-13 Tom Tromey <tom@tromey.com>
5098
5099 * compile/compile-object-run.c (do_module_cleanup): Use delete.
5100 * solib.c (update_solib_list, reload_shared_libraries_1): Use
5101 delete.
5102 * symfile.c (symbol_file_add_with_addrs): Use new.
5103 (symbol_file_add_separate): Update comment.
5104 (syms_from_objfile_1, remove_symbol_file_command): Use delete.
5105 * jit.c (jit_object_close_impl): Use new.
5106 (jit_unregister_code): Use delete.
5107 * objfiles.c (objfile::objfile): Rename from allocate_objfile.
5108 (~objfile): Rename from free_objfile.
5109 (free_objfile_separate_debug, do_free_objfile_cleanup)
5110 (free_all_objfiles, objfile_purge_solibs): Use delete.
5111 * objfiles.h (struct objfile): Add constructor and destructor.
5112 Use DISABLE_COPY_AND_ASSIGN. Add initializers to data members.
5113 (allocate_objfile, free_objfile): Don't declare.
5114 (struct objstats): Add initializers.
5115
5116 2017-10-12 Simon Marchi <simon.marchi@ericsson.com>
5117
5118 * arch-utils.h (simple_displaced_step_copy_insn): Remove.
5119 * arch-utils.c (simple_displaced_step_copy_insn): Remove.
5120 * gdbarch.sh (displaced_step_copy_insn): Adjust comment.
5121 * gdbarch.h: Regenerate.
5122 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn):
5123 Adjust comment.
5124 * i386-tdep.c (i386_displaced_step_copy_insn): Adjust comment.
5125 (i386_displaced_step_fixup): Adjust comment.
5126 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Adjust comment.
5127
5128 2017-10-12 Tom Tromey <tom@tromey.com>
5129
5130 * prologue-value.h (pv_area::store_would_trash): Return bool.
5131 (pv_area::find_reg): Likewise.
5132 * prologue-value.c (pv_area::store_would_trash): Return bool.
5133 (pv_area::find_reg): Likewise.
5134
5135 2017-10-12 Tom Tromey <tom@tromey.com>
5136
5137 * s390-linux-tdep.c (s390_store, s390_load)
5138 (s390_check_for_saved, s390_analyze_prologue): Update.
5139 * rx-tdep.c (check_for_saved, rx_analyze_prologue): Update.
5140 * rl78-tdep.c (rl78_analyze_prologue, check_for_saved): Update.
5141 * prologue-value.h (class pv_area): Move from prologue-value.c.
5142 Change names of members. Add constructor, destructor, member
5143 functions.
5144 (make_pv_area, free_pv_area, make_cleanup_free_pv_area)
5145 (pv_area_store, pv_area_fetch, pv_area_store_would_trash)
5146 (pv_area_fetch, pv_area_scan): Don't declare.
5147 * prologue-value.c (struct pv_area::area_entry): Now member of
5148 pv_area.
5149 (struct pv_area): Move to prologue-value.h.
5150 (pv_area::pv_area): Rename from make_pv_area.
5151 (pv_area::~pv_area): Rename from free_pv_area.
5152 (do_free_pv_area_cleanup, make_cleanup_free_pv_area): Remove.
5153 (clear_entries, find_entry, overlaps, store_would_trash, store)
5154 (fetch, find_reg, scan): Now member of pv_area.
5155 Remove "area" argument. Update.
5156 * msp430-tdep.c (check_for_saved, msp430_analyze_prologue):
5157 Update.
5158 * mn10300-tdep.c (push_reg, check_for_saved)
5159 (mn10300_analyze_prologue): Update.
5160 * mep-tdep.c (is_arg_spill, check_for_saved)
5161 (mep_analyze_prologue): Update.
5162 * m32c-tdep.c (m32c_pv_push, m32c_srcdest_fetch)
5163 (m32c_srcdest_store, m32c_pv_enter, m32c_is_arg_spill)
5164 (m32c_is_struct_return, m32c_analyze_prologue): Update.
5165 * arm-tdep.c (thumb_analyze_prologue, arm_analyze_prologue):
5166 Update.
5167 * arc-tdep.c (arc_is_in_prologue, arc_analyze_prologue): Update.
5168 * aarch64-tdep.c (aarch64_analyze_prologue): Update.
5169
5170 2017-10-12 Simon Marchi <simon.marchi@ericsson.com>
5171
5172 * linux-nat.h (linux_nat_set_delete_thread): New declaration.
5173 * linux-nat.c (linux_nat_delete_thread): New variable.
5174 (lwp_free): Invoke linux_nat_delete_thread if set.
5175 (linux_nat_set_delete_thread): New function.
5176 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Assign
5177 thread delete callback.
5178 * arm-linux-nat.c (arm_linux_delete_thread): New function.
5179 (_initialize_arm_linux_nat): Assign thread delete callback.
5180 * s390-linux-nat.c (s390_delete_thread): New function.
5181 (_initialize_s390_nat): Assign thread delete callback.
5182 * x86-linux-nat.c (x86_linux_add_target): Likewise.
5183 * nat/aarch64-linux.c (aarch64_linux_delete_thread): New
5184 function.
5185 * nat/aarch64-linux.h (aarch64_linux_delete_thread): New
5186 declaration.
5187 * nat/x86-linux.c (x86_linux_delete_thread): New function.
5188 * nat/x86-linux.h (x86_linux_delete_thread): New declaration.
5189
5190 2017-10-09 Tom Tromey <tom@tromey.com>
5191
5192 * tui/tui-win.c (tui_set_win_height, parse_scrolling_args): Use
5193 std::string.
5194 * tui/tui-layout.c (enum tui_status): Use std::string.
5195
5196 2017-10-11 Tom Tromey <tom@tromey.com>
5197
5198 * gdbthread.h (thread_command): Constify.
5199 * inferior.h (detach_command): Constify.
5200 * top.h (set_history, show_history): Constify.
5201 * arm-tdep.c (set_arm_command, show_arm_command): Constify.
5202 * serial.c (serial_set_cmd, serial_show_cmd): Constify.
5203 * bsd-kvm.c (bsd_kvm_cmd): Constify.
5204 * printcmd.c (set_command): Constify.
5205 (non_const_set_command): New function.
5206 * dcache.c (set_dcache_command, show_dcache_command): Constify.
5207 * breakpoint.c (enable_command, disable_command, delete_command)
5208 (catch_command, tcatch_command, set_breakpoint_cmd)
5209 (show_breakpoint_cmd): Constify.
5210 * macrocmd.c (macro_command): Constify.
5211 * infcmd.c (unset_command, kill_command, detach_command)
5212 (info_proc_cmd): Constify.
5213 * i386-tdep.c (set_mpx_cmd, show_mpx_cmd): Constify.
5214 * auto-load.c (show_auto_load_cmd, set_auto_load_cmd)
5215 (info_auto_load_cmd): Constify.
5216 * target-descriptions.c (set_tdesc_cmd, show_tdesc_cmd)
5217 (unset_tdesc_cmd): Constify.
5218 * ada-lang.c (set_ada_command, show_ada_command)
5219 (maint_set_ada_cmd, maint_show_ada_cmd): Constify.
5220 * guile/guile.c (set_guile_command, show_guile_command)
5221 (info_guile_command): Constify.
5222 * tui/tui-win.c (tui_command, set_tui_cmd, show_tui_cmd):
5223 Constify.
5224 * skip.c (skip_command): Constify.
5225 * compile/compile.c (_initialize_compile): Constify.
5226 * dwarf2read.c (set_dwarf_cmd, show_dwarf_cmd): Constify.
5227 * btrace.c (maint_btrace_cmd, maint_btrace_set_cmd)
5228 (maint_btrace_show_cmd, maint_btrace_pt_set_cmd)
5229 (maint_btrace_pt_show_cmd): Constify.
5230 * remote.c (set_remote_cmd, show_remote_cmd, remote_command):
5231 Constify.
5232 * python/python.c (user_show_python, user_set_python): Constify.
5233 * mips-tdep.c (set_mips_command, show_mips_command)
5234 (set_mipsfpu_command): Constify.
5235 * record-btrace.c (cmd_record_btrace_start)
5236 (cmd_set_record_btrace, cmd_show_record_btrace)
5237 (cmd_set_record_btrace_bts, cmd_show_record_btrace_bts)
5238 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): Constify.
5239 * rs6000-tdep.c (set_powerpc_command, show_powerpc_command):
5240 Constify.
5241 * symfile.c (overlay_command): Constify.
5242 * spu-tdep.c (set_spu_command, show_spu_command): Constify.
5243 * cli/cli-logging.c (set_logging_command, show_logging_command):
5244 Constify.
5245 * cli/cli-dump.c (dump_command, append_command)
5246 (srec_dump_command, ihex_dump_command, verilog_dump_command)
5247 (tekhex_dump_command, binary_dump_command)
5248 (binary_append_command): Constify.
5249 * cli/cli-decode.c (struct cmd_list_element): Change type of
5250 "fun".
5251 * cli/cli-cmds.c (info_command, show_command, set_debug)
5252 (show_debug): Constify.
5253 (show_command): Add non-const overload.
5254 * top.c (set_history, show_history): Constify.
5255 * sh-tdep.c (set_sh_command, show_sh_command): Constify.
5256 * command.h (add_prefix_cmd): Accept a cmd_const_cfunc_ftype.
5257 * target.c (target_command): Constify.
5258 * sparc64-tdep.c (info_adi_command): Constify.
5259 * record-full.c (cmd_record_full_start): Constify.
5260 (set_record_full_command): Constify. Fix typo.
5261 (show_record_full_command): Constify.
5262 * thread.c (thread_command, thread_apply_command): Constify.
5263 * memattr.c (dummy_cmd): Constify.
5264 * value.c (function_command): Constify.
5265 * frame.c (set_backtrace_cmd, show_backtrace_cmd): Constify.
5266 * probe.c (info_probes_command): Constify.
5267 * ser-tcp.c (set_tcp_cmd, show_tcp_cmd): Constify.
5268 * gnu-nat.c (set_task_cmd, show_task_cmd, set_thread_cmd)
5269 (show_thread_cmd, set_thread_default_cmd)
5270 (show_thread_default_cmd): Constify.
5271 (check_empty): Constify.
5272 * tracepoint.c (tfind_command): Constify.
5273 * cp-support.c (maint_cplus_command): Constify.
5274 * windows-tdep.c (info_w32_command): Constify.
5275 * record.c (cmd_record_start, set_record_command)
5276 (show_record_command, info_record_command, cmd_record_goto):
5277 Constify.
5278 * ravenscar-thread.c (set_ravenscar_command)
5279 (show_ravenscar_command): Constify.
5280 * utils.c (set_internal_problem_cmd, show_internal_problem_cmd):
5281 Constify.
5282 (add_internal_problem_command): Remove casts.
5283 * arc-tdep.c (maintenance_print_arc_command): Constify.
5284 * valprint.c (set_print, show_print, set_print_raw)
5285 (show_print_raw): Constify.
5286 * maint.c (maintenance_command, maintenance_info_command)
5287 (maintenance_print_command, maintenance_set_cmd)
5288 (maintenance_show_cmd, set_per_command_cmd)
5289 (show_per_command_cmd, maintenance_check_command): Constify.
5290 * language.c (set_check, show_check): Constify.
5291 * typeprint.c (show_print_type, set_print_type): Constify.
5292 * go32-nat.c (go32_info_dos_command): Constify.
5293
5294 2017-10-11 Tom Tromey <tom@tromey.com>
5295
5296 * breakpoint.c (prepare_re_set_context): Remove.
5297 (breakpoint_re_set_one): Update. Don't use cleanups.
5298 (breakpoint_re_set): Use scoped_restore, std::string, and
5299 scoped_restore_current_language.
5300
5301 2017-10-11 Tom Tromey <tom@tromey.com>
5302
5303 * breakpoint.c (commands_command_1): Use std::string.
5304 (cleanup_executing_breakpoints): Remove.
5305 (bpstat_do_actions_1): Use scoped_restore.
5306 (bpstat_check_watchpoint): Use std::string.
5307 (decode_static_tracepoint_spec): Likewise.
5308 (break_range_command): Likewise.
5309 (watch_command_1): Likewise.
5310 (compare_breakpoints): Change argument types.
5311 (clear_command): Use std::vector.
5312 (cleanup_executing_breakpoints): Remove.
5313 (update_global_location_list): Use unique_xmalloc_ptr.
5314 (strace_command): Remove unused declaration.
5315
5316 2017-10-11 John Baldwin <jhb@FreeBSD.org>
5317
5318 * Makefile.in (ALLDEPFILES): Add arm-fbsd-nat.c.
5319 * NEWS: Mention new FreeBSD/arm native configuration.
5320 * configure.host: Add arm*-*-freebsd*.
5321 * configure.nat: Likewise.
5322 * arm-fbsd-nat.c: New file.
5323
5324 2017-10-11 John Baldwin <jhb@FreeBSD.org>
5325
5326 * Makefile.in (ALL_TARGET_OBS): Add arm-fbsd-tdep.o.
5327 (ALLDEPFILES): Add arm-fbsd-tdep.c.
5328 * NEWS: Mention new FreeBSD/arm target.
5329 * configure.tgt: Add arm*-*-freebsd*.
5330 * arm-fbsd-tdep.c: New file.
5331 * arm-fbsd-tdep.h: New file.
5332
5333 2017-10-11 Maciej W. Rozycki <macro@imgtec.com>
5334
5335 * linux-tdep.c (linux_make_corefile_notes): Remove call to
5336 `gdbarch_elfcore_write_linux_prpsinfo'.
5337 * gdbarch.sh (elfcore_write_linux_prpsinfo): Remove architecture
5338 method.
5339 (elf_internal_linux_prpsinfo): Remove declaration.
5340 * gdbarch.h: Regenerate.
5341 * gdbarch.c: Regenerate.
5342
5343 2017-10-11 Maciej W. Rozycki <macro@imgtec.com>
5344
5345 * ppc-linux-tdep.c (ppc_linux_init_abi): Remove call to
5346 `set_gdbarch_elfcore_write_linux_prpsinfo'.
5347
5348 2017-10-11 Pedro Alves <palves@redhat.com>
5349
5350 * breakpoint.c (reattach_breakpoints): Delete.
5351 * breakpoint.h (reattach_breakpoints): Delete.
5352
5353 2017-10-11 Simon Marchi <simon.marchi@ericsson.com>
5354
5355 * symfile.c (registered_sym_fns): Make struct, not typedef.
5356 (DEF_VEC_O (registered_sym_fns)): Remove.
5357 (symtab_fns): Change type to std::vector.
5358 (add_symtab_fns): Adjust.
5359 (find_sym_fns): Adjust.
5360
5361 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5362
5363 * arc-tdep.c (arc_gdbarch_init): Pass proper cpu value to disassembler.
5364 * arc-tdep.h (arc_arch_is_em): New function.
5365 (arc_arch_is_hs): Likewise.
5366
5367 2017-10-11 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
5368
5369 * macrotab.h (macro_lookup_inclusion): Remove unnecessary
5370 parentheses in the declaration.
5371 (macro_lookup_inclusion): Likewise.
5372 (macro_lookup_definition): Likewise.
5373 * p-lang.h (pascal_builtin_types): Likewise.
5374 * tui/tui-data.c (tui_win_list): Likewise.
5375 * tui/tui-data.h (tui_win_list): Likewise.
5376 * utils.h (make_cleanup_free_section_addr_info): Likewise.
5377
5378 2017-10-11 Mark Rages <markrages@gmail.com>
5379
5380 * target-memory.c (block_boundaries): Fix for block address not
5381 aligned on block size.
5382
5383 2017-10-10 Pedro Alves <palves@redhat.com>
5384 Tom Tromey <tom@tromey.com>
5385
5386 * breakpoint.c (struct captured_breakpoint_query_args)
5387 (do_captured_breakpoint_query, gdb_breakpoint_query): Delete.
5388 (print_breakpoint): New.
5389 * breakpoint.h (print_breakpoint): Declare.
5390 * common/common-exceptions.h (enum return_reason): Remove
5391 references to catch_exceptions.
5392 * exceptions.c (catch_exceptions, catch_exceptions_with_msg):
5393 Delete.
5394 * exceptions.h (catch_exceptions_ftype, catch_exceptions)
5395 (catch_exception_ftype, catch_exceptions_with_msg): Delete.
5396 * gdb.h: Delete.
5397 * gdbthread.h (thread_select): Declare.
5398 * mi/mi-cmd-break.c: Don't include gdb.h.
5399 (breakpoint_notify): Use print_breakpoint.
5400 * mi/mi-cmd-catch.c: Don't include gdb.h.
5401 * mi/mi-interp.c: Don't include gdb.h.
5402 (mi_print_breakpoint_for_event): New.
5403 (mi_breakpoint_created, mi_breakpoint_modified): Use
5404 mi_print_breakpoint_for_event.
5405 * mi/mi-main.c: Don't include gdb.h.
5406 (mi_cmd_thread_select): Parse the global thread ID here. Use
5407 thread_select instead of gdb_thread_select.
5408 (mi_cmd_thread_list_ids): Output "thread-ids" tuple here instead
5409 of using gdb_list_thread_ids.
5410 * remote-fileio.c (do_remote_fileio_request): Change type. Reply
5411 FILEIO_ENOSYS here.
5412 (remote_fileio_request): Use TRY/CATCH instead of
5413 catch_exceptions.
5414 * symfile-mem.c (struct symbol_file_add_from_memory_args)
5415 (symbol_file_add_from_memory_wrapper): Delete.
5416 (add_vsyscall_page): Use TRY/CATCH instead of catch_exceptions.
5417 * thread.c: Don't include gdb.h.
5418 (do_captured_list_thread_ids, gdb_list_thread_ids): Delete.
5419 (thread_alive): Use thread_select.
5420 (do_captured_thread_select): Delete, parts salvaged as ...
5421 (thread_select): ... this new function.
5422 (gdb_thread_select): Delete.
5423
5424 2017-10-10 Pedro Alves <palves@redhat.com>
5425 Tom Tromey <tom@tromey.com>
5426
5427 * breakpoint.c (breakpoint_cond_eval): Change return type to bool
5428 and reverse logic.
5429 (WP_DELETED, WP_VALUE_CHANGED, WP_VALUE_NOT_CHANGED, WP_IGNORE):
5430 No longer macros. Instead ...
5431 (enum wp_check_result): They're now values of this new
5432 enumeration.
5433 (watchpoint_check): Change return type to wp_check_result and
5434 parameter type to bpstat.
5435 (bpstat_check_watchpoint): Use TRY/CATCH instead of catch_errors.
5436 (bpstat_check_breakpoint_conditions): Use TRY/CATCH instead of
5437 catch_errors. Reverse logic of watchpoint_check call.
5438 (breakpoint_re_set_one): Now returns void and takes a breakpoint
5439 pointer as parameter.
5440 (breakpoint_re_set): Use TRY/CATCH instead of catch_errors.
5441 * common/common-exceptions.c (throw_exception_sjlj): Update
5442 comments to avoid mentioning catch_errors.
5443 * exceptions.c (catch_errors): Delete.
5444 * exceptions.h: Update comments to avoid mentioning catch_errors.
5445 (catch_errors_ftype, catch_errors): Delete.
5446 * infrun.c (normal_stop): Use TRY/CATCH instead of catch_errors.
5447 (hook_stop_stub): Delete.
5448 (restore_selected_frame): Change return type to void, and
5449 parameter type to const frame_id &.
5450 (restore_infcall_control_state): Use TRY/CATCH instead of
5451 catch_errors.
5452 * main.c (captured_command_loop): Return void and remove
5453 parameter. Remove references to catch_errors.
5454 (captured_main): Use TRY/CATCH instead of catch_errors.
5455 * objc-lang.c (objc_submethod_helper_data)
5456 (find_objc_msgcall_submethod_helper): Delete.
5457 (find_objc_msgcall_submethod): Use TRY/CATCH instead of
5458 catch_errors.
5459 * record-full.c (record_full_message): Return void.
5460 (record_full_message_args, record_full_message_wrapper): Delete.
5461 (record_full_message_wrapper_safe): Return bool and use TRY/CATCH
5462 instead of catch_errors.
5463 * solib-aix.c (solib_aix_open_symbol_file_object): Change
5464 parameter type to int.
5465 * solib-darwin.c (open_symbol_file_object): Ditto.
5466 * solib-dsbt.c (open_symbol_file_object): Ditto.
5467 * solib-frv.c (open_symbol_file_object): Ditto.
5468 * solib-svr4.c (open_symbol_file_object): Ditto.
5469 * solib-target.c (solib_target_open_symbol_file_object): Ditto.
5470 * solib.c (update_solib_list): Use TRY/CATCH instead of
5471 catch_errors.
5472 * solist.h (struct target_so_ops) <open_symbol_file_object>:
5473 Change type.
5474 * symmisc.c (struct print_symbol_args): Remove.
5475 (dump_symtab_1): Use TRY/CATCH instead of catch_errors.
5476 (print_symbol): Change type.
5477 * windows-nat.c (handle_load_dll, handle_unload_dll): Return void
5478 and remove parameters.
5479 (catch_errors): New.
5480 (get_windows_debug_event): Adjust.
5481
5482 2017-10-09 Tom Tromey <tom@tromey.com>
5483
5484 * mi/mi-main.c (free_splay_tree): Remove.
5485 (list_available_thread_groups): Use splay_tree_up.
5486 * common/gdb_splay_tree.h: New file.
5487
5488 2017-10-09 Tom Tromey <tom@tromey.com>
5489
5490 * mi/mi-main.c (do_nothing): Remove.
5491 (list_available_thread_groups): Update.
5492
5493 2017-10-09 Pedro Alves <palves@redhat.com>
5494
5495 * infrun.c (handle_inferior_event_1) <TARGET_WAITKIND_EXECD>: Skip
5496 reading registers when switching context.
5497
5498 2017-10-09 John Baldwin <jhb@FreeBSD.org>
5499
5500 * fbsd-nat.c (fbsd_siginfo_size): Use gdbarch_long_bit.
5501 (fbsd_convert_siginfo): Likewise.
5502 * fbsd-tdep.c (fbsd_core_xfer_siginfo): Likewise.
5503
5504 2017-10-09 Simon Marchi <simon.marchi@polymtl.ca>
5505
5506 * configure.ac (try_guile_versions): Remove guile-2.2.
5507 * configure: Regenerate.
5508
5509 2017-10-09 Tom Tromey <tom@tromey.com>
5510
5511 * Makefile.in (COMPILE.post, POSTCOMPILE): Restore $(basename).
5512 (COMPILE.pre): Use $(CXX).
5513
5514 2017-10-09 Pedro Alves <palves@redhat.com>
5515
5516 * cp-support.c (cp_remove_params): Return a gdb::unique_xmalloc_ptr.
5517 Use bool.
5518 (overload_list_add_symbol): Adjust to use gdb::unique_xmalloc_ptr.
5519 * cp-support.h (cp_remove_params): Now returns a
5520 gdb::unique_xmalloc_ptr.
5521 * dwarf2read.c (find_slot_in_mapped_hash): Now returns bool.
5522 Adjust to cp_remove_params returning a gdb::unique_xmalloc_ptr.
5523 * psymtab.c (psymtab_search_name): Adjust to cp_remove_params
5524 returning a gdb::unique_xmalloc_ptr.
5525 (lookup_partial_symbol): Adjust to use gdb::unique_xmalloc_ptr.
5526 * stack.c (find_frame_funname): Adjust to cp_remove_params
5527 returning a gdb::unique_xmalloc_ptr.
5528
5529 2017-10-08 Tom Tromey <tom@tromey.com>
5530
5531 * dwarf2read.c (dwarf2_get_dwz_file): Use
5532 gdb::unique_xmalloc_ptr.
5533 (find_slot_in_mapped_hash): Likewise.
5534 (dwarf2_physname): Likewise.
5535 (create_dwo_unit_in_dwp_v1): Use std::string.
5536 (create_dwo_unit_in_dwp_v2): Likewise.
5537 (lookup_dwo_cutu): Likewise.
5538 (inherit_abstract_dies): Use std::vector.
5539 (read_array_type): Likewise.
5540 (dwarf_decode_macros): Remove unused declaration.
5541 (unsigned_int_compar): Remove.
5542 (dwarf2_build_psymtabs_hard): Use scoped_restore.
5543 (psymtabs_addrmap_cleanup): Remove.
5544
5545 2017-10-08 Tom Tromey <tom@tromey.com>
5546
5547 * frame-unwind.c (frame_unwind_try_unwinder): Update.
5548 * frame.h (frame_cleanup_after_sniffer): Declare.
5549 (frame_prepare_for_sniffer): Return void.
5550 * frame.c (frame_cleanup_after_sniffer): No longer static. Change
5551 type of argument.
5552 (frame_prepare_for_sniffer): Return void.
5553
5554 2017-10-08 Tom Tromey <tom@tromey.com>
5555
5556 * utils.h (make_cleanup_value_free): Remove.
5557 * utils.c (do_value_free, struct cleanup): Remove.
5558 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>:
5559 Use gdb_value_up.
5560 * value.h (struct value_deleter): New.
5561 (gdb_value_up): New typedef.
5562
5563 2017-10-08 Tom Tromey <tom@tromey.com>
5564
5565 * symtab.c (free_search_symbols, do_free_search_symbols_cleanup)
5566 (make_cleanup_free_search_symbols): Remove.
5567 (search_symbols): Return std::vector.
5568 (symbol_search::compare_search_syms): Now member of
5569 symbol_search. Change arguments.
5570 (sort_search_symbols_remove_dups): Change arguments. Rewrite.
5571 (symtab_symbol_info, rbreak_command): Update.
5572 * symtab.h (struct symbol_search) <next>: Remove.
5573 Add constructors.
5574 (symbol_search::operator<): New function.
5575 (symbol_search::operator==): New function.
5576 (search_symbols): Remove std::vector.
5577 (free_search_symbols, make_cleanup_free_search_symbols): Remove.
5578 (symbol_search::compare_search_syms): Declare.
5579
5580 2017-10-06 Yao Qi <yao.qi@linaro.org>
5581
5582 * Makefile.in (ALL_64_TARGET_OBS): Replace aarch64-insn.o with
5583 arch/aarch64-insn.o.
5584 Remove one rule.
5585 * configure.tgt: Replace aarch64-insn.o with arch/aarch64-insn.o.
5586
5587 2017-10-06 Yao Qi <yao.qi@linaro.org>
5588
5589 * Makefile.in (ALL_TARGET_OBS): Replace arm.o, arm-get-next-pcs.o,
5590 and arm-linux.o with arch/arm.o, arch/arm-get-next-pcs.o and
5591 arch/arm-linux.o respectively.
5592 * configure.tgt: Likewise.
5593
5594 2017-10-06 Yao Qi <yao.qi@linaro.org>
5595
5596 * Makefile.in (ALL_TARGET_OBS): Rename i386.o to arch/i386.o.
5597 * configure.tgt (i386_tobjs): Replace i386.o with arch/i386.o.
5598
5599 2017-10-06 Pedro Alves <palves@redhat.com>
5600
5601 * windows-nat.c: Include <algorithm>.
5602
5603 2017-10-06 Yao Qi <yao.qi@linaro.org>
5604
5605 * configure.tgt (i386_tobjs): New variable.
5606 (amd64_tobjs): New variable.
5607 Set $cpu_obs and $os_obs.
5608
5609 2017-10-06 Yao Qi <yao.qi@linaro.org>
5610
5611 * Makefile.in (CONFIG_SRC_SUBDIR): New.
5612 (ALL_64_TARGET_OBS): Replace amd64.o with arch/amd64.o.
5613 (clean): Remove object files and dependency files.
5614 (distclean): Remove the directory.
5615 * configure.ac: Invoke AC_CONFIG_COMMANDS.
5616 * configure: Re-generated.
5617 * configure.tgt: Replace amd64.o with arch/amd64.o.
5618
5619 2017-10-05 Jose E. Marchesi <jose.marchesi@oracle.com>
5620
5621 PR build/22188
5622 * arm-tdep.c (arm_decode_misc_memhint_neon): Fix decoding of CPS
5623 and SETEND.
5624
5625 2017-10-05 Pedro Alves <palves@redhat.com>
5626
5627 * linux-nat.c (linux_child_follow_fork): When following the parent
5628 and detaching the child, consult the parent thread's architecture
5629 instead of the child's.
5630
5631 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5632
5633 * ax.h: Do not include "doublest.h".
5634 (union agent_val): Remove.
5635
5636 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5637
5638 * dfp.h (MAX_DECIMAL_STRING): Move to dfp.c.
5639 (decimal_to_string): Return std::string object.
5640 (decimal_from_string): Accept std::string object. Return bool.
5641 (decimal_from_integral, decimal_from_doublest): Remove.
5642 (decimal_from_longest): Add prototype.
5643 (decimal_from_ulongest): Likewise.
5644 (decimal_to_longest): Likewise.
5645 (decimal_from_doublest): Likewise.
5646 * dfp.c: Do not include "gdbtypes.h" or "value.h".
5647 (MAX_DECIMAL_STRING): Move here.
5648 (decimal_to_string): Return std::string object.
5649 (decimal_from_string): Accept std::string object. Return bool.
5650 (decimal_from_integral): Remove, replace by ...
5651 (decimal_from_longest, decimal_from_ulongest): ... these new functions.
5652 (decimal_to_longest): New function.
5653 (decimal_from_floating): Remove, replace by ...
5654 (decimal_from_doublest): ... this new function.
5655 (decimal_to_doublest): Update to new decimal_to_string interface.
5656
5657 * value.c (unpack_long): Use decimal_to_longest.
5658 * valops.c (value_cast): Use decimal_from_doublest instead of
5659 decimal_from_floating. Use decimal_from_[u]longest isntead of
5660 decimal_from_integral.
5661 * valarith.c (value_args_as_decimal): Likewise.
5662 * valprint.c (print_decimal_floating): Update to new
5663 decimal_to_string interface.
5664 * printcmd.c (printf_decfloat): Likewise.
5665 * c-exp.y (parse_number): Update to new decimal_from_string interface.
5666
5667 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5668
5669 * doublest.h: Do not include "floatformat.h". Remove stale comments.
5670 * gdbtypes.c: Include "floatformat.h".
5671 * value.c: Likewise.
5672 * m68k-tdep.c: Likewise.
5673
5674 * findvar.c: Do not include "floatformat.h".
5675 * amd64-darwin-tdep.c: Likewise.
5676 * arm-linux-tdep.c: Likewise.
5677 * i386-darwin-tdep.c: Likewise.
5678 * i387-tdep.c: Likewise.
5679 * m68k-linux-tdep.c: Likewise.
5680 * mep-tdep.c: Likewise.
5681 * mips-tdep.c: Likewise.
5682 * nios2-tdep.c: Likewise.
5683 * s390-linux-tdep.c: Likewise.
5684 * sparc-obsd-tdep.c: Likewise.
5685 * sparc-tdep.c: Likewise.
5686 * sparc64-tdep.c: Likewise.
5687 * spu-tdep.c: Likewise.
5688 * tic6x-tdep.c: Likewise.
5689 * tilegx-tdep.c: Likewise.
5690 * vax-tdep.c: Likewise.
5691 * xstormy16-tdep.c: Likewise.
5692 * xtensa-tdep.c: Likewise.
5693
5694 * top.c: Do not include "doublest.h".
5695 * aarch64-tdep.c: Likewise.
5696 * alpha-tdep.c: Likewise.
5697 * arm-linux-tdep.c: Likewise.
5698 * m68k-linux-tdep.c: Likewise.
5699 * tilegx-tdep.c: Likewise.
5700 * xstormy16-tdep.c: Likewise.
5701
5702 2017-10-05 John Baldwin <jhb@FreeBSD.org>
5703
5704 * mips-fbsd-tdep.c (MIPS_INST_ADDIU_A0_SP_N32): Define.
5705 (mipsn32_fbsd_sigframe): Define.
5706 (mips_fbsd_init_abi): Install mipsn32_fbsd_sigframe unwinder
5707 for FreeBSD/mipsn32.
5708
5709 2017-10-05 John Baldwin <jhb@FreeBSD.org>
5710
5711 * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_EHDRFLAGS and
5712 AT_HWCAP.
5713
5714 2017-10-05 Tristan Gingold <tgingold@free.fr>
5715
5716 * MAINTAINERS (Misc): Update my email address.
5717
5718 2017-10-04 Pedro Alves <palves@redhat.com>
5719
5720 * remote.c (get_remote_arch_state): New 'gdbarch' parameter. Use
5721 it instead of target_gdbarch.
5722 (get_remote_state, get_remote_packet_size): Adjust
5723 get_remote_arch_state calls, passing down target_gdbarch
5724 explicitly.
5725 (packet_reg_from_regnum, packet_reg_from_pnum): New parameter
5726 'gdbarch' and use it instead of target_gdbarch.
5727 (get_memory_packet_size): Adjust get_remote_arch_state calls,
5728 passing down target_gdbarch explicitly.
5729 (struct stop_reply) <arch>: New field.
5730 (remote_parse_stop_reply): Use the stopped thread's architecture,
5731 not the current inferior's. Save the architecture in the
5732 stop_reply.
5733 (process_stop_reply): Use the stop reply's architecture.
5734 (process_g_packet, remote_fetch_registers)
5735 (remote_prepare_to_store, store_registers_using_G)
5736 (remote_store_registers): Adjust get_remote_arch_state calls,
5737 using the regcache's architecture.
5738 (remote_get_trace_status): Adjust get_remote_arch_state calls,
5739 passing down target_gdbarch explicitly.
5740 * spu-multiarch.c (spu_thread_architecture): Defer to the target
5741 beneath instead of calling target_gdbarch.
5742 * target.c (default_thread_architecture): Use the specified
5743 inferior's architecture, instead of the current inferior's
5744 architecture (via target_gdbarch).
5745
5746 2017-10-04 Pedro Alves <palves@redhat.com>
5747
5748 * regcache.c (get_thread_arch_regcache): Remove null_ptid special
5749 case.
5750 (regcache_print): Handle !target_has_registers here instead.
5751
5752 2017-10-04 Pedro Alves <palves@redhat.com>
5753
5754 * frame.c (create_test_frame): Delete.
5755 * frame.h (create_test_frame): Delete.
5756 * gdbarch-selftests.c: Include gdbthread.h and target.h.
5757 (class regcache_test): Delete.
5758 (test_target_has_registers, test_target_has_stack)
5759 (test_target_has_memory, test_target_prepare_to_store)
5760 (test_target_store_registers): New functions.
5761 (test_target_ops): New class.
5762 (register_to_value_test): Error out if there's already a
5763 process_stratum (or higher) target pushed. Create a fuller mock
5764 environment, with mock target_ops, inferior, address space, thread
5765 and inferior_ptid.
5766 * progspace.c (struct address_space): Move to ...
5767 * progspace.h (struct address_space): ... here.
5768 * regcache.h (regcache::~regcache, regcache::raw_write)
5769 [GDB_SELF_TEST]: No longer virtual.
5770
5771 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5772
5773 * mi/mi-main.c (list_available_thread_groups): Reverse filter logic.
5774
5775 2017-10-04 Pedro Alves <palves@redhat.com>
5776
5777 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Move code
5778 out of 'between TRY and CATCH'.
5779
5780 2017-10-04 Pedro Alves <palves@redhat.com>
5781
5782 * cli/cli-cmds.c (complete_command): Add missing END_CATCH.
5783 * common/common-exceptions.h (TRY): Open an outermost scope.
5784 Expand intro comment.
5785 (CATCH): Reindent.
5786 (END_CATCH): Close the outermost scope.
5787 * completer.c (complete_line_internal): Add missing END_CATCH.
5788
5789 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5790
5791 * NEWS (Changes since GDB 8.0): Add entry about new
5792 'set-cwd-on-gdbserver' feature.
5793 (New remote packets): Add entry for QSetWorkingDir.
5794 * common/common-inferior.h (set_inferior_cwd): New prototype.
5795 * infcmd.c (set_inferior_cwd): Remove "static".
5796 (show_cwd_command): Expand text to include remote debugging.
5797 * remote.c: Add PACKET_QSetWorkingDir.
5798 (remote_protocol_features) <QSetWorkingDir>: New entry for
5799 PACKET_QSetWorkingDir.
5800 (extended_remote_set_inferior_cwd): New function.
5801 (extended_remote_create_inferior): Call
5802 "extended_remote_set_inferior_cwd".
5803 (_initialize_remote): Call "add_packet_config_cmd" for
5804 QSetWorkingDir.
5805
5806 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5807
5808 * NEWS (New commands): Mention "set/show cwd".
5809 * cli/cli-cmds.c (_initialize_cli_cmds): Mention "set cwd" on
5810 "cd" command's help text.
5811 * common/common-inferior.h (get_inferior_cwd): New prototype.
5812 * infcmd.c (inferior_cwd_scratch): New global variable.
5813 (set_inferior_cwd): New function.
5814 (get_inferior_cwd): Likewise.
5815 (set_cwd_command): Likewise.
5816 (show_cwd_command): Likewise.
5817 (_initialize_infcmd): Add "set/show cwd" commands.
5818 * inferior.h (class inferior) <cwd>: New field.
5819 * nat/fork-inferior.c: Include "gdb_tilde_expand.h".
5820 (fork_inferior): Change inferior's cwd before its execution.
5821 * windows-nat.c (windows_create_inferior): Pass inferior's cwd
5822 to CreateProcess.
5823
5824 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5825
5826 * Makefile.in (SFILES): Add gdb_tilde_expand.c.
5827 (HFILES_NO_SRCDIR): Add gdb_tilde_expand.h.
5828 (COMMON_OBS): Add gdb_tilde_expand.o.
5829 * common/gdb_tilde_expand.c: New file.
5830 * common/gdb_tilde_expand.h: Likewise.
5831
5832 2017-10-03 Maciej W. Rozycki <macro@imgtec.com>
5833
5834 * gdbarch.sh (objfile): Remove duplicate declaration.
5835 * gdbarch.h: Regenerate.
5836
5837 2017-10-03 Tom Tromey <tom@tromey.com>
5838
5839 * utils.c (internal_vproblem): Use string_vprintf.
5840
5841 2017-10-03 Tom Tromey <tom@tromey.com>
5842
5843 * printcmd.c (info_symbol_command): Use std::string.
5844
5845 2017-10-03 Tom Tromey <tom@tromey.com>
5846
5847 * top.c (gdb_safe_append_history): Use std::string.
5848
5849 2017-10-03 Tom Tromey <tom@tromey.com>
5850
5851 * event-top.c (stdin_event_handler): Update.
5852 * main.c (captured_main_1): Update.
5853 * top.h (make_delete_ui_cleanup): Remove.
5854 (struct ui): Add constructor and destructor.
5855 (new_ui, delete_ui): Remove.
5856 * top.c (make_delete_ui_cleanup): Remove.
5857 (new_ui_command): Use std::unique_ptr.
5858 (delete_ui_cleanup): Remove.
5859 (ui::ui): Rename from new_ui. Update.
5860 (free_ui): Remove.
5861 (ui::~ui): Rename from delete_ui. Update.
5862
5863 2017-10-03 Tom Tromey <tom@tromey.com>
5864
5865 * symfile.c (load_progress): Use gdb::byte_vector.
5866
5867 2017-10-03 Tom Tromey <tom@tromey.com>
5868
5869 * mi/mi-main.c (mi_cmd_trace_frame_collected): Remove unused
5870 declaration.
5871 * printcmd.c (x_command): Remove unused declaration.
5872 * symfile.c (symbol_file_command): Remove unused declaration.
5873
5874 2017-10-03 Tom Tromey <tom@tromey.com>
5875
5876 * utils.c (internal_vproblem): Use std::string.
5877 (defaulted_query): Likewise.
5878
5879 2017-10-03 Tom Tromey <tom@tromey.com>
5880
5881 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Update.
5882 * top.c (execute_command_to_string): Update.
5883 * utils.c (make_cleanup_restore_page_info): Remove.
5884 (do_restore_page_info_cleanup): Remove.
5885 (set_batch_flag_and_restore_page_info):
5886 New.
5887 (make_cleanup_restore_page_info): Remove.
5888 (set_batch_flag_and_make_cleanup_restore_page_info): Remove.
5889 (~set_batch_flag_and_restore_page_info): New
5890 (make_cleanup_restore_uinteger): Remove.
5891 (make_cleanup_restore_integer): Remove.
5892 (struct restore_integer_closure): Remove.
5893 (restore_integer): Remove.
5894 * utils.h (struct set_batch_flag_and_restore_page_info): New
5895 class.
5896 (set_batch_flag_and_make_cleanup_restore_page_info): Remove.
5897 (make_cleanup_restore_page_info): Remove.
5898 (make_cleanup_restore_uinteger) Remove.
5899 (make_cleanup_restore_integer) Remove.
5900
5901 2017-10-03 Tom Tromey <tom@tromey.com>
5902
5903 * record-full.h (record_full_gdb_operation_disable_set): Return
5904 scoped_restore_tmpl<int>.
5905 * infrun.c (adjust_pc_after_break): Update.
5906 (handle_signal_stop): Update.
5907 * record-full.c (record_full_gdb_operation_disable_set): Return
5908 scoped_restore_tmpl<int>.
5909 (record_full_wait_1, record_full_insert_breakpoint)
5910 (record_full_remove_breakpoint, record_full_save)
5911 (record_full_goto_insn): Update.
5912
5913 2017-10-02 Tom Tromey <tom@tromey.com>
5914
5915 PR rust/22236:
5916 * rust-lang.c (rust_val_print_str): New function.
5917 (val_print_struct): Call it.
5918 (rust_subscript): Preserve name of slice type.
5919
5920 2017-10-02 Tom Tromey <tom@tromey.com>
5921
5922 * rust-lang.c (rust_subscript): Handle slices in
5923 EVAL_AVOID_SIDE_EFFECTS case.
5924
5925 2017-10-02 Tom Tromey <tom@tromey.com>
5926
5927 * rust-lang.c (rust_slice_type_p): Recognize &str as a slice type.
5928
5929 2017-10-02 Tom Tromey <tom@tromey.com>
5930
5931 * rust-lang.h (rust_slice_type): Add "extern".
5932
5933 2017-10-02 Tom Tromey <tom@tromey.com>
5934 Pedro Alves <palves@redhat.com>
5935
5936 * ada-lang.h (ada_exc_info::operator<): Make const.
5937 (ada_exc_info::operator==): Make const.
5938 * ada-lang.c (ada_exc_info::operator<, ada_exc_info::operator==):
5939 Make const.
5940
5941 2017-09-29 Tom Tromey <tom@tromey.com>
5942
5943 * target.c (read_whatever_is_readable): Change type of "result".
5944 Update.
5945 (free_memory_read_result_vector): Remove.
5946 (read_memory_robust): Change return type. Update.
5947 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Update. Use
5948 bin2hex, std::string.
5949 * target.h (memory_read_result_s): Remove typedef.
5950 (free_memory_read_result_vector): Remove.
5951 (read_memory_robust): Return std::vector.
5952
5953 2017-09-29 Tom Tromey <tom@tromey.com>
5954
5955 * mi/mi-main.c (captured_mi_execute_command): Use scope_restore.
5956
5957 2017-09-29 Tom Tromey <tom@tromey.com>
5958
5959 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Update.
5960 * ada-lang.h (struct ada_exc_info): Remove typedef. Declare
5961 operator< and operator==.
5962 (ada_exceptions_list): Return a std::vector.
5963 * ada-lang.c (ada_exc_info::operator<): Rename from
5964 compare_ada_exception_info.
5965 (ada_exc_info::operator==): New.
5966 (sort_remove_dups_ada_exceptions_list): Change type of
5967 "exceptions".
5968 (ada_add_standard_exceptions, ada_add_exceptions_from_frame)
5969 (ada_add_global_exceptions): Likewise.
5970 (ada_exceptions_list_1): Return a std::vector.
5971 (ada_exceptions_list): Likewise.
5972
5973 2017-09-29 Tom Tromey <tom@tromey.com>
5974
5975 * mi/mi-main.c (struct print_one_inferior_data) <inferiors>: Now a
5976 'std::set *'.
5977 (print_one_inferior): Update.
5978 (free_vector_of_ints): Remove.
5979 (list_available_thread_groups): Change "ids" to std::set.
5980 (mi_cmd_list_thread_groups): Update.
5981 (struct collect_cores_data) <core>: Now a std::set.
5982 (collect_cores): Update.
5983 (unique): Remove.
5984 (print_one_inferior): Update.
5985
5986 2017-09-29 Tom Tromey <tom@tromey.com>
5987
5988 * mi/mi-main.c (mi_execute_cli_command): Use std::string.
5989 (mi_execute_async_cli_command): Likewise.
5990 (mi_cmd_trace_frame_collected): Use field_fmt.
5991
5992 2017-09-29 Tom Tromey <tom@tromey.com>
5993
5994 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Use
5995 gdb::byte_vector.
5996
5997 2017-09-29 Tom Tromey <tom@tromey.com>
5998
5999 * mi/mi-parse.c (mi_parse): Remove unused declaration.
6000
6001 2017-09-29 Tom Tromey <tom@tromey.com>
6002
6003 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Don't copy "oarg".
6004
6005 2017-09-29 Tom Tromey <tom@tromey.com>
6006
6007 * varobj.h (varobj_gen_name): Return std::string.
6008 * varobj.c (varobj_gen_name): Return std::string.
6009 * mi/mi-cmd-var.c (mi_cmd_var_create): Use std::string.
6010 (mi_cmd_var_delete): Don't copy "name".
6011
6012 2017-09-29 Tom Tromey <tom@tromey.com>
6013
6014 * mi/mi-cmd-break.c (mi_argv_to_format): Return std::string.
6015 (mi_cmd_break_insert_1): Update.
6016
6017 2017-09-29 Tom Tromey <tom@tromey.com>
6018
6019 * target.h (make_scoped_defer_target_commit_resume): Update.
6020 * target.c (make_scoped_defer_target_commit_resume): Rename from
6021 make_cleanup_defer_target_commit_resume. Return a
6022 scoped_restore.
6023 * infrun.c (proceed): Use make_scoped_defer_target_commit_resume.
6024
6025 2017-09-29 Tom Tromey <tom@tromey.com>
6026
6027 * main.c (captured_main_1): Remove unused declaration.
6028 * spu-multiarch.c (parse_spufs_run): Remove unused declaration.
6029
6030 2017-09-29 Tom Tromey <tom@tromey.com>
6031
6032 * symtab.c (search_symbols): Remove unused outer cleanup.
6033 (make_source_files_completion_list): Remove unused declaration.
6034
6035 2017-09-29 Tom Tromey <tom@tromey.com>
6036
6037 * mt-tdep.c (mt_push_dummy_call): Use gdb::byte_vector.
6038
6039 2017-09-29 Tom Tromey <tom@tromey.com>
6040
6041 * xstormy16-tdep.c (xstormy16_push_dummy_call): Use
6042 gdb::byte_vector.
6043
6044 2017-09-29 Tom Tromey <tom@tromey.com>
6045
6046 * complaints.c (vcomplaint): Use std::string.
6047
6048 2017-09-29 Tom Tromey <tom@tromey.com>
6049
6050 * tracepoint.c (trace_variable_command): Use std::string.
6051 (encode_actions_1): Remove unused declarations.
6052 (create_tsv_from_upload): Use std::string.
6053
6054 2017-09-29 Tom Tromey <tom@tromey.com>
6055
6056 * cp-support.c (gdb_demangle): Use std::string.
6057
6058 2017-09-29 Tom Tromey <tom@tromey.com>
6059
6060 * stack.c (parse_frame_specification): Use std::string
6061 (info_frame_command): Use gdb::unique_xmalloc_ptr.
6062
6063 2017-09-29 Tom Tromey <tom@tromey.com>
6064
6065 * tilegx-tdep.c (tilegx_push_dummy_call): Use gdb::byte_vector.
6066
6067 2017-09-29 Tom Tromey <tom@tromey.com>
6068
6069 * utils.c (vfprintf_maybe_filtered): Use std::string.
6070 (vfprintf_unfiltered): Likewise.
6071
6072 2017-09-29 Tom Tromey <tom@tromey.com>
6073
6074 * event-top.c (top_level_prompt): Return std::string.
6075 (display_gdb_prompt): Update.
6076
6077 2017-09-29 Tom Tromey <tom@tromey.com>
6078
6079 * unittests/common-utils-selftests.c (format): New function.
6080 (string_vprintf_tests): New function.
6081 (_initialize_common_utils_selftests): Register new tests.
6082 * common/common-utils.c (string_vprintf): New function.
6083 * common/common-utils.h (string_vprintf): Declare.
6084
6085 2017-09-29 Pedro Alves <palves@redhat.com>
6086
6087 * common/rsp-low.c (unpack_varlen_hex): Constify.
6088 * common/rsp-low.h (unpack_varlen_hex): Constify.
6089 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
6090 Constify.
6091 * remote.c (remote_set_permissions, read_ptid)
6092 (remote_current_thread, remote_get_threads_with_qthreadinfo)
6093 (remote_static_tracepoint_marker_at)
6094 (remote_static_tracepoint_markers_by_strid)
6095 (stop_reply_extract_thread, remote_parse_stop_reply): Constify.
6096 * tracepoint.c (parse_trace_status, parse_tracepoint_status)
6097 (parse_tracepoint_definition, parse_tsv_definition)
6098 (parse_static_tracepoint_marker_definition): Constify.
6099 * tracepoint.h (parse_static_tracepoint_marker_definition)
6100 (parse_trace_status, parse_tracepoint_status)
6101 (parse_tracepoint_definition, parse_tsv_definition): Constify.
6102
6103 2017-09-29 Pedro Alves <palves@redhat.com>
6104
6105 * remote.c (target_buf, target_buf_size): Delete.
6106 (remote_get_noisy_reply): Remove buf_p and sizeof_buf parameters.
6107 Use the connection's packet buffer instead.
6108 All callers adjusted.
6109 (_initialize_remote): Remove references to target_buf and
6110 target_buf_size.
6111
6112 2017-09-28 Pedro Alves <palves@redhat.com>
6113
6114 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6115 unittests/common-utils-selftests.c.
6116 (SUBDIR_UNITTESTS_OBS): Add common-utils-selftests.o.
6117 (COMMON_OBS): Remove utils-selftests.o.
6118 * utils-selftests.c: Move to ...
6119 * unittests/common-utils-selftests.c: ... here and rename self
6120 test to "string_printf".
6121
6122 2017-09-28 Alexander Shaposhnikov <alexander.v.shaposhnikov@gmail.com> (tiny patch)
6123
6124 * dwarf2read.c (open_and_init_dwp_file): Protect against dwp_file
6125 having NULL cus or tus.
6126
6127 2017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
6128
6129 * arm-tdep.c: (convert_from_extended): Remove.
6130 (convert_to_extended): Likewise.
6131 (arm_extract_return_value): Use convert_typed_floating.
6132 (arm_store_return_value): Likewise.
6133
6134 * sh-tdep.h (struct gdbarch_tdep): Add sh_littlebyte_bigword_type.
6135 * sh-tdep.c: Do not include "floatformat.h".
6136 (sh_littlebyte_bigword_type): New function.
6137 (sh_register_convert_to_virtual): Use convert_typed_floating.
6138 (sh_register_convert_to_raw): Likewise.
6139 * sh64-tdep.c: (struct gdbarch_tdep): Add sh_littlebyte_bigword_type.
6140 (sh64_littlebyte_bigword_type): New function.
6141 (sh64_extract_return_value): Use convert_typed_floating.
6142 (sh64_register_convert_to_virtual): Likewise.
6143 (sh64_register_convert_to_raw): Likewise.
6144
6145 2017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
6146
6147 * doublest.h (floatformat_from_type): Move to gdbtypes.h.
6148 * doublest.c (floatformat_from_type): Move to gdbtypes.c.
6149
6150 * gdbtypes.h (union type_specific): Make field floatformat hold
6151 just a single struct floatformat, not an array.
6152 (floatformat_from_type): Move here.
6153 * gdbtypes.c (floatformat_from_type): Move here. Update to
6154 changed TYPE_FLOATFORMAT definition.
6155 (verify_floatformat): Update to changed TYPE_FLOATFORMAT.
6156 (recursive_dump_type): Likewise.
6157 (init_float_type): Install correct floatformat for byte order.
6158 (arch_float_type): Likewise.
6159
6160 2017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
6161
6162 * gdbtypes.c (init_type): Change incoming argument from
6163 length-in-bytes to length-in-bits. Assert length is a
6164 multiple of TARGET_CHAR_BITS.
6165 (arch_type, arch_flags_type): Likewise.
6166 (init_integer_type): Update call to init_type.
6167 (init_character_type): Likewise.
6168 (init_boolean_type): Likewise.
6169 (init_float_type): Likewise.
6170 (init_decfloat_type): Likewise.
6171 (init_complex_type): Likewise.
6172 (init_pointer_type): Likewise.
6173 (objfile_type): Likewise.
6174 (arch_integer_type): Update call to arch_type.
6175 (arch_character_type): Likewise.
6176 (arch_boolean_type): Likewise.
6177 (arch_float_type): Likewise.
6178 (arch_decfloat_type): Likewise.
6179 (arch_complex_type): Likewise.
6180 (arch_pointer_type): Likewise.
6181 (gdbtypes_post_init): Likewise.
6182
6183 * dwarf2read.c (dwarf2_init_float_type): Update call to init_type.
6184 (read_base_type): Likewise.
6185 * mdebugread.c (basic_type): Likewise.
6186 * stabsread.c (dbx_init_float_type): Likewise.
6187 (rs6000_builtin_type): Likewise.
6188 (read_range_type): Likewise. Also, fix call to init_integer_type
6189 with erroneous length argument.
6190
6191 * ada-lang.c (ada_language_arch_info): Update call to arch_type.
6192 * d-lang.c (build_d_types): Likewise.
6193 * f-lang.c (build_fortran_types): Likewise.
6194 * go-lang.c (build_go_types): Likewise.
6195 * opencl-lang.c (build_opencl_types): Likewise.
6196 * jit.c (finalize_symtab): Likewise.
6197 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
6198 (build_std_type_info_type): Likewise.
6199 * target-descriptions.c (tdesc_gdb_type): Likewise. Also,
6200 update call to arch_flags_type.
6201
6202 * linux-tdep.c (linux_get_siginfo_type_with_fields): Update call to
6203 arch_type.
6204 * fbsd-tdep.c (fbsd_get_siginfo_type): Likewise.
6205 * windows-tdep.c (windows_get_tlb_type): Likewise.
6206
6207 * avr-tdep.c (avr_gdbarch_init): Update call to arch_type.
6208 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
6209 * m32c-tdep.c (make_types): Likewise.
6210 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
6211 (rl78_psw_type): Update call to arch_flags_type.
6212 * m68k-tdep.c (m68k_ps_type): Update call to arch_flags_type.
6213 * rx-tdep.c (rx_psw_type): Likewise.
6214 (rx_fpsw_type): Likewise.
6215 * sparc-tdep.c (sparc_psr_type): Likewise.
6216 (sparc_fsr_type): Likewise.
6217 * sparc64-tdep.c (sparc64_pstate_type): Likewise.
6218 (sparc64_ccr_type): Likewise.
6219 (sparc64_fsr_type): Likewise.
6220 (sparc64_fprs_type): Likewise.
6221
6222 2017-09-27 Tom Tromey <tom@tromey.com>
6223
6224 * findcmd.c (find_command): Constify.
6225
6226 2017-09-27 Tom Tromey <tom@tromey.com>
6227
6228 * ada-tasks.c (task_command_1, task_command): Constify.
6229
6230 2017-09-27 Tom Tromey <tom@tromey.com>
6231
6232 * symtab.c (maintenance_print_symbol_cache)
6233 (maintenance_flush_symbol_cache)
6234 (maintenance_print_symbol_cache_statistics): Constify.
6235
6236 2017-09-27 Tom Tromey <tom@tromey.com>
6237
6238 * inferior.c (detach_inferior_command, kill_inferior_command)
6239 (inferior_command): Constify.
6240
6241 2017-09-27 Tom Tromey <tom@tromey.com>
6242
6243 * regcache.c (regcache_print, maintenance_print_registers)
6244 (maintenance_print_raw_registers)
6245 (maintenance_print_cooked_registers)
6246 (maintenance_print_register_groups)
6247 (maintenance_print_remote_registers): Constify.
6248
6249 2017-09-27 Tom Tromey <tom@tromey.com>
6250
6251 * printcmd.c (map_display_numbers, undisplay_command)
6252 (enable_disable_display_command, enable_display_command)
6253 (disable_display_command): Constify.
6254
6255 2017-09-27 Tom Tromey <tom@tromey.com>
6256
6257 * breakpoint.h (delete_command): Don't declare.
6258 * breakpoint.c (delete_command, enable_once_command)
6259 (enable_count_command, enable_delete_command, breakpoint_1)
6260 (maintenance_info_breakpoints, stopin_command, stopat_command)
6261 (delete_command, delete_trace_command, save_breakpoints)
6262 (save_breakpoints_command, save_tracepoints_command): Constify.
6263
6264 2017-09-27 Tom Tromey <tom@tromey.com>
6265
6266 * macrocmd.c (macro_expand_command, macro_expand_once_command)
6267 (skip_ws, extract_identifier, macro_define_command)
6268 (macro_undef_command, macro_list_command): Constify.
6269
6270 2017-09-27 Tom Tromey <tom@tromey.com>
6271
6272 * infcmd.c (environment_info, set_environment_command)
6273 (unset_environment_command, path_info, info_proc_cmd_1)
6274 (info_proc_cmd_mappings, info_proc_cmd_stat)
6275 (info_proc_cmd_status, info_proc_cmd_cwd, info_proc_cmd_cmdline)
6276 (info_proc_cmd_exe, info_proc_cmd_all): Constify.
6277
6278 2017-09-27 Tom Tromey <tom@tromey.com>
6279
6280 * i386-tdep.c (i386_mpx_info_bounds, i386_mpx_set_bounds):
6281 Constify.
6282
6283 2017-09-27 Tom Tromey <tom@tromey.com>
6284
6285 * symfile-mem.c (add_symbol_file_from_memory_command): Constify.
6286
6287 2017-09-27 Tom Tromey <tom@tromey.com>
6288
6289 * demangle.c (demangle_command): Constify.
6290
6291 2017-09-27 Tom Tromey <tom@tromey.com>
6292
6293 * progspace.c (maintenance_info_program_spaces_command):
6294 Constify.
6295
6296 2017-09-27 Tom Tromey <tom@tromey.com>
6297
6298 * compile/compile.c (check_raw_argument, compile_file_command)
6299 (compile_code_command, compile_print_command): Constify.
6300
6301 2017-09-27 Tom Tromey <tom@tromey.com>
6302
6303 * reggroups.c (maintenance_print_reggroups): Constify.
6304
6305 2017-09-27 Tom Tromey <tom@tromey.com>
6306
6307 * dwarf2read.c (save_gdb_index_command): Constify.
6308
6309 2017-09-27 Tom Tromey <tom@tromey.com>
6310
6311 * stap-probe.c (info_probes_stap_command): Constify.
6312
6313 2017-09-27 Tom Tromey <tom@tromey.com>
6314
6315 * fork-child.c (unset_exec_wrapper_command): Constify.
6316
6317 2017-09-27 Tom Tromey <tom@tromey.com>
6318
6319 * btrace.c (get_uint, get_context_size, no_chunk)
6320 (maint_btrace_packet_history_cmd)
6321 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
6322 (maint_info_btrace_cmd): Constify.
6323
6324 2017-09-27 Tom Tromey <tom@tromey.com>
6325
6326 * reverse.c (delete_bookmark_command): Constify.
6327
6328 2017-09-27 Tom Tromey <tom@tromey.com>
6329
6330 * remote.c (set_memory_packet_size)
6331 (set_memory_write_packet_size, show_memory_write_packet_size)
6332 (set_memory_read_packet_size, show_memory_read_packet_size)
6333 (compare_sections_command, packet_command, remote_put_command)
6334 (remote_get_command, remote_delete_command): Constify.
6335
6336 2017-09-27 Tom Tromey <tom@tromey.com>
6337
6338 * mips-tdep.c (show_mipsfpu_command, set_mipsfpu_single_command)
6339 (set_mipsfpu_double_command, set_mipsfpu_none_command)
6340 (set_mipsfpu_auto_command): Constify.
6341
6342 2017-09-27 Tom Tromey <tom@tromey.com>
6343
6344 * cli/cli-cmds.h (cd_command): Constify.
6345 * cli/cli-cmds.c (cd_command): Constify.
6346
6347 2017-09-27 Tom Tromey <tom@tromey.com>
6348
6349 * thread.c (thread_name_command, thread_find_command): Constify.
6350
6351 2017-09-27 Tom Tromey <tom@tromey.com>
6352
6353 * probe.c (enable_probes_command, disable_probes_command):
6354 Constify.
6355
6356 2017-09-27 Tom Tromey <tom@tromey.com>
6357
6358 * symfile.c (symbol_file_command): Constify.
6359 * gdbcore.h (deprecated_file_changed_hook): Constify.
6360 * exec.c (deprecated_file_changed_hook, exec_file_command)
6361 (file_command): Constify.
6362 * defs.h (symbol_file_command): Constify.
6363
6364 2017-09-27 Tom Tromey <tom@tromey.com>
6365
6366 * remote-fileio.c (set_system_call_allowed)
6367 (show_system_call_allowed): Constify.
6368
6369 2017-09-27 Tom Tromey <tom@tromey.com>
6370
6371 * tracepoint.c (delete_trace_variable_command)
6372 (tfind_end_command, tfind_start_command, tfind_pc_command)
6373 (tfind_tracepoint_command, tfind_line_command)
6374 (tfind_range_command, tfind_outside_command): Constify.
6375
6376 2017-09-27 Tom Tromey <tom@tromey.com>
6377
6378 * ax-gdb.c (maint_agent_printf_command, agent_command)
6379 (agent_eval_command): Constify.
6380
6381 2017-09-27 Tom Tromey <tom@tromey.com>
6382
6383 * tracepoint.c (info_scope_command): Constify.
6384 * python/python.c (gdbpy_decode_line): Constify.
6385 * python/py-breakpoint.c (bppy_init): Constify.
6386 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Constify.
6387 * location.h: (new_linespec_location)
6388 (string_to_event_location_basic, string_to_event_location):
6389 Constify.
6390 * location.c (new_linespec_location)
6391 (string_to_event_location_basic, string_to_event_location):
6392 Constify.
6393 * linespec.h (decode_line_with_current_source)
6394 (decode_line_with_last_displayed, linespec_lex_to_end): Constify.
6395 * linespec.c (linespec_lex_to_end)
6396 (decode_line_with_current_source)
6397 (decode_line_with_last_displayed): Constify.
6398 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x):
6399 Constify.
6400 * cli/cli-cmds.c (edit_command, list_command): Constify.
6401 * breakpoint.h (until_break_command, watch_command_wrapper)
6402 (awatch_command_wrapper, rwatch_command_wrapper)
6403 (init_ada_exception_breakpoint): Constify.
6404 * breakpoint.c (break_command_1, dprintf_command)
6405 (break_range_command, watch_command_wrapper)
6406 (rwatch_command_wrapper, awatch_command_wrapper)
6407 (until_break_command, init_ada_exception_breakpoint)
6408 (strace_marker_create_sals_from_location, trace_command)
6409 (ftrace_command, strace_command, struct tracepoint): Constify.
6410 * ax-gdb.c (agent_command_1): Constify.
6411 * ada-lang.c (ada_exception_sal): Constify.
6412
6413 2017-09-27 Tom Tromey <tom@tromey.com>
6414
6415 * record.c (cmd_record_delete, cmd_record_stop, cmd_record_save)
6416 (cmd_record_goto_begin, cmd_record_goto_end, get_insn_number)
6417 (get_context_size, no_chunk, get_insn_history_modifiers)
6418 (cmd_record_insn_history, get_call_history_modifiers)
6419 (cmd_record_call_history): Constify.
6420
6421 2017-09-27 Tom Tromey <tom@tromey.com>
6422
6423 * source.c (show_substitute_path_command)
6424 (unset_substitute_path_command, set_substitute_path_command):
6425 Constify.
6426
6427 2017-09-27 Tom Tromey <tom@tromey.com>
6428
6429 * typeprint.c (maintenance_print_type): Constify.
6430 * maint.c (maintenance_dump_me, maintenance_demangle)
6431 (maintenance_time_display, maintenance_info_sections)
6432 (maintenance_print_statistics, maintenance_deprecate)
6433 (maintenance_undeprecate): Constify.
6434 (maintenance_do_deprecate): Constify. Use std::string.
6435 (maintenance_selftest): Constify.
6436 * gdbtypes.h (maintenance_print_type): Constify.
6437
6438 2017-09-27 Tom Tromey <tom@tromey.com>
6439
6440 * hppa-tdep.c (unwind_command): Constify.
6441
6442 2017-09-27 Tom Tromey <tom@tromey.com>
6443
6444 * target-descriptions.c (unset_tdesc_filename_cmd)
6445 (maint_print_c_tdesc_cmd, maintenance_check_xml_descriptions):
6446 Constify.
6447
6448 2017-09-27 Tom Tromey <tom@tromey.com>
6449
6450 * dummy-frame.c (maintenance_print_dummy_frames): Constify.
6451
6452 2017-09-27 Tom Tromey <tom@tromey.com>
6453
6454 * tui/tui.c (tui_enable_command, tui_disable_command): Constify.
6455
6456 2017-09-27 Tom Tromey <tom@tromey.com>
6457
6458 * tui/tui-regs.c (tui_reg_command): Constify.
6459
6460 2017-09-27 Tom Tromey <tom@tromey.com>
6461
6462 * skip.c (skip_file_command, skip_function_command)
6463 (skip_enable_command, skip_disable_command, skip_delete_command):
6464 Constify.
6465
6466 2017-09-27 Tom Tromey <tom@tromey.com>
6467
6468 * record-btrace.c (cmd_record_btrace_bts_start)
6469 (cmd_record_btrace_pt_start): Constify.
6470
6471 2017-09-27 Tom Tromey <tom@tromey.com>
6472
6473 * symmisc.c (maintenance_print_symbols)
6474 (maintenance_print_msymbols, maintenance_print_objfiles)
6475 (maintenance_info_symtabs, maintenance_check_symtabs)
6476 (maintenance_expand_symtabs, maintenance_info_line_tables):
6477 Constify.
6478
6479 2017-09-27 Tom Tromey <tom@tromey.com>
6480
6481 * top.c (new_ui_command): Constify.
6482
6483 2017-09-27 Tom Tromey <tom@tromey.com>
6484
6485 * symfile.c (add_symbol_file_command)
6486 (remove_symbol_file_command, list_overlays_command)
6487 (map_overlay_command, unmap_overlay_command)
6488 (overlay_auto_command, overlay_manual_command)
6489 (overlay_off_command, overlay_load_command): Constify.
6490
6491 2017-09-27 Tom Tromey <tom@tromey.com>
6492
6493 * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
6494 (info_spu_mailbox_command, info_spu_dma_command)
6495 (info_spu_proxydma_command): Constify.
6496
6497 2017-09-27 Tom Tromey <tom@tromey.com>
6498
6499 * cli/cli-logging.c (set_logging_on, set_logging_off): Constify.
6500
6501 2017-09-27 Tom Tromey <tom@tromey.com>
6502
6503 * cli/cli-script.c (user_defined_command): Constify.
6504
6505 2017-09-27 Tom Tromey <tom@tromey.com>
6506
6507 * cli/cli-dump.c (dump_memory_command, dump_value_command)
6508 (dump_srec_memory, dump_srec_value, dump_ihex_memory)
6509 (dump_ihex_value, dump_verilog_memory, dump_verilog_value)
6510 (dump_tekhex_memory, dump_tekhex_value, dump_binary_memory)
6511 (dump_binary_value, append_binary_memory, append_binary_value):
6512 Constify.
6513 (struct dump_context) <func>: Constify.
6514 (add_dump_command): Update.
6515
6516 2017-09-27 Tom Tromey <tom@tromey.com>
6517
6518 * cli/cli-cmds.c (show_version, show_configuration)
6519 (source_command, show_user): Constify.
6520
6521 2017-09-27 Tom Tromey <tom@tromey.com>
6522
6523 * target.c (maintenance_print_target_stack): Constify.
6524
6525 2017-09-27 Tom Tromey <tom@tromey.com>
6526
6527 * interps.c (interpreter_exec_cmd): Constify.
6528
6529 2017-09-27 Tom Tromey <tom@tromey.com>
6530
6531 * record-full.c (cmd_record_full_restore): Constify.
6532
6533 2017-09-27 Tom Tromey <tom@tromey.com>
6534
6535 * memattr.c (enable_mem_command, disable_mem_command)
6536 (delete_mem_command): Constify.
6537
6538 2017-09-27 Tom Tromey <tom@tromey.com>
6539
6540 * value.c (show_convenience): Constify.
6541
6542 2017-09-27 Tom Tromey <tom@tromey.com>
6543
6544 * gdbcore.h (core_file_command): Update.
6545 * corefile.c (core_file_command): Constify.
6546
6547 2017-09-27 Tom Tromey <tom@tromey.com>
6548
6549 * user-regs.c (maintenance_print_user_registers): Constify.
6550
6551 2017-09-27 Tom Tromey <tom@tromey.com>
6552
6553 * cp-namespace.c (maintenance_cplus_namespace): Constify.
6554
6555 2017-09-27 Tom Tromey <tom@tromey.com>
6556
6557 * cp-support.c (first_component_command): Constify.
6558
6559 2017-09-27 Tom Tromey <tom@tromey.com>
6560
6561 * psymtab.c (maintenance_print_psymbols)
6562 (maintenance_info_psymtabs, maintenance_check_psymtabs):
6563 Constify.
6564
6565 2017-09-27 Tom Tromey <tom@tromey.com>
6566
6567 * windows-tdep.c (display_tib): Constify.
6568
6569 2017-09-27 Tom Tromey <tom@tromey.com>
6570
6571 * linux-fork.c (delete_checkpoint_command)
6572 (detach_checkpoint_command): Constify.
6573
6574 2017-09-27 Tom Tromey <tom@tromey.com>
6575
6576 * cp-abi.c (set_cp_abi_cmd, show_cp_abi_cmd): Constify.
6577
6578 2017-09-27 Tom Tromey <tom@tromey.com>
6579
6580 * arc-tdep.c (dump_arc_instruction_command): Constify.
6581
6582 2017-09-27 Tom Tromey <tom@tromey.com>
6583
6584 * valprint.c (set_radix, show_radix): Constify.
6585
6586 2017-09-27 Tom Tromey <tom@tromey.com>
6587
6588 * dtrace-probe.c (info_probes_dtrace_command): Constify.
6589
6590 2017-09-27 Tom Tromey <tom@tromey.com>
6591
6592 * command.h (not_just_help_class_command): Update.
6593 * cli/cli-decode.h (not_just_help_class_command): Update.
6594 * cli/cli-decode.c (not_just_help_class_command): Constify.
6595
6596 2017-09-27 Tom Tromey <tom@tromey.com>
6597
6598 * gdb_bfd.c (maintenance_info_bfds): Constify.
6599
6600 2017-09-27 Tom Tromey <tom@tromey.com>
6601
6602 * cli/cli-decode.c (add_cmd, set_cmd_cfunc): New function
6603 overloads.
6604 (do_add_cmd): Rename from add_cmd. Don't call set_cmd_cfunc.
6605 (do_const_cfunc): New function.
6606 (cmd_cfunc_eq): New overload.
6607 (cli_user_command_p): Check do_const_cfunc.
6608 * cli/cli-decode.h (struct cmd_list_element) <function>: New field
6609 const_cfunc.
6610 * command.h (add_cmd): Add const overload and no-function
6611 overload.
6612 (set_cmd_cfunc): Add const overload.
6613 (cmd_const_cfunc_ftype): Declare.
6614 (cmd_cfunc_eq): Add const overload.
6615 * breakpoint.c, cli-cmds.c, cli-dump.c, guile/scm-cmd.c,
6616 python/py-cmd.c, target.c, tracepoint.c: Use no-function add_cmd
6617 overload.
6618
6619 2017-09-27 Tom Tromey <tom@tromey.com>
6620
6621 * macroexp.c (get_next_token_for_substitution): New function.
6622 (substitute_args): Call it. Check for __VA_OPT__.
6623
6624 2017-09-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
6625 Pedro Alves <palves@redhat.com>
6626
6627 * dwarf2read.c (dwarf2_cu): Remove field producer_is_icc and add
6628 producer_is_icc_lt_14.
6629 (producer_is_icc_lt_14): New function.
6630 (check_producer): Add code for checking version of ICC.
6631 (producer_is_icc): Move to producer.c.
6632 (read_structure_type): Restrict ICC workaround to ICC<14.
6633 * producer.c: Include selftest.h.
6634 (producer_is_icc, producer_parsing_tests, _initialize_producer):
6635 New functions.
6636 * producer.h (producer_is_icc): New declaration.
6637
6638 2017-09-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
6639
6640 * Makefile.in (SFILES): Add producer.c.
6641 (COMMON_OBS): Add producer.o
6642 * amd64-tdep.c (producer.h): Add new include.
6643 * dwarf2read.c (producer.h): Add new include.
6644 * producer.c: New file.
6645 * producer.h: New file.
6646 * utils.c (producer_is_gcc, producer_is_gcc_ge_4): Move to
6647 producer.c.
6648 * utils.h (producer_is_gcc, producer_is_gcc_ge_4): Move to
6649 producer.h.
6650
6651 2017-09-26 Matthias Klose <doko@ubuntu.com>
6652
6653 * configure.ac: Search ncursesw before ncurses.
6654 Check ncursesw/ncurses.h before ncurses/ncurses.h.
6655 * gdb_curses.h: Include <ncursesw/ncurses.h>
6656 * config.in, configure: Regenerate.
6657
6658 2017-09-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6659
6660 PR gdb/22185
6661 * configure.host <*-*-solaris2.[01], *-*-solaris2.[2-9]*>: Mark as
6662 obsolete.
6663 Use gdb_host sol2 for i[34567]86-*-solaris2*, x86_64-*-solaris2*.
6664 Remove i386sol2 support.
6665 * configure.nat <i386sol2>: Remove.
6666 <sol2-64>: Fold into ...
6667 <sol2>: ... this.
6668 Move common settings to default section.
6669 Add sol-thread.o.
6670 * configure.tgt <i[34567]86-*-solaris2.1[0-9]*,
6671 x86_64-*-solaris2.1[0-9]*>: Rename to ...
6672 <i[34567]86-*-solaris2*, x86_64-*-solaris2*>: ... this.
6673 <i[34567]86-*-solaris*>: Remove.
6674 <sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*>: Remove.
6675
6676 * configure.ac: Remove wctype in libw check.
6677 (_MSE_INT_H): Don't define on Solaris 7-9.
6678 <solaris*>: Remove libthread_db.so.1 check.
6679 * configure: Regenerate.
6680 * config.in: Regenerate.
6681
6682 * proc-service.c: Remove PROC_SERVICE_IS_OLD handling.
6683 (gdb_ps_prochandle_t, gdb_ps_read_buf_t, gdb_ps_write_buf_t)
6684 (gdb_ps_size_t): Remove.
6685 Use base types in users.
6686 * sol-thread.c: Likewise, also for gdb_ps_addr_t.
6687
6688 * NEWS (Changes since GDB 8.0): Document Solaris 2.0-9 removal.
6689
6690 2017-09-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6691
6692 PR build/22206
6693 * sparc64-tdep.c (adi_tag_fd): Print pid as long.
6694 (adi_is_addr_mapped): Likewise.
6695 (PSR_ICC): Don't redefine.
6696 (PSR_IMPL): Likewise.
6697
6698 2017-09-25 Tom Tromey <tom@tromey.com>
6699
6700 * regcache.c (regcache::dump): Use string_printf.
6701
6702 2017-09-25 Tom Tromey <tom@tromey.com>
6703
6704 * regcache.c (class regcache_invalidator): New.
6705 (struct register_to_invalidate): Remove.
6706 (make_cleanup_regcache_invalidate): Remove.
6707 (regcache::raw_write): Use regcache_invalidator.
6708
6709 2017-09-25 Tom Tromey <tom@tromey.com>
6710
6711 * spu-tdep.c (spu2ppu_sniffer): Update.
6712 * regcache.h (make_cleanup_regcache_xfree): Don't declare.
6713 * regcache.c (do_regcache_xfree, make_cleanup_regcache_xfree):
6714 Remove.
6715 * ppc-linux-tdep.c (ppu2spu_sniffer): Update.
6716 * mi/mi-main.c (mi_cmd_data_list_changed_registers): Update.
6717 * frame.h (frame_save_as_regcache): Return std::unique_ptr.
6718 * frame.c (frame_save_as_regcache): Return std::unique_ptr.
6719 (frame_pop): Update.
6720
6721 2017-09-25 Tom Tromey <tom@tromey.com>
6722
6723 * spu-tdep.c (spu2ppu_dealloc_cache): Use delete.
6724 * regcache.h (regcache_xfree): Don't declare.
6725 * regcache.c (regcache_xfree): Remove.
6726 (do_regcache_xfree): Use delete.
6727 * ppc-linux-tdep.c (ppu2spu_dealloc_cache): Use delete.
6728 * linux-fork.c (free_fork): Use delete.
6729 (fork_save_infrun_state): Likewise.
6730 * jit.c (jit_dealloc_cache): Use delete.
6731 * infrun.c (discard_infcall_suspend_state): Use delete.
6732
6733 2017-09-25 Tom Tromey <tom@tromey.com>
6734
6735 * regcache.h (regcache_xmalloc): Don't declare.
6736 (regcache_raw_set_cached_value): Update comment.
6737 * regcache.c (regcache_xmalloc): Remove.
6738 * ppc-linux-tdep.c (ppu2spu_sniffer): Use new.
6739 * jit.c (jit_frame_sniffer): Use new.
6740 * frame.c (frame_save_as_regcache): Use new.
6741
6742 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6743
6744 * NEWS: Advertise support for guarded-storage registers on IBM z.
6745
6746 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6747
6748 * s390-linux-nat.c (have_regset_gs): New static variable.
6749 (s390_linux_fetch_inferior_registers): Handle guarded-storage
6750 control block and guarded-storage broadcast control regsets.
6751 (s390_read_description): Detect whether the target has
6752 guarded-storage support, return appropriate tdesc.
6753 * s390-linux-tdep.c (features/s390-gs-linux64.c): New include.
6754 (features/s390x-gs-linux64.c): Likewise.
6755 (struct gdbarch_tdep) <have_gs>: New field.
6756 (s390_regmap_gs, s390_regmap_gsbc, s390_gs_regset)
6757 (s390_gsbc_regset): New variables.
6758 (s390_iterate_over_regset_sections): Iterate over s390_gs_regset
6759 and s390_gsbc_regset, if applicable.
6760 (s390_core_read_description): Check whether core file was from a
6761 target with guarded-storage support; include appropriate regsets.
6762 (s390_gdbarch_init): Add registers for guarded-storage support.
6763 (_initialize_s390_tdep): Initialize new target descriptions that
6764 include registers for guarded-storage support.
6765 * s390-linux-tdep.h (HWCAP_S390_GS, S390_GSD_REGNUM)
6766 (S390_GSSM_REGNUM, S390_GSEPLA_REGNUM)
6767 (S390_BC_GSD_REGNUM, S390_BC_GSSM_REGNUM): New defines.
6768 (S390_NUM_REGS): Adjust macro definition.
6769 (s390_gs_regset, s390_gsbc_regset, tdesc_s390_gs_linux64)
6770 (tdesc_s390x_gs_linux64): New declarations.
6771
6772 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6773
6774 * features/s390-gs-linux64.xml: New file.
6775 * features/s390-gs.xml: New file.
6776 * features/s390-gsbc.xml: New file.
6777 * features/s390x-gs-linux64.xml: New file.
6778 * features/Makefile (WHICH): Add s390-gs-linux64 and
6779 s390x-gs-linux64.
6780 (s390-gs-linux64-expedite, s390x-gs-linux64-expedite): New macros.
6781 (XMLTOC): Add s390-gs-linux64.xml and s390x-linux64.xml.
6782 * features/s390-gs-linux64.c: New generated file.
6783 * features/s390x-gs-linux64.c: New file.
6784 * regformats/s390-gs-linux64.dat: New file.
6785 * regformats/s390x-gs-linux64.dat: New file.
6786
6787 2017-09-23 Tom Tromey <tom@tromey.com>
6788
6789 * defs.h (make_cleanup_override_quit_handler): Don't declare.
6790
6791 2017-09-22 Tom Tromey <tom@tromey.com>
6792
6793 * utils.c (class scoped_input_handler) <m_quit_handler>: Change
6794 type to scoped_restore_tmpl.
6795 <scoped_input_handler>: Initialize m_quit_handler directly.
6796
6797 2017-09-22 Sergio Durigan Junior <sergiodj@redhat.com>
6798
6799 * cli/cli-cmds.c (pwd_command): Use "getcwd (NULL, 0)".
6800 (cd_command): Likewise. Free "current_directory" before
6801 assigning to it.
6802 * main.c (captured_main_1): Use "getcwd (NULL, 0)".
6803 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Likewise.
6804 * top.c (gdb_dirbuf): Remove global declaration.
6805 * top.h (gdb_dirbuf): Likewise.
6806
6807 2017-09-22 Sergio Durigan Junior <sergiodj@redhat.com>
6808
6809 * gnulib/aclocal.m4: Regenerate.
6810 * gnulib/config.in: Regenerate.
6811 * gnulib/configure: Regenerate.
6812 * gnulib/import/Makefile.am: Regenerate.
6813 * gnulib/import/Makefile.in: Regenerate.
6814 * gnulib/import/assure.h: New file.
6815 * gnulib/import/at-func.c: Likewise
6816 * gnulib/import/chdir-long.c: New file.
6817 * gnulib/import/chdir-long.h: New file.
6818 * gnulib/import/cloexec.c: New file.
6819 * gnulib/import/cloexec.h: New file.
6820 * gnulib/import/close.c: New file.
6821 * gnulib/import/closedir.c: New file.
6822 * gnulib/import/dirent-private.h: New file.
6823 * gnulib/import/dup-safer.c: New file.
6824 * gnulib/import/dup.c: New file.
6825 * gnulib/import/dup2.c: New file.
6826 * gnulib/import/error.c: New file.
6827 * gnulib/import/error.h: New file.
6828 * gnulib/import/exitfail.c: New file.
6829 * gnulib/import/exitfail.h: New file.
6830 * gnulib/import/fchdir.c: New file.
6831 * gnulib/import/fcntl.c: New file.
6832 * gnulib/import/fcntl.in.h: New file.
6833 * gnulib/import/fd-hook.c: New file.
6834 * gnulib/import/fd-hook.h: New file.
6835 * gnulib/import/fd-safer.c: New file.
6836 * gnulib/import/fdopendir.c: New file.
6837 * gnulib/import/filename.h: New file.
6838 * gnulib/import/filenamecat-lgpl.c: New file.
6839 * gnulib/import/filenamecat.h: New file.
6840 * gnulib/import/fstat.c: New file.
6841 * gnulib/import/fstatat.c: New file.
6842 * gnulib/import/getcwd-lgpl.c: New file.
6843 * gnulib/import/getcwd.c: New file.
6844 * gnulib/import/getdtablesize.c: New file.
6845 * gnulib/import/getlogin_r.c: New file.
6846 * gnulib/import/getprogname.c: New file.
6847 * gnulib/import/getprogname.h: New file.
6848 * gnulib/import/gettext.h: New file.
6849 * gnulib/import/glob-libc.h: New file.
6850 * gnulib/import/glob.c: New file.
6851 * gnulib/import/glob.in.h: New file.
6852 * gnulib/import/intprops.h: New file.
6853 * gnulib/import/m4/chdir-long.m4: New file.
6854 * gnulib/import/m4/close.m4: New file.
6855 * gnulib/import/m4/closedir.m4: New file.
6856 * gnulib/import/m4/d-ino.m4: New file.
6857 * gnulib/import/m4/d-type.m4: New file.
6858 * gnulib/import/m4/dup.m4: New file.
6859 * gnulib/import/m4/dup2.m4: New file.
6860 * gnulib/import/m4/error.m4: New file.
6861 * gnulib/import/m4/fchdir.m4: New file.
6862 * gnulib/import/m4/fcntl.m4: New file.
6863 * gnulib/import/m4/fcntl_h.m4: New file.
6864 * gnulib/import/m4/fdopendir.m4: New file.
6865 * gnulib/import/m4/filenamecat.m4: New file.
6866 * gnulib/import/m4/fstat.m4: New file.
6867 * gnulib/import/m4/fstatat.m4: New file.
6868 * gnulib/import/m4/getcwd-abort-bug.m4: New file.
6869 * gnulib/import/m4/getcwd-path-max.m4: New file.
6870 * gnulib/import/m4/getcwd.m4: New file.
6871 * gnulib/import/m4/getdtablesize.m4: New file.
6872 * gnulib/import/m4/getlogin_r.m4: New file.
6873 * gnulib/import/m4/getprogname.m4: New file.
6874 * gnulib/import/m4/glob.m4: New file.
6875 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
6876 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
6877 * gnulib/import/m4/mempcpy.m4: New file.
6878 * gnulib/import/m4/memrchr.m4: New file.
6879 * gnulib/import/m4/mode_t.m4: New file.
6880 * gnulib/import/m4/msvc-inval.m4: New file.
6881 * gnulib/import/m4/msvc-nothrow.m4: New file.
6882 * gnulib/import/m4/open.m4: New file.
6883 * gnulib/import/m4/openat.m4: New file.
6884 * gnulib/import/m4/opendir.m4: New file.
6885 * gnulib/import/m4/readdir.m4: New file.
6886 * gnulib/import/m4/realloc.m4: New file.
6887 * gnulib/import/m4/rewinddir.m4: New file.
6888 * gnulib/import/m4/save-cwd.m4: New file.
6889 * gnulib/import/m4/strdup.m4: New file.
6890 * gnulib/import/m4/strerror.m4: New file.
6891 * gnulib/import/m4/unistd-safer.m4: New file.
6892 * gnulib/import/mempcpy.c: New file.
6893 * gnulib/import/memrchr.c: New file.
6894 * gnulib/import/msvc-inval.c: New file.
6895 * gnulib/import/msvc-inval.h: New file.
6896 * gnulib/import/msvc-nothrow.c: New file.
6897 * gnulib/import/msvc-nothrow.h: New file.
6898 * gnulib/import/open.c: New file.
6899 * gnulib/import/openat-die.c: New file.
6900 * gnulib/import/openat-priv.h: New file.
6901 * gnulib/import/openat-proc.c: New file.
6902 * gnulib/import/openat.c: New file.
6903 * gnulib/import/openat.h: New file.
6904 * gnulib/import/opendir.c: New file.
6905 * gnulib/import/pipe-safer.c: New file.
6906 * gnulib/import/readdir.c: New file.
6907 * gnulib/import/realloc.c: New file.
6908 * gnulib/import/rewinddir.c: New file.
6909 * gnulib/import/save-cwd.c: New file.
6910 * gnulib/import/save-cwd.h: New file.
6911 * gnulib/import/strdup.c: New file.
6912 * gnulib/import/strerror-override.c: New file.
6913 * gnulib/import/strerror-override.h: New file.
6914 * gnulib/import/strerror.c: New file.
6915 * gnulib/import/unistd--.h: New file.
6916 * gnulib/import/unistd-safer.h: New file.
6917 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
6918 "getcwd" and "glob".
6919 * ser-tcp.c: Undefine "close" before redefining it.
6920
6921 2017-09-21 Simon Marchi <simon.marchi@ericsson.com>
6922
6923 * guile/scm-value.c (gdbscm_value_address): Initialize address,
6924 get rid of res_val.
6925
6926 2017-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6927
6928 * configure.nat <i386sol2,i386>: Add fork-inferior.o to NATDEPFILES.
6929 <sol2,sparc>: Likewise.
6930 <sol2-64,i386>: Likewise.
6931
6932 * warning.m4 (AM_GDB_WARNINGS): Disable -Wunknown-pragmas,
6933 -Wdeprecated-declarations on *-*-solaris*.
6934 * configure: Regenerate.
6935
6936 * procfs.c: Include "nat/inferior.h".
6937 (procfs_info_proc): Fix typo.
6938
6939 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6940
6941 * remote.c (vector): Include.
6942 (struct private_thread_info): Add field, thread_handle.
6943 (free_private_thread_info): Deallocate storage associated with
6944 thread handle.
6945 (get_private_info_thread): Initialize `thread_handle' field.
6946 (struct thread_item): Add field, thread_handle.
6947 (clear_threads_listing_context): Deallocate storage associated
6948 with thread handle.
6949 (start_thread): Add support for "handle" attribute.
6950 (thread_attributes): Add "handle".
6951 (remote_get_threads_with_qthreadinfo): Initialize thread_handle
6952 field.
6953 (remote_update_thread_list): Update thread_handle.
6954 (remote_thread_handle_to_thread_info): New function.
6955 (init_remote_ops): Initialize to_thread_handle_to_thread_info.
6956
6957 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6958
6959 * python/py-inferior.c (gdbpy_thread_from_thread_handle): New
6960 function.
6961 (inferior_object_methods): Add gdbpy_thread_from_thread_handle.
6962 * python/python-internal.h (thread_object_type): Declare.
6963
6964 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6965
6966 * target.h (struct target_ops): Add to_thread_handle_to_thread_info.
6967 (target_thread_handle_to_thread_info): Declare.
6968 * target.c (target_thread_handle_to_thread_info): New function.
6969 * target-delegates.c: Regenerate.
6970 * gdbthread.h (find_thread_by_handle): Declare.
6971 * thread.c (find_thread_by_handle): New function.
6972 * linux-thread-db.c (thread_db_thread_handle_to_thread_info): New
6973 function.
6974 (init_thread_db_ops): Register thread_db_thread_handle_to_thread_info.
6975
6976 2017-09-21 Simon Marchi <simon.marchi@ericsson.com>
6977
6978 * nat/linux-waitpid.c (linux_debug): Add ATTRIBUTE_PRINTF.
6979
6980 2017-09-21 Simon Marchi <simon.marchi@ericsson.com>
6981
6982 * microblaze-tdep.c (microblaze_debug): Add ATTRIBUTE_PRINTF.
6983
6984 2017-09-21 Yao Qi <yao.qi@linaro.org>
6985
6986 * configure.tgt (aarch64*-*-freebsd*): Add fbsd-tdep.o solib-svr4.o
6987 to gdb_target_obs.
6988
6989 2017-09-20 Tom Tromey <tom@tromey.com>
6990
6991 * breakpoint.c (struct counted_command_line): Remove.
6992 (breakpoint_commands): Update.
6993 (alloc_counted_command_line, incref_counted_command_line)
6994 (decref_counted_command_line, do_cleanup_counted_command_line)
6995 (make_cleanup_decref_counted_command_line): Remove.
6996 (breakpoint_set_commands, commands_command_1, ~bpstats, bpstats)
6997 (bpstat_clear_actions, bpstat_do_actions_1, watchpoint_check)
6998 (bpstat_stop_status, print_one_breakpoint_location, ~breakpoint)
6999 (save_breakpoints): Update.
7000 * breakpoint.h (counted_command_line): Now a typedef to
7001 shared_ptr.
7002 (struct breakpoint) <commands>: Now a counted_command_line.
7003 (struct bpstats) <command>: Likewise.
7004
7005 2017-09-20 Tom Tromey <tom@tromey.com>
7006
7007 * breakpoint.c (struct commands_info, do_map_commands_command):
7008 Remove.
7009 (commands_command_1): Update.
7010 (iterate_over_related_breakpoints): Take a function_view.
7011 (do_delete_breakpoint, do_map_delete_breakpoint): Remove.
7012 (delete_command): Update.
7013 (map_breakpoint_numbers): Take a function_view.
7014 (do_disable_breakpoint, do_map_delete_breakpoint): Remove.
7015 (disable_command): Update.
7016 (do_enable_breakpoint, do_map_enable_breakpoint): Remove.
7017 (enable_command): Update.
7018 (struct disp_data, do_enable_breakpoint_disp)
7019 (do_map_enable_once_breakpoint, do_map_enable_count_breakpoint)
7020 (do_map_enable_delete_breakpoint): Remove.
7021 (enable_once_command, enable_count_command, enable_delete_command)
7022 (delete_trace_variable_command): Update.
7023
7024 2017-09-20 Tom Tromey <tom@tromey.com>
7025
7026 * breakpoint.c (~bpstats): Rename from bpstat_free. Update.
7027 (bpstat_clear): Use delete.
7028 (bpstats): New constructors.
7029 (bpstat_copy, bpstat_stop_status): Use new.
7030 (dprintf_after_condition_true): Update.
7031 * breakpoint.h (bpstats::bpstats): Add constructors.
7032 (bpstats::~bpstats): Add destructor.
7033
7034 2017-09-20 Pedro Alves <palves@redhat.com>
7035
7036 * eval.c (make_params): Delete, refactored as ...
7037 (class fake_method): ... this new type's ctor.
7038 (fake_method::~fake_method): New.
7039 (evaluate_subexp_standard): Use 'fake_method'.
7040
7041 2017-09-20 Tom Tromey <tom@tromey.com>
7042
7043 * windows-nat.c (get_windows_debug_event, windows_wait)
7044 (do_initial_windows_stuff, windows_attach): Update.
7045 * utils.c (vwarning, internal_vproblem): Update.
7046 (ui_unregister_input_event_handler_cleanup)
7047 (prepare_to_handle_input): Remove.
7048 (class scoped_input_handler): New.
7049 (defaulted_query, prompt_for_continue): Update.
7050 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7051 Update.
7052 * top.c (undo_terminal_modifications_before_exit): Update.
7053 * target/target.h (target_terminal_init, target_terminal_inferior)
7054 (target_terminal_ours): Don't declare.
7055 (class target_terminal): New.
7056 * target.h (target_terminal_is_inferior, target_terminal_is_ours)
7057 (target_terminal_ours_for_output)
7058 (make_cleanup_restore_target_terminal): Don't declare.
7059 (target_terminal_info): Remove.
7060 * target.c (enum terminal_state, terminal_state): Remove.
7061 (target_terminal::terminal_state): Define.
7062 (target_terminal::init): Rename from target_terminal_init.
7063 (target_terminal::inferior): Rename from
7064 target_terminal_inferior.
7065 (target_terminal::ours): Rename from target_terminal_ours.
7066 (target_terminal::ours_for_output): Rename from
7067 target_terminal_ours_for_output.
7068 (target_terminal::info): New method.
7069 (cleanup_restore_target_terminal)
7070 (make_cleanup_restore_target_terminal): Remove.
7071 * solib.c (handle_solib_event): Update.
7072 * remote.c (remote_serial_quit_handler): Update.
7073 (remote_terminal_inferior, remote_wait_as): Update.
7074 * record-full.c (record_full_wait_1): Update.
7075 * nto-procfs.c (procfs_create_inferior): Update.
7076 * nat/fork-inferior.c (startup_inferior): Update.
7077 * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
7078 (mi_record_changed, mi_inferior_added, mi_inferior_appeared)
7079 (mi_inferior_exit, mi_inferior_removed, mi_traceframe_changed)
7080 (mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
7081 (mi_breakpoint_created, mi_breakpoint_deleted)
7082 (mi_breakpoint_modified, mi_on_resume, mi_solib_loaded)
7083 (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
7084 (mi_user_selected_context_changed, report_initial_inferior):
7085 Update.
7086 * linux-nat.c (linux_nat_attach, linux_nat_terminal_ours)
7087 (linux_nat_terminal_inferior): Update.
7088 * infrun.c (follow_fork_inferior)
7089 (handle_vfork_child_exec_or_exit, do_target_resume)
7090 (check_curr_ui_sync_execution_done, handle_inferior_event_1)
7091 (handle_signal_stop, maybe_remove_breakpoints, normal_stop):
7092 Update.
7093 * inflow.c (child_terminal_init, info_terminal_command): Update.
7094 * infcmd.c (post_create_inferior, continue_1, prepare_one_step)
7095 (attach_command): Update.
7096 * infcall.c (call_thread_fsm_should_stop): Update.
7097 * gnu-nat.c (gnu_attach): Update.
7098 * extension.c (struct active_ext_lang_state)
7099 (restore_active_ext_lang): Update.
7100 * exceptions.c (print_flush): Update.
7101 * event-top.c (async_enable_stdin, default_quit_handler): Update.
7102 (struct quit_handler_cleanup_data, restore_quit_handler)
7103 (restore_quit_handler_dtor, make_cleanup_override_quit_handler):
7104 Remove.
7105 * cp-support.c (gdb_demangle): Update.
7106 * breakpoint.c (update_inserted_breakpoint_locations)
7107 (insert_breakpoint_locations, handle_jit_event)
7108 (disable_breakpoints_in_unloaded_shlib): Update.
7109 * annotate.c (annotate_breakpoints_invalid)
7110 (annotate_frames_invalid): Update.
7111
7112 2017-09-20 Tom Tromey <tom@tromey.com>
7113
7114 * main.c (catch_command_errors): Rename from
7115 catch_command_errors_const.
7116 (captured_main_1): Update.
7117
7118 2017-09-20 Pedro Alves <palves@redhat.com>
7119
7120 * cli/cli-cmds.c (list_command): Use print_sal_location.
7121 (print_sal_location): New function.
7122 (ambiguous_line_spec): Use print_sal_location.
7123 * linespec.c (symbol_to_sal): Record the symbol in the sal.
7124 * symtab.c (find_function_start_sal): Likewise.
7125 * symtab.h (symtab_and_line::symbol): New field.
7126
7127 2017-09-20 Pedro Alves <palves@redhat.com>
7128
7129 * linespec.c (minsym_found): Handle non-text minsyms.
7130 (symbol_to_sal): Record a sal.pc for non-block, non-label symbols.
7131
7132 2017-09-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
7133
7134 * features/Makefile (i386-avx-mpx-avx512-pku.dat): Add missing
7135 backslash.
7136
7137 2017-09-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
7138
7139 * gdb.arch/i386-avx512.c (move_zmm_data_to_reg): Use
7140 vmovups instead vmovaps.
7141 (move_zmm_data_to_memory): Use vmovups instead vmovaps.
7142
7143 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7144
7145 * NEWS (Changes since GDB 8.0): Add starti.
7146 * infcmd.c (enum run_break): New.
7147 (run_command_1): Queue pending event for RUN_STOP_AT_FIRST_INSN
7148 case.
7149 (run_command): Use enum run_how.
7150 (start_command): Likewise.
7151 (starti_command): New function.
7152 (RUN_ARGS_HELP): New macro.
7153 (_initialize_infcmd): Use RUN_ARGS_HELP for run and start
7154 commands. Add starti command.
7155
7156 2017-09-19 Yao Qi <yao.qi@linaro.org>
7157
7158 * Makefile.in (monitor.o): Remove the rule.
7159
7160 2017-09-19 Yao Qi <yao.qi@linaro.org>
7161
7162 * annotate.h (struct annotate_arg_emitter): Use
7163 DISABLE_COPY_AND_ASSIGN.
7164 * common/refcounted-object.h (refcounted_object): Likewise.
7165 * completer.h (struct completion_result): Likewise.
7166 * dwarf2read.c (struct dwarf2_per_objfile): Likewise.
7167 * filename-seen-cache.h (filename_seen_cache): Likewise.
7168 * gdbcore.h (thread_section_name): Likewise.
7169 * gdb_regex.h (compiled_regex): Likewise.
7170 * gdbthread.h (scoped_restore_current_thread): Likewise.
7171 * inferior.h (scoped_restore_current_inferior): Likewise.
7172 * jit.c (jit_reader): Likewise.
7173 * linespec.h (struct linespec_result): Likewise.
7174 * mi/mi-parse.h (struct mi_parse): Likewise.
7175 * nat/fork-inferior.c (execv_argv): Likewise.
7176 * progspace.h (scoped_restore_current_program_space): Likewise.
7177 * python/python-internal.h (class gdbpy_enter): Likewise.
7178 * regcache.h (regcache): Likewise.
7179 * target-descriptions.c (struct tdesc_reg): Likewise.
7180 (struct tdesc_type): Likewise.
7181 (struct tdesc_feature): Likewise.
7182 * ui-out.h (ui_out_emit_type): Likewise.
7183
7184 2017-09-18 Simon Marchi <simon.marchi@ericsson.com>
7185
7186 * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Remove
7187 label abort_expression.
7188
7189 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
7190
7191 * common/buffer.c (buffer_xml_printf): Adjust.
7192 * common/xml-utils.c (xml_escape_text): Change return type to
7193 std::string, update code accordingly.
7194 * common/xml-utils.h (xml_escape_text): Change return type to
7195 std::string.
7196 * rs6000-aix-tdep.c (rs6000_aix_shared_library_to_xml): Adjust.
7197 * windows-tdep.c (windows_xfer_shared_library): Adjust.
7198 * unittests/xml-utils-selftests.c (test_xml_escape_text):
7199 Adjust.
7200
7201 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
7202
7203 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new source file.
7204 (SUBDIR_UNITTESTS_OBS): Add new object file.
7205 * unittests/xml-utils-selftests.c: New file.
7206
7207 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
7208
7209 * common/selftest.h (selftest): New struct/interface.
7210 (register_test): Add name parameter, add new overload.
7211 (run_tests): Add filter parameter.
7212 (for_each_selftest_ftype): New typedef.
7213 (for_each_selftest): New declaration.
7214 * common/selftest.c (tests): Change type to
7215 map<string, unique_ptr<selftest>>.
7216 (simple_selftest): New struct.
7217 (register_test): New function.
7218 (register_test): Add name parameter and use it.
7219 (run_tests): Add filter parameter and use it. Add prints.
7220 Adjust to vector -> map change.
7221 * aarch64-tdep.c (_initialize_aarch64_tdep): Add names when
7222 registering selftests.
7223 * arm-tdep.c (_initialize_arm_tdep): Likewise.
7224 * disasm-selftests.c (_initialize_disasm_selftests): Likewise.
7225 * dwarf2-frame.c (_initialize_dwarf2_frame): Likewise.
7226 * dwarf2loc.c (_initialize_dwarf2loc): Likewise.
7227 * findvar.c (_initialize_findvar): Likewise.
7228 * gdbarch-selftests.c (_initialize_gdbarch_selftests): Likewise.
7229 * maint.c (maintenance_selftest): Update call to run_tests.
7230 (maintenance_info_selftests): New function.
7231 (_initialize_maint_cmds): Register "maintenance info selftests"
7232 command. Update "maintenance selftest" doc.
7233 * regcache.c (_initialize_regcache): Add names when registering
7234 selftests.
7235 * rust-exp.y (_initialize_rust_exp): Likewise.
7236 * selftest-arch.c (gdbarch_selftest): New struct.
7237 (gdbarch_tests): Remove.
7238 (register_test_foreach_arch): Add name parameter. Call
7239 register_test.
7240 (tests_with_arch): Remove, move most content to
7241 gdbarch_selftest::operator().
7242 (_initialize_selftests_foreach_arch): Remove.
7243 * selftest-arch.h (register_test_foreach_arch): Add name
7244 parameter.
7245 (run_tests_with_arch): New declaration.
7246 * utils-selftests.c (_initialize_utils_selftests): Add names
7247 when registering selftests.
7248 * utils.c (_initialize_utils): Likewise.
7249 * unittests/array-view-selftests.c
7250 (_initialize_array_view_selftests): Likewise.
7251 * unittests/environ-selftests.c (_initialize_environ_selftests):
7252 Likewise.
7253 * unittests/function-view-selftests.c
7254 (_initialize_function_view_selftests): Likewise.
7255 * unittests/offset-type-selftests.c
7256 (_initialize_offset_type_selftests): Likewise.
7257 * unittests/optional-selftests.c
7258 (_initialize_optional_selftests): Likewise.
7259 * unittests/scoped_restore-selftests.c
7260 (_initialize_scoped_restore_selftests): Likewise.
7261 * NEWS: Document "maintenance selftest" and "maint info
7262 selftests".
7263
7264 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
7265
7266 * mi/mi-main.c (mi_load_progress): Restore current_uiout using a
7267 scoped_restore.
7268
7269 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
7270
7271 * mi/mi-main.c (mi_load_progress): Make uiout variable
7272 a unique_ptr.
7273
7274 2017-09-15 Pedro Alves <palves@redhat.com>
7275
7276 * compile/compile-c-types.c (convert_enum, convert_int)
7277 (convert_float): Adjust to refer to int_type_v0 and float_type_v0.
7278
7279 2017-09-15 Simon Marchi <simon.marchi@ericsson.com>
7280
7281 * dwarf2read.c (copy_string): Remove.
7282 (parse_macro_definition): Replace copy_string with savestring.
7283
7284 2017-09-15 Yao Qi <yao.qi@linaro.org>
7285
7286 * configure.tgt (i[34567]86-*-darwin*): Append amd64.o to
7287 gdb_target_obs.
7288 (i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*):
7289 Likewise.
7290 (i[34567]86-*-linux*): Likewise.
7291
7292 2017-09-14 Simon Marchi <simon.marchi@ericsson.com>
7293
7294 * dwarf2expr.h (dwarf_stack_value): Add constructor.
7295 (dwarf_expr_context) <~dwarf_expr_context>: Define as default.
7296 <stack>: Change type to std::vector.
7297 <stack_len, stack_allocated>: Remove.
7298 <grow_stack>: Remove.
7299 * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
7300 (dwarf_expr_context::~dwarf_expr_context): Remove.
7301 (dwarf_expr_context::grow_stack): Remove.
7302 (dwarf_expr_context::push): Adjust.
7303 (dwarf_expr_context::pop): Adjust.
7304 (dwarf_expr_context::fetch): Adjust.
7305 (dwarf_expr_context::fetch_in_stack_memory): Adjust.
7306 (dwarf_expr_context::stack_empty_p): Adjust.
7307 (dwarf_expr_context::execute_stack_op): Adjust.
7308
7309 2017-09-14 Simon Marchi <simon.marchi@ericsson.com>
7310
7311 * dwarf2expr.h (dwarf_expr_context) <stack_empty_p>: Change
7312 return type to bool.
7313 * dwarf2expr.c (dwarf_expr_context::stack_empty_p): Likewise.
7314
7315 2017-09-14 Simon Marchi <simon.marchi@ericsson.com>
7316
7317 * dwarf2expr.h (dwarf_expr_piece) <v.mem.in_stack_memory>:
7318 Change type to bool.
7319 (dwarf_stack_value) <in_stack_memory>: Likewise.
7320 (dwarf_expr_context) <push_address>: Change parameter type to
7321 bool.
7322 <fetch_in_stack_memory>: Change return type to bool.
7323 <push>: Change parameter type to bool.
7324 * dwarf2expr.c (dwarf_expr_context::push): Change parameter type
7325 to bool.
7326 (dwarf_expr_context::push_address): Likewise.
7327 (dwarf_expr_context::fetch_in_stack_memory): Change return type
7328 to bool.
7329 (dwarf_expr_context::execute_stack_op): Adjust.
7330 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Adjust.
7331
7332 2017-09-14 Simon Marchi <simon.marchi@ericsson.com>
7333
7334 * dwarf2expr.h (struct dwarf_expr_piece): Move up.
7335 (struct dwarf_expr_context) <n_pieces>: Remove.
7336 <pieces>: Change type to std::vector.
7337 * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
7338 (dwarf_expr_context::~dwarf_expr_context): Don't manually free
7339 pieces.
7340 (dwarf_expr_context::add_piece): Adjust.
7341 * dwarf2loc.c (struct piece_closure): Initialize fields.
7342 <n_pieces>: Remove.
7343 <pieces>: Change type to std::vector.
7344 (allocate_piece_closure): Adjust, change parameter to
7345 std::vector rvalue and std::move it to piece_closure.
7346 (rw_pieced_value): Adjust.
7347 (check_pieced_synthetic_pointer): Adjust.
7348 (indirect_synthetic_pointer): Adjust.
7349 (coerce_pieced_ref): Adjust.
7350 (free_pieced_value_closure): Adjust. Use delete to free
7351 piece_closure.
7352 (dwarf2_evaluate_loc_desc_full): Adjust. std::move ctx.pieces
7353 to allocate_piece_closure.
7354 (dwarf2_loc_desc_get_symbol_read_needs): Adjust.
7355
7356 2017-09-12 Simon Marchi <simon.marchi@ericsson.com>
7357
7358 * probe.h (probe_ops_cp): Remove typedef.
7359 (DEF_VEC_P (probe_ops_cp)): Remove.
7360 (all_probe_ops): Change type to std::vector.
7361 * probe.c (info_probes_for_ops): Adjust to vector change.
7362 (probe_linespec_to_ops): Likewise.
7363 (all_probe_ops): Change type to std::vector.
7364 (_initialize_probe): Adjust to vector change.
7365 * dtrace-probe.c (_initialize_dtrace_probe): Likewise.
7366 * elfread.c (elf_get_probes): Likewise.
7367 * stap-probe.c (_initialize_stap_probe): Likewise.
7368
7369 2017-09-12 Simon Marchi <simon.marchi@ericsson.com>
7370
7371 * probe.h (struct bound_probe): Define constructors.
7372 * probe.c (bound_probe_s): Remove typedef.
7373 (DEF_VEC_O (bound_probe_s)): Remove VEC.
7374 (collect_probes): Change return type to std::vector, remove
7375 cleanup.
7376 (compare_probes): Return bool, change parameter type. Change
7377 semantic to "less than".
7378 (gen_ui_out_table_header_info): Change parameter to std::vector
7379 and update.
7380 (exists_probe_with_pops): Likewise.
7381 (info_probes_for_ops): Update to std::vector change.
7382 (enable_probes_command): Likewise.
7383 (disable_probes_command): Likewise.
7384
7385 2017-09-12 Simon Marchi <simon.marchi@ericsson.com>
7386
7387 * probe.h (struct probe_ops) <get_probes>: Change parameter from
7388 vec to std::vector.
7389 * probe.c (parse_probes_in_pspace): Update.
7390 (find_probes_in_objfile): Update.
7391 (find_probe_by_pc): Update.
7392 (collect_probes): Update.
7393 (probe_any_get_probes): Update.
7394 * symfile.h (struct sym_probe_fns) <sym_get_probes> Change
7395 return type to reference to std::vector.
7396 * dtrace-probe.c (dtrace_process_dof_probe): Change parameter to
7397 std::vector and update.
7398 (dtrace_process_dof): Likewise.
7399 (dtrace_get_probes): Likewise.
7400 * elfread.c (elf_get_probes): Change return type to std::vector,
7401 store an std::vector in bfd_data.
7402 (probe_key_free): Update to std::vector.
7403 * stap-probe.c (handle_stap_probe): Change parameter to
7404 std::vector and update.
7405 (stap_get_probes): Likewise.
7406 * symfile-debug.c (debug_sym_get_probes): Change return type to
7407 std::vector and update.
7408
7409 2017-09-11 Tom Tromey <tom@tromey.com>
7410
7411 * breakpoint.c (program_breakpoint_here_p): Update.
7412 * target.c (make_scoped_restore_show_memory_breakpoints): Rename
7413 from make_show_memory_breakpoints_cleanup. Return a
7414 scoped_restore_tmpl<int>.
7415 (restore_show_memory_breakpoints): Remove.
7416 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Update.
7417 * mem-break.c (memory_validate_breakpoint): Update.
7418 * ia64-tdep.c (ia64_memory_insert_breakpoint): Update.
7419 (ia64_memory_remove_breakpoint): Update.
7420 (ia64_breakpoint_from_pc): Update.
7421 * target.h (make_scoped_restore_show_memory_breakpoints): Rename
7422 from make_show_memory_breakpoints_cleanup.
7423
7424 2017-09-11 Tom Tromey <tom@tromey.com>
7425
7426 * d-namespace.c (d_lookup_symbol): Use std::string.
7427 (find_symbol_in_baseclass): Likewise.
7428
7429 2017-09-11 Tom Tromey <tom@tromey.com>
7430
7431 * ctf.c (ctf_start): Use std::string.
7432
7433 2017-09-11 Tom Tromey <tom@tromey.com>
7434
7435 * ada-lang.c (is_known_support_routine): Update.
7436 (ada_unhandled_exception_name_addr_from_raise): Update.
7437 * guile/scm-frame.c (gdbscm_frame_name): Update.
7438 * python/py-frame.c (frapy_name): Update.
7439 (frapy_function): Update.
7440 * stack.h (find_frame_funname): Update.
7441 * stack.c (find_frame_funname): Return unique_xmalloc_ptr.
7442 (print_frame): Update.
7443
7444 2017-09-11 Tom Tromey <tom@tromey.com>
7445
7446 * findcmd.c (put_bits): Take a gdb::byte_vector.
7447 (parse_find_args): Return gdb::byte_vector. "args" now const.
7448 Remove "pattern_bufp" and "pattern_lenp" parameters. Remove
7449 cleanups.
7450 (find_command): Update.
7451
7452 2017-09-11 Tom Tromey <tom@tromey.com>
7453
7454 * cli/cli-script.c (class scoped_restore_hook_in): New.
7455 (clear_hook_in_cleanup): Remove.
7456 (execute_cmd_pre_hook, execute_cmd_post_hook): Use
7457 scoped_restore_hook_in.
7458
7459 2017-09-11 Tom Tromey <tom@tromey.com>
7460
7461 * cli/cli-script.c (restore_interp): Remove.
7462 (read_command_lines): Use scoped_restore_interp.
7463 * interps.c (scoped_restore_interp::set_temp): Rename from
7464 interp_set_temp.
7465 * interps.h (class scoped_restore_interp): New.
7466 (interp_set_temp): Remove.
7467
7468 2017-09-11 Tom Tromey <tom@tromey.com>
7469
7470 * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
7471 (mi_cmd_catch_exception, mi_catch_load_unload): Update.
7472 * mi/mi-cmd-break.c (setup_breakpoint_reporting): Return a
7473 scoped_restore.
7474 (mi_cmd_break_insert_1): Update.
7475 * mi/mi-cmd-break.h (setup_breakpoint_reporting): Return a
7476 scoped_restore.
7477
7478 2017-09-11 Tom Tromey <tom@tromey.com>
7479
7480 * demangle.c (demangle_command): Update.
7481 * breakpoint.c (disable_command): Update.
7482 (enable_command): Update.
7483 (find_location_by_number): Make "number" const. Use
7484 get_number_trailer.
7485 * cli/cli-utils.c (extract_arg): Return std::string.
7486 * probe.c (parse_probe_linespec): Update. Change types.
7487 (collect_probes): Take string arguments.
7488 (parse_probe_linespec): Likewise.
7489 (info_probes_for_ops): Update.
7490 (enable_probes_command): Update.
7491 (disable_probes_command): Update.
7492 * break-catch-sig.c (catch_signal_split_args): Update.
7493 * mi/mi-parse.c (mi_parse): Update.
7494
7495 2017-09-11 Tom Tromey <tom@tromey.com>
7496
7497 * language.h (language_enum): Make argument const.
7498 * language.c (language_enum): Make argument const.
7499
7500 2017-09-11 Tom Tromey <tom@tromey.com>
7501
7502 * common/common-utils.h (skip_to_space): Remove macro, redeclare
7503 as function.
7504 (skip_to_space): Rename from skip_to_space_const.
7505 * common/common-utils.c (skip_to_space): New function.
7506 (skip_to_space): Rename from skip_to_space_const.
7507 * cli/cli-utils.h (get_number): Rename from get_number_const.
7508 (extract_arg): Rename from extract_arg_const.
7509 * cli/cli-utils.c (get_number): Rename from get_number_const.
7510 (extract_arg): Rename from extract_arg_const.
7511 (number_or_range_parser::get_number): Use ::get_number.
7512 * aarch64-linux-tdep.c, ada-lang.c, arm-linux-tdep.c, ax-gdb.c,
7513 break-catch-throw.c, breakpoint.c, cli/cli-cmds.c, cli/cli-dump.c,
7514 cli/cli-script.c, cli/cli-setshow.c, compile/compile.c,
7515 completer.c, demangle.c, disasm.c, findcmd.c, linespec.c,
7516 linux-tdep.c, linux-thread-db.c, location.c, mi/mi-parse.c,
7517 minsyms.c, nat/linux-procfs.c, printcmd.c, probe.c,
7518 python/py-breakpoint.c, record.c, rust-exp.y, serial.c, stack.c,
7519 stap-probe.c, tid-parse.c, tracepoint.c: Update all callers.
7520
7521 2017-09-11 Tom Tromey <tom@tromey.com>
7522
7523 * python/python.c (do_start_initialization): Use
7524 py-event-types.def to initialize types.
7525 Define all object type structures.
7526 * python/python-internal.h: Don't declare event initialization
7527 functions.
7528 * python/py-threadevent.c (thread_event_object_type): Don't
7529 define.
7530 * python/py-stopevent.c (stop_event_object_type): Don't define.
7531 * python/py-signalevent.c (signal_event_object_type): Don't
7532 declare or define.
7533 * python/py-newobjfileevent.c (new_objfile_event_object_type)
7534 (clear_objfiles_event_object_type): Don't declare or define.
7535 * python/py-infevents.c (inferior_call_pre_event_object_type)
7536 (inferior_call_post_event_object_type)
7537 (register_changed_event_object_type)
7538 (memory_changed_event_object_type): Don't declare or define.
7539 * python/py-inferior.c (new_thread_event_object_type)
7540 (new_inferior_event_object_type)
7541 (inferior_deleted_event_object_type): Don't declare or define.
7542 * python/py-exitedevent.c (exited_event_object_type): Don't
7543 declare or define.
7544 * python/py-evts.c (gdbpy_initialize_py_events): Use
7545 py-all-events.def.
7546 * python/py-events.h (thread_event_object_type): Don't declare.
7547 (events_object): Use py-all-events.def.
7548 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove. Use
7549 py-event-types.def.
7550 * python/py-event-types.def: New file.
7551 * python/py-continueevent.c (create_continue_event_object): Don't
7552 declare or define.
7553 * python/py-bpevent.c (breakpoint_event_object_type): Don't
7554 declare or define.
7555 * python/py-all-events.def: New file.
7556
7557 2017-09-11 Tom Tromey <tom@tromey.com>
7558
7559 * python/py-threadevent.c (create_thread_event_object): Return
7560 gdbpy_ref.
7561 * python/py-stopevent.h (create_stop_event_object)
7562 (create_breakpoint_event_object, create_signal_event_object):
7563 Update.
7564 * python/py-stopevent.c (create_stop_event_object): Return
7565 gdbpy_ref.
7566 (emit_stop_event): Update.
7567 * python/py-signalevent.c (create_signal_event_object): Return
7568 gdbpy_ref.
7569 * python/py-infevents.c (create_inferior_call_event_object):
7570 Update.
7571 * python/py-event.h (create_event_object)
7572 (create_thread_event_object): Update.
7573 * python/py-event.c (create_event_object): Return gdbpy_ref.
7574 * python/py-continueevent.c: Return gdbpy_ref.
7575 * python/py-bpevent.c (create_breakpoint_event_object): Return
7576 gdbpy_ref.
7577
7578 2017-09-11 Tom Tromey <tom@tromey.com>
7579
7580 PR python/15622:
7581 * NEWS: Add entry.
7582 * python/python.c (do_start_initialization): Initialize new event
7583 types.
7584 * python/python-internal.h (gdbpy_initialize_new_inferior_event)
7585 (gdbpy_initialize_inferior_deleted_event)
7586 (gdbpy_initialize_new_thread_event): Declare.
7587 * python/py-threadevent.c (create_thread_event_object): Add option
7588 "thread" parameter.
7589 * python/py-inferior.c (new_thread_event_object_type)
7590 (new_inferior_event_object_type)
7591 (inferior_deleted_event_object_type): Declare.
7592 (python_new_inferior, python_inferior_deleted): New functions.
7593 (add_thread_object): Emit new_thread event.
7594 (gdbpy_initialize_inferior): Attach new functions to corresponding
7595 observers.
7596 (new_thread, new_inferior, inferior_deleted): Define new event
7597 types.
7598 * python/py-evts.c (gdbpy_initialize_py_events): Add new
7599 registries.
7600 * python/py-events.h (events_object) <new_inferior,
7601 inferior_deleted, new_thread>: New fields.
7602 * python/py-event.h (create_thread_event_breakpoint): Add optional
7603 "thread" parameter.
7604
7605 2017-09-10 Andrew Burgess <andrew.burgess@embecosm.com>
7606
7607 * utils.c (abort_with_message): Don't compare gdb_stderr to NULL,
7608 check current_ui instead.
7609 (internal_vproblem): Likewise.
7610
7611 2017-09-09 Simon Marchi <simon.marchi@ericsson.com>
7612
7613 * thread.c (print_thread_info_1): Remove unnecessary calls to
7614 uiout->is_mi_like_p.
7615
7616 2017-09-09 Tom Tromey <tom@tromey.com>
7617
7618 * namespace.h (add_using_directive): Update.
7619 * namespace.c (add_using_directive): Change type of excludes to
7620 std::vector.
7621 * dwarf2read.c (read_import_statement): Use std::vector.
7622 (read_namespace): Update.
7623 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
7624
7625 2017-09-09 Tom Tromey <tom@tromey.com>
7626
7627 * linespec.c (create_sals_line_offset): Use gdb::def_vector.
7628
7629 2017-09-09 Tom Tromey <tom@tromey.com>
7630
7631 * p-valprint.c (pascal_object_print_value): Use gdb::byte_vector.
7632
7633 2017-09-09 Tom Tromey <tom@tromey.com>
7634
7635 * stack.c (func_command): Use gdb::def_vector.
7636
7637 2017-09-09 Tom Tromey <tom@tromey.com>
7638
7639 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Use gdb::optional,
7640 ui_out_emit_list, ui_out_emit_tuple.
7641 (mi_cmd_var_update): Likewise.
7642
7643 2017-09-09 Tom Tromey <tom@tromey.com>
7644
7645 * mi/mi-interp.c (mi_user_selected_context_changed): Use
7646 ui_out_redirect_pop.
7647 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
7648 ui_out_redirect_pop.
7649 * utils.c (do_ui_out_redirect_pop)
7650 (make_cleanup_ui_out_redirect_pop): Remove.
7651 * top.c (execute_command_to_string): Use ui_out_redirect_pop.
7652 * utils.h (make_cleanup_ui_out_redirect_pop): Remove.
7653 * ui-out.h (ui_out_redirect_pop): New class.
7654
7655 2017-09-09 Tom Tromey <tom@tromey.com>
7656
7657 * mi/mi-main.c (output_cores): Use ui_out_emit_list.
7658 (list_available_thread_groups, mi_cmd_list_thread_groups)
7659 (mi_cmd_data_list_changed_registers, mi_cmd_data_read_memory)
7660 (mi_cmd_data_read_memory_bytes, mi_cmd_trace_frame_collected):
7661 Likewise.
7662
7663 2017-09-09 Tom Tromey <tom@tromey.com>
7664
7665 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
7666 ui_out_emit_tuple.
7667
7668 2017-09-09 Tom Tromey <tom@tromey.com>
7669
7670 * target.c (flash_erase_command): Use ui_out_emit_tuple.
7671 * stack.c (print_frame): Use ui_out_emit_tuple.
7672 * spu-tdep.c (info_spu_event_command): Use ui_out_emit_tuple.
7673 (info_spu_mailbox_command, info_spu_dma_command)
7674 (info_spu_proxydma_command): Likewise.
7675 * mi/mi-main.c (mi_cmd_trace_frame_collected): Use
7676 ui_out_emit_tuple, gdb::byte_vector, bin2hex.
7677 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
7678 ui_out_emit_tuple.
7679 * breakpoint.c (print_it_watchpoint): Use ui_out_emit_tuple.
7680
7681 2017-09-09 Tom Tromey <tom@tromey.com>
7682
7683 * ui-out.h (make_cleanup_ui_out_table_begin_end): Remove.
7684 (class ui_out_emit_table): Update comment.
7685 * ui-out.c (do_cleanup_table_end)
7686 (make_cleanup_ui_out_table_begin_end): Remove.
7687 * spu-tdep.c (info_spu_mailbox_list): Use ui_out_emit_table.
7688 (info_spu_dma_cmdlist): Likewise.
7689 * probe.c (info_probes_for_ops): Use ui_out_emit_table.
7690 * darwin-nat-info.c (darwin_debug_regions_recurse): Use
7691 ui_out_emit_table.
7692
7693 2017-09-09 Tom Tromey <tom@tromey.com>
7694
7695 * thread.c (print_thread_info_1): Use ui_out_emit_table,
7696 ui_out_emit_list, gdb::optional.
7697
7698 2017-09-09 John Baldwin <jhb@FreeBSD.org>
7699
7700 * aarch64-linux-nat.c: Remove _initialize_aarch64_linux_nat
7701 prototype.
7702 * aarch64-linux-tdep.c: Remove _initialize_aarch64_linux_tdep
7703 prototype.
7704 * aarch64-newlib-tdep.c: Remove _initialize_aarch64_newlib_tdep
7705 prototype.
7706 * aarch64-tdep.c: Remove _initialize_aarch64_tdep prototype.
7707 * ada-exp.y: Remove _initialize_ada_exp prototype.
7708 * ada-lang.c: Remove _initialize_ada_language prototype.
7709 * ada-tasks.c: Remove _initialize_tasks prototype.
7710 * addrmap.c: Remove _initialize_addrmap prototype.
7711 * agent.c: Remove _initialize_agent prototype.
7712 * aix-thread.c: Remove _initialize_aix_thread prototype.
7713 * alpha-bsd-nat.c: Remove _initialize_alphabsd_nat prototype.
7714 * alpha-linux-nat.c: Remove _initialize_alpha_linux_nat prototype.
7715 * alpha-linux-tdep.c: Remove _initialize_alpha_linux_tdep
7716 prototype.
7717 * alpha-nbsd-tdep.c: Remove _initialize_alphanbsd_tdep prototype.
7718 * alpha-obsd-tdep.c: Remove _initialize_alphaobsd_tdep prototype.
7719 * alpha-tdep.c: Remove _initialize_alpha_tdep prototype.
7720 * amd64-darwin-tdep.c: Remove _initialize_amd64_darwin_tdep
7721 prototype.
7722 * amd64-dicos-tdep.c: Remove _initialize_amd64_dicos_tdep
7723 prototype.
7724 * amd64-fbsd-nat.c: Remove _initialize_amd64fbsd_nat prototype.
7725 * amd64-fbsd-tdep.c: Remove _initialize_amd64fbsd_tdep prototype.
7726 * amd64-linux-nat.c: Remove _initialize_amd64_linux_nat prototype.
7727 * amd64-linux-tdep.c: Remove _initialize_amd64_linux_tdep
7728 prototype.
7729 * amd64-nbsd-nat.c: Remove _initialize_amd64nbsd_nat prototype.
7730 * amd64-nbsd-tdep.c: Remove _initialize_amd64nbsd_tdep prototype.
7731 * amd64-obsd-nat.c: Remove _initialize_amd64obsd_nat prototype.
7732 * amd64-obsd-tdep.c: Remove _initialize_amd64obsd_tdep prototype.
7733 * amd64-sol2-tdep.c: Remove _initialize_amd64_sol2_tdep prototype.
7734 * amd64-tdep.c: Remove _initialize_amd64_tdep prototype.
7735 * amd64-windows-nat.c: Remove _initialize_amd64_windows_nat
7736 prototype.
7737 * amd64-windows-tdep.c: Remove _initialize_amd64_windows_tdep
7738 prototype.
7739 * annotate.c: Remove _initialize_annotate prototype.
7740 * arc-newlib-tdep.c: Remove _initialize_arc_newlib_tdep prototype.
7741 * arc-tdep.c: Remove _initialize_arc_tdep prototype.
7742 * arch-utils.c: Remove _initialize_gdbarch_utils prototype.
7743 * arm-linux-nat.c: Remove _initialize_arm_linux_nat prototype.
7744 * arm-linux-tdep.c: Remove _initialize_arm_linux_tdep prototype.
7745 * arm-nbsd-tdep.c: Remove _initialize_arm_netbsd_tdep prototype.
7746 * arm-obsd-tdep.c: Remove _initialize_armobsd_tdep prototype.
7747 * arm-symbian-tdep.c: Remove _initialize_arm_symbian_tdep
7748 prototype.
7749 * arm-tdep.c: Remove _initialize_arm_tdep prototype.
7750 * arm-wince-tdep.c: Remove _initialize_arm_wince_tdep prototype.
7751 * auto-load.c: Remove _initialize_auto_load prototype.
7752 * auxv.c: Remove _initialize_auxv prototype.
7753 * avr-tdep.c: Remove _initialize_avr_tdep prototype.
7754 * ax-gdb.c: Remove _initialize_ax_gdb prototype.
7755 * bfin-linux-tdep.c: Remove _initialize_bfin_linux_tdep prototype.
7756 * bfin-tdep.c: Remove _initialize_bfin_tdep prototype.
7757 * break-catch-sig.c: Remove _initialize_break_catch_sig prototype.
7758 * break-catch-syscall.c: Remove _initialize_break_catch_syscall
7759 prototype.
7760 * break-catch-throw.c: Remove _initialize_break_catch_throw
7761 prototype.
7762 * breakpoint.c: Remove _initialize_breakpoint prototype.
7763 * bsd-uthread.c: Remove _initialize_bsd_uthread prototype.
7764 * btrace.c: Remove _initialize_btrace prototype.
7765 * charset.c: Remove _initialize_charset prototype.
7766 * cli/cli-cmds.c: Remove _initialize_cli_cmds prototype.
7767 * cli/cli-dump.c: Remove _initialize_cli_dump prototype.
7768 * cli/cli-interp.c: Remove _initialize_cli_interp prototype.
7769 * cli/cli-logging.c: Remove _initialize_cli_logging prototype.
7770 * cli/cli-script.c: Remove _initialize_cli_script prototype.
7771 * coff-pe-read.c: Remove _initialize_coff_pe_read prototype.
7772 * coffread.c: Remove _initialize_coffread prototype.
7773 * compile/compile.c: Remove _initialize_compile prototype.
7774 * complaints.c: Remove _initialize_complaints prototype.
7775 * completer.c: Remove _initialize_completer prototype.
7776 * copying.awk: Remove _initialize_copying prototype.
7777 * copying.c: Regenerate.
7778 * core-regset.c: Remove _initialize_core_regset prototype.
7779 * corefile.c: Remove _initialize_core prototype.
7780 * corelow.c: Remove _initialize_corelow prototype.
7781 * cp-abi.c: Remove _initialize_cp_abi prototype.
7782 * cp-namespace.c: Remove _initialize_cp_namespace prototype.
7783 * cp-support.c: Remove _initialize_cp_support prototype.
7784 * cp-valprint.c: Remove _initialize_cp_valprint prototype.
7785 * cris-linux-tdep.c: Remove _initialize_cris_linux_tdep prototype.
7786 * cris-tdep.c: Remove _initialize_cris_tdep prototype.
7787 * ctf.c: Remove _initialize_ctf prototype.
7788 * d-lang.c: Remove _initialize_d_language prototype.
7789 * darwin-nat-info.c: Remove _initialize_darwin_info_commands
7790 prototype.
7791 * darwin-nat.c: Remove _initialize_darwin_inferior prototype.
7792 * dbxread.c: Remove _initialize_dbxread prototype.
7793 * dcache.c: Remove _initialize_dcache prototype.
7794 * demangle.c: Remove _initialize_demangler prototype.
7795 * disasm-selftests.c: Remove _initialize_disasm_selftests
7796 prototype.
7797 * disasm.c: Remove _initialize_disasm prototype.
7798 * dtrace-probe.c: Remove _initialize_dtrace_probe prototype.
7799 * dummy-frame.c: Remove _initialize_dummy_frame prototype.
7800 * dwarf2-frame-tailcall.c: Remove _initialize_tailcall_frame
7801 prototype.
7802 * dwarf2-frame.c: Remove _initialize_dwarf2_frame prototype.
7803 * dwarf2expr.c: Remove _initialize_dwarf2expr prototype.
7804 * dwarf2loc.c: Remove _initialize_dwarf2loc prototype.
7805 * dwarf2read.c: Remove _initialize_dwarf2_read prototype.
7806 * elfread.c: Remove _initialize_elfread prototype.
7807 * exec.c: Remove _initialize_exec prototype.
7808 * extension.c: Remove _initialize_extension prototype.
7809 * f-lang.c: Remove _initialize_f_language prototype.
7810 * f-valprint.c: Remove _initialize_f_valprint prototype.
7811 * fbsd-nat.c: Remove _initialize_fbsd_nat prototype.
7812 * fbsd-tdep.c: Remove _initialize_fbsd_tdep prototype.
7813 * filesystem.c: Remove _initialize_filesystem prototype.
7814 * findcmd.c: Remove _initialize_mem_search prototype.
7815 * fork-child.c: Remove _initialize_fork_child prototype.
7816 * frame-base.c: Remove _initialize_frame_base prototype.
7817 * frame-unwind.c: Remove _initialize_frame_unwind prototype.
7818 * frame.c: Remove _initialize_frame prototype.
7819 * frv-linux-tdep.c: Remove _initialize_frv_linux_tdep prototype.
7820 * frv-tdep.c: Remove _initialize_frv_tdep prototype.
7821 * ft32-tdep.c: Remove _initialize_ft32_tdep prototype.
7822 * gcore.c: Remove _initialize_gcore prototype.
7823 * gdb_bfd.c: Remove _initialize_gdb_bfd prototype.
7824 * gdbarch.c: Regenerate.
7825 * gdbarch.sh: Remove _initialize_gdbarch prototype.
7826 * gdbtypes.c: Remove _initialize_gdbtypes prototype.
7827 * gnu-nat.c: Remove _initialize_gnu_nat prototype.
7828 * gnu-v2-abi.c: Remove _initialize_gnu_v2_abi prototype.
7829 * gnu-v3-abi.c: Remove _initialize_gnu_v3_abi prototype.
7830 * go-lang.c: Remove _initialize_go_language prototype.
7831 * go32-nat.c: Remove _initialize_go32_nat prototype.
7832 * guile/guile.c: Remove _initialize_guile prototype.
7833 * h8300-tdep.c: Remove _initialize_h8300_tdep prototype.
7834 * hppa-linux-nat.c: Remove _initialize_hppa_linux_nat prototype.
7835 * hppa-linux-tdep.c: Remove _initialize_hppa_linux_tdep prototype.
7836 * hppa-nbsd-nat.c: Remove _initialize_hppanbsd_nat prototype.
7837 * hppa-nbsd-tdep.c: Remove _initialize_hppanbsd_tdep prototype.
7838 * hppa-obsd-nat.c: Remove _initialize_hppaobsd_nat prototype.
7839 * hppa-obsd-tdep.c: Remove _initialize_hppaobsd_tdep prototype.
7840 * hppa-tdep.c: Remove _initialize_hppa_tdep prototype.
7841 * i386-bsd-nat.c: Remove _initialize_i386bsd_nat prototype.
7842 * i386-cygwin-tdep.c: Remove _initialize_i386_cygwin_tdep
7843 prototype.
7844 * i386-darwin-tdep.c: Remove _initialize_i386_darwin_tdep
7845 prototype.
7846 * i386-dicos-tdep.c: Remove _initialize_i386_dicos_tdep prototype.
7847 * i386-fbsd-nat.c: Remove _initialize_i386fbsd_nat prototype.
7848 * i386-fbsd-tdep.c: Remove _initialize_i386fbsd_tdep prototype.
7849 * i386-gnu-nat.c: Remove _initialize_i386gnu_nat prototype.
7850 * i386-gnu-tdep.c: Remove _initialize_i386gnu_tdep prototype.
7851 * i386-linux-nat.c: Remove _initialize_i386_linux_nat prototype.
7852 * i386-linux-tdep.c: Remove _initialize_i386_linux_tdep prototype.
7853 * i386-nbsd-nat.c: Remove _initialize_i386nbsd_nat prototype.
7854 * i386-nbsd-tdep.c: Remove _initialize_i386nbsd_tdep prototype.
7855 * i386-nto-tdep.c: Remove _initialize_i386nto_tdep prototype.
7856 * i386-obsd-nat.c: Remove _initialize_i386obsd_nat prototype.
7857 * i386-obsd-tdep.c: Remove _initialize_i386obsd_tdep prototype.
7858 * i386-sol2-nat.c: Remove _initialize_amd64_sol2_nat prototype.
7859 * i386-sol2-tdep.c: Remove _initialize_amd64_sol2_tdep prototype.
7860 * i386-tdep.c: Remove _initialize_i386_tdep prototype.
7861 * i386-windows-nat.c: Remove _initialize_i386_windows_nat
7862 prototype.
7863 * ia64-libunwind-tdep.c: Remove _initialize_libunwind_frame
7864 prototype.
7865 * ia64-linux-nat.c: Remove _initialize_ia64_linux_nat prototype.
7866 * ia64-linux-tdep.c: Remove _initialize_ia64_linux_tdep prototype.
7867 * ia64-tdep.c: Remove _initialize_ia64_tdep prototype.
7868 * ia64-vms-tdep.c: Remove _initialize_ia64_vms_tdep prototype.
7869 * infcall.c: Remove _initialize_infcall prototype.
7870 * infcmd.c: Remove _initialize_infcmd prototype.
7871 * inferior.c: Remove _initialize_inferiors prototype.
7872 * inflow.c: Remove _initialize_inflow prototype.
7873 * infrun.c: Remove _initialize_infrun prototype.
7874 * interps.c: Remove _initialize_interpreter prototype.
7875 * iq2000-tdep.c: Remove _initialize_iq2000_tdep prototype.
7876 * jit.c: Remove _initialize_jit prototype.
7877 * language.c: Remove _initialize_language prototype.
7878 * linux-fork.c: Remove _initialize_linux_fork prototype.
7879 * linux-nat.c: Remove _initialize_linux_nat prototype.
7880 * linux-tdep.c: Remove _initialize_linux_tdep prototype.
7881 * linux-thread-db.c: Remove _initialize_thread_db prototype.
7882 * lm32-tdep.c: Remove _initialize_lm32_tdep prototype.
7883 * m2-lang.c: Remove _initialize_m2_language prototype.
7884 * m32c-tdep.c: Remove _initialize_m32c_tdep prototype.
7885 * m32r-linux-nat.c: Remove _initialize_m32r_linux_nat prototype.
7886 * m32r-linux-tdep.c: Remove _initialize_m32r_linux_tdep prototype.
7887 * m32r-tdep.c: Remove _initialize_m32r_tdep prototype.
7888 * m68hc11-tdep.c: Remove _initialize_m68hc11_tdep prototype.
7889 * m68k-bsd-nat.c: Remove _initialize_m68kbsd_nat prototype.
7890 * m68k-bsd-tdep.c: Remove _initialize_m68kbsd_tdep prototype.
7891 * m68k-linux-nat.c: Remove _initialize_m68k_linux_tdep prototype.
7892 * m68k-linux-tdep.c: Remove _initialize_m68k_linux_tdep prototype.
7893 * m68k-tdep.c: Remove _initialize_m68k_tdep prototype.
7894 * m88k-bsd-nat.c: Remove _initialize_m68kbsd_nat prototype.
7895 * m88k-tdep.c: Remove _initialize_m68kbsd_tdep prototype.
7896 * machoread.c: Remove _initialize_machoread prototype.
7897 * macrocmd.c: Remove _initialize_macrocmd prototype.
7898 * macroscope.c: Remove _initialize_macroscope prototype.
7899 * maint.c: Remove _initialize_maint_cmds prototype.
7900 * mdebugread.c: Remove _initialize_mdebugread prototype.
7901 * memattr.c: Remove _initialize_mem prototype.
7902 * mep-tdep.c: Remove _initialize_mep_tdep prototype.
7903 * mi/mi-cmd-env.c: Remove _initialize_mi_cmd_env prototype.
7904 * mi/mi-cmds.c: Remove _initialize_mi_cmds prototype.
7905 * mi/mi-interp.c: Remove _initialize_mi_interp prototype.
7906 * mi/mi-main.c: Remove _initialize_mi_main prototype.
7907 * microblaze-linux-tdep.c: Remove
7908 _initialize_microblaze_linux_tdep prototype.
7909 * microblaze-tdep.c: Remove _initialize_microblaze_tdep prototype.
7910 * mips-fbsd-nat.c: Remove _initialize_mips_fbsd_nat prototype.
7911 * mips-fbsd-tdep.c: Remove _initialize_mips_fbsd_tdep prototype.
7912 * mips-linux-nat.c: Remove _initialize_mips_linux_nat prototype.
7913 * mips-linux-tdep.c: Remove _initialize_mips_linux_tdep prototype.
7914 * mips-nbsd-nat.c: Remove _initialize_mipsnbsd_nat prototype.
7915 * mips-nbsd-tdep.c: Remove _initialize_mipsnbsd_tdep prototype.
7916 * mips-sde-tdep.c: Remove _initialize_mips_sde_tdep prototype.
7917 * mips-tdep.c: Remove _initialize_mips_tdep prototype.
7918 * mips64-obsd-nat.c: Remove _initialize_mips64obsd_nat prototype.
7919 * mips64-obsd-tdep.c: Remove _initialize_mips64obsd_tdep
7920 prototype.
7921 * mipsread.c: Remove _initialize_mipsread prototype.
7922 * mn10300-linux-tdep.c: Remove _initialize_mn10300_linux_tdep
7923 prototype.
7924 * mn10300-tdep.c: Remove _initialize_mn10300_tdep prototype.
7925 * moxie-tdep.c: Remove _initialize_moxie_tdep prototype.
7926 * msp430-tdep.c: Remove _initialize_msp430_tdep prototype.
7927 * mt-tdep.c: Remove _initialize_mt_tdep prototype.
7928 * nds32-tdep.c: Remove _initialize_nds32_tdep prototype.
7929 * nios2-linux-tdep.c: Remove _initialize_nios2_linux_tdep
7930 prototype.
7931 * nios2-tdep.c: Remove _initialize_nios2_tdep prototype.
7932 * nto-procfs.c: Remove _initialize_procfs prototype.
7933 * nto-tdep.c: Remove _initialize_nto_tdep prototype.
7934 * objc-lang.c: Remove _initialize_objc_language prototype.
7935 * objfiles.c: Remove _initialize_objfiles prototype.
7936 * observer.c: Remove observer_test_first_notification_function,
7937 observer_test_second_notification_function,
7938 observer_test_third_notification_function, and
7939 _initialize_observer prototypes.
7940 * opencl-lang.c: Remove _initialize_opencl_language prototypes.
7941 * osabi.c: Remove _initialize_gdb_osabi prototype.
7942 * osdata.c: Remove _initialize_osdata prototype.
7943 * p-valprint.c: Remove _initialize_pascal_valprint prototype.
7944 * parse.c: Remove _initialize_parse prototype.
7945 * ppc-fbsd-nat.c: Remove _initialize_ppcfbsd_nat prototype.
7946 * ppc-fbsd-tdep.c: Remove _initialize_ppcfbsd_tdep prototype.
7947 * ppc-linux-nat.c: Remove _initialize_ppc_linux_nat prototype.
7948 * ppc-linux-tdep.c: Remove _initialize_ppc_linux_tdep prototype.
7949 * ppc-nbsd-nat.c: Remove _initialize_ppcnbsd_nat prototype.
7950 * ppc-nbsd-tdep.c: Remove _initialize_ppcnbsd_tdep prototype.
7951 * ppc-obsd-nat.c: Remove _initialize_ppcobsd_nat prototype.
7952 * ppc-obsd-tdep.c: Remove _initialize_ppcobsd_tdep prototype.
7953 * printcmd.c: Remove _initialize_printcmd prototype.
7954 * probe.c: Remove _initialize_probe prototype.
7955 * proc-api.c: Remove _initialize_proc_api prototype.
7956 * proc-events.c: Remove _initialize_proc_events prototype.
7957 * proc-service.c: Remove _initialize_proc_service prototype.
7958 * procfs.c: Remove _initialize_procfs prototype.
7959 * psymtab.c: Remove _initialize_psymtab prototype.
7960 * python/python.c: Remove _initialize_python prototype.
7961 * ravenscar-thread.c: Remove _initialize_ravenscar prototype.
7962 * record-btrace.c: Remove _initialize_record_btrace prototype.
7963 * record-full.c: Remove _initialize_record_full prototype.
7964 * record.c: Remove _initialize_record prototype.
7965 * regcache.c: Remove _initialize_regcache prototype.
7966 * reggroups.c: Remove _initialize_reggroup prototype.
7967 * remote-notif.c: Remove _initialize_notif prototype.
7968 * remote-sim.c: Remove _initialize_remote_sim prototype.
7969 * remote.c: Remove _initialize_remote prototype.
7970 * reverse.c: Remove _initialize_reverse prototype.
7971 * rl78-tdep.c: Remove _initialize_rl78_tdep prototype.
7972 * rs6000-aix-tdep.c: Remove _initialize_rs6000_aix_tdep prototype.
7973 * rs6000-lynx178-tdep.c: Remove _initialize_rs6000_lynx178_tdep
7974 prototype.
7975 * rs6000-nat.c: Remove _initialize_rs6000_nat prototype.
7976 * rs6000-tdep.c: Remove _initialize_rs6000_tdep prototype.
7977 * rust-exp.y: Remove _initialize_rust_exp prototype.
7978 * rx-tdep.c: Remove _initialize_rx_tdep prototype.
7979 * s390-linux-nat.c: Remove _initialize_s390_nat prototype.
7980 * s390-linux-tdep.c: Remove _initialize_s390_tdep prototype.
7981 * score-tdep.c: Remove _initialize_score_tdep prototype.
7982 * selftest-arch.c: Remove _initialize_selftests_foreach_arch
7983 prototype.
7984 * ser-go32.c: Remove _initialize_ser_dos prototype.
7985 * ser-mingw.c: Remove _initialize_ser_windows prototype.
7986 * ser-pipe.c: Remove _initialize_ser_pipe prototype.
7987 * ser-tcp.c: Remove _initialize_ser_tcp prototype.
7988 * ser-unix.c: Remove _initialize_ser_hardwire prototype.
7989 * serial.c: Remove _initialize_serial prototype.
7990 * sh-linux-tdep.c: Remove _initialize_sh_linux_tdep prototype.
7991 * sh-nbsd-nat.c: Remove _initialize_shnbsd_nat prototype.
7992 * sh-nbsd-tdep.c: Remove _initialize_shnbsd_tdep prototype.
7993 * sh-tdep.c: Remove _initialize_sh_tdep prototype.
7994 * skip.c: Remove _initialize_step_skip prototype.
7995 * sol-thread.c: Remove _initialize_sol_thread prototype.
7996 * solib-aix.c: Remove _initialize_solib_aix prototype.
7997 * solib-darwin.c: Remove _initialize_darwin_solib prototype.
7998 * solib-dsbt.c: Remove _initialize_dsbt_solib prototype.
7999 * solib-frv.c: Remove _initialize_frv_solib prototype.
8000 * solib-spu.c: Remove _initialize_spu_solib prototype.
8001 * solib-svr4.c: Remove _initialize_svr4_solib prototype.
8002 * solib-target.c: Remove _initialize_solib_target prototype.
8003 * solib.c: Remove _initialize_solib prototype.
8004 * source.c: Remove _initialize_source prototype.
8005 * sparc-linux-nat.c: Remove _initialize_sparc_linux_nat prototype.
8006 * sparc-linux-tdep.c: Remove _initialize_sparc_linux_tdep
8007 prototype.
8008 * sparc-nat.c: Remove _initialize_sparc_nat prototype.
8009 * sparc-nbsd-nat.c: Remove _initialize_sparcnbsd_nat prototype.
8010 * sparc-nbsd-tdep.c: Remove _initialize_sparcnbsd_tdep prototype.
8011 * sparc-obsd-tdep.c: Remove _initialize_sparc32obsd_tdep
8012 prototype.
8013 * sparc-sol2-nat.c: Remove _initialize_sparc_sol2_nat prototype.
8014 * sparc-sol2-tdep.c: Remove _initialize_sparc_sol2_tdep prototype.
8015 * sparc-tdep.c: Remove _initialize_sparc_tdep prototype.
8016 * sparc64-fbsd-nat.c: Remove _initialize_sparc64fbsd_nat
8017 prototype.
8018 * sparc64-fbsd-tdep.c: Remove _initialize_sparc64fbsd_tdep
8019 prototype.
8020 * sparc64-linux-nat.c: Remove _initialize_sparc64_linux_nat
8021 prototype.
8022 * sparc64-linux-tdep.c: Remove _initialize_sparc64_linux_tdep
8023 prototype.
8024 * sparc64-nat.c: Remove _initialize_sparc64_nat prototype.
8025 * sparc64-nbsd-nat.c: Remove _initialize_sparc64nbsd_nat
8026 prototype.
8027 * sparc64-nbsd-tdep.c: Remove _initialize_sparc64nbsd_tdep
8028 prototype.
8029 * sparc64-obsd-nat.c: Remove _initialize_sparc64obsd_nat
8030 prototype.
8031 * sparc64-obsd-tdep.c: Remove _initialize_sparc64obsd_tdep
8032 prototype.
8033 * sparc64-sol2-tdep.c: Remove _initialize_sparc64_sol2_tdep
8034 prototype.
8035 * spu-linux-nat.c: Remove _initialize_spu_nat prototype.
8036 * spu-multiarch.c: Remove _initialize_spu_multiarch prototype.
8037 * spu-tdep.c: Remove _initialize_spu_tdep prototype.
8038 * stabsread.c: Remove _initialize_stabsread prototype.
8039 * stack.c: Remove _initialize_stack prototype.
8040 * stap-probe.c: Remove _initialize_stap_probe prototype.
8041 * std-regs.c: Remove _initialize_frame_reg prototype.
8042 * symfile-debug.c: Remove _initialize_symfile_debug prototype.
8043 * symfile-mem.c: Remove _initialize_symfile_mem prototype.
8044 * symfile.c: Remove _initialize_symfile prototype.
8045 * symmisc.c: Remove _initialize_symmisc prototype.
8046 * symtab.c: Remove _initialize_symtab prototype.
8047 * target-dcache.c: Remove _initialize_target_dcache prototype.
8048 * target-descriptions.c: Remove _initialize_target_descriptions
8049 prototype.
8050 * thread.c: Remove _initialize_thread prototype.
8051 * tic6x-linux-tdep.c: Remove _initialize_tic6x_linux_tdep
8052 prototype.
8053 * tic6x-tdep.c: Remove _initialize_tic6x_tdep prototype.
8054 * tilegx-linux-nat.c: Remove _initialize_tile_linux_nat prototype.
8055 * tilegx-linux-tdep.c: Remove _initialize_tilegx_linux_tdep
8056 prototype.
8057 * tilegx-tdep.c: Remove _initialize_tilegx_tdep prototype.
8058 * tracefile-tfile.c: Remove _initialize_tracefile_tfile prototype.
8059 * tracefile.c: Remove _initialize_tracefile prototype.
8060 * tracepoint.c: Remove _initialize_tracepoint prototype.
8061 * tui/tui-hooks.c: Remove _initialize_tui_hooks prototype.
8062 * tui/tui-interp.c: Remove _initialize_tui_interp prototype.
8063 * tui/tui-layout.c: Remove _initialize_tui_layout prototype.
8064 * tui/tui-regs.c: Remove _initialize_tui_regs prototype.
8065 * tui/tui-stack.c: Remove _initialize_tui_stack prototype.
8066 * tui/tui-win.c: Remove _initialize_tui_win prototype.
8067 * tui/tui.c: Remove _initialize_tui prototype.
8068 * typeprint.c: Remove _initialize_typeprint prototype.
8069 * user-regs.c: Remove _initialize_user_regs prototype.
8070 * utils.c: Remove _initialize_utils prototype.
8071 * v850-tdep.c: Remove _initialize_v850_tdep prototype.
8072 * valarith.c: Remove _initialize_valarith prototype.
8073 * valops.c: Remove _initialize_valops prototype.
8074 * valprint.c: Remove _initialize_valprint prototype.
8075 * value.c: Remove _initialize_values prototype.
8076 * varobj.c: Remove _initialize_varobj prototype.
8077 * vax-bsd-nat.c: Remove _initialize_vaxbsd_nat prototype.
8078 * vax-nbsd-tdep.c: Remove _initialize_vaxnbsd_tdep prototype.
8079 * vax-tdep.c: Remove _initialize_vax_tdep prototype.
8080 * windows-nat.c: Remove _initialize_windows_nat,
8081 _initialize_check_for_gdb_ini, and _initialize_loadable
8082 prototypes.
8083 * windows-tdep.c: Remove _initialize_windows_tdep prototype.
8084 * xcoffread.c: Remove _initialize_xcoffread prototype.
8085 * xml-support.c: Remove _initialize_xml_support prototype.
8086 * xstormy16-tdep.c: Remove _initialize_xstormy16_tdep prototype.
8087 * xtensa-linux-nat.c: Remove _initialize_xtensa_linux_nat
8088 prototype.
8089 * xtensa-linux-tdep.c: Remove _initialize_xtensa_linux_tdep
8090 prototype.
8091 * xtensa-tdep.c: Remove _initialize_xtensa_tdep prototype.
8092
8093 2017-09-08 Keith Seitz <keiths@redhat.com>
8094
8095 * dwarf2read.c (struct field_info) <fnfields>: Remove unused
8096 field.
8097
8098 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8099
8100 * f-valprint.c (f_val_print): Remove check for one byte
8101 sized integers. Remove printing of character type.
8102
8103 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8104 Christoph Weinmann <christoph.t.weinmann@intel.com>
8105 Bernhard Heckel <bernhard.heckel@intel.com>
8106
8107 * f-typeprint.c (f_type_print_base): Use fprintfi_filtered
8108 to maintain proper indentation when printing pointers/refs.
8109
8110 2017-09-07 Joel Brobecker <brobecker@adacore.com>
8111
8112 GDB 8.0.1 released.
8113
8114 2017-09-07 Joel Brobecker <brobecker@adacore.com>
8115
8116 * NEWS (Changes in GDB 7.11): Remove entry for QStartupWithShell.
8117
8118 2017-09-05 Tom Tromey <tom@tromey.com>
8119
8120 * parse.c (funcall_chain): Now a std::vector.
8121 (start_arglist, end_arglist): Simplify.
8122 (free_funcalls): Remove.
8123 (parse_exp_in_context_1): Remove cleanup.
8124
8125 2017-09-05 Tom Tromey <tom@tromey.com>
8126
8127 * go-exp.y (go_parse): Don't create a cleanup.
8128
8129 2017-09-05 Tom Tromey <tom@tromey.com>
8130
8131 * d-exp.y (PrimaryExpression): Use std::string.
8132 (d_parse): Don't create a cleanup.
8133
8134 2017-09-05 Tom Tromey <tom@tromey.com>
8135
8136 * utils.c (do_clear_parser_state): Remove.
8137 (make_cleanup_clear_parser_state): Remove.
8138 * p-exp.y (pascal_parse): Use scoped_restore.
8139 * m2-exp.y (m2_parse): Use scoped_restore.
8140 * f-exp.y (f_parse): Use scoped_restore.
8141 * d-exp.y (d_parse): Use scoped_restore.
8142 * c-exp.y (c_parse): Use scoped_restore.
8143 * ada-exp.y (ada_parse): Use scoped_restore.
8144 * utils.h (make_cleanup_clear_parser_state): Remove.
8145
8146 2017-09-06 Keith Seitz <keiths@redhat.com>
8147
8148 * dwarf2read.c (dw2_linkage_name_attr): New function.
8149 (dw2_linkage_name): New function.
8150 (dwarf2_compute_name, dwarf2_physname, read_call_site_scope)
8151 (guess_full_die_structure_name, dwarf2_name): Use dw2_linkage_name.
8152 (anonymous_struct_prefix, dwarf2_name): Use dw2_linkage_name_attr.
8153
8154 2017-09-06 Kamil Rytarowski <n54@gmx.com>
8155
8156 * config/djgpp/djconfig.sh: Correct shell portability issue.
8157
8158 2017-09-06 Kamil Rytarowski <n54@gmx.com>
8159
8160 * configure.nat: Define HAVE_NATIVE_GCORE_HOST on NetBSD.
8161
8162 2017-09-06 John Baldwin <jhb@FreeBSD.org>
8163
8164 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
8165 * NEWS: Mention new FreeBSD/mips native configuration.
8166 * configure.host: Add aarch64*-*-freebsd*.
8167 * configure.nat: Likewise.
8168 * aarch64-fbsd-nat.c: New file.
8169
8170 2017-09-06 John Baldwin <jhb@FreeBSD.org>
8171
8172 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-fbsd-tdep.o.
8173 (ALLDEPFILES): Add aarch64-fbsd-tdep.c.
8174 * NEWS: Mention new FreeBSD/aarch64 target.
8175 * configure.tgt: Add aarch64*-*-freebsd*.
8176 * aarch64-fbsd-tdep.c: New file.
8177 * aarch64-fbsd-tdep.h: New file.
8178
8179 2017-09-06 Kamil Rytarowski <n54@gmx.com>
8180
8181 * MAINTAINERS (Write After Approval): Add Kamil Rytarowski.
8182
8183 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8184
8185 * parse.c (find_minsym_type_and_address): Don't relocate addresses
8186 of TLS symbols.
8187
8188 2017-09-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8189
8190 * objfiles.c (get_objfile_bfd_data): Remove useless obstack_init
8191 call.
8192
8193 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8194
8195 * infrun.c (follow_exec): Call add_thread after
8196 target_find_description.
8197
8198 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8199
8200 * infrun.c (handle_inferior_event_1): When exec'ing, read
8201 stop_pc after follow_exec.
8202
8203 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8204
8205 * remote.c (process_g_packet): Update error message.
8206
8207 2017-09-05 Yao Qi <yao.qi@linaro.org>
8208
8209 * configure.tgt (gdb_target_obs): Add i386.o for x86_64-*
8210 targets.
8211
8212 2017-09-05 Pedro Alves <palves@redhat.com>
8213
8214 * eval.c (eval_call, evaluate_funcall): New functions, factored
8215 out from ...
8216 (evaluate_subexp_standard): ... this.
8217
8218 2017-09-05 Yao Qi <yao.qi@linaro.org>
8219
8220 * amd64-tdep.c (amd64_target_description): Create target
8221 descriptions.
8222 (_initialize_amd64_tdep): Don't call functions
8223 initialize_tdesc_amd64_*. Add self tests.
8224 * arch/amd64.c (amd64_create_target_description): Add parameter
8225 is_linux. Call set_tdesc_osabi if is_linux is true.
8226 * arch/amd64.h (amd64_create_target_description): Update the
8227 declaration.
8228 * arch/i386.c (i386_create_target_description): Add parameter
8229 is_linux. Call set_tdesc_osabi if is_linux is true.
8230 * arch/i386.h (i386_create_target_description): Update
8231 declaration.
8232 * configure.tgt: Add i386.o to gdb_target_obs.
8233 * features/Makefile (XMLTOC): Remove i386/*.xml.
8234 * features/i386/amd64-avx-avx512.c: Remove.
8235 * features/i386/amd64-avx-mpx-avx512-pku.c: Remove.
8236 * features/i386/amd64-avx-mpx.c: Remove.
8237 * features/i386/amd64-avx.c: Remove.
8238 * features/i386/amd64-mpx.c: Remove.
8239 * features/i386/amd64.c: Remove.
8240 * features/i386/i386-avx-avx512.c: Remove.
8241 * features/i386/i386-avx-mpx-avx512-pku.c: Remove.
8242 * features/i386/i386-avx-mpx.c: Remove.
8243 * features/i386/i386-avx.c: Remove.
8244 * features/i386/i386-mmx.c: Remove.
8245 * features/i386/i386-mpx.c: Remove.
8246 * features/i386/i386.c: Remove.
8247 * i386-tdep.c: Don't include features/i386/i386*.c., include
8248 target-descriptions.h and arch/i386.h.
8249 (i386_target_description): Create target descriptions.
8250 (i386_gdbarch_init): Don't call initialize_tdesc_i386_*
8251 functions. Do self tests.
8252
8253 2017-09-05 Yao Qi <yao.qi@linaro.org>
8254
8255 * features/Makefile (XMLTOC): Remove i386/amd64XXX-linux.xml.
8256 * features/i386/amd64-avx-avx512-linux.c: Removed.
8257 * features/i386/amd64-avx-linux.c: Removed.
8258 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Removed.
8259 * features/i386/amd64-avx-mpx-linux.c: Removed.
8260 * features/i386/amd64-linux.c: Removed.
8261 * features/i386/amd64-mpx-linux.c: Removed.
8262 * features/i386/x32-avx-avx512-linux.c: Removed.
8263 * features/i386/x32-avx-linux.c: Removed.
8264 * features/i386/x32-linux.c: Removed.
8265
8266 2017-09-05 Yao Qi <yao.qi@linaro.org>
8267
8268 * amd64-linux-tdep.c: Include arch/amd64.h. Don't include
8269 features/i386/*.c.
8270 (amd64_linux_read_description): Call
8271 amd64_create_target_description.
8272 * arch/amd64.c: New file.
8273 * arch/amd64.h: New file.
8274 * configure.tgt (x86_64-*-linux*): Append amd64.o.
8275 * Makefile.in (ALL_64_TARGET_OBS): Append amd64.o.
8276
8277 2017-09-05 Yao Qi <yao.qi@linaro.org>
8278
8279 * amd64-linux-tdep.c: Don't include amd64-XXX-linux and
8280 x32-XXX-linux.c. Include 64bit-XX.c and x32-XX.c.
8281 (amd64_linux_read_description): Create target descriptions.
8282 (_initialize_amd64_linux_tdep): Don't call initialize_tdesc_XXX
8283 functions. Add unit tests.
8284 * features/Makefile (FEATURE_XMLFILES): Append 64bit-XXX.xml and
8285 x32-core.xml.
8286 * features/i386/64bit-avx.c: Generated.
8287 * features/i386/64bit-avx512.c: Generated.
8288 * features/i386/64bit-core.c: Generated.
8289 * features/i386/64bit-linux.c: Generated.
8290 * features/i386/64bit-mpx.c: Generated.
8291 * features/i386/64bit-pkeys.c: Generated.
8292 * features/i386/64bit-segments.c: Generated.
8293 * features/i386/64bit-sse.c: Generated.
8294 * features/i386/x32-core.c: Generated.
8295 * target-descriptions.c (maint_print_c_tdesc_cmd): Print feature
8296 c files for amd64-linux and x32-linux.
8297
8298 2017-09-05 Yao Qi <yao.qi@linaro.org>
8299
8300 * amd64-linux-tdep.c (amd64_linux_read_description): New
8301 function.
8302 (amd64_linux_core_read_description): Call
8303 amd64_linux_read_description.
8304 (amd64_linux_init_abi): Likewise.
8305 (amd64_x32_linux_init_abi): Likewise.
8306 * amd64-linux-tdep.h (amd64_linux_read_description): Declare.
8307 * x86-linux-nat.c (x86_linux_read_description): Call
8308 amd64_linux_read_description.
8309
8310 2017-09-05 Yao Qi <yao.qi@linaro.org>
8311
8312 * amd64-linux-tdep.c (amd64_linux_core_read_description): Update
8313 comments.
8314
8315 2017-09-05 Yao Qi <yao.qi@linaro.org>
8316
8317 * features/Makefile (XMLTOC): Remove i386/i386-XX-linux.xml.
8318 * features/i386/i386-avx-avx512-linux.c: Remove.
8319 * features/i386/i386-avx-linux.c: Remove.
8320 * features/i386/i386-avx-mpx-avx512-pku-linux.c: Remove.
8321 * features/i386/i386-avx-mpx-linux.c: Remove.
8322 * features/i386/i386-linux.c: Remove.
8323 * features/i386/i386-mmx-linux.c: Remove.
8324 * features/i386/i386-mpx-linux.c: Remove.
8325
8326 2017-09-05 Yao Qi <yao.qi@linaro.org>
8327
8328 * Makefile.in (ALL_TARGET_OBS): Add i386.o.
8329 (SFILES): Add arch/i386.c.
8330 (HFILES_NO_SRCDIR): Add arch/i386.h.
8331 * arch/i386.c: New file.
8332 * arch/i386.h: New file.
8333 * arch/tdesc.h (allocate_target_description): Declare.
8334 (set_tdesc_architecture): Declare.
8335 (set_tdesc_osabi): Declare.
8336 * configure.tgt (i[34567]86-*-linux*): Add i386.o.
8337 * i386-linux-tdep.c: Don't include ../features/i386/32bit-XXX.c.
8338 include arch/i386.h.
8339 (i386_linux_read_description): Remove code and call
8340 i386_create_target_description.
8341 (set_tdesc_architecture): New function.
8342 (set_tdesc_osabi): New function.
8343 * target-descriptions.h (allocate_target_description): Remove.
8344
8345 2017-09-05 Yao Qi <yao.qi@linaro.org>
8346
8347 * arch/tdesc.h (tdesc_create_feature): Add an argument xml.
8348 * target-descriptions.c (tdesc_create_feature): Likewise, and
8349 adjust code.
8350 * features/i386/32bit-avx.c: Re-generated.
8351 * features/i386/32bit-avx512.c: Re-generated.
8352 * features/i386/32bit-core.c: Re-generated.
8353 * features/i386/32bit-linux.c: Re-generated.
8354 * features/i386/32bit-mpx.c: Re-generated.
8355 * features/i386/32bit-pkeys.c: Re-generated.
8356 * features/i386/32bit-sse.c: Re-generated.
8357
8358 2017-09-05 Yao Qi <yao.qi@linaro.org>
8359
8360 * regformats/regdef.h (struct reg): Override operator == and !=.
8361
8362 2017-09-05 Yao Qi <yao.qi@linaro.org>
8363
8364 * arch/tdesc.h: New file.
8365 * regformats/regdat.sh: Generate code using tdesc_create_reg.
8366 * target-descriptions.c: Update comments.
8367 * target-descriptions.h: Include "arch/tdesc.h". Remove the
8368 declarations.
8369 * features/i386/32bit-avx.c: Re-generated.
8370 * features/i386/32bit-avx512.c: Re-generated.
8371 * features/i386/32bit-core.c: Re-generated.
8372 * features/i386/32bit-linux.c: Re-generated.
8373 * features/i386/32bit-mpx.c: Re-generated.
8374 * features/i386/32bit-pkeys.c: Re-generated.
8375 * features/i386/32bit-sse.c: Re-generated.
8376
8377 2017-09-05 Yao Qi <yao.qi@linaro.org>
8378
8379 * regformats/regdat.sh: Update generated code.
8380
8381 2017-09-05 Yao Qi <yao.qi@linaro.org>
8382
8383 * regformats/regdat.sh: Adjust code order.
8384
8385 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8386
8387 * expprint.c (dump_subexp_body_standard): Use constant format
8388 string in fprintf_filtered call.
8389
8390 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8391
8392 * configure.nat: Add "x86-nat.o x86-dregs.o" for NetBSD/amd64 and
8393 NetBSD/i386.
8394 * x86-bsd-nat.c [!DBREG_DRX && __NetBSD__]: Define DBREG_DRX.
8395
8396 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8397
8398 * bsd-kvm.o: Make <sys/user.h> conditional on HAVE_SYS_USER_H.
8399
8400 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8401
8402 * bsd-kvm.o: Define _KMEMUSER.
8403 * configure.ac: Define _KMEMUSER when checking for "struct lwp".
8404 * configure: Regenerate.
8405
8406 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8407
8408 * amd64-fbsd-nat.c: Add include of "x86-xstate.h".
8409 * i386-fbsd-nat.c: Likewise.
8410
8411 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8412
8413 * unittests/array-view-selftests.c: Add include of <array>.
8414
8415 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8416
8417 * spu-tdep.c (flush_ea_cache): Add missing argument to
8418 call_function_by_hand.
8419
8420 2017-09-04 Pedro Alves <palves@redhat.com>
8421
8422 * NEWS (Safer support for debugging with no debug info): New.
8423
8424 2017-09-04 Pedro Alves <palves@redhat.com>
8425
8426 * c-exp.y (function_method, function_method_void): Add current
8427 instance flags to TYPE_INSTANCE.
8428 * dwarf2read.c (check_modifier): New.
8429 (compute_delayed_physnames): Assert that only C++ adds delayed
8430 physnames. Mark fn_fields as const/volatile depending on
8431 physname.
8432 * eval.c (make_params): New type_instance_flags parameter. Use
8433 it as the new type's instance flags.
8434 (evaluate_subexp_standard) <TYPE_INSTANCE>: Extract the instance
8435 flags element and pass it to make_params.
8436 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: Handle
8437 instance flags element.
8438 (dump_subexp_body_standard) <TYPE_INSTANCE>: Likewise.
8439 * gdbtypes.h: Include "enum-flags.h".
8440 (type_instance_flags): New enum-flags type.
8441 (TYPE_CONST, TYPE_VOLATILE, TYPE_RESTRICT, TYPE_ATOMIC)
8442 (TYPE_CODE_SPACE, TYPE_DATA_SPACE): Return boolean.
8443 * parse.c (operator_length_standard) <TYPE_INSTANCE>: Adjust.
8444 (follow_type_instance_flags): New function.
8445 (operator_check_standard) <TYPE_INSTANCE>: Adjust.
8446 * parser-defs.h (follow_type_instance_flags): Declare.
8447 * valops.c (value_struct_elt_for_reference): const/volatile must
8448 match too.
8449
8450 2017-09-04 Pedro Alves <palves@redhat.com>
8451
8452 * cp-namespace.c (cp_search_static_and_baseclasses): Handle
8453 function/method scopes; lookup the nested name as a function local
8454 static variable.
8455
8456 2017-09-04 Pedro Alves <palves@redhat.com>
8457
8458 (%type <voidval>): Add function_method.
8459 * c-exp.y (exp): New production for calls with no arguments.
8460 (function_method, function_method_void_or_typelist): New
8461 productions.
8462 (exp): New production for "method()::static_var".
8463 * eval.c (evaluate_subexp_standard): Handle OP_FUNC_STATIC_VAR.
8464 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
8465 Handle OP_FUNC_STATIC_VAR.
8466 * parse.c (operator_length_standard):
8467 Handle OP_FUNC_STATIC_VAR.
8468
8469 2017-09-04 Pedro Alves <palves@redhat.com>
8470
8471 * eval.c (evaluate_subexp_standard): Remove UNOP_MEMVAL_TLS
8472 handling.
8473 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
8474 Ditto.
8475 * parse.c (operator_length_standard, operator_check_standard):
8476 Ditto.
8477 * std-operator.def (UNOP_MEMVAL_TLS): Delete.
8478
8479 2017-09-04 Pedro Alves <palves@redhat.com>
8480
8481 * ax-gdb.c: Include "typeprint.h".
8482 (gen_expr_for_cast): New function.
8483 (gen_expr) <OP_CAST, OP_CAST_TYPE>: Use it.
8484 <OP_VAR_VALUE, OP_MSYM_VAR_VALUE>: Error out if the variable's
8485 type is unknown.
8486 * dwarf2read.c (new_symbol_full): Fallback to int instead of
8487 nodebug_data_symbol.
8488 * eval.c: Include "typeprint.h".
8489 (evaluate_subexp_standard) <OP_VAR_VALUE, OP_VAR_MSYM_VALUE>:
8490 Error out if symbol has unknown type.
8491 <UNOP_CAST, UNOP_CAST_TYPE>: Common bits factored out to
8492 evaluate_subexp_for_cast.
8493 (evaluate_subexp_for_address, evaluate_subexp_for_sizeof): Handle
8494 OP_VAR_MSYM_VALUE.
8495 (evaluate_subexp_for_cast): New function.
8496 * gdbtypes.c (init_nodebug_var_type): New function.
8497 (objfile_type): Use it to initialize types of variables with no
8498 debug info.
8499 * typeprint.c (error_unknown_type): New.
8500 * typeprint.h (error_unknown_type): New declaration.
8501 * compile/compile-c-types.c (convert_type_basic): Handle
8502 TYPE_CODE_ERROR; warn and fallback to int for variables with
8503 unknown type.
8504
8505 2017-09-04 Pedro Alves <palves@redhat.com>
8506
8507 * eval.c (evaluate_var_value): New function, factored out from ...
8508 (evaluate_subexp_standard): ... here.
8509
8510 2017-09-04 Pedro Alves <palves@redhat.com>
8511
8512 * eval.c (evaluate_subexp_standard) <UNOP_COMPLEMENT, UNOP_ADDR>:
8513 Remove useless assignments to 'op'.
8514
8515 2017-09-04 Pedro Alves <palves@redhat.com>
8516
8517 * eval.c (eval_skip_value): New function.
8518 (evaluate_subexp_standard): Use it.
8519
8520 2017-09-04 Pedro Alves <palves@redhat.com>
8521
8522 * eval.c (evaluate_subexp_standard): <OP_FUNCALL>: Extract
8523 function name from symbol/minsym and pass it to
8524 error_call_unknown_return_type.
8525
8526 2017-09-04 Pedro Alves <palves@redhat.com>
8527
8528 * ada-lang.c (resolve_subexp): Handle OP_VAR_MSYM_VALUE.
8529 * ax-gdb.c (gen_msym_var_ref): New function.
8530 (gen_expr): Handle OP_VAR_MSYM_VALUE.
8531 * eval.c (evaluate_var_msym_value): New function.
8532 * eval.c (evaluate_subexp_standard): Handle OP_VAR_MSYM_VALUE.
8533 <OP_FUNCALL>: Extract function name from symbol/minsym and pass it
8534 to call_function_by_hand.
8535 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
8536 Handle OP_VAR_MSYM_VALUE.
8537 (union exp_element) <msymbol>: New field.
8538 * minsyms.h (struct type): Forward declare.
8539 (find_minsym_type_and_address): Declare.
8540 * parse.c (write_exp_elt_msym): New function.
8541 (write_exp_msymbol): Delete, refactored as ...
8542 (find_minsym_type_and_address): ... this new function.
8543 (write_exp_msymbol): Reimplement using OP_VAR_MSYM_VALUE.
8544 (operator_length_standard, operator_check_standard): Handle
8545 OP_VAR_MSYM_VALUE.
8546 * std-operator.def (OP_VAR_MSYM_VALUE): New.
8547
8548 2017-09-04 Pedro Alves <palves@redhat.com>
8549
8550 * ada-lang.c (ada_evaluate_subexp) <TYPE_CODE_FUNC>: Don't handle
8551 TYPE_GNU_IFUNC specially here. Throw error if return type is
8552 unknown.
8553 * ada-typeprint.c (print_func_type): Handle functions with unknown
8554 return type.
8555 * c-typeprint.c (c_type_print_base): Handle functions and methods
8556 with unknown return type.
8557 * compile/compile-c-symbols.c (convert_symbol_bmsym)
8558 <mst_text_gnu_ifunc>: Use nodebug_text_gnu_ifunc_symbol.
8559 * compile/compile-c-types.c: Include "objfiles.h".
8560 (convert_func): For functions with unknown return type, warn and
8561 default to int.
8562 * compile/compile-object-run.c (compile_object_run): Adjust call
8563 to call_function_by_hand_dummy.
8564 * elfread.c (elf_gnu_ifunc_resolve_addr): Adjust call to
8565 call_function_by_hand.
8566 * eval.c (evaluate_subexp_standard): Adjust calls to
8567 call_function_by_hand. Handle functions and methods with unknown
8568 return type. Pass expect_type to call_function_by_hand.
8569 * f-typeprint.c (f_type_print_base): Handle functions with unknown
8570 return type.
8571 * gcore.c (call_target_sbrk): Adjust call to
8572 call_function_by_hand.
8573 * gdbtypes.c (objfile_type): Leave nodebug text symbol with NULL
8574 return type instead of int. Make nodebug_text_gnu_ifunc_symbol be
8575 an integer address type instead of nodebug.
8576 * guile/scm-value.c (gdbscm_value_call): Adjust call to
8577 call_function_by_hand.
8578 * infcall.c (error_call_unknown_return_type): New function.
8579 (call_function_by_hand): New "default_return_type" parameter.
8580 Pass it down.
8581 (call_function_by_hand_dummy): New "default_return_type"
8582 parameter. Use it instead of defaulting to int. If there's no
8583 default and the return type is unknown, throw an error. If
8584 there's a default return type, and the called function has no
8585 debug info, then assume the function is prototyped.
8586 * infcall.h (call_function_by_hand, call_function_by_hand_dummy):
8587 New "default_return_type" parameter.
8588 (error_call_unknown_return_type): New declaration.
8589 * linux-fork.c (call_lseek): Cast return type of lseek.
8590 (inferior_call_waitpid, checkpoint_command): Adjust calls to
8591 call_function_by_hand.
8592 * linux-tdep.c (linux_infcall_mmap, linux_infcall_munmap): Adjust
8593 calls to call_function_by_hand.
8594 * m2-typeprint.c (m2_procedure): Handle functions with unknown
8595 return type.
8596 * objc-lang.c (lookup_objc_class, lookup_child_selector)
8597 (value_nsstring, print_object_command): Adjust calls to
8598 call_function_by_hand.
8599 * p-typeprint.c (pascal_type_print_varspec_prefix): Handle
8600 functions with unknown return type.
8601 (pascal_type_print_func_varspec_suffix): New function.
8602 (pascal_type_print_varspec_suffix) <TYPE_CODE_FUNC,
8603 TYPE_CODE_METHOD>: Use it.
8604 * python/py-value.c (valpy_call): Adjust call to
8605 call_function_by_hand.
8606 * rust-lang.c (rust_evaluate_funcall): Adjust call to
8607 call_function_by_hand.
8608 * valarith.c (value_x_binop, value_x_unop): Adjust calls to
8609 call_function_by_hand.
8610 * valops.c (value_allocate_space_in_inferior): Adjust call to
8611 call_function_by_hand.
8612 * typeprint.c (type_print_unknown_return_type): New function.
8613 * typeprint.h (type_print_unknown_return_type): New declaration.
8614
8615 2017-09-04 Pedro Alves <palves@redhat.com>
8616
8617 * gdbtypes.c (lookup_function_type_with_arguments): Mark function
8618 types with more than one parameter as prototyped.
8619
8620 2017-09-04 Pedro Alves <palves@redhat.com>
8621
8622 * cli/cli-cmds.c (print_disassembly, disassemble_current_function)
8623 (disassemble_command): Use gdb_disassembly_flags instead of bare
8624 int.
8625 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn)
8626 (dump_insns, do_mixed_source_and_assembly_deprecated)
8627 (do_mixed_source_and_assembly, do_assembly_only, gdb_disassembly):
8628 Use gdb_disassembly_flags instead of bare int.
8629 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED, DISASSEMBLY_RAW_INSN)
8630 (DISASSEMBLY_OMIT_FNAME, DISASSEMBLY_FILENAME)
8631 (DISASSEMBLY_OMIT_PC, DISASSEMBLY_SOURCE)
8632 (DISASSEMBLY_SPECULATIVE): No longer macros. Instead they're...
8633 (enum gdb_disassembly_flag): ... values of this new enumeration.
8634 (gdb_disassembly_flags): Define.
8635 (gdb_disassembly)
8636 (gdb_pretty_print_disassembler::pretty_print_insn): Use it.
8637 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Use
8638 gdb_disassembly_flags instead of bare int.
8639 * record-btrace.c (btrace_insn_history)
8640 (record_btrace_insn_history, record_btrace_insn_history_range)
8641 (record_btrace_insn_history_from): Use gdb_disassembly_flags
8642 instead of bare int.
8643 * record.c (get_insn_history_modifiers, cmd_record_insn_history):
8644 Use gdb_disassembly_flags instead of bare int.
8645 * target-debug.h (target_debug_print_gdb_disassembly_flags):
8646 Define.
8647 * target-delegates.c: Regenerate.
8648 * target.c (target_insn_history, target_insn_history_from)
8649 (target_insn_history_range): Use gdb_disassembly_flags instead of
8650 bare int.
8651 * target.h: Include "disasm.h".
8652 (struct target_ops) <to_insn_history, to_insn_history_from,
8653 to_insn_history_range>: Use gdb_disassembly_flags instead of bare
8654 int.
8655 (target_insn_history, target_insn_history_from)
8656 (target_insn_history_range): Use gdb_disassembly_flags instead of
8657 bare int.
8658
8659 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8660
8661 * cli/cli-script.c (build_command_line): For if/while commands,
8662 check whether args is empty.
8663
8664 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8665
8666 * cli/cli-script.h (enum misc_command_type): Move from defs.h.
8667 (enum command_control_type): Likewise.
8668 (struct command_line): Likewise.
8669 (free_command_lines): Likewise.
8670 (struct command_lines_deleter): Likewise.
8671 (command_line_up): Likewise.
8672 (read_command_lines): Likewise.
8673 (read_command_lines_1): Likewise.
8674 * defs.h (enum misc_command_type): Move to cli/cli-script.h.
8675 (enum command_control_type): Likewise.
8676 (struct command_line): Likewise.
8677 (free_command_lines): Likewise.
8678 (struct command_lines_deleter): Likewise.
8679 (command_line_up): Likewise.
8680 (read_command_lines): Likewise.
8681 (read_command_lines_1): Likewise.
8682 * breakpoint.h: Include cli/cli-script.h.
8683 * extension-priv.h: Likewise.
8684 * gdbcmd.h: Likewise.
8685
8686 2017-09-04 Pedro Alves <palves@redhat.com>
8687
8688 * ada-lang.c (is_known_support_routine): Move sal declaration to
8689 where it is initialized.
8690 * breakpoint.c (create_internal_breakpoint, init_catchpoint)
8691 (parse_breakpoint_sals, decode_static_tracepoint_spec)
8692 (clear_command, update_static_tracepoint): Remove init_sal
8693 references. Move declarations closer to initializations.
8694 * cli/cli-cmds.c (list_command): Move sal declarations closer to
8695 initializations.
8696 * elfread.c (elf_gnu_ifunc_resolver_stop): Remove init_sal
8697 references. Move sal declarations closer to initializations.
8698 * frame.c (find_frame_sal): Return a symtab_and_line via function
8699 return instead of output parameter. Remove init_sal references.
8700 * frame.h (find_frame_sal): Return a symtab_and_line via function
8701 return instead of output parameter.
8702 * guile/scm-frame.c (gdbscm_frame_sal): Adjust.
8703 * guile/scm-symtab.c (stscm_make_sal_smob): Use in-place new
8704 instead of memset.
8705 (gdbscm_find_pc_line): Remove init_sal reference.
8706 * infcall.c (call_function_by_hand_dummy): Remove init_sal
8707 references. Move declarations closer to initializations.
8708 * infcmd.c (set_step_frame): Update. Move declarations closer to
8709 initializations.
8710 (finish_backward): Remove init_sal references. Move declarations
8711 closer to initializations.
8712 * infrun.c (process_event_stop_test, handle_step_into_function)
8713 (insert_hp_step_resume_breakpoint_at_frame)
8714 (insert_step_resume_breakpoint_at_caller): Likewise.
8715 * linespec.c (create_sals_line_offset, decode_digits_ordinary)
8716 (symbol_to_sal): Likewise.
8717 * probe.c (parse_probes_in_pspace): Remove init_sal reference.
8718 * python/py-frame.c (frapy_find_sal): Move sal declaration closer
8719 to its initialization.
8720 * reverse.c (save_bookmark_command): Use new/delete. Remove
8721 init_sal references. Move declarations closer to initializations.
8722 * source.c (get_current_source_symtab_and_line): Remove brace
8723 initialization.
8724 (set_current_source_symtab_and_line): Now takes the sal by const
8725 reference. Remove brace initialization.
8726 (line_info): Remove init_sal reference.
8727 * source.h (set_current_source_symtab_and_line): Now takes a
8728 symtab_and_line via const reference.
8729 * stack.c (set_current_sal_from_frame): Adjust.
8730 (print_frame_info): Adjust.
8731 (get_last_displayed_sal): Return the sal via function return
8732 instead of via output parameter. Simplify.
8733 (frame_info): Adjust.
8734 * stack.h (get_last_displayed_sal): Return the sal via function
8735 return instead of via output parameter.
8736 * symtab.c (init_sal): Delete.
8737 (find_pc_sect_line): Remove init_sal references. Move
8738 declarations closer to initializations.
8739 (find_function_start_sal): Remove init_sal references. Move
8740 declarations closer to initializations.
8741 * symtab.h (struct symtab_and_line): In-class initialize all
8742 fields.
8743 * tracepoint.c (set_traceframe_context)
8744 (print_one_static_tracepoint_marker): Remove init_sal references.
8745 Move declarations closer to initializations.
8746 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Adjust.
8747 * tui/tui-stack.c (tui_show_frame_info): Adjust. Move
8748 declarations closer to initializations.
8749 * tui/tui-winsource.c (tui_update_source_window_as_is): Remove
8750 init_sal references. Adjust.
8751
8752 2017-09-04 Pedro Alves <palves@redhat.com>
8753
8754 * ax-gdb.c (agent_command_1): Use range-for.
8755 * break-catch-throw.c (re_set_exception_catchpoint): Update.
8756 * breakpoint.c: Include "common/array-view.h".
8757 (init_breakpoint_sal, create_breakpoint_sal): Change sals
8758 parameter from struct symtabs_and_lines to
8759 array_view<symtab_and_line>. Adjust. Use range-for. Update.
8760 (breakpoint_sals_to_pc): Change sals parameter from struct
8761 symtabs_and_lines to std::vector reference.
8762 (check_fast_tracepoint_sals): Change sals parameter from struct
8763 symtabs_and_lines to std::array_view. Use range-for.
8764 (decode_static_tracepoint_spec): Return a std::vector instead of
8765 symtabs_and_lines. Update.
8766 (create_breakpoint): Update.
8767 (break_range_command, until_break_command, clear_command): Update.
8768 (base_breakpoint_decode_location, bkpt_decode_location)
8769 (bkpt_probe_create_sals_from_location)
8770 (bkpt_probe_decode_location, tracepoint_decode_location)
8771 (tracepoint_probe_decode_location)
8772 (strace_marker_create_sals_from_location): Return a std::vector
8773 instead of symtabs_and_lines.
8774 (strace_marker_create_breakpoints_sal): Update.
8775 (strace_marker_decode_location): Return a std::vector instead of
8776 symtabs_and_lines. Update.
8777 (update_breakpoint_locations): Change struct symtabs_and_lines
8778 parameters to gdb::array_view. Adjust.
8779 (location_to_sals): Return a std::vector instead of
8780 symtabs_and_lines. Update.
8781 (breakpoint_re_set_default): Use std::vector instead of struct
8782 symtabs_and_lines.
8783 (decode_location_default): Return a std::vector instead of
8784 symtabs_and_lines. Update.
8785 * breakpoint.h: Include "common/array-view.h".
8786 (struct breakpoint_ops) <decode_location>: Now returns a
8787 std::vector instead of returning a symtabs_and_lines via output
8788 parameter.
8789 (update_breakpoint_locations): Change sals parameters to use
8790 gdb::array_view.
8791 * cli/cli-cmds.c (edit_command, list_command): Update to use
8792 std::vector and gdb::array_view.
8793 (ambiguous_line_spec): Adjust to use gdb::array_view and
8794 range-for.
8795 (compare_symtabs): Rename to ...
8796 (cmp_symtabs): ... this. Change parameters to symtab_and_line
8797 const reference and adjust.
8798 (filter_sals): Rewrite using std::vector and standard algorithms.
8799 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Simplify.
8800 (jump_command): Update to use std::vector.
8801 * linespec.c (struct linespec_state) <canonical_names>: Update
8802 comment.
8803 (add_sal_to_sals_basic): Delete.
8804 (add_sal_to_sals, filter_results, convert_results_to_lsals)
8805 (decode_line_2, create_sals_line_offset)
8806 (convert_address_location_to_sals, convert_linespec_to_sals)
8807 (convert_explicit_location_to_sals, parse_linespec)
8808 (event_location_to_sals, decode_line_full, decode_line_1)
8809 (decode_line_with_current_source)
8810 (decode_line_with_last_displayed, decode_objc)
8811 (decode_digits_list_mode, decode_digits_ordinary, minsym_found)
8812 (linespec_result::~linespec_result): Adjust to use std::vector
8813 instead of symtabs_and_lines.
8814 * linespec.h (linespec_sals::sals): Now a std::vector.
8815 (struct linespec_result): Use std::vector, bool, and in-class
8816 initialization.
8817 (decode_line_1, decode_line_with_current_source)
8818 (decode_line_with_last_displayed): Return std::vector.
8819 * macrocmd.c (info_macros_command): Use std::vector.
8820 * mi/mi-main.c (mi_cmd_trace_find): Use std::vector.
8821 * probe.c (parse_probes_in_pspace, parse_probes): Adjust to use
8822 std::vector.
8823 * probe.h (parse_probes): Return a std::vector.
8824 * python/python.c (gdbpy_decode_line): Use std::vector and
8825 gdb::array_view.
8826 * source.c (select_source_symtab, line_info): Use std::vector.
8827 * stack.c (func_command): Use std::vector.
8828 * symtab.h (struct symtabs_and_lines): Delete.
8829 * tracepoint.c (tfind_line_command, scope_info): Use std::vector.
8830
8831 2017-09-04 Pedro Alves <palves@redhat.com>
8832
8833 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
8834 unittests/array-view-selftests.c.
8835 (SUBDIR_UNITTESTS_OBS): Add array-view-selftests.o.
8836 * common/array-view.h: New file.
8837 * unittests/array-view-selftests.c: New file.
8838
8839 2017-09-04 Pedro Alves <palves@redhat.com>
8840
8841 * cli/cli-cmds.c (edit_command): Pass message to
8842 ambiguous_line_spec.
8843 (list_command): Pass message to ambiguous_line_spec. Say
8844 "first"/"last" instead of "start" and "end" to be consistent with
8845 the manual.
8846 (ambiguous_line_spec): Add 'format' and vararg parameters. Use
8847 them to print formatted message.
8848
8849 2017-09-04 Pedro Alves <palves@redhat.com>
8850
8851 * btrace.c (ftrace_add_pt): Pass btrace_insn to
8852 ftrace_update_insns by reference instead of pointer.
8853
8854 2017-09-04 Yao Qi <yao.qi@linaro.org>
8855
8856 * i386-go32-tdep.c: Include x86-xstate.h.
8857 (i386_go32_init_abi): Call i386_target_description.
8858 * i386-tdep.c (i386_target_description): Return tdesc_i386_mmx
8859 if xcr0 is X86_XSTATE_X87_MASK.
8860 * i386-tdep.h (tdesc_i386): Remove the declaration.
8861 (tdesc_i386_mmx): Likewise.
8862
8863 2017-09-04 Yao Qi <yao.qi@linaro.org>
8864
8865 * i386-fbsd-tdep.c (i386fbsd_core_read_xcr0): Return
8866 X86_XSTATE_SSE_MASK instead of 0.
8867
8868 2017-09-04 Yao Qi <yao.qi@linaro.org>
8869
8870 * amd64-fbsd-nat.c (amd64fbsd_read_description): Call
8871 i386_target_description.
8872 * i386-fbsd-nat.c (i386fbsd_read_description): Call
8873 i386_target_description.
8874 * i386-tdep.c (i386_gdbarch_init): Likewise.
8875
8876 2017-09-04 Yao Qi <yao.qi@linaro.org>
8877
8878 * amd64-darwin-tdep.c: Include "x86-xstate.h".
8879 (x86_darwin_init_abi_64): Call amd64_target_description.
8880 * amd64-dicos-tdep.c: Likewise.
8881 * amd64-fbsd-nat.c: Likewise.
8882 * amd64-fbsd-tdep.c: Likewise.
8883 * amd64-nbsd-tdep.c: Likewise.
8884 * amd64-obsd-tdep.c: Likewise.
8885 * amd64-sol2-tdep.c: Likewise.
8886 * amd64-windows-tdep.c: Likewise.
8887 * amd64-tdep.h (tdesc_amd64): Remove the declaration.
8888
8889 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8890
8891 * btrace.h (btrace_insn_s, DEF_VEC_O (btrace_insn_s)): Remove.
8892 (btrace_function) <insn>: Change type to use std::vector.
8893 * btrace.c (ftrace_debug, ftrace_call_num_insn,
8894 ftrace_find_call, ftrace_new_gap, ftrace_update_function,
8895 ftrace_update_insns, ftrace_compute_global_level_offset,
8896 btrace_stitch_bts, btrace_clear, btrace_insn_get,
8897 btrace_insn_end, btrace_insn_next, btrace_insn_prev): Adjust to
8898 change to std::vector.
8899 (ftrace_update_insns): Adjust to change to std::vector, change
8900 type of INSN parameter.
8901 (btrace_compute_ftrace_bts): Adjust call to ftrace_update_insns.
8902 * record-btrace.c (btrace_call_history_insn_range,
8903 btrace_compute_src_line_range,
8904 record_btrace_frame_prev_register): Adjust to change to
8905 std::vector.
8906 * python/py-record-btrace.c (recpy_bt_func_instructions): Adjust
8907 to change to std::vector.
8908
8909 2017-09-03 Tom Tromey <tom@tromey.com>
8910
8911 * corefile.c (reopen_exec_file): Use std::string.
8912
8913 2017-09-03 Tom Tromey <tom@tromey.com>
8914
8915 * compile/compile.c (compile_register_name_mangled): Return
8916 std::string.
8917 * compile/compile-loc2c.c (pushf_register_address): Update.
8918 (pushf_register): Update.
8919 * compile/compile-c-types.c (convert_array): Update.
8920 * compile/compile-c-symbols.c (generate_vla_size): Update.
8921 (error_symbol_once): Use a gdb::unique_xmalloc_ptr.
8922 (symbol_substitution_name): Return a gdb::unique_xmalloc_ptr.
8923 (convert_one_symbol): Update.
8924 (generate_c_for_for_one_variable): Update.
8925 * compile/compile-c-support.c (c_get_range_decl_name): Return a
8926 std::string.
8927 (generate_register_struct): Update.
8928 * compile/compile-internal.h (c_get_range_decl_name): Return a
8929 std::string.
8930 (compile_register_name_mangled): Return std::string.
8931
8932 2017-09-03 Tom Tromey <tom@tromey.com>
8933
8934 * utils.c (perror_string): Return a std::string.
8935 (throw_perror_with_name, perror_warning_with_name): Update.
8936
8937 2017-09-03 Tom Tromey <tom@tromey.com>
8938
8939 * demangle.c (demangle_command): Use std::string,
8940 unique_xmalloc_ptr.
8941
8942 2017-09-03 Tom Tromey <tom@tromey.com>
8943
8944 * cli/cli-setshow.c (do_set_command): Use std::string.
8945
8946 2017-09-03 Tom Tromey <tom@tromey.com>
8947
8948 * cli/cli-cmds.c (cd_command): Use gdb::unique_xmalloc_ptr.
8949
8950 2017-09-03 Tom Tromey <tom@tromey.com>
8951
8952 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use std::string.
8953
8954 2017-09-03 Tom Tromey <tom@tromey.com>
8955
8956 * mi/mi-cmd-env.c (env_execute_cli_command): Use
8957 gdb::unique_xmalloc_ptr.
8958
8959 2017-09-03 Tom Tromey <tom@tromey.com>
8960
8961 * thread.c (print_thread_info_1): Use string_printf.
8962 (thread_apply_command, thread_apply_all_command): Use
8963 std::string.
8964
8965 2017-09-03 Tom Tromey <tom@tromey.com>
8966
8967 * valprint.c (val_print_string): Update.
8968 * gdbcore.h (memory_error_message): Return std::string.
8969 * corefile.c (memory_error_message): Return std::string.
8970 (memory_error): Update.
8971 * breakpoint.c (insert_bp_location): Update.
8972
8973 2017-09-03 Simon Marchi <simon.marchi@ericsson.com>
8974
8975 * target/waitstatus.h (target_waitstatus_to_string): Change
8976 return type to std::string.
8977 * target/waitstatus.c (target_waitstatus_to_string): Return
8978 std::string.
8979 * target.h (target_waitstatus_to_string): Remove declaration.
8980 * infrun.c (resume, clear_proceed_status_thread,
8981 print_target_wait_results, do_target_wait, save_waitstatus,
8982 stop_all_threads): Adjust.
8983 * record-btrace.c (record_btrace_wait): Adjust.
8984 * target-debug.h
8985 (target_debug_print_struct_target_waitstatus_p): Adjust.
8986
8987 2017-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8988
8989 PR gdb/22046
8990 * nat/linux-procfs.c (parse_proc_status_state): Fix PROC_STATE_STOPPED
8991 detection.
8992
8993 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8994
8995 * NEWS (Changes since GDB 8.0): Add entry mentioning new support
8996 for setting/unsetting environment variables on the remote target.
8997 (New remote packets): Add entries for QEnvironmentHexEncoded,
8998 QEnvironmentUnset and QEnvironmentReset.
8999 * common/environ.c (gdb_environ::operator=): Extend method to
9000 handle m_user_set_env_list and m_user_unset_env_list.
9001 (gdb_environ::clear): Likewise.
9002 (match_var_in_string): Change type of first parameter from 'char
9003 *' to 'const char *'.
9004 (gdb_environ::set): Extend method to handle
9005 m_user_set_env_list and m_user_unset_env_list.
9006 (gdb_environ::unset): Likewise.
9007 (gdb_environ::clear_user_set_env): New method.
9008 (gdb_environ::user_set_envp): Likewise.
9009 (gdb_environ::user_unset_envp): Likewise.
9010 * common/environ.h (gdb_environ): Handle m_user_set_env_list and
9011 m_user_unset_env_list on move constructor/assignment.
9012 (unset): Add new default parameter 'update_unset_list = true'.
9013 (clear_user_set_env): New method.
9014 (user_set_envp): Likewise.
9015 (user_unset_envp): Likewise.
9016 (m_user_set_env_list): New std::set.
9017 (m_user_unset_env_list): Likewise.
9018 * common/rsp-low.c (hex2str): New function.
9019 (bin2hex): New overload for bin2hex function.
9020 * common/rsp-low.c (hex2str): New prototype.
9021 (str2hex): New overload prototype.
9022 * remote.c: Include "environ.h". Add QEnvironmentHexEncoded,
9023 QEnvironmentUnset and QEnvironmentReset.
9024 (remote_protocol_features): Add QEnvironmentHexEncoded,
9025 QEnvironmentUnset and QEnvironmentReset packets.
9026 (send_environment_packet): New function.
9027 (extended_remote_environment_support): Likewise.
9028 (extended_remote_create_inferior): Call
9029 extended_remote_environment_support.
9030 (_initialize_remote): Add QEnvironmentHexEncoded,
9031 QEnvironmentUnset and QEnvironmentReset packet configs.
9032 * unittests/environ-selftests.c (gdb_selftest_env_var):
9033 New variable.
9034 (test_vector_initialization): New function.
9035 (test_init_from_host_environ): Likewise.
9036 (test_reinit_from_host_environ): Likewise.
9037 (test_set_A_unset_B_unset_A_cannot_find_A_can_find_B):
9038 Likewise.
9039 (test_unset_set_empty_vector): Likewise.
9040 (test_vector_clear): Likewise.
9041 (test_std_move): Likewise.
9042 (test_move_constructor):
9043 (test_self_move): Likewise.
9044 (test_set_unset_reset): Likewise.
9045 (run_tests): Rewrite in terms of the functions above.
9046
9047 2017-08-31 Weimin Pan <weimin.pan@oracle.com>
9048
9049 * sparc64-tdep.c (adi_stat_t): Fix comment formatting.
9050 (adi_available): Use a temp variable of type CORE_ADDR as argument
9051 3 when calling target_auxv_search.
9052 (adi_normalize_address): Use masks and xor operators to calculate
9053 normalized address.
9054 (adi_read_versions, adi_write_versions, adi_print_versions)
9055 (do_examine, do_assign): Use paddress.
9056
9057 2017-08-29 John Baldwin <jhb@FreeBSD.org>
9058
9059 * mips-fbsd-nat.c (getfpregs_supplies): Return true for FIR.
9060 * mips-fbsd-tdep.c (mips_fbsd_supply_fpregs): Split supply of FSR
9061 out of loop and add supply of FIR.
9062 (mips_fbsd_collect_fpregs): Split collect of FSR out of loop and
9063 add collect of FIR.
9064
9065 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9066
9067 PR gdb/21827
9068 * cli/cli-script.c (define_command): Don't convert command name
9069 to lower case.
9070
9071 2017-08-25 Joel Brobecker <brobecker@adacore.com>
9072
9073 * ada-lang.c (ada_lookup_struct_elt_type): Remove parameter "dispp".
9074 Update all callers accordingly. Remove all code blocks handling
9075 the case where DISPP is not NULL.
9076
9077 2017-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9078
9079 PR symtab/22003
9080 * dwarf2read.c (dwarf2_const_value_attr, dump_die_shallow)
9081 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
9082 (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_implicit_const.
9083
9084 2017-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9085
9086 * dwarf2read.c (build_type_psymtabs_reader): New prototype.
9087 (process_psymtab_comp_unit): Accept IS_DEBUG_TYPES.
9088 (read_comp_units_from_section): New parameter abbrev_section, use
9089 read_and_check_comp_unit_head, allocate signatured_type if needed.
9090 (create_all_comp_units): Update read_comp_units_from_section caller.
9091
9092 2017-08-23 Pedro Alves <palves@redhat.com>
9093
9094 PR remote/21852
9095 * remote.c (add_current_inferior_and_thread): Set inferior_ptid
9096 to null_ptid and switch to thread without reading the registers
9097 after adding the inferior.
9098
9099 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9100
9101 * NEWS (Changes since GDB 8.0): Add set compile-gcc and show
9102 compile-gcc.
9103 * compile/compile.c (compile_gcc, show_compile_gcc): New.
9104 (compile_to_object): Implement compile_gcc.
9105 (_initialize_compile): Install "set compile-gcc". Initialize
9106 compile_gcc.
9107
9108 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9109
9110 * compile/compile.c (compile_to_object): Conditionally call
9111 set_verbose. Conditionally call compile or compile_v0.
9112
9113 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
9114
9115 * sparc64-tdep.h: (adi_normalize_address): New export.
9116 * sparc-nat.h: (open_adi_tag_fd): New export.
9117 * sparc64-linux-nat.c: (open_adi_tag_fd): New function.
9118 * sparc64-linux-tdep.c:
9119 (SEGV_ACCADI, SEGV_ADIDERR, SEGV_ADIPERR) New defines.
9120 (sparc64_linux_handle_segmentation_fault): New function.
9121 (sparc64_linux_init_abi): Register
9122 sparc64_linux_handle_segmentation_fault
9123 * sparc64-tdep.c: Include cli-utils.h,gdbcmd.h,auxv.h.
9124 (sparc64_addr_bits_remove): New function.
9125 (sparc64_init_abi): Register sparc64_addr_bits_remove.
9126 (MAX_PROC_NAME_SIZE): New macro.
9127 (AT_ADI_BLKSZ, AT_ADI_NBITS, AT_ADI_UEONADI) New defines.
9128 (sparc64adilist): New variable.
9129 (adi_proc_list): New variable.
9130 (find_adi_info): New function.
9131 (add_adi_info): New function.
9132 (get_adi_info_proc): New function.
9133 (get_adi_info): New function.
9134 (info_adi_command): New function.
9135 (read_maps_entry): New function.
9136 (adi_available): New function.
9137 (adi_normalize_address): New function.
9138 (adi_align_address): New function.
9139 (adi_convert_byte_count): New function.
9140 (adi_tag_fd): New function.
9141 (adi_is_addr_mapped): New function.
9142 (adi_read_versions): New function.
9143 (adi_write_versions): New function.
9144 (adi_print_versions): New function.
9145 (do_examine): New function.
9146 (do_assign): New function.
9147 (adi_examine_command): New function.
9148 (adi_assign_command): New function.
9149 (_initialize_sparc64_adi_tdep): New function.
9150
9151 2017-08-22 Simon Marchi <simon.marchi@ericsson.com>
9152
9153 * breakpoint.c (breakpoints_info): Rename to ...
9154 (info_breakpoints_command): ... this.
9155 (watchpoints_info): Rename to ...
9156 (info_watchpoints_command): ... this.
9157 (tracepoints_info): Rename to ...
9158 (info_tracepoints_command): ... this.
9159 (_initialize_breakpoint): Adjust.
9160 * dcache.c (dcache_info): Rename to ...
9161 (info_display_command): ... this.
9162 (_initialize_dcache): Adjust.
9163 * frame.h (args_info): Rename to ...
9164 (info_args_command): ... this.
9165 (locals_info): Rename to ...
9166 (info_locals_command): ... this.
9167 * infcmd.c (nofp_registers_info): Rename to ...
9168 (info_registers_command): ... this.
9169 (float_info): Rename to ...
9170 (info_float_command): ... this.
9171 (program_info): Rename to ...
9172 (info_program_command): ... this.
9173 (all_registers_info): Rename to ...
9174 (info_all_registers_command): ... this.
9175 (vector_info): Rename to ...
9176 (info_vector_command): ... this.
9177 (float_info): Rename to ...
9178 (info_float_command): ... this.
9179 (_initialize_infcmd): Adjust.
9180 * inferior.h (term_info): Rename to ...
9181 (info_terminal_command): ... this.
9182 * inflow.c (term_info): Rename to ...
9183 (info_terminal_command): ... this.
9184 (_initialize_inflow): Adjust.
9185 * infrun.c (signals_info): Rename to ...
9186 (info_signals_command): ... this.
9187 (_initialize_infrun): Adjust.
9188 * objc-lang.c (classes_info): Rename to ...
9189 (info_classes_command): ... this.
9190 (selectors_info): Rename to ...
9191 (info_selectors_command): ... this.
9192 (_initialize_objc_language): Adjust.
9193 * printcmd.c (sym_info): Rename to ...
9194 (info_symbol_command): ... this.
9195 (address_info): Rename to ...
9196 (info_address_command): ... this.
9197 (display_info): Rename to ...
9198 (info_display_command): ... this.
9199 (_initialize_printcmd): Adjust.
9200 * reverse.c (bookmarks_info): Rename to ...
9201 (info_breakpoints_command): ... this.
9202 (_initialize_reverse): Adjust.
9203 * ser-go32.c (dos_info): Rename to ...
9204 (info_serial_command): ... this.
9205 (_initialize_ser_dos): Adjust.
9206 * skip.c (skip_info): Rename to ...
9207 (info_skip_command): ... this.
9208 (_initialize_step_skip): Adjust.
9209 * source.c (line_info): Rename to ...
9210 (info_line_command): ... this.
9211 (source_info): Rename to ...
9212 (info_source_command)
9213 * stack.c (frame_info): Rename to ...
9214 (info_frame_command): ... this.
9215 (locals_info): Rename to ...
9216 (info_locals_command): ... this.
9217 (args_info): Rename to ...
9218 (info_args_command): ... this.
9219 (_initialize_stack): Adjust.
9220 * symtab.c (sources_info): Rename to ...
9221 (info_sources_command): ... this.
9222 (variables_info): Rename to ...
9223 (info_variables_command): ... this.
9224 (functions_info): Rename to ...
9225 (info_functions_command): ... this.
9226 (types_info): Rename to ...
9227 (info_types_command): ... this.
9228 (_initialize_symtab): Adjust.
9229 * target.c (target_info): Rename to ...
9230 (info_target_command): ... this.
9231 (initialize_targets): Adjust.
9232 * tracepoint.c (tvariables_info): Rename to ...
9233 (info_tvariables_command): ... this.
9234 (scope_info): Rename to ...
9235 (info_scope_command): ... this.
9236 (trace_dump_actions): Adjust.
9237 (_initialize_tracepoint): Adjust.
9238
9239 2017-08-22 Tom Tromey <tom@tromey.com>
9240
9241 * breakpoint.h (install_breakpoint): Update.
9242 * breakpoint.c (add_solib_catchpoint): Update.
9243 (install_breakpoint): Change argument to a std::unique_ptr.
9244 (create_fork_vfork_event_catchpoint): Use std::unique_ptr.
9245 (create_breakpoint_sal, create_breakpoint): Update.
9246 (watch_command_1, catch_exec_command_1)
9247 (strace_marker_create_breakpoints_sal): Use std::unique_ptr.
9248 (add_to_breakpoint_chain): Change argument to a std::unique_ptr.
9249 Return the breakpoint.
9250 (set_raw_breakpoint_without_location, set_raw_breakpoint)
9251 (new_single_step_breakpoint): Update.
9252 * break-catch-throw.c (handle_gnu_v3_exceptions): Use
9253 std::unique_ptr.
9254 * break-catch-syscall.c (create_syscall_event_catchpoint): Use
9255 std::unique_ptr.
9256 * break-catch-sig.c (create_signal_catchpoint): Use
9257 std::unique_ptr.
9258 * ada-lang.c (create_ada_exception_catchpoint): Use
9259 std::unique_ptr.
9260
9261 2017-08-22 Tom Tromey <tom@tromey.com>
9262
9263 * breakpoint.c (add_solib_catchpoint): Use std::unique_ptr.
9264
9265 2017-08-22 Tom Tromey <tom@tromey.com>
9266
9267 * psymtab.c (psymtab_search_name): Return a unique_xmalloc_ptr.
9268 (lookup_partial_symbol): Update.
9269
9270 2017-08-22 Tom Tromey <tom@tromey.com>
9271
9272 * source.h (rewrite_source_path): Return a unique_xmalloc_ptr.
9273 * source.c (rewrite_source_path): Return a unique_xmalloc_ptr.
9274 (find_and_open_source, symtab_to_fullname): Update.
9275 * psymtab.c (psymtab_to_fullname): Update.
9276
9277 2017-08-22 Tom Tromey <tom@tromey.com>
9278
9279 * exec.c (exec_file_attach): Update.
9280 * linux-thread-db.c (try_thread_db_load): Update.
9281 * guile/scm-safe-call.c (gdbscm_safe_source_script): Update.
9282 * utils.c (gdb_realpath): Change return type.
9283 (gdb_realpath_keepfile): Update.
9284 (gdb_realpath_check_trailer, gdb_realpath_tests): New functions.
9285 (_initialize_utils): Register the new self test.
9286 * source.c (openp): Update.
9287 (find_and_open_source): Update.
9288 * nto-tdep.c (nto_find_and_open_solib): Update.
9289 * main.c (set_gdb_data_directory): Update.
9290 (captured_main_1): Update.
9291 * dwarf2read.c (dwarf2_get_dwz_file): Update
9292 (dw2_map_symbol_filenames): Update.
9293 * auto-load.c (auto_load_safe_path_vec_update): Update.
9294 (filename_is_in_auto_load_safe_path_vec): Change type of
9295 "filename_realp".
9296 (auto_load_objfile_script): Update.
9297 (file_is_auto_load_safe): Update. Use std::string.
9298 * utils.h (gdb_realpath): Return a gdb::unique_xmalloc_ptr.
9299
9300 2017-08-22 Tom Tromey <tom@tromey.com>
9301
9302 * utils.c (gdb_realpath_keepfile): Return a
9303 gdb::unique_xmalloc_ptr.
9304 * exec.c (exec_file_attach): Update.
9305 * utils.h (gdb_realpath_keepfile): Return a
9306 gdb::unique_xmalloc_ptr.
9307
9308 2017-08-22 Tom Tromey <tom@tromey.com>
9309
9310 * compile/compile.c (compile_file_command): Use
9311 gdb::unique_xmalloc_ptr, std::string.
9312 * utils.c (gdb_abspath): Change return type.
9313 * source.c (openp): Update.
9314 * objfiles.c (allocate_objfile): Update.
9315 * main.c (set_gdb_data_directory): Update.
9316 * utils.h (gdb_abspath): Return a gdb::unique_xmalloc_ptr.
9317
9318 2017-08-22 Zhouyi Zhou <zhouzhouyi@gmail.com>
9319
9320 * cli-cmds.c (list_commands): List actual code around more than
9321 one location.
9322
9323 2017-08-21 John Baldwin <jhb@FreeBSD.org>
9324
9325 * fbsd-nat.c (fbsd_add_threads): Use array type for `lwps'.
9326
9327 2017-08-21 Pedro Alves <palves@redhat.com>
9328
9329 PR gdb/19487
9330 * c-exp.y (variable production): Handle function aliases.
9331 * minsyms.c (msymbol_is_text): New function.
9332 * minsyms.h (msymbol_is_text): Declare.
9333 * symtab.c (find_function_alias_target): New function.
9334 * symtab.h (find_function_alias_target): Declare.
9335
9336 2017-08-21 Pedro Alves <palves@redhat.com>
9337
9338 * eval.c (evaluate_subexp_standard) <OP_TYPE>: Don't dig past
9339 typedefs.
9340 * typeprint.c (whatis_exp): If handling "whatis", and expression
9341 is OP_TYPE, strip one typedef level. Otherwise don't strip
9342 typedefs here.
9343 * valops.c (value_cast): Save "to" type before resolving
9344 stubs/typedefs. Use that type as resulting value's type.
9345
9346 2017-08-18 Tom Tromey <tom@tromey.com>
9347 Pedro Alves <palves@redhat.com>
9348
9349 * spu-multiarch.c (parse_spufs_run): Use scoped_restore.
9350 * sol-thread.c (sol_thread_resume, sol_thread_wait)
9351 (sol_thread_xfer_partial, rw_common): Use scoped_restore.
9352 * procfs.c (procfs_do_thread_registers): Use scoped_restore.
9353 * proc-service.c (ps_xfer_memory): Use scoped_restore.
9354 * linux-tdep.c (linux_corefile_thread): Remove a cleanup.
9355 (linux_get_siginfo_data): Add "thread" argument. Use
9356 scoped_restore.
9357 * linux-nat.c (linux_child_follow_fork)
9358 (check_stopped_by_watchpoint): Use scoped_restore.
9359 * infrun.c (displaced_step_prepare_throw, write_memory_ptid)
9360 (THREAD_STOPPED_BY, handle_signal_stop): Use scoped_restore.
9361 (restore_inferior_ptid, save_inferior_ptid): Remove.
9362 * btrace.c (btrace_fetch): Use scoped_restore.
9363 * bsd-uthread.c (bsd_uthread_fetch_registers)
9364 (bsd_uthread_store_registers): Use scoped_restore.
9365 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
9366 scoped_restore.
9367 * aix-thread.c (aix_thread_resume, aix_thread_wait)
9368 (aix_thread_xfer_partial): Use scoped_restore.
9369 * inferior.h (save_inferior_ptid): Remove.
9370
9371 2017-08-18 Yao Qi <yao.qi@linaro.org>
9372
9373 PR tdep/21818
9374 * arm-tdep.c (gdb_print_insn_arm): Mark
9375 USER_SPECIFIED_MACHINE_TYPE if exec_bfd isn't NULL.
9376
9377 2017-08-18 Yao Qi <yao.qi@linaro.org>
9378
9379 * NEWS: Mention GDBserver's new option "--selftest".
9380 * Makefile.in (SFILES): Remove selftest.c, add common/selftest.c.
9381 * selftest.c: Move it to common/selftest.c.
9382 * selftest.h: Move it to common/selftest.h.
9383 * selftest-arch.c (reset): New function.
9384 (tests_with_arch): Call reset.
9385
9386 2017-08-18 Yao Qi <yao.qi@linaro.org>
9387
9388 * selftest.c (run_tests): Don't call QUIT. Call debug_printf
9389 instead of exception_fprintf and printf_filtered.
9390
9391 2017-08-18 Yao Qi <yao.qi@linaro.org>
9392
9393 * selftest.c (register_self_test): Rename it to
9394 selftests::register_test.
9395 (run_self_tests): selftest::run_tests.
9396 * selftest.h: Update declarations.
9397 * selftest-arch.c (register_self_test_foreach_arch): Rename it to
9398 selftests::register_test_foreach_arch.
9399 * selftest-arch.h: Update declaration.
9400 * aarch64-tdep.c: Update.
9401 * arm-tdep.c: Likewise.
9402 * disasm-selftests.c: Likewise.
9403 * dwarf2loc.c: Likewise.
9404 * dwarf2-frame.c: Likewise.
9405 * findvar.c: Likewise.
9406 * gdbarch-selftests.c: Likewise.
9407 * maint.c (maintenance_selftest): Likewise.
9408 * regcache.c: Likewise.
9409 * rust-exp.y: Likewise.
9410 * selftest-arch.c: Likewise.
9411 * unittests/environ-selftests.c: Likewise.
9412 * unittests/function-view-selftests.c: Likewise.
9413 * unittests/offset-type-selftests.c: Likewise.
9414 * unittests/optional-selftests.c: Likewise.
9415 * unittests/scoped_restore-selftests.c: Likewise.
9416 * utils-selftests.c: Likewise.
9417
9418 2017-08-17 Pedro Alves <palves@redhat.com>
9419
9420 * cli/cli-cmds.c (source_command): Delete 'old_source_verbose'
9421 local.
9422
9423 2017-08-17 Pedro Alves <palves@redhat.com>
9424
9425 * dwarf2read.c (struct dwarf2_cu) <line_header_die_owner>: New
9426 field.
9427 (reset_die_in_process): Delete, replaced by ...
9428 (process_die_scope): ... this new class. Make it responsible for
9429 freeing cu->line_header too.
9430 (process_die): Use process_die_scope.
9431 (handle_DW_AT_stmt_list): Record the line header's owner CU/DIE in
9432 cu->line_header_die_owner. Don't release the line header if it's
9433 owned by the CU.
9434 (setup_type_unit_groups): Make the CU/DIE own the line header.
9435 Don't release the line header here.
9436
9437 2017-08-17 Alex Lindsay <alexlindsay239@gmail.com> (tiny change)
9438
9439 * elfread.c (elf_read_minimal_symbols): xfree synthsyms.
9440
9441 2017-08-17 Ruslan Kabatsayev <b7.10110111@gmail.com>
9442
9443 * NEWS: Mention new shortcuts for nexti and stepi in TUI
9444 Single-Key mode
9445
9446 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
9447
9448 * tui/tui.c (tui_commands): Add "nexti" and "stepi" to the Single-Key
9449 mode command list.
9450
9451 2017-08-15 Stafford Horne <shorne@gmail.com>
9452
9453 * MAINTAINERS (Write After Approval): Add Stafford Horne.
9454
9455 2017-08-15 Stafford Horne <shorne@gmail.com>
9456
9457 * xtensa-tdep.c (xtensa_init_reggroups): Use xstrdup for cpname.
9458
9459 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9460
9461 PR gdb/21954
9462 * infcmd.c (unset_environment_command): Use the 'clear' method on
9463 the environment instead of resetting it.
9464
9465 2017-08-15 John Baldwin <jhb@FreeBSD.org>
9466
9467 * fbsd-nat.c (fbsd_convert_siginfo): Fix compile on big-endian
9468 platforms.
9469
9470 2017-08-14 Tom Tromey <tom@tromey.com>
9471
9472 * valprint.c (print_octal_chars): Use HOST_CHAR_BIT.
9473 (print_binary_chars): Likewise.
9474 (BITS_IN_BYTES): Remove.
9475
9476 2017-08-14 Tom Tromey <tom@tromey.com>
9477
9478 PR gdb/21675
9479 * valprint.c (LOW_ZERO): Change value to 034.
9480 (print_octal_chars): Add static_asserts for octal constants.
9481 * printcmd.c (print_scalar_formatted): Add 'd' case.
9482
9483 2017-08-11 Tom Tromey <tom@tromey.com>
9484
9485 * symfile.c (add_symbol_file_command): Use std::vector.
9486
9487 2017-08-14 Tom Tromey <tom@tromey.com>
9488
9489 * break-catch-throw.c (handle_gnu_v3_exceptions): Use std::move.
9490 * break-catch-syscall.c (create_syscall_event_catchpoint): Use
9491 std::move.
9492 * break-catch-sig.c (create_signal_catchpoint): Use std::move.
9493
9494 2017-08-11 Pedro Alves <palves@redhat.com>
9495
9496 * infrun.c (process_event_stop_test): Adjust
9497 function_name_is_marked_for_skip call.
9498 * skip.c: Include <list>.
9499 (skiplist_entry): Make it a class with private fields, and
9500 getters/setters.
9501 (skiplist_entry_chain): Delete.
9502 (skiplist_entries): New.
9503 (skiplist_entry_count): Delete.
9504 (highest_skiplist_entry_num): New.
9505 (ALL_SKIPLIST_ENTRIES, ALL_SKIPLIST_ENTRIES_SAFE): Delete.
9506 (add_skiplist_entry): Delete.
9507 (skiplist_entry::skiplist_entry): New.
9508 (skiplist_entry::add_entry): New.
9509 (skip_file_command, skip_function): Adjust.
9510 (compile_skip_regexp): Delete.
9511 (skip_command): Don't compile regexp here. Adjust to use
9512 skiplist_entry::add_entry.
9513 (skip_info): Adjust to use range-for and getters.
9514 (skip_enable_command, skip_disable_command): Adjust to use
9515 range-for and setters.
9516 (skip_delete_command): Adjust to use std::list.
9517 (add_skiplist_entry): Delete.
9518 (skip_file_p): Delete, refactored as ...
9519 (skiplist_entry::do_skip_file_p): ... this new method.
9520 (skip_gfile_p): Delete, refactored as ...
9521 (skiplist_entry::do_gskip_file_p): ... this new method.
9522 (skip_function_p, skip_rfunction_p): Delete, refactored as ...
9523 (skiplist_entry::skip_function_p): ... this new method.
9524 (function_name_is_marked_for_skip): Now returns bool, and takes
9525 the function sal by const reference. Adjust to use range-for and
9526 skiplist_entry methods.
9527 (_initialize_step_skip): Remove references to
9528 skiplist_entry_chain, skiplist_entry_count.
9529 * skip.h (function_name_is_marked_for_skip): Now returns bool, and
9530 takes the function sal by const reference.
9531
9532 2017-08-11 Yao Qi <yao.qi@linaro.org>
9533
9534 * dwarf2-frame.c (clear_pointer_cleanup): Remove.
9535 (dwarf2_frame_cache): Remove reset_cache_cleanup.
9536 (dwarf2_frame_cache):
9537 * frame-unwind.c (frame_unwind_try_unwinder): Catch
9538 RETURN_MASK_ALL and set *this_case to NULL.
9539 * frame-unwind.h: Update comments.
9540
9541 2017-08-11 Yao Qi <yao.qi@linaro.org>
9542
9543 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Remove.
9544 (dwarf2_frame_state_copy_regs): Remove.
9545 (dwarf2_frame_state_free_regs): Remove.
9546 (dwarf2_frame_state::~dwarf2_frame_state): Remove.
9547 (dwarf2_restore_rule): Call method .alloc_regs instead of
9548 dwarf2_frame_state_alloc_regs.
9549 (execute_cfa_program): Likewise. Call dwarf2_frame_state_reg_info
9550 constructor. Call std::move.
9551 (dwarf2_fetch_cfa_info): Don't call dwarf2_frame_state_copy_regs.
9552 (dwarf2_frame_cache): Likewise.
9553
9554 [GDB_SELF_TEST]: Include selftest.h and
9555 selftest-arch.h.
9556 [GDB_SELF_TEST] (execute_cfa_program_test): New function.
9557 (_initialize_dwarf2_frame) [GDB_SELF_TEST]: Register
9558 execute_cfa_program_test.
9559
9560 * dwarf2-frame.h (dwarf2_frame_state_reg_info): Add ctor, dtor,
9561 copy ctor, assignment operator, move assignment.
9562 <alloc_regs>: New method.
9563 <swap>: New method.
9564 (struct dwarf2_frame_state): Delete dtor.
9565 (dwarf2_frame_state_alloc_regs): Remove declaration.
9566 * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): Don't call
9567 dwarf2_frame_state_alloc_regs, use .alloc_regs instead.
9568
9569 2017-08-11 Yao Qi <yao.qi@linaro.org>
9570
9571 * dwarf2-frame.c (dwarf2_frame_state_free): Remove.
9572 (dwarf2_frame_state::dwarf2_frame_state): New.
9573 (dwarf2_frame_state::~dwarf2_frame_state): New.
9574 (dwarf2_fetch_cfa_info): Update.
9575 (dwarf2_frame_cache): Remove old_chain. Change 'fs' to an object
9576 rather than a pointer. Update code.
9577 * dwarf2-frame.h (struct dwarf2_frame_state): Declare ctor and
9578 dtor.
9579 <data_align, code_align, retaddr_column>: Change them to const.
9580 <armcc_cfa_offsets_sf, armcc_cfa_offsets_reversed>: Change them
9581 to bool.
9582
9583 2017-08-11 Yao Qi <yao.qi@linaro.org>
9584
9585 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <exp_len>: Remove.
9586 <loc.exp>: New field.
9587 * dwarf2-frame.c (execute_cfa_program): Update.
9588 (dwarf2_frame_prev_register): Update.
9589
9590 2017-08-10 Pedro Alves <palves@redhat.com>
9591
9592 * common/gdb_unique_ptr.h (xfree_deleter<T[]>): Define.
9593
9594 2017-08-09 John Baldwin <jhb@FreeBSD.org>
9595
9596 * fbsd-nat.c (struct fbsd_fork_info): Remove.
9597 (fbsd_pending_children): Use std::list.
9598 (fbsd_remember_child): Likewise.
9599 (fbsd_is_child_pending): Likewise.
9600 (fbsd_pending_vfork_done): Use std::forward_list.
9601 (fbsd_add_vfork_done): Likewise.
9602 (fbsd_is_vfork_done_pending): Likewise.
9603 (fbsd_next_vfork_done): Likewise.
9604
9605 2017-08-09 John Baldwin <jhb@FreeBSD.org>
9606
9607 * fbsd-nat.c [HAVE_KINFO_GETVMMAP] (struct free_deleter): New.
9608 (fbsd_find_memory_regions): Use free_deleter with std::unique_ptr.
9609 [!HAVE_KINFO_GETVMMAP] (fbsd_find_memory_regions): Use std::string
9610 for `mapfilename'.
9611 (fbsd_xfer_partial): Use gdb::byte_vector.
9612 (fbsd_add_threads): Use gdb::unique_xmalloc_ptr.
9613
9614 2017-08-09 John Baldwin <jhb@FreeBSD.org>
9615
9616 * fbsd-nat.c: [!HAVE_KINFO_GETVMMAP]: Include <sys/user.h> and
9617 "filestuff.h".
9618 (fbsd_find_memory_regions): Fix `mapfile' initialization.
9619
9620 2017-08-09 Tom Tromey <tom@tromey.com>
9621
9622 * skip.c (skiplist_entry): New constructor.
9623 (skiplist_entry::enabled, skiplist_entry::function_is_regexp)
9624 (skiplist_entry::file_is_glob): Now bool.
9625 (skiplist_entry::file, skiplist_entry::function): Now
9626 std::string.
9627 (make_skip_entry): Return a unique_ptr. Use new.
9628 (free_skiplist_entry, free_skiplist_entry_cleanup)
9629 (make_free_skiplist_entry_cleanup): Remove.
9630 (skip_command, skip_disable_command, add_skiplist_entry)
9631 (skip_form_bytes, compile_skip_regexp, skip_command, skip_info)
9632 (skip_file_p, skip_gfile_p, skip_function_p, skip_rfunction_p)
9633 (function_name_is_marked_for_skip): Update.
9634 (skip_delete_command): Update. Use delete.
9635
9636 2017-08-09 Jiong Wang <jiong.wang@arm.com>
9637
9638 * aarch64-linux-tdep.c: Include "auxv.h" and "elf/common.h".
9639 (aarch64_linux_core_read_description): New function.
9640 (aarch64_linux_init_abi): Register gdbarch_core_read_description.
9641
9642 2017-08-09 Pedro Alves <palves@redhat.com>
9643
9644 * cp-name-parser.y (cp_comp_to_string): Return a
9645 gdb::unique_xmalloc_ptr<char>.
9646 * cp-support.c (replace_typedefs_qualified_name)
9647 (replace_typedefs): Adjust to use gdb::unique_xmalloc_ptr<char>.
9648 (cp_canonicalize_string_full): Use op= instead of explicit
9649 convertion.
9650 (cp_class_name_from_physname, method_name_from_physname)
9651 (cp_func_name, cp_remove_params): Adjust to use
9652 gdb::unique_xmalloc_ptr<char>.
9653 * cp-support.h (cp_comp_to_string): Return a
9654 gdb::unique_xmalloc_ptr<char>.
9655 * python/py-type.c (typy_lookup_type): Adjust to use
9656 gdb::unique_xmalloc_ptr<char>.
9657
9658 2017-08-09 H.J. Lu <hongjiu.lu@intel.com>
9659
9660 * dwarf2read.c (dwarf2_string_attr): Fix a typo.
9661
9662 2017-08-09 Alex Lindsay <alexlindsay239@gmail.com>
9663 Yao Qi <yao.qi@linaro.org>
9664
9665 * cp-support.c (cp_canonicalize_string_full): Use
9666 gdb::unique_xmalloc_ptr<char>.
9667 (cp_canonicalize_string): Likewise.
9668
9669 2017-08-09 Yao Qi <yao.qi@linaro.org>
9670
9671 * features/Makefile (WHICH): Remove i386/ non-linux stuff.
9672 * regformats/i386/amd64-avx-avx512.dat: Remove.
9673 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Remove.
9674 * regformats/i386/amd64-avx-mpx.dat:Remove.
9675 * regformats/i386/amd64-avx.dat: Remove.
9676 * regformats/i386/amd64-mpx.dat: Remove.
9677 * regformats/i386/i386-avx-avx512.dat: Remove.
9678 * regformats/i386/i386-avx-mpx-avx512-pku.dat: Remove.
9679 * regformats/i386/i386-avx-mpx.dat: Remove.
9680 * regformats/i386/i386-mmx.dat: Remove.
9681 * regformats/i386/i386-mpx.dat: Remove.
9682
9683 2017-08-09 Yao Qi <yao.qi@linaro.org>
9684
9685 * amd64-tdep.h (tdesc_x32): Remove the declaration.
9686 * amd64-tdep.c: Don't include features/i386/x32*.c.
9687 (_initialize_amd64_tdep): Don't call initialize_tdesc_x32*
9688 functions.
9689 * features/Makefile (WHICH): Remove i386/x32, i386/x32-avx,
9690 and i386/x32-avx-avx512.
9691 (XMLTOC): Remove i386/x32-avx.xml, i386/x32-avx-avx512.xml,
9692 and i386/x32.xml.
9693 * features/i386/x32-avx-avx512.c: Removed.
9694 * features/i386/x32-avx-avx512.xml: Removed.
9695 * features/i386/x32-avx.c: Removed.
9696 * features/i386/x32-avx.xml: Removed.
9697 * features/i386/x32.c: Removed.
9698 * features/i386/x32.xml: Removed.
9699 * regformats/i386/x32-avx-avx512.dat: Removed.
9700 * regformats/i386/x32-avx.dat: Removed.
9701 * regformats/i386/x32.dat: Removed.
9702
9703 2017-08-07 Maciej W. Rozycki <macro@imgtec.com>
9704
9705 PR breakpoints/21886
9706 * mem-break.c (default_memory_insert_breakpoint): Use
9707 `->placed_address' rather than `->reqstd_address' for the
9708 breakpoint location.
9709
9710 2017-08-07 Maciej W. Rozycki <macro@imgtec.com>
9711
9712 * arch-utils.c (default_print_insn): Remove arch/mach/endian
9713 assertions.
9714
9715 2017-08-07 Maciej W. Rozycki <macro@imgtec.com>
9716
9717 * gdbarch.sh (gdbarch_info): Replace the `tdep_info' member with
9718 a union of `tdep_info', `tdesc_data' and `id'.
9719 * aarch64-tdep.c (aarch64_gdbarch_init): Use `info.tdesc_data'
9720 rather than `info.tdep_info'.
9721 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
9722 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9723 * i386-tdep.c (i386_gdbarch_init): Likewise.
9724 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
9725 * mips-tdep.c (mips_gdbarch_init): Likewise.
9726 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
9727 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
9728 * ppc-linux-tdep.c (ppu2spu_sniffer): Use `info.id' rather than
9729 `info.tdep_info'.
9730 (ppc_linux_init_abi): Use `info.tdesc_data' rather than
9731 `info.tdep_info'.
9732 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
9733 * spu-multiarch.c (spu_gdbarch): Use `info.id' rather than
9734 `info.tdep_info'.
9735 * spu-tdep.c (spu_gdbarch_init): Likewise.
9736 * gdbarch.h: Regenerate.
9737
9738 2017-08-07 Leszek Swirski <leszeks@google.com>
9739
9740 PR symtab/20899
9741 * dwarf2read.c (dwarf2_string_attr): Allow DW_FORM_GNU_strp_alt.
9742
9743 2017-08-07 Simon Marchi <simon.marchi@ericsson.com>
9744
9745 * remote-sim.c (gdbsim_load): Remove char **argv local variable.
9746 (gdbsim_open): Rename gdb_argv args object to argv.
9747
9748 2017-08-05 Tom Tromey <tom@tromey.com>
9749
9750 * compile/compile-object-load.c (compile_object_load): Use
9751 gdb::unique_xmalloc_ptr.
9752 * cli/cli-dump.c (scan_filename): Rename from
9753 scan_filename_with_cleanup. Change return type.
9754 (scan_expression): Rename from scan_expression_with_cleanup.
9755 Change return type.
9756 (dump_memory_to_file, dump_value_to_file, restore_command):
9757 Use gdb::unique_xmalloc_ptr. Update.
9758 * cli/cli-cmds.c (find_and_open_script): Use
9759 gdb::unique_xmalloc_ptr.
9760 * tracefile-tfile.c (tfile_open): Use gdb::unique_xmalloc_ptr.
9761 * symmisc.c (maintenance_print_symbols)
9762 (maintenance_print_msymbols): Use gdb::unique_xmalloc_ptr.
9763 * symfile.c (symfile_bfd_open, generic_load)
9764 (add_symbol_file_command, remove_symbol_file_command): Use
9765 gdb::unique_xmalloc_ptr.
9766 * source.c (openp): Use gdb::unique_xmalloc_ptr.
9767 * psymtab.c (maintenance_print_psymbols): Use
9768 gdb::unique_xmalloc_ptr.
9769 * corelow.c (core_open): Use gdb::unique_xmalloc_ptr.
9770 * breakpoint.c (save_breakpoints): Use gdb::unique_xmalloc_ptr.
9771 * solib.c (solib_map_sections): Use gdb::unique_xmalloc_ptr.
9772 (reload_shared_libraries_1): Likewise.
9773
9774 2017-08-05 Tom Tromey <tom@tromey.com>
9775
9776 * rust-exp.y (rust_op_ptr, set_field): Remove typedefs.
9777 (rust_op_vector, rust_set_vector): New typedefs.
9778 (current_parser): New global.
9779 (work_obstack): Change to pointer type. Update all users.
9780 (rust_ast, pstate): Remove globals.
9781 (struct rust_parser): New.
9782 (%union) <params, field_inits>: Change type.
9783 (start, tuple_expr, unit_expr, struct_expr_list, literal)
9784 (field_expr, expr_list, maybe_expr_list, type_list): Update.
9785 (ast_call_ish, ast_path, ast_function_type, ast_tuple_type)
9786 (convert_params_to_types, convert_params_to_expression): Change
9787 type of "params".
9788 (ast_string): Change type of "fields".
9789 (rust_parse): Make a rust_parser. Remove cleanups.
9790 (rust_lex_tests): Make and install an auto_obstack.
9791
9792 2017-08-04 Yao Qi <yao.qi@linaro.org>
9793
9794 * configure.srv (ipa_x32_linux_regobj): New.
9795 * linux-amd64-ipa.c (get_ipa_tdesc): Use X86_TDESC_AVX_AVX512
9796 instead of X86_TDESC_AVX512.
9797 (initialize_low_tracepoint): Call
9798 init_registers_x32_avx_avx512_linux.
9799
9800 2017-08-04 Yao Qi <yao.qi@linaro.org>
9801
9802 * utils.h (gdb_argv): Add namespace std for nullptr_t.
9803
9804 2017-08-03 Ruslan Kabatsayev <b7.10110111@gmail.com>
9805
9806 * MAINTAINERS (Write After Approval): Add Ruslan Kabatsayev.
9807
9808 2017-08-03 Tom Tromey <tom@tromey.com>
9809
9810 * utils.c (make_cleanup_freeargv, do_freeargv, gdb_buildargv):
9811 Remove.
9812 * utils.h (make_cleanup_freeargv, gdb_buildargv): Remove.
9813
9814 2017-08-03 Tom Tromey <tom@tromey.com>
9815
9816 * python/py-param.c (compute_enum_values): Use gdb_argv.
9817
9818 2017-08-03 Tom Tromey <tom@tromey.com>
9819
9820 * utils.h (struct gdb_argv_deleter): New.
9821 (gdb_argv): New class.
9822 * utils.c (gdb_argv::reset): New method.
9823 * tracepoint.c (delete_trace_variable_command): Use gdb_argv.
9824 * tracefile.c (tsave_command): Use gdb_argv.
9825 * top.c (new_ui_command): Use gdb_argv.
9826 * symmisc.c (maintenance_print_symbols)
9827 (maintenance_print_msymbols, maintenance_expand_symtabs): Use gdb_argv.
9828 * symfile.c (symbol_file_command, generic_load)
9829 (remove_symbol_file_command): Use gdb_argv.
9830 * stack.c (backtrace_command): Use gdb_argv.
9831 * source.c (add_path, show_substitute_path_command)
9832 (unset_substitute_path_command, set_substitute_path_command):
9833 Use gdb_argv.
9834 * skip.c (skip_command): Use gdb_argv. Use gdb_buildargv.
9835 * ser-mingw.c (pipe_windows_open): Use gdb_argv.
9836 * remote.c (extended_remote_run, remote_put_command)
9837 (remote_get_command, remote_delete_command): Use gdb_argv.
9838 * remote-sim.c (gdbsim_load, gdbsim_create_inferior)
9839 (gdbsim_open): Use gdb_argv.
9840 * python/py-cmd.c (gdbpy_string_to_argv): Use gdb_argv.
9841 * psymtab.c (maintenance_print_psymbols): Use gdb_argv.
9842 * procfs.c (procfs_info_proc): Use gdb_argv.
9843 * interps.c (interpreter_exec_cmd): Use gdb_argv.
9844 * infrun.c (handle_command): Use gdb_argv.
9845 * inferior.c (add_inferior_command, clone_inferior_command):
9846 Use gdb_argv.
9847 * guile/scm-string.c (gdbscm_string_to_argv): Use gdb_argv.
9848 * exec.c (exec_file_command): Use gdb_argv.
9849 * cli/cli-cmds.c (alias_command): Use gdb_argv.
9850 * compile/compile.c (build_argc_argv): Use gdb_argv.
9851
9852 2017-08-03 Tom Tromey <tom@tromey.com>
9853
9854 * python/python.c (gdbpy_decode_line): Use unique_xmalloc_ptr.
9855
9856 2017-08-03 Tom Tromey <tom@tromey.com>
9857
9858 * python/python.c (compute_python_string): Return std::string.
9859 (gdbpy_eval_from_control_command): Update.
9860 (do_start_initialization): Use std::string.
9861 * python/py-varobj.c (py_varobj_iter_next): Use string_printf, not
9862 xstrprintf.
9863 * python/py-breakpoint.c (local_setattro): Use string_printf, not
9864 xstrprintf.
9865
9866 2017-08-03 Tom Tromey <tom@tromey.com>
9867
9868 * top.h (do_restore_instream_cleanup): Remove.
9869 * top.c (do_restore_instream_cleanup): Remove.
9870 (read_command_file): Use scoped_restore.
9871 * cli/cli-script.c (execute_user_command): Use scoped_restore.
9872
9873 2017-08-03 Tom Tromey <tom@tromey.com>
9874
9875 * cli/cli-script.c (execute_user_command)
9876 (execute_control_command): Use scoped_restore.
9877
9878 2017-08-03 Tom Tromey <tom@tromey.com>
9879
9880 * cli/cli-script.c (do_restore_user_call_depth): Remove.
9881 (execute_user_command): Remove user_call_depth; use
9882 user_args_stack's size instead.
9883
9884 2017-08-03 Tom Tromey <tom@tromey.com>
9885
9886 * top.h (in_user_command): Remove.
9887 * top.c (in_user_command): Remove.
9888 * cli/cli-script.c (do_restore_user_call_depth)
9889 (execute_user_command): Update.
9890
9891 2017-08-03 Tom Tromey <tom@tromey.com>
9892
9893 * valops.c (search_struct_method): Use gdb::byte_vector.
9894 * valarith.c (value_concat): Use std::vector.
9895 * target.c (memory_xfer_partial): Use gdb::byte_vector.
9896 (simple_search_memory): Likewise.
9897 * printcmd.c (find_string_backward): Use gdb::byte_vector.
9898 * mi/mi-main.c (mi_cmd_data_write_memory): Use gdb::byte_vector.
9899 * gcore.c (gcore_copy_callback): Use gdb::byte_vector.
9900 * elfread.c (elf_rel_plt_read): Use std::string.
9901 * cp-valprint.c (cp_print_value): Use gdb::byte_vector.
9902 * cli/cli-dump.c (restore_section_callback): Use
9903 gdb::byte_vector.
9904
9905 2017-08-03 Tom Tromey <tom@tromey.com>
9906
9907 * jit.c (jit_reader_load_command): Use unique_xmalloc_ptr.
9908
9909 2017-08-03 Tom Tromey <tom@tromey.com>
9910
9911 * tui/tui-regs.c (tui_restore_gdbout): Remove.
9912 (tui_register_format): Use scoped_restore.
9913
9914 2017-08-03 Tom Tromey <tom@tromey.com>
9915
9916 * reverse.c (exec_direction_default): Remove.
9917 (exec_reverse_once): Use scoped_restore.
9918 * remote.c (restore_remote_timeout): Remove.
9919 (remote_flash_erase, remote_flash_write, remote_flash_done)
9920 (readchar, remote_serial_write): Use scoped_restore.
9921 * cli/cli-script.c (struct source_cleanup_lines_args)
9922 (source_cleanup_lines): Remove.
9923 (script_from_file): Use scoped_restore.
9924 * cli/cli-cmds.c (source_verbose_cleanup): Remove.
9925 (source_command): Use scoped_restore.
9926
9927 2017-08-03 Tom Tromey <tom@tromey.com>
9928
9929 * utils.h (make_cleanup_free_so): Remove.
9930 * utils.c (do_free_so, make_cleanup_free_so): Remove.
9931 * solist.h (struct so_deleter): New.
9932 (so_list_up): New typedef.
9933 * solib-svr4.c (svr4_read_so_list): Use so_list_up.
9934
9935 2017-08-03 Tom Tromey <tom@tromey.com>
9936
9937 * utils.h (make_cleanup_restore_current_language): Remove.
9938 * utils.c (do_restore_current_language)
9939 (make_cleanup_restore_current_language): Remove.
9940 * parse.c (parse_exp_in_context_1)
9941 (parse_expression_with_language): Use
9942 scoped_restore_current_language.
9943 * mi/mi-main.c (mi_cmd_execute): Use
9944 scoped_restore_current_language.
9945 * language.h (scoped_restore_current_language): New class.
9946
9947 2017-08-03 Tom Tromey <tom@tromey.com>
9948
9949 * compile/compile.c (cleanup_unlink_file): Remove.
9950 (compile_to_object): Use gdb::unlinker.
9951 (eval_compile_command): Likewise.
9952
9953 2017-08-03 Tom Tromey <tom@tromey.com>
9954
9955 * utils.h (make_cleanup_fclose): Remove.
9956 * utils.c (do_fclose_cleanup, make_cleanup_fclose): Remove.
9957
9958 2017-08-03 Tom Tromey <tom@tromey.com>
9959
9960 * top.c (open_terminal_stream): Return gdb_file_up.
9961 (new_ui_command): Update.
9962
9963 2017-08-03 Tom Tromey <tom@tromey.com>
9964
9965 * source.c (print_source_lines_base, forward_search_command)
9966 (reverse_search_command): Use gdb_file_up.
9967
9968 2017-08-03 Tom Tromey <tom@tromey.com>
9969
9970 * fbsd-nat.c (fbsd_find_memory_regions): Update.
9971
9972 2017-08-03 Tom Tromey <tom@tromey.com>
9973
9974 * cli/cli-cmds.c (find_and_open_script): Change return type.
9975 Remove "streamp" and "full_path" parameters.
9976 (source_script_with_search): Update.
9977 * auto-load.c (source_script_file): Update.
9978 * cli/cli-cmds.h (find_and_open_script): Change type.
9979 (open_script): New struct.
9980
9981 2017-08-03 Tom Tromey <tom@tromey.com>
9982
9983 * xml-support.c (xml_fetch_content_from_file): Update.
9984 * ui-file.c (stdio_file::open): Update.
9985 * tracefile-tfile.c (tfile_start): Update.
9986 * remote.c (remote_file_put, remote_file_get): Update.
9987 * nat/linux-procfs.c (linux_proc_get_int)
9988 (linux_proc_pid_get_state, linux_proc_tid_get_name): Update.
9989 * nat/linux-osdata.c (linux_common_core_of_thread): Update.
9990 (command_from_pid, commandline_from_pid, linux_xfer_osdata_cpus)
9991 (print_sockets, linux_xfer_osdata_shm, linux_xfer_osdata_sem)
9992 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Update.
9993 * nat/linux-btrace.c (linux_determine_kernel_start): Update.
9994 * linux-nat.c (linux_proc_pending_signals): Update.
9995 * dwarf2read.c (write_psymtabs_to_index): Use gdb_file_up.
9996 (file_closer): Remove.
9997 * compile/compile.c (compile_to_object): Update.
9998 * common/filestuff.h (struct gdb_file_deleter): New.
9999 (gdb_file_up): New typedef.
10000 (gdb_fopen_cloexec): Change return type.
10001 * common/filestuff.c (gdb_fopen_cloexec): Return gdb_file_up.
10002 * cli/cli-dump.c (fopen_with_cleanup): Remove.
10003 (dump_binary_file, restore_binary_file): Update.
10004 * auto-load.c (auto_load_objfile_script_1): Update.
10005
10006 2017-08-03 Tom Tromey <tom@tromey.com>
10007
10008 * tracepoint.c (tvariables_info_1): Use ui_out_emit_table.
10009 (info_static_tracepoint_markers_command): Likewise.
10010 * solib.c (info_sharedlibrary_command): Use ui_out_emit_table.
10011 * skip.c (skip_info): Use ui_out_emit_table.
10012 * progspace.c (print_program_space): Use ui_out_emit_table.
10013 * osdata.c (info_osdata): Use ui_out_emit_table.
10014 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Use
10015 ui_out_emit_table.
10016 * linux-thread-db.c (info_auto_load_libthread_db): Use
10017 ui_out_emit_table.
10018 * inferior.c (print_inferior): Use ui_out_emit_table.
10019 * gdb_bfd.c (maintenance_info_bfds): Use ui_out_emit_table.
10020 * breakpoint.c (breakpoint_1): Use ui_out_emit_table.
10021 * auto-load.c (auto_load_info_scripts): Use ui_out_emit_table.
10022 * ada-tasks.c (print_ada_task_info): Use ui_out_emit_table.
10023 * ui-out.h (class ui_out_emit_table): New.
10024
10025 2017-08-02 Maciej W. Rozycki <macro@imgtec.com>
10026
10027 * mips-tdep.c (mips_fpu_type_str): New function.
10028 (mips_dump_tdep): Call it.
10029
10030 2017-08-01 Maciej W. Rozycki <macro@imgtec.com>
10031
10032 * mips-tdep.c (mips_gdbarch_init): Use MIPS_FPU_TYPE to access
10033 `->mips_fpu_type'.
10034
10035 2017-07-31 Xavier Roirand <roirand@adacore.com>
10036
10037 * solib-darwin.c (DYLD_VERSION_MAX): Increase value.
10038
10039 2017-07-27 Xavier Roirand <roirand@adacore.com>
10040
10041 * MAINTAINERS (Write After Approval): Add Xavier Roirand.
10042
10043 2017-07-26 Yao Qi <yao.qi@linaro.org>
10044
10045 * cli/cli-cmds.c (maintenancechecklist): New variable.
10046 * gdbcmd.h (maintenancechecklist): Declare it.
10047 * i386-linux-tdep.c (_initialize_i386_linux_tdep) [GDB_SELF_TEST]:
10048 Call i386_linux_read_description with different masks.
10049 * maint.c (maintenance_check_command): New function.
10050 (_initialize_maint_cmds): Call add_prefix_cmd.
10051 * target-descriptions.c (tdesc_reg): override operator != and ==.
10052 (tdesc_type): Likewise.
10053 (tdesc_feature): Likewise.
10054 (target_desc): Likewise.
10055 [GDB_SELF_TEST] (selftests::record_xml_tdesc): New function.
10056 (maintenance_check_xml_descriptions): New function.
10057 (_initialize_target_descriptions) Add command "xml-descriptions".
10058 * target-descriptions.h (selftests::record_xml_tdesc): Declare.
10059
10060 2017-07-26 Yao Qi <yao.qi@linaro.org>
10061
10062 * i386-linux-tdep.c: Don't include features/i386/i386-*linux.c.
10063 Include features/i386/32bit-*.c.
10064 (i386_linux_read_description): Generate target description if it
10065 doesn't exist.
10066 (_initialize_i386_linux_tdep): Don't call _initialize_tdesc_i386
10067 functions.
10068 * features/i386/32bit-linux.c: Re-generated.
10069 * features/i386/32bit-sse.c: Likewise.
10070 * target-descriptions.c (print_c_feature::visit): Print code to
10071 set register number if needed.
10072 (print_c_feature) <m_next_regnum>: New field.
10073
10074 2017-07-26 Yao Qi <yao.qi@linaro.org>
10075
10076 * features/Makefile (CFILES): Rename with TDESC_CFILES.
10077 (FEATURE_XMLFILES): New.
10078 (FEATURE_CFILES): New.
10079 New rules.
10080 (clean-cfiles): Remove generated c files.
10081 * features/i386/32bit-avx.c: Generated.
10082 * features/i386/32bit-avx512.c: Generated.
10083 * features/i386/32bit-core.c: Generated.
10084 * features/i386/32bit-linux.c: Generated.
10085 * features/i386/32bit-mpx.c: Generated.
10086 * features/i386/32bit-pkeys.c: Generated.
10087 * features/i386/32bit-sse.c: Generated.
10088 * target-descriptions.c: Include algorithm.
10089 (tdesc_element_visitor): Add method visit_end.
10090 (print_c_tdesc): Implement visit_end.
10091 (print_c_tdesc:: m_filename_after_features): Move it to
10092 protected.
10093 (print_c_feature): New class.
10094 (maint_print_c_tdesc_cmd): Use print_c_feature if XML file
10095 name starts with "i386/32bit-".
10096
10097 2017-07-26 Yao Qi <yao.qi@linaro.org>
10098
10099 * target-descriptions.c (tdesc_element_visitor): New class.
10100 (tdesc_element): New class.
10101 (tdesc_reg): Inherit from tdesc_element.
10102 (tdesc_reg::accept): New function.
10103 (tdesc_type): Inherit from tdesc_element.
10104 (tdesc_type::accept): New function.
10105 (tdesc_feature): Inherit from tdesc_element.
10106 (tdesc_feature::accept): New function.
10107 (target_desc): Inherit from tdesc_element.
10108 (target_desc::target_desc): New.
10109 (target_desc::~target_desc): New.
10110 (target_desc::accept): New.
10111 (allocate_target_description): Use new.
10112 (free_target_description): Use delete.
10113 (print_c_tdesc): New class.
10114 (maint_print_c_tdesc_cmd): Adjust.
10115
10116 * features/aarch64.c: Re-generated.
10117 * features/arc-arcompact.c: Re-generated.
10118 * features/arc-v2.c: Re-generated.
10119 * features/arm/arm-with-iwmmxt.c: Re-generated.
10120 * features/arm/arm-with-m.c: Re-generated.
10121 * features/arm/arm-with-m-fpa-layout.c: Re-generated.
10122 * features/arm/arm-with-m-vfp-d16.c: Re-generated.
10123 * features/arm/arm-with-neon.c: Re-generated.
10124 * features/arm/arm-with-vfpv2.c: Re-generated.
10125 * features/arm/arm-with-vfpv3.c: Re-generated.
10126 * features/i386/amd64-avx-avx512.c: Re-generated.
10127 * features/i386/amd64-avx-avx512-linux.c: Re-generated.
10128 * features/i386/amd64-avx.c: Re-generated.
10129 * features/i386/amd64-avx-linux.c: Re-generated.
10130 * features/i386/amd64-avx-mpx-avx512-pku.c: Re-generated.
10131 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
10132 * features/i386/amd64-avx-mpx.c: Re-generated.
10133 * features/i386/amd64-avx-mpx-linux.c: Re-generated.
10134 * features/i386/amd64.c: Re-generated.
10135 * features/i386/amd64-linux.c: Re-generated.
10136 * features/i386/amd64-mpx.c: Re-generated.
10137 * features/i386/amd64-mpx-linux.c: Re-generated.
10138 * features/i386/i386-avx-avx512.c: Re-generated.
10139 * features/i386/i386-avx-avx512-linux.c: Re-generated.
10140 * features/i386/i386-avx.c: Re-generated.
10141 * features/i386/i386-avx-linux.c: Re-generated.
10142 * features/i386/i386-avx-mpx-avx512-pku.c: Re-generated.
10143 * features/i386/i386-avx-mpx-avx512-pku-linux.c: Re-generated.
10144 * features/i386/i386-avx-mpx.c: Re-generated.
10145 * features/i386/i386-avx-mpx-linux.c: Re-generated.
10146 * features/i386/i386.c: Re-generated.
10147 * features/i386/i386-linux.c: Re-generated.
10148 * features/i386/i386-mmx.c: Re-generated.
10149 * features/i386/i386-mmx-linux.c: Re-generated.
10150 * features/i386/i386-mpx.c: Re-generated.
10151 * features/i386/i386-mpx-linux.c: Re-generated.
10152 * features/i386/x32-avx-avx512.c: Re-generated.
10153 * features/i386/x32-avx-avx512-linux.c: Re-generated.
10154 * features/i386/x32-avx.c: Re-generated.
10155 * features/i386/x32-avx-linux.c: Re-generated.
10156 * features/i386/x32.c: Re-generated.
10157 * features/i386/x32-linux.c: Re-generated.
10158 * features/microblaze.c: Re-generated.
10159 * features/microblaze-with-stack-protect.c: Re-generated.
10160 * features/mips64-dsp-linux.c: Re-generated.
10161 * features/mips64-linux.c: Re-generated.
10162 * features/mips-dsp-linux.c: Re-generated.
10163 * features/mips-linux.c: Re-generated.
10164 * features/nds32.c: Re-generated.
10165 * features/nios2.c: Re-generated.
10166 * features/nios2-linux.c: Re-generated.
10167 * features/rs6000/powerpc-32.c: Re-generated.
10168 * features/rs6000/powerpc-32l.c: Re-generated.
10169 * features/rs6000/powerpc-403.c: Re-generated.
10170 * features/rs6000/powerpc-403gc.c : Re-generated.
10171 * features/rs6000/powerpc-405.c: Re-generated.
10172 * features/rs6000/powerpc-505.c: Re-generated.
10173 * features/rs6000/powerpc-601.c: Re-generated.
10174 * features/rs6000/powerpc-602.c: Re-generated.
10175 * features/rs6000/powerpc-603.c: Re-generated.
10176 * features/rs6000/powerpc-604.c: Re-generated.
10177 * features/rs6000/powerpc-64.c: Re-generated.
10178 * features/rs6000/powerpc-64l.c: Re-generated.
10179 * features/rs6000/powerpc-7400.c: Re-generated.
10180 * features/rs6000/powerpc-750.c: Re-generated.
10181 * features/rs6000/powerpc-860.c: Re-generated.
10182 * features/rs6000/powerpc-altivec32.c: Re-generated.
10183 * features/rs6000/powerpc-altivec32l.c: Re-generated.
10184 * features/rs6000/powerpc-altivec64.c: Re-generated.
10185 * features/rs6000/powerpc-altivec64l.c: Re-generated.
10186 * features/rs6000/powerpc-cell32l.c: Re-generated.
10187 * features/rs6000/powerpc-cell64l.c: Re-generated.
10188 * features/rs6000/powerpc-e500.c: Re-generated.
10189 * features/rs6000/powerpc-e500l.c: Re-generated.
10190 * features/rs6000/powerpc-isa205-32l.c: Re-generated.
10191 * features/rs6000/powerpc-isa205-64l.c: Re-generated.
10192 * features/rs6000/powerpc-isa205-altivec32l.c: Re-generated.
10193 * features/rs6000/powerpc-isa205-altivec64l.c: Re-generated.
10194 * features/rs6000/powerpc-isa205-vsx32l.c: Re-generated.
10195 * features/rs6000/powerpc-isa205-vsx64l.c: Re-generated.
10196 * features/rs6000/powerpc-vsx32.c: Re-generated.
10197 * features/rs6000/powerpc-vsx32l.c: Re-generated.
10198 * features/rs6000/powerpc-vsx64.c: Re-generated.
10199 * features/rs6000/powerpc-vsx64l.c: Re-generated.
10200 * features/rs6000/rs6000.c: Re-generated.
10201 * features/s390-linux32.c: Re-generated.
10202 * features/s390-linux32v1.c: Re-generated.
10203 * features/s390-linux32v2.c: Re-generated.
10204 * features/s390-linux64.c: Re-generated.
10205 * features/s390-linux64v1.c: Re-generated.
10206 * features/s390-linux64v2.c: Re-generated.
10207 * features/s390-te-linux64.c: Re-generated.
10208 * features/s390-tevx-linux64.c: Re-generated.
10209 * features/s390-vx-linux64.c: Re-generated.
10210 * features/s390x-linux64.c: Re-generated.
10211 * features/s390x-linux64v1.c: Re-generated.
10212 * features/s390x-linux64v2.c: Re-generated.
10213 * features/s390x-te-linux64.c: Re-generated.
10214 * features/s390x-tevx-linux64.c: Re-generated.
10215 * features/s390x-vx-linux64.c: Re-generated.
10216 * features/sparc/sparc32-solaris.c: Re-generated.
10217 * features/sparc/sparc64-solaris.c: Re-generated.
10218 * features/tic6x-c62x.c: Re-generated.
10219 * features/tic6x-c62x-linux.c: Re-generated.
10220 * features/tic6x-c64x.c: Re-generated.
10221 * features/tic6x-c64x-linux.c: Re-generated.
10222 * features/tic6x-c64xp.c: Re-generated.
10223 * features/tic6x-c64xp-linux.c: Re-generated.
10224
10225 2017-07-26 Yao Qi <yao.qi@linaro.org>
10226
10227 * i386-linux-tdep.c (i386_linux_read_description): New function.
10228 (i386_linux_core_read_description): Call
10229 i386_linux_read_description.
10230 * i386-linux-tdep.h (i386_linux_read_description): Declare.
10231 (tdesc_i386_linux, tdesc_i386_mmx_linux): Remove declarations.
10232 (tdesc_i386_avx_linux, tdesc_i386_mpx_linux): Likewise
10233 (tdesc_i386_avx_mpx_linux, tdesc_i386_avx_avx512_linux): Likewise.
10234 (tdesc_i386_avx_mpx_avx512_pku_linux): Likewise.
10235 * x86-linux-nat.c (x86_linux_read_description): Call
10236 i386_linux_read_description.
10237
10238 2017-07-26 Yao Qi <yao.qi@linaro.org>
10239
10240 * NEWS: Mention it.
10241 * features/Makefile (%.c: %.xml): Pass the xml file name to
10242 command "maint print c-tdesc".
10243 * target-descriptions.c (maint_print_c_tdesc_cmd): Get file
10244 name from 'arg'.
10245
10246 2017-07-26 Yao Qi <yao.qi@linaro.org>
10247
10248 * target-descriptions.c (target_desc): Add ctor and dtor. Do
10249 in-class initialization.
10250 (tdesc_create_feature): Call new instead of XCNEW.
10251 (free_target_description): Ue delete.
10252
10253 2017-07-25 John Baldwin <jhb@FreeBSD.org>
10254
10255 * configure.nat: Add "-lkvm" for NetBSD/sparc64 and fix typo.
10256
10257 2017-07-25 Yao Qi <yao.qi@linaro.org>
10258
10259 * amd64-tdep.c (amd64_init_abi): Make argument default_tdesc
10260 constant.
10261 (amd64_x32_init_abi): Likewise.
10262 * amd64-tdep.h (amd64_init_abi): Update declaration.
10263 (amd64_x32_init_abi): Likewise.
10264
10265 2017-07-25 Yao Qi <yao.qi@linaro.org>
10266
10267 PR tdep/21717
10268 * arm-linux-nat.c (arm_linux_fetch_inferior_registers): Update
10269 condition for FPSCR.
10270 (arm_linux_store_inferior_registers): Likewise.
10271
10272 2017-07-22 Tom Tromey <tom@tromey.com>
10273
10274 * break-catch-syscall.c (struct catch_syscall_inferior_data)
10275 <syscalls_counts>: Now a std::vector.
10276 (get_catch_syscall_inferior_data): Use "new".
10277 (catch_syscall_inferior_data_cleanup): Use "delete".
10278 (insert_catch_syscall, remove_catch_syscall)
10279 (clear_syscall_counts): Update.
10280
10281 2017-07-22 Tom Tromey <tom@tromey.com>
10282
10283 * break-catch-syscall.c (syscall_catchpoint)
10284 <syscalls_to_be_caught>: Now a std::vector<int>
10285 (~syscall_catchpoint): Remove.
10286 (insert_catch_syscall, remove_catch_syscall)
10287 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
10288 (print_mention_catch_syscall, print_recreate_catch_syscall):
10289 Update.
10290 (create_syscall_event_catchpoint): Change type of "filter"
10291 parameter.
10292 (catch_syscall_split_args): Return a std::vector.
10293 (catch_syscall_command_1, catching_syscall_number_1): Update.
10294
10295 2017-07-22 Tom Tromey <tom@tromey.com>
10296
10297 * break-catch-throw.c (struct exception_catchpoint)
10298 <exception_rx>: Now a std::string.
10299 (~exception_catchpoint): Remove.
10300 (print_one_detail_exception_catchpoint): Update.
10301 (handle_gnu_v3_exceptions): Change type of except_rx.
10302 (extract_exception_regexp): Return a std::string.
10303 (catch_exception_command_1): Update.
10304
10305 2017-07-22 Tom Tromey <tom@tromey.com>
10306
10307 * break-catch-sig.c (gdb_signal_type): Remove typedef.
10308 (struct signal_catchpoint) <signals_to_be_caught>: Now a
10309 std::vector.
10310 <catch_all>: Now a bool.
10311 (~signal_catchpoint): Remove.
10312 (signal_catchpoint_insert_location)
10313 (signal_catchpoint_remove_location)
10314 (signal_catchpoint_breakpoint_hit, signal_catchpoint_print_one)
10315 (signal_catchpoint_print_mention)
10316 (signal_catchpoint_print_recreate)
10317 (signal_catchpoint_explains_signal): Update.
10318 (create_signal_catchpoint): Change type of "filter" and
10319 "catch_all".
10320 (catch_signal_split_args): Return a std::vector. Change type of
10321 "catch_all".
10322 (catch_signal_command): Update.
10323
10324 2017-07-20 Pedro Alves <palves@redhat.com>
10325
10326 * ada-lang.c (ada_language_defn): Make extern.
10327 (_initialize_ada_language): Remove add_language call.
10328 * c-lang.c (c_language_defn, cplus_language_defn)
10329 (asm_language_defn, minimal_language_defn): Make extern.
10330 (_initialize_c_language): Delete.
10331 * completer.c (compare_cstrings): Delete, moved to utils.h.
10332 * d-lang.c (d_language_defn): Make extern.
10333 (_initialize_d_language): Remove add_language calls.
10334 * defs.h (enum language): Add comment.
10335 * f-lang.c (f_language_defn): Make extern.
10336 (_initialize_f_language): Remove add_language call.
10337 * go-lang.c (go_language_defn): Make extern.
10338 (_initialize_go_language): Remove add_language call.
10339 * language.c: Include <algorithm>.
10340 (languages): Redefine as const array.
10341 (languages_size, languages_allocsize, DEFAULT_ALLOCSIZE): Delete.
10342 (set_language_command): Handle "local". Use for-range loop.
10343 (set_language): Remove loop.
10344 (language_enum): Rewrite.
10345 (language_def, language_str): Remove loops.
10346 (add_language): Delete.
10347 (add_set_language_command): New, based on add_languages.
10348 (skip_language_trampoline): Adjust.
10349 (local_language_defn): Delete.
10350 (language_gdbarch_post_init): Adjust.
10351 (_initialize_language): Remove add_language calls. Call
10352 add_set_language_command.
10353 * language.h (add_language): Delete.
10354 (auto_language_defn)
10355 (unknown_language_defn, minimal_language_defn, ada_language_defn)
10356 (asm_language_defn, c_language_defn, cplus_language_defn)
10357 (d_language_defn, f_language_defn, go_language_defn)
10358 (m2_language_defn, objc_language_defn, opencl_language_defn)
10359 (pascal_language_defn, rust_language_defn): Declare.
10360 * m2-lang.c (m2_language_defn): Make extern.
10361 (_initialize_m2_language): Remove add_language call.
10362 * objc-lang.c (objc_language_defn): Make extern.
10363 (_initialize_objc_language): Remove add_language call.
10364 * opencl-lang.c (opencl_language_defn): Make extern.
10365 (_initialize_opencl_language): Remove add_language call.
10366 * p-lang.c (pascal_language_defn): Make extern.
10367 (_initialize_pascal_language): Delete.
10368 * rust-lang.c (rust_language_defn): Make extern.
10369 (_initialize_rust_language): Delete.
10370 * utils.h (compare_cstrings): New static inline function.
10371
10372 2017-07-20 Pedro Alves <palves@redhat.com>
10373
10374 * ada-lang.c (ada_to_fixed_type_1): Adjust.
10375 (get_var_value): Constify parameters.
10376 (get_int_var_value): Change prototype.
10377 (to_fixed_range_type): Adjust.
10378 * ada-lang.h (get_int_var_value): Change prototype.
10379
10380 2017-07-20 Pedro Alves <palves@redhat.com>
10381
10382 * dwarf2read.c (dw2_lookup_symbol): Use
10383 SYMBOL_MATCHES_SEARCH_NAME.
10384 * psymtab.c (psym_lookup_symbol): Use SYMBOL_MATCHES_SEARCH_NAME.
10385
10386 2017-07-20 Pedro Alves <palves@redhat.com>
10387
10388 * block.c (block_iter_name_step, block_iter_name_first)
10389 (block_iter_name_next): Delete.
10390 (block_lookup_symbol_primary): Adjust to use
10391 dict_iter_match_first/dict_iter_match_next.
10392 * block.h (block_iter_name_first, block_iter_name_next): Delete
10393 declarations.
10394 (ALL_BLOCK_SYMBOLS_WITH_NAME): Adjust to use
10395 dict_iter_match_first/dict_iter_match_next.
10396
10397 2017-07-20 Pedro Alves <palves@redhat.com>
10398
10399 * cp-support.c (cp_find_first_component_aux): Add missing case for
10400 end of string.
10401
10402 2017-07-18 David Blaikie <dblaikie@gmail.com>
10403
10404 * dwarf2read.c (create_cus_hash_table): Re-add lost initialization
10405 of dwo_cu's dwo_file.
10406
10407 2017-07-18 Yao Qi <yao.qi@linaro.org>
10408
10409 * remote.c (store_registers_using_G): Remove one line comment.
10410
10411 2017-07-18 Yao Qi <yao.qi@linaro.org>
10412
10413 * regcache.c (regcache_cpy): Simplify it.
10414 (regcache::cpy_no_passthrough): Remove it.
10415 * regcache.h (cpy_no_passthrough): Remove it.
10416 (regcache_dup, regcache_cpy): Update comments.
10417
10418 2017-07-18 Pedro Alves <palves@redhat.com>
10419
10420 * remote-sim.c (sim_command_completer): Adjust to work with a
10421 completion_tracker instead of a VEC.
10422
10423 2017-07-17 Pedro Alves <palves@redhat.com>
10424
10425 * completer.c (complete_source_filenames): New function.
10426 (complete_address_and_linespec_locations): New function.
10427 (location_completer): Use complete_address_and_linespec_locations.
10428 (completion_tracker::build_completion_result): Honor the tracker's
10429 request to suppress append.
10430 * completer.h (completion_tracker::suppress_append_ws)
10431 (completion_tracker::set_suppress_append_ws): New methods.
10432 (completion_tracker::m_suppress_append_ws): New field.
10433 (complete_source_filenames): New declaration.
10434 * linespec.c (linespec_complete_what): New.
10435 (struct ls_parser) <complete_what, completion_word,
10436 completion_quote_char, completion_quote_end, completion_tracker>:
10437 New fields.
10438 (string_find_incomplete_keyword_at_end): New.
10439 (linespec_lexer_lex_string): Record quote char. If in completion
10440 mode, don't throw.
10441 (linespec_lexer_consume_token): Advance the completion word point.
10442 (linespec_lexer_peek_token): Save/restore completion info.
10443 (save_stream_and_consume_token): New.
10444 (set_completion_after_number): New.
10445 (linespec_parse_basic): Set what to complete next depending on
10446 token. Handle function and label completions specially.
10447 (parse_linespec): Disable objc shortcut in completion mode. Set
10448 what to complete next depending on token type. Skip keyword if in
10449 completion mode.
10450 (complete_linespec_component, linespec_complete): New.
10451 * linespec.h (linespec_complete): Declare.
10452
10453 2017-07-17 Pedro Alves <palves@redhat.com>
10454
10455 * linespec.c (linespec_lexer_lex_string, find_toplevel_char):
10456 Handle 'operator<' / 'operator<<'.
10457
10458 2017-07-17 Pedro Alves <palves@redhat.com>
10459
10460 * completer.c (collect_explicit_location_matches): Handle
10461 MATCH_LABEL.
10462 (convert_explicit_location_to_linespec): New, factored out from
10463 ...
10464 (convert_explicit_location_to_sals): ... this.
10465 (complete_label): New.
10466 (linespec_complete_label, find_label_symbols_in_block): New.
10467 (find_label_symbols): Add completion_mode parameter and adjust to
10468 call find_label_symbols_in_block.
10469 * linespec.h (linespec_complete_label): Declare.
10470
10471 2017-07-17 Pedro Alves <palves@redhat.com>
10472
10473 * ada-lang.c (ada_collect_symbol_completion_matches): Add
10474 complete_symbol_mode parameter.
10475 * cli/cli-cmds.c (complete_command): Get the completion result out
10476 of the handle_brkchars tracker if used a custom word point.
10477 * completer.c: Include "linespec.h".
10478 (enum explicit_location_match_type) <MATCH_LINE>: New enumerator.
10479 (advance_to_expression_complete_word_point): New.
10480 (completion_tracker::completes_to_completion_word): New.
10481 (complete_files_symbols): Pass down
10482 complete_symbol_mode::EXPRESSION.
10483 (explicit_options, probe_options): New.
10484 (collect_explicit_location_matches): Complete on the
10485 explictit_loc->foo instead of word. Use
10486 linespec_complete_function. Handle MATCH_LINE. Handle offering
10487 keyword and options completions.
10488 (backup_text_ptr): Delete.
10489 (skip_keyword): New.
10490 (complete_explicit_location): Remove 'word' parameter. Add
10491 language, quoted_arg_start and quoted_arg_end parameters.
10492 Rewrite, parsing left to right.
10493 (location_completer): Rewrite.
10494 (location_completer_handle_brkchars): New function.
10495 (symbol_completer): Pass down complete_symbol_mode::EXPRESSION.
10496 (enum complete_line_internal_reason): Adjust comments.
10497 (completion_tracker::discard_completions): New.
10498 (completer_handle_brkchars_func_for_completer): Handle
10499 location_completer.
10500 (gdb_custom_word_point_brkchars)
10501 (gdb_org_rl_basic_quote_characters): New.
10502 (gdb_completion_word_break_characters_throw)
10503 (completion_find_completion_word): Handle trackers that use a
10504 custom word point.
10505 (completion_tracker::advance_custom_word_point_by): New.
10506 (completion_tracker::build_completion_result): Don't rely on
10507 readline appending the quote char.
10508 (gdb_rl_attempted_completion_function_throw): Handle trackers that
10509 use a custom word point.
10510 (gdb_rl_attempted_completion_function): Restore
10511 rl_basic_quote_characters.
10512 * completer.h (class completion_tracker): Extend intro comment.
10513 (completion_tracker::set_quote_char)
10514 (completion_tracker::quote_char)
10515 (completion_tracker::set_use_custom_word_point)
10516 (completion_tracker::use_custom_word_point)
10517 (completion_tracker::custom_word_point)
10518 (completion_tracker::set_custom_word_point)
10519 (completion_tracker::advance_custom_word_point_by)
10520 (completion_tracker::completes_to_completion_word)
10521 (completion_tracker::discard_completions): New methods.
10522 (completion_tracker::m_quote_char)
10523 (completion_tracker::m_use_custom_word_point)
10524 (completion_tracker::m_custom_word_point): New fields.
10525 (advance_to_expression_complete_word_point): Declare.
10526 * f-lang.c (f_collect_symbol_completion_matches): Add
10527 complete_symbol_mode parameter.
10528 * language.h (struct language_defn)
10529 <la_collect_symbol_completion_matches>: Add complete_symbol_mode
10530 parameter.
10531 * linespec.c (linespec_keywords): Add NULL terminator. Make extern.
10532 (linespec_complete_function): New function.
10533 (linespec_lexer_lex_keyword): Adjust.
10534 * linespec.h (linespec_keywords, linespec_complete_function): New
10535 declarations.
10536 * location.c (find_end_quote): New function.
10537 (explicit_location_lex_one): Add explicit_completion_info
10538 parameter. Save quoting info. Don't throw if being called for
10539 completion. Don't handle Ada operators here.
10540 (is_cp_operator, skip_op_false_positives, first_of)
10541 (explicit_location_lex_one_function): New function.
10542 (string_to_explicit_location): Replace 'dont_throw' parameter with
10543 an explicit_completion_info pointer parameter. Handle it. Don't
10544 use explicit_location_lex_one to lex function names. Use
10545 explicit_location_lex_one_function instead.
10546 * location.h (struct explicit_completion_info): New.
10547 (string_to_explicit_location): Replace 'dont_throw' parameter with
10548 an explicit_completion_info pointer parameter.
10549 * symtab.c (default_collect_symbol_completion_matches_break_on):
10550 Add complete_symbol_mode parameter. Handle LINESPEC mode.
10551 (default_collect_symbol_completion_matches)
10552 (collect_symbol_completion_matches): Add complete_symbol_mode
10553 parameter.
10554 (collect_symbol_completion_matches_type): Pass down
10555 complete_symbol_mode::EXPRESSION.
10556 (collect_file_symbol_completion_matches): Add complete_symbol_mode
10557 parameter. Handle LINESPEC mode.
10558 * symtab.h (complete_symbol_mode): New.
10559 (default_collect_symbol_completion_matches_break_on)
10560 (default_collect_symbol_completion_matches)
10561 (collect_symbol_completion_matches)
10562 (collect_file_symbol_completion_matches): Add complete_symbol_mode
10563 parameter.
10564
10565 2017-07-17 Pedro Alves <palves@redhat.com>
10566
10567 * utils.c (enum class strncmp_iw_mode): New.
10568 (strcmp_iw): Rename to ...
10569 (strncmp_iw_with_mode): ... this. Add string2_len and mode
10570 parameters. Handle them.
10571 (strncmp_iw): New.
10572 (strcmp_iw): Reimplement as wrapper around strncmp_iw_with_mode.
10573 * utils.h (strncmp_iw): Declare.
10574 (strcmp_iw): Move describing comments here.
10575
10576 2017-07-17 Pedro Alves <palves@redhat.com>
10577
10578 * c-exp.y (operator_stoken): Use CP_OPERATOR_LEN and
10579 CP_OPERATOR_STR.
10580 * c-typeprint.c (is_type_conversion_operator): Use
10581 CP_OPERATOR_STR.
10582 * cp-support.c (LENGTH_OF_OPERATOR): Delete.
10583 (cp_find_first_component_aux): Use CP_OPERATOR_STR and
10584 CP_OPERATOR_LEN.
10585 * cp-support.h (CP_OPERATOR_STR, CP_OPERATOR_LEN): New.
10586 * gnu-v2-abi.c (gnuv2_is_operator_name): Use CP_OPERATOR_STR.
10587 * gnu-v3-abi.c (gnuv3_is_operator_name): Use CP_OPERATOR_STR.
10588 * linespec.c (linespec_lexer_lex_string): Use CP_OPERATOR_LEN and
10589 CP_OPERATOR_STR.
10590 * location.c: Include "cp-support.h".
10591 (explicit_location_lex_one): Use CP_OPERATOR_LEN and
10592 CP_OPERATOR_STR.
10593 * symtab.c (operator_chars): Use CP_OPERATOR_STR and
10594 CP_OPERATOR_LEN.
10595
10596 2017-07-17 Pedro Alves <palves@redhat.com>
10597
10598 * cli/cli-cmds.c (complete_command): Use a completion tracker
10599 along with completion_find_completion_word for handle_brkchars
10600 phase.
10601 * completer.c (RL_QF_SINGLE_QUOTE, RL_QF_DOUBLE_QUOTE)
10602 (RL_QF_BACKSLASH, RL_QF_OTHER_QUOTE): New.
10603 (struct gdb_rl_completion_word_info): New.
10604 (gdb_rl_find_completion_word): New.
10605 (completion_find_completion_word): New.
10606 * completer.h (completion_find_completion_word): Declare.
10607
10608 2017-07-17 Pedro Alves <palves@redhat.com>
10609
10610 * ada-lang.c (symbol_completion_match): Adjust comments.
10611 (symbol_completion_add): Replace vector parameter with
10612 completion_tracker parameter. Use it.
10613 (ada_make_symbol_completion_list): Rename to...
10614 (ada_collect_symbol_completion_matches): ... this. Add
10615 completion_tracker parameter and use it.
10616 (ada_language_defn): Adjust.
10617 * break-catch-syscall.c (catch_syscall_completer): Adjust
10618 prototype and work with completion_tracker instead of VEC.
10619 * breakpoint.c (condition_completer): Adjust prototype and work
10620 with completion_tracker instead of VEC.
10621 * c-lang.c (c_language_defn, cplus_language_defn)
10622 (asm_language_defn, minimal_language_defn): Adjust to renames.
10623 * cli/cli-cmds.c (complete_command): Rework using
10624 completion_tracker. Catch exceptions when completing.
10625 * cli/cli-decode.c (integer_unlimited_completer)
10626 (complete_on_cmdlist, complete_on_enum): Adjust prototype and work
10627 with completion_tracker instead of VEC.
10628 * command.h (struct completion_tracker): Forward declare.
10629 (completer_ftype, completer_handle_brkchars_ftype): Change
10630 types.
10631 (complete_on_cmdlist, complete_on_enum): Adjust.
10632 * completer.c: Include <algorithm>.
10633 (struct gdb_completer_state): New.
10634 (current_completion): New global.
10635 (readline_line_completion_function): Delete.
10636 (noop_completer, filename_completer)
10637 (filename_completer_handle_brkchars, complete_files_symbols)
10638 (linespec_location_completer): Adjust to work with a
10639 completion_tracker instead of a VEC.
10640 (string_or_empty): New.
10641 (collect_explicit_location_matches): Adjust to work with a
10642 completion_tracker instead of a VEC.
10643 (explicit_location_completer): Rename to ...
10644 (complete_explicit_location): ... this and adjust to work with a
10645 completion_tracker instead of a VEC.
10646 (location_completer): Adjust to work with a completion_tracker
10647 instead of a VEC.
10648 (add_struct_fields): Adjust to work with a completion_list instead
10649 of VEC.
10650 (expression_completer): Rename to ...
10651 (complete_expression): ... this and adjust to work with a
10652 completion_tracker instead of a VEC. Use complete_files_symbols.
10653 (expression_completer): Reimplement on top of complete_expression.
10654 (symbol_completer): Adjust to work with a completion_tracker
10655 instead of a VEC.
10656 (enum complete_line_internal_reason): Add describing comments.
10657 (complete_line_internal_normal_command): Adjust to work with a
10658 completion_tracker instead of a VEC.
10659 (complete_line_internal): Rename to ...
10660 (complete_line_internal_1): ... this and adjust to work with a
10661 completion_tracker instead of a VEC. Assert TEXT is NULL in the
10662 handle_brkchars phase.
10663 (new_completion_tracker): Delete.
10664 (complete_line_internal): Reimplement as TRY/CATCH wrapper around
10665 complete_line_internal_1.
10666 (free_completion_tracker): Delete.
10667 (INITIAL_COMPLETION_HTAB_SIZE): New.
10668 (completion_tracker::completion_tracker)
10669 (completion_tracker::~completion_tracker): New.
10670 (maybe_add_completion): Delete.
10671 (completion_tracker::maybe_add_completion)
10672 (completion_tracker::add_completion)
10673 (completion_tracker::add_completions): New.
10674 (throw_max_completions_reached_error): Delete.
10675 (complete_line): Adjust to work with a completion_tracker instead
10676 of a VEC. Don't create a completion_tracker_t or check for max
10677 completions here.
10678 (command_completer, command_completer_handle_brkchars)
10679 (signal_completer, reg_or_group_completer_1)
10680 (reg_or_group_completer, default_completer_handle_brkchars):
10681 Adjust to work with a completion_tracker.
10682 (gdb_completion_word_break_characters_throw): New.
10683 (gdb_completion_word_break_characters): Reimplement.
10684 (line_completion_function): Delete.
10685 (completion_tracker::recompute_lowest_common_denominator)
10686 (expand_preserving_ws)
10687 (completion_tracker::build_completion_result)
10688 (completion_result::completion_result)
10689 (completion_result::completion_result)
10690 (completion_result::~completion_result)
10691 (completion_result::completion_result)
10692 (completion_result::release_match_list, compare_cstrings)
10693 (completion_result::sort_match_list)
10694 (completion_result::reset_match_list)
10695 (gdb_rl_attempted_completion_function_throw)
10696 (gdb_rl_attempted_completion_function): New.
10697 * completer.h (completion_list, struct completion_result)
10698 (class completion_tracker): New.
10699 (complete_line): Add completion_tracker parameter.
10700 (readline_line_completion_function): Delete.
10701 (gdb_rl_attempted_completion_function): New.
10702 (noop_completer, filename_completer, expression_completer)
10703 (location_completer, symbol_completer, command_completer)
10704 (signal_completer, reg_or_group_completer): Update prototypes.
10705 (completion_tracker_t, new_completion_tracker)
10706 (make_cleanup_free_completion_tracker): Delete.
10707 (enum maybe_add_completion_enum): Delete.
10708 (maybe_add_completion): Delete.
10709 (throw_max_completions_reached_error): Delete.
10710 * corefile.c (complete_set_gnutarget): Adjust to work with a
10711 completion_tracker instead of a VEC.
10712 * cp-abi.c (cp_abi_completer): Adjust to work with a
10713 completion_tracker instead of a VEC.
10714 * d-lang.c (d_language_defn): Adjust.
10715 * disasm.c (disassembler_options_completer): Adjust to work with a
10716 completion_tracker instead of a VEC.
10717 * f-lang.c (f_make_symbol_completion_list): Rename to ...
10718 (f_collect_symbol_completion_matches): ... this. Adjust to work
10719 with a completion_tracker instead of a VEC.
10720 (f_language_defn): Adjust.
10721 * go-lang.c (go_language_defn): Adjust.
10722 * guile/scm-cmd.c (cmdscm_add_completion, cmdscm_completer):
10723 Adjust to work with a completion_tracker instead of a VEC.
10724 * infrun.c (handle_completer): Likewise.
10725 * interps.c (interpreter_completer): Likewise.
10726 * interps.h (interpreter_completer): Likewise.
10727 * language.c (unknown_language_defn, auto_language_defn)
10728 (local_language_defn): Adjust.
10729 * language.h (language_defn::la_make_symbol_completion_list):
10730 Rename to ...
10731 (language_defn::la_collect_symbol_completion_matches): ... this
10732 and adjust to work with a completion_tracker instead of a VEC.
10733 * m2-lang.c (m2_language_defn): Adjust.
10734 * objc-lang.c (objc_language_defn): Adjust.
10735 * opencl-lang.c (opencl_language_defn): Adjust.
10736 * p-lang.c (pascal_language_defn): Adjust.
10737 * python/py-cmd.c (cmdpy_completer_helper): Handle NULL word.
10738 (cmdpy_completer_handle_brkchars, cmdpy_completer): Adjust to work
10739 with a completion_tracker.
10740 * rust-lang.c (rust_language_defn): Adjust.
10741 * symtab.c (free_completion_list, do_free_completion_list)
10742 (return_val, completion_tracker): Delete.
10743 (completion_list_add_name, completion_list_add_symbol)
10744 (completion_list_add_msymbol, completion_list_objc_symbol)
10745 (completion_list_add_fields, add_symtab_completions): Add
10746 completion_tracker parameter and use it.
10747 (default_make_symbol_completion_list_break_on_1): Rename to...
10748 (default_collect_symbol_completion_matches_break_on): ... this.
10749 Add completion_tracker parameter and use it instead of allocating
10750 a completion tracker here.
10751 (default_make_symbol_completion_list_break_on): Delete old
10752 implementation.
10753 (default_make_symbol_completion_list): Delete.
10754 (default_collect_symbol_completion_matches): New.
10755 (make_symbol_completion_list): Delete.
10756 (collect_symbol_completion_matches): New.
10757 (make_symbol_completion_type): Rename to ...
10758 (collect_symbol_completion_matches_type): ... this. Add
10759 completion_tracker parameter and use it instead of VEC.
10760 (make_file_symbol_completion_list_1): Rename to...
10761 (collect_file_symbol_completion_matches): ... this. Add
10762 completion_tracker parameter and use it instead of VEC.
10763 (make_file_symbol_completion_list): Delete.
10764 (add_filename_to_list): Use completion_list instead of a VEC.
10765 (add_partial_filename_data::list): Now a completion_list.
10766 (make_source_files_completion_list): Work with a completion_list
10767 instead of a VEC.
10768 * symtab.h: Include "completer.h".
10769 (default_make_symbol_completion_list_break_on)
10770 (default_make_symbol_completion_list, make_symbol_completion_list)
10771 (make_symbol_completion_type, make_file_symbol_completion_list)
10772 (make_source_files_completion_list): Delete.
10773 (default_collect_symbol_completion_matches_break_on)
10774 (default_collect_symbol_completion_matches)
10775 (collect_symbol_completion_matches)
10776 (collect_symbol_completion_matches_type)
10777 (collect_file_symbol_completion_matches)
10778 (make_source_files_completion_list): New.
10779 * top.c (init_main): Don't install a rl_completion_entry_function
10780 hook. Install a rl_attempted_completion_function hook instead.
10781 * tui/tui-layout.c (layout_completer): Adjust to work with a
10782 completion_tracker.
10783 * tui/tui-regs.c (tui_reggroup_completer):
10784 * tui/tui-win.c (window_name_completer, focus_completer)
10785 (winheight_completer): Adjust to work with a completion_tracker.
10786 * value.c: Include "completer.h".
10787 (complete_internalvar): Adjust to work with a completion_tracker.
10788 * value.h (complete_internalvar): Likewise.
10789
10790 2017-07-17 Pedro Alves <palves@redhat.com>
10791
10792 * cli/cli-decode.c (set_cmd_completer_handle_brkchars): Adjust to
10793 renames.
10794 * cli/cli-decode.h (struct cmd_list_element) <completer>: Move
10795 comments to completer_ftype's declaration.
10796 <completer_handle_brkchars>: Change type to
10797 completer_handle_brkchars_ftype.
10798 * command.h (completer_ftype): Add describing comment and give
10799 names to parameters.
10800 (completer_ftype_void): Rename to ...
10801 (completer_handle_brkchars_ftype) ... this. Add describing comment.
10802 (set_cmd_completer_handle_brkchars): Adjust.
10803 * completer.c (filename_completer_handle_brkchars): New function.
10804 (complete_line_internal_normal_command): New function, factored
10805 out from ...
10806 (complete_line_internal): ... here.
10807 (command_completer_handle_brkchars)
10808 (default_completer_handle_brkchars)
10809 (completer_handle_brkchars_func_for_completer): New functions.
10810 * completer.h (set_gdb_completion_word_break_characters): Delete
10811 declaration.
10812 (completer_handle_brkchars_func_for_completer): New declaration.
10813 * python/py-cmd.c (cmdpy_completer_handle_brkchars): Adjust to use
10814 completer_handle_brkchars_func_for_completer.
10815
10816 2017-07-17 Pedro Alves <palves@redhat.com>
10817
10818 * completer.c (symbol_completer): New function, based on
10819 make_symbol_completion_list_fn.
10820 * completer.h (symbol_completer): New declaration.
10821 * guile/scm-cmd.c (cmdscm_completers): Adjust.
10822 * python/py-cmd.c (completers): Adjust.
10823 * symtab.c (make_symbol_completion_list_fn): Delete.
10824 * symtab.h (make_symbol_completion_list_fn): Delete.
10825 * cli/cli-decode.c (add_cmd): Adjust.
10826
10827 2017-07-17 Pedro Alves <palves@redhat.com>
10828
10829 * Makefile.in (COMMON_OBS): Add filename-seen-cache.o.
10830 * dwarf2read.c: Include "filename-seen-cache.h".
10831 * dwarf2read.c (dwarf2_per_objfile) <filenames_cache>: New field.
10832 (dw2_map_symbol_filenames): Build and use a filenames_seen_cache.
10833 * filename-seen-cache.c: New file.
10834 * filename-seen-cache.h: New file.
10835 * symtab.c: Include "filename-seen-cache.h".
10836 (struct filename_seen_cache, INITIAL_FILENAME_SEEN_CACHE_SIZE)
10837 (create_filename_seen_cache, clear_filename_seen_cache)
10838 (delete_filename_seen_cache, filename_seen): Delete, parts moved
10839 to filename-seen-cache.h/filename-seen-cache.c.
10840 (output_source_filename, sources_info)
10841 (maybe_add_partial_symtab_filename)
10842 (make_source_files_completion_list): Adjust to use
10843 filename_seen_cache.
10844
10845 2017-07-17 Pedro Alves <palves@redhat.com>
10846
10847 * dwarf2read.c (dwarf2_per_objfile): In-class initialize all
10848 fields.
10849 (dwarf2_per_objfile::dwarf2_per_objfile(objfile*, const
10850 dwarf2_debug_sections*)): New.
10851 (dwarf2_per_objfile::dwarf2_per_objfile(const
10852 dwarf2_per_objfile&)): Declare as deleted.
10853 (dwarf2_per_objfile::operator=): Declare as deleted.
10854 (dwarf2_per_objfile::dwarf2_per_objfile)
10855 (dwarf2_per_objfile::~dwarf2_per_objfile)
10856 (dwarf2_per_objfile::free_cached_comp_units): New.
10857 (dwarf2_has_info): dwarf2_per_objfile initialization code moved to
10858 ctor. Call dwarf2_per_objfile's ctor manually.
10859 (dwarf2_locate_sections): Deleted/refactored as ...
10860 (dwarf2_per_objfile::locate_sections): ... this new method.
10861 (free_cached_comp_units): Defer to
10862 dwarf2_per_objfile::free_cached_comp_units.
10863 (dwarf2_free_objfile): Call dwarf2_per_objfile's dtor manually.
10864
10865 2017-07-14 Tom Tromey <tom@tromey.com>
10866
10867 PR rust/21764:
10868 * rust-exp.y (convert_ast_to_expression): Add "want_type"
10869 parameter.
10870 <UNOP_SIZEOF>: Split into separate case.
10871 <UNOP_VAR_VALUE>: Handle want_type. Add error case.
10872
10873 2017-07-14 Tom Tromey <tom@tromey.com>
10874
10875 PR rust/21763:
10876 * symtab.c (symbol_matches_domain): Add language_rust to special
10877 case.
10878 * rust-exp.y (convert_ast_to_expression) <OP_VAR_VALUE>: Don't
10879 treat LOC_TYPEDEF symbols as variables.
10880
10881 2017-07-14 Pedro Alves <palves@redhat.com>
10882
10883 * symtab.c (make_file_symbol_completion_list_1): Iterate over
10884 symtabs matching all symtabs with SRCFILE as file name instead of
10885 only considering the first hit, with lookup_symtab.
10886
10887 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
10888
10889 * ax-gdb.c (gen_aggregate_elt_ref): Remove operand_name and
10890 operator_name parameters.
10891 (gen_expr): Update function call.
10892
10893 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
10894
10895 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Remove gdbarch
10896 parameter.
10897 * symtab.h (struct symbol_computed_ops::tracepoint_var_ref):
10898 Likewise.
10899 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove gdbarch
10900 parameter, use agent_expr::gdbarch instead, update function
10901 calls.
10902 (locexpr_tracepoint_var_ref): Likewise.
10903 (loclist_tracepoint_var_ref): Likewise.
10904 * ax-gdb.c (gen_trace_static_fields): Likewise.
10905 (gen_traced_pop): Likewise.
10906 (gen_frame_args_address): Likewise.
10907 (gen_frame_locals_address): Likewise.
10908 (gen_var_ref): Likewise.
10909 (gen_struct_ref_recursive): Likewise.
10910 (gen_static_field): Likewise.
10911 (gen_maybe_namespace_elt): Likewise.
10912 (gen_expr): Likewise.
10913 (gen_trace_for_var): Likewise.
10914 (gen_trace_for_expr): Likewise.
10915 (gen_trace_for_return_address): Likewise.
10916
10917 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
10918
10919 * ax-gdb.c (gen_deref, gen_address_of): Remove unused ax
10920 parameter.
10921 (gen_struct_ref, gen_expr, gen_expr_binop_rest): Update call.
10922
10923 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
10924
10925 * ax-gdb.c (gen_usual_unary): Remove exp parameter, get gdbarch
10926 from ax, update calls.
10927 (gen_usual_arithmetic): Likewise.
10928 (gen_integral_promotions): Likewise.
10929 (gen_bitfield_ref): Likewise.
10930 (gen_primitive_field): Likewise.
10931 (gen_struct_ref_recursive): Likewise.
10932 (gen_struct_ref): Likewise.
10933 (gen_maybe_namespace_elt): Likewise.
10934 (gen_struct_elt_for_reference): Likewise.
10935 (gen_namespace_elt): Likewise.
10936 (gen_aggregate_elt_ref): Likewise.
10937 (gen_expr): Get gdbarch from ax, update calls.
10938 (gen_expr_binop_rest): Likewise.
10939
10940 2017-07-13 Pedro Alves <palves@redhat.com>
10941
10942 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Pass tdesc_amd64
10943 as default tdesc.
10944 * amd64-dicos-tdep.c (amd64_dicos_init_abi):
10945 * amd64-fbsd-tdep.c (amd64fbsd_init_abi):
10946 * amd64-linux-tdep.c (amd64_linux_init_abi): Pass
10947 tdesc_amd64_linux as default tdesc. Get final tdesc from the
10948 tdep.
10949 (amd64_x32_linux_init_abi): Pass tdesc_x32_linux as default tdesc.
10950 Get final tdesc from the tdep.
10951 * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Pass tdesc_amd64 as
10952 default tdesc.
10953 * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
10954 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
10955 * amd64-tdep.c (amd64_init_abi): Add 'default_tdesc' parameter.
10956 Use it as default tdesc.
10957 (amd64_x32_init_abi): Add 'default_tdesc' parameter, and pass it
10958 down to amd_init_abi. No longer handle fallback tdesc here.
10959 * amd64-tdep.h (tdesc_x32): Declare.
10960 (amd64_init_abi, amd64_x32_init_abi): Add 'default_tdesc'
10961 parameter.
10962 * amd64-windows-tdep.c (amd64_windows_init_abi): Pass tdesc_amd64
10963 as default tdesc.
10964
10965 2017-07-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10966
10967 * s390-linux-tdep.c (s390_process_record): Add support for
10968 instructions new in arch12.
10969
10970 2017-07-11 John Baldwin <jhb@FreeBSD.org>
10971
10972 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
10973 PT_GETFSBASE and PT_GETGSBASE.
10974 (amd64bsd_store_inferior_registers): Use PT_SETFSBASE and
10975 PT_SETGSBASE.
10976
10977 2017-07-11 John Baldwin <jhb@FreeBSD.org>
10978
10979 * features/Makefile (amd64.dat, amd64-avx.dat, amd64-mpx.dat)
10980 (amd64-avx-mpx.dat, amd64-avx-avx512.dat)
10981 (amd64-avx-mpx-avx512-pku.dat): Add i386/64bit-segments.xml in
10982 those rules.
10983 * features/i386/amd64-avx-avx512.xml: Add 64bit-segments.xml.
10984 * features/i386/amd64-avx-mpx-avx512-pku.xml: Add 64bit-segments.xml.
10985 * features/i386/amd64-avx-mpx.xml: Add 64bit-segments.xml.
10986 * features/i386/amd64-avx.xml: Add 64bit-segments.xml.
10987 * features/i386/amd64-mpx.xml: Add 64bit-segments.xml.
10988 * features/i386/amd64.xml: Add 64bit-segments.xml.
10989 * features/i386/amd64-avx-avx512.c: Regenerated.
10990 * features/i386/amd64-avx-mpx-avx512-pku.c: Regenerated.
10991 * features/i386/amd64-avx-mpx.c: Regenerated.
10992 * features/i386/amd64-avx.c: Regenerated.
10993 * features/i386/amd64-mpx.c: Regenerated.
10994 * features/i386/amd64.c: Regenerated.
10995 * regformats/i386/amd64-avx-avx512.dat: Regenerated.
10996 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
10997 * regformats/i386/amd64-avx-mpx.dat: Regenerated.
10998 * regformats/i386/amd64-avx.dat: Regenerated.
10999 * regformats/i386/amd64-mpx.dat: Regenerated.
11000 * regformats/i386/amd64.dat: Regenerated.
11001
11002 2017-07-10 Yao Qi <yao.qi@linaro.org>
11003
11004 * features/i386/amd64-avx-avx512-linux.c: Re-generated.
11005 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
11006
11007 2017-07-10 Anton Kolesov <Anton.Kolesov@synopsys.com>
11008
11009 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add setenv and
11010 unsetenv.
11011 * gnulib/aclocal.m4: Regenerate.
11012 * gnulib/config.in: Regenerate.
11013 * gnulib/configure: Regenerate.
11014 * gnulib/import/Makefile.am: Regenerate.
11015 * gnulib/import/Makefile.in: Regenerate.
11016 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
11017 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
11018 * gnulib/import/m4/environ.m4: New file.
11019 * gnulib/import/m4/setenv.m4: New file.
11020 * gnulib/import/setenv.c: New file.
11021 * gnulib/import/unsetenv.c: New file.
11022
11023 2017-07-09 Simon Marchi <simon.marchi@ericsson.com>
11024
11025 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Read
11026 address when op is DW_OP_addr.
11027
11028 2017-07-09 Tom Tromey <tom@tromey.com>
11029
11030 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Reverse size
11031 check and apply to outer type.
11032
11033 2017-07-07 John Baldwin <jhb@FreeBSD.org>
11034
11035 * fbsd-tdep.c (LWPINFO_OFFSET, LWPINFO_PL_FLAGS)
11036 (LWPINFO64_PL_SIGINFO, LWPINFO32_PL_SIGINFO, PL_FLAG_SI)
11037 (SIZE64_SIGINFO_T, SIZE32_SIGINFO_T, fbsd_core_xfer_siginfo): New.
11038 (fbsd_init_abi): Install gdbarch "core_xfer_siginfo" method.
11039
11040 2017-07-07 John Baldwin <jhb@FreeBSD.org>
11041
11042 * fbsd-tdep.c (fbsd_core_thread_name): Use thread_section_name.
11043
11044 2017-07-07 John Baldwin <jhb@FreeBSD.org>
11045
11046 * corelow.c (get_core_siginfo): Remove.
11047 (core_xfer_partial): Use the gdbarch "core_xfer_siginfo" method
11048 instead of get_core_siginfo.
11049 * gdbarch.sh (core_xfer_siginfo): New gdbarch callback.
11050 * gdbarch.h: Re-generate.
11051 * gdbarch.c: Re-generate.
11052 * linux-tdep.c (linux_core_xfer_siginfo): New.
11053 (linux_init_abi): Install gdbarch "core_xfer_siginfo" method.
11054
11055 2017-07-07 John Baldwin <jhb@FreeBSD.org>
11056
11057 * corelow.c (thread_section_name): Move to ...
11058 * gdbcore.h (thread_section_name): ... here.
11059
11060 2017-07-07 John Baldwin <jhb@FreeBSD.org>
11061
11062 * fbsd-nat.c [PT_LWPINFO && __LP64__] (union sigval32)
11063 (struct siginfo32): New.
11064 [PT_LWPINFO] (fbsd_siginfo_size, fbsd_convert_siginfo): New.
11065 (fbsd_xfer_partial) [PT_LWPINFO]: Handle TARGET_OBJECT_SIGNAL_INFO
11066 via ptrace(PT_LWPINFO).
11067
11068 2017-07-07 John Baldwin <jhb@FreeBSD.org>
11069
11070 * fbsd-tdep.c (fbsd_gdbarch_data_handle, struct fbsd_gdbarch_data)
11071 (init_fbsd_gdbarch_data, get_fbsd_gdbarch_data)
11072 (fbsd_get_siginfo_type): New.
11073 (fbsd_init_abi): Install gdbarch "get_siginfo_type" method.
11074 (_initialize_fbsd_tdep): New.
11075
11076 2017-07-06 David Blaikie <dblaikie@gmail.com>
11077
11078 * dwarf2read.c (struct dwo_file): Use a htab of dwo_unit* (rather than
11079 a singular dwo_unit*) to support multiple CUs in the same way that
11080 multiple TUs are supported.
11081 (create_cus_hash_table): Replace create_dwo_cu with a function for
11082 parsing multiple CUs from a DWO file.
11083 (open_and_init_dwo_file): Use create_cus_hash_table rather than
11084 create_dwo_cu.
11085 (lookup_dwo_cutu): Lookup CU in the hash table in the dwo_file with
11086 htab_find, rather than comparing the signature to a singleton CU in
11087 the dwo_file.
11088
11089 2017-07-06 Pedro Alves <palves@redhat.com>
11090
11091 * python/py-unwind.c (pyuw_dealloc_cache): Fix for loop condition.
11092
11093 2017-07-04 Pedro Alves <palves@redhat.com>
11094
11095 * gdbtypes.c (recursive_dump_type): Don't reference TYPE_STATIC.
11096 * gdbtypes.h (TYPE_STATIC): Delete.
11097 (struct fn_field) <is_public, is_abstract, is_static, is_final,
11098 is_synchronized, is_native>: Delete.
11099 <dummy>: Bump.
11100 (TYPE_FN_FIELD_PUBLIC, TYPE_FN_FIELD_STATIC, TYPE_FN_FIELD_FINAL)
11101 (TYPE_FN_FIELD_SYNCHRONIZED, TYPE_FN_FIELD_NATIVE)
11102 (TYPE_FN_FIELD_ABSTRACT): Delete.
11103
11104 2017-07-03 Simon Marchi <simon.marchi@ericsson.com>
11105
11106 * buffer.h (buffer_finish): Fix spelling mistakes.
11107
11108 2017-07-01 Eli Zaretskii <eliz@gnu.org>
11109
11110 * .dir-locals.el: Automatically switch to C-style comments in
11111 versions of Emacs that support the feature.
11112
11113 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11114 Pedro Alves <palves@redhat.com>
11115
11116 PR cli/21688
11117 * cli/cli-script.c (command_name_equals_not_inline): Remove function.
11118 (process_next_line): New variable 'inline_cmd'.
11119 Adjust 'if' clauses for "python", "compile" and "guile" to use
11120 'command_name_equals' and check for '!inline_cmd'.
11121
11122 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11123
11124 PR cli/21688
11125 * cli/cli-script.c (command_name_equals_not_inline): New function.
11126 (process_next_line): Adjust 'if' clauses for "python", "compile"
11127 and "guile" to use command_name_equals_not_inline.
11128
11129 2017-06-29 Pedro Alves <palves@redhat.com>
11130
11131 * completer.c (expression_completer): Call
11132 linespec_location_completer instead of location_completer.
11133
11134 2017-06-29 Pedro Alves <palves@redhat.com>
11135
11136 * completer.c (expression_completer): Remove code that recomputes
11137 'text' from 'word'.
11138
11139 2017-06-29 Yao Qi <yao.qi@linaro.org>
11140
11141 * regformats/regdat.sh: Generate code with
11142 "ifndef IN_PROCESS_AGENT".
11143
11144 2017-06-28 Pedro Alves <palves@redhat.com>
11145
11146 * command.h: Include "common/scoped_restore.h".
11147
11148 2017-06-28 Yao Qi <yao.qi@linaro.org>
11149
11150 * mi/mi-cmd-break.c (mi_argv_to_format): Use obstack_grow_str
11151 instead of obstack_grow.
11152
11153 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
11154
11155 PR gdb/21337
11156 * symfile.c (reread_symbols): Call objfiles_changed just before
11157 read_symbols.
11158
11159 2017-06-27 Pedro Alves <palves@redhat.com>
11160
11161 * symtab.c (COMPLETION_LIST_ADD_SYMBOL)
11162 (MCOMPLETION_LIST_ADD_SYMBOL): Delete macros, replace with ...
11163 (completion_list_add_symbol, completion_list_add_msymbol):
11164 ... these new functions.
11165 (add_symtab_completions)
11166 (default_make_symbol_completion_list_break_on_1): Adjust.
11167
11168 2017-06-27 Pedro Alves <palves@redhat.com>
11169
11170 * objfiles.c (get_objfile_bfd_data): Call bfd_alloc instead of
11171 bfd_zalloc. Call objfile_per_bfd_storage's ctor.
11172 (free_objfile_per_bfd_storage): Call objfile_per_bfd_storage's
11173 dtor.
11174 * objfiles.h (objfile_per_bfd_storage): Add ctor. Make
11175 'storage_obstack' field an auto_obstack. In-class initialize all
11176 non-bitfield fields. Make minsyms_read bool.
11177 * symfile.c (read_symbols): Adjust.
11178
11179 2017-06-27 Alan Hayward <alan.hayward@arm.com>
11180
11181 * remote-sim.c (gdbsim_fetch_register): Use byte_vector.
11182 (gdbsim_store_register): Likewise.
11183
11184 2017-06-27 Pedro Alves <palves@redhat.com>
11185
11186 * c-exp.y (name_obstack): Now an auto_obstack.
11187 (yylex): Use auto_obstack::clear.
11188 (c_parse): Use auto_obstack::clear instead of reinitializing and
11189 freeing the obstack.
11190 * c-lang.c (evaluate_subexp_c): Use auto_obstack.
11191 * d-exp.y (name_obstack): Now an auto_obstack.
11192 (yylex): Use auto_obstack::clear.
11193 (d_parse): Use auto_obstack::clear instead of reinitializing and
11194 freeing the obstack.
11195 * dwarf2loc.c (fetch_const_value_from_synthetic_pointer): Use
11196 auto_obstack.
11197 * dwarf2read.c (create_addrmap_from_index)
11198 (dwarf2_build_psymtabs_hard)
11199 (update_enumeration_type_from_children): Likewise.
11200 * gdb_obstack.h (auto_obstack): New type.
11201 * go-exp.y (name_obstack): Now an auto_obstack.
11202 (build_packaged_name): Use auto_obstack::clear.
11203 (go_parse): Use auto_obstack::clear instead of reinitializing and
11204 freeing the obstack.
11205 * linux-tdep.c (linux_make_mappings_corefile_notes): Use
11206 auto_obstack.
11207 * printcmd.c (printf_wide_c_string, ui_printf): Use auto_obstack.
11208 * rust-exp.y (work_obstack): Now an auto_obstack.
11209 (rust_parse, rust_lex_tests): Use auto_obstack::clear instead of
11210 reinitializing and freeing the obstack.
11211 * utils.c (do_obstack_free, make_cleanup_obstack_free): Delete.
11212 (host_char_to_target): Use auto_obstack.
11213 * utils.h (make_cleanup_obstack_free): Delete declaration.
11214 * valprint.c (generic_emit_char, generic_printstr): Use
11215 auto_obstack.
11216
11217 2017-06-27 Simon Marchi <simon.marchi@ericsson.com>
11218
11219 * darwin-nat.c (darwin_check_new_threads): Don't handle dummy
11220 thread.
11221 (darwin_init_thread_list): Don't update dummy thread.
11222 (darwin_create_inferior, darwin_attach): Don't add a dummy thread.
11223
11224 2017-06-26 Simon Marchi <simon.marchi@ericsson.com>
11225
11226 * record-full.c (netorder16): Remove.
11227
11228 2017-06-26 Simon Marchi <simon.marchi@ericsson.com>
11229
11230 * common/diagnostics.h: Define macros for GCC.
11231 (DIAGNOSTIC_IGNORE_UNUSED_FUNCTION): New macro.
11232 * common/vec.h: Include diagnostics.h.
11233 (DIAGNOSTIC_IGNORE_UNUSED_VEC_FUNCTION): New macro.
11234 (DEF_VEC_I, DEF_VEC_P, DEF_VEC_O): Ignore -Wunused-function
11235 warning.
11236
11237 2017-06-26 Simon Marchi <simon.marchi@ericsson.com>
11238
11239 * common/diagnostics.h (DIAGNOSTIC_IGNORE_DEPRECATED_REGISTER):
11240 New macro.
11241 * ada-lex.l: Ignore deprecated register warnings.
11242
11243 2017-06-25 Simon Marchi <simon.marchi@ericsson.com>
11244
11245 * main.c (get_init_files): Replace "SYSTEM_GDBINIT +
11246 datadir_len" with "&SYSTEM_GDBINIT[datadir_len]".
11247
11248 2017-06-25 Simon Marchi <simon.marchi@ericsson.com>
11249
11250 * dtrace-probe.c (dtrace_process_dof_probe): Put semi-colon on
11251 its own line.
11252
11253 2017-06-25 Simon Marchi <simon.marchi@ericsson.com>
11254
11255 * nat/x86-dregs.c (x86_show_dr): Print registers one per line.
11256
11257 2017-06-23 Alan Hayward <alan.hayward@arm.com>
11258
11259 * xtensa-tdep.c (XTENSA_MAX_REGISTER_SIZE): Add.
11260 (xtensa_register_write_masked): Use XTENSA_MAX_REGISTER_SIZE.
11261 (xtensa_register_read_masked): Likewise.
11262
11263 2017-06-22 Sergio Durigan Junior <sergiodj@redhat.com>
11264
11265 * common/environ.c (gdb_environ::unset): Update comment.
11266
11267 2017-06-22 Alan Hayward <alan.hayward@arm.com>
11268
11269 * python/py-unwind.c (pyuw_sniffer): Allocate space for
11270 registers.
11271
11272 2017-06-22 Alan Hayward <alan.hayward@arm.com>
11273
11274 * record-full.c (record_full_exec_insn): Use byte_vector.
11275
11276 2017-06-22 Yao Qi <yao.qi@linaro.org>
11277
11278 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Regenerated.
11279 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
11280
11281 2017-06-22 Alan Hayward <alan.hayward@arm.com>
11282
11283 * remote.c (cached_reg): Move from here...
11284 * regcache.h (cached_reg): ...to here.
11285 * python/py-unwind.c (struct reg_info): Remove.
11286 (cached_frame_info): Use cached_reg_t.
11287 (pyuw_prev_register): Likewise.
11288 (pyuw_sniffer): Use cached_reg_t and allocate registers.
11289 (pyuw_dealloc_cache): Free all registers.
11290
11291 2017-06-22 Pedro Alves <palves@redhat.com>
11292 Simon Marchi <simon.marchi@ericsson.com>
11293
11294 * unittests/environ-selftests.c (run_tests): Ignore -Wself-move
11295 warning.
11296 * common/diagnostics.h: New file.
11297
11298 2017-06-22 Pedro Alves <palves@redhat.com>
11299
11300 * common/agent.h: Add include guards.
11301
11302 2017-06-21 Simon Marchi <simon.marchi@ericsson.com>
11303
11304 * target.h (struct target_ops) <to_xfer_partial>: Update doc to
11305 talk about addressable units instead of bytes.
11306
11307 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
11308
11309 * common/environ.c (gdb_environ::unset): Use '::iterator' instead
11310 of '::const_iterator'.
11311
11312 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
11313
11314 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
11315 'unittests/environ-selftests.c'.
11316 (SUBDIR_UNITTESTS_OBS): Add 'environ-selftests.o'.
11317 * charset.c (find_charset_names): Declare object 'iconv_env'.
11318 Update code to use 'iconv_env' object. Remove call to
11319 'free_environ'.
11320 * common/environ.c: Include <utility>.
11321 (make_environ): Delete function.
11322 (free_environ): Delete function.
11323 (gdb_environ::clear): New function.
11324 (gdb_environ::operator=): New function.
11325 (gdb_environ::get): Likewise.
11326 (environ_vector): Delete function.
11327 (set_in_environ): Delete function.
11328 (gdb_environ::set): New function.
11329 (unset_in_environ): Delete function.
11330 (gdb_environ::unset): New function.
11331 (gdb_environ::envp): Likewise.
11332 * common/environ.h: Include <vector>.
11333 (struct gdb_environ): Delete; transform into...
11334 (class gdb_environ): ... this class.
11335 (free_environ): Delete prototype.
11336 (init_environ, get_in_environ, set_in_environ, unset_in_environ,
11337 environ_vector): Likewise.
11338 * infcmd.c (run_command_1): Update code to call
11339 'envp' from 'gdb_environ' class.
11340 (environment_info): Update code to call methods from 'gdb_environ'
11341 class.
11342 (unset_environment_command): Likewise.
11343 (path_info): Likewise.
11344 (path_command): Likewise.
11345 * inferior.c (inferior::~inferior): Delete call to 'free_environ'.
11346 (inferior::inferior): Initialize 'environment' using the host's
11347 information.
11348 * inferior.h: Remove forward declaration of 'struct gdb_environ'.
11349 Include "environ.h".
11350 (class inferior) <environment>: Change type from 'struct
11351 gdb_environ' to 'gdb_environ'.
11352 * mi/mi-cmd-env.c (mi_cmd_env_path): Update code to call
11353 methods from 'gdb_environ' class.
11354 * solib.c (solib_find_1): Likewise
11355 * unittests/environ-selftests.c: New file.
11356
11357 2017-06-20 Yao Qi <yao.qi@linaro.org>
11358
11359 * features/i386/i386-linux.xml: Exchange the order of including
11360 32bit-linux.xml and 32bit-sse.xml.
11361 * features/i386/i386-linux.c: Regenerated.
11362
11363 2017-06-20 Yao Qi <yao.qi@linaro.org>
11364
11365 * target-descriptions.c (tdesc_reg): Add ctor, dtor.
11366 Delete copy ctor and assignment operator.
11367 (tdesc_type): Likewise.
11368 (tdesc_feature): Likewise.
11369 (tdesc_free_reg): Remove.
11370 (tdesc_create_reg): Use new.
11371 (tdesc_free_type): Remove.
11372 (tdesc_create_vector): Use new.
11373 (tdesc_create_union): Likewise.
11374 (tdesc_create_flags): Likewise.
11375 (tdesc_create_enum): Likewise.
11376 (tdesc_free_feature): Delete.
11377 (free_target_description): Use delete.
11378
11379 2017-06-19 John Baldwin <jhb@FreeBSD.org>
11380
11381 * mips-tdep.c (print_gp_register_row): Don't error for unavailable
11382 registers.
11383
11384 2017-06-19 Pedro Alves <palves@redhat.com>
11385
11386 * dwarf2read.c (write_psymtabs_to_index): Construct file_closer
11387 after gdb::unlinker.
11388
11389 2017-06-19 Sergio Durigan Junior <sergiodj@redhat.com>
11390
11391 * mi/mi-cm-env.c (_initialize_mi_cmd_env): Use getenv instead of
11392 gdb_environ to access an environment variable.
11393
11394 2017-06-18 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11395
11396 * nat/linux-ptrace.c (linux_fork_to_function): Add cast to
11397 gdb_byte*.
11398
11399 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
11400
11401 * nat/fork-inferior.h (trace_start_error): Add ATTRIBUTE_PRINTF.
11402
11403 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
11404
11405 * configure: Re-generate.
11406 * warning.m4 (build_warnings): Add -Wno-mismatched-tags.
11407
11408 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
11409
11410 * configure: Re-generate.
11411 * warning.m4: Pass -Werror to compiler when checking for
11412 supported warning flags.
11413
11414 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
11415
11416 * Makefile.in (COMPILE.pre): Add "-x c++".
11417
11418 2017-06-16 Alan Hayward <alan.hayward@arm.com>
11419 Pedro Alves <palves@redhat.com>
11420 Yao Qi <yao.qi@linaro.org>
11421
11422 * defs.h (RequireLongest): New.
11423 (extract_integer): Declare function template.
11424 (extract_signed_integer): Remove the declaration, but define it
11425 static inline.
11426 (extract_unsigned_integer): Likewise.
11427 (store_integer): Declare function template.
11428 (store_signed_integer): Remove the declaration, but define it
11429 static inline.
11430 (store_unsigned_integer): Likewise.
11431 * findvar.c (extract_integer): New function template.
11432 (extract_signed_integer): Remove.
11433 (extract_unsigned_integer): Remove.
11434 (extract_integer<LONGEST>, extract_integer<ULONGEST>): Explicit
11435 instantiations.
11436 (store_integer): New function template.
11437 (store_signed_integer): Remove.
11438 (store_unsigned_integer): Remove.
11439 (store_integer): Explicit instantiations.
11440 * regcache.c (regcache_raw_read_signed): Update.
11441 (regcache::raw_read): New function.
11442 (regcache::raw_read_signed): Remove.
11443 (regcache::raw_read_unsigned): Remove.
11444 (regcache_raw_read_unsigned): Update.
11445 (regcache_raw_write_unsigned): Update.
11446 (regcache::raw_write_signed): Remove.
11447 (regcache::raw_write): New function.
11448 (regcache_cooked_read_signed): Update.
11449 (regcache::raw_write_unsigned): Remove.
11450 (regcache::cooked_read_signed): Remove.
11451 (regcache_cooked_read_unsigned): Update.
11452 (regcache::cooked_read_unsigned): Remove.
11453 (regcache_cooked_write_signed): Update.
11454 (regcache_cooked_write_unsigned): Update.
11455 * regcache.h (regcache) <raw_read_signed>: Remove.
11456 <raw_write_signed, raw_read_unsigned, raw_write_unsigned>: Remove.
11457 <raw_read, raw_write>: New.
11458 <cooked_read_signed, cooked_write_signed>: Remove.
11459 <cooked_write_unsigned, cooked_read_unsigned>: Remove.
11460 <cooked_read, cooked_write>: New.
11461 * sh64-tdep.c (sh64_pseudo_register_read): Update.
11462 (sh64_pseudo_register_write): Update.
11463
11464 2017-06-16 Anton Kolesov <anton.kolesov@synopsys.com>
11465
11466 * arc-tdep.c (arc_disassembler_options): New variable.
11467 (arc_gdbarch_init): Set and use it. Use arc_delayed_print_insn instead
11468 of default_print_insn.
11469 (arc_delayed_print_insn): Set info->section when needed,
11470 use default_print_insn to retrieve a disassembler.
11471
11472 2017-06-14 Sergio Durigan Junior <sergiodj@redhat.com>
11473
11474 PR gdb/21574
11475 * infcmd.c (_initialize_infcmd): Expand "help run" documentation
11476 to mention $SHELL and startup-with-shell.
11477
11478 2017-06-14 Max Filippov <jcmvbkbc@gmail.com>
11479
11480 * MAINTAINERS: Move Maxim Grigoriev to the Past Maintainers.
11481
11482 2017-06-14 Yao Qi <yao.qi@linaro.org>
11483
11484 * aarch64-tdep.c (aarch64_gdb_print_insn): Call
11485 default_print_insn instead of print_insn_aarch64.
11486 * arm-tdep.c (gdb_print_insn_arm): Call
11487 default_print_insn instead of print_insn_big_arm
11488 and print_insn_little_arm.
11489 * i386-tdep.c (i386_print_insn): Call default_print_insn
11490 instead of print_insn_i386.
11491 * ia64-tdep.c (ia64_print_insn): Call
11492 default_print_insn instead of print_insn_ia64.
11493 * mips-tdep.c (gdb_print_insn_mips): Call
11494 default_print_insn instead of print_insn_big_mips
11495 and print_insn_little_mips.
11496 * spu-tdep.c (gdb_print_insn_spu): Call default_print_insn
11497 instead of print_insn_spu.
11498
11499 2017-06-14 Pedro Alves <palves@redhat.com>
11500
11501 * ada-lang.c: Include "common/byte-vector.h".
11502 (ada_value_primitive_packed_val): Use gdb::byte_vector.
11503 * charset.c (wchar_iterator::iterate): Resize the vector instead
11504 of reserving it.
11505 * common/byte-vector.h: Include "common/def-vector.h".
11506 (wchar_iterator::m_out): Now a gdb::def_vector<gdb_wchar_t>.
11507 * cli/cli-dump.c: Include "common/byte-vector.h".
11508 (dump_memory_to_file, restore_binary_file): Use gdb::byte_vector.
11509 * common/byte-vector.h: New file.
11510 * common/def-vector.h: New file.
11511 * common/default-init-alloc.h: New file.
11512 * dwarf2loc.c: Include "common/byte-vector.h".
11513 (rw_pieced_value): Use gdb::byte_vector, and resize the vector
11514 instead of reserving it.
11515 * dwarf2read.c: Include "common/byte-vector.h".
11516 (data_buf::m_vec): Now a gdb::byte_vector.
11517 * gdb_regex.c: Include "common/def-vector.h".
11518 (compiled_regex::compiled_regex): Use gdb::def_vector<char>.
11519 * mi/mi-main.c: Include "common/byte-vector.h".
11520 (mi_cmd_data_read_memory): Use gdb::byte_vector.
11521 * printcmd.c: Include "common/byte-vector.h".
11522 (print_scalar_formatted): Use gdb::byte_vector.
11523 * valprint.c: Include "common/byte-vector.h".
11524 (maybe_negate_by_bytes, print_decimal_chars): Use
11525 gdb::byte_vector.
11526
11527 2017-06-13 Simon Marchi <simon.marchi@ericsson.com>
11528
11529 * darwin-nat.c: Include "nat/fork-inferior.h".
11530
11531 2017-06-13 Simon Marchi <simon.marchi@ericsson.com>
11532
11533 * configure.nat: Factor out Darwin bits that are not
11534 architecture-specific. Add fork-inferior.o.
11535
11536 2017-06-13 Simon Marchi <simon.marchi@ericsson.com>
11537
11538 * configure.nat: Factor out AIX bits that are not
11539 architecture-specific. Add fork-inferior.o.
11540
11541 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11542
11543 * dwarf2loc.c (rw_pieced_value): New. Merge logic from...
11544 (read_pieced_value, write_pieced_value): ...here. Reduce to
11545 wrappers that just call rw_pieced_value.
11546
11547 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11548
11549 * dwarf2loc.c (write_pieced_value): When writing the data for a
11550 memory piece, use write_memory_with_notification instead of
11551 write_memory.
11552
11553 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11554
11555 * valops.c (read_value_memory): Change embedded_offset to
11556 represent a bit offset instead of a byte offset.
11557 * value.h (read_value_memory): Adjust comment.
11558
11559 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11560
11561 * dwarf2loc.c (read_pieced_value): Remove unnecessary variables
11562 dest_offset_bits and source_offset_bits.
11563 (write_pieced_value): Likewise.
11564
11565 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11566
11567 * dwarf2loc.c (read_pieced_value): Respect the piece offset, as
11568 given by DW_OP_bit_piece.
11569 (write_pieced_value): Likewise.
11570
11571 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11572
11573 * dwarf2loc.c (read_pieced_value): Move the buffer allocation and
11574 some other preparations to the places where sufficient information
11575 is available.
11576 (write_pieced_value): Likewise.
11577
11578 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11579
11580 * dwarf2loc.c (bits_to_bytes): New function.
11581 (read_pieced_value): Fix offset calculations for register pieces
11582 on big-endian targets.
11583 (write_pieced_value): Likewise.
11584
11585 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11586
11587 * dwarf2loc.c (read_pieced_value): Remove buffer_size variable.
11588 (write_pieced_value): Likewise.
11589
11590 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11591
11592 * dwarf2loc.c (write_pieced_value): When writing to a bit-field,
11593 transfer the source value's least significant bits, instead of its
11594 lowest-addressed ones. Rename type_len to max_offset.
11595 (read_pieced_value): Mirror above changes to write_pieced_value as
11596 applicable.
11597
11598 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11599
11600 * dwarf2loc.c (write_pieced_value): In DWARF_VALUE_MEMORY,
11601 truncate full bytes from dest_offset_bits before using it as an
11602 offset into the buffer.
11603
11604 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11605
11606 * dwarf2loc.c (write_pieced_value): Include transfer size in
11607 byte-wise check.
11608
11609 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11610
11611 * dwarf2loc.c (write_pieced_value): Fix copy/paste error in the
11612 calculation of this_size.
11613
11614 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11615
11616 * dwarf2loc.c (read_pieced_value): Respect parent value's offset
11617 when targeting a bit-field.
11618 (write_pieced_value): Likewise.
11619
11620 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11621
11622 * dwarf2loc.c (struct piece_closure) <addr_size>: Remove field.
11623 (allocate_piece_closure): Drop addr_size parameter.
11624 (dwarf2_evaluate_loc_desc_full): Adjust call to
11625 allocate_piece_closure.
11626
11627 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11628
11629 PR gdb/21226
11630 * dwarf2loc.c (read_pieced_value): Anchor stack value pieces at
11631 the LSB end, independent of endianness.
11632
11633 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11634
11635 * dwarf2loc.c (write_pieced_value): Fix order of calculations for
11636 size capping.
11637
11638 2017-06-13 Yao Qi <yao.qi@linaro.org>
11639
11640 * mips-linux-nat.c: Move include features/mips*-linux.c to
11641 mips-linux-tdep.c.
11642 (_initialize_mips_linux_nat): Move initialize_tdesc_mips* calls
11643 to mips-linux-tdep.c.
11644 * mips-linux-tdep.c: Include features/mips*-linux.c
11645 (_initialize_mips_linux_tdep): Call initialize_tdesc_mips*
11646 functions.
11647 * mips-linux-tdep.h (tdesc_mips_linux): Declare.
11648 (tdesc_mips_dsp_linux, tdesc_mips64_linux): Declare.
11649 (tdesc_mips64_dsp_linux): Declare.
11650
11651 2017-06-12 Tom Tromey <tom@tromey.com>
11652
11653 * valprint.h (val_print_type_code_int): Remove.
11654 * valprint.c (generic_val_print_int): Always call
11655 val_print_scalar_formatted.
11656 (val_print_type_code_int): Remove.
11657 * printcmd.c (print_scalar_formatted): Handle options->format==0.
11658 * f-valprint.c (f_val_print): Use val_print_scalar_formatted.
11659 * c-valprint.c (c_val_print_int): Use val_print_scalar_formatted.
11660 * ada-valprint.c (ada_val_print_num): Use
11661 val_print_scalar_formatted.
11662
11663 2017-06-12 Tom Tromey <tom@tromey.com>
11664
11665 * printcmd.c (print_scalar_formatted): Unify the two switches.
11666 Don't convert scalars to LONGEST.
11667
11668 2017-06-12 Tom Tromey <tom@tromey.com>
11669
11670 PR exp/16225:
11671 * valprint.h (print_decimal_chars): Update.
11672 * valprint.c (maybe_negate_by_bytes): New function.
11673 (print_decimal_chars): Add "is_signed" argument.
11674 * printcmd.c (print_scalar_formatted): Update.
11675
11676 2017-06-12 Tom Tromey <tom@tromey.com>
11677
11678 PR exp/16225:
11679 * valprint.h (print_binary_chars, print_hex_chars): Update.
11680 * valprint.c (val_print_type_code_int): Update.
11681 (print_binary_chars): Add "zero_pad" argument.
11682 (emit_octal_digit): New function.
11683 (print_octal_chars): Don't zero-pad.
11684 (print_decimal_chars): Likewise.
11685 (print_hex_chars): Add "zero_pad" argument.
11686 * sh64-tdep.c (sh64_do_fp_register): Update.
11687 * regcache.c (regcache::dump): Update.
11688 * printcmd.c (print_scalar_formatted): Update.
11689 * infcmd.c (default_print_one_register_info): Update.
11690
11691 2017-06-12 Pedro Alves <palves@redhat.com>
11692 Alan Hayward <alan.hayward@arm.com>
11693
11694 * mips-tdep.c (MAX_MIPS_ABI_REGSIZE): New.
11695 (mips_eabi_push_dummy_call): Rename local 'regsize' to
11696 'abi_regsize'. Rename local array 'valbuf' to 'ref_valbuf', and
11697 use MAX_MIPS_ABI_REGSIZE instead of MAX_REGISTER_SIZE to size it.
11698 Assert that abi_regsize bytes fit in 'ref_valbuf'.
11699
11700 2017-06-12 Pedro Alves <palves@redhat.com>
11701
11702 * dwarf2read.c (mapped_symtab::data): Now a vector of
11703 symtab_index_entry instead of vector of
11704 std::unique_ptr<symtab_index_entry>. All users adjusted to check
11705 whether an element's name is NULL instead of checking whether the
11706 element itself is NULL.
11707 (find_slot): Change return type. Adjust.
11708 (hash_expand, , add_index_entry, uniquify_cu_indices)
11709 (write_hash_table): Adjust.
11710
11711 2017-06-12 Pedro Alves <palves@redhat.com>
11712
11713 * dwarf2read.c (recursively_count_psymbols): New function.
11714 (write_psymtabs_to_index): Call it to compute number of psyms and
11715 pass estimate size of psyms_seen to unordered_set's ctor.
11716
11717 2017-06-12 Pedro Alves <palves@redhat.com>
11718
11719 * dwarf2read.c (write_hash_table): Check if key already exists
11720 before emplacing.
11721
11722 2017-06-12 Pedro Alves <palves@redhat.com>
11723
11724 * dwarf2read.c (data_buf::append_space): Rename to...
11725 (data_buf::grow): ... this, and make private. Adjust all callers.
11726 (data_buf::append_uint): New method.
11727 (add_address_entry, write_one_signatured_type)
11728 (write_psymtabs_to_index): Use it.
11729
11730 2017-06-12 Pedro Alves <palves@redhat.com>
11731
11732 * dwarf2read.c (file_write(FILE *, const void *, size_t)): Delete.
11733 (file_write (FILE *, const std::vector<Elem>&)): Delete.
11734 (data_buf::file_write): Call ::fwrite directly.
11735
11736 2017-06-12 Pedro Alves <palves@redhat.com>
11737
11738 * dwarf2read.c (uniquify_cu_indices): Use std::unique and
11739 std::vector::erase.
11740
11741 2017-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11742
11743 Code cleanup: C++ify .gdb_index producer.
11744 * dwarf2read.c: Include <unordered_set> and <unordered_map>.
11745 (MAYBE_SWAP) [WORDS_BIGENDIAN]: Cast to offset_type.
11746 (struct strtab_entry, hash_strtab_entry, eq_strtab_entry)
11747 (create_strtab, add_string): Remove.
11748 (file_write, data_buf): New.
11749 (struct symtab_index_entry): Use std::vector for cu_indices.
11750 (struct mapped_symtab): Use std::vector for data.
11751 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry)
11752 (create_symbol_hash_table, create_mapped_symtab, cleanup_mapped_symtab):
11753 Remove.
11754 (find_slot): Change return type. Update it to the new data structures.
11755 (hash_expand, add_index_entry): Update it to the new data structures.
11756 (offset_type_compare): Remove.
11757 (uniquify_cu_indices): Update it to the new data structures.
11758 (c_str_view, c_str_view_hasher, vector_hasher): New.
11759 (add_indices_to_cpool): Remove.
11760 (write_hash_table): Update it to the new data structures.
11761 (struct psymtab_cu_index_map, hash_psymtab_cu_index)
11762 (eq_psymtab_cu_index): Remove.
11763 (psym_index_map): New typedef.
11764 (struct addrmap_index_data): Change addr_obstack pointer to data_buf
11765 reference and std::unordered_map for cu_index_htab.
11766 (add_address_entry, add_address_entry_worker, write_address_map)
11767 (write_psymbols): Update it to the new data structures.
11768 (write_obstack): Remove.
11769 (struct signatured_type_index_data): Change types_list to a data_buf
11770 reference and psyms_seen to a std::unordered_set reference.
11771 (write_one_signatured_type, recursively_write_psymbols)
11772 (write_psymtabs_to_index): Update it to the new data structures.
11773
11774 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
11775
11776 * NEWS (Changes since GDB 8.0): Announce {set,show} debug
11777 separate-debug-file commands.
11778 * symfile.h (separate_debug_file_debug): New global.
11779 * symfile.c (separate_debug_file_debug): New global.
11780 (separate_debug_file_exists, find_separate_debug_file): Add
11781 debug output.
11782 (_initialize_symfile): Add "set debug separate-debug-file"
11783 command.
11784 * build-id.c (build_id_to_debug_bfd,
11785 find_separate_debug_file_by_buildid): Add debug output.
11786
11787 2017-06-10 Simon Marchi <simon.marchi@polymtl.ca>
11788
11789 * gdbarch.sh (displaced_step_free_closure): Remove.
11790 * gdbarch.h, gdbarch.c: Re-generate.
11791 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't set
11792 displaced_step_free_closure.
11793 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
11794 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
11795 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
11796 * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
11797 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
11798 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
11799 * arch-utils.h (simple_displaced_step_free_closure): Remove.
11800 * arch-utils.c (simple_displaced_step_free_closure): Remove.
11801 * infrun.c (displaced_step_clear): Call xfree instead of
11802 gdbarch_displaced_step_free_closure.
11803
11804 2017-06-08 Sergio Durigan Junior <sergiodj@redhat.com>
11805
11806 * common/common-utils.c (stringify_argv): Check for "arg[0] !=
11807 NULL".
11808
11809 2017-06-08 Alan Hayward <alan.hayward@arm.com>
11810
11811 * mn10300-tdep.c (MN10300_MAX_REGISTER_SIZE): Add.
11812 (mn10300_extract_return_value): Use MN10300_MAX_REGISTER_SIZE.
11813 (mn10300_push_dummy_call): Likewise.
11814
11815 2017-06-08 Alan Hayward <alan.hayward@arm.com>
11816
11817 * mi/mi-main.c (register_changed_p): Use value_contents_eq.
11818
11819 2017-06-08 Alan Hayward <alan.hayward@arm.com>
11820
11821 * mi/mi-main.c (register_changed_p): Use cooked_read_value.
11822
11823 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11824
11825 * NEWS (Changes since GDB 8.0): Announce that GDBserver is now
11826 able to start inferiors using a shell.
11827 (New remote packets): Announce new packet "QStartupWithShell".
11828 * remote.c: Add PACKET_QStartupWithShell.
11829 (extended_remote_create_inferior): Handle new
11830 PACKET_QStartupWithShell.
11831 (remote_protocol_features) <QStartupWithShell>: New entry for
11832 PACKET_QStartupWithShell.
11833 (_initialize_remote): Call "add_packet_config_cmd" for
11834 QStartupShell.
11835
11836 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11837 Pedro Alves <palves@redhat.com>
11838
11839 * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-inferior.h"
11840 and "nat/fork-inferior.h".
11841 * common/common-inferior.h: New file, with contents from
11842 "gdb/inferior.h".
11843 * commom/common-utils.c: Include "common-utils.h".
11844 (stringify_argv): New function.
11845 * common/common-utils.h (stringify_argv): New prototype.
11846 * configure.nat: Add "fork-inferior.o" as a dependency for
11847 "*linux*", "fbsd*" and "nbsd*" hosts.
11848 * corefile.c (get_exec_file): Update comment.
11849 * darwin-nat.c (darwin_ptrace_him): Call "gdb_startup_inferior"
11850 instead of "startup_inferior".
11851 (darwin_create_inferior): Call "add_thread_silent" after
11852 "fork_inferior".
11853 * fork-child.c: Cleanup unnecessary includes.
11854 (SHELL_FILE): Move to "common/common-fork-child.c".
11855 (environ): Likewise.
11856 (exec_wrapper): Initialize.
11857 (get_exec_wrapper): New function.
11858 (breakup_args): Move to "common/common-fork-child.c"; rename to
11859 "breakup_args_for_exec".
11860 (escape_bang_in_quoted_argument): Move to
11861 "common/common-fork-child.c".
11862 (saved_ui): New variable.
11863 (prefork_hook): New function.
11864 (postfork_hook): Likewise.
11865 (postfork_child_hook): Likewise.
11866 (gdb_startup_inferior): Likewise.
11867 (fork_inferior): Move to "common/common-fork-child.c". Update
11868 function to support gdbserver.
11869 (startup_inferior): Likewise.
11870 * gdbcore.h (get_exec_file): Remove declaration.
11871 * gnu-nat.c (gnu_create_inferior): Call "gdb_startup_inferior"
11872 instead of "startup_inferior". Call "add_thread_silent" after
11873 "fork_inferior".
11874 * inf-ptrace.c: Include "nat/fork-inferior.h" and "utils.h".
11875 (inf_ptrace_create_inferior): Call "gdb_startup_inferior"
11876 instead of "startup_inferior". Call "add_thread_silent" after
11877 "fork_inferior".
11878 * inferior.h: Include "common-inferior.h".
11879 (trace_start_error): Move to "common/common-utils.h".
11880 (trace_start_error_with_name): Likewise.
11881 (fork_inferior): Move prototype to "nat/fork-inferior.h".
11882 (startup_inferior): Likewise.
11883 (gdb_startup_inferior): New prototype.
11884 * nat/fork-inferior.c: New file, with contents from "fork-child.c".
11885 * nat/fork-inferior.h: New file.
11886 * procfs.c (procfs_init_inferior): Call "gdb_startup_inferior"
11887 instead of "startup_inferior". Call "add_thread_silent" after
11888 "fork_inferior".
11889 * target.h (target_terminal_init): Move prototype to
11890 "target/target.h".
11891 (target_terminal_inferior): Likewise.
11892 (target_terminal_ours): Likewise.
11893 * target/target.h (target_terminal_init): New prototype, moved
11894 from "target.h".
11895 (target_terminal_inferior): Likewise.
11896 (target_terminal_ours): Likewise.
11897 * utils.c (gdb_flush_out_err): New function.
11898
11899 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11900
11901 * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-gdbthread.h".
11902 * common/common-gdbthread.h: New file, with parts from
11903 "gdb/gdbthread.h".
11904 * gdbthread.h: Include "common-gdbthread.h".
11905 (switch_to_thread): Moved to "common/common-gdbthread.h".
11906
11907 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11908
11909 * Makefile.in (SFILES): Add "common/job-control.c".
11910 (HFILES_NO_SRCDIR): Add "common/job-control.h".
11911 (COMMON_OBS): Add "job-control.o".
11912 * common/job-control.c: New file, with contents from
11913 "gdb/inflow.c".
11914 * common/job-control.h: New file, with contents from "terminal.h".
11915 * fork-child.c: Include "job-control.h".
11916 * inflow.c: Include "job-control.h".
11917 (gdb_setpgid): Move to "common/common-inflow.c".
11918 (_initialize_inflow): Move setting of "job_control" to
11919 "handle_job_control".
11920 * terminal.h (job_control): Moved to "common/common-terminal.h".
11921 (gdb_setpgid): Likewise.
11922 * top.c: Include "job_control.h".
11923 * utils.c: Likewise.
11924 (job_control): Moved to "job-control.c".
11925
11926 2017-06-07 Pedro Alves <palves@redhat.com>
11927
11928 * Makefile.in (SFILES): Add gdb_regex.c.
11929 (COMMON_OBS): Add gdb_regex.o.
11930 * ada-lang.c (ada_add_standard_exceptions)
11931 (ada_add_exceptions_from_frame, name_matches_regex)
11932 (ada_add_global_exceptions, ada_exceptions_list_1): Change regex
11933 parameter type to compiled_regex. Adjust.
11934 (ada_exceptions_list): Use compiled_regex.
11935 * break-catch-throw.c (exception_catchpoint::pattern): Now a
11936 std::unique_ptr<compiled_regex>.
11937 (exception_catchpoint::~exception_catchpoint): Remove regfree
11938 call.
11939 (check_status_exception_catchpoint): Adjust to use compiled_regex.
11940 (handle_gnu_v3_exceptions): Adjust to use compiled_regex.
11941 * breakpoint.c (solib_catchpoint::compiled): Now a
11942 std::unique_ptr<compiled_regex>.
11943 (solib_catchpoint::~solib_catchpoint): Remove regfree call.
11944 (check_status_catch_solib): Adjust to use compiled_regex.
11945 (add_solib_catchpoint): Adjust to use compiled_regex.
11946 * cli/cli-cmds.c (apropos_command): Use compiled_regex.
11947 * cli/cli-decode.c (apropos_cmd): Change regex parameter to
11948 compiled_regex reference. Adjust to use it.
11949 * cli/cli-decode.h: Remove struct re_pattern_buffer forward
11950 declaration. Include "gdb_regex.h".
11951 (apropos_cmd): Change regex parameter to compiled_regex reference.
11952 * gdb_regex.c: New file.
11953 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Delete
11954 declarations.
11955 (class compiled_regex): New.
11956 * linux-tdep.c: Include "common/gdb_optional.h".
11957 (struct mapping_regexes): New, factored out from
11958 mapping_is_anonymous_p, and adjusted to use compiled_regex.
11959 (mapping_is_anonymous_p): Use mapping_regexes wrapped in a
11960 gdb::optional and remove cleanups. Adjust to compiled_regex.
11961 * probe.c: Include "common/gdb_optional.h".
11962 (collect_probes): Use compiled_regex and gdb::optional and remove
11963 cleanups.
11964 * skip.c: Include "common/gdb_optional.h".
11965 (skiplist_entry::compiled_function_regexp): Now a
11966 gdb::optional<compiled_regex>.
11967 (skiplist_entry::compiled_function_regexp_is_valid): Delete field.
11968 (free_skiplist_entry): Remove regfree call.
11969 (compile_skip_regexp, skip_rfunction_p): Adjust to use
11970 compiled_regex and gdb::optional.
11971 * symtab.c: Include "common/gdb_optional.h".
11972 (search_symbols): Use compiled_regex and gdb::optional.
11973 * utils.c (do_regfree_cleanup, make_regfree_cleanup)
11974 (get_regcomp_error, compile_rx_or_error): Delete. Some bits moved
11975 to gdb_regex.c.
11976
11977 2017-06-07 Alan Hayward <alan.hayward@arm.com>
11978
11979 * regcache.c (regcache::save): Avoid buffer use.
11980 (regcache::dump): Likewise.
11981
11982 2017-06-07 Alan Hayward <alan.hayward@arm.com>
11983
11984 * sh-tdep.c (sh_pseudo_register_read): Remove
11985 MAX_REGISTER_SIZE.
11986 (sh_pseudo_register_write): Likewise.
11987 * sh64-tdep.c (sh64_pseudo_register_read): Likewise.
11988 (sh64_pseudo_register_write): Likewise
11989
11990 2017-06-07 Alan Hayward <alan.hayward@arm.com>
11991
11992 * aarch64-tdep.c (aarch64_store_return_value): Use
11993 V_REGISTER_SIZE.
11994 (aarch64_pseudo_read_value): Likewise.
11995 (aarch64_pseudo_write): Likewise.
11996
11997 2017-06-06 Yao Qi <yao.qi@linaro.org>
11998
11999 * regformats/regdef.h (set_register_cache): Remove the
12000 declaration.
12001
12002 2017-06-06 Alan Hayward <alan.hayward@arm.com>
12003
12004 * frame.c (frame_unwind_register_signed): Use
12005 frame_unwind_register_value.
12006
12007 2017-06-06 Pedro Alves <palves@redhat.com>
12008
12009 PR breakpoints/21553
12010 * breakpoint.c (create_breakpoints_sal_default)
12011 (init_breakpoint_sal, create_breakpoint_sal): Use
12012 gdb::unique_xmalloc_ptr for string parameters.
12013 (create_breakpoint): Constify 'extra_string' and 'cond_string'
12014 parameters. Replace cleanups with gdb::unique_xmalloc_ptr.
12015 (base_breakpoint_create_breakpoints_sal)
12016 (bkpt_create_breakpoints_sal, tracepoint_create_breakpoints_sal)
12017 (strace_marker_create_breakpoints_sal)
12018 (create_breakpoints_sal_default): Use gdb::unique_xmalloc_ptr for
12019 string parameters.
12020 * breakpoint.h (breakpoint_ops::create_breakpoints_sal): Use
12021 gdb::unique_xmalloc_ptr for string parameters.
12022 (create_breakpoint): Constify 'extra_string' and 'cond_string'
12023 parameters.
12024
12025 2017-06-06 Alan Hayward <alan.hayward@arm.com>
12026
12027 * alpha-tdep.c (alpha_register_to_value): Use
12028 get_frame_register_value.
12029 (alpha_value_to_register): Use ALPHA_REGISTER_SIZE.
12030
12031 2017-06-06 Alan Hayward <alan.hayward@arm.com>
12032
12033 * ia64-tdep.c (IA64_MAX_FP_REGISTER_SIZE) Add.
12034 (ia64_register_to_value): Use IA64_MAX_FP_REGISTER_SIZE.
12035 (ia64_value_to_register): Likewise.
12036 (ia64_extract_return_value): Likewise.
12037 (ia64_store_return_value): Likewise.
12038 (ia64_push_dummy_call): Likewise.
12039
12040 2017-06-04 Joel Brobecker <brobecker@adacore.com>
12041
12042 GDB 8.0 released.
12043
12044 2017-06-03 Simon Marchi <simon.marchi@ericsson.com>
12045
12046 * x86-linux-nat.c (struct arch_lwp_info): Remove.
12047
12048 2017-06-03 Simon Marchi <simon.marchi@polymtl.ca>
12049
12050 * linux-nat.c (linux_nat_post_attach_wait): Remove FIRST
12051 parameter.
12052 (linux_nat_attach): Adjust call to linux_nat_post_attach_wait.
12053
12054 2017-06-02 Simon Marchi <simon.marchi@ericsson.com>
12055
12056 * event-loop.c (poll_timers): Unallocate timer using delete
12057 instead of xfree.
12058
12059 2017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
12060
12061 * breakpoint.h (struct breakpoint_ops) <dtor>: Remove.
12062 (struct breakpoint) <~breakpoint>: New.
12063 (struct watchpoint): Inherit from breakpoint.
12064 <~watchpoint>: New.
12065 <base>: Remove.
12066 (struct tracepoint): Inherit from breakpoint.
12067 <base>: Remove.
12068 * breakpoint.c (longjmp_breakpoint_ops): Remove.
12069 (struct longjmp_breakpoint): Inherit from breakpoint.
12070 <~longjmp_breakpoint>: New.
12071 <base>: Remove.
12072 (new_breakpoint_from_type): Remove casts.
12073 (watchpoint_in_thread_scope): Remove reference to base field.
12074 (watchpoint_del_at_next_stop): Likewise.
12075 (update_watchpoint): Likewise.
12076 (watchpoint_check): Likewise.
12077 (bpstat_check_watchpoint): Likewise.
12078 (set_longjmp_breakpoint): Likewise.
12079 (struct fork_catchpoint): Inherit from breakpoint.
12080 <base>: Remove.
12081 (struct solib_catchpoint): Inherit from breakpoint.
12082 <~solib_catchpoint>: New.
12083 <base>: Remove.
12084 (dtor_catch_solib): Change to ...
12085 (solib_catchpoint::~solib_catchpoint): ... this.
12086 (breakpoint_hit_catch_solib): Remove reference to base field.
12087 (add_solib_catchpoint): Likewise.
12088 (create_fork_vfork_event_catchpoint): Likewise.
12089 (struct exec_catchpoint): Inherit from breakpoint.
12090 <~exec_catchpoint>: New.
12091 <base>: Remove.
12092 (dtor_catch_exec): Change to ...
12093 (exec_catchpoint::~exec_catchpoint): ... this.
12094 (dtor_watchpoint): Change to ...
12095 (watchpoint::~watchpoint): ... this.
12096 (watch_command_1): Remove reference to base field.
12097 (catch_exec_command_1): Likewise.
12098 (base_breakpoint_dtor): Change to ...
12099 (breakpoint::~breakpoint): ... this.
12100 (base_breakpoint_ops): Remove dtor field value.
12101 (longjmp_bkpt_dtor): Change to ...
12102 (longjmp_breakpoint::~longjmp_breakpoint): ... this.
12103 (strace_marker_create_breakpoints_sal): Remove reference to base
12104 field.
12105 (delete_breakpoint): Don't manually call breakpoint destructor.
12106 (create_tracepoint_from_upload): Remove reference to base field.
12107 (trace_pass_set_count): Likewise.
12108 (initialize_breakpoint_ops): Don't initialize
12109 momentary_breakpoint_ops, don't set dtors.
12110 * ada-lang.c (struct ada_catchpoint): Inherit from breakpoint.
12111 <~ada_catchpoint>: New.
12112 <base>: Remove.
12113 (create_excep_cond_exprs): Remove reference to base field.
12114 (dtor_exception): Change to ...
12115 (ada_catchpoint::~ada_catchpoint): ... this.
12116 (dtor_catch_exception): Remove.
12117 (dtor_catch_exception_unhandled): Remove.
12118 (dtor_catch_assert): Remove.
12119 (create_ada_exception_catchpoint): Remove reference to base
12120 field.
12121 (initialize_ada_catchpoint_ops): Don't set dtors.
12122 * break-catch-sig.c (struct signal_catchpoint): Inherit from
12123 breakpoint.
12124 <~signal_catchpoint>: New.
12125 <base>: Remove.
12126 (signal_catchpoint_dtor): Change to ...
12127 (signal_catchpoint::~signal_catchpoint): ... this.
12128 (create_signal_catchpoint): Remove reference to base field.
12129 (initialize_signal_catchpoint_ops): Don't set dtor.
12130 * break-catch-syscall.c (struct syscall_catchpoint): Inherit
12131 from breakpoint.
12132 <~syscall_catchpoint>: New.
12133 <base>: Remove.
12134 (dtor_catch_syscall): Change to ...
12135 (syscall_catchpoint::~syscall_catchpoint): ... this.
12136 (create_syscall_event_catchpoint): Remove reference to base
12137 field.
12138 (initialize_syscall_catchpoint_ops): Don't set dtor.
12139 * break-catch-throw.c (struct exception_catchpoint): Inherit
12140 from breakpoint.
12141 <~exception_catchpoint>: New.
12142 <base>: Remove.
12143 (dtor_exception_catchpoint): Change to ...
12144 (exception_catchpoint::~exception_catchpoint): ... this.
12145 (handle_gnu_v3_exceptions): Remove reference to base field.
12146 (initialize_throw_catchpoint_ops): Don't set dtor.
12147 * ctf.c (ctf_get_traceframe_address): Remove reference to base
12148 field.
12149 * remote.c (remote_get_tracepoint_status): Likewise.
12150 * tracefile-tfile.c (tfile_get_traceframe_address): Likewise.
12151 * tracefile.c (tracefile_fetch_registers): Likewise.
12152 * tracepoint.c (actions_command): Likewise.
12153 (validate_actionline): Likewise.
12154 (tfind_1): Likewise.
12155 (get_traceframe_location): Likewise.
12156 (find_matching_tracepoint_location): Likewise.
12157 (parse_tracepoint_status): Likewise.
12158 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
12159
12160 2017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
12161
12162 * breakpoint.c (struct longjmp_breakpoint): New struct.
12163 (is_tracepoint_type): Change return type to bool.
12164 (is_longjmp_type): New function.
12165 (new_breakpoint_from_type): Handle longjmp kinds of breakpoints.
12166 (set_raw_breakpoint_without_location): Use
12167 new_breakpoint_from_type.
12168 (set_raw_breakpoint): Likewise.
12169
12170 2017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
12171
12172 * breakpoint.c (new_breakpoint_from_type): New function.
12173 (create_breakpoint_sal): Use new_breakpoint_from_type and
12174 unique_ptr.
12175 (create_breakpoint): Likewise.
12176
12177 2017-05-31 Simon Marchi <simon.marchi@ericsson.com>
12178
12179 * memattr.c (mem_info_command): Rename to ...
12180 (info_mem_command): ... this.
12181 (mem_enable_command): Rename to ...
12182 (enable_mem_command): ... this.
12183 (mem_disable_command): Rename to ...
12184 (disable_mem_command): ... this.
12185 (mem_delete_command): Rename to ...
12186 (delete_mem_command): ... this.
12187 (_initialize_mem): Adjust function names.
12188
12189 2017-05-31 Markus Metzger <markus.t.metzger@intel.com>
12190
12191 * btrace.c (handle_pt_insn_events): New.
12192 (ftrace_add_pt): Call handle_pt_insn_events. Rename ERRCODE into
12193 STATUS. Split into this and ...
12194 (handle_pt_insn_event_flags): ... this.
12195
12196 2017-05-31 Markus Metzger <markus.t.metzger@intel.com>
12197
12198 * configure.ac: Check for pt_insn_event, struct pt_insn.enabled,
12199 and struct pt_insn.resynced.
12200 * configure: Regenerated.
12201 * config.in: Regenerated.
12202
12203 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12204
12205 * btrace.c (ftrace_find_call_by_number): New function.
12206 (ftrace_new_function): Store objects, not pointers.
12207 (ftrace_find_call_by_number, ftrace_new_return, ftrace_new_switch,
12208 ftrace_new_gap, ftrace_update_function,
12209 ftrace_compute_global_level_offset, btrace_stich_bts, btrace_clear,
12210 btrace_insn_get, btrace_insn_get_error, btrace_insn_end,
12211 btrace_insn_next, btrace_insn_prev, ptrace_find_insn_by_number,
12212 btrace_ends_with_single_insn, btrace_call_get): Account for
12213 btrace_thread_info::functions now storing objects.
12214 * btrace.h (struct btrace_thread_info): Add constructor.
12215 (struct btrace_thread_info) <functions>: Make std::vector.
12216 (struct btrace_thread_info) <prev, next, up, insn, errcode, flags):
12217 Initialize with default values.
12218 * record-btrace.c (record_btrace_frame_sniffer): Account for
12219 btrace_thread_info::functions now storing objects.
12220
12221 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12222
12223 * btrace.c: Remove typedef bfun_s.
12224 (ftrace_new_gap): Directly add gaps to the list of gaps.
12225 (btrace_bridge_gaps, btrace_compute_ftrace_bts, pt_btrace_insn_flags,
12226 ftrace_add_pt, btrace_compute_ftrace_pt, btrace_compute_ftrace_1,
12227 btrace_finalize_ftrace, btrace_compute_ftrace): Use std::vector
12228 instead of gdb VEC.
12229
12230 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12231
12232 * btrace.c (ftrace_fixup_caller, ftrace_new_return, ftrace_connect_bfun,
12233 ftrace_bridge_gap): Replace references to btrace_thread_info::segment
12234 with btrace_thread_info::next_segment and
12235 btrace_thread_info::prev_segment.
12236 * btrace.h: Remove struct btrace_func_link.
12237 (struct btrace_function): Replace pair of function segment pointers
12238 with pair of indices.
12239 * python/py-record-btrace.c (btpy_call_prev_sibling,
12240 btpy_call_next_sibling): Replace references to
12241 btrace_thread_info::segment with btrace_thread_info::next_segment and
12242 btrace_thread_info::prev_segment.
12243 * record-btrace.c (record_btrace_frame_this_id): Use
12244 btrace_find_call_by_number.
12245
12246 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12247
12248 * btrace.c (ftrace_new_function, ftrace_fixup_level,
12249 ftrace_connect_bfun, ftrace_bridge_gap, btrace_bridge_gaps,
12250 btrace_insn_next, btrace_insn_prev): Remove references to
12251 btrace_thread_info::flow.
12252 * btrace.h (struct btrace_function): Remove FLOW.
12253
12254 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12255
12256 * btrace.c (ftrace_find_call_by_number): New function.
12257 (ftrace_update_caller, ftrace_new_call, ftrace_new_tailcall,
12258 ftrace_get_caller, ftrace_find_call, ftrace_new_return,
12259 ftrace_match_backtrace, ftrace_connect_bfun, ftrace_connect_backtrace,
12260 ftrace_bridge_gap, btrace_bridge_gaps): Use btrace_function::up as an
12261 index.
12262 * btrace.h (struct btrace_function): Turn UP into an index.
12263 * python/py-record-btrace.c (btpy_call_up): Use btrace_function::up
12264 as an index.
12265 * record-btrace.c (record_btrace_frame_unwind_stop_reason,
12266 record_btrace_frame_prev_register, record_btrace_frame_sniffer,
12267 record_btrace_tailcall_frame_sniffe): Use btrace_find_call_by_number.
12268
12269 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12270
12271 * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
12272 ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
12273 ftrace_update_function, ftrace_compute_global_level_offset,
12274 btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt,
12275 btrace_stitch_bts, btrace_fetch, btrace_clear, btrace_insn_number,
12276 btrace_insn_end, btrace_is_empty): Remove references to
12277 btrace_thread_info::begin and btrace_thread_info::end.
12278 * btrace.h (struct btrace_thread_info): Remove BEGIN and END.
12279 (struct btrace_thread_info) <functions>: Adjust comment.
12280 * record-btrace.c (record_btrace_start_replaying): Remove reference to
12281 btrace_thread_info::begin.
12282
12283 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12284
12285 * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
12286 ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
12287 ftrace_update_function): Remove arguments that implicitly were always
12288 BTINFO->END.
12289 (btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt):
12290 Don't pass BTINFO->END.
12291
12292 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12293
12294 * btrace.c: (btrace_insn_get, btrace_insn_get_error, btrace_insn_number,
12295 btrace_insn_begin, btrace_insn_end, btrace_insn_next, btrace_insn_prev,
12296 btrace_find_insn_by_number): Replace function segment pointer with
12297 index.
12298 (btrace_insn_cmp): Simplify.
12299 * btrace.h: (struct btrace_insn_iterator) Rename index to
12300 insn_index. Replace function segment pointer with index into function
12301 segment vector.
12302 * record-btrace.c (record_btrace_call_history): Replace function
12303 segment pointer use with index.
12304 (record_btrace_frame_sniffer): Retrieve function call segment through
12305 vector.
12306 (record_btrace_set_replay): Remove defunc't safety check.
12307
12308 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12309
12310 * btrace.c (btrace_ends_with_single_insn): New function.
12311 (btrace_call_get, btrace_call_number, btrace_call_begin,
12312 btrace_call_end, btrace_call_next, btrace_call_prev,
12313 btrace_find_call_by_number): Use index into call segment vector
12314 instead of pointer.
12315 (btrace_call_cmp): Simplify.
12316 * btrace.h (struct btrace_call_iterator): Replace function call segment
12317 pointer with index into vector.
12318 * record-btrace.c (record_btrace_call_history): Use index instead of
12319 pointer.
12320
12321 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12322
12323 * btrace.c (btrace_insn_begin, btrace_insn_end,
12324 btrace_find_insn_by_number): Add btinfo to iterator.
12325 * btrace.h (struct btrace_insn_iterator): Add btinfo.
12326
12327 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12328
12329 * btrace.c (ftrace_new_function): Add btrace_thread_info to arguments
12330 and save pointers directly.
12331 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return,
12332 ftrace_new_switch, ftrace_new_gap, ftrace_update_function,
12333 ftrace_add_pt): Add btrace_thread_info to arguments. Adjust for
12334 changed signature of functions.
12335 (btrace_compute_ftrace_pt): Adjust for changed signature of functions.
12336 (btrace_fetch): Remove code that adds btrace_function pointers to
12337 vector of btrace_functions.
12338 (btrace_clear): Simplify freeing vector of btrace_functions.
12339
12340 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12341
12342 * btrace.c (btrace_fetch, btrace_clear, btrace_find_insn_by_number):
12343 Replace VEC_* with std::vector functions.
12344 * btrace.h: Add include: vector. Remove typedef for DEF_VEC_P.
12345 (struct btrace_thread_info)<functions>: Change type to std::vector.
12346
12347 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
12348
12349 * NEWS (Changes in GDB 8.0): Remove extra empty line. Move
12350 "Removed targets and native configurations" up. Merge duplicate
12351 "New commands" sub-sections. Add "New options" sub-sections.
12352
12353 2017-05-26 Alan Hayward <alan.hayward@arm.com>
12354
12355 * defs.h (copy_integer_to_size): New declaration.
12356 * findvar.c (copy_integer_to_size): New function.
12357 (do_cint_test): New selftest function.
12358 (copy_integer_to_size_test): Likewise.
12359 (_initialize_findvar): Likewise.
12360 * mips-fbsd-tdep.c (mips_fbsd_supply_reg): Use raw_supply_integer.
12361 (mips_fbsd_collect_reg): Use raw_collect_integer.
12362 * mips-linux-tdep.c (supply_32bit_reg): Use raw_supply_integer.
12363 (mips64_fill_gregset): Use raw_collect_integer
12364 (mips64_fill_fpregset): Use raw_supply_integer.
12365 * regcache.c (regcache::raw_supply_integer): New function.
12366 (regcache::raw_collect_integer): Likewise.
12367 * regcache.h: (regcache::raw_supply_integer): New declaration.
12368 (regcache::raw_collect_integer): Likewise.
12369
12370 2017-05-24 Yao Qi <yao.qi@linaro.org>
12371
12372 * Makefile.in (SFILES): Add gdbarch-selftests.c.
12373 (COMMON_OBS): Add gdbarch-selftests.o.
12374 * frame.c [GDB_SELF_TESTS] (create_new_frame): New function.
12375 * frame.h [GDB_SELF_TESTS] (create_new_frame): Declare.
12376 * gdbarch-selftests.c: New file.
12377 * regcache.h (regcache) <~regcache>: Mark it virtual if
12378 GDB_SELF_TEST.
12379 <raw_write>: Likewise.
12380
12381 2017-05-24 Yao Qi <yao.qi@linaro.org>
12382
12383 * regcache.c (current_regcache): Change it to
12384 regcache::current_regcache.
12385 (regcache_observer_target_changed): Update.
12386 (regcache_thread_ptid_changed): Make it a regcache static
12387 method.
12388 (regcache_thread_ptid_changed): Update.
12389 (class regcache_access): New.
12390 (current_regcache_test): Update.
12391 (_initialize_regcache): Update.
12392 * regcache.h: Include forward_list.
12393 (regcache): Declare regcache_thread_ptid_changed and declare
12394 registers_changed_ptid as friend.
12395
12396 2017-05-24 Yao Qi <yao.qi@linaro.org>
12397
12398 * i387-tdep.c (i387_register_to_value): Use register_size
12399 instead of TYPE_LENGTH.
12400 * m68k-tdep.c (m68k_register_to_value): Likewise.
12401
12402 2017-05-24 Yao Qi <yao.qi@linaro.org>
12403
12404 * i387-tdep.c (i387_convert_register_p): Return false if type
12405 code isn't TYPE_CODE_FLT.
12406
12407 2017-05-24 Yao Qi <yao.qi@linaro.org>
12408
12409 * alpha-tdep.c (alpha_convert_register_p): Return true if type
12410 length is 4.
12411 (alpha_register_to_value): Remove type length check.
12412 (alpha_value_to_register): Likewise.
12413
12414 2017-05-24 Yao Qi <yao.qi@linaro.org>
12415
12416 * ia64-tdep.c (ia64_convert_register_p): Check type's code is
12417 TYPE_CODE_FLT.
12418
12419 2017-05-24 Yao Qi <yao.qi@linaro.org>
12420
12421 * m68k-tdep.c (m68k_convert_register_p): Check type's code is
12422 TYPE_CODE_FLT or not.
12423
12424 2017-05-24 Yao Qi <yao.qi@linaro.org>
12425
12426 * alpha-tdep.c (alpha_gdbarch_init): Use XCNEW instead of XNEW.
12427 * avr-tdep.c (avr_gdbarch_init): Likewise.
12428 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
12429 * cris-tdep.c (cris_gdbarch_init): Likewise.
12430 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
12431 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
12432 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
12433 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
12434 * mep-tdep.c (mep_gdbarch_init): Likewise.
12435 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
12436 * mips-tdep.c (mips_gdbarch_init): Likewise.
12437 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12438 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
12439 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
12440 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
12441 * v850-tdep.c (v850_gdbarch_init): Likewise.
12442
12443 2017-05-24 Yao Qi <yao.qi@linaro.org>
12444
12445 * selftest-arch.c (tests_with_arch): Call registers_changed
12446 and reinit_frame_cache.
12447 * selftest.c (run_self_tests): Likewise.
12448
12449 2017-05-24 Yao Qi <yao.qi@linaro.org>
12450
12451 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove.
12452 (rs6000_gdbarch_init): Don't call set_gdbarch_print_insn.
12453
12454 2017-05-24 Yao Qi <yao.qi@linaro.org>
12455
12456 * rl78-tdep.c (rl78_gdbarch_init): Don't call
12457 set_gdbarch_print_insn.
12458
12459 2017-05-24 Yao Qi <yao.qi@linaro.org>
12460
12461 * h8300-tdep.c (h8300_gdbarch_init): Don't call
12462 set_gdbarch_print_insn.
12463
12464 2017-05-24 Yao Qi <yao.qi@linaro.org>
12465
12466 * alpha-tdep.c (alpha_gdbarch_init): Don't call
12467 set_gdbarch_print_insn.
12468 * arc-tdep.c (arc_gdbarch_init): Likewise.
12469 * arch-utils.c: include dis-asm.h.
12470 (default_print_insn): New function.
12471 * arch-utils.h (default_print_insn): Declare.
12472 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_print_insn.
12473 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
12474 * cris-tdep.c (cris_delayed_get_disassembler): Remove.
12475 (cris_gdbarch_init): Don't call set_gdbarch_print_insn.
12476 * frv-tdep.c (frv_gdbarch_init): Likewise.
12477 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
12478 * gdbarch.sh (print_insn): Use default_print_insn.
12479 * gdbarch.c: Regenerated.
12480 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
12481 * iq2000-tdep.c (iq2000_gdbarch_init): Likewise.
12482 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
12483 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
12484 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
12485 * m68hc11-tdep.c (gdb_print_insn_m68hc11): Remove.
12486 (m68hc11_gdbarch_init): Don't call set_gdbarch_print_insn.
12487 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
12488 * m88k-tdep.c (m88k_gdbarch_init): Likewise.
12489 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
12490 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12491 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
12492 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
12493 * mt-tdep.c (mt_gdbarch_init): Likewise.
12494 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
12495 * nios2-tdep.c (nios2_print_insn): Remove.
12496 (nios2_gdbarch_init): Don't call set_gdbarch_print_insn.
12497 * rx-tdep.c (rx_gdbarch_init): Likewise.
12498 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
12499 * score-tdep.c (score_print_insn): Remove.
12500 (score_gdbarch_init): Don't call set_gdbarch_print_insn.
12501 * sh-tdep.c (sh_gdbarch_init): Likewise.
12502 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
12503 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
12504 * tic6x-tdep.c (tic6x_print_insn): Remove.
12505 (tic6x_gdbarch_init): Don't call set_gdbarch_print_insn.
12506 * tilegx-tdep.c (tilegx_gdbarch_init): Likewise.
12507 * v850-tdep.c (v850_gdbarch_init): Likewise.
12508 * vax-tdep.c (vax_gdbarch_init): Likewise.
12509 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
12510 * xtensa-tdep.c (xtensa_gdbarch_init): Likewise.
12511
12512 2017-05-23 John Baldwin <jhb@FreeBSD.org>
12513
12514 * mips-fbsd-tdep.c (MIPS_PC_REGNUM): Remove.
12515 (MIPS_FP0_REGNUM): Remove.
12516 (MIPS_FSR_REGNUM): Remove.
12517 (mips_fbsd_supply_fpregs): Use mips_regnum.
12518 (mips_fbsd_supply_gregs): Likewise.
12519 (mips_fbsd_collect_fpregs): Likewise.
12520 (mips_fbsd_collect_gregs): Likewise.
12521
12522 2017-05-23 John Baldwin <jhb@FreeBSD.org>
12523
12524 * mips-fbsd-nat.c (getregs_supplies): Fix upper bound comparison.
12525 (getpfpregs_supplies): New function.
12526 (mips_fbsd_fetch_inferior_registers): Remove early exit and use
12527 getfpregs_supplies.
12528 (mips_fbsd_store_inferior_registers): Likewise.
12529
12530 2017-05-22 Pedro Alves <palves@redhat.com>
12531
12532 * MAINTAINERS (Host/Native): Add John Baldwin as FreeBSD
12533 maintainer.
12534
12535 2017-05-22 Alan Hayward <alan.hayward@arm.com>
12536
12537 * ppc-linux-nat.c (fetch_register): Use PPC_MAX_REGISTER_SIZE.
12538 (store_register): Likewise.
12539 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Likewise.
12540 (get_decimal_float_return_value): Likewise.
12541 (do_ppc_sysv_return_value): Likewise.
12542 (ppc64_sysv_abi_push_integer): Likewise.
12543 (ppc64_sysv_abi_push_freg): Likewise.
12544 (ppc64_sysv_abi_return_value_base): Likewise.
12545 (ppc64_sysv_abi_return_value): Likewise.
12546 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
12547 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
12548 * rs6000-nat.c: Likewise.
12549 * rs6000-tdep.c (rs6000_register_to_value): Likewise.
12550 (rs6000_value_to_register): Likewise.
12551 * ppc-tdep.h (PPC_MAX_REGISTER_SIZE): Add.
12552
12553 2017-05-21 Tom Tromey <tom@tromey.com>
12554
12555 PR rust/21466:
12556 * rust-lang.c (rust_print_type) <TYPE_CODE_ARRAY>: Print unsized
12557 arrays as "[T]", not "[T; ]".
12558
12559 2017-05-19 Tom Tromey <tom@tromey.com>
12560
12561 PR rust/21484:
12562 * rust-lang.c (exp_descriptor_rust): New function.
12563 (rust_language_defn): Use it.
12564 * p-lang.c (pascal_language_defn): Update.
12565 * opencl-lang.c (opencl_language_defn): Update.
12566 * objc-lang.c (objc_language_defn): Update.
12567 * m2-lang.c (m2_language_defn): Update.
12568 * language.h (struct language_defn)
12569 <la_watch_location_expression>: New member.
12570 * language.c (unknown_language_defn, auto_language_defn)
12571 (local_language_defn): Update.
12572 * go-lang.c (go_language_defn): Update.
12573 * f-lang.c (f_language_defn): Update.
12574 * d-lang.c (d_language_defn): Update.
12575 * c-lang.h (c_watch_location_expression): Declare.
12576 * c-lang.c (c_watch_location_expression): New function.
12577 (c_language_defn, cplus_language_defn, asm_language_defn)
12578 (minimal_language_defn): Use it.
12579 * breakpoint.c (watch_command_1): Call
12580 la_watch_location_expression.
12581 * ada-lang.c (ada_language_defn): Update.
12582
12583 2017-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12584
12585 PR tui/21482
12586 * gdb_curses.h (NOMACROS): Define.
12587 (NCURSES_NOMACROS): Define.
12588
12589 2017-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12590
12591 PR tui/21482
12592 * tui/tui-windata.c (tui_erase_data_content): Cast last mvwaddstr
12593 arg to char *.
12594 * tui/tui-wingeneral.c (box_win): Likewise.
12595 * tui/tui-winsource.c (tui_erase_source_content): Likewise.
12596 (tui_show_source_line): Likewise.
12597 (tui_show_exec_info_content): Likewise.
12598
12599 2017-05-19 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
12600
12601 * sparc-tdep.c (sparc_structure_return_p)
12602 (sparc_arg_on_registers_p): New functions.
12603 (sparc32_store_arguments): Use them.
12604 * sparc64-tdep.c (sparc64_16_byte_align_p)
12605 (sparc64_store_floating_fields, sparc64_extract_floating_fields):
12606 Handle TYPE_CODE_ARRAY.
12607
12608 2017-05-17 Yao Qi <yao.qi@linaro.org>
12609
12610 * cli/cli-decode.c (add_alias_cmd): New function.
12611 * command.h (add_alias_cmd): Declare.
12612 * infcmd.c (_initialize_infcmd): Don't call add_com_alias,
12613 instead call add_alias_cmd.
12614
12615 2017-05-17 Pedro Alves <palves@redhat.com>
12616
12617 * Makefile.in (nat_extra_makefile_frag): Rename to ...
12618 (nat_makefile_frag): ... this. All references updated.
12619 * configure.ac: Likewise.
12620 * configure.nat: Likewise. Enhance comments.
12621 * configure: Regenerate.
12622
12623 2017-05-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12624
12625 * procfs.c (procfs_create_inferior): Change prototype to match
12626 definition.
12627
12628 2017-05-13 Eli Zaretskii <eliz@gnu.org>
12629
12630 * tui/tui.c (tui_enable): Cast "unknown" to 'char *' to avoid a
12631 C++ compiler warning.
12632
12633 2017-05-12 Tom Tromey <tom@tromey.com>
12634
12635 PR rust/21483:
12636 * rust-lang.c (rust_evaluate_subexp) <STRUCTOP_STRUCT>: Don't
12637 recurse, just call value_struct_elt directly.
12638
12639 2017-05-12 Tom Tromey <tom@tromey.com>
12640
12641 * rust-lang.c (rust_dump_subexp_body) <STRUCTOP_ANONYMOUS,
12642 OP_RUST_ARRAY>: Fix.
12643
12644 2017-05-12 Tom Tromey <tom@tromey.com>
12645
12646 * rust-lang.c (rust_print_subexp): Replace "return" with "break".
12647
12648 2017-05-09 Yao Qi <yao.qi@linaro.org>
12649
12650 * regcache.c: Include <forward_list>.
12651 (struct regcache_list): Remove.
12652 (current_regcache): Update.
12653 (get_thread_arch_aspace_regcache): Update for std::forward_list.
12654 (regcache_thread_ptid_changed): Likewise.
12655 (registers_changed_ptid): Likewise.
12656 (current_regcache_size): Likewise.
12657
12658 2017-05-09 Yao Qi <yao.qi@linaro.org>
12659
12660 * regcache.c [GDB_SELF_TEST]: Include selftest.h.
12661 (current_regcache_size): New function.
12662 (current_regcache_test): New function.
12663 (_initialize_regcache) [GDB_SELF_TEST]: Register the unit test.
12664
12665 2017-05-08 Alan Hayward <alan.hayward@arm.com>
12666
12667 * mips-tdep.c (mips_o32_return_value): Remove unused buffer.
12668 (print_gp_register_row): Use get_frame_register_value.
12669
12670 2017-05-08 Alan Hayward <alan.hayward@arm.com>
12671
12672 * mips-linux-tdep.c (mips_supply_gregset): Use raw_supply_zeroed.
12673 (mips_supply_fpregset): Likewise.
12674 (mips64_supply_gregset): Likewise.
12675
12676 2017-05-08 Alan Hayward <alan.hayward@arm.com>
12677
12678 * mn10300-linux-tdep.c (am33_supply_gregset_method): Use
12679 regcache->raw_supply_zeroed.
12680
12681 2017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
12682
12683 * configure.nat: Rearrange 'case' statements to match
12684 host before cpu.
12685
12686 2017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
12687
12688 * Makefile.in: Remove "@host_makefile_frag@". Add variables
12689 NAT_FILE, NATDEPFILES, NAT_CDEPS, LOADLIBES, MH_CFLAGS, XM_CLIBS,
12690 NAT_GENERATED_FILES, HAVE_NATIVE_GCORE_HOST. Add
12691 "@nat_extra_makefile_frag@".
12692 (Makefile): Remove dependency on "@frags@".
12693 ($(GNULIB_BUILDDIR)/Makefile): Likewise.
12694 (data-directory/Makefile): Likewise.
12695 * config/aarch64/linux.mh: Deleted; moved contents to
12696 "gdb/configure.nat".
12697 * config/alpha/alpha-linux.mh: Likewise.
12698 * config/alpha/nbsd.mh: Likewise.
12699 * config/arm/linux.mh: Likewise.
12700 * config/arm/nbsdelf.mh: Likewise.
12701 * config/i386/cygwin.mh: Likewise.
12702 * config/i386/cygwin64.mh: Likewise.
12703 * config/i386/darwin.mh: Likewise.
12704 * config/i386/fbsd.mh: Likewise.
12705 * config/i386/fbsd64.mh: Likewise.
12706 * config/i386/go32.mh: Likewise.
12707 * config/i386/i386gnu.mh: Likewise.
12708 * config/i386/i386sol2.mh: Likewise.
12709 * config/i386/linux.mh: Likewise.
12710 * config/i386/linux64.mh: Likewise.
12711 * config/i386/mingw.mh: Likewise.
12712 * config/i386/mingw64.mh: Likewise.
12713 * config/i386/nbsd64.mh: Likewise.
12714 * config/i386/nbsdelf.mh: Likewise.
12715 * config/i386/nto.mh: Likewise.
12716 * config/i386/obsd.mh: Likewise.
12717 * config/i386/obsd64.mh: Likewise.
12718 * config/i386/sol2-64.mh: Likewise.
12719 * config/ia64/linux.mh: Likewise.
12720 * config/m32r/linux.mh: Likewise.
12721 * config/m68k/linux.mh: Likewise.
12722 * config/m68k/nbsdelf.mh: Likewise.
12723 * config/m68k/obsd.mh: Likewise.
12724 * config/m88k/obsd.mh: Likewise.
12725 * config/mips/fbsd.mh: Likewise.
12726 * config/mips/linux.mh: Likewise.
12727 * config/mips/nbsd.mh: Likewise.
12728 * config/mips/obsd64.mh: Likewise.
12729 * config/pa/linux.mh: Likewise.
12730 * config/pa/nbsd.mh: Likewise.
12731 * config/pa/obsd.mh: Likewise.
12732 * config/powerpc/aix.mh: Likewise.
12733 * config/powerpc/fbsd.mh: Likewise.
12734 * config/powerpc/linux.mh: Likewise.
12735 * config/powerpc/nbsd.mh: Likewise.
12736 * config/powerpc/obsd.mh: Likewise.
12737 * config/powerpc/ppc64-linux.mh: Likewise.
12738 * config/powerpc/spu-linux.mh: Likewise.
12739 * config/s390/linux.mh: Likewise.
12740 * config/sh/nbsd.mh: Likewise.
12741 * config/sparc/fbsd.mh: Likewise.
12742 * config/sparc/linux.mh: Likewise.
12743 * config/sparc/linux64.mh: Likewise.
12744 * config/sparc/nbsd64.mh: Likewise.
12745 * config/sparc/nbsdelf.mh: Likewise.
12746 * config/sparc/obsd64.mh: Likewise.
12747 * config/sparc/sol2.mh: Likewise.
12748 * config/tilegx/linux.mh: Likewise.
12749 * config/vax/nbsdelf.mh: Likewise.
12750 * config/vax/obsd.mh: Likewise.
12751 * config/xtensa/linux.mh: Likewise.
12752 * config/i386/i386gnu.mn: New file, with excerpts from
12753 "config/i386/i386gnu.mh".
12754 * configure: Regenerate.
12755 * configure.ac: Rewrite code to use "gdb/configure.nat" instead of
12756 *.mh files under "gdb/config".
12757 * configure.nat: New file, with contents from the
12758 "gdb/config/*/*.mh" files.
12759
12760 2017-05-05 Tim Wiederhake <tim.wiederhake@intel.com>
12761
12762 * btrace.c (btrace_clear): Free insn vector.
12763
12764 2017-05-05 Pedro Alves <palves@redhat.com>
12765
12766 * warning.m4 (build_warnings): Add -Wno-error=maybe-uninitialized.
12767 * configure: Regenerate.
12768
12769 2017-05-04 Pedro Alves <palves@redhat.com>
12770
12771 * Makefile.in (SFILES): Add progspace-and-thread.c.
12772 (HFILES_NO_SRCDIR): Add progspace-and-thread.h.
12773 (COMMON_OBS): Add progspace-and-thread.o.
12774 * breakpoint.c: Include "progspace-and-thread.h".
12775 (update_inserted_breakpoint_locations)
12776 (insert_breakpoint_locations, create_longjmp_master_breakpoint):
12777 Use scoped_restore_current_pspace_and_thread.
12778 (create_std_terminate_master_breakpoint): Use
12779 scoped_restore_current_program_space.
12780 (remove_breakpoint): Use scoped_restore_current_pspace_and_thread.
12781 (print_breakpoint_location): Use
12782 scoped_restore_current_program_space.
12783 (bp_loc_is_permanent): Use
12784 scoped_restore_current_pspace_and_thread.
12785 (resolve_sal_pc): Use scoped_restore_current_pspace_and_thread.
12786 (download_tracepoint_locations): Use
12787 scoped_restore_current_pspace_and_thread.
12788 (breakpoint_re_set): Use scoped_restore_current_pspace_and_thread.
12789 * exec.c (exec_close_1): Use scoped_restore_current_program_space.
12790 (enum step_over_calls_kind): Moved from inferior.h.
12791 (class scoped_restore_current_thread): New class.
12792 * gdbthread.h (make_cleanup_restore_current_thread): Delete
12793 declaration.
12794 (scoped_restore_current_thread): New class.
12795 * infcmd.c: Include "common/gdb_optional.h".
12796 (continue_1, proceed_after_attach): Use
12797 scoped_restore_current_thread.
12798 (notice_new_inferior): Use scoped_restore_current_thread.
12799 * inferior.c: Include "progspace-and-thread.h".
12800 (restore_inferior, save_current_inferior): Delete.
12801 (add_inferior_command, clone_inferior_command): Use
12802 scoped_restore_current_pspace_and_thread.
12803 * inferior.h (scoped_restore_current_inferior): New class.
12804 * infrun.c: Include "progspace-and-thread.h" and
12805 "common/gdb_optional.h".
12806 (follow_fork_inferior): Use
12807 scoped_restore_current_pspace_and_thread.
12808 (scoped_restore_exited_inferior): New class.
12809 (handle_vfork_child_exec_or_exit): Use
12810 scoped_restore_exited_inferior,
12811 scoped_restore_current_pspace_and_thread,
12812 scoped_restore_current_thread and scoped_restore.
12813 (fetch_inferior_event): Use scoped_restore_current_thread.
12814 * linespec.c (decode_line_full, decode_line_1): Use
12815 scoped_restore_current_program_space.
12816 * mi/mi-main.c: Include "progspace-and-thread.h".
12817 (exec_continue): Use scoped_restore_current_thread.
12818 (mi_cmd_exec_run): Use scoped_restore_current_pspace_and_thread.
12819 (mi_cmd_trace_frame_collected): Use scoped_restore_current_thread.
12820 * proc-service.c (ps_pglobal_lookup): Use
12821 scoped_restore_current_program_space.
12822 * progspace-and-thread.c: New file.
12823 * progspace-and-thread.h: New file.
12824 * progspace.c (release_program_space, clone_program_space): Use
12825 scoped_restore_current_program_space.
12826 (restore_program_space, save_current_program_space)
12827 (save_current_space_and_thread): Delete.
12828 (switch_to_program_space_and_thread): Moved to
12829 progspace-and-thread.c.
12830 * progspace.h (save_current_program_space)
12831 (save_current_space_and_thread): Delete declarations.
12832 (scoped_restore_current_program_space): New class.
12833 * remote.c (remote_btrace_maybe_reopen): Use
12834 scoped_restore_current_thread.
12835 * symtab.c: Include "progspace-and-thread.h".
12836 (skip_prologue_sal): Use scoped_restore_current_pspace_and_thread.
12837 * thread.c (print_thread_info_1): Use
12838 scoped_restore_current_thread.
12839 (struct current_thread_cleanup): Delete.
12840 (do_restore_current_thread_cleanup)
12841 (restore_current_thread_cleanup_dtor): Rename/convert both to ...
12842 (scoped_restore_current_thread::~scoped_restore_current_thread):
12843 ... this new dtor.
12844 (make_cleanup_restore_current_thread): Rename/convert to ...
12845 (scoped_restore_current_thread::scoped_restore_current_thread):
12846 ... this new ctor.
12847 (thread_apply_all_command): Use scoped_restore_current_thread.
12848 (thread_apply_command): Use scoped_restore_current_thread.
12849 * tracepoint.c (tdump_command): Use scoped_restore_current_thread.
12850 * varobj.c (value_of_root_1): Use scoped_restore_current_thread.
12851
12852 2017-05-04 Pedro Alves <palves@redhat.com>
12853
12854 * thread.c (make_cleanup_restore_current_thread): Move
12855 find_thread_ptid call before the is_stopped call. Assert that the
12856 thread is found. Replace is_stopped call by checking the thread's
12857 state directly. Remove unnecessary NULL-thread check.
12858
12859 2017-05-04 Pedro Alves <palves@redhat.com>
12860
12861 * corelow.c (thread_section_name): New class.
12862 (get_core_register_section, get_core_siginfo): Use it.
12863
12864 2017-05-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12865
12866 * corelow.c (sniff_core_bfd): Remove extra semicolon.
12867 (get_core_register_section): Remove xfree of NULL pointer.
12868
12869 2017-05-03 Alan Hayward <alan.hayward@arm.com>
12870
12871 * frv-linux-tdep.c (frv_linux_supply_gregset): Use raw_supply_zeroed.
12872 * regcache.c (regcache::raw_supply_zeroed): New function.
12873 * regcache.h (regcache::raw_supply_zeroed): New declaration.
12874
12875 2017-05-03 Simon Marchi <simon.marchi@ericsson.com>
12876
12877 * gdbarch.sh: Remove commented out definition of
12878 TARGET_CHAR_BIT.
12879 * gdbarch.h: Re-generate.
12880
12881 2017-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
12882
12883 * configure: Regenerate.
12884
12885 2017-05-02 Simon Marchi <simon.marchi@ericsson.com>
12886
12887 * solib-target.c (solib_target_relocate_section_addresses):
12888 Remove num_section_bases, num_bases, segment_bases variables.
12889
12890 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
12891
12892 * common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.
12893
12894 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
12895
12896 * solib-target.c: Include <vector>
12897 (struct lm_info_target) <~lm_info_target>: Remove.
12898 <segment_bases, section_bases>: Change type to
12899 std::vector<CORE_ADDR>.
12900 (library_list_start_segment, library_list_start_section,
12901 library_list_end_library,
12902 solib_target_relocate_section_addresses): Adjust.
12903
12904 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
12905
12906 * gdbarch.sh (software_single_step): Change return type to
12907 std::vector<CORE_ADDR>.
12908 * gdbarch.c, gdbarch.h: Re-generate.
12909 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
12910 Adjust.
12911 (arm_deal_with_atomic_sequence_raw): Adjust.
12912 (thumb_get_next_pcs_raw): Adjust.
12913 (arm_get_next_pcs_raw): Adjust.
12914 (arm_get_next_pcs): Adjust.
12915 * arch/arm-get-next-pcs.h (arm_get_next_pcs): Adjust.
12916 * aarch64-tdep.c (aarch64_software_single_step): Adjust.
12917 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Adjust.
12918 (alpha_software_single_step): Adjust.
12919 * alpha-tdep.h (alpha_software_single_step): Adjust.
12920 * arm-linux-tdep.c (arm_linux_software_single_step): Adjust.
12921 * arm-tdep.c (arm_software_single_step): Adjust.
12922 (arm_breakpoint_kind_from_current_state): Adjust.
12923 * arm-tdep.h (arm_software_single_step): Adjust.
12924 * breakpoint.c (insert_single_step_breakpoint): Adjust.
12925 * cris-tdep.c (cris_software_single_step): Adjust.
12926 * mips-tdep.c (mips_deal_with_atomic_sequence): Adjust.
12927 (micromips_deal_with_atomic_sequence): Adjust.
12928 (deal_with_atomic_sequence): Adjust.
12929 (mips_software_single_step): Adjust.
12930 * mips-tdep.h (mips_software_single_step): Adjust.
12931 * moxie-tdep.c (moxie_software_single_step): Adjust.
12932 * nios2-tdep.c (nios2_software_single_step): Adjust.
12933 * ppc-tdep.h (ppc_deal_with_atomic_sequence): Adjust.
12934 * rs6000-aix-tdep.c (rs6000_software_single_step): Adjust.
12935 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Adjust.
12936 * s390-linux-tdep.c (s390_software_single_step): Adjust.
12937 * sparc-tdep.c (sparc_software_single_step): Adjust.
12938 * spu-tdep.c (spu_software_single_step): Adjust.
12939 * tic6x-tdep.c (tic6x_software_single_step): Adjust.
12940
12941 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
12942
12943 * gdbarch.sh: Use semi-colon as field separator instead of colon.
12944 * gdbarch.h: Re-generate.
12945
12946 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12947
12948 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-instruction.o.
12949 (SUBDIR_PYTHON_SRCS): Add py-instruction.c.
12950 * python/py-instruction.c, python/py-instruction.h: New file.
12951 * python/py-record.c: Add py-instruction.h include.
12952 (gdbpy_initialize_record): Make gdb.Instruction a super class of
12953 gdb.RecordInstruction.
12954 * python/python-internal.h: Add gdbpy_initialize_instruction
12955 declaration.
12956 * python/python.c (do_start_initialization): Add
12957 gdbpy_initialize_instruction.
12958
12959 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12960
12961 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_CALL, btpy_call_type):
12962 Remove.
12963 (btrace_func_from_recpy_func): New function.
12964 (btpy_call_new, btpy_number, btpy_hash, btpy_richcompare): Remove.
12965 (btpy_call_level, btpy_call_symbol, btpy_call_instructions,
12966 btpy_call_up, btpy_call_prev_sibling, btpy_call_next_sibling): Rename to ...
12967 (recpy_bt_func_level, recpy_bt_func_symbol, recpy_bt_func_instructions,
12968 recpy_bt_func_up, recpy_bt_func_prev, recpy_bt_func_next): This.
12969 Also, use new helper functions.
12970 (btpy_list_item): Use new helper functions.
12971 (recpy_bt_function_call_history): Use new type name.
12972 (btpy_call_getset): Remove.
12973 (gdbpy_initialize_btrace): Remove code to initialize
12974 gdb.BtraceFunctionCall.
12975 * python/py-record-btrace.h (recpy_bt_func_number, recpy_btb_func_level,
12976 recpy_btb_func_symbol, recpy_bt_func_instructions, recpy_bt_func_up,
12977 recpy_bt_func_prev, recpy_bt_func_next): New export.
12978 * python/py-record.c (recpy_func_type): New static object.
12979 (recpy_func_new, recpy_func_level, recpy_func_symbol,
12980 recpy_func_instructions, recpy_func_up, recpy_func_prev,
12981 recpy_func_next): New function.
12982 (recpy_element_hash, recpy_element_richcompare): Updated comment.
12983 (recpy_func_getset): New static object.
12984 (gdbpy_initialize_record): Add code to initialize gdb.RecordInstruction.
12985 * python/py-record.h (recpy_func_type, recpy_func_new): New export.
12986
12987 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12988
12989 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN): Remove.
12990 (btpy_object, btpy_insn_type, btpy_new): Remove.
12991 (btpy_list_object): Use gdb.RecordInstruction type instead of
12992 gdb.BtraceInstruction type.
12993 (btrace_insn_from_recpy_insn): New function.
12994 (btpy_insn_or_gap_new): Adjust comment. Use recpy_insn_new instead of
12995 btpy_new.
12996 (btpy_call_new, btpy_list_item): Do not use btpy_new anymore.
12997 (btpy_number, btpy_hash, btpy_call_level, btpy_call_symbol,
12998 btpy_call_instructions, btpy_call_up, btpy_call_prev_sibling,
12999 btpy_call_next_sibling, btpy_richcompare): Use recpy_element_object
13000 instead of btpy_object.
13001 (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
13002 btpy_insn_data, btpy_insn_decode): Rename to ...
13003 (recpy_bt_insn_sal, recpy_bt_insn_pc, recpy_bt_insn_size,
13004 recpy_bt_insn_is_speculative, recpy_bt_insn_data,
13005 recpy_bt_insn_decode): This. Also, use new helper functions.
13006 (btpy_list_position, recpy_bt_goto): Use recpy_element_object and
13007 recpy_insn_type.
13008 (btpy_insn_getset): Remove.
13009 (gdbpy_initialize_btrace): Remove code to initialize
13010 gdb.BtraceInstruction. Use recpy_element_object.
13011 * python/py-record-btrace.h (recpy_bt_insn_number, recpy_bt_insn_sal,
13012 recpy_bt_insn_pc, recpy_bt_insn_data, recpy_bt_insn_decoded,
13013 recpy_bt_insn_size, recpy_bt_insn_is_speculative): New export.
13014 * python/py-record.c (recpy_insn_type): New static object.
13015 (recpy_insn_new, recpy_insn_sal, recpy_insn_pc, recpy_insn_data,
13016 recpy_insn_decoded, recpy_insn_size, recpy_insn_is_speculative,
13017 recpy_element_number, recpy_element_hash, recpy_element_richcompare):
13018 New function.
13019 (recpy_insn_getset): New static object.
13020 (gdbpy_initialize_record): Initialize gdb.RecordInstruction.
13021 * python/py-record.h (recpy_element_object): New typedef.
13022 (recpy_insn_type, recpy_insn_new): New export.
13023
13024 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13025
13026 * py-record-btrace.c (btpy_insn_new): Removed.
13027 (btpy_insn_or_gap_new): New function.
13028 (btpy_insn_error): Removed.
13029 (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
13030 btpy_insn_data, btpy_insn_decode): Remove code path for gaps.
13031 (recpy_bt_replay_position, recpy_bt_begin, recpy_bt_end): Call
13032 btpy_insn_or_gap_new instead of btpy_insn_new.
13033 (btpy_insn_getset): Remove btpy_insn_error.
13034 * py-record.c (recpy_gap_type): New static object.
13035 (recpy_gap_object): New typedef.
13036 (recpy_gap_new, recpy_gap_number, recpy_gap_reason_code,
13037 recpy_gap_reason_string): New function.
13038 (recpy_gap_getset): New static object.
13039 (gdbpy_initialize_record): Initialize gdb.RecordGap type.
13040 * py-record.h (recpy_gap_new): New export.
13041
13042 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13043
13044 * python/py-record.c (recpy_ptid): Remove.
13045 (recpy_record_getset): Remove recpy_ptid.
13046
13047 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13048
13049 * btrace.c (btrace_fetch): Set inferior_ptid.
13050 * python/py-record-btrace.c: Add "py-record.h" include.
13051 (recpy_bt_format, recpy_bt_replay_position, recpy_bt_begin,
13052 recpy_bt_end, recpy_bt_instruction_history,
13053 recpy_bt_function_call_history, recpy_bt_goto): Use ptid stored
13054 in gdb.Record object instead of current ptid.
13055 * python/py-record.c: Include new "py-record.h" file.
13056 (recpy_record_object): Moved to py-record.h.
13057 * python/py-record.h: New file.
13058
13059 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13060
13061 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN,
13062 BTPY_REQUIRE_VALID_CALL, recpy_bt_function_call_history): Fix
13063 indentation.
13064
13065 2017-05-01 Joel Brobecker <brobecker@adacore.com>
13066
13067 * MAINTAINERS: Move Daniel Jacobowitz and Mark Kettenis to
13068 the past maintainers section.
13069
13070 2017-04-28 Yao Qi <yao.qi@linaro.org>
13071
13072 * infcmd.c (get_return_value): Use regcache ctor, and remove
13073 cleanup.
13074
13075 2017-04-28 Yao Qi <yao.qi@linaro.org>
13076 Pedro Alves <palves@redhat.com>
13077
13078 * regcache.c (regcache::regcache): New tag dispatch ctor.
13079 (do_cooked_read): Moved above.
13080 (regcache_dup): Use the tag dispatch ctor..
13081 * regcache.h (regcache): Declare ctor, delete copy ctor and
13082 assignment operator, remove friend regcache_dup.
13083
13084 2017-04-28 Yao Qi <yao.qi@linaro.org>
13085
13086 * regcache.c (regcache_dup): Assert !src->m_readonly_p and
13087 call method save instead of regcache_cpy.
13088 * regcache.h (struct regcache): Make regcache_dup a friend.
13089
13090 2017-04-28 Yao Qi <yao.qi@linaro.org>
13091
13092 * regcache.c (struct regcache): Move to regcache.h
13093 (regcache::arch): New method.
13094 (regcache_get_ptid): Update.
13095 (get_regcache_arch): Call arch method.
13096 (get_regcache_aspace): Call method aspace.
13097 (register_buffer): Change it to method.
13098 (regcache_save): Change it to regcache::save.
13099 (regcache_restore): Likewise.
13100 (regcache_cpy_no_passthrough): Remove the declaration.
13101 (regcache_cpy): Call methods restore and cpy_no_passthrough.
13102 (regcache_cpy_no_passthrough): Change it to method
13103 cpy_no_passthrough.
13104 (regcache_register_status): Change it to method
13105 get_register_status.
13106 (regcache_invalidate): Change it to method invalidate.
13107 (regcache_thread_ptid_changed): Use methods ptid and set_ptid.
13108 (regcache_raw_update): Change it to method raw_update.
13109 (regcache_raw_read): Likewise.
13110 (regcache_raw_read_signed): Likewise.
13111 (regcache_raw_read_unsigned): Likewise.
13112 (regcache_raw_write_signed): Likewise.
13113 (regcache_raw_write_unsigned): Likewise.
13114 (regcache_cooked_read): Likewise.
13115 (regcache_cooked_read_value): Likewise.
13116 (regcache_cooked_read_signed): Likewise.
13117 (regcache_cooked_read_unsigned): Likewise.
13118 (regcache_cooked_write_signed): Likewise.
13119 (regcache_cooked_write_unsigned): Likewise.
13120 (regcache_raw_set_cached_value): Likewise.
13121 (regcache_raw_write): Likewise.
13122 (regcache_cooked_write): Likewise.
13123 (regcache_xfer_part): Likewise.
13124 (regcache_raw_read_part): Likewise.
13125 (regcache_raw_write_part): Likewise.
13126 (regcache_cooked_read_part): Likewise.
13127 (regcache_cooked_write_part): Likewise.
13128 (regcache_raw_supply): Likewise.
13129 (regcache_raw_collect): Likewise.
13130 (regcache_transfer_regset): Likewise.
13131 (regcache_supply_regset): Likewise.
13132 (regcache_collect_regset): Likewise.
13133 (regcache_debug_print_register): Likewise.
13134 (enum regcache_dump_what): Move it to regcache.h.
13135 (regcache_dump): Change it to method dump.
13136 * regcache.h (enum regcache_dump_what): New.
13137 (class regcache): New.
13138 * target.c (target_fetch_registers): Call method
13139 debug_print_register.
13140 (target_store_registers): Likewise.
13141
13142 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13143
13144 * windows-nat.c (struct lm_info_windows): Initialize field.
13145 (windows_make_so): Allocate lm_info_windows with new.
13146 (windows_free_so): Free lm_info_windows with delete.
13147
13148 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13149
13150 * solib-darwin.c (struct lm_info_darwin): Initialize field.
13151 (darwin_current_sos): Allocate lm_info_darwin with new, remove
13152 cleanup.
13153 (darwin_free_so): Free lm_info_darwin with delete.
13154
13155 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13156
13157 * solib-svr4.h (struct lm_info_svr4): Initialize fields.
13158 <l_addr_p>: Change type to bool.
13159 * solib-svr4.c (lm_info_read): Allocate lm_info_svr4 with new.
13160 (svr4_free_so): Free lm_info_svr4 with delete.
13161 (svr4_copy_library_list): Replace memcpy with call to copy
13162 constructor.
13163 (library_list_start_library, svr4_default_sos): Allocate
13164 lm_info_svr4 with new.
13165
13166 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13167
13168 * solib-target.c (struct lm_info_target): Add destructor,
13169 initialize fields.
13170 <name>: Change type to std::string.
13171 (library_list_start_library): Allocate lm_info_target with new.
13172 (solib_target_free_library_list): Free lm_info_target with
13173 delete.
13174 (solib_target_current_sos): Adapt to std::string.
13175 (solib_target_free_so): Free lm_info_target with delete.
13176
13177 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13178
13179 * solib-frv.c (struct lm_info_frv): Add destructor, initialize
13180 fields.
13181 (frv_current_sos): Allocate lm_info_frv with new.
13182 (frv_relocate_main_executable): Free lm_info_frv with delete,
13183 allocate with new.
13184 (frv_clear_solib, frv_free_so): Free lm_info_frv with delete.
13185
13186 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13187
13188 * solib-frv.c (struct lm_info_frv): Fix indentation.
13189
13190 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13191
13192 * solib-dsbt.c (struct lm_info_dsbt): Add destructor, initialize
13193 map field.
13194 (dsbt_current_sos): Allocate lm_info_dsbt with new.
13195 (dsbt_relocate_main_executable): Free lm_info_dsbt with delete
13196 and allocate with new.
13197 (dsbt_clear_solib, dsbt_free_so): Free lm_info_dsbt with delete.
13198
13199 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13200
13201 * solib-aix.c (struct lm_info_aix): Initialize fields in-class.
13202 <filename, member_name>: Change type to std::string.
13203 (solib_aix_new_lm_info, solib_aix_xfree_lm_info): Remove.
13204 (library_list_start_library): Allocate lm_info_aix with new.
13205 (solib_aix_free_library_list, solib_aix_free_so): Free with delete.
13206 (solib_aix_current_sos): Adapt to std::string, copy lm_info_aix
13207 with copy constructor.
13208
13209 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13210
13211 * solist.h (struct lm_info): Remove.
13212 (struct lm_info_base): New class.
13213 (struct so_list) <lm_info>: Change type to lm_info_base *.
13214 * nto-tdep.c (struct lm_info): Remove.
13215 (lm_addr): Adjust.
13216 * solib-aix.c (struct lm_info): Rename to ...
13217 (struct lm_info_aix): ... this. Extend lm_info_base.
13218 (lm_info_p): Rename to ...
13219 (lm_info_aix_p): ... this, and adjust.
13220 (solib_aix_new_lm_info, solib_aix_xfree_lm_info,
13221 solib_aix_parse_libraries, library_list_start_library,
13222 solib_aix_free_library_list, solib_aix_parse_libraries,
13223 solib_aix_get_library_list,
13224 solib_aix_relocate_section_addresses, solib_aix_free_so,
13225 solib_aix_get_section_offsets,
13226 solib_aix_solib_create_inferior_hook, solib_aix_current_sos):
13227 Adjust.
13228 (struct solib_aix_inferior_data) <library_list>: Adjust.
13229 * solib-darwin.c (struct lm_info): Rename to ...
13230 (struct lm_info_darwin): ... this. Extend lm_info_base.
13231 (darwin_current_sos, darwin_relocate_section_addresses): Adjust.
13232 * solib-dsbt.c (struct lm_info): Rename to ...
13233 (struct lm_info_dsbt): ... this. Extend lm_info_base.
13234 (struct dsbt_info) <main_executable_lm_info): Adjust.
13235 (dsbt_current_sos, dsbt_relocate_main_executable, dsbt_free_so,
13236 dsbt_relocate_section_addresses): Adjust.
13237 * solib-frv.c (struct lm_info): Rename to ...
13238 (struct lm_info_frv): ... this. Extend lm_info_base.
13239 (main_executable_lm_info): Adjust.
13240 (frv_current_sos, frv_relocate_main_executable, frv_free_so,
13241 frv_relocate_section_addresses, frv_fdpic_find_global_pointer,
13242 find_canonical_descriptor_in_load_object,
13243 frv_fdpic_find_canonical_descriptor): Adjust.
13244 * solib-svr4.c (struct lm_info): Move to solib-svr4.h, renamed
13245 to lm_info_svr4.
13246 (lm_info_read, lm_addr_check, svr4_keep_data_in_core,
13247 svr4_clear_so, svr4_copy_library_list,
13248 library_list_start_library, svr4_default_sos, svr4_read_so_list,
13249 svr4_current_sos, svr4_fetch_objfile_link_map,
13250 solist_update_incremental): Adjust.
13251 * solib-svr4.h (struct lm_info_svr4): Move here from
13252 solib-svr4.c.
13253 * solib-target.c (struct lm_info): Rename to ...
13254 (struct lm_info_target): ... this. Extend lm_info_base.
13255 (lm_info_p): Rename to ...
13256 (lm_info_target_p): ... this.
13257 (solib_target_parse_libraries, library_list_start_segment,
13258 library_list_start_section, library_list_start_library,
13259 library_list_end_library, solib_target_free_library_list,
13260 solib_target_current_sos, solib_target_free_so,
13261 solib_target_relocate_section_addresses): Adjust.
13262 * windows-nat.c (struct lm_info): Rename to ...
13263 (struct lm_info_windows): ... this. Extend lm_info_base.
13264 (windows_make_so, handle_load_dll, handle_unload_dll,
13265 windows_xfer_shared_libraries): Adjust.
13266
13267 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13268
13269 * solib-darwin.c (struct darwin_so_list): Remove.
13270 (darwin_current_sos): Allocate an so_list object instead of a
13271 darwin_so_list, separately allocate an lm_info object.
13272 (darwin_free_so): Free lm_info.
13273
13274 2017-04-28 John Baldwin <jhb@FreeBSD.org>
13275
13276 * mips-tdep.c (print_gp_register_row): Replace printf_filtered
13277 with fprintf_filtered.
13278
13279 2017-04-28 Yao Qi <yao.qi@linaro.org>
13280
13281 * regcache.c (regcache::regcache): New function.
13282 (regcache::~regcache): New function.
13283 (regcache_xmalloc_1): Remove.
13284 (regcache_xmalloc): Call new regcache.
13285 (regcache_xfree): Call delete regcache.
13286 (get_thread_arch_aspace_regcache): Call new regcache.
13287
13288 2017-04-28 Yao Qi <yao.qi@linaro.org>
13289
13290 * mips-linux-nat.c (mips_linux_new_thread): Use ptid method
13291 lwp instead of ptid_get_lwp.
13292
13293 2017-04-28 Yao Qi <yao.qi@linaro.org>
13294
13295 * mips-linux-nat.c (mips_linux_new_thread): Get lwpid from
13296 lwp_info instead of getting from inferior_ptid.
13297
13298 2017-04-27 Keith Seitz <keiths@redhat.com>
13299
13300 * gdbtypes.c (LVALUE_REFERENCE_TO_RVALUE_BINDING_BADNESS)
13301 DIFFERENT_REFERENCE_TYPE_BADNESS): Remove.
13302 (CV_CONVERSION_BADNESS): Define.
13303 (rank_one_type): Remove overly restrictive rvalue reference
13304 rank checks.
13305 Add cv-qualifier checks and subranks for type equality.
13306 * gdbtypes.h (REFERENCE_CONVERSION_RVALUE,
13307 REFERENCE_CONVERSION_CONST_LVALUE, CV_CONVERSION_BADNESS,
13308 CV_CONVERSION_CONST, CV_CONVERSION_VOLATILE): Declare.
13309
13310 2017-04-27 Simon Marchi <simon.marchi@ericsson.com>
13311
13312 * python/py-inferior.c (inferior_to_inferior_object): Increment reference
13313 count when creating the object.
13314
13315 2017-04-27 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
13316 Ulrich Weigand <uweigand@de.ibm.com>
13317
13318 * xcoffread.c (read_xcoff_symtab): Read correct function auxiliary
13319 entry if xlc -qfuncsect or gcc -ffunction-sections compiler option
13320 is used in AIX.
13321 (read_xcoff_symtab): Handle C_WEAKEXT storage class.
13322 (process_xcoff_symbol): Likewise.
13323 (scan_xcoff_symtab): Likewise.
13324
13325 2017-04-26 Alan Hayward <alan.hayward@arm.com>
13326
13327 * ia64-tdep.c (examine_prologue): Use get_frame_register_unsigned.
13328 (ia64_sigtramp_frame_prev_register): Use read_memory_unsigned_integer.
13329 (ia64_access_reg): Use get_frame_register_unsigned.
13330 (ia64_access_rse_reg): Likewise.
13331 (ia64_libunwind_frame_prev_register): Likewise.
13332
13333 2017-04-26 Jiong Wang <jiong.wang@arm.com>
13334
13335 * gdbarch.sh: New gdbarch method execute_dwarf_cfa_vendor_op.
13336 * gdbarch.c: Regenerated.
13337 * gdbarch.h: Regenerated.
13338 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Made the
13339 visibility external.
13340 (execute_cfa_program): Call execute_dwarf_cfa_vendor_op for CFI
13341 between DW_CFA_lo_user and DW_CFA_high_user inclusive.
13342 (enum cfa_how_kind): Move to ...
13343 (struct dwarf2_frame_state_reg_info): Likewise.
13344 (struct dwarf2_frame_state): Likewise.
13345 * dwarf2-frame.h: ... here.
13346 (dwarf2_frame_state_alloc_regs): New declaration.
13347 * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): New function.
13348 (sparc32_gdbarch_init): Register execute_dwarf_cfa_vendor_op hook.
13349
13350 2017-04-26 Alan Hayward <alan.hayward@arm.com>
13351
13352 * xtensa-tdep.c (xtensa_pseudo_register_read): Use
13353 regcache_raw_read_unsigned.
13354 (xtensa_pseudo_register_write): Likewise.
13355
13356 2017-04-26 Alan Hayward <alan.hayward@arm.com>
13357
13358 * nds32-tdep.c (nds32_pseudo_register_read): Abort on errors.
13359 (nds32_pseudo_register_write): Likewise.
13360
13361 2017-04-25 Yao Qi <yao.qi@linaro.org>
13362
13363 * regcache.c (struct regcache) <readonly_p>: Change its type
13364 to bool.
13365 (regcache_xmalloc_1): Update parameter type and callers update.
13366
13367 2017-04-25 Yao Qi <yao.qi@linaro.org>
13368
13369 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
13370 set_gdbarch_wchar_bit.
13371 * arm-tdep.c (arm_gdbarch_init): Likewise.
13372
13373 2017-04-25 Pedro Alves <palves@redhat.com>
13374
13375 * common/poison.h [!HAVE_IS_TRIVIALLY_COPYABLE] (IsRelocatable)
13376 (BothAreRelocatable, memcopy, memmove): Don't define.
13377 * common/traits.h (__has_feature, HAVE_IS_TRIVIALLY_COPYABLE): New
13378 macros.
13379
13380 2017-04-25 Pedro Alves <palves@redhat.com>
13381
13382 * common/common-defs.h: Include "common/poison.h".
13383 * common/function-view.h: (Not, Or, Requires): Move to traits.h
13384 and adjust.
13385 * common/poison.h: New file.
13386 * common/traits.h: Include <type_traits>.
13387 (Not, Or, Requires): New, moved from common/function-view.h.
13388
13389 2017-04-25 Pedro Alves <palves@redhat.com>
13390
13391 * breakpoint.h (struct breakpoint): In-class initialize all
13392 fields. Make boolean fields "bool".
13393 * breakpoint.c (init_raw_breakpoint_without_location): Remove
13394 memset call and initializations no longer necessary.
13395
13396 2017-04-25 Pedro Alves <palves@redhat.com>
13397
13398 * btrace.c (pt_btrace_insn_flags): Change parameter type to
13399 reference.
13400 (pt_btrace_insn): New function.
13401 (ftrace_add_pt): Remove memset call and use pt_btrace_insn.
13402
13403 2017-04-25 Pedro Alves <palves@redhat.com>
13404
13405 * ada-lang.c (ada_catchpoint_location): Now a "class". Remove
13406 "base" field and inherit from "bp_location" instead. Add
13407 non-default ctor.
13408 (allocate_location_exception): Use new non-default ctor.
13409 * breakpoint.c (get_first_locp_gte_addr): Remove memset call.
13410 (init_bp_location): Convert to ...
13411 (bp_location::bp_location): ... this new ctor, and remove memset
13412 call.
13413 (base_breakpoint_allocate_location): Use the new non-default ctor.
13414 * breakpoint.h (bp_location): Now a class. Declare default and
13415 non-default ctors. In-class initialize all members.
13416 (init_bp_location): Remove declaration.
13417
13418 2017-04-25 Pedro Alves <palves@redhat.com>
13419
13420 * common/enum-flags.h (enum_flags): Don't implement copy ctor and
13421 assignment operator.
13422
13423 2017-04-24 Yao Qi <yao.qi@linaro.org>
13424
13425 * doublest.c (convert_doublest_to_floatformat): Call
13426 floatformat_totalsize_bytes.
13427
13428 2017-04-22 Tom Tromey <tom@tromey.com>
13429
13430 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
13431 ui_out_emit_list.
13432 * stack.c (print_frame): Use ui_out_emit_list.
13433 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
13434 ui_out_emit_list.
13435 * mi/mi-main.c (print_one_inferior)
13436 (mi_cmd_data_list_register_names)
13437 (mi_cmd_data_list_register_values, mi_cmd_list_features)
13438 (mi_cmd_list_target_features, mi_cmd_trace_frame_collected): Use
13439 ui_out_emit_list.
13440 * mi/mi-interp.c (mi_on_normal_stop_1): Use ui_out_emit_list.
13441 (mi_output_solib_attribs): Use ui_out_emit_list,
13442 ui_out_emit_tuple.
13443 * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_list.
13444 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
13445 (mi_cmd_stack_list_args, list_args_or_locals): Use
13446 ui_out_emit_list.
13447 * disasm.c (do_assembly_only): Use ui_out_emit_list.
13448 * breakpoint.c (print_solib_event, output_thread_groups): Use
13449 ui_out_emit_list.
13450
13451 2017-04-22 Tom Tromey <tom@tromey.com>
13452
13453 * mi/mi-main.c (print_variable_or_computed): Use ui_out_emit_tuple.
13454 * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_tuple.
13455 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_out_emit_tuple.
13456
13457 2017-04-22 Tom Tromey <tom@tromey.com>
13458
13459 * tracepoint.c (tvariables_info_1)
13460 (print_one_static_tracepoint_marker): Use ui_out_emit_tuple.
13461
13462 2017-04-22 Tom Tromey <tom@tromey.com>
13463
13464 * stack.c (print_frame_arg): Use ui_out_emit_tuple,
13465 annotate_arg_emitter.
13466 * breakpoint.c (print_mention_watchpoint)
13467 (print_mention_masked_watchpoint): Use ui_out_emit_tuple.
13468 * annotate.h (struct annotate_arg_emitter): New.
13469
13470 2017-04-22 Tom Tromey <tom@tromey.com>
13471
13472 * record-btrace.c (record_btrace_insn_history)
13473 (record_btrace_insn_history_range, record_btrace_call_history)
13474 (record_btrace_call_history_range): Use ui_out_emit_tuple.
13475 * thread.c (do_captured_list_thread_ids, print_thread_info_1): Use
13476 ui_out_emit_tuple.
13477 * stack.c (print_frame_info): Use ui_out_emit_tuple.
13478 * solib.c (info_sharedlibrary_command): Use ui_out_emit_tuple.
13479 * skip.c (skip_info): Use ui_out_emit_tuple.
13480 * remote.c (show_remote_cmd): Use ui_out_emit_tuple.
13481 * progspace.c (print_program_space): Use ui_out_emit_tuple.
13482 * probe.c (info_probes_for_ops): Use ui_out_emit_tuple.
13483 * osdata.c (info_osdata): Use ui_out_emit_tuple.
13484 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
13485 ui_out_emit_tuple.
13486 * mi/mi-main.c (print_one_inferior, list_available_thread_groups)
13487 (output_register, mi_cmd_data_read_memory)
13488 (mi_cmd_data_read_memory_bytes, mi_load_progress)
13489 (mi_cmd_trace_frame_collected): Use ui_out_emit_tuple.
13490 * mi/mi-cmd-var.c (mi_cmd_var_list_children, varobj_update_one):
13491 Use ui_out_emit_tuple.
13492 * mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Use
13493 ui_out_emit_tuple.
13494 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
13495 (mi_cmd_info_gdb_mi_command): Use ui_out_emit_tuple.
13496 * linux-thread-db.c (info_auto_load_libthread_db): Use
13497 ui_out_emit_tuple.
13498 * inferior.c (print_inferior): Use ui_out_emit_tuple.
13499 * gdb_bfd.c (print_one_bfd): Use ui_out_emit_tuple.
13500 * disasm.c (do_mixed_source_and_assembly_deprecated)
13501 (do_mixed_source_and_assembly): Use ui_out_emit_tuple.
13502 * cp-abi.c (list_cp_abis): Use ui_out_emit_tuple.
13503 * cli/cli-setshow.c (cmd_show_list): Use ui_out_emit_tuple.
13504 * breakpoint.c (print_one_breakpoint_location)
13505 (print_one_breakpoint): Use ui_out_emit_tuple.
13506 * auto-load.c (print_script, info_auto_load_cmd): Use
13507 ui_out_emit_tuple.
13508 * ada-tasks.c (print_ada_task_info): Use ui_out_emit_tuple.
13509
13510 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
13511
13512 * thread.c (print_thread_info_1): Remove dead code.
13513
13514 2017-04-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13515
13516 * aarch64-tdep.c (selftests::aarch64_process_record_test): Make it #if
13517 GDB_SELF_TEST.
13518 * arm-tdep.c (selftests::arm_record_test): Likewise.
13519
13520 2017-04-21 Yao Qi <yao.qi@linaro.org>
13521
13522 * regcache.c (regcache_restore): Remove argument 2. Replace
13523 argument 3 with regcache. Get register status from
13524 src->register_status and get register contents from
13525 register_buffer (src, regnum).
13526 (regcache_cpy): Update.
13527
13528 2017-04-19 Pedro Alves <palves@redhat.com>
13529
13530 * gdbthread.h (thread): Add missing closing parenthesis in
13531 comment.
13532
13533 2017-04-19 Pedro Alves <palves@redhat.com>
13534
13535 * common/refcounted-object.h: New file.
13536 * gdbthread.h: Include "common/refcounted-object.h".
13537 (thread_info): Inherit from refcounted_object and add comments.
13538 (thread_info::incref, thread_info::decref)
13539 (thread_info::m_refcount): Delete.
13540 (thread_info::deletable): Use the refcounted_object::refcount()
13541 method.
13542 * inferior.c (current_inferior_): Add comment.
13543 (set_current_inferior): Increment/decrement refcounts.
13544 (prune_inferiors, remove_inferior_command): Skip inferiors marked
13545 not-deletable instead of comparing with the current inferior.
13546 (initialize_inferiors): Increment the initial inferior's refcount.
13547 * inferior.h (struct inferior): Forward declare.
13548 Include "common/refcounted-object.h".
13549 (current_inferior, set_current_inferior): Move declaration to
13550 before struct inferior's definition, and fix comment.
13551 (inferior): Inherit from refcounted_object. Add comments.
13552 * thread.c (switch_to_thread_no_regs): Reference the thread's
13553 inferior pointer directly instead of doing a ptid lookup.
13554 (switch_to_no_thread): New function.
13555 (switch_to_thread(thread_info *)): New function, factored out
13556 from ...
13557 (switch_to_thread(ptid_t)): ... this.
13558 (restore_current_thread): Delete.
13559 (current_thread_cleanup): Remove 'inf_id' and 'was_removable'
13560 fields, and add 'inf' field.
13561 (do_restore_current_thread_cleanup): Check whether old->inf is
13562 alive instead of looking up an inferior by ptid. Use
13563 switch_to_thread and switch_to_no_thread.
13564 (restore_current_thread_cleanup_dtor): Use old->inf directly
13565 instead of lookup up an inferior by id. Decref the inferior.
13566 Don't restore 'removable'.
13567 (make_cleanup_restore_current_thread): Same the inferior pointer
13568 in old, instead of the inferior number. Incref the inferior.
13569 Don't save/clear 'removable'.
13570
13571 2017-04-19 Pedro Alves <palves@redhat.com>
13572
13573 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13574 unittests/scoped_restore-selftests.c.
13575 (SUBDIR_UNITTESTS_OBS): Add scoped_restore-selftests.o.
13576 * common/scoped_restore.h (scoped_restore_base): Make "class".
13577 (scoped_restore_base::release): New public method.
13578 (scoped_restore_base::scoped_restore_base): New protected ctor.
13579 (scoped_restore_base::m_saved_var): New protected field.
13580 (scoped_restore_tmpl::scoped_restore_tmpl(T*)): Initialize the
13581 scoped_restore_base base class instead of m_saved_var directly.
13582 (scoped_restore_tmpl::scoped_restore_tmpl(T*, T2)): Likewise.
13583 (scoped_restore_tmpl::scoped_restore_tmpl(const
13584 scoped_restore_tmpl<T>&)): Likewise.
13585 (scoped_restore_tmpl::~scoped_restore_tmpl): Use the saved_var
13586 method.
13587 (scoped_restore_tmpl::saved_var): New method.
13588 (scoped_restore_tmpl::m_saved_var): Delete.
13589 * inferior.h (inferior::detaching): Now a bool.
13590 * infrun.c (prepare_for_detach): Use a scoped_restore instead of a
13591 cleanup.
13592 * unittests/scoped_restore-selftests.c: New file.
13593
13594 2017-04-19 Pedro Alves <palves@redhat.com>
13595
13596 * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS):
13597 Re-sort in alphabetic order.
13598
13599 2017-04-18 Pedro Alves <palves@redhat.com>
13600
13601 * xml-support.c (obstack_xml_printf): Delete.
13602 * xml-support.h (obstack_xml_printf): Delete.
13603
13604 2017-04-18 Pedro Alves <palves@redhat.com>
13605
13606 * xml-support.c (gdb_xml_parser) <use_dtd, dtd_name, parse,
13607 vdebug, verror, body_text, start_element, end_element, name,
13608 user_data, set_is_xinclude, set_error, expat_parser>: New methods.
13609 <name, user_data, expat_parser, scopes, error, last_line, dtd_name,
13610 is_xinclude>: Make private and add m_ prefix.
13611 (gdb_xml_parser::body_text): New method, based on ...
13612 (gdb_xml_body_text): ... this. Adjust.
13613 (gdb_xml_parser::vdebug): New method, based on ...
13614 (gdb_xml_debug): ... this. Adjust.
13615 (gdb_xml_parser::verror): New method, based on ...
13616 (gdb_xml_error): ... this. Adjust.
13617 (gdb_xml_parser::start_element): New method, based on ...
13618 (gdb_xml_start_element): ... this. Adjust.
13619 (gdb_xml_start_element_wrapper): Defer to
13620 gdb_xml_parser::start_element and gdb_xml_parser::set_error.
13621 (gdb_xml_parser::end_element): New method, based on ...
13622 (gdb_xml_end_element_wrapper): ... this. Adjust.
13623 (gdb_xml_parser::~gdb_xml_parser): Adjust.
13624 (gdb_xml_parser::gdb_xml_parser): Adjust to field renames.
13625 (gdb_xml_parser::use_dtd): New method, based on ...
13626 (gdb_xml_use_dtd): ... this. Adjust.
13627 (gdb_xml_parser::parse): New method, based on ...
13628 (gdb_xml_parse): ... this. Adjust.
13629 (gdb_xml_parse_quick): Adjust to call the parser's parse method.
13630 (xinclude_start_include): Adjust to call the parser's name method.
13631 (xml_xinclude_default, xml_xinclude_start_doctype)
13632 (xml_xinclude_end_doctype): Adjust to call the parser's user_data
13633 method.
13634 (xml_process_xincludes): Adjust to call parser methods.
13635 * xml-support.h (gdb_xml_use_dtd, gdb_xml_parse): Delete
13636 declarations.
13637
13638 2017-04-18 Pedro Alves <palves@redhat.com>
13639
13640 * tracefile-tfile.c (tfile_write_tdesc): Adjust to use
13641 gdb::optional<std::string>.
13642 * xml-support.c: Include <string>.
13643 (scope_level::scope_level(scope_level &&))
13644 (scope_level::~scope_level): Delete.
13645 (scope_level::body): Now a std::string.
13646 (gdb_xml_body_text, gdb_xml_end_element): Adjust.
13647 (xinclude_parsing_data::xinclude_parsing_data): Add 'output'
13648 parameter.
13649 (xinclude_parsing_data::~xinclude_parsing_data): Delete.
13650 (xinclude_parsing_data::output): Now a std::string reference.
13651 (xinclude_start_include): Adjust.
13652 (xml_xinclude_default): Adjust.
13653 (xml_process_xincludes): Add 'output' parameter, and return bool.
13654 * xml-support.h (xml_process_xincludes): Add 'output' parameter,
13655 and return bool.
13656 * xml-tdesc.c: Include <unordered_map> and <string>.
13657 (tdesc_xml_cache): Delete.
13658 (tdesc_xml_cache_s): Delete.
13659 (xml_cache): Now an std::unordered_map.
13660 (tdesc_parse_xml): Adjust to use std::string and unordered_map.
13661 (target_fetch_description_xml): Change return type to
13662 gdb::optional<std::string>, and adjust.
13663 * xml-tdesc.h: Include "common/gdb_optional.h" and <string>.
13664 (target_fetch_description_xml): Change return type to
13665 gdb::optional<std::string>.
13666
13667 2017-04-18 Pedro Alves <palves@redhat.com>
13668
13669 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13670 unittests/optional-selftests.c.
13671 (SUBDIR_UNITTESTS_OBS): Add optional-selftests.o.
13672 * unittests/optional-selftests.c: New file.
13673 * unittests/optional/assignment/1.cc: New file.
13674 * unittests/optional/assignment/2.cc: New file.
13675 * unittests/optional/assignment/3.cc: New file.
13676 * unittests/optional/assignment/4.cc: New file.
13677 * unittests/optional/assignment/5.cc: New file.
13678 * unittests/optional/assignment/6.cc: New file.
13679 * unittests/optional/assignment/7.cc: New file.
13680 * unittests/optional/cons/copy.cc: New file.
13681 * unittests/optional/cons/default.cc: New file.
13682 * unittests/optional/cons/move.cc: New file.
13683 * unittests/optional/cons/value.cc: New file.
13684 * unittests/optional/in_place.cc: New file.
13685 * unittests/optional/observers/1.cc: New file.
13686 * unittests/optional/observers/2.cc: New file.
13687
13688 2017-04-18 Pedro Alves <palves@redhat.com>
13689
13690 * common/gdb_optional.h: Include common/traits.h.
13691 (in_place_t): New type.
13692 (in_place): New constexpr variable.
13693 (optional::optional): Remove member initialization of
13694 m_instantiated.
13695 (optional::optional(in_place_t...)): New constructor.
13696 (optional::~optional): Use reset.
13697 (optional::optional(const optional&)): New.
13698 (optional::optional(const optional&&)): New.
13699 (optional::optional(T &)): New.
13700 (optional::optional(T &&)): New.
13701 (operator::operator=(const optional &)): New.
13702 (operator::operator=(optional &&)): New.
13703 (operator::operator= (const T &))
13704 (operator::operator= (T &&))
13705 (operator::emplace (Args &&... args)): Return a T&. Use reset.
13706 (operator::reset): New.
13707 (operator::m_instantiated):: Add in-class initializer.
13708 * common/traits.h: Include <type_traits>.
13709 (struct And): New types.
13710
13711 2017-04-18 Pedro Alves <palves@redhat.com>
13712
13713 * xml-support.c: Include <vector>.
13714 (scope_level::scope_level(const gdb_xml_element *))
13715 (scope_level::scope_level(scope_level&&)): New.
13716 (scope_level::~scope_level): New.
13717 (scope_level_s): Delete.
13718 (gdb_xml_parser::scopes): Now a std::vector.
13719 (gdb_xml_body_text, gdb_xml_start_element, gdb_xml_end_element):
13720 Use std::vector.
13721 (gdb_xml_parser::~gdb_xml_parser): Remove now unnecessary
13722 scope cleanup code.
13723 (gdb_xml_parser::gdb_xml_parser): Remove explicit initialization
13724 of the scopes member. Use std::vector::emplace_back.
13725
13726 2017-04-18 Pedro Alves <palves@redhat.com>
13727
13728 * xml-support.c (gdb_xml_parser): Add ctor/dtor. Make is_xinclude
13729 a bool.
13730 (gdb_xml_end_element): Change type of first parameter.
13731 (gdb_xml_cleanup): Rename to ...
13732 (gdb_xml_parser::~gdb_xml_parser): ... this.
13733 (gdb_xml_create_parser_and_cleanup): Delete with ...
13734 (gdb_xml_parser::gdb_xml_parser): ... creation parts factored out
13735 to this new ctor.
13736 (gdb_xml_parse_quick): Create a local gdb_xml_parser instead of
13737 using gdb_xml_create_parser_and_cleanup.
13738 (xinclude_parsing_data): Add ctor/dtor.
13739 (xml_xinclude_cleanup): Delete.
13740 (xml_process_xincludes): Create a local xinclude_parsing_data
13741 instead of heap-allocating one. Create a local gdb_xml_parser
13742 instead of heap-allocating one with
13743 gdb_xml_create_parser_and_cleanup.
13744
13745 2017-04-18 John Baldwin <jhb@FreeBSD.org>
13746
13747 PR threads/20743
13748 * fbsd-nat.c (resume_one_thread_cb): Remove.
13749 (resume_all_threads_cb): Remove.
13750 (fbsd_resume): Use ALL_NON_EXITED_THREADS instead of
13751 iterate_over_threads.
13752
13753 2017-04-17 Joel Brobecker <brobecker@adacore.com>
13754
13755 * NEWS: Create a new section for the next release branch.
13756 Rename the section of the current branch, now that it has
13757 been cut.
13758
13759 2017-04-17 Joel Brobecker <brobecker@adacore.com>
13760
13761 GDB 8.0 branch created (725bf5cf125783c2a7ca4ab63d3768e220bab2db):
13762 * version.in: Bump version to 8.0.50.DATE-git.
13763
13764 2017-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13765
13766 PR gdb/21385
13767 * windows-nat.c (windows_create_inferior): Declare 'allargs'
13768 independently of the host, and fix build breakage on Cygwin.
13769
13770 2017-04-13 Pedro Alves <palves@redhat.com>
13771
13772 * inferior.c (free_inferior): Convert to ...
13773 (inferior::~inferior): ... this dtor.
13774 (inferior::inferior): New ctor, factored out from ...
13775 (add_inferior_silent): ... here. Allocate the inferior with a new
13776 expression.
13777 (delete_inferior): Call delete instead of free_inferior.
13778 * inferior.h (gdb_environ, continuation): Forward declare.
13779 (inferior): Now a class. Add in-class initialization to all
13780 members. Make boolean fields bool, except 'detaching'.
13781 (inferior::inferior): New explicit ctor.
13782 (inferior::~inferior): New.
13783
13784 2017-04-13 Pedro Alves <palves@redhat.com>
13785
13786 * inferior.c (init_inferior_list): Delete.
13787 * inferior.h (init_inferior_list): Delete.
13788
13789 2017-04-13 Pedro Alves <palves@redhat.com>
13790
13791 PR threads/13217
13792 * gdb.threads/threadapply.exp (thr_apply_detach): New procedure.
13793 (top level): Call it twice, with different thread sets.
13794
13795 2017-04-13 Pedro Alves <palves@redhat.com>
13796
13797 * thread.c: Include <algorithm>.
13798 (thread_array_cleanup): Delete.
13799 (scoped_inc_dec_ref): New class.
13800 (live_threads_count): New function.
13801 (set_thread_refcount): Delete.
13802 (tp_array_compar_ascending): Now a bool.
13803 (tp_array_compar): Convert to a std::sort comparison function.
13804 (thread_apply_all_command): Use std::vector and scoped_inc_dec_ref
13805 and live_threads_count.
13806
13807 2017-04-13 Pedro Alves <palves@redhat.com>
13808
13809 * infrun.c (follow_fork_inferior): Also switch the current
13810 inferior.
13811
13812 2017-04-13 Pedro Alves <palves@redhat.com>
13813
13814 * breakpoint.c (watch_command_1): Save watchpoint-frame info
13815 before calling create_internal_breakpoint.
13816
13817 2017-04-13 Pedro Alves <palves@redhat.com>
13818
13819 * fork-child.c (execv_argv): New class.
13820 (breakup_args): Refactored as ...
13821 (execv_argv::init_for_no_shell): .. this method of execv_argv.
13822 Copy arguments to storage and replace separators with NULL
13823 terminators in place.
13824 (escape_bang_in_quoted_argument): Adjust to return bool.
13825 (execv_argv::execv_argv): New ctor.
13826 (execv_argv::init_for_shell): New method, factored out from
13827 fork_inferior. Don't strdup strings into the vector.
13828 (fork_inferior): Eliminate "shell" local and use execv_argv. Use
13829 Remove free_vector_argv call.
13830
13831 2017-04-13 Yao Qi <yao.qi@linaro.org>
13832
13833 * rx-tdep.c (rx_fpsw_type): Check tdep->rx_fpsw_type instead of
13834 tdep->rx_psw_type.
13835
13836 2017-04-13 Yao Qi <yao.qi@linaro.org>
13837
13838 * rl78-tdep.c (rl78_gdbarch_init): Use XCNEW instead of XNEW.
13839 * rx-tdep.c (rx_gdbarch_init): Likewise.
13840
13841 2017-04-13 Pedro Alves <palves@redhat.com>
13842
13843 * breakpoint.h (struct breakpoint): Reindent.
13844
13845 2017-04-13 Pedro Alves <palves@redhat.com>
13846
13847 * breakpoint.c (bp_location): Rename to ...
13848 (bp_locations): ... this. All references updated.
13849 (bp_location_count): Rename to ...
13850 (bp_locations_count): ... this. All references updated.
13851 (bp_location_placed_address_before_address_max): Rename to ...
13852 (bp_locations_placed_address_before_address_max): ... this. All
13853 references updated.
13854 (bp_location_shadow_len_after_address_max): Rename to ...
13855 (bp_locations_shadow_len_after_address_max): ... this. All
13856 references updated.
13857 (bp_location_compare_addrs): Rename to ...
13858 (bp_locations_compare_addrs): ... this. All references updated.
13859 (bp_location_compare):Rename to ...
13860 (bp_locations_compare): ... this. All references updated.
13861 (bp_location_target_extensions_update): Rename to ...
13862 (bp_locations_target_extensions_update): ... this. All references
13863 updated.
13864
13865 2017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
13866
13867 * Makefile.in (HFILES_NO_SRCDIR): Add "common/gdb_termios.h".
13868 * common/common.m4: Check headers 'termios.h', 'termio.h' and
13869 'sgtty.h'.
13870 * common/gdb_termios.h: New file, with parts of "terminal.h".
13871 * inflow.c: Include "gdb_termios.h".
13872 * ser-unix.c: Include "gdb_termios.h".
13873 * terminal.h: Move terminal-related defines to
13874 "common/gdb_termios.h".
13875
13876 2017-04-12 Tom Tromey <tom@tromey.com>
13877
13878 * probe.c (parse_probes): Update.
13879 * location.h (delete_event_location): Don't declare.
13880 (event_location_deleter::operator()): Update.
13881 * location.c (event_location_deleter::operator()): Rename from
13882 delete_event_location.
13883 * linespec.h (linespec_result) <location>: Change type to
13884 event_location_up.
13885 * linespec.c (canonicalize_linespec, event_location_to_sals)
13886 (decode_objc): Update.
13887 (linespec_result): Don't call delete_event_location.
13888 * breakpoint.c (create_breakpoints_sal)
13889 (bkpt_probe_create_sals_from_location)
13890 (strace_marker_create_sals_from_location): Update.
13891
13892 2017-04-12 Tom Tromey <tom@tromey.com>
13893
13894 * linespec.h (struct linespec_result): Add constructor and
13895 destructor.
13896 (init_linespec_result, destroy_linespec_result)
13897 (make_cleanup_destroy_linespec_result): Don't declare.
13898 * linespec.c (init_linespec_result): Remove.
13899 (linespec_result::~linespec_result): Rename from
13900 destroy_linespec_result. Update.
13901 (cleanup_linespec_result, make_cleanup_destroy_linespec_result):
13902 Remove.
13903 * breakpoint.c (create_breakpoint, break_range_command)
13904 (decode_location_default): Update.
13905 * ax-gdb.c (agent_command_1): Update.
13906
13907 2017-04-12 Tom Tromey <tom@tromey.com>
13908
13909 * remote.c (remote_download_tracepoint): Update.
13910 * python/py-breakpoint.c (bppy_get_location): Update.
13911 * guile/scm-breakpoint.c (bpscm_print_breakpoint_smob)
13912 (gdbscm_breakpoint_location): Update.
13913 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Update.
13914 * breakpoint.h (struct breakpoint) <location, location_range_end>:
13915 Change type to event_location_up.
13916 * breakpoint.c (create_overlay_event_breakpoint)
13917 (create_longjmp_master_breakpoint)
13918 (create_std_terminate_master_breakpoint)
13919 (create_exception_master_breakpoint)
13920 (breakpoint_event_location_empty_p, print_breakpoint_location)
13921 (print_one_breakpoint_location, create_thread_event_breakpoint)
13922 (init_breakpoint_sal, create_breakpoint)
13923 (print_recreate_ranged_breakpoint, break_range_command)
13924 (init_ada_exception_breakpoint, say_where): Update.
13925 (base_breakpoint_dtor): Don't call delete_event_location.
13926 (bkpt_print_recreate, tracepoint_print_recreate)
13927 (dprintf_print_recreate, update_static_tracepoint)
13928 (breakpoint_re_set_default): Update.
13929
13930 2017-04-12 Tom Tromey <tom@tromey.com>
13931
13932 * compile/compile-loc2c.c (compute_stack_depth_worker): Change
13933 type of "to_do". Update.
13934 (compute_stack_depth): Use std::vector.
13935
13936 2017-04-12 Tom Tromey <tom@tromey.com>
13937
13938 * printcmd.c (find_instruction_backward): Use std::vector.
13939
13940 2017-04-12 Tom Tromey <tom@tromey.com>
13941
13942 * symfile.c (objfilep): Remove typedef.
13943 (reread_symbols): Use a std::vector.
13944
13945 2017-04-12 Tom Tromey <tom@tromey.com>
13946
13947 * mi/mi-main.c (exec_direction_forward): Remove.
13948 (exec_reverse_continue, mi_execute_command): Use scoped_restore.
13949 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
13950 scoped_restore.
13951 * guile/guile.c (guile_repl_command, guile_command)
13952 (gdbscm_execute_gdb_command): Use scoped_restore.
13953 * go-exp.y (go_parse): Use scoped_restore.
13954 * d-exp.y (d_parse): Use scoped_restore.
13955 * cli/cli-decode.c (cmd_func): Use scoped_restore.
13956 * c-exp.y (c_parse): Use scoped_restore.
13957
13958 2017-04-12 Tom Tromey <tom@tromey.com>
13959
13960 * mi/mi-parse.h (struct mi_parse): Add constructor, destructor.
13961 (mi_parse): Update return type.
13962 (mi_parse_free): Remove.
13963 * mi/mi-parse.c (mi_parse::mi_parse): New constructor.
13964 (mi_parse::~mi_parse): Rename from mi_parse_free.
13965 (mi_parse_cleanup): Remove.
13966 (mi_parse): Return a unique_ptr. Use new.
13967 * mi/mi-main.c (mi_execute_command): Update.
13968
13969 2017-04-12 Tom Tromey <tom@tromey.com>
13970
13971 * location.c (explicit_location_lex_one): Return a
13972 unique_xmalloc_ptr.
13973 (string_to_explicit_location): Update. Remove cleanups.
13974
13975 2017-04-12 Tom Tromey <tom@tromey.com>
13976
13977 * gnu-v3-abi.c (value_and_voffset_p): Remove typedef.
13978 (compare_value_and_voffset): Change type. Update.
13979 (compute_vtable_size): Change type of "offset_vec".
13980 (gnuv3_print_vtable): Use std::vector. Remove cleanups.
13981 (gnuv3_get_typeid): Remove extraneous declaration.
13982
13983 2017-04-12 Tom Tromey <tom@tromey.com>
13984
13985 * charset.h (wchar_iterator): Fix comment.
13986
13987 2017-04-12 Tom Tromey <tom@tromey.com>
13988
13989 * charset.c (iconv_wrapper): New class.
13990 (cleanup_iconv): Remove.
13991 (convert_between_encodings): Use it.
13992
13993 2017-04-12 Tom Tromey <tom@tromey.com>
13994
13995 * symfile.h (increment_reading_symtab): Update type.
13996 * symfile.c (decrement_reading_symtab): Remove.
13997 (increment_reading_symtab): Return a scoped_restore_tmpl<int>.
13998 * psymtab.c (psymtab_to_symtab): Update.
13999 * dwarf2read.c (dw2_instantiate_symtab): Update.
14000
14001 2017-04-12 Tom Tromey <tom@tromey.com>
14002
14003 * jit.c (struct jit_reader): Declare separately. Add constructor
14004 and destructor. Change type of "handle".
14005 (loaded_jit_reader): Define separately.
14006 (jit_reader_load): Update. New "new".
14007 (jit_reader_unload_command): Use "delete".
14008 * gdb-dlfcn.h (struct dlclose_deleter): New.
14009 (gdb_dlhandle_up): New typedef.
14010 (gdb_dlopen, gdb_dlsym): Update types.
14011 (gdb_dlclose): Remove.
14012 * gdb-dlfcn.c (gdb_dlopen): Return a gdb_dlhandle_up.
14013 (gdb_dlsym): Change type of "handle".
14014 (make_cleanup_dlclose): Remove.
14015 (dlclose_deleter::operator()): Rename from gdb_dlclose.
14016 * compile/compile-c-support.c (load_libcc): Update.
14017
14018 2017-04-12 Tom Tromey <tom@tromey.com>
14019
14020 * symtab.h (find_pcs_for_symtab_line): Change return type.
14021 * symtab.c (find_pcs_for_symtab_line): Change return type.
14022 * python/py-linetable.c (build_line_table_tuple_from_pcs): Change
14023 type of "vec". Update.
14024 (ltpy_get_pcs_for_line): Update.
14025 * linespec.c (decode_digits_ordinary): Update.
14026
14027 2017-04-12 Tom Tromey <tom@tromey.com>
14028
14029 * tracepoint.c (actions_command): Update.
14030 * python/python.c (python_command, python_interactive_command):
14031 Update.
14032 * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
14033 * guile/guile.c (guile_command): Update.
14034 * defs.h (read_command_lines, read_command_lines_1): Return
14035 command_line_up.
14036 (command_lines_deleter): New struct.
14037 (command_line_up): New typedef.
14038 * compile/compile.c (compile_code_command)
14039 (compile_print_command): Update.
14040 * cli/cli-script.h (get_command_line, copy_command_lines): Return
14041 command_line_up.
14042 (make_cleanup_free_command_lines): Remove.
14043 * cli/cli-script.c (get_command_line, read_command_lines_1)
14044 (copy_command_lines): Return command_line_up.
14045 (while_command, if_command, read_command_lines, define_command)
14046 (document_command): Update.
14047 (do_free_command_lines_cleanup, make_cleanup_free_command_lines):
14048 Remove.
14049 * breakpoint.h (breakpoint_set_commands): Change type of
14050 "commands".
14051 * breakpoint.c (breakpoint_set_commands): Change type of
14052 "commands". Update.
14053 (do_map_commands_command, update_dprintf_command_list)
14054 (create_tracepoint_from_upload): Update.
14055
14056 2017-04-12 Tom Tromey <tom@tromey.com>
14057
14058 * tracepoint.c (scope_info): Update.
14059 * spu-tdep.c (spu_catch_start): Update.
14060 * python/python.c (gdbpy_decode_line): Update.
14061 * python/py-finishbreakpoint.c (bpfinishpy_init): Update.
14062 * python/py-breakpoint.c (bppy_init): Update.
14063 * probe.c (parse_probes): Update.
14064 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Update.
14065 * location.h (event_location_deleter): New struct.
14066 (event_location_up): New typedef.
14067 (new_linespec_location, new_address_location, new_probe_location)
14068 (new_explicit_location, copy_event_location)
14069 (string_to_event_location, string_to_event_location_basic)
14070 (string_to_explicit_location): Update return type.
14071 (make_cleanup_delete_event_location): Remove.
14072 * location.c (new_linespec_location, new_address_location)
14073 (new_probe_location, new_explicit_location, copy_event_location):
14074 Return event_location_up.
14075 (delete_event_location_cleanup)
14076 (make_cleanup_delete_event_location): Remove.
14077 (string_to_explicit_location, string_to_event_location_basic)
14078 (string_to_event_location): Return event_location_up.
14079 * linespec.c (canonicalize_linespec, event_location_to_sals)
14080 (decode_line_with_current_source)
14081 (decode_line_with_last_displayed, decode_objc): Update.
14082 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
14083 * completer.c (location_completer): Update.
14084 * cli/cli-cmds.c (edit_command, list_command): Update.
14085 * breakpoint.c (create_overlay_event_breakpoint)
14086 (create_longjmp_master_breakpoint)
14087 (create_std_terminate_master_breakpoint)
14088 (create_exception_master_breakpoint)
14089 (create_thread_event_breakpoint): Update.
14090 (init_breakpoint_sal): Update. Remove some dead code.
14091 (create_breakpoint_sal): Change type of "location". Update.
14092 (create_breakpoints_sal, create_breakpoint, break_command_1)
14093 (dprintf_command, break_range_command, until_break_command)
14094 (init_ada_exception_breakpoint)
14095 (strace_marker_create_sals_from_location)
14096 (update_static_tracepoint, trace_command, ftrace_command)
14097 (strace_command, create_tracepoint_from_upload): Update.
14098 * break-catch-throw.c (re_set_exception_catchpoint): Update.
14099 * ax-gdb.c (agent_command_1): Update.
14100
14101 2017-04-12 Pedro Alves <palves@redhat.com>
14102
14103 * Makefile.in (ALL_TARGET_OBS): Add i386-go32-tdep.o.
14104 * configure.tgt: Handle i[34567]86-*-go32* and
14105 i[34567]86-*-msdosdjgpp*.
14106 * i386-tdep.c (i386_svr4_reg_to_regnum):
14107 Make extern.
14108 (i386_go32_init_abi, i386_coff_osabi_sniffer): Moved to
14109 i386-go32-tdep.c.
14110 (_initialize_i386_tdep): DJGPP bits moved to i386-go32-tdep.c.
14111 * i386-go32-tdep.c: New file.
14112 * i386-tdep.h (tdesc_i386_mmx, i386_svr4_reg_to_regnum): New
14113 declarations.
14114
14115 2017-04-12 Simon Marchi <simon.marchi@ericsson.com>
14116
14117 * aix-thread.c (pd_status2str): Change return type to const char *.
14118
14119 2017-04-12 Pedro Alves <palves@redhat.com>
14120
14121 * i386-tdep.c (i386_elf_init_abi, i386_go32_init_abi): Remove
14122 calls to set_gdbarch_gnu_triplet_regexp.
14123
14124 2017-04-12 Pedro Alves <palves@redhat.com>
14125
14126 PR gdb/21323
14127 * c-lang.c (cplus_primitive_types) <cplus_primitive_type_wchar_t>:
14128 New enum value.
14129 (cplus_language_arch_info): Register cplus_primitive_type_wchar_t.
14130 * gdbtypes.h (struct builtin_type) <builtin_wchar>: New field.
14131 * gdbtypes.c (gdbtypes_post_init): Create the "wchar_t" type.
14132 * gdbarch.sh (wchar_bit, wchar_signed): New per-arch values.
14133 * gdbarch.h, gdbarch.c: Regenerate.
14134 * aarch64-tdep.c (aarch64_gdbarch_init): Override
14135 gdbarch_wchar_bit and gdbarch_wchar_signed.
14136 * alpha-tdep.c (alpha_gdbarch_init): Likewise.
14137 * arm-tdep.c (arm_gdbarch_init): Likewise.
14138 * avr-tdep.c (avr_gdbarch_init): Likewise.
14139 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
14140 * i386-nto-tdep.c (i386nto_init_abi): Likewise.
14141 * i386-tdep.c (i386_go32_init_abi): Likewise.
14142 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
14143 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
14144 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
14145 * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
14146 * sh-tdep.c (sh_gdbarch_init): Likewise.
14147 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
14148 * sparc64-tdep.c (sparc64_init_abi): Likewise.
14149 * windows-tdep.c (windows_init_abi): Likewise.
14150 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
14151
14152 2017-04-12 Pedro Alves <palves@redhat.com>
14153
14154 PR c++/21323
14155 * c-lang.c (cplus_primitive_types) <cplus_primitive_type_char16_t,
14156 cplus_primitive_type_char32_t>: New enum values.
14157 (cplus_language_arch_info): Register cplus_primitive_type_char16_t
14158 and cplus_primitive_type_char32_t.
14159 * dwarf2read.c (read_base_type) <DW_ATE_UTF>: If bit size is 16 or
14160 32, use the archtecture's built-in type for char16_t and char32_t,
14161 respectively. Otherwise, fallback to init_integer_type as before,
14162 but make the type unsigned, and issue a complaint.
14163 * gdbtypes.c (gdbtypes_post_init): Make char16_t and char32_t unsigned.
14164
14165 2017-04-12 Alan Hayward <alan.hayward@arm.com>
14166
14167 * m32r-tdep.c (M32R_ARG_REGISTER_SIZE): Added.
14168 (m32r_push_dummy_call): Use M32R_ARG_REGISTER_SIZE.
14169
14170 2017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
14171
14172 * windows-nat.c (windows_create_inferior): Declare 'toexec' as
14173 'const char *'.
14174
14175 2017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
14176
14177 * common/common-utils.c (free_vector_argv): New function.
14178 * common/common-utils.h: Include <vector>.
14179 (free_vector_argv): New prototype.
14180 * darwin-nat.c (darwin_create_inferior): Rewrite function
14181 prototype in order to constify "exec_file" and accept a
14182 "std::string" for "allargs".
14183 * fork-child.c: Include <vector>.
14184 (breakup_args): Rewrite function, using C++.
14185 (fork_inferior): Rewrite function header, constify "exec_file_arg"
14186 and accept "std::string" for "allargs". Update the code to
14187 calculate "argv" based on "allargs". Update calls to "exec_fun"
14188 and "execvp".
14189 * gnu-nat.c (gnu_create_inferior): Rewrite function prototype in
14190 order to constify "exec_file" and accept a "std::string" for
14191 "allargs".
14192 * go32-nat.c (go32_create_inferior): Likewise.
14193 * inf-ptrace.c (inf_ptrace_create_inferior): Likewise.
14194 * infcmd.c (run_command_1): Constify "exec_file". Use
14195 "std::string" for inferior arguments.
14196 * inferior.h (fork_inferior): Update prototype.
14197 * linux-nat.c (linux_nat_create_inferior): Rewrite function
14198 prototype in order to constify "exec_file" and accept a
14199 "std::string" for "allargs".
14200 * nto-procfs.c (procfs_create_inferior): Likewise.
14201 * procfs.c (procfs_create_inferior): Likewise.
14202 * remote-sim.c (gdbsim_create_inferior): Likewise.
14203 * remote.c (extended_remote_run): Update code to accept
14204 "std::string" as argument.
14205 (extended_remote_create_inferior): Rewrite function prototype in
14206 order to constify "exec_file" and accept a "std::string" for
14207 "allargs".
14208 * rs6000-nat.c (super_create_inferior): Likewise.
14209 (rs6000_create_inferior): Likewise.
14210 * target.h (struct target_ops) <to_create_inferior>: Likewise.
14211 * windows-nat.c (windows_create_inferior): Likewise.
14212
14213 2017-04-11 Pedro Alves <palves@redhat.com>
14214
14215 * thread.c: Fix whitespace throughout.
14216
14217 2017-04-11 Philipp Rudo <prudo@linux.vnet.ibm.com>
14218
14219 * linux-nat.c (linux_nat_detach): Remove delete_lwp call.
14220
14221 2017-04-11 Alan Hayward <alan.hayward@arm.com>
14222
14223 * arm-tdep.c (arm_store_return_value): Use FP_REGISTER_SIZE
14224
14225 2017-04-10 Sergio Durigan Junior <sergiodj@redhat.com>
14226
14227 PR gdb/21364
14228 * osdata.c (info_osdata): Check if 'type' is an empty string
14229 instead of NULL.
14230
14231 2017-04-10 Pedro Alves <palves@redhat.com>
14232
14233 * thread.c (add_thread_silent, delete_thread_1, find_thread_ptid)
14234 (ptid_to_global_thread_id, in_thread_list)
14235 (do_captured_list_thread_ids, set_resumed, set_running)
14236 (set_executing, set_stop_requested, finish_thread_state)
14237 (validate_registers_access, can_access_registers_ptid)
14238 (print_thread_info_1, switch_to_thread)
14239 (do_restore_current_thread_cleanup)
14240 (make_cleanup_restore_current_thread, thread_command)
14241 (thread_name_command): Use operator== instead of ptid_equal.
14242
14243 2017-04-10 Pedro Alves <palves@redhat.com>
14244
14245 * thread.c (struct current_thread_cleanup) <next>: Delete field.
14246 (current_thread_cleanup_chain): Delete.
14247 (restore_current_thread_cleanup_dtor)
14248 (make_cleanup_restore_current_thread): Remove references to
14249 current_thread_cleanup_chain.
14250
14251 2017-04-10 Alan Hayward <alan.hayward@arm.com>
14252
14253 * msp430-tdep.c (msp430_pseudo_register_read): Never return
14254 REG_UNKNOWN.
14255
14256 2017-04-10 Yao Qi <yao.qi@linaro.org>
14257
14258 PR gdb/19942
14259 * gdbthread.h (thread_info::deletable): New method.
14260 (thread_info::incref): New method.
14261 (thread_info::decref): New method.
14262 (thread_info::refcount): Move it to private.
14263 * infrun.c (save_stop_context): Call inc_refcount.
14264 (release_stop_context_cleanup): Likewise.
14265 * thread.c (set_thread_exited): New function.
14266 (init_thread_list): Delete "tp" only it is deletable, otherwise
14267 call set_thread_exited.
14268 (delete_thread_1): Call set_thread_exited.
14269 (current_thread_cleanup) <inferior_pid>: Remove.
14270 <thread>: New field.
14271 (restore_current_thread_ptid_changed): Removed.
14272 (do_restore_current_thread_cleanup): Adjust.
14273 (restore_current_thread_cleanup_dtor): Don't call
14274 find_thread_ptid.
14275 (set_thread_refcount): Use dec_refcount.
14276 (make_cleanup_restore_current_thread): Adjust.
14277 (thread_apply_all_command): Call inc_refcount.
14278 (_initialize_thread): Don't call
14279 observer_attach_thread_ptid_changed.
14280
14281 2017-04-10 Yao Qi <yao.qi@linaro.org>
14282
14283 * thread.c (delete_thread_1): Hoist code on marking thread as
14284 exited.
14285
14286 2017-04-09 Simon Marchi <simon.marchi@polymtl.ca>
14287
14288 * windows-nat.c (windows_detach): Initialize ptid with
14289 minus_one_ptid.
14290
14291 2017-04-07 Simon Marchi <simon.marchi@ericsson.com>
14292
14293 * unittests/ptid-selftests.c: Fix erroneous assert messages.
14294
14295 2017-04-07 Alan Hayward <alan.hayward@arm.com>
14296
14297 * bfin-tdep.c (BFIN_MAX_REGISTER_SIZE): Add.
14298 (bfin_pseudo_register_read): Use BFIN_MAX_REGISTER_SIZE.
14299 (bfin_pseudo_register_write): Likewise
14300
14301 2017-04-06 Simon Marchi <simon.marchi@ericsson.com>
14302
14303 * common/ptid.h (struct ptid): Change to...
14304 (class ptid_t): ... this.
14305 <ptid_t>: New constructors.
14306 <pid, lwp_p, lwp, tid_p, tid, is_pid, operator==, operator!=,
14307 matches>: New methods.
14308 <make_null, make_minus_one>: New static methods.
14309 <pid>: Rename to...
14310 <m_pid>: ...this.
14311 <lwp>: Rename to...
14312 <m_lwp>: ...this.
14313 <tid>: Rename to...
14314 <m_tid>: ...this.
14315 (ptid_build, ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
14316 ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match): Take ptid arguments
14317 as references, move comment to class ptid_t.
14318 * common/ptid.c (null_ptid, minus_one_ptid): Initialize with
14319 ptid_t static methods.
14320 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_tid,
14321 ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match):
14322 Take ptid arguments as references, implement using ptid_t methods.
14323 * unittests/ptid-selftests.c: New file.
14324 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14325 unittests/ptid-selftests.c.
14326 (SUBDIR_UNITTESTS_OBS): Add unittests/ptid-selftests.o.
14327
14328 2017-04-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
14329
14330 * python/python.c (python_run_simple_file): Cast mode literal to
14331 non-const char pointer as expected by PyFile_FromString.
14332
14333 2017-04-05 Simon Marchi <simon.marchi@ericsson.com>
14334
14335 * common/ptid.c (ptid_lwp_p, ptid_tid_p): Remove comparison with
14336 minus_one_ptid and null_ptid.
14337
14338 2017-04-05 Pedro Alves <palves@redhat.com>
14339
14340 * warning.m4 (build_warnings): Remove -Wno-write-strings.
14341 * configure: Regenerate.
14342
14343 2017-04-05 Pedro Alves <palves@redhat.com>
14344
14345 * ada-exp.y (yyerror): Constify.
14346 * ada-lang.c (bound_name, get_selections)
14347 (ada_variant_discrim_type)
14348 (ada_variant_discrim_name, ada_value_struct_elt)
14349 (ada_lookup_struct_elt_type, is_unchecked_variant)
14350 (ada_which_variant_applies, standard_exc, ada_get_next_arg)
14351 (catch_ada_exception_command_split)
14352 (catch_ada_assert_command_split, catch_assert_command)
14353 (ada_op_name): Constify.
14354 * ada-lang.h (ada_yyerror, get_selections)
14355 (ada_variant_discrim_name, ada_value_struct_elt): Constify.
14356 * arc-tdep.c (arc_print_frame_cache): Constify.
14357 * arm-tdep.c (arm_skip_stub): Constify.
14358 * ax-gdb.c (gen_binop, gen_struct_ref_recursive, gen_struct_ref)
14359 (gen_aggregate_elt_ref): Constify.
14360 * bcache.c (print_bcache_statistics): Constify.
14361 * bcache.h (print_bcache_statistics): Constify.
14362 * break-catch-throw.c (catch_exception_command_1):
14363 * breakpoint.c (struct ep_type_description::description):
14364 Constify.
14365 (add_solib_catchpoint): Constify.
14366 (catch_fork_command_1): Add cast.
14367 (add_catch_command): Constify.
14368 * breakpoint.h (add_catch_command, add_solib_catchpoint):
14369 Constify.
14370 * bsd-uthread.c (bsd_uthread_state): Constify.
14371 * buildsym.c (patch_subfile_names): Constify.
14372 * buildsym.h (next_symbol_text_func, patch_subfile_names):
14373 Constify.
14374 * c-exp.y (yyerror): Constify.
14375 (token::oper): Constify.
14376 * c-lang.h (c_yyerror, cp_print_class_member): Constify.
14377 * c-varobj.c (cplus_describe_child): Constify.
14378 * charset.c (find_charset_names): Add cast.
14379 (find_charset_names): Constify array and add const_cast.
14380 * cli/cli-cmds.c (complete_command, cd_command): Constify.
14381 (edit_command): Constify.
14382 * cli/cli-decode.c (lookup_cmd): Constify.
14383 * cli/cli-dump.c (dump_memory_command, dump_value_command):
14384 Constify.
14385 (struct dump_context): Constify.
14386 (add_dump_command, restore_command): Constify.
14387 * cli/cli-script.c (get_command_line): Constify.
14388 * cli/cli-script.h (get_command_line): Constify.
14389 * cli/cli-utils.c (check_for_argument): Constify.
14390 * cli/cli-utils.h (check_for_argument): Constify.
14391 * coff-pe-read.c (struct read_pe_section_data): Constify.
14392 * command.h (lookup_cmd): Constify.
14393 * common/print-utils.c (decimal2str): Constify.
14394 * completer.c (gdb_print_filename): Constify.
14395 * corefile.c (set_gnutarget): Constify.
14396 * cp-name-parser.y (yyerror): Constify.
14397 * cp-valprint.c (cp_print_class_member): Constify.
14398 * cris-tdep.c (cris_register_name, crisv32_register_name):
14399 Constify.
14400 * d-exp.y (yyerror): Constify.
14401 (struct token::oper): Constify.
14402 * d-lang.h (d_yyerror): Constify.
14403 * dbxread.c (struct header_file_location::name): Constify.
14404 (add_old_header_file, add_new_header_file, last_function_name)
14405 (dbx_next_symbol_text, add_bincl_to_list)
14406 (find_corresponding_bincl_psymtab, set_namestring)
14407 (find_stab_function_addr, read_dbx_symtab, start_psymtab)
14408 (dbx_end_psymtab, read_ofile_symtab, process_one_symbol):
14409 * defs.h (command_line_input, print_address_symbolic)
14410 (deprecated_readline_begin_hook): Constify.
14411 * dwarf2read.c (anonymous_struct_prefix, dwarf_bool_name):
14412 Constify.
14413 * event-top.c (handle_line_of_input): Constify and add cast.
14414 * exceptions.c (catch_errors): Constify.
14415 * exceptions.h (catch_errors): Constify.
14416 * expprint.c (print_subexp_standard, op_string, op_name)
14417 (op_name_standard, dump_raw_expression, dump_raw_expression):
14418 * expression.h (op_name, op_string, dump_raw_expression):
14419 Constify.
14420 * f-exp.y (yyerror): Constify.
14421 (struct token::oper): Constify.
14422 (struct f77_boolean_val::name): Constify.
14423 * f-lang.c (f_word_break_characters): Constify.
14424 * f-lang.h (f_yyerror): Constify.
14425 * fork-child.c (fork_inferior): Add cast.
14426 * frv-tdep.c (struct gdbarch_tdep::register_names): Constify.
14427 (new_variant): Constify.
14428 * gdbarch.sh (pstring_ptr, pstring_list): Constify.
14429 * gdbarch.c: Regenerate.
14430 * gdbcore.h (set_gnutarget): Constify.
14431 * go-exp.y (yyerror): Constify.
14432 (token::oper): Constify.
14433 * go-lang.h (go_yyerror): Constify.
14434 * go32-nat.c (go32_sysinfo): Constify.
14435 * guile/scm-breakpoint.c (gdbscm_breakpoint_expression): Constify.
14436 * guile/scm-cmd.c (cmdscm_function): Constify.
14437 * guile/scm-param.c (pascm_param_value): Constify.
14438 * h8300-tdep.c (h8300_register_name, h8300s_register_name)
14439 (h8300sx_register_name): Constify.
14440 * hppa-tdep.c (hppa32_register_name, hppa64_register_name):
14441 Constify.
14442 * ia64-tdep.c (ia64_register_names): Constify.
14443 * infcmd.c (construct_inferior_arguments): Constify.
14444 (path_command, attach_post_wait): Constify.
14445 * language.c (show_range_command, show_case_command)
14446 (unk_lang_error): Constify.
14447 * language.h (language_defn::la_error)
14448 (language_defn::la_name_of_this): Constify.
14449 * linespec.c (decode_line_2): Constify.
14450 * linux-thread-db.c (thread_db_err_str): Constify.
14451 * lm32-tdep.c (lm32_register_name): Constify.
14452 * m2-exp.y (yyerror): Constify.
14453 * m2-lang.h (m2_yyerror): Constify.
14454 * m32r-tdep.c (m32r_register_names): Constify and make static.
14455 * m68hc11-tdep.c (m68hc11_register_names): Constify.
14456 * m88k-tdep.c (m88k_register_name): Constify.
14457 * macroexp.c (appendmem): Constify.
14458 * mdebugread.c (fdr_name, add_data_symbol, parse_type)
14459 (upgrade_type, parse_external, parse_partial_symbols)
14460 (mdebug_next_symbol_text, cross_ref, mylookup_symbol, new_psymtab)
14461 (new_symbol): Constify.
14462 * memattr.c (mem_info_command): Constify.
14463 * mep-tdep.c (register_name_from_keyword): Constify.
14464 * mi/mi-cmd-env.c (mi_cmd_env_path, _initialize_mi_cmd_env):
14465 Constify.
14466 * mi/mi-cmd-stack.c (list_args_or_locals): Constify.
14467 * mi/mi-cmd-var.c (mi_cmd_var_show_attributes): Constify.
14468 * mi/mi-main.c (captured_mi_execute_command): Constify and add
14469 cast.
14470 (mi_execute_async_cli_command): Constify.
14471 * mips-tdep.c (mips_register_name): Constify.
14472 * mn10300-tdep.c (register_name, mn10300_generic_register_name)
14473 (am33_register_name, am33_2_register_name)
14474 * moxie-tdep.c (moxie_register_names): Constify.
14475 * nat/linux-osdata.c (osdata_type): Constify fields.
14476 * nto-tdep.c (nto_parse_redirection): Constify.
14477 * objc-lang.c (lookup_struct_typedef, lookup_objc_class)
14478 (lookup_child_selector): Constify.
14479 (objc_methcall::name): Constify.
14480 * objc-lang.h (lookup_objc_class, lookup_child_selector)
14481 (lookup_struct_typedef): Constify.
14482 * objfiles.c (pc_in_section): Constify.
14483 * objfiles.h (pc_in_section): Constify.
14484 * p-exp.y (struct token::oper): Constify.
14485 (yyerror): Constify.
14486 * p-lang.h (pascal_yyerror): Constify.
14487 * parser-defs.h (op_name_standard): Constify.
14488 (op_print::string): Constify.
14489 (exp_descriptor::op_name): Constify.
14490 * printcmd.c (print_address_symbolic): Constify.
14491 * psymtab.c (print_partial_symbols): Constify.
14492 * python/py-breakpoint.c (stop_func): Constify.
14493 (bppy_get_expression): Constify.
14494 * python/py-cmd.c (cmdpy_completer::name): Constify.
14495 (cmdpy_function): Constify.
14496 * python/py-event.c (evpy_add_attribute)
14497 (gdbpy_initialize_event_generic): Constify.
14498 * python/py-event.h (evpy_add_attribute)
14499 (gdbpy_initialize_event_generic): Constify.
14500 * python/py-evts.c (add_new_registry): Constify.
14501 * python/py-finishbreakpoint.c (outofscope_func): Constify.
14502 * python/py-framefilter.c (get_py_iter_from_func): Constify.
14503 * python/py-inferior.c (get_buffer): Add cast.
14504 * python/py-param.c (parm_constant::name): Constify.
14505 * python/py-unwind.c (fprint_frame_id): Constify.
14506 * python/python.c (gdbpy_parameter_value): Constify.
14507 * remote-fileio.c (remote_fio_func_map): Make 'name' const.
14508 * remote.c (memory_packet_config::name): Constify.
14509 (show_packet_config_cmd, remote_write_bytes)
14510 (remote_buffer_add_string):
14511 * reverse.c (exec_reverse_once): Constify.
14512 * rs6000-tdep.c (variant::name, variant::description): Constify.
14513 * rust-exp.y (rustyyerror): Constify.
14514 * rust-lang.c (rust_op_name): Constify.
14515 * rust-lang.h (rustyyerror): Constify.
14516 * serial.h (serial_ops::name): Constify.
14517 * sh-tdep.c (sh_sh_register_name, sh_sh3_register_name)
14518 (sh_sh3e_register_name, sh_sh2e_register_name)
14519 (sh_sh2a_register_name, sh_sh2a_nofpu_register_name)
14520 (sh_sh_dsp_register_name, sh_sh3_dsp_register_name)
14521 (sh_sh4_register_name, sh_sh4_nofpu_register_name)
14522 (sh_sh4al_dsp_register_name): Constify.
14523 * sh64-tdep.c (sh64_register_name): Constify.
14524 * solib-darwin.c (lookup_symbol_from_bfd): Constify.
14525 * spu-tdep.c (spu_register_name, info_spu_dma_cmdlist): Constify.
14526 * stabsread.c (patch_block_stabs, read_type_number)
14527 (ref_map::stabs, ref_add, process_reference)
14528 (symbol_reference_defined, define_symbol, define_symbol)
14529 (error_type, read_type, read_member_functions, read_cpp_abbrev)
14530 (read_one_struct_field, read_struct_fields, read_baseclasses)
14531 (read_tilde_fields, read_struct_type, read_array_type)
14532 (read_enum_type, read_sun_builtin_type, read_sun_floating_type)
14533 (read_huge_number, read_range_type, read_args, common_block_start)
14534 (find_name_end): Constify.
14535 * stabsread.h (common_block_start, define_symbol)
14536 (process_one_symbol, symbol_reference_defined, ref_add):
14537 * symfile.c (get_section_index, add_symbol_file_command):
14538 * symfile.h (get_section_index): Constify.
14539 * target-descriptions.c (tdesc_type::name): Constify.
14540 (tdesc_free_type): Add cast.
14541 * target.c (find_default_run_target):
14542 (add_deprecated_target_alias, find_default_run_target)
14543 (target_announce_detach): Constify.
14544 (do_option): Constify.
14545 * target.h (add_deprecated_target_alias): Constify.
14546 * thread.c (print_thread_info_1): Constify.
14547 * top.c (deprecated_readline_begin_hook, command_line_input):
14548 Constify.
14549 (init_main): Add casts.
14550 * top.h (handle_line_of_input): Constify.
14551 * tracefile-tfile.c (tfile_write_uploaded_tsv): Constify.
14552 * tracepoint.c (tvariables_info_1, trace_status_mi): Constify.
14553 (tfind_command): Rename to ...
14554 (tfind_command_1): ... this and constify.
14555 (tfind_command): New function.
14556 (tfind_end_command, tfind_start_command): Adjust.
14557 (encode_source_string): Constify.
14558 * tracepoint.h (encode_source_string): Constify.
14559 * tui/tui-data.c (tui_partial_win_by_name): Constify.
14560 * tui/tui-data.h (tui_partial_win_by_name): Constify.
14561 * tui/tui-source.c (tui_set_source_content_nil): Constify.
14562 * tui/tui-source.h (tui_set_source_content_nil): Constify.
14563 * tui/tui-win.c (parse_scrolling_args): Constify.
14564 * tui/tui-windata.c (tui_erase_data_content): Constify.
14565 * tui/tui-windata.h (tui_erase_data_content): Constify.
14566 * tui/tui-winsource.c (tui_erase_source_content): Constify.
14567 * tui/tui.c (tui_enable): Add cast.
14568 * utils.c (defaulted_query): Constify.
14569 (init_page_info): Add cast.
14570 (puts_debug, subset_compare): Constify.
14571 * utils.h (subset_compare): Constify.
14572 * varobj.c (varobj_format_string): Constify.
14573 * varobj.h (varobj_format_string): Constify.
14574 * vax-tdep.c (vax_register_name): Constify.
14575 * windows-nat.c (windows_detach): Constify.
14576 * xcoffread.c (process_linenos, xcoff_next_symbol_text): Constify.
14577 * xml-support.c (gdb_xml_end_element): Constify.
14578 * xml-tdesc.c (tdesc_start_reg): Constify.
14579 * xstormy16-tdep.c (xstormy16_register_name): Constify.
14580 * xtensa-tdep.c (xtensa_find_register_by_name): Constify.
14581 * xtensa-tdep.h (xtensa_register_t::name): Constify.
14582
14583 2017-04-05 Pedro Alves <palves@redhat.com>
14584
14585 * proc-api.c (struct trans): Constify.
14586 (procfs_note): Constify.
14587 * proc-events.c (struct trans, syscall_table):
14588 * proc-flags.c (struct trans): Constify.
14589 * proc-utils.h (procfs_note): Constify.
14590 * proc-why.c (struct trans): Constify.
14591 * procfs.c (dead_procinfo, find_syscall, proc_warn, proc_error)
14592 (procfs_detach): Constify.
14593 * sol-thread.c (struct string_map): Constify.
14594 (td_err_string, td_state_string): Constify.
14595
14596 2017-04-05 Pedro Alves <palves@redhat.com>
14597
14598 * proc-api.c (procfs_filename): Don't initialize
14599 procfs_filename.
14600 (prepare_to_trace): Assume procfs_filename is non-NULL.
14601 (_initialize_proc_api): Give procfs_filename a default value here.
14602
14603 2017-04-05 Pedro Alves <palves@redhat.com>
14604
14605 * break-catch-throw.c (handle_gnu_v3_exceptions): Constify
14606 'cond_string' parameter.
14607 (extract_exception_regexp): Constify 'string' parameter.
14608 (catch_exception_command_1): Constify.
14609 * breakpoint.c (init_catchpoint)
14610 (create_fork_vfork_event_catchpoint): Constify 'cond_string'
14611 parameter.
14612 (ep_parse_optional_if_clause, catch_fork_command_1)
14613 (catch_exec_command_1): Constify.
14614 * breakpoint.h (init_catchpoint): Constify 'cond_string'
14615 parameter.
14616 (ep_parse_optional_if_clause): Constify.
14617 * cli/cli-utils.c (remove_trailing_whitespace)
14618 (check_for_argument): Constify.
14619 * cli/cli-utils.h (remove_trailing_whitespace): Constify and add
14620 non-const overload.
14621 (check_for_argument): Likewise.
14622
14623 2017-04-05 Pedro Alves <palves@redhat.com>
14624
14625 * event-top.c (command_line_handler): Add cast to execute_command
14626 call.
14627 * record-btrace.c (cmd_record_btrace_bts_start)
14628 (cmd_record_btrace_pt_start, cmd_record_btrace_start)
14629 (cmd_record_btrace_start): Add cast to execute_command call.
14630 * record-full.c (record_full_goto_insn):
14631 * record.c (record_start, record_stop): Add cast to
14632 execute_command_to_string calls.
14633 (cmd_record_start): Add cast to execute_command calls.
14634
14635 2017-04-05 Pedro Alves <palves@redhat.com>
14636
14637 * python/python-internal.h (gdb_PyArg_ParseTupleAndKeywords): New
14638 static inline function.
14639 * python/py-arch.c (archpy_disassemble): Constify 'keywords'
14640 array and use gdb_PyArg_ParseTupleAndKeywords.
14641 * python/py-cmd.c (cmdpy_init): Likewise.
14642 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
14643 * python/py-inferior.c (infpy_read_memory, infpy_write_memory)
14644 (infpy_search_memory): Likewise.
14645 * python/py-objfile.c (objfpy_add_separate_debug_file)
14646 (gdbpy_lookup_objfile): Likewise.
14647 * python/py-symbol.c (gdbpy_lookup_symbol)
14648 (gdbpy_lookup_global_symbol): Likewise.
14649 * python/py-type.c (gdbpy_lookup_type): Likewise.
14650 * python/py-value.c (valpy_lazy_string, valpy_string): Likewise.
14651 * python/python.c (execute_gdb_command, gdbpy_write, gdbpy_flush):
14652 Likewise.
14653
14654 2017-04-05 Pedro Alves <palves@redhat.com>
14655
14656 * python/python-internal.h (gdb_PyGetSetDef): New type.
14657 * python/py-block.c (block_object_getset)
14658 (breakpoint_object_getset): Now a gdb_PyGetSetDef array.
14659 * python/py-event.c (event_object_getset)
14660 (finish_breakpoint_object_getset): Likewise.
14661 * python/py-inferior.c (inferior_object_getset): Likewise.
14662 * python/py-infthread.c (thread_object_getset): Likewise.
14663 * python/py-lazy-string.c (lazy_string_object_getset): Likewise.
14664 * python/py-linetable.c (linetable_entry_object_getset): Likewise.
14665 * python/py-objfile.c (objfile_getset): Likewise.
14666 * python/py-progspace.c (pspace_getset): Likewise.
14667 * python/py-record-btrace.c (btpy_insn_getset, btpy_call_getset):
14668 Likewise.
14669 * python/py-record.c (recpy_record_getset): Likewise.
14670 * python/py-symbol.c (symbol_object_getset): Likewise.
14671 * python/py-symtab.c (symtab_object_getset, sal_object_getset):
14672 Likewise.
14673 * python/py-type.c (type_object_getset, field_object_getset):
14674 Likewise.
14675 * python/py-value.c (value_object_getset): Likewise.
14676
14677 2017-04-05 Pedro Alves <palves@redhat.com>
14678
14679 * python/python-internal.h (gdb_PyObject_CallMethod)
14680 (gdb_PyErr_NewException, gdb_PySys_GetObject, gdb_PySys_SetPath):
14681 New functions.
14682 (GDB_PYSYS_SETPATH_CHAR, PyObject_CallMethod, PyErr_NewException)
14683 (PySys_GetObject, PySys_SetPath): New macros.
14684
14685 2017-04-05 Pedro Alves <palves@redhat.com>
14686
14687 * mi/mi-cmd-info.c (mi_cmd_info_os): Call info_osdata instead of
14688 info_osdata_command.
14689 * osdata.c (info_osdata_command): Rename to ...
14690 (info_osdata): ... this. Constify 'type' parameter, and remove
14691 the 'from_tty' parameter. Accept NULL TYPE.
14692 (info_osdata_command): New function.
14693 * osdata.h (info_osdata_command): Remove declaration.
14694 (info_osdata): New declaration.
14695
14696 2017-04-05 Pedro Alves <palves@redhat.com>
14697
14698 * mi/mi-cmd-break.c (mi_cmd_break_insert_1, mi_cmd_break_insert)
14699 (mi_cmd_dprintf_insert, mi_cmd_break_passcount)
14700 (mi_cmd_break_watch, mi_cmd_break_commands): Constify 'command'
14701 parameter.
14702 * mi/mi-cmd-catch.c (mi_cmd_catch_assert, mi_cmd_catch_exception)
14703 (mi_cmd_catch_load, mi_cmd_catch_unload): Constify cmd' parameter.
14704 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Constify 'command'
14705 parameter.
14706 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_cd, mi_cmd_env_path)
14707 (mi_cmd_env_dir, mi_cmd_inferior_tty_set, _cmd_inferior_tty_show)
14708 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
14709 (mi_cmd_file_list_exec_source_files)
14710 (mi_cmd_file_list_shared_libraries): Constify 'command' parameter.
14711 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
14712 (mi_cmd_info_gdb_mi_command, mi_cmd_info_os): Constify 'command'
14713 parameter.
14714 * mi/mi-cmd-stack.c (mi_cmd_enable_frame_filters)
14715 (mi_cmd_stack_list_frames, mi_cmd_stack_info_depth)
14716 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
14717 (mi_cmd_stack_list_variables, mi_cmd_stack_select_frame)
14718 (mi_cmd_stack_info_frame): Constify 'command' parameter.
14719 * mi/mi-cmd-target.c (mi_cmd_target_file_get)
14720 (mi_cmd_target_file_put, mi_cmd_target_file_delete): Constify
14721 'command' parameter.
14722 * mi/mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete)
14723 (mi_cmd_var_set_format, mi_cmd_var_set_visualizer)
14724 (mi_cmd_var_set_frozen, mi_cmd_var_show_format)
14725 (mi_cmd_var_info_num_children, mi_cmd_var_list_children)
14726 (mi_cmd_var_info_type, mi_cmd_var_info_path_expression)
14727 (mi_cmd_var_info_expression, mi_cmd_var_show_attributes)
14728 (mi_cmd_var_evaluate_expression, mi_cmd_var_assign)
14729 (mi_cmd_var_update, mi_cmd_enable_pretty_printing)
14730 (mi_cmd_var_set_update_range): Constify 'command' parameter.
14731 * mi/mi-cmds.h (mi_cmd_argv_ftype): Constify 'command' parameter.
14732 * mi/mi-interp.c (mi_cmd_interpreter_exec): Constify 'command'
14733 parameter.
14734 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_next)
14735 (mi_cmd_exec_next_instruction, mi_cmd_exec_step)
14736 (mi_cmd_exec_step_instruction, mi_cmd_exec_finish)
14737 (mi_cmd_exec_return ,mi_cmd_exec_jump, mi_cmd_exec_continue)
14738 (mi_cmd_exec_interrupt, mi_cmd_exec_run, mi_cmd_target_detach)
14739 (mi_cmd_target_flash_erase, mi_cmd_thread_select)
14740 (mi_cmd_thread_list_ids, mi_cmd_thread_info)
14741 (mi_cmd_list_thread_groups, mi_cmd_data_list_register_names)
14742 (mi_cmd_data_list_changed_registers)
14743 (mi_cmd_data_write_register_values)
14744 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
14745 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory)
14746 (mi_cmd_data_write_memory_bytes, mi_cmd_enable_timings)
14747 (mi_cmd_list_features, mi_cmd_list_target_features)
14748 (mi_cmd_add_inferior, mi_cmd_remove_inferior)
14749 (mi_cmd_trace_define_variable, mi_cmd_trace_list_variables)
14750 (mi_cmd_trace_find, mi_cmd_trace_save, mi_cmd_trace_start)
14751 (mi_cmd_trace_status, mi_cmd_trace_stop, mi_cmd_ada_task_info)
14752 (mi_cmd_trace_frame_collected): Constify 'command'
14753 parameter.
14754 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Constify
14755 'command' parameter.
14756
14757 2017-04-05 Pedro Alves <palves@redhat.com>
14758
14759 * ada-lang.c (ada_completer_word_break_characters): Now a const
14760 array.
14761 (ada_get_gdb_completer_word_break_characters): Constify.
14762 * completer.c (gdb_completer_command_word_break_characters)
14763 (gdb_completer_file_name_break_characters)
14764 (gdb_completer_quote_characters): Now const arrays.
14765 (get_gdb_completer_quote_characters): Constify.
14766 (set_rl_completer_word_break_characters): New function.
14767 (set_gdb_completion_word_break_characters)
14768 (complete_line_internal): Use it.
14769 * completer.h (get_gdb_completer_quote_characters): Constify.
14770 (set_rl_completer_word_break_characters): Declare.
14771 * f-lang.c (f_word_break_characters): Constify.
14772 * language.c (default_word_break_characters): Constify.
14773 * language.h (language_defn::la_word_break_characters): Constify.
14774 (default_word_break_characters): Constify.
14775 * top.c (init_main): Use set_rl_completer_word_break_characters.
14776
14777 2017-04-05 Pedro Alves <palves@redhat.com>
14778
14779 * aix-thread.c (aix_thread_pid_to_str)
14780 (aix_thread_extra_thread_info): Constify.
14781 * bsd-kvm.c (bsd_kvm_pid_to_str): Constify.
14782 * bsd-uthread.c (bsd_uthread_extra_thread_info)
14783 (bsd_uthread_pid_to_str): Constify.
14784 * corelow.c (core_pid_to_str): Constify.
14785 * darwin-nat.c (darwin_pid_to_str): Constify.
14786 * fbsd-nat.c (fbsd_pid_to_str): Constify.
14787 * fbsd-tdep.c (fbsd_core_pid_to_str, gdbarch_core_pid_to_str):
14788 Constify.
14789 * gnu-nat.c (gnu_pid_to_str): Constify.
14790 * go32-nat.c (go32_pid_to_str): Constify.
14791 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Constify.
14792 * inf-ptrace.c (inf_ptrace_pid_to_str): Constify.
14793 * inferior.c (inferior_pid_to_str): Constify.
14794 * linux-nat.c (linux_nat_pid_to_str): Constify.
14795 * linux-tdep.c (linux_core_pid_to_str): Constify.
14796 * linux-thread-db.c (thread_db_pid_to_str)
14797 (thread_db_extra_thread_info): Constify.
14798 * nto-tdep.c (nto_extra_thread_info): Constify.
14799 * nto-tdep.h (nto_extra_thread_info): Constify.
14800 * obsd-nat.c (obsd_pid_to_str): Constify.
14801 * procfs.c (procfs_pid_to_str): Constify.
14802 * ravenscar-thread.c (ravenscar_extra_thread_info)
14803 (ravenscar_pid_to_str): Constify.
14804 * remote-sim.c (gdbsim_pid_to_str): Constify.
14805 * remote.c (remote_threads_extra_info, remote_pid_to_str):
14806 Constify.
14807 * sol-thread.c (solaris_pid_to_str): Constify.
14808 * sol2-tdep.c (sol2_core_pid_to_str): Constify.
14809 * sol2-tdep.h (sol2_core_pid_to_str): Constify.
14810 * target.c (default_pid_to_str, target_pid_to_str)
14811 (normal_pid_to_str, default_pid_to_str): Constify.
14812 * target.h (target_ops::to_pid_to_str)
14813 (target_ops::to_extra_thread_info): Constify.
14814 (target_pid_to_str, normal_pid_to_str): Constify.
14815 * windows-nat.c (windows_pid_to_str): Constify.
14816 * gdbarch.sh (core_pid_to_str): Constify.
14817 * target-delegates.c: Regenerate.
14818 * gdbarch.h, gdbarch.c: Regenerate.
14819
14820 2017-04-05 Pedro Alves <palves@redhat.com>
14821
14822 * main.c (captured_main_1): Use gdb::unique_xmalloc_ptr to manage
14823 the memory of the temporary warning_pre_print override.
14824 * utils.c (warning_pre_print): Constify.
14825 * utils.h (warning_pre_print): Constify.
14826
14827 2017-04-05 Pedro Alves <palves@redhat.com>
14828
14829 * cli/cli-cmds.c (shell_escape): Constify 'arg' parameter.
14830 (shell_command): New function.
14831 (make_command): Use std::string.
14832 (init_cli_cmds): Register shell_command instead of shell_escape.
14833
14834 2017-04-05 Pedro Alves <palves@redhat.com>
14835
14836 * breakpoint.c (dprintf_function, dprintf_channel): Don't initialize.
14837 * tracepoint.c (default_collect): Don't initialize.
14838
14839 2017-04-05 Pedro Alves <palves@redhat.com>
14840
14841 * macroexp.c (macro_buffer::shared): Now a bool.
14842 (init_buffer): Update.
14843 (init_shared_buffer): Constify 'addr' parameter.
14844 (substitute_args, expand, macro_expand, macro_expand_next): Remove
14845 casts.
14846
14847 2017-04-05 Pedro Alves <palves@redhat.com>
14848
14849 * arm-tdep.c (show_disassembly_style_sfunc): Constify local.
14850 * disasm.c (set_disassembler_options): Constify local.
14851 * i386-tdep.c (i386_print_insn): Remove cast and FIXME comment.
14852
14853 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
14854
14855 PR gdb/21352
14856 * tracefile.c (tsave_command): Fix argument parsing for '-r'
14857 option.
14858
14859 2017-04-05 Yao Qi <yao.qi@linaro.org>
14860
14861 * frame.c (frame_unwind_register_unsigned): Call
14862 frame_unwind_register_value.
14863
14864 2017-04-05 Yao Qi <yao.qi@linaro.org>
14865
14866 * gdb.threads/thread-specific-bp.exp (check_thread_specific_breakpoint):
14867 Use gdb_test_multiple, and don't match anchor.
14868
14869 2017-04-05 Pedro Alves <palves@redhat.com>
14870
14871 * MAINTAINERS (Global Maintainers): Add Simon Marchi.
14872 (Write After Approval): Remove Simon Marchi.
14873
14874 2017-04-05 Pedro Alves <palves@redhat.com>
14875
14876 * common/gdb_optional.h (optional::optional): Make constexpr and
14877 initialize m_dummy.
14878
14879 2017-04-04 John Baldwin <jhb@FreeBSD.org>
14880
14881 * amd64-fbsd-tdep.c: Remove "bsd-uthread.h" include.
14882 (amd64fbsd_jmp_buf_reg_offset): Remove.
14883 (amd64fbsd_supply_uthread): Remove function.
14884 (amd64fbsd_collect_uthread): Remove function.
14885 (amd64fbsd_init_abi): Don't set bsd-uthread callbacks.
14886 * configure.tgt (i[34567]86-*-freebsd*): Remove bsd-uthread.o.
14887 (x86_64-*-freebsd*): Remove bsd-uthread.o.
14888 (fbsd-nat.c): Update comment.
14889 * i386-fbsd-tdep.c: Remove "bsd-uthread.h" include.
14890 (i386fbsd_jmp_buf_reg_offset): Remove.
14891 (i386fbsd_supply_uthread): Remove function.
14892 (i386fbsd_collect_uthread): Remove function.
14893 (i386fbsd_init_abi): Don't set bsd-uthread callbacks.
14894
14895 2017-04-04 John Baldwin <jhb@FreeBSD.org>
14896
14897 * Makefile.in (ALL_64_TARGET_OBS): Remove alpha-fbsd-tdep.o.
14898 (ALLDEPFILES): Remove alpha-fbsd-tdep.c
14899 * NEWS: Mention that support for FreeBSD/alpha was removed.
14900 * alpha-fbsd-tdep.c: Delete file.
14901 * config/alpha/fbsd.mh: Delete file.
14902 * configure.host: Delete alpha*-*-freebsd* and
14903 alpha*-*-kfreebsd*-gnu.
14904 * configure.tgt: Delete alpha*-*-freebsd* and
14905 alpha*-*-kfreebsd*-gnu.
14906
14907 2017-04-04 John Baldwin <jhb@FreeBSD.org>
14908
14909 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers,
14910 amd64bsd_store_inferior_registers): Use ptid from regcache.
14911
14912 2017-04-04 Pedro Alves <palves@redhat.com>
14913
14914 * dwarf2read.c (lnp_state_machine): Now a class. Initialize all
14915 data fields, make them private and add "m_" prefixes.
14916 (lnp_state_machine::lnp_state_machine): New ctor.
14917 (record_line, check_line_address, handle_set_discriminator)
14918 (handle_set_address, handle_advance_pc, handle_special_opcode)
14919 (handle_advance_line, handle_set_file, handle_negate_stmt)
14920 (handle_const_add_pc, handle_fixed_advance_pc, handle_copy)
14921 (end_sequence, advance_line): New methods.
14922 (m_gdbarch, m_record_lines_p): New fields.
14923 (lnp_reader_state): Delete.
14924 (dwarf_record_line): Rename to ...
14925 (lnp_state_machine::record_line): ... adjust.
14926 (init_lnp_state_machine): Delete.
14927 (lnp_state_machine::lnp_state_machine): New.
14928 (check_line_address): Rename to ...
14929 (lnp_state_machine::check_line_address): This.
14930 (dwarf_decode_lines_1): Remove reference to "reader_state".
14931 Adjust lnp_state_machine having a non-default ctor. Use bool.
14932 State machine internal state manipulation moved to
14933 lnp_state_machine methods.
14934
14935 2017-04-04 Pedro Alves <palves@redhat.com>
14936
14937 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14938 unittests/offset-type-selftests.c.
14939 (SUBDIR_UNITTESTS_OBS): Add offset-type-selftests.o.
14940 * common/offset-type.h: New file.
14941 * common/preprocessor.h: New file.
14942 * common/traits.h: New file.
14943 * common/valid-expr.h: New file.
14944 * dwarf2expr.c: Include "common/underlying.h". Adjust to use
14945 sect_offset and cu_offset strong typedefs throughout.
14946 * dwarf2expr.h: Adjust to use sect_offset and cu_offset strong
14947 typedefs throughout.
14948 * dwarf2loc.c: Include "common/underlying.h". Adjust to use
14949 sect_offset and cu_offset strong typedefs throughout.
14950 * dwarf2read.c: Adjust to use sect_offset and cu_offset strong
14951 typedefs throughout.
14952 * gdbtypes.h: Include "common/offset-type.h".
14953 (cu_offset): Now an offset type (strong typedef) instead of a
14954 struct.
14955 (sect_offset): Likewise.
14956 (union call_site_parameter_u): Rename "param_offset" field to
14957 "param_cu_off".
14958 * unittests/offset-type-selftests.c: New file.
14959
14960 2017-04-04 Pedro Alves <palves@redhat.com>
14961
14962 * common/underlying.h: New file.
14963 * dwarf2read.c: Include "common/gdb_optional.h" and
14964 "common/underlying.h".
14965 (dir_index, file_name_index): New types.
14966 (file_entry): Use them.
14967 (file_entry::include): Use to_underlying.
14968 (line_header::add_file_name): Use dir_index.
14969 (read_formatted_entries): Use gdb::optional. Read form before
14970 writting to file_entry.
14971 (dwarf_decode_line_header): Use dir_index.
14972 (lnp_state_machine::current_file): Use to_underlying.
14973 (lnp_state_machine::file): Change type to file_name_index.
14974 (dwarf_record_line): Use to_underlying.
14975 (init_lnp_state_machine): Use file_name_index.
14976 (dwarf_decode_lines_1): Use dir_index and file_name_index.
14977
14978 2017-04-04 Pedro Alves <palves@redhat.com>
14979
14980 * common/gdb_optional.h (gdb::optiona): Add operator->, operator*,
14981 operator bool, has_value and get methods.
14982
14983 2017-04-04 Pedro Alves <palves@redhat.com>
14984
14985 * dwarf2read.c (struct file_entry): Add ctors, and initialize all
14986 fields.
14987 (line_header): Initialize all data fields. Change type of
14988 standard_opcode_lengths to std::unique_ptr<unsigned char[]>.
14989 Change type of include_dirs to std::vector<const char *>. Remove
14990 num_include_dirs, include_dirs_size. Change type of file_names to
14991 std::vector<file_entry>. Remove num_file_names, file_names_size.
14992 (line_header::line_header): New.
14993 (line_header::add_include_dir, line_header::add_file_name): New
14994 methods.
14995 (line_header::include_dir_at): Remove NULL check.
14996 (line_header::file_name_at): Add const overload.
14997 (line_header_up): New unique_ptr typedef.
14998 (dw2_get_file_names_reader): Use line_header_up. Adjust to use
14999 std::vector. Remove free_line_header call.
15000 (dwarf2_build_include_psymtabs): Use line_header_up. Remove
15001 free_line_header call.
15002 (free_cu_line_header): Delete.
15003 (handle_DW_AT_stmt_list, handle_DW_AT_stmt_list)
15004 (setup_type_unit_groups): Use line_header_up instead of cleanups.
15005 Adjust to use std::vector.
15006 (free_line_header): Delete.
15007 (free_line_header_voidp): Use delete.
15008 (add_include_dir): Replace with ...
15009 (line_header::add_include_dir): ... this method. Use std::vector.
15010 (add_file_name): Replace with ...
15011 (line_header::add_file_name): ... this method. Use std::vector.
15012 (add_include_dir_stub): Delete.
15013 (read_formatted_entries): Remove memset.
15014 (dwarf_decode_line_header): Return a line_header_up instead of a
15015 raw pointer. Remove cleanup handling. Pass lambdas to
15016 read_formatted_entries. Adjust to use line_header methods.
15017 (dwarf_decode_lines_1): Adjust to use line_header methods.
15018 (dwarf_decode_lines, file_file_name, file_full_name): Adjust to
15019 use std::vector.
15020
15021 2017-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15022
15023 * remote.c (set_general_thread, set_continue_thread): Use ptid_t
15024 instead of struct ptid.
15025
15026 2017-05-04 Alan Hayward <alan.hayward@arm.com>
15027
15028 * frame.c (get_frame_register_bytes): Unwind using value.
15029 (put_frame_register_bytes): Likewise.
15030
15031 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
15032
15033 * d-exp.y (type_aggregate_p): Treat TYPE_CODE_MODULE as being
15034 aggregate-like.
15035
15036 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15037
15038 * auto-load.c (auto_load_section_scripts): Check SEC_HAS_CONTENTS.
15039
15040 2017-03-29 Yao Qi <yao.qi@linaro.org>
15041
15042 * gdbthread.h (struct thread_info): Declare constructor and
15043 destructor. Add some in-class member initializers.
15044 * thread.c (free_thread): Remove.
15045 (init_thread_list): Call delete instead of free_thread.
15046 (new_thread): Call thread_info constructor.
15047 (thread_info::thread_info): New function.
15048 (thread_info::~thread_info): New function.
15049 (delete_thread_1): Call delete instead of free_thread.
15050 (make_cleanup_restore_current_thread): Move tp and frame to
15051 inner block.
15052
15053 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
15054
15055 * arc-tdep.c (arc_frame_cache): Add support for prologue analysis.
15056 (arc_skip_prologue): Likewise.
15057 (arc_make_frame_cache): Likewise.
15058 (arc_pv_get_operand): New function.
15059 (arc_is_in_prologue): Likewise.
15060 (arc_analyze_prologue): Likewise.
15061 (arc_print_frame_cache): Likewise.
15062 (MAX_PROLOGUE_LENGTH): New constant.
15063
15064 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
15065
15066 * configure.tgt: Add arc-insn.o.
15067 * arc-tdep.c (arc_delayed_print_insn): Make non-static.
15068 (dump_arc_instruction_command): New function.
15069 (arc_fprintf_disasm): Likewise.
15070 (arc_disassemble_info): Likewise.
15071 (arc_insn_get_operand_value): Likewise.
15072 (arc_insn_get_operand_value_signed): Likewise.
15073 (arc_insn_get_memory_base_reg): Likewise.
15074 (arc_insn_get_memory_offset): Likewise.
15075 (arc_insn_get_branch_target): Likewise.
15076 (arc_insn_dump): Likewise.
15077 (arc_insn_get_linear_next_pc): Likewise.
15078 * arc-tdep.h (arc_delayed_print_insn): Add function declaration.
15079 (arc_disassemble_info): Likewise.
15080 (arc_insn_get_branch_target): Likewise.
15081 (arc_insn_get_linear_next_pc): Likewise.
15082 * NEWS: Mention new "maint print arc arc-instruction".
15083
15084 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
15085
15086 * arc-tdep (maintenance_print_arc_list): New variable.
15087 (maintenance_print_arc_command): New function.
15088
15089 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
15090
15091 * arc-tdep.c (core_v2_register_names, core_arcompact_register_names)
15092 Add "limm" and "reserved".
15093 (arc_cannot_fetch_register, arc_cannot_store_register): Add
15094 ARC_RESERVED_REGNUM and ARC_LIMM_REGNUM.
15095 * arc-tdep.h (arc_regnum): Likewise.
15096
15097 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
15098
15099 * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
15100 for THREADPTR register.
15101 (supply_gregset_reg): Call regcache_raw_supply for THREADPTR
15102 register.
15103 * xtensa-tdep.c (XTENSA_DBREGN_UREG): New definition.
15104 (xtensa_derive_tdep): Initialize tdep->threadptr_regnum.
15105 * xtensa-tdep.h (gdbarch_tdep::threadptr_regnum): New field.
15106
15107 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
15108
15109 * xtensa-tdep.c (xtensa_pseudo_register_read): Treat all
15110 registers above gdbarch_num_regs (gdbarch) as privileged in
15111 call0 ABI.
15112
15113 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
15114
15115 * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
15116 for a single specified register or for all registers in
15117 a0_base..a0_base + C0_NREGS range.
15118 (supply_gregset_reg): Call regcache_raw_supply for a single
15119 specified register or for all registers in a0_base..a0_base +
15120 C0_NREGS range.
15121
15122 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
15123
15124 * arch/xtensa.h (C0_NREGS): Add definition.
15125 * xtensa-tdep.c (C0_NREGS): Remove definition.
15126
15127 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
15128
15129 * xtensa-tdep.c (xtensa_scan_prologue, call0_analyze_prologue):
15130 Drop xtensa_default_isa initialization.
15131 (xtensa_gdbarch_init): Initialize xtensa_default_isa.
15132
15133 2017-03-27 Pedro Alves <palves@redhat.com>
15134
15135 * dwarf2read.c (file_entry) <dir_index>: Add comment.
15136 (file_entry::include_dir): New method.
15137 (line_header::include_dir_at, line_header::file_name_at): New
15138 methods.
15139 (setup_type_unit_groups, setup_type_unit_groups)
15140 (psymtab_include_file_name): Simplify using the new methods.
15141 (lnp_state_machine) <the_line_header>: New field.
15142 <file>: Add comment.
15143 (lnp_state_machine::current_file): New method.
15144 (dwarf_record_line): Simplify using the new methods.
15145 (init_lnp_state_machine): Initialize the "the_line_header" field.
15146 (dwarf_decode_lines_1, dwarf_decode_lines, file_file_name):
15147 Simplify using the new methods.
15148
15149 2017-03-27 Pedro Alves <palves@redhat.com>
15150
15151 * cp-name-parser.y (make_empty): Delete.
15152 (demangler_special, nested_name, ptr_operator, array_indicator)
15153 (direct_declarator, declarator_1): Use fill_comp instead of
15154 make_empty.
15155
15156 2017-03-27 Pedro Alves <palves@redhat.com>
15157
15158 * xml-support.h (gdb_xml_debug): Pass a "first-to-check" argument
15159 to ATTRIBUTE_PRINTF.
15160 * solib-target.c (library_list_start_list): Print "string" not
15161 "version".
15162 * xml-tdesc.c (tdesc_start_field): Pass "field_name" to
15163 gdb_xml_error call.
15164
15165 2017-03-27 Pedro Alves <palves@redhat.com>
15166
15167 * dwarf2read.c (struct file_and_directory): New.
15168 (dwarf2_get_dwz_file): Adjust to use std::string.
15169 (dw2_get_file_names_reader): Adjust to use file_and_directory.
15170 (find_file_and_directory): Adjust to return a file_and_directory
15171 object.
15172 (read_file_scope): Adjust to use file_and_directory. Remove
15173 make_cleanup/do_cleanups calls.
15174 (open_and_init_dwp_file): Adjust to use std::string. Remove
15175 make_cleanup/do_cleanups calls.
15176 * python/python.c (do_start_initialization): Adjust to ldirname
15177 returning a std::string.
15178 * utils.c (ldirname): Now returns a std::string.
15179 * utils.h (ldirname): Change return type to std::string.
15180 * xml-syscall.c (xml_init_syscalls_info): Adjust to ldirname
15181 returning a std::string.
15182 * xml-tdesc.c (file_read_description_xml): Likewise.
15183
15184 2017-03-24 Alan Hayward <alan.hayward@arm.com>
15185
15186 * regcache.c (regcache_debug_print_register): New function.
15187 * regcache.h (regcache_debug_print_register): New declaration.
15188 * target.c (debug_print_register): Remove.
15189 (target_fetch_registers): Call regcache_debug_print_register.
15190 (target_store_registers): Likewise.
15191
15192 2017-03-24 Pádraig Brady <pbrady@fb.com>
15193
15194 * dwarf2read.c (setup_type_unit_groups): Ensure dir_index doesn't
15195 reference beyond the 'lh->include_dirs' array before accessing to
15196 it.
15197 (psymtab_include_file_name): Likewise.
15198 (dwarf_decode_lines_1): Likewise.
15199 (dwarf_decode_lines): Likewise.
15200 (file_file_name): Likewise.
15201
15202 2017-03-23 Simon Marchi <simon.marchi@ericsson.com>
15203
15204 * fbsd-tdep.c (fbsd_corefile_thread): Don't set/restore
15205 inferior_ptid.
15206 * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
15207 ps_lsetfpregs): Likewise.
15208 * regcache.c (regcache_raw_update, regcache_raw_write): Likewise.
15209 * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
15210 ps_lsetfpregs): Likewise.
15211 * target.c (target_fetch_registers, target_store_registers):
15212 Remove asserts.
15213
15214 2017-03-23 Alan Hayward <alan.hayward@arm.com>
15215
15216 * sol-thread.c (sol_thread_store_registers): Remove regcache calls.
15217
15218 2017-03-23 Yao Qi <yao.qi@linaro.org>
15219
15220 * aarch64-tdep.c (aarch64_process_record_test): Declare.
15221 (_initialize_aarch64_tdep): Register it.
15222 (aarch64_record_load_store): Handle PRFM instruction.
15223 (aarch64_process_record_test): New function.
15224
15225 2017-03-23 Yao Qi <yao.qi@linaro.org>
15226
15227 * aarch64-tdep.c (aarch64_record_load_store): Fix code
15228 indentation.
15229
15230 2017-03-23 Yao Qi <yao.qi@linaro.org>
15231
15232 * aarch64-tdep.c: Remove AARCH64_RECORD_FAILURE.
15233
15234 2017-03-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15235
15236 python/python.c (do_start_initialization): Fix memory leak.
15237
15238 2017-03-22 Simon Marchi <simon.marchi@polymtl.ca>
15239
15240 * inf-ptrace.c (inf_ptrace_xfer_partial): Get pid from ptid
15241 using get_ptrace_pid.
15242 * linux-nat.c (linux_nat_xfer_partial): Don't set/restore
15243 inferior_ptid.
15244 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use lwp of
15245 inferior_ptid instead of pid.
15246
15247 2017-03-22 Yao Qi <yao.qi@linaro.org>
15248
15249 * aarch64-tdep.c: Wrap locally used classes in anonymous
15250 namespace.
15251 * arm-tdep.c: Likewise.
15252 * linespec.c: Likewise.
15253 * ui-out.c: Likewise.
15254
15255 2017-03-22 Jonah Graham <jonah@kichwacoders.com>
15256
15257 PR gdb/19637
15258 * python/lib/gdb/printer/bound_registers.py: Import sys.
15259
15260 2017-03-21 Simon Marchi <simon.marchi@ericsson.com>
15261
15262 * windows-nat.c (do_windows_fetch_inferior_registers): Add
15263 windows_thread_info parameter and use it instead of
15264 current_thread.
15265 (windows_fetch_inferior_registers): Don't set current_thread,
15266 pass the thread to do_windows_fetch_inferior_registers. Use
15267 ptid from regcache instead of inferior_ptid.
15268 (do_windows_store_inferior_registers): Add windows_thread_info
15269 parameter and use it instead of current_thread.
15270 (windows_store_inferior_registers): Don't set current_thread,
15271 pass the thread to do_windows_store_inferior_registers. Use
15272 ptid from regcache instead of inferior_ptid.
15273
15274 2017-03-21 Simon Marchi <simon.marchi@ericsson.com>
15275
15276 * ser-mingw.c (ser_windows_raw): Remove reference to
15277 struct serial::current_timeout.
15278
15279 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
15280
15281 PR tdep/20928
15282 * gdb/sparc-tdep.h (gdbarch_tdep) <sparc64_ccr_type>: New field.
15283 * gdb/sparc64-tdep.c (sparc64_ccr_type): New function.
15284 (sparc64_fsr_type): Fix %fsr decoding.
15285
15286 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
15287
15288 * python/py-record-btrace.c (btpy_insn_data): Change return type
15289 for Python 2.
15290
15291 2017-03-20 Simon Marchi <simon.marchi@polymtl.ca>
15292
15293 * spu-linux-nat.c (spu_fetch_inferior_registers,
15294 spu_store_inferior_registers): Use ptid from regcache, set and
15295 restore inferior_ptid.
15296 * spu-multiarch.c (spu_fetch_registers, spu_store_registers):
15297 Likewise.
15298
15299 2017-03-20 Simon Marchi <simon.marchi@polymtl.ca>
15300
15301 * i386-linux-nat.c (fetch_register, store_register,
15302 i386_linux_fetch_inferior_registers,
15303 i386_linux_store_inferior_registers): Use ptid from regcache.
15304 * ia64-linux-nat.c (ia64_linux_fetch_register,
15305 ia64_linux_store_register): Likewise.
15306 * inf-ptrace.c (inf_ptrace_fetch_register,
15307 inf_ptrace_store_register): Likewise.
15308 * m32r-linux-nat.c (m32r_linux_fetch_inferior_registers,
15309 m32r_linux_store_inferior_registers): Likewise.
15310 * m68k-bsd-nat.c (m68kbsd_fetch_inferior_registers,
15311 m68kbsd_store_inferior_registers): Likewise.
15312 * m68k-linux-nat.c (fetch_register, store_register,
15313 m68k_linux_fetch_inferior_registers,
15314 m68k_linux_store_inferior_registers): Likewise.
15315 * m88k-bsd-nat.c (m88kbsd_fetch_inferior_registers,
15316 m88kbsd_store_inferior_registers): Likewise.
15317 * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers,
15318 mips_fbsd_store_inferior_registers): Likewise.
15319 * mips-linux-nat.c (mips64_linux_regsets_fetch_registers,
15320 mips64_linux_regsets_store_registers): Likewise.
15321 * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers,
15322 mipsnbsd_store_inferior_registers): Likewise.
15323 * mips-obsd-nat.c (mips64obsd_fetch_inferior_registers,
15324 mips64obsd_store_inferior_registers): Likewise.
15325 * nto-procfs.c (procfs_fetch_registers, procfs_store_registers):
15326 Likewise.
15327 * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers,
15328 ppcfbsd_store_inferior_registers): Likewise.
15329 * ppc-linux-nat.c (ppc_linux_fetch_inferior_registers,
15330 ppc_linux_store_inferior_registers): Likewise.
15331 * ppc-nbsd-nat.c (ppcnbsd_fetch_inferior_registers,
15332 ppcnbsd_store_inferior_registers): Likewise.
15333 * ppc-obsd-nat.c (ppcobsd_fetch_registers,
15334 ppcobsd_store_registers): Likewise.
15335 * procfs.c (procfs_fetch_registers, procfs_store_registers):
15336 Likewise.
15337 * ravenscar-thread.c (ravenscar_fetch_registers,
15338 ravenscar_store_registers, ravenscar_prepare_to_store):
15339 Likewise.
15340 * record-btrace.c (record_btrace_fetch_registers,
15341 record_btrace_store_registers, record_btrace_prepare_to_store):
15342 Likewise.
15343 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register):
15344 Lookup inferior using ptid from regcache, instead of
15345 current_inferior.
15346 * remote.c (remote_fetch_registers, remote_store_registers): Use
15347 ptid from regcache.
15348 * rs6000-nat.c (fetch_register, store_register): Likewise.
15349 * s390-linux-nat.c (s390_linux_fetch_inferior_registers,
15350 s390_linux_store_inferior_registers): Likewise.
15351 * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers,
15352 shnbsd_store_inferior_registers): Likewise.
15353 * sol-thread.c (sol_thread_fetch_registers,
15354 sol_thread_store_registers): Likewise.
15355 * sparc-nat.c (sparc_fetch_inferior_registers,
15356 sparc_store_inferior_registers): Likewise.
15357 * tilegx-linux-nat.c (fetch_inferior_registers,
15358 store_inferior_registers): Likewise.
15359 * vax-bsd-nat.c (vaxbsd_fetch_inferior_registers,
15360 vaxbsd_store_inferior_registers): Likewise.
15361 * xtensa-linux-nat.c (fetch_gregs, store_gregs, fetch_xtregs,
15362 store_xtregs): Likewise.
15363
15364 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15365
15366 PR gdb/14441
15367 * NEWS: Mention support for rvalue references in GDB and python.
15368 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
15369 supports both lvalue and rvalue references.
15370
15371 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15372
15373 PR gdb/14441
15374 * gdbtypes.c (rank_one_type): Implement overloading
15375 resolution rules regarding rvalue references.
15376
15377 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15378
15379 PR gdb/14441
15380 * aarch64-tdep.c (aarch64_type_align)
15381 (aarch64_extract_return_value, aarch64_store_return_value): Change
15382 lvalue reference type checks to general reference type checks.
15383 * amd64-tdep.c (amd64_classify): Likewise.
15384 * amd64-windows-tdep.c (amd64_windows_passed_by_integer_register):
15385 Likewise.
15386 * arm-tdep.c (arm_type_align, arm_extract_return_value)
15387 (arm_store_return_value): Likewise.
15388 * ax-gdb.c (gen_fetch, gen_cast): Likewise.
15389 * c-typeprint.c (c_print_type): Likewise.
15390 * c-varobj.c (adjust_value_for_child_access, c_value_of_variable)
15391 (cplus_number_of_children, cplus_describe_child): Likewise.
15392 * compile/compile-c-symbols.c (generate_vla_size): Likewise.
15393 * completer.c (expression_completer): Likewise.
15394 * cp-support.c (make_symbol_overload_list_adl_namespace):
15395 Likewise.
15396 * darwin-nat-info.c (info_mach_region_command): Likewise.
15397 * dwarf2loc.c (entry_data_value_coerce_ref)
15398 (value_of_dwarf_reg_entry): Likewise.
15399 * eval.c (ptrmath_type_p, evaluate_subexp_standard)
15400 (evaluate_subexp_for_address, evaluate_subexp_for_sizeof):
15401 Likewise.
15402 * findvar.c (extract_typed_address, store_typed_address):
15403 Likewise.
15404 * gdbtypes.c (rank_one_type): Likewise.
15405 * hppa-tdep.c (hppa64_integral_or_pointer_p): Likewise.
15406 * infcall.c (value_arg_coerce): Likewise.
15407 * language.c (pointer_type): Likewise.
15408 * m32c-tdep.c (m32c_reg_arg_type, m32c_m16c_address_to_pointer):
15409 Likewise.
15410 * m88k-tdep.c (m88k_integral_or_pointer_p): Likewise.
15411 * mn10300-tdep.c (mn10300_type_align): Likewise.
15412 * msp430-tdep.c (msp430_push_dummy_call): Likewise.
15413 * ppc-sysv-tdep.c (do_ppc_sysv_return_value)
15414 (ppc64_sysv_abi_push_param, ppc64_sysv_abi_return_value):
15415 Likewise.
15416 * printcmd.c (print_formatted, x_command): Likewise.
15417 * python/py-type.c (typy_get_composite, typy_template_argument):
15418 Likewise.
15419 * python/py-value.c (valpy_referenced_value)
15420 (valpy_get_dynamic_type, value_has_field): Likewise.
15421 * s390-linux-tdep.c (s390_function_arg_integer): Likewise.
15422 * sparc-tdep.c (sparc_integral_or_pointer_p): Likewise.
15423 * sparc64-tdep.c (sparc64_integral_or_pointer_p): Likewise.
15424 * spu-tdep.c (spu_scalar_value_p): Likewise.
15425 * symtab.c (lookup_symbol_aux): Likewise.
15426 * typeprint.c (whatis_exp, print_type_scalar): Likewise.
15427 * valarith.c (binop_types_user_defined_p, unop_user_defined_p):
15428 Likewise.
15429 * valops.c (value_cast_pointers, value_cast)
15430 (value_reinterpret_cast, value_dynamic_cast, value_addr, typecmp)
15431 (value_struct_elt, value_struct_elt_bitpos)
15432 (value_find_oload_method_list, find_overload_match)
15433 (value_rtti_indirect_type): Likewise.
15434 * valprint.c (val_print_scalar_type_p, generic_val_print):
15435 Likewise.
15436 * value.c (value_actual_type, value_as_address, unpack_long)
15437 (pack_long, pack_unsigned_long, coerce_ref_if_computed)
15438 (coerce_ref): Likewise.
15439 * varobj.c (varobj_get_value_type): Likewise.
15440
15441 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15442
15443 PR gdb/14441
15444 * doc/python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
15445 table of constants.
15446 * python/lib/gdb/command/explore.py: Support exploring values
15447 of rvalue reference types.
15448 * python/lib/gdb/types.py: Implement get_basic_type() for
15449 rvalue reference types.
15450 * python/py-type.c (pyty_codes) <TYPE_CODE_RVALUE_REF>: New
15451 constant.
15452 * python/py-value.c (valpy_getitem): Add an rvalue reference
15453 check.
15454 (valpy_reference_value): Add new parameter "refcode".
15455 (valpy_lvalue_reference_value, valpy_rvalue_reference_value):
15456 New wrappers for valpy_reference_value().
15457 * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
15458 (gdbpy_invoke_xmethod): Likewise.
15459
15460 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15461
15462 PR gdb/14441
15463 * dwarf2read.c (process_die, read_type_die_1): Handle the
15464 DW_TAG_rvalue_reference_type DIE.
15465 (read_tag_reference_type): Add new parameter "refcode".
15466
15467 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15468
15469 PR gdb/14441
15470 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix)
15471 (c_type_print_modifier, c_type_print_varspec_suffix)
15472 (c_type_print_base): Support printing rvalue reference types.
15473 * c-valprint.c (c_val_print, c_value_print): Support printing
15474 rvalue reference values.
15475
15476 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15477
15478 PR gdb/14441
15479 * cp-name-parser.y (ptr_operator): Handle the '&&' token in
15480 typename.
15481 * cp-support.c (replace_typedefs): Handle
15482 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
15483 * python/py-type.c (typy_lookup_type): Likewise.
15484
15485 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15486
15487 PR gdb/14441
15488 * c-exp.y (ptr_operator): Handle the '&&' token in the typename.
15489 * parse.c (insert_type): Change assert statement.
15490 (follow_types): Handle rvalue reference types.
15491 * parser-defs.h (enum type_pieces) <tp_rvalue_reference>: New
15492 constant.
15493
15494 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15495
15496 PR gdb/14441
15497 * ada-lang.c (ada_evaluate_subexp): Adhere to the new
15498 value_ref() interface.
15499 * c-valprint.c (c_value_print): Likewise.
15500 * infcall.c (value_arg_coerce): Likewise.
15501 * python/py-value.c (valpy_reference_value): Likewise.
15502 * valops.c (value_cast, value_reinterpret_cast)
15503 (value_dynamic_cast, typecmp): Likewise.
15504 (value_ref): Parameterize by kind of return value reference type.
15505 * value.h (value_ref): Add new parameter "refcode".
15506
15507 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15508
15509 PR gdb/14441
15510 * dwarf2read.c (read_tag_reference_type): Use
15511 lookup_lvalue_reference_type() instead of lookup_reference_type().
15512 * eval.c (evaluate_subexp_standard): Likewise.
15513 * f-exp.y: Likewise.
15514 * gdbtypes.c (make_reference_type, lookup_reference_type):
15515 Generalize with rvalue reference types.
15516 (lookup_lvalue_reference_type, lookup_rvalue_reference_type): New
15517 convenience wrappers for lookup_reference_type().
15518 * gdbtypes.h (make_reference_type, lookup_reference_type): Add a
15519 reference kind parameter.
15520 (lookup_lvalue_reference_type, lookup_rvalue_reference_type): Add
15521 wrappers for lookup_reference_type().
15522 * guile/scm-type.c (gdbscm_type_reference): Use
15523 lookup_lvalue_reference_type() instead of lookup_reference_type().
15524 * guile/scm-value.c (gdbscm_value_dynamic_type): Likewise.
15525 * parse.c (follow_types): Likewise.
15526 * python/py-type.c (typy_reference, typy_lookup_type): Likewise.
15527 * python/py-value.c (valpy_get_dynamic_type, valpy_getitem):
15528 Likewise.
15529 * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
15530 (gdbpy_invoke_xmethod): Likewise.
15531 * stabsread.c: Provide extra argument to make_reference_type()
15532 call.
15533 * valops.c (value_ref, value_rtti_indirect_type): Use
15534 lookup_lvalue_reference_type() instead of lookup_reference_type().
15535
15536 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15537
15538 PR gdb/14441
15539 * gdbtypes.h (enum type_code) <TYPE_CODE_RVALUE_REF>: New constant.
15540 (TYPE_IS_REFERENCE): New macro.
15541 (struct type): Add rvalue_reference_type field.
15542 (TYPE_RVALUE_REFERENCE_TYPE): New macro.
15543
15544 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
15545
15546 * NEWS: Add an entry about new '-file-list-shared-libraries' command.
15547 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries):
15548 New function definition.
15549 * mi/mi-cmds.c (mi_cmds): Add -file-list-shared-libraries command.
15550 * mi/mi-cmds.h (mi_cmd_file_list_shared_libraries):
15551 New function declaration.
15552 * mi/mi-interp.c (mi_output_solib_attribs): New Function.
15553 * mi/mi-interp.h: New file.
15554 * solib.c (info_sharedlibrary_command): Replace for loop with
15555 ALL_SO_LIBS macro
15556 * solib.h (update_solib_list): New function declaration.
15557 (so_list_head): Move macro.
15558 * solist.h (ALL_SO_LIBS): New macro.
15559
15560 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
15561
15562 * infcmd.c (post_create_inferior): Remove unused argument in
15563 call to solib_add.
15564 * remote.c (remote_start_remote): Likewise.
15565 * solib-frv.c (frv_fetch_objfile_link_map): Likewise.
15566 * solib-svr4.c: (svr4_fetch_objfile_link_map): Likewise.
15567 (enable_break): Likewise.
15568 * solib.c (update_solib_list): Remove unused target argument
15569 and its documentation.
15570 (solib_add): Remove unused target argument. Remove unused
15571 argument in call to update_solib_list.
15572 (info_sharedlibrary_command): Remove unused argument in call
15573 to update_solib_list.
15574 (sharedlibrary_command): Remove unused argument in call to
15575 solib_add.
15576 (handle_solib_event): Likewise.
15577 (reload_shared_libraries): Likewise.
15578 * solib.h (solib_add): Remove unused target argument.
15579
15580 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
15581
15582 * s390-linux-tdep.c (is_rsi, is_rie): Remove functions.
15583 (s390_displaced_step_fixup): Cover relative branches with the
15584 default fixup handling. This fixes lack of support for some
15585 relative branch instructions.
15586
15587 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15588
15589 * i386-gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Use
15590 ptid from regcache.
15591
15592 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15593
15594 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers,
15595 i386_darwin_store_inferior_registers): Use ptid from regcache.
15596
15597 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15598
15599 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers,
15600 i386bsd_store_inferior_registers): Use ptid from regcache.
15601
15602 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15603
15604 * hppa-obsd-nat.c (hppaobsd_fetch_registers,
15605 hppaobsd_store_registers): Use ptid from regcache.
15606
15607 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15608
15609 * hppa-nbsd-nat.c (hppanbsd_fetch_registers,
15610 hppanbsd_store_registers): Use ptid from regcache.
15611
15612 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15613
15614 * hppa-linux-nat.c (fetch_register, store_register): Use ptid
15615 from regcache. Use get_ptrace_pid.
15616
15617 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15618
15619 * corelow.c (get_core_register_section): Use ptid from regcache,
15620 update doc.
15621
15622 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15623
15624 * bsd-uthread.c (bsd_uthread_fetch_registers,
15625 bsd_uthread_store_registers): Use ptid from regcache, set and
15626 restore inferior_ptid.
15627
15628 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15629
15630 * arm-nbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
15631 fetch_fp_regs, store_register, store_regs, store_fp_register,
15632 store_fp_regs): Use ptid from regcache.
15633
15634 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15635
15636 * arm-linux-nat.c (fetch_fpregs, store_fpregs, fetch_regs,
15637 store_regs, fetch_wmmx_regs, store_wmmx_regs, fetch_vfp_regs,
15638 store_vfp_regs): Use ptid from regcache.
15639
15640 2017-03-17 Pedro Alves <palves@redhat.com>
15641
15642 PR remote/21188
15643 * ser-base.c (ser_base_wait_for): Add comment.
15644 (do_ser_base_readchar): Improve comment based on the ser-unix.c's
15645 version.
15646 * ser-unix.c (hardwire_raw): Remove reference to
15647 scb->current_timeout.
15648 (wait_for, do_hardwire_readchar, hardwire_readchar): Delete.
15649 (hardwire_ops): Install ser_base_readchar instead of
15650 hardwire_readchar.
15651 * serial.h (struct serial) <current_timeout, timeout_remaining>:
15652 Remove fields.
15653
15654 2017-03-17 Jonah Graham <jonah@kichwacoders.com>
15655
15656 PR gdb/19637
15657 * python/lib/gdb/printer/bound_registers.py: Add support for
15658 Python 3.
15659
15660 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15661
15662 * dwarf2loc.c (indirect_synthetic_pointer): Get data type of
15663 pointed-to DIE and pass it to dwarf2_evaluate_loc_desc_full.
15664 (dwarf2_evaluate_loc_desc_full): New parameter subobj_type; rename
15665 byte_offset to subobj_byte_offset. Fix the handling of
15666 DWARF_VALUE_STACK on big-endian targets when coming via an
15667 implicit pointer.
15668 (dwarf2_evaluate_loc_desc): Adjust call to
15669 dwarf2_evaluate_loc_desc_full.
15670 * dwarf2loc.h (dwarf2_fetch_die_type_sect_off): New declaration.
15671 * dwarf2read.c (dwarf2_fetch_die_type_sect_off): New function.
15672
15673 2017-03-16 Yao Qi <yao.qi@linaro.org>
15674
15675 * arm-tdep.c (thumb_record_misc): Decode CBNZ, CBZ, REV16,
15676 and REVSH instructions.
15677
15678 2017-03-16 Yao Qi <yao.qi@linaro.org>
15679
15680 * arm-tdep.c [GDB_SELF_TEST]: include "selftests.h".
15681 (arm_record_test): Declare.
15682 (_initialize_arm_tdep) [GDB_SELF_TEST]: call register_self_test.
15683 (thumb_record_ld_st_reg_offset): Rewrite the opcode matching to
15684 align with the manual.
15685 (thumb_record_misc): Adjust the code order to align with the
15686 manual.
15687 (thumb2_record_decode_insn_handler): Fix instruction matching.
15688 (instruction_reader_thumb): New class.
15689 (arm_record_test): New function.
15690
15691 2017-03-16 Yao Qi <yao.qi@linaro.org>
15692
15693 * arm-tdep.c (abstract_memory_reader): New class.
15694 (instruction_reader): New class.
15695 (extract_arm_insn): Add argument 'reader'. Callers updated.
15696 (decode_insn): Likewise.
15697
15698 2017-03-16 Doug Evans <dje@google.com>
15699
15700 * guile/scm-lazy-string.c (lazy_string_smob): Clarify use of LENGTH
15701 member. Change type of TYPE member to SCM. All uses updated.
15702 (lsscm_make_lazy_string_smob): Add assert.
15703 (lsscm_make_lazy_string): Flag bad length values.
15704 (lsscm_elt_type): New function.
15705 (gdbscm_lazy_string_to_value): Rewrite to use
15706 lsscm_safe_lazy_string_to_value.
15707 (lsscm_safe_lazy_string_to_value): Fix handling of TYPE_CODE_PTR.
15708 * guile/scm-value.c (gdbscm_value_to_lazy_string): Flag bad length
15709 values. Fix TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle typedefs
15710 in incoming type.
15711 * guile/guile-internal.h (tyscm_scm_to_type): Declare.
15712 * guile/scm-type.c (tyscm_scm_to_type): New function.
15713
15714 2017-03-15 Doug Evans <dje@google.com>
15715
15716 PR python/17728, python/18439, python/18779
15717 * python/py-lazy-string.c (lazy_string_object): Clarify use of LENGTH
15718 member. Change type of TYPE member to PyObject *. All uses updated.
15719 (stpy_convert_to_value): Fix handling of TYPE_CODE_PTR.
15720 (gdbpy_create_lazy_string_object): Flag bad length values.
15721 Handle TYPE_CODE_ARRAY with possibly different user-provided length.
15722 Handle typedefs in incoming type.
15723 (stpy_lazy_string_elt_type): New function.
15724 (gdbpy_extract_lazy_string): Call it.
15725 * python/py-value.c (valpy_lazy_string): Flag bad length values.
15726 Fix handling of TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle
15727 typedefs in incoming type.
15728
15729 2017-03-16 Doug Evans <dje@google.com>
15730
15731 * guile/guile-internal.h (tyscm_scm_to_type): Declare.
15732 * guile/scm-type.c (tyscm_scm_to_type): New function.
15733
15734 2017-03-16 Jiong Wang <jiong.wang@arm.com>
15735
15736 * inf-ptrace.c (inf_ptrace_peek_poke): Change the type to
15737 "ULONGEST" for "skip".
15738
15739 2017-03-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
15740
15741 PR gdb/21220
15742 * inf-ptrace.c (inf_ptrace_xfer_partial): In "case
15743 TARGET_OBJECT_MEMORY", extract the logic for ptrace peek/poke...
15744 (inf_ptrace_peek_poke): ...here. New function. Now also loop
15745 over ptrace peek/poke until end of buffer or error.
15746
15747 2017-03-14 Simon Marchi <simon.marchi@ericsson.com>
15748
15749 * parse.c (length_of_subexp): Make static.
15750 * parser-defs.h (length_of_subexp): Remove.
15751
15752 2017-03-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
15753
15754 * linux-nat.c (linux_proc_xfer_partial): Handle write operations
15755 as well.
15756
15757 2017-03-14 Pedro Alves <palves@redhat.com>
15758
15759 * cp-name-parser.y (cp_demangled_name_to_comp): Update comment.
15760 (main): Use std::unique_ptr. Remove calls to
15761 cp_demangled_name_parse_free.
15762
15763 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
15764
15765 * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers,
15766 alphabsd_store_inferior_registers): Use regcache->ptid instead
15767 of inferior_ptid.
15768
15769 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
15770
15771 * aix-thread.c (aix_thread_fetch_registers,
15772 aix_thread_store_registers): Use regcache->ptid instead of
15773 inferior_ptid.
15774
15775 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
15776
15777 * aarch64-linux-nat.c (fetch_gregs_from_thread,
15778 store_gregs_to_thread, fetch_fpregs_from_thread,
15779 store_fpregs_to_thread): Use regcache->ptid instead of
15780 inferior_ptid.
15781
15782 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
15783
15784 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers,
15785 amd64_linux_fetch_inferior_registers): Use regcache->ptid
15786 instead of inferior_ptid.
15787
15788 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
15789
15790 * target.c (target_fetch_registers, target_store_registers): Add
15791 assert.
15792
15793 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
15794
15795 * regcache.h (regcache_get_ptid): New function.
15796 * regcache.c (regcache_get_ptid): New function.
15797
15798 2017-03-13 Mark Wielaard <mark@klomp.org>
15799
15800 * cp-name-parser.y (make_empty): Initialize d_printing to zero.
15801
15802 2017-03-10 Keith Seitz <keiths@redhat.com>
15803
15804 PR c++/8218
15805 * c-typeprint.c (cp_type_print_method_args): Skip artificial arguments.
15806
15807 2017-03-08 Pedro Alves <palves@redhat.com>
15808
15809 PR gdb/18360
15810 * infrun.c (start_step_over, do_target_resume, resume)
15811 (restart_threads): Assert we're not resuming a thread that is
15812 meant to be stopped.
15813 (infrun_thread_stop_requested_callback): Delete.
15814 (infrun_thread_stop_requested): If the thread is internally
15815 stopped, queue a pending stop event and clear the thread's
15816 inline-frame state.
15817 (handle_stop_requested): New function.
15818 (handle_syscall_event, handle_inferior_event_1): Use
15819 handle_stop_requested.
15820 (handle_stop_requested): New function.
15821 (handle_signal_stop): Set the thread's stop_signal here instead of
15822 at caller.
15823 (finish_step_over): Clear step over info unconditionally.
15824 (handle_signal_stop): If the user had interrupted the event
15825 thread, consider the stop a random signal.
15826 (handle_signal_stop) <signal arrived while stepping over
15827 breakpoint>: Don't restart threads here.
15828 (stop_waiting): Don't clear step-over info here.
15829
15830 2017-03-08 Pedro Alves <palves@redhat.com>
15831
15832 PR 21206
15833 * common/gdb_unlinker.h (unlinker::unlinker): Attribute nonnull
15834 goes to argument 2, not 1.
15835
15836 2017-03-08 Pedro Alves <palves@redhat.com>
15837
15838 PR cli/21218
15839 * top.c (gdb_readline_wrapper): Avoid passing NULL to
15840 display_gdb_prompt.
15841 (command_line_input): Add comment.
15842
15843 2017-03-08 Pedro Alves <palves@redhat.com>
15844
15845 PR tui/21216
15846 * tui/tui-file.c (tui_file::write): New.
15847 * tui/tui-file.h (tui_file): Override "write".
15848 * tui/tui-io.c (do_tui_putc, update_start_line): New functions,
15849 factored out from ...
15850 (tui_puts): ... here.
15851 (tui_putc): Use them.
15852 (tui_write): New function.
15853 * tui/tui-io.h (tui_write): Declare.
15854
15855 2017-03-07 Sergio Durigan Junior <sergiodj@redhat.com>
15856
15857 * Makefile.in (SFILES): Replace "environ.c" with
15858 "common/environ.c".
15859 (HFILES_NO_SRCDIR): Likewise, for "environ.h".
15860 * environ.c: Include "common-defs.h" instead of "defs.h. Moved
15861 to...
15862 * common/environ.c: ... here.
15863 * environ.h: Moved to...
15864 * common/environ.h: ... here.
15865
15866 2017-03-07 Peter Bergner <bergner@vnet.ibm.com>
15867
15868 * gdbarch.sh (pstring_ptr): New static function.
15869 (gdbarch_disassembler_options): Use it.
15870 (gdbarch_verify_disassembler_options): Print valid_disassembler_options,
15871 not valid_disassembler_option->name.
15872 * gdbarch.c: Regenerate.
15873
15874 2017-03-07 Peter Bergner <bergner@vnet.ibm.com>
15875
15876 * config/powerpc/ppc64-linux.mh (MH_CFLAGS): Delete.
15877
15878 2017-03-07 Pedro Alves <palves@redhat.com>
15879
15880 * tui/tui-regs.c (tui_restore_gdbout): Don't delete gdb_stdout.
15881
15882 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
15883
15884 * i387-tdep.h (i387_reset_bnd_regs): Add function definition.
15885 * i387-tdep.c (i387_reset_bnd_regs): Add function implementation.
15886 * i386-tdep.c (i386_push_dummy_call): Call i387_reset_bnd_regs.
15887 * amd64-tdep.c (amd64_push_dummy_call): Call i387_reset_bnd_regs.
15888
15889 2017-03-06 Simon Marchi <simon.marchi@ericsson.com>
15890
15891 * xtensa-linux-nat.c (fetch_gregs): Remove const.
15892
15893 2017-03-03 Simon Marchi <simon.marchi@ericsson.com>
15894
15895 * remote.c (remote_add_target_side_commands): Use range-based
15896 for loop.
15897
15898 2017-03-03 Yao Qi <yao.qi@linaro.org>
15899
15900 PR gdb/21165
15901 * ada-valprint.c (ada_val_print_ref): Call value_fetch_lazy if
15902 value is lazy.
15903 * valprint.c (common_val_print): Likewise.
15904
15905 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
15906
15907 * NEWS: Mention new set/show disassembler-options commands.
15908 * doc/gdb.texinfo: Document new set/show disassembler-options commands.
15909 * disasm.c: Include "arch-utils.h", "gdbcmd.h" and "safe-ctype.h".
15910 (prospective_options): New static variable.
15911 (gdb_disassembler::gdb_disassembler): Initialize
15912 m_di.disassembler_options.
15913 (gdb_buffered_insn_length_init_dis): Initilize di->disassembler_options.
15914 (get_disassembler_options): New function.
15915 (set_disassembler_options): Likewise.
15916 (set_disassembler_options_sfunc): Likewise.
15917 (show_disassembler_options_sfunc): Likewise.
15918 (disassembler_options_completer): Likewise.
15919 (_initialize_disasm): Likewise.
15920 * disasm.h (get_disassembler_options): New prototype.
15921 (set_disassembler_options): Likewise.
15922 * gdbarch.sh (gdbarch_disassembler_options): New variable.
15923 (gdbarch_verify_disassembler_options): Likewise.
15924 * gdbarch.c: Regenerate.
15925 * gdbarch.h: Likewise.
15926 * arm-tdep.c (num_disassembly_options): Delete.
15927 (set_disassembly_style): Likewise.
15928 (arm_disassembler_options): New static variable.
15929 (set_disassembly_style_sfunc): Convert short style name into long
15930 option name. Call set_disassembler_options.
15931 (show_disassembly_style_sfunc): New function.
15932 (arm_gdbarch_init): Call set_gdbarch_disassembler_options and
15933 set_gdbarch_verify_disassembler_options.
15934 (_initialize_arm_tdep): Delete regnames variable and update callers.
15935 (arm_disassembler_options): Initialize.
15936 (disasm_options): New variable.
15937 (num_disassembly_options): Rename from this...
15938 (num_disassembly_styles): ...to this. Compute by scanning through
15939 disasm_options.
15940 (valid_disassembly_styles): Initialize using disasm_options.
15941 Remove calls to parse_arm_disassembler_option, get_arm_regnames and
15942 set_arm_regname_option.
15943 Pass show_disassembly_style_sfunc to the "disassembler" setshow command.
15944 * rs6000-tdep.c (powerpc_disassembler_options): New static variable.
15945 (rs6000_gdbarch_init): Call set_gdbarch_disassembler_options and
15946 set_gdbarch_verify_disassembler_options.
15947 * s390-tdep.c (s390_disassembler_options): New static variable.
15948 (s390_gdbarch_init):all set_gdbarch_disassembler_options and
15949 set_gdbarch_verify_disassembler_options.
15950
15951 2017-02-27 Simon Marchi <simon.marchi@ericsson.com>
15952
15953 * remote.c (remote_add_target_side_condition): Remove "struct"
15954 keyword from range-based for loop.
15955
15956 2017-02-27 Simon Marchi <simon.marchi@ericsson.com>
15957
15958 * remote.c (remote_add_target_side_condition): Use range-based
15959 for loop. Update comment.
15960
15961 2017-02-27 Yao Qi <yao.qi@linaro.org>
15962
15963 * f-typeprint.c (f_print_type): Check "varstring" is empty first.
15964
15965 2017-02-26 Alan Hayward <alan.hayward@arm.com>
15966
15967 * regcache.c (regcache_raw_update): New function.
15968 (regcache_raw_read): Move code to regcache_raw_update.
15969 * regcache.h (regcache_raw_update): New declaration.
15970 * remote.c (remote_prepare_to_store): Call regcache_raw_update.
15971
15972 2017-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15973
15974 * dwarf2read.c (create_debug_type_hash_table): Initialize
15975 header.signature and header.type_offset_in_tu.
15976
15977 2017-02-24 Pedro Alves <palves@redhat.com>
15978
15979 * symtab.c (make_file_symbol_completion_list_1): Use
15980 add_symtab_completions.
15981
15982 2017-02-24 Alan Hayward <alan.hayward@arm.com>
15983
15984 * stack.c (frame_info): Use frame_unwind_register_value to avoid buf.
15985
15986 2017-02-24 Alan Hayward <alan.hayward@arm.com>
15987
15988 * i386-tdep.c (i386_pseudo_register_read_into_value): Use
15989 I386_MAX_REGISTER_SIZE.
15990 (i386_pseudo_register_write): Likewise.
15991 (i386_process_record): Likewise.
15992 * i387-tdep.c (i387_supply_xsave): Likewise.
15993 * m68k-linux-nat.c (fetch_register): Use M68K_MAX_REGISTER_SIZE.
15994 (store_register): Likewise.
15995
15996 2017-02-23 Pedro Alves <palves@redhat.com>
15997
15998 * ada-lang.c: Include "common/function-view.h".
15999 (ada_iterate_over_symbols): Adjust to use function_view as
16000 callback type.
16001 (struct add_partial_datum, ada_complete_symbol_matcher): Delete.
16002 (ada_make_symbol_completion_list): Use a lambda.
16003 (ada_exc_search_name_matches): Delete.
16004 (name_matches_regex): New.
16005 (ada_add_global_exceptions): Use a lambda and name_matches_regex.
16006 * compile/compile-c-support.c: Include "common/function-view.h".
16007 (print_one_macro): Change prototype to accept a ui_file pointer.
16008 (write_macro_definitions): Use a lambda.
16009 * dwarf2read.c: Include "common/function-view.h".
16010 (dw2_map_expand_apply, dw2_map_symtabs_matching_filename)
16011 (dw2_expand_symtabs_matching): Adjust to use function_view as
16012 callback type.
16013 * language.h: Include "common/function-view.h".
16014 (struct language_defn) <la_iterate_over_symbols>: Adjust to use
16015 function_view as callback type.
16016 (LA_ITERATE_OVER_SYMBOLS): Remove DATA parameter.
16017 * linespec.c: Include "common/function-view.h".
16018 (collect_info::add_symbol): New method.
16019 (struct symbol_and_data_callback, iterate_inline_only, struct
16020 symbol_matcher_data, iterate_name_matcher): Delete.
16021 (iterate_over_all_matching_symtabs): Adjust to use function_view
16022 as callback type and lambdas.
16023 (iterate_over_file_blocks): Adjust to use function_view as
16024 callback type.
16025 (decode_compound_collector): Now a class with private fields.
16026 (decode_compound_collector::release_symbols): New method.
16027 (collect_one_symbol): Rename to...
16028 (decode_compound_collector::operator()): ... this and adjust.
16029 (lookup_prefix_sym): decode_compound_collector construction bits
16030 move to decode_compound_collector ctor. Pass the
16031 decode_compound_collector object directly as callback. Remove
16032 cleanups and use decode_compound_collector::release_symbols
16033 instead.
16034 (symtab_collector): Now a class with private fields.
16035 (symtab_collector::release_symtabs): New method.
16036 (add_symtabs_to_list): Rename to...
16037 (symtab_collector::operator()): ... this and adjust.
16038 (collect_symtabs_from_filename): symtab_collector construction
16039 bits move to symtab_collector ctor. Pass the symtab_collector
16040 object directly as callback. Remove cleanups and use
16041 symtab_collector::release_symtabs instead.
16042 (collect_symbols): Delete.
16043 (add_matching_symbols_to_info): Use lambdas.
16044 * macrocmd.c (print_macro_callback): Delete.
16045 (info_macro_command): Use a lambda.
16046 (info_macros_command): Pass print_macro_definition as callable
16047 directly.
16048 (print_one_macro): Remove 'ignore' parameter.
16049 (macro_list_command): Adjust.
16050 * macrotab.c (macro_for_each_data::fn): Now a function_view.
16051 (macro_for_each_data::user_data): Delete field.
16052 (foreach_macro): Adjust to call the function_view.
16053 (macro_for_each): Adjust to use function_view as callback type.
16054 (foreach_macro_in_scope): Adjust to call the function_view.
16055 (macro_for_each_in_scope): Adjust to use function_view as callback
16056 type.
16057 * macrotab.h: Include "common/function-view.h".
16058 (macro_callback_fn): Declare a prototype instead of a pointer.
16059 Remove "user_data" parameter.
16060 (macro_for_each, macro_for_each_in_scope): Adjust to use
16061 function_view as callback type.
16062 * psymtab.c (partial_map_expand_apply)
16063 (psym_map_symtabs_matching_filename, recursively_search_psymtabs):
16064 Adjust to use function_view as callback type and to return bool.
16065 (psym_expand_symtabs_matching): Adjust to use function_view as
16066 callback types.
16067 * symfile-debug.c (debug_qf_map_symtabs_matching_filename): Adjust
16068 to use function_view as callback type and to return bool.
16069 (debug_qf_expand_symtabs_matching): Adjust to use function_view as
16070 callback types.
16071 * symfile.c (expand_symtabs_matching): Adjust to use function_view
16072 as callback types.
16073 * symfile.h: Include "common/function-view.h".
16074 (expand_symtabs_file_matcher_ftype)
16075 (expand_symtabs_symbol_matcher_ftype)
16076 (expand_symtabs_exp_notify_ftype): Remove "data" parameter and
16077 return bool.
16078 (quick_symbol_functions::map_symtabs_matching_filename)
16079 (quick_symbol_functions::expand_symtabs_matching): Adjust to use
16080 function_view as callback type and return bool.
16081 (expand_symtabs_matching): Adjust to use function_view as callback
16082 type.
16083 (maintenance_expand_name_matcher)
16084 (maintenance_expand_file_matcher): Delete.
16085 (maintenance_expand_symtabs): Use lambdas.
16086 * symtab.c (iterate_over_some_symtabs): Adjust to use
16087 function_view as callback types and return bool.
16088 (iterate_over_symtabs): Likewise. Use unique_xmalloc_ptr instead
16089 of a cleanup.
16090 (lookup_symtab_callback): Delete.
16091 (lookup_symtab): Use a lambda.
16092 (iterate_over_symbols): Adjust to use function_view as callback
16093 type.
16094 (struct search_symbols_data, search_symbols_file_matches)
16095 (search_symbols_name_matches): Delete.
16096 (search_symbols): Use a pair of lambdas.
16097 (struct add_name_data, add_macro_name, symbol_completion_matcher)
16098 (symtab_expansion_callback): Delete.
16099 (default_make_symbol_completion_list_break_on_1): Use lambdas.
16100 * symtab.h: Include "common/function-view.h".
16101 (iterate_over_some_symtabs): Adjust to use function_view as
16102 callback type and return bool.
16103 (iterate_over_symtabs): Adjust to use function_view as callback
16104 type.
16105 (symbol_found_callback_ftype): Remove 'data' parameter and return
16106 bool.
16107 (iterate_over_symbols): Adjust to use function_view as callback
16108 type.
16109
16110 2017-02-23 Pedro Alves <palves@redhat.com>
16111
16112 * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS): New.
16113 (%.o) <unittests/%.c>: New pattern.
16114 * configure.ac ($development): Add $(SUBDIR_UNITTESTS_OBS) to
16115 CONFIG_OBS, and $(SUBDIR_UNITTESTS_SRCS) to CONFIG_SRCS.
16116 * common/function-view.h: New file.
16117 * unittests/function-view-selftests.c: New file.
16118 * configure: Regenerate.
16119
16120 2017-02-23 Simon Marchi <simon.marchi@ericsson.com>
16121
16122 * bsd-uthread.c (bsd_uthread_thread_alive): Use ptid instead of
16123 inferior_ptid.
16124 * go32-nat.c (go32_thread_alive): Likewise.
16125
16126 2017-02-23 Yao Qi <yao.qi@linaro.org>
16127
16128 * varobj-iter.h (varobj_iter_delete): Call xfree instead of
16129 delete.
16130
16131 2017-02-23 Yao Qi <yao.qi@linaro.org>
16132
16133 * varobj.c (varobj_clear_saved_item): Use delete instead of
16134 xfree.
16135 (update_dynamic_varobj_children): Likewise.
16136
16137 2017-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16138
16139 * dwarf2read.c (dwarf2_record_block_ranges): Add forgotten BASEADDR.
16140
16141 2017-02-21 Simon Marchi <simon.marchi@ericsson.com>
16142
16143 * common/enum-flags.h (enum_flags::enum_flags): Initialize
16144 m_enum_value to 0 in default constructor.
16145
16146 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16147
16148 * rs6000-tdep.c (LOAD_AND_RESERVE_MASK): Rename from LWARX_MASK.
16149 (STORE_CONDITIONAL_MASK): Rename from STWCX_MASK.
16150 (LBARX_INSTRUCTION, LHARX_INSTRUCTION, LQARX_INSTRUCTION,
16151 STBCX_INSTRUCTION, STHCX_INSTRUCTION, STQCX_INSTRUCTION): New defines.
16152 (IS_LOAD_AND_RESERVE_INSN, IS_STORE_CONDITIONAL_INSN): New macros.
16153 (ppc_displaced_step_copy_insn): Use IS_LOAD_AND_RESERVE_INSN.
16154 (ppc_deal_with_atomic_sequence): Use IS_LOAD_AND_RESERVE_INSN and
16155 IS_STORE_CONDITIONAL_INSN.
16156
16157 2017-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16158
16159 * dwarf2_rnglists_process: Initialize range_beginning and range_end.
16160
16161 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16162
16163 * NEWS (Changes since GDB 7.12): Add DWARF-5.
16164
16165 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16166
16167 * dwarf2read.c (skip_one_die, read_attribute_value)
16168 (dwarf2_const_value_attr, dump_die_shallow)
16169 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
16170 (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_data16.
16171
16172 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16173
16174 * dwarf2read.c (read_file_scope): Rename DW_MACRO_GNU_*.
16175 (dwarf_parse_macro_header): Accept DWARF version 5.
16176 (dwarf_decode_macro_bytes, dwarf_decode_macros): Rename DW_MACRO_GNU_*.
16177
16178 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16179
16180 * block.c (call_site_for_pc): Rename DW_OP_GNU_*, DW_TAG_GNU_* and
16181 DW_AT_GNU_*.
16182 * common/common-exceptions.h (enum errors): Likewise.
16183 * dwarf2-frame.c (class dwarf_expr_executor): Likewise.
16184 * dwarf2expr.c (dwarf_block_to_dwarf_reg)
16185 (dwarf_expr_context::execute_stack_op): Likewise.
16186 * dwarf2expr.h (struct dwarf_expr_context, struct dwarf_expr_piece):
16187 Likewise.
16188 * dwarf2loc.c (dwarf_evaluate_loc_desc::get_base_type)
16189 (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
16190 (show_entry_values_debug, call_site_to_target_addr)
16191 (func_addr_to_tail_call_list, func_verify_no_selftailcall)
16192 (dwarf_expr_reg_to_entry_parameter, dwarf_entry_parameter_to_value)
16193 (entry_data_value_free_closure, value_of_dwarf_reg_entry)
16194 (value_of_dwarf_block_entry, indirect_pieced_value)
16195 (symbol_needs_eval_context::push_dwarf_reg_entry_value):
16196 (disassemble_dwarf_expression): Likewise.
16197 * dwarf2read.c (process_die, inherit_abstract_dies)
16198 (read_call_site_scope): Likewise.
16199 * gdbtypes.h (struct func_type, struct call_site_parameter)
16200 (struct call_site): Likewise.
16201 * stack.c (read_frame_arg): Likewise.
16202 * std-operator.def (OP_VAR_ENTRY_VALUE): Likewise.
16203
16204 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16205
16206 * defs.h (read_unsigned_leb128): New declaration.
16207 * dwarf2loc.c (decode_debug_loclists_addresses): New function.
16208 (decode_debug_loc_dwo_addresses): Update DEBUG_LOC_* to DW_LLE_*.
16209 (dwarf2_find_location_expression): Call also
16210 decode_debug_loclists_addresses. Handle DWARF-5 ULEB128 length.
16211 * dwarf2loc.h (dwarf2_version): New declaration.
16212 * dwarf2read.c (struct dwarf2_per_objfile): Add loclists, line_str,
16213 rnglists.
16214 (dwarf2_elf_names): Add .debug_loclists, .debug_line_str,
16215 .debug_rnglists.
16216 (struct dwop_section_names): Add loclists_dwo.
16217 (dwop_section_names): Add .debug_loclists.dwo.
16218 (struct comp_unit_head): Add unit_type, signature, type_offset_in_tu.
16219 (struct dwarf2_per_cu_data): Add dwarf_version.
16220 (struct dwo_sections): Add loclists.
16221 (struct attr_abbrev): Add implicit_const.
16222 (read_indirect_line_string): New declaration.
16223 (read_unsigned_leb128): Delete declaration.
16224 (rcuh_kind): New definition.
16225 (read_and_check_comp_unit_head): Change parameter
16226 is_debug_types_section to section_kind.
16227 (dwarf2_locate_sections): Handle loclists, line_str and rnglists.
16228 (read_comp_unit_head): Change parameter abfd to section, add parameter
16229 section_kind. Handle DWARF-5.
16230 (error_check_comp_unit_head): Accept also DWARF version 5.
16231 (read_and_check_comp_unit_head): Change parameter
16232 is_debug_types_section to section_kind.
16233 (read_and_check_type_unit_head): Delete function.
16234 (read_abbrev_offset): Handle DWARF-5.
16235 (create_debug_type_hash_table): Add parameter section_kind. Process
16236 only DW_UT_type. Use signature and type_offset_in_tu from struct
16237 comp_unit_head.
16238 (create_debug_types_hash_table): Update create_debug_type_hash_table
16239 caller.
16240 (create_all_type_units): Call create_debug_type_hash_table.
16241 (read_cutu_die_from_dwo, init_cutu_and_read_dies): Change
16242 read_and_check_type_unit_head caller to read_and_check_comp_unit_head
16243 caller.
16244 (skip_one_die): Handle DW_FORM_implicit_const.
16245 (dwarf2_rnglists_process): New function.
16246 (dwarf2_ranges_process): Call dwarf2_rnglists_process for DWARF-5.
16247 (abbrev_table_read_table): Handle DW_FORM_implicit_const.
16248 (read_attribute_value): Handle DW_FORM_implicit_const,
16249 DW_FORM_line_strp.
16250 (read_attribute): Handle DW_FORM_implicit_const.
16251 (read_indirect_string_at_offset_from): New function from
16252 read_indirect_string_at_offset.
16253 (read_indirect_string_at_offset): Call
16254 read_indirect_string_at_offset_from.
16255 (read_indirect_line_string_at_offset): New function.
16256 (read_indirect_string): New function comment.
16257 (read_indirect_line_string): New function.
16258 (read_unsigned_leb128): Make it global.
16259 (dwarf2_string_attr): Handle DWARF-5.
16260 (add_include_dir_stub, read_formatted_entries): New functions.
16261 (dwarf_decode_line_header, dump_die_shallow, cu_debug_loc_section):
16262 Handle DWARF-5.
16263 (per_cu_header_read_in): Update read_comp_unit_head caller.
16264 (dwarf2_version): New function.
16265 * symfile.h (struct dwarf2_debug_sections): Add loclists, line_str and
16266 rnglists.
16267 * xcoffread.c (dwarf2_xcoff_names): Update struct dwarf2_debug_sections
16268 fields.
16269
16270 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16271
16272 * dwarf2read.c (abbrev_table_read_table): Read the data only once.
16273
16274 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16275
16276 * dwarf2read.c (dwarf2_ranges_process): New function from
16277 dwarf2_ranges_read.
16278 (dwarf2_ranges_read, dwarf2_record_block_ranges): Use
16279 dwarf2_ranges_process.
16280
16281 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16282
16283 * dwarf2read.c (create_debug_type_hash_table): New function from
16284 create_debug_types_hash_table.
16285 (create_debug_types_hash_table): Call create_debug_type_hash_table.
16286 (create_all_type_units, open_and_init_dwo_file): Update
16287 create_debug_types_hash_table callers.
16288
16289 2017-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16290
16291 PR gdb/16188
16292 * fork-child.c (trace_start_error): Fix thinko. va_end should
16293 refer to 'ap', not 'args'.
16294
16295 2017-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16296 Pedro Alves <palves@redhat.com>
16297
16298 PR gdb/16188
16299 * darwin-nat.c (darwin_ptrace_me): Check if calls to system
16300 calls succeeded.
16301 * fork-child.c (trace_start_error): New function.
16302 (trace_start_error_with_name): Likewise.
16303 * gnu-nat.c (gnu_ptrace_me): Check if call to PTRACE succeeded.
16304 * inf-ptrace.c (inf_ptrace_me): Likewise.
16305 * inferior.h (trace_start_error): New prototype.
16306 (trace_start_error_with_name): Likewise.
16307
16308 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
16309
16310 PR gdb/21164
16311 * psymtab.c (maintenance_print_psymbols): Verify if 'argv' is not
16312 NULL before using it.
16313 * symmisc.c (maintenance_print_symbols): Likewise.
16314 (maintenance_print_msymbols): Likewise.
16315
16316 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16317
16318 * NEWS: Add record Python bindings entry.
16319
16320 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16321
16322 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-record-btrace.o,
16323 py-record-full.o.
16324 (SUBDIR_PYTHON_SRCS): Add py-record-btrace.c, py-record-full.c.
16325 * python/py-record-btrace.c, python/py-record-btrace.h,
16326 python/py-record-full.c, python/py-record-full.h: New file.
16327 * python/py-record.c: Add include for py-record-btrace.h and
16328 py-record-full.h.
16329 (recpy_method, recpy_format, recpy_goto, recpy_replay_position,
16330 recpy_instruction_history, recpy_function_call_history, recpy_begin,
16331 recpy_end): Use functions from py-record-btrace.c and py-record-full.c.
16332 * python/python-internal.h (PyInt_FromSsize_t, PyInt_AsSsize_t):
16333 New definition.
16334 (gdbpy_initialize_btrace): New export.
16335 * python/python.c (_initialize_python): Add gdbpy_initialize_btrace.
16336
16337 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16338
16339 * Makefile.in (SUBDIR_PYTHON_OBS): Add python/py-record.o.
16340 (SUBDIR_PYTHON_SRCS): Add python/py-record.c.
16341 * python/py-record.c: New file.
16342 * python/python-internal.h (gdbpy_start_recording,
16343 gdbpy_current_recording, gdpy_stop_recording,
16344 gdbpy_initialize_record): New export.
16345 * python/python.c (_initialize_python): Add gdbpy_initialize_record.
16346 (python_GdbMethods): Add gdbpy_start_recording,
16347 gdbpy_current_recording and gdbpy_stop_recording.
16348
16349 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16350
16351 * record-btrace.c (record_btrace_record_method): New function.
16352 (init_record_btrace_ops): Initialize to_record_method.
16353 * record-full.c (record_full_record_method): New function.
16354 (init_record_full_ops, init_record_full_core_ops): Add
16355 record_full_record_method.
16356 * record.h (enum record_method): New enum.
16357 * target-debug.h (target_debug_print_enum_record_method: New define.
16358 * target-delegates.c: Regenerate.
16359 * target.c (target_record_method): New function.
16360 * target.h: Include record.h.
16361 (struct target_ops) <to_record_method>: New field.
16362 (target_record_method): New export.
16363
16364 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16365
16366 * record.h (record_start, record_stop): New export.
16367 * record.c (record_start, record_stop): New function.
16368
16369 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16370
16371 * btrace.c (btrace_fetch): Copy function call segments pointer
16372 into a vector.
16373 (btrace_clear): Clear the vector.
16374 (btrace_find_insn_by_number): Use binary search to find the correct
16375 function call segment.
16376 * btrace.h (brace_fun_p): New typedef.
16377 (struct btrace_thread_info) <functions>: New field.
16378
16379 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16380
16381 * record-btrace.c (btrace_ui_out_decode_error): Move most of it ...
16382 * btrace.c (btrace_decode_error): ... here. New function.
16383 * btrace.h (btrace_decode_error): New export.
16384
16385 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16386
16387 * btrace.c (ftrace_call_num_insn, btrace_insn_get_error): New function.
16388 (ftrace_new_function, btrace_insn_number, btrace_insn_cmp,
16389 btrace_find_insn_by_number): Remove special case for gaps.
16390 * btrace.h (btrace_insn_get_error): New export.
16391 (btrace_insn_number, btrace_find_insn_by_number): Adjust comment.
16392 * record-btrace.c (btrace_insn_history): Print number for gaps.
16393 (record_btrace_info, record_btrace_goto): Handle gaps.
16394
16395 2017-02-14 Tom Tromey <tom@tromey.com>
16396
16397 PR python/13598:
16398 * python/python.c (gdbpy_before_prompt_hook): Emit before_prompt
16399 event.
16400 * python/py-evts.c (gdbpy_initialize_py_events): Add
16401 before_prompt registry.
16402 * python/py-events.h (events_object) <before_prompt>: New field.
16403
16404 2017-02-14 Markus Metzger <markus.t.metzger@intel.com>
16405
16406 * btrace.c (ftrace_new_switch): Preserve up link and flags.
16407
16408 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
16409
16410 * symfile (_initialize_symfile): Add usage text to the load command's
16411 help text.
16412
16413 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
16414
16415 * utils.c (defaulted_query): Don't query on secondary UIs.
16416
16417 2017-02-10 Tom Tromey <tom@tromey.com>
16418
16419 * rust-lang.c (rust_get_disr_info): Remove unused variable.
16420
16421 2017-02-10 Tom Tromey <tom@tromey.com>
16422
16423 * python/py-value.c (valpy_richcompare_throw): Remove unnecessary
16424 "cleanup" local.
16425 * python/py-type.c (typy_legacy_template_argument): Remove
16426 unnecessary "cleanup" local.
16427
16428 2017-02-10 Tom Tromey <tom@tromey.com>
16429
16430 * python/python.c (do_start_initialization): New function, from
16431 _initialize_python.
16432 (_initialize_python): Call do_start_initialization.
16433 * python/py-linetable.c (ltpy_iternext): Use explicit returns, not
16434 goto.
16435
16436 2017-02-10 Tom Tromey <tom@tromey.com>
16437
16438 * python/py-prettyprint.c (pretty_print_one_value): Use
16439 gdbpy_ref.
16440
16441 2017-02-10 Tom Tromey <tom@tromey.com>
16442
16443 * python/py-cmd.c (cmdpy_destroyer): Use gdbpy_ref.
16444 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Use
16445 gdbpy_ref.
16446 * python/py-type.c (field_new): Use gdbpy_ref.
16447 * python/py-symtab.c (symtab_and_line_to_sal_object): Use
16448 gdbpy_ref.
16449 * python/py-progspace.c (pspy_new): Use gdbpy_ref.
16450 (py_free_pspace): Likewise.
16451 (pspace_to_pspace_object): Likewise.
16452 * python/py-objfile.c (objfpy_new): Use gdbpy_ref.
16453 (py_free_objfile): Likewise.
16454 (objfile_to_objfile_object): Likewise.
16455 * python/py-inferior.c (delete_thread_object): Use
16456 gdbpy_ref.
16457 (infpy_read_memory): Likewise.
16458 (py_free_inferior): Likewise.
16459 * python/py-evtregistry.c (create_eventregistry_object): Use
16460 gdbpy_ref.
16461 * python/py-event.c (create_event_object): Use gdbpy_ref.
16462
16463 2017-02-10 Tom Tromey <tom@tromey.com>
16464
16465 * python/py-ref.h (gdbpy_ref_policy): Now a template.
16466 (gdbpy_ref): Now a template; allow subclasses of PyObject to be
16467 used.
16468 * python/py-arch.c, python/py-bpevent.c, python/py-breakpoint.c,
16469 python/py-cmd.c, python/py-continueevent.c, python/py-event.c,
16470 python/py-exitedevent.c, python/py-finishbreakpoint.c,
16471 python/py-framefilter.c, python/py-function.c,
16472 python/py-inferior.c, python/py-infevents.c,
16473 python/py-linetable.c, python/py-newobjfileevent.c,
16474 python/py-param.c, python/py-prettyprint.c, python/py-ref.h,
16475 python/py-signalevent.c, python/py-stopevent.c,
16476 python/py-symbol.c, python/py-threadevent.c, python/py-type.c,
16477 python/py-unwind.c, python/py-utils.c, python/py-value.c,
16478 python/py-varobj.c, python/py-xmethods.c, python/python.c,
16479 varobj.c: Change gdbpy_ref to gdbpy_ref<>.
16480
16481 2017-02-10 Tom Tromey <tom@tromey.com>
16482
16483 * ui-out.h (ui_out_emit_type): New class.
16484 (ui_out_emit_tuple, ui_out_emit_list): New typedefs.
16485 * python/py-framefilter.c (py_print_single_arg): Use gdb::optional
16486 and ui_out_emit_tuple.
16487 (enumerate_locals): Likewise.
16488 (py_mi_print_variables, py_print_locals, py_print_args): Use
16489 ui_out_emit_list.
16490 (py_print_frame): Use gdb::optional, ui_out_emit_tuple,
16491 ui_out_emit_list.
16492 * common/gdb_optional.h: New file.
16493
16494 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
16495
16496 * MAINTAINERS (Write After Approval): Update my e-mail address.
16497
16498 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
16499
16500 PR gdb/21122
16501 * breakpoint.c (_initialize_breakpoint): Update the help description
16502 of the 'commands' command to indicate that it takes a list argument.
16503
16504 2017-02-09 Simon Marchi <simon.marchi@ericsson.com>
16505
16506 * interps.c (current_interp_set_logging): Remove "return".
16507
16508 2017-02-09 Gary Benson <gbenson@redhat.com>
16509
16510 * symtab.c (add_symtab_completions): Prevent NULL pointer
16511 dereference.
16512
16513 2017-02-08 Pedro Alves <palves@redhat.com>
16514
16515 * interps.c (interp::interp): Remove reference to quiet_p.
16516 (interp_set): Make static. Remove dead "Switching to" output
16517 code.
16518 (interp_quiet_p, interp_set_quiet): Delete.
16519 (interpreter_exec_cmd): Don't set the interpreter quiet.
16520 * interps.h (interp_quiet_p): Make static.
16521 (class interp) <quiet_p>: Remove field
16522
16523 2017-02-08 Jerome Guitton <guitton@adacore.com>
16524
16525 * cli/cli-decode.c (find_command_name_length): Make it extern.
16526 * cli/cli-decode.h (find_command_name_length): Declare.
16527 * cli/cli-script.c (command_name_equals, line_first_arg):
16528 New functions.
16529 (process_next_line): Use cli-decode to parse command names.
16530 (build_command_line): Make args a constant pointer.
16531
16532 2017-02-08 Jerome Guitton <guitton@adacore.com>
16533
16534 * cli-decode.c (lookup_cmd_1, lookup_cmd_composition):
16535 Remove case-insensitive search.
16536
16537 2017-02-07 Jose E. Marchesi <jose.marchesi@oracle.com>
16538
16539 * sparc-tdep.c (sparc32_gdbarch_init): Do not place a + operator
16540 at the end of the line. Avoids an ARI warning.
16541
16542 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
16543
16544 * NEWS: Mention support for record/replay of Intel 64 rdrand and
16545 rdseed instructions.
16546 i386-tdep.c (i386_process_record): Handle Intel 64 rdrand and rseed.
16547
16548 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
16549
16550 PR tdep/20936
16551 Provide and use sparc32 and sparc64 target description XML files.
16552 * features/sparc/sparc32-cp0.xml, features/sparc/sparc32-cpu.xml,
16553 features/sparc/sparc32-fpu.xml: New files for sparc 32-bit.
16554 * features/sparc/sparc64-cp0.xml, features/sparc/sparc64-cpu.xml,
16555 features/sparc/sparc64-fpu.xml: New files for sparc 64-bit.
16556 * features/sparc/sparc32-solaris.xml: New file.
16557 * features/sparc/sparc64-solaris.xml: New file.
16558 * features/sparc/sparc32-solaris.c: Generated.
16559 * features/sparc/sparc64-solaris.c: Generated.
16560 * sparc-tdep.h: Account for differences in target descriptions.
16561 * sparc-tdep.c (sparc32_register_name): Use target provided registers.
16562 (sparc32_register_type): Use target provided registers.
16563 (validate_tdesc_registers): New function.
16564 (sparc32_gdbarch_init): Use tdesc_has_registers.
16565 Set pseudoregister functions.
16566 * sparc64-tdep.c (sparc64_register_name): Use target provided registers.
16567 (sparc64_register_type): Use target provided registers.
16568 (sparc64_init_abi): Set pseudoregister functions.
16569
16570 2017-02-03 Tom Tromey <tom@tromey.com>
16571
16572 PR rust/21097:
16573 * rust-lang.c (rust_print_type) <TYPE_CODE_UNION>: Handle enums
16574 with a single member.
16575
16576 2017-02-03 Pedro Alves <palves@redhat.com>
16577
16578 * cli/cli-interp.c (cli_interp_base::cli_interp_base)
16579 (cli_interp_base::~cli_interp_base): New.
16580 (cli_interp): New struct.
16581 (as_cli_interp): Cast the interp itself to cli_interp.
16582 (cli_interpreter_pre_command_loop): Rename to ...
16583 (cli_interp_base::pre_command_loop): ... this. Remove 'self'
16584 parameter.
16585 (cli_interpreter_init): Rename to ...
16586 (cli_interp::init): ... this. Remove 'self' parameter. Use
16587 boolean. Make extern.
16588 (cli_interpreter_resume): Rename to ...
16589 (cli_interp::resume): ... this. Remove 'data' parameter. Make
16590 extern.
16591 (cli_interpreter_suspend): Rename to ...
16592 (cli_interp::suspend): ... this. Remove 'data' parameter. Make
16593 extern.
16594 (cli_interpreter_exec): Rename to ...
16595 (cli_interp::exec): ... this. Remove 'data' parameter. Make
16596 extern.
16597 (cli_interpreter_supports_command_editing): Rename to ...
16598 (cli_interp_base::supports_command_editing): ... this. Remove
16599 'interp' parameter. Make extern.
16600 (cli_ui_out): Rename to ...
16601 (cli_interp::interp_ui_out): ... this. Remove 'interp' parameter.
16602 Make extern.
16603 (cli_set_logging): Rename to ...
16604 (cli_interp_base::set_logging): ... this. Remove 'interp'
16605 parameter. Make extern.
16606 (cli_interp_procs): Delete.
16607 (cli_interp_factory): Adjust to use "new".
16608 * cli/cli-interp.h: Include "interps.h".
16609 (struct cli_interp_base): New struct.
16610 * interps.c (struct interp): Delete. Fields moved to interps.h.
16611 (interp_new): Delete.
16612 (interp::interp, interp::~interp): New.
16613 (interp_set): Use bool, and return void. Assume the interpreter
16614 has suspend, init and resume methods, and that the all return
16615 void.
16616 (set_top_level_interpreter): interp_set returns void.
16617 (interp_ui_out): Adapt.
16618 (current_interp_set_logging): Adapt.
16619 (interp_data): Delete.
16620 (interp_pre_command_loop, interp_supports_command_editing): Adapt.
16621 (interp_exec): Adapt.
16622 (top_level_interpreter_data): Delete.
16623 * interps.h (interp_init_ftype, interp_resume_ftype)
16624 (interp_suspend_ftype, interp_exec_ftype)
16625 (interp_pre_command_loop_ftype, interp_ui_out_ftype): Delete.
16626 (class interp): New.
16627 (interp_new): Delete.
16628 (interp_set): Now returns void. Use bool.
16629 (interp_data, top_level_interpreter_data): Delete.
16630 * mi/mi-common.h: Include interps.h.
16631 (class mi_interp): Inherit from interp. Define a ctor. Declare
16632 init, resume, suspect, exec, interp_ui_out, set_logging and
16633 pre_command_loop methods.
16634 * mi/mi-interp.c (as_mi_interp): Cast the interp itself.
16635 (mi_interpreter_init): Rename to ...
16636 (mi_interp::init): ... this. Remove the 'interp' parameter, use
16637 bool, return void and make extern. Adjust.
16638 (mi_interpreter_resume): ... Rename to ...
16639 (mi_interp::resume): ... this. Remove the 'data' parameter,
16640 return void and make extern. Adjust.
16641 (mi_interpreter_suspend): ... Rename to ...
16642 (mi_interp::suspend): ... this. Remove the 'data' parameter,
16643 return void and make extern. Adjust.
16644 (mi_interpreter_exec): ... Rename to ...
16645 (mi_interp::exec): ... this. Remove the 'data' parameter and make
16646 extern. Adjust.
16647 (mi_interpreter_pre_command_loop): ... Rename to ...
16648 (mi_interp::pre_command_loop): ... this. Remove the 'self'
16649 parameter and make extern.
16650 (mi_on_normal_stop_1): Adjust.
16651 (mi_ui_out): Rename to ...
16652 (mi_interp::interp_ui_out): ... this. Remove the 'interp'
16653 parameter and make extern. Adjust.
16654 (mi_set_logging): Rename to ...
16655 (mi_interp::set_logging): ... this. Remove the 'interp'
16656 parameter and make extern. Adjust.
16657 (mi_interp_procs): Delete.
16658 (mi_interp_factory): Adjust to use 'new'.
16659 * mi/mi-main.c (mi_cmd_gdb_exit, captured_mi_execute_command)
16660 (mi_print_exception, mi_execute_command, mi_load_progress):
16661 Adjust.
16662 * tui/tui-interp.c (tui_interp): New class.
16663 (as_tui_interp): Return a tui_interp pointer.
16664 (tui_on_normal_stop, tui_on_signal_received)
16665 (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
16666 (tui_on_no_history, tui_on_user_selected_context_changed): Adjust
16667 to use interp::interp_ui_out.
16668 (tui_init): Rename to ...
16669 (tui_interp::init): ... this. Remove the 'self' parameter, use
16670 bool, return void and make extern. Adjust.
16671 (tui_resume): Rename to ...
16672 (tui_interp::resume): ... this. Remove the 'data' parameter,
16673 return void and make extern. Adjust.
16674 (tui_suspend): Rename to ...
16675 (tui_interp::suspend): ... this. Remove the 'data' parameter,
16676 return void and make extern. Adjust.
16677 (tui_ui_out): Rename to ...
16678 (tui_interp::interp_ui_out): ... this. Remove the 'self'
16679 parameter, and make extern. Adjust.
16680 (tui_exec): Rename to ...
16681 (tui_interp::exec): ... this. Remove the 'data' parameter and
16682 make extern.
16683 (tui_interp_procs): Delete.
16684 (tui_interp_factory): Use "new".
16685
16686 2017-02-02 Tom Tromey <tom@tromey.com>
16687
16688 * rust-exp.y (ends_raw_string, space_then_number)
16689 (rust_identifier_start_p): Return bool.
16690 * rust-lang.c (rust_tuple_type_p, rust_underscore_fields)
16691 (rust_tuple_struct_type_p, rust_tuple_variant_type_p)
16692 (rust_slice_type_p, rust_range_type_p, rust_u8_type_p)
16693 (rust_chartype_p): Return bool.
16694 (val_print_struct, rust_print_struct_def, rust_print_type):
16695 Update.
16696 * rust-lang.h (rust_tuple_type_p, rust_tuple_struct_type_p):
16697 Return bool.
16698
16699 2017-02-02 Tom Tromey <tom@tromey.com>
16700
16701 * rust-lang.c: Reindent.
16702
16703 2017-02-02 Tom Tromey <tom@tromey.com>
16704
16705 * rust-lang.h (rust_crate_for_block): Update.
16706 * rust-lang.c (rust_crate_for_block): Return std::string.
16707 (rust_get_disr_info): Use std:;string, not
16708 gdb::unique_xmalloc_ptr.
16709 * rust-exp.y (crate_name): Update.
16710
16711 2017-02-02 Pedro Alves <palves@redhat.com>
16712
16713 * disasm-selftests.c (print_one_insn_test): Move the "verbose"
16714 field out of gdb_disassembler_test and make it static.
16715
16716 2017-02-02 Pedro Alves <palves@redhat.com>
16717
16718 * mi/mi-common.h (struct mi_interp): Delete the mi2_interp,
16719 mi1_interp and mi_interp fields.
16720
16721 2017-02-02 Pedro Alves <palves@redhat.com>
16722
16723 * cli/cli-interp.c (struct saved_output_files, saved_output):
16724 Moved from cli/cli-logging.c.
16725 (cli_set_logging): New function.
16726 (cli_interp_procs): Install cli_set_logging.
16727 * cli/cli-interp.h (make_logging_output, cli_set_logging):
16728 Declare.
16729 * cli/cli-logging.c (struct saved_output_files, saved_output):
16730 Moved to cli/cli-interp.c.
16731 (pop_output_files): Don't save outputs here.
16732 (make_logging_output): New function.
16733 (handle_redirections): Don't build tee nor save previous outputs
16734 here.
16735 * interps.c (current_interp_set_logging): Change prototype.
16736 Assume there's always a set_logging_proc method installed.
16737 * interps.h (interp_set_logging_ftype): Change prototype.
16738 (current_interp_set_logging): Change prototype and adjust comment.
16739 * mi/mi-interp.c (mi_set_logging): Change protototype. Adjust to
16740 use make_logging_output.
16741 * tui/tui-interp.c (tui_interp_procs): Install cli_set_logging.
16742 2017-02-02 Pedro Alves <palves@redhat.com>
16743
16744 * cli/cli-logging.c (maybe_warn_already_logging): New factored out
16745 from ...
16746 (set_logging_overwrite): ... here.
16747 (logging_no_redirect_file): Delete.
16748 (set_logging_redirect): Don't handle redirection on the fly.
16749 Instead warn that "logging off" / "logging on" is necessary.
16750 (pop_output_files): Delete references to logging_no_redirect_file.
16751 (show_logging_command): Always speak in terms of what will happen
16752 once logging is reenabled.
16753
16754 2017-02-02 Pedro Alves <palves@redhat.com>
16755
16756 * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
16757
16758 2017-02-02 Pedro Alves <palves@redhat.com>
16759
16760 * disasm.c (gdb_pretty_print_insn): Rename to ...
16761 (gdb_pretty_print_disassembler::pretty_print_insn): ... this.
16762 Remove gdbarch parameter. Adapt to clear the object's buffers
16763 instead of allocating new buffers, and to print using the object's
16764 gdb_disassembler instead of calling gdb_print_insn.
16765 (dump_insns): Use gdb_pretty_print_disassembler.
16766 * disasm.h (gdb_pretty_print_insn): Delete declaration.
16767 (gdb_pretty_print_disassembler): New class.
16768 * record-btrace.c (btrace_insn_history): Use
16769 gdb_pretty_print_disassembler.
16770
16771 2017-02-02 Pedro Alves <palves@redhat.com>
16772
16773 * ada-lang.c (type_as_string): Use string_file.
16774 * ada-valprint.c (ada_print_floating): Use string_file.
16775 * ada-varobj.c (ada_varobj_scalar_image)
16776 (ada_varobj_get_value_image): Use string_file.
16777 * aix-thread.c (aix_thread_extra_thread_info): Use string_file.
16778 * arm-tdep.c (_initialize_arm_tdep): Use string_printf.
16779 * breakpoint.c (update_inserted_breakpoint_locations)
16780 (insert_breakpoint_locations, reattach_breakpoints)
16781 (print_breakpoint_location, print_one_detail_ranged_breakpoint)
16782 (print_it_watchpoint): Use string_file.
16783 (save_breakpoints): Use stdio_file.
16784 * c-exp.y (oper): Use string_file.
16785 * cli/cli-logging.c (set_logging_redirect): Use ui_file_up and
16786 tee_file.
16787 (pop_output_files): Use delete.
16788 (handle_redirections): Use stdio_file and tee_file.
16789 * cli/cli-setshow.c (do_show_command): Use string_file.
16790 * compile/compile-c-support.c (c_compute_program): Use
16791 string_file.
16792 * compile/compile-c-symbols.c (generate_vla_size): Take a
16793 'string_file &' instead of a 'ui_file *'.
16794 (generate_c_for_for_one_variable): Take a 'string_file &' instead
16795 of a 'ui_file *'. Use string_file.
16796 (generate_c_for_variable_locations): Take a 'string_file &'
16797 instead of a 'ui_file *'.
16798 * compile/compile-internal.h (generate_c_for_for_one_variable):
16799 Take a 'string_file &' instead of a 'ui_file *'.
16800 * compile/compile-loc2c.c (push, pushf, unary, binary)
16801 (print_label, pushf_register_address, pushf_register)
16802 (do_compile_dwarf_expr_to_c): Take a 'string_file &' instead of a
16803 'ui_file *'. Adjust.
16804 * compile/compile.c (compile_to_object): Use string_file.
16805 * compile/compile.h (compile_dwarf_expr_to_c)
16806 (compile_dwarf_bounds_to_c): Take a 'string_file &' instead of a
16807 'ui_file *'.
16808 * cp-support.c (inspect_type): Use string_file and obstack_copy0.
16809 (replace_typedefs_qualified_name): Use string_file and
16810 obstack_copy0.
16811 * disasm.c (gdb_pretty_print_insn): Use string_file.
16812 (gdb_disassembly): Adjust reference the null_stream global.
16813 (do_ui_file_delete): Delete.
16814 (gdb_insn_length): Use null_stream.
16815 * dummy-frame.c (maintenance_print_dummy_frames): Use stdio_file.
16816 * dwarf2loc.c (dwarf2_compile_property_to_c)
16817 (locexpr_generate_c_location, loclist_generate_c_location): Take a
16818 'string_file &' instead of a 'ui_file *'.
16819 * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise.
16820 * dwarf2read.c (do_ui_file_peek_last): Delete.
16821 (dwarf2_compute_name): Use string_file.
16822 * event-top.c (gdb_setup_readline): Use stdio_file.
16823 * gdbarch.sh (verify_gdbarch): Use string_file.
16824 * gdbtypes.c (safe_parse_type): Use null_stream.
16825 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Use
16826 string_file.
16827 * guile/scm-disasm.c (gdbscm_print_insn_from_port): Take a
16828 'string_file *' instead of a 'ui_file *'.
16829 (gdbscm_arch_disassemble): Use string_file.
16830 * guile/scm-frame.c (frscm_print_frame_smob): Use string_file.
16831 * guile/scm-ports.c (class ioscm_file_port): Now a class that
16832 inherits from ui_file.
16833 (ioscm_file_port_delete, ioscm_file_port_rewind)
16834 (ioscm_file_port_put): Delete.
16835 (ioscm_file_port_write): Rename to ...
16836 (ioscm_file_port::write): ... this. Remove file_port_magic
16837 checks.
16838 (ioscm_file_port_new): Delete.
16839 (ioscm_with_output_to_port_worker): Use ioscm_file_port and
16840 ui_file_up.
16841 * guile/scm-type.c (tyscm_type_name): Use string_file.
16842 * guile/scm-value.c (vlscm_print_value_smob, gdbscm_value_print):
16843 Use string_file.
16844 * infcmd.c (print_return_value_1): Use string_file.
16845 * infrun.c (print_target_wait_results): Use string_file.
16846 * language.c (add_language): Use string_file.
16847 * location.c (explicit_to_string_internal): Use string_file.
16848 * main.c (captured_main_1): Use null_file.
16849 * maint.c (maintenance_print_architecture): Use stdio_file.
16850 * mi/mi-cmd-stack.c (list_arg_or_local): Use string_file.
16851 * mi/mi-common.h (struct mi_interp) <out, err, log, targ,
16852 event_channel>: Change type to mi_console_file pointer.
16853 * mi/mi-console.c (mi_console_file_fputs, mi_console_file_flush)
16854 (mi_console_file_delete): Delete.
16855 (struct mi_console_file): Delete.
16856 (mi_console_file_magic): Delete.
16857 (mi_console_file_new): Delete.
16858 (mi_console_file::mi_console_file): New.
16859 (mi_console_file_delete): Delete.
16860 (mi_console_file_fputs): Delete.
16861 (mi_console_file::write): New.
16862 (mi_console_raw_packet): Delete.
16863 (mi_console_file::flush): New.
16864 (mi_console_file_flush): Delete.
16865 (mi_console_set_raw): Rename to ...
16866 (mi_console_file::set_raw): ... this.
16867 * mi/mi-console.h (class mi_console_file): New class.
16868 (mi_console_file_new, mi_console_set_raw): Delete.
16869 * mi/mi-interp.c (mi_interpreter_init): Use mi_console_file.
16870 (mi_set_logging): Use delete and tee_file. Adjust.
16871 * mi/mi-main.c (output_register): Use string_file.
16872 (mi_cmd_data_evaluate_expression): Use string_file.
16873 (mi_cmd_data_read_memory): Use string_file.
16874 (mi_cmd_execute, print_variable_or_computed): Use string_file.
16875 * mi/mi-out.c (mi_ui_out::main_stream): New.
16876 (mi_ui_out::rewind): Use main_stream and
16877 string_file.
16878 (mi_ui_out::put): Use main_stream and string_file.
16879 (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
16880 Allocate a 'string_file' instead.
16881 (mi_out_new): Don't allocate a mem_fileopen stream here.
16882 * mi/mi-out.h (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
16883 (mi_ui_out::main_stream): Declare method.
16884 * printcmd.c (eval_command): Use string_file.
16885 * psymtab.c (maintenance_print_psymbols): Use stdio_file.
16886 * python/py-arch.c (archpy_disassemble): Use string_file.
16887 * python/py-breakpoint.c (bppy_get_commands): Use string_file.
16888 * python/py-frame.c (frapy_str): Use string_file.
16889 * python/py-framefilter.c (py_print_type, py_print_single_arg):
16890 Use string_file.
16891 * python/py-type.c (typy_str): Use string_file.
16892 * python/py-unwind.c (unwind_infopy_str): Use string_file.
16893 * python/py-value.c (valpy_str): Use string_file.
16894 * record-btrace.c (btrace_insn_history): Use string_file.
16895 * regcache.c (regcache_print): Use stdio_file.
16896 * reggroups.c (maintenance_print_reggroups): Use stdio_file.
16897 * remote.c (escape_buffer): Use string_file.
16898 * rust-lang.c (rust_get_disr_info): Use string_file.
16899 * serial.c (serial_open_ops_1): Use stdio_file.
16900 (do_serial_close): Use delete.
16901 * stack.c (print_frame_arg): Use string_file.
16902 (print_frame_args): Remove local mem_fileopen stream, not used.
16903 (print_frame): Use string_file.
16904 * symmisc.c (maintenance_print_symbols): Use stdio_file.
16905 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
16906 Take a 'string_file *' instead of a 'ui_file *'.
16907 * top.c (new_ui): Use stdio_file and stderr_file.
16908 (free_ui): Use delete.
16909 (execute_command_to_string): Use string_file.
16910 (quit_confirm): Use string_file.
16911 * tracepoint.c (collection_list::append_exp): Use string_file.
16912 * tui/tui-disasm.c (tui_disassemble): Use string_file.
16913 * tui/tui-file.c: Don't include "ui-file.h".
16914 (enum streamtype, struct tui_stream): Delete.
16915 (tui_file_new, tui_file_delete, tui_fileopen, tui_sfileopen)
16916 (tui_file_isatty, tui_file_rewind, tui_file_put): Delete.
16917 (tui_file::tui_file): New method.
16918 (tui_file_fputs): Delete.
16919 (tui_file_get_strbuf): Delete.
16920 (tui_file::puts): New method.
16921 (tui_file_adjust_strbuf): Delete.
16922 (tui_file_flush): Delete.
16923 (tui_file::flush): New method.
16924 * tui/tui-file.h: Tweak intro comment.
16925 Include ui-file.h.
16926 (tui_fileopen, tui_sfileopen, tui_file_get_strbuf)
16927 (tui_file_adjust_strbuf): Delete declarations.
16928 (class tui_file): New class.
16929 * tui/tui-io.c (tui_initialize_io): Use tui_file.
16930 * tui/tui-regs.c (tui_restore_gdbout): Use delete.
16931 (tui_register_format): Use string_stream.
16932 * tui/tui-stack.c (tui_make_status_line): Use string_file.
16933 (tui_get_function_from_frame): Use string_file.
16934 * typeprint.c (type_to_string): Use string_file.
16935 * ui-file.c (struct ui_file, ui_file_magic, ui_file_new): Delete.
16936 (null_stream): New global.
16937 (ui_file_delete): Delete.
16938 (ui_file::ui_file): New.
16939 (null_file_isatty): Delete.
16940 (ui_file::~ui_file): New.
16941 (null_file_rewind): Delete.
16942 (ui_file::printf): New.
16943 (null_file_put): Delete.
16944 (null_file_flush): Delete.
16945 (ui_file::putstr): New.
16946 (null_file_write): Delete.
16947 (ui_file::putstrn): New.
16948 (null_file_read): Delete.
16949 (ui_file::putc): New.
16950 (null_file_fputs): Delete.
16951 (null_file_write_async_safe): Delete.
16952 (ui_file::vprintf): New.
16953 (null_file_delete): Delete.
16954 (null_file::write): New.
16955 (null_file_fseek): Delete.
16956 (null_file::puts): New.
16957 (ui_file_data): Delete.
16958 (null_file::write_async_safe): New.
16959 (gdb_flush, ui_file_isatty): Adjust.
16960 (ui_file_put, ui_file_rewind): Delete.
16961 (ui_file_write): Adjust.
16962 (ui_file_write_for_put): Delete.
16963 (ui_file_write_async_safe, ui_file_read): Adjust.
16964 (ui_file_fseek): Delete.
16965 (fputs_unfiltered): Adjust.
16966 (set_ui_file_flush, set_ui_file_isatty, set_ui_file_rewind)
16967 (set_ui_file_put, set_ui_file_write, set_ui_file_write_async_safe)
16968 (set_ui_file_read, set_ui_file_fputs, set_ui_file_fseek)
16969 (set_ui_file_data): Delete.
16970 (string_file::~string_file, string_file::write)
16971 (struct accumulated_ui_file, do_ui_file_xstrdup, ui_file_xstrdup)
16972 (do_ui_file_as_string, ui_file_as_string): Delete.
16973 (do_ui_file_obsavestring, ui_file_obsavestring): Delete.
16974 (struct mem_file): Delete.
16975 (mem_file_new): Delete.
16976 (stdio_file::stdio_file): New.
16977 (mem_file_delete): Delete.
16978 (stdio_file::stdio_file): New.
16979 (mem_fileopen): Delete.
16980 (stdio_file::~stdio_file): New.
16981 (mem_file_rewind): Delete.
16982 (stdio_file::set_stream): New.
16983 (mem_file_put): Delete.
16984 (stdio_file::open): New.
16985 (mem_file_write): Delete.
16986 (stdio_file_magic, struct stdio_file): Delete.
16987 (stdio_file_new, stdio_file_delete, stdio_file_flush): Delete.
16988 (stdio_file::flush): New.
16989 (stdio_file_read): Rename to ...
16990 (stdio_file::read): ... this. Adjust.
16991 (stdio_file_write): Rename to ...
16992 (stdio_file::write): ... this. Adjust.
16993 (stdio_file_write_async_safe): Rename to ...
16994 (stdio_file::write_async_safe) ... this. Adjust.
16995 (stdio_file_fputs): Rename to ...
16996 (stdio_file::puts) ... this. Adjust.
16997 (stdio_file_isatty): Delete.
16998 (stdio_file_fseek): Delete.
16999 (stdio_file::isatty): New.
17000 (stderr_file_write): Rename to ...
17001 (stderr_file::write) ... this. Adjust.
17002 (stderr_file_fputs): Rename to ...
17003 (stderr_file::puts) ... this. Adjust.
17004 (stderr_fileopen, stdio_fileopen, gdb_fopen): Delete.
17005 (stderr_file::stderr_file): New.
17006 (tee_file_magic): Delete.
17007 (struct tee_file): Delete.
17008 (tee_file::tee_file): New.
17009 (tee_file_new): Delete.
17010 (tee_file::~tee_file): New.
17011 (tee_file_delete): Delete.
17012 (tee_file_flush): Rename to ...
17013 (tee_file::flush): ... this. Adjust.
17014 (tee_file_write): Rename to ...
17015 (tee_file::write): ... this. Adjust.
17016 (tee_file::write_async_safe): New.
17017 (tee_file_fputs): Rename to ...
17018 (tee_file::puts): ... this. Adjust.
17019 (tee_file_isatty): Rename to ...
17020 (tee_file::isatty): ... this. Adjust.
17021 * ui-file.h (struct obstack, struct ui_file): Don't
17022 forward-declare.
17023 (ui_file_new, ui_file_flush_ftype, set_ui_file_flush)
17024 (ui_file_write_ftype)
17025 (set_ui_file_write, ui_file_fputs_ftype, set_ui_file_fputs)
17026 (ui_file_write_async_safe_ftype, set_ui_file_write_async_safe)
17027 (ui_file_read_ftype, set_ui_file_read, ui_file_isatty_ftype)
17028 (set_ui_file_isatty, ui_file_rewind_ftype, set_ui_file_rewind)
17029 (ui_file_put_method_ftype, ui_file_put_ftype, set_ui_file_put)
17030 (ui_file_delete_ftype, set_ui_file_data, ui_file_fseek_ftype)
17031 (set_ui_file_fseek): Delete.
17032 (ui_file_data, ui_file_delete, ui_file_rewind)
17033 (struct ui_file): New.
17034 (ui_file_up): New.
17035 (class null_file): New.
17036 (null_stream): Declare.
17037 (ui_file_write_for_put, ui_file_put): Delete.
17038 (ui_file_xstrdup, ui_file_as_string, ui_file_obsavestring):
17039 Delete.
17040 (ui_file_fseek, mem_fileopen, stdio_fileopen, stderr_fileopen)
17041 (gdb_fopen, tee_file_new): Delete.
17042 (struct string_file): New.
17043 (struct stdio_file): New.
17044 (stdio_file_up): New.
17045 (struct stderr_file): New.
17046 (class tee_file): New.
17047 * ui-out.c (ui_out::field_stream): Take a 'string_file &' instead
17048 of a 'ui_file *'. Adjust.
17049 * ui-out.h (class ui_out) <field_stream>: Likewise.
17050 * utils.c (do_ui_file_delete, make_cleanup_ui_file_delete)
17051 (null_stream): Delete.
17052 (error_stream): Take a 'string_file &' instead of a 'ui_file *'.
17053 Adjust.
17054 * utils.h (struct ui_file): Delete forward declaration..
17055 (make_cleanup_ui_file_delete, null_stream): Delete declarations.
17056 (error_stream): Take a 'string_file &' instead of a
17057 'ui_file *'.
17058 * varobj.c (varobj_value_get_print_value): Use string_file.
17059 * xtensa-tdep.c (xtensa_verify_config): Use string_file.
17060 * gdbarch.c: Regenerate.
17061
17062 2017-02-02 Pedro Alves <palves@redhat.com>
17063
17064 * disasm.c (gdb_disassembler::pretty_print_insn): Rename to...
17065 (gdb_pretty_print_insn): ... this. Now a free function. Add back
17066 a 'gdbarch' parameter. Allocate a mem_fileopen stream here.
17067 Adjust to call gdb_print_insn instead of
17068 gdb_disassembler::print_insn.
17069 (dump_insns, do_mixed_source_and_assembly_deprecated)
17070 (do_mixed_source_and_assembly, do_assembly_only): Add back a
17071 'gdbarch' parameter. Remove gdb_disassembler parameter.
17072 (gdb_disassembly): Don't allocate a gdb_disassembler here.
17073 * disasm.h (gdb_disassembler::pretty_print_insn): Delete
17074 declaration.
17075 (gdb_pretty_print_insn): Re-add declaration.
17076 * record-btrace.c (btrace_insn_history): Don't allocate a
17077 gdb_disassembler here. Adjust to call gdb_pretty_print_insn.
17078
17079 2017-02-01 Simon Marchi <simon.marchi@polymtl.ca>
17080
17081 * disasm.h (gdb_disassembly): Remove file_string parameter.
17082 * disasm.c (gdb_disassembly): Likewise.
17083 * cli/cli-cmds.c (print_disassembly): Adapt.
17084 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
17085 * stack.c (do_gdb_disassembly): Likewise.
17086
17087 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17088
17089 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): For
17090 DWARF_VALUE_LITERAL, no longer ignore the offset on big-endian
17091 targets. And if the implicit value is longer than needed, extract
17092 the first bytes instead of the "least significant" ones.
17093
17094 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
17095
17096 * btrace.c (btrace_enable): Do not call btrace_add_pc for
17097 BTRACE_FORMAT_PT or if can_access_registers_ptid returns false.
17098 (btrace_fetch): Assert can_access_registers_ptid.
17099 * record-btrace.c (require_btrace_thread, record_btrace_info): Call
17100 validate_registers_access.
17101
17102 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
17103
17104 * gdbthread.h (can_access_registers_ptid): New.
17105 * thread.c (can_access_registers_ptid): New.
17106
17107 2017-02-01 Pedro Alves <palves@redhat.com>
17108
17109 * i386-tdep.c (i386_fast_tracepoint_valid_at): Use gdb_insn_length.
17110
17111 2017-01-31 Pedro Alves <palves@redhat.com>
17112
17113 * mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified):
17114 Fix typos.
17115
17116 2017-01-31 Pedro Alves <palves@redhat.com>
17117
17118 * stack.c (print_frame_args): Remove local mem_fileopen stream,
17119 not used.
17120
17121 2017-01-31 Pedro Alves <palves@redhat.com>
17122
17123 * varobj.c (varobj_value_get_print_value): Remove xstrdup call.
17124
17125 2017-01-31 Pedro Alves <palves@redhat.com>
17126
17127 * common/scoped_restore.h
17128 (scoped_restore_tmpl::scoped_restore_tmpl): Template on T2, and
17129 change the value's parameter type to T2.
17130 (make_scoped_restore): Likewise.
17131
17132 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
17133 Richard Henderson <rth@redhat.com>
17134
17135 * amd64-linux-nat.c (PTRACE_ARCH_PRCTL): New define.
17136 (amd64_linux_fetch_inferior_registers): Add case to fetch FS_BASE
17137 GS_BASE for older kernels.
17138 (amd64_linux_store_inferior_registers): Add case to store FS_BASE
17139 GS_BASE for older kernels.
17140 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Add FS_BASE
17141 and GS_BASE to the offset table.
17142 (amd64_linux_register_reggroup_p): Add FS_BASE and GS_BASE to the
17143 system register group.
17144 * amd64-nat.c (amd64_native_gregset_reg_offset): Implements case
17145 for older kernels.
17146 * amd64-tdep.c (amd64_init_abi): Add segment registers for the
17147 amd64 ABI.
17148 * amd64-tdep.h (amd64_regnum): Add AMD64_FSBASE_REGNUM and
17149 AMD64_GSBASE_REGNUM.
17150 (AMD64_NUM_REGS): Set to AMD64_GSBASE_REGNUM + 1.
17151 * features/Makefile (amd64-linux.dat, amd64-avx-linux.dat)
17152 (amd64-mpx-linux.dat, amd64-avx512-linux.dat, x32-linux.dat)
17153 (x32-avx-linux.dat, x32-avx512-linux.dat): Add
17154 i386/64bit-segments.xml in those rules.
17155 * features/i386/64bit-segments.xml: New file.
17156 * features/i386/amd64-avx-mpx-linux.xml: Add 64bit-segments.xml.
17157 * features/i386/amd64-avx-linux.xml: Add 64bit-segments.xml.
17158 * features/i386/amd64-avx512-linux.xml: Add 64bit-segments.xml.
17159 * features/i386/amd64-mpx-linux.xml: Add 64bit-segments.xml.
17160 * features/i386/x32-avx512-linux.xml: Add 64bit-segments.xml.
17161 * features/i386/x32-avx-linux.xml: Add 64bit-segments.xml.
17162 * features/i386/amd64-linux.xml: Add 64bit-segments.xml.
17163 * features/i386/amd64-avx-linux.c: Regenerated.
17164 * features/i386/amd64-avx-mpx-linux.c: Regenerated.
17165 * features/i386/amd64-avx-mpx.c: Regenerated.
17166 * features/i386/amd64-avx512-linux.c: Regenerated.
17167 * features/i386/amd64-linux.c: Regenerated.
17168 * features/i386/amd64-mpx-linux.c: Regenerated.
17169 * features/i386/i386-avx-mpx-linux.c: Regenerated.
17170 * features/i386/i386-avx-mpx.c: Regenerated.
17171 * features/i386/x32-avx-linux.c: Regenerated.
17172 * features/i386/x32-avx512-linux.c: Regenerated.
17173 * regformats/i386/amd64-avx-linux.dat: Regenerated.
17174 * regformats/i386/amd64-avx-mpx-linux.dat: Regenerated.
17175 * regformats/i386/amd64-avx512-linux.dat: Regenerated.
17176 * regformats/i386/amd64-linux.dat: Regenerated.
17177 * regformats/i386/amd64-mpx-linux.dat: Regenerated.
17178 * regformats/i386/x32-avx-linux.dat: Regenerated.
17179 * regformats/i386/x32-avx512-linux.dat: Regenerated.
17180 * regformats/i386/x32-linux.dat: Regenerated.
17181
17182 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
17183
17184 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM):
17185 Set to AMD64_NUM_REGS.
17186
17187 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
17188
17189 * amd64-nat.c (amd64_native_gregset_reg_offset): Simplify logic
17190 that checks validity of a register number.
17191
17192 2017-01-27 Kees Cook <keescook@google.com>
17193
17194 * gdb/arm-linux-nat.c (arm_linux_fetch_inferior_registers): Call
17195 fetch_fpregs if target has fpa registers.
17196 (arm_linux_store_inferior_registers): Call store_fpregs if target
17197 has fpa registers.
17198
17199 2017-01-26 Andreas Arnez <arnez@linux.vnet.ibm.com>
17200
17201 * cris-tdep.c (cris_gdbarch_init): Remove check for
17202 info.byte_order and force it to BFD_ENDIAN_LITTLE.
17203
17204 2017-01-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17205
17206 * corelow.c (get_core_register_section): Check for regset
17207 existence before checking for REGSET_VARIABLE_SIZE.
17208
17209 2017-01-26 Yao Qi <yao.qi@linaro.org>
17210 Pedro Alves <palves@redhat.com>
17211
17212 PR gdb/20939
17213 * disasm.c (gdb_disassembler::dis_asm_memory_error): Don't
17214 call memory_error, save memaddr instead.
17215 (gdb_disassembler::print_insn): If gdbarch_print_insn returns
17216 negative, cal memory_error.
17217 * disasm.h (gdb_disassembler) <m_err_memaddr>: New field.
17218
17219 2017-01-26 Yao Qi <yao.qi@linaro.org>
17220
17221 * disasm-selftests.c (memory_error_test): New function.
17222 (_initialize_disasm_selftests): Register memory_error_test.
17223
17224 2017-01-26 Yao Qi <yao.qi@linaro.org>
17225
17226 * Makefile.in (SFILES): Add disasm-selftests.c and
17227 selftest-arch.c.
17228 (COMMON_OBS): Add disasm-selftests.o and selftest-arch.o.
17229 * disasm-selftests.c: New file.
17230 * selftest-arch.c: New file.
17231 * selftest-arch.h: New file.
17232
17233 2017-01-26 Yao Qi <yao.qi@linaro.org>
17234
17235 * mep-tdep.c (mep_gdb_print_insn): Set info->arch
17236 to bfd_arch_mep. Don't return 0 if section is not
17237 found. Call print_insn_mep.
17238
17239 2017-01-26 Pedro Alves <palves@redhat.com>
17240 Yao Qi <yao.qi@linaro.org>
17241
17242 * arm-tdep.c: Include "disasm.h".
17243 (gdb_print_insn_arm): Update code to get gdbarch.
17244 * disasm.c (dis_asm_read_memory): Change it to
17245 gdb_disassembler::dis_asm_read_memory.
17246 (dis_asm_memory_error): Likewise.
17247 (dis_asm_print_address): Likewise.
17248 (gdb_pretty_print_insn): Change it to
17249 gdb_disassembler::pretty_print_insn.
17250 (dump_insns): Add one argument gdb_disassemlber. All
17251 callers updated.
17252 (do_mixed_source_and_assembly_deprecated): Likewise.
17253 (do_mixed_source_and_assembly): Likewise.
17254 (do_assembly_only): Likewise.
17255 (gdb_disassembler::gdb_disassembler): New.
17256 (gdb_disassembler::print_insn): New.
17257 * disasm.h (class gdb_disassembler): New.
17258 (gdb_pretty_print_insn): Remove declaration.
17259 (gdb_disassemble_info): Likewise.
17260 * guile/scm-disasm.c (class gdbscm_disassembler): New.
17261 (gdbscm_disasm_read_memory_worker): Update.
17262 (gdbscm_disasm_read_memory): Update.
17263 (gdbscm_disasm_memory_error): Remove.
17264 (gdbscm_disasm_print_address): Remove.
17265 (gdbscm_disassembler::gdbscm_disassembler): New.
17266 (gdbscm_print_insn_from_port): Update.
17267 * mips-tdep.c: Include disasm.h.
17268 (gdb_print_insn_mips): Update code to get gdbarch.
17269 * record-btrace.c (btrace_insn_history): Update.
17270 * spu-tdep.c: Include disasm.h.
17271 (struct spu_dis_asm_data): Remove.
17272 (struct spu_dis_asm_info): New.
17273 (spu_dis_asm_print_address): Use spu_dis_asm_info to get
17274 SPU id.
17275 (gdb_print_insn_spu): Cast disassemble_info to
17276 spu_dis_asm_info.
17277
17278 2017-01-26 Yao Qi <yao.qi@linaro.org>
17279
17280 * disasm.c (do_ui_file_delete): Delete.
17281 (gdb_insn_length): Move code creating stream to ...
17282 * utils.c (null_stream): ... here. New function.
17283 * utils.h (null_stream): Declare.
17284
17285 2017-01-23 Simon Marchi <simon.marchi@polymtl.ca>
17286
17287 * python/py-inferior.c (find_thread_object): Return directly
17288 from the loop. Remove "found" variable.
17289
17290 2017-01-21 Joel Brobecker <brobecker@adacore.com>
17291
17292 GDB 7.12.1 released.
17293
17294 2017-01-20 Simon Marchi <simon.marchi@ericsson.com>
17295
17296 * python/py-function.c (fnpy_call): Reorder declarations to have
17297 the gdbpy_enter object declared first.
17298 * python/py-xmethods.c (gdbpy_get_xmethod_arg_types): Likewise.
17299
17300 2017-01-20 Simon Marchi <simon.marchi@ericsson.com>
17301
17302 PR python/21068
17303 * python/python-internal.h (PyMem_RawMalloc): Define for
17304 Python < 3.4.
17305 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Use
17306 PyMem_RawMalloc instead of PyMem_Malloc.
17307
17308 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
17309 Luis Machado <lgustavo@codesourcery.com>
17310
17311 * NEWS (New commands): Mention flash-erase.
17312 (New MI commands): Mention target-flash-erase.
17313 * mi/mi-cmds.c (mi_cmd_target_flash_erase): Add target-flash-erase MI
17314 command.
17315 * mi/mi-cmds.h (mi_cmd_target_flash_erase): New declaration.
17316 * mi/mi-main.c (mi_cmd_target_flash_erase): New function.
17317 * target.c (flash_erase_command): New function.
17318 (initialize_targets): Add new flash-erase command.
17319 * target.h (flash_erase_command): New declaration.
17320
17321 2017-01-20 Joel Brobecker <brobecker@adacore.com>
17322
17323 * nat/linux-ptrace.c: Only include <sys/procfs.h> if
17324 HAVE_SYS_PROCFS_H is defined.
17325
17326 2017-01-18 Alan Hayward <alan.hayward@arm.com>
17327
17328 * remote.c (struct cached_reg): Change data into a pointer.
17329 * (stop_reply_dtr): Free data pointers before deleting vector.
17330 (process_stop_reply): Likewise.
17331 (remote_parse_stop_reply): Allocate space for data
17332
17333 2017-01-18 Alan Hayward <alan.hayward@arm.com>
17334
17335 * amd64-tdep.c (amd64_pseudo_register_read_value): remove
17336 MAX_REGISTER_SIZE.
17337 (amd64_pseudo_register_read_value): Likewise.
17338 * remote.c (fetch_register_using_p): Remove MAX_REGISTER_SIZE.
17339 (store_register_using_P): Likewise.
17340 * regcache.c (regcache_xfer_part): Likewise.
17341
17342 2017-01-16 Ivo Raisr <ivo.raisr@oracle.com>
17343
17344 Split real and pseudo registers.
17345 * sparc-tdep.h (SPARC_CORE_REGISTERS): New macro.
17346 (sparc32_pseudo_regnum): New enum.
17347 * sparc64-tdep.h (sparc64_pseudo_regnum): New enum.
17348 * sparc-tdep.c (SPARC32_FPU_REGISTERS): New macro.
17349 (SPARC32_CP0_REGISTERS): New macro.
17350 (sparc32_pseudo_register_name): New function.
17351 (sparc32_register_name): Use sparc32_pseudo_register_name.
17352 (sparc32_pseudo_register_type): New function.
17353 (sparc32_register_type): Use sparc32_pseudo_register_type.
17354 (sparc32_pseudo_register_read, sparc32_pseudo_register_write): Handle
17355 pseudo register numbers.
17356 * sparc64-tdep.c SPARC64_FPU_REGISTERS): New macro.
17357 (SPARC64_CP0_REGISTERS): New macro.
17358 (sparc64_pseudo_register_name): New function.
17359 (sparc64_register_name): Use sparc64_pseudo_register_name.
17360 (sparc64_pseudo_register_type): New function.
17361 (sparc64_register_type): Use sparc64_pseudo_register_type.
17362 (sparc64_pseudo_register_read, sparc64_pseudo_register_write): Handle
17363 pseudo register numbers.
17364 (sparc64_store_floating_fields, sparc64_extract_floating_fields,
17365 sparc64_store_arguments): Handle pseudo register numbers.
17366
17367 2017-01-13 Yao Qi <yao.qi@linaro.org>
17368
17369 * remote.c (REMOTE_DEBUG_MAX_CHAR): New macro.
17370 (putpkt_binary): Print only REMOTE_DEBUG_MAX_CHAR chars in debug
17371 output.
17372 (getpkt_or_notif_sane_1): Likewise.
17373
17374 2017-01-13 Yao Qi <yao.qi@linaro.org>
17375
17376 * Makefile.in (checker-headers): Use CXX and CXX_DIALET instead
17377 of CC. Pass "-x c++-header" instead of "-x c".
17378
17379 2017-01-12 Simon Marchi <simon.marchi@ericsson.com>
17380
17381 * remote.c (remote_can_async_p): Update comment.
17382
17383 2017-01-12 Simon Marchi <simon.marchi@ericsson.com>
17384
17385 * linux-nat.c (linux_nat_can_async_p): Update comment.
17386
17387 2017-01-12 Simon Marchi <simon.marchi@ericsson.com>
17388
17389 * serial.c (serial_open): Forget about "pc" and "lpt" serial interface.
17390
17391 2017-01-11 Simon Marchi <simon.marchi@ericsson.com>
17392
17393 * cli/cli-decode.c (lookup_cmd_1): Fix typo in comment.
17394
17395 2017-01-10 Tom Tromey <tom@tromey.com>
17396
17397 * python/py-type.c (typy_legacy_template_argument): Update.
17398 * cp-support.h (struct demangle_parse_info) (demangle_parse_info,
17399 ~demangle_parse_info): Declare new members.
17400 (cp_demangled_name_to_comp): Return unique_ptr.
17401 (cp_demangled_name_parse_free)
17402 (make_cleanup_cp_demangled_name_parse_free)
17403 (cp_new_demangle_parse_info): Remove.
17404 * cp-support.c (do_demangled_name_parse_free_cleanup)
17405 (make_cleanup_cp_demangled_name_parse_free): Remove.
17406 (inspect_type, cp_canonicalize_string_full)
17407 (cp_canonicalize_string): Update.
17408 (mangled_name_to_comp): Change return type.
17409 (cp_class_name_from_physname, method_name_from_physname)
17410 (cp_func_name, cp_remove_params): Update.
17411 * cp-name-parser.y (demangle_parse_info): New constructor, from
17412 cp_new_demangle_parse_info.
17413 (~demangle_parse_info): New destructor, from
17414 cp_demangled_name_parse_free.
17415 (cp_merge_demangle_parse_infos): Update.
17416 (cp_demangled_name_to_comp): Change return type.
17417
17418 2017-01-10 Tom Tromey <tom@tromey.com>
17419
17420 * top.c (prevent_dont_repeat): Change return type.
17421 * python/python.c (execute_gdb_command): Use std::string.
17422 Update.
17423 * guile/guile.c (gdbscm_execute_gdb_command): Update.
17424 * command.h (prevent_dont_repeat): Change return type.
17425 * breakpoint.c (bpstat_do_actions_1): Update.
17426
17427 2017-01-10 Tom Tromey <tom@tromey.com>
17428
17429 * value.h (scoped_value_mark::~scoped_value_mark): Call
17430 free_to_mark.
17431 (scoped_value_mark::free_to_mark): New method.
17432 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
17433 scoped_value_mark.
17434
17435 2017-01-10 Tom Tromey <tom@tromey.com>
17436
17437 * python/py-value.c (valpy_dereference, valpy_referenced_value)
17438 (valpy_reference_value, valpy_const_value, valpy_get_address)
17439 (valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
17440 (valpy_getitem, valpy_call, valpy_binop_throw, valpy_negative)
17441 (valpy_absolute, valpy_richcompare_throw): Use scoped_value_mark.
17442 * dwarf2loc.c (dwarf2_loc_desc_get_symbol_read_needs): Use
17443 scoped_value_mark.
17444 * dwarf2-frame.c (execute_stack_op): Use scoped_value_mark.
17445 * value.h (scoped_value_mark): New class.
17446
17447 2017-01-10 Tom Tromey <tom@tromey.com>
17448
17449 * dwarf2read.c (dwarf2_build_psymtabs): Use psymtab_discarder.
17450 * psympriv.h (make_cleanup_discard_psymtabs): Don't declare.
17451 * psymtab.c (discard_psymtabs_upto): Remove.
17452 (make_cleanup_discard_psymtabs): Remove.
17453 (struct psymtab_state): Remove.
17454
17455 2017-01-10 Tom Tromey <tom@tromey.com>
17456
17457 * record-full.c (record_full_save_cleanups): Remove.
17458 (record_full_save): Use gdb::unlinker.
17459 * gcore.c (do_bfd_delete_cleanup): Remove.
17460 (gcore_command): Use gdb::unlinker, unique_xmalloc_ptr. Remove
17461 cleanups.
17462 * dwarf2read.c (unlink_if_set): Remove.
17463 (write_psymtabs_to_index): Use gdb::unlinker.
17464 * common/gdb_unlinker.h: New file.
17465
17466 2017-01-10 Tom Tromey <tom@tromey.com>
17467
17468 * windows-tdep.c (windows_xfer_shared_library): Update.
17469 * windows-nat.c (windows_make_so): Update.
17470 * utils.h (make_cleanup_bfd_unref): Remove.
17471 * utils.c (do_bfd_close_cleanup, make_cleanup_bfd_unref): Remove.
17472 * symfile.h (symfile_bfd_open)
17473 (find_separate_debug_file_in_section): Return gdb_bfd_ref_ptr.
17474 * symfile.c (read_symbols, symbol_file_add)
17475 (separate_debug_file_exists): Update.
17476 (symfile_bfd_open): Return gdb_bfd_ref_ptr.
17477 (generic_load, reread_symbols): Update.
17478 * symfile-mem.c (symbol_file_add_from_memory): Update.
17479 * spu-linux-nat.c (spu_bfd_open): Return gdb_bfd_ref_ptr.
17480 (spu_symbol_file_add_from_memory): Update.
17481 * solist.h (struct target_so_ops) <bfd_open>: Return
17482 gdb_bfd_ref_ptr.
17483 (solib_bfd_fopen, solib_bfd_open): Return gdb_bfd_ref_ptr.
17484 * solib.c (solib_bfd_fopen, solib_bfd_open): Return
17485 gdb_bfd_ref_ptr.
17486 (solib_map_sections, reload_shared_libraries_1): Update.
17487 * solib-svr4.c (enable_break): Update.
17488 * solib-spu.c (spu_bfd_fopen): Return gdb_bfd_ref_ptr.
17489 * solib-frv.c (enable_break2): Update.
17490 * solib-dsbt.c (enable_break): Update.
17491 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): Return
17492 gdb_bfd_ref_ptr.
17493 (darwin_solib_get_all_image_info_addr_at_init): Update.
17494 (darwin_bfd_open): Return gdb_bfd_ref_ptr.
17495 * solib-aix.c (solib_aix_bfd_open): Return gdb_bfd_ref_ptr.
17496 * record-full.c (record_full_save): Update.
17497 * python/py-objfile.c (objfpy_add_separate_debug_file): Update.
17498 * procfs.c (insert_dbx_link_bpt_in_file): Update.
17499 * minidebug.c (find_separate_debug_file_in_section): Return
17500 gdb_bfd_ref_ptr.
17501 * machoread.c (macho_add_oso_symfile): Change abfd to
17502 gdb_bfd_ref_ptr.
17503 (macho_symfile_read_all_oso): Update.
17504 (macho_check_dsym): Return gdb_bfd_ref_ptr.
17505 (macho_symfile_read): Update.
17506 * jit.c (bfd_open_from_target_memory): Return gdb_bfd_ref_ptr.
17507 (jit_bfd_try_read_symtab): Update.
17508 * gdb_bfd.h (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
17509 (gdb_bfd_openw, gdb_bfd_openr_iovec)
17510 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
17511 gdb_bfd_ref_ptr.
17512 (gdb_bfd_ref_policy): New struct.
17513 (gdb_bfd_ref_ptr): New typedef.
17514 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
17515 (gdb_bfd_openw, gdb_bfd_openr_iovec)
17516 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
17517 gdb_bfd_ref_ptr.
17518 * gcore.h (create_gcore_bfd): Return gdb_bfd_ref_ptr.
17519 * gcore.c (create_gcore_bfd): Return gdb_bfd_ref_ptr.
17520 (gcore_command): Update.
17521 * exec.c (exec_file_attach): Update.
17522 * elfread.c (elf_symfile_read): Update.
17523 * dwarf2read.c (dwarf2_get_dwz_file): Update.
17524 (try_open_dwop_file, open_dwo_file): Return gdb_bfd_ref_ptr.
17525 (open_and_init_dwo_file): Update.
17526 (open_dwp_file): Return gdb_bfd_ref_ptr.
17527 (open_and_init_dwp_file): Update.
17528 * corelow.c (core_open): Update.
17529 * compile/compile-object-load.c (compile_object_load): Update.
17530 * common/gdb_ref_ptr.h (ref_ptr::operator->): New operator.
17531 * coffread.c (coff_symfile_read): Update.
17532 * cli/cli-dump.c (bfd_openr_or_error, bfd_openw_or_error): Return
17533 gdb_bfd_ref_ptr. Rename.
17534 (dump_bfd_file, restore_command): Update.
17535 * build-id.h (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
17536 * build-id.c (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
17537 (find_separate_debug_file_by_buildid): Update.
17538
17539 2017-01-10 Tom Tromey <tom@tromey.com>
17540
17541 * common/gdb_ref_ptr.h: New file.
17542 * python/py-ref.h (struct gdbpy_ref_policy): New.
17543 (gdbpy_ref): Now a typedef.
17544
17545 2017-01-10 Tom Tromey <tom@tromey.com>
17546
17547 * utils.h (make_cleanup_htab_delete): Don't declare.
17548 * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete):
17549 Remove.
17550 * linespec.c (decode_compound_collector): Add constructor,
17551 destructor.
17552 (lookup_prefix_sym): Remove cleanup.
17553 (symtab_collector): Add constructor, destructor.
17554 (collect_symtabs_from_filename): Remove cleanup.
17555 * disasm.c (do_mixed_source_and_assembly): Use htab_up.
17556 * compile/compile-c-symbols.c (generate_c_for_variable_locations):
17557 Use htab_up.
17558 * gnu-v3-abi.c (gnuv3_print_vtable): Use htab_up.
17559 * dwarf2read.c (dw2_expand_symtabs_matching)
17560 (dw2_map_symbol_filenames, dwarf_decode_macros)
17561 (write_psymtabs_to_index): Use htab_up.
17562 * dwarf2loc.c (func_verify_no_selftailcall)
17563 (call_site_find_chain_1, func_verify_no_selftailcall)
17564 (chain_candidate, call_site_find_chain_1): Use std::unordered_set,
17565 std::vector, gdb::unique_xmalloc_ptr.
17566 (call_sitep): Remove typedef.
17567 (dwarf2_locexpr_baton_eval): Remove unused variable.
17568
17569 2017-01-10 Tom Tromey <tom@tromey.com>
17570
17571 * python/python-internal.h (make_cleanup_py_decref)
17572 (make_cleanup_py_xdecref): Don't declare.
17573 * python/py-utils.c (py_decref, make_cleanup_py_decref)
17574 (py_xdecref, make_cleanup_py_xdecref): Remove.
17575
17576 2017-01-10 Tom Tromey <tom@tromey.com>
17577
17578 * python/py-framefilter.c (py_mi_print_variables): Use gdbpy_ref.
17579 (py_print_locals, enumerate_locals, py_print_args): Use gdbpy_ref.
17580
17581 2017-01-10 Tom Tromey <tom@tromey.com>
17582
17583 * python/py-framefilter.c (enumerate_args): Use gdbpy_ref.
17584
17585 2017-01-10 Tom Tromey <tom@tromey.com>
17586
17587 * python/py-utils.c (unicode_to_encoded_string)
17588 (python_string_to_target_string)
17589 (python_string_to_target_python_string)
17590 (python_string_to_host_string, gdbpy_obj_to_string)
17591 (get_addr_from_python): Use gdbpy_ref.
17592
17593 2017-01-10 Tom Tromey <tom@tromey.com>
17594
17595 * python/py-unwind.c (pyuw_object_attribute_to_pointer): Use
17596 gdbpy_ref.
17597
17598 2017-01-10 Tom Tromey <tom@tromey.com>
17599
17600 * python/python.c (eval_python_command, gdbpy_decode_line)
17601 (gdbpy_run_events, gdbpy_start_type_printers)
17602 (gdbpy_apply_type_printers): Use gdbpy_ref.
17603
17604 2017-01-10 Tom Tromey <tom@tromey.com>
17605
17606 * python/py-param.c (get_doc_string, compute_enum_values): Use
17607 gdbpy_ref.
17608
17609 2017-01-10 Tom Tromey <tom@tromey.com>
17610
17611 * python/py-inferior.c (find_thread_object, build_inferior_list):
17612 Use gdbpy_ref.
17613
17614 2017-01-10 Tom Tromey <tom@tromey.com>
17615
17616 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
17617
17618 2017-01-10 Tom Tromey <tom@tromey.com>
17619
17620 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope): Use
17621 gdbpy_ref.
17622
17623 2017-01-10 Tom Tromey <tom@tromey.com>
17624
17625 * python/py-cmd.c (cmdpy_completer_helper): Use gdbpy_ref. Remove
17626 extra incref.
17627 (cmdpy_completer_handle_brkchars, cmdpy_completer, cmdpy_init):
17628 Use gdbpy_ref.
17629
17630 2017-01-10 Tom Tromey <tom@tromey.com>
17631
17632 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
17633 gdbpy_ref.
17634
17635 2017-01-10 Tom Tromey <tom@tromey.com>
17636
17637 * python/py-arch.c (archpy_disassemble): Use gdbpy_ref. Don't
17638 decref results of PyArg_ParseTupleAndKeywords.
17639
17640 2017-01-10 Tom Tromey <tom@tromey.com>
17641
17642 * python/python.c (python_run_simple_file): Use
17643 unique_xmalloc_ptr, gdbpy_ref.
17644
17645 2017-01-10 Tom Tromey <tom@tromey.com>
17646
17647 * python/py-prettyprint.c (print_stack_unless_memory_error)
17648 (print_string_repr, print_children): Use gdbpy_ref.
17649 (dummy_python_frame): New class.
17650 (dummy_python_frame::dummy_python_frame): Rename from
17651 push_dummy_python_frame.
17652 (py_restore_tstate): Remove.
17653
17654 2017-01-10 Tom Tromey <tom@tromey.com>
17655
17656 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
17657
17658 2017-01-10 Tom Tromey <tom@tromey.com>
17659
17660 * python/python.c (ensure_python_env, restore_python_env):
17661 Remove.
17662 * python/python-internal.h (ensure_python_env): Don't declare.
17663 * varobj.h (varobj_ensure_python_env): Don't declare.
17664 * varobj.c (varobj_ensure_python_env): Remove.
17665
17666 2017-01-10 Tom Tromey <tom@tromey.com>
17667
17668 * varobj.c (varobj_value_get_print_value): Use
17669 gdbpy_enter_varobj.
17670
17671 2017-01-10 Tom Tromey <tom@tromey.com>
17672
17673 * python/py-prettyprint.c (print_string_repr, print_children):
17674 Update.
17675 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Change type
17676 of "encoding".
17677 * varobj.c (varobj_value_get_print_value): Update.
17678 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
17679
17680 2017-01-10 Tom Tromey <tom@tromey.com>
17681
17682 * varobj.c (varobj_get_display_hint)
17683 (dynamic_varobj_has_child_method, install_new_value_visualizer)
17684 (varobj_set_visualizer, free_variable): Use
17685 gdbpy_enter_varobj.
17686
17687 2017-01-10 Tom Tromey <tom@tromey.com>
17688
17689 * python/python.c (python_command): Use gdbpy_enter, gdbpy_ref.
17690 (do_finish_initialization): New function. Use gdbpy_ref.
17691 (gdbpy_finish_initialization): Use gdbpy_enter. Call
17692 do_finish_initialization.
17693
17694 2017-01-10 Tom Tromey <tom@tromey.com>
17695
17696 * python/py-param.c (get_set_value, get_show_value): Use
17697 gdbpy_enter, gdbpy_ref.
17698
17699 2017-01-10 Tom Tromey <tom@tromey.com>
17700
17701 * python/py-function.c (fnpy_call): Use gdbpy_enter, gdbpy_ref.
17702
17703 2017-01-10 Tom Tromey <tom@tromey.com>
17704
17705 * python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref.
17706
17707 2017-01-10 Tom Tromey <tom@tromey.com>
17708
17709 * python/py-varobj.c (py_varobj_iter_dtor, py_varobj_iter_next):
17710 Use gdbpy_enter_varobj.
17711
17712 2017-01-10 Tom Tromey <tom@tromey.com>
17713
17714 * varobj.c (gdbpy_enter_varobj): New constructor.
17715 * python/python-internal.h (gdbpy_enter_varobj): New class.
17716 * python/py-varobj.c (py_varobj_get_iterator): Use
17717 gdbpy_enter_varobj.
17718
17719 2017-01-10 Tom Tromey <tom@tromey.com>
17720
17721 * python/py-xmethods.c (gdbpy_get_xmethod_result_type): Use
17722 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
17723 (gdbpy_invoke_xmethod): Use gdbpy_ref, gdbpy_enter.
17724 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref,
17725 unique_xmalloc_ptr.
17726 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref, gdbpy_enter.
17727
17728 2017-01-10 Tom Tromey <tom@tromey.com>
17729
17730 * python/py-xmethods.c (invoke_match_method): Use
17731 gdbpy_ref.
17732
17733 2017-01-10 Tom Tromey <tom@tromey.com>
17734
17735 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use
17736 gdbpy_enter, gdbpy_ref.
17737
17738 2017-01-10 Tom Tromey <tom@tromey.com>
17739
17740 * python/python.c (python_interactive_command): Use gdbpy_enter.
17741
17742 2017-01-10 Tom Tromey <tom@tromey.com>
17743
17744 * python/python.c (gdbpy_before_prompt_hook): Use gdbpy_enter,
17745 gdbpy_ref.
17746
17747 2017-01-10 Tom Tromey <tom@tromey.com>
17748
17749 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Use
17750 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
17751
17752 2017-01-10 Tom Tromey <tom@tromey.com>
17753
17754 * utils.h (htab_deleter): New struct.
17755 (htab_up): New typedef.
17756 * python/py-framefilter.c (gdbpy_apply_frame_filter): Use
17757 gdbpy_enter, gdbpy_ref, htab_up.
17758
17759 2017-01-10 Tom Tromey <tom@tromey.com>
17760
17761 * python/py-unwind.c (pending_frame_invalidate): Remove.
17762 (pyuw_sniffer): Use gdbpy_enter and gdbpy_ref.
17763
17764 2017-01-10 Tom Tromey <tom@tromey.com>
17765
17766 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data)
17767 (gdbpy_clone_xmethod_worker_data): Use gdbpy_enter.
17768
17769 2017-01-10 Tom Tromey <tom@tromey.com>
17770
17771 * python/py-type.c (save_objfile_types): Use gdbpy_enter.
17772
17773 2017-01-10 Tom Tromey <tom@tromey.com>
17774
17775 * python/python.c (gdbpy_eval_from_control_command)
17776 (gdbpy_source_script, gdbpy_run_events)
17777 (gdbpy_source_objfile_script, gdbpy_execute_objfile_script)
17778 (gdbpy_free_type_printers, gdbpy_finish_initialization): Use
17779 gdbpy_enter.
17780
17781 2017-01-10 Tom Tromey <tom@tromey.com>
17782
17783 * python/py-progspace.c (py_free_pspace): Use gdbpy_enter.
17784
17785 2017-01-10 Tom Tromey <tom@tromey.com>
17786
17787 * python/py-objfile.c (py_free_objfile): Use gdbpy_enter.
17788
17789 2017-01-10 Tom Tromey <tom@tromey.com>
17790
17791 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
17792 (python_on_inferior_call_pre, python_on_inferior_call_post)
17793 (python_on_memory_change, python_on_register_change)
17794 (python_inferior_exit, python_new_objfile, add_thread_object)
17795 (delete_thread_object, py_free_inferior): Use gdbpy_enter.
17796
17797 2017-01-10 Tom Tromey <tom@tromey.com>
17798
17799 * python/py-finishbreakpoint.c (bpfinishpy_handle_stop)
17800 (bpfinishpy_handle_exit): Use gdbpy_enter.
17801
17802 2017-01-10 Tom Tromey <tom@tromey.com>
17803
17804 * python/py-cmd.c (cmdpy_destroyer)
17805 (cmdpy_completer_handle_brkchars, cmdpy_completer): Use
17806 gdbpy_enter.
17807
17808 2017-01-10 Tom Tromey <tom@tromey.com>
17809
17810 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
17811 gdbpy_enter.
17812 (gdbpy_breakpoint_has_cond): Likewise.
17813
17814 2017-01-10 Tom Tromey <tom@tromey.com>
17815
17816 * python/python.c (gdbpy_enter): New constructor.
17817 (~gdbpy_enter): New destructor.
17818 (restore_python_env, ensure_python_env): Rewrite.
17819 * python/python-internal.h (gdbpy_enter): New class.
17820
17821 2017-01-10 Tom Tromey <tom@tromey.com>
17822
17823 * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
17824
17825 2017-01-10 Tom Tromey <tom@tromey.com>
17826
17827 * python/py-value.c (value_has_field, get_field_flag)
17828 (get_field_type, valpy_getitem, convert_value_from_python): Use
17829 gdbpy_ref.
17830
17831 2017-01-10 Tom Tromey <tom@tromey.com>
17832
17833 * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
17834 gdbpy_ref.
17835
17836 2017-01-10 Tom Tromey <tom@tromey.com>
17837
17838 * python/py-prettyprint.c (search_pp_list)
17839 (find_pretty_printer_from_objfiles)
17840 (find_pretty_printer_from_progspace)
17841 (find_pretty_printer_from_gdb, find_pretty_printer)
17842 (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
17843 gdbpy_ref.
17844
17845 2017-01-10 Tom Tromey <tom@tromey.com>
17846
17847 * python/py-param.c (call_doc_function): Use gdbpy_ref.
17848
17849 2017-01-10 Tom Tromey <tom@tromey.com>
17850
17851 * python/py-linetable.c (build_line_table_tuple_from_pcs)
17852 (ltpy_get_all_source_lines): Use gdbpy_ref.
17853
17854 2017-01-10 Tom Tromey <tom@tromey.com>
17855
17856 * python/py-framefilter.c (extract_sym, extract_value)
17857 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
17858 gdbpy_ref.
17859
17860 2017-01-10 Tom Tromey <tom@tromey.com>
17861
17862 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
17863
17864 2017-01-10 Tom Tromey <tom@tromey.com>
17865
17866 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
17867
17868 2017-01-10 Tom Tromey <tom@tromey.com>
17869
17870 * python/py-function.c (convert_values_to_python, fnpy_init): Use
17871 gdbpy_ref.
17872
17873 2017-01-10 Tom Tromey <tom@tromey.com>
17874
17875 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
17876
17877 2017-01-10 Tom Tromey <tom@tromey.com>
17878
17879 * python/py-type.c (convert_field, make_fielditem, typy_fields)
17880 (typy_range): Use gdbpy_ref.
17881
17882 2017-01-10 Tom Tromey <tom@tromey.com>
17883
17884 * python/py-threadevent.c (create_thread_event_object): Use
17885 gdbpy_ref.
17886 * python/py-stopevent.c (create_stop_event_object): Simplify.
17887 (emit_stop_event): Use gdbpy_ref.
17888 * python/py-signalevent.c (create_signal_event_object): Use
17889 gdbpy_ref.
17890 * python/py-newobjfileevent.c (create_new_objfile_event_object)
17891 (emit_new_objfile_event, create_clear_objfiles_event_object)
17892 (emit_clear_objfiles_event): Use gdbpy_ref.
17893 * python/py-infevents.c (create_inferior_call_event_object)
17894 (create_register_changed_event_object)
17895 (create_memory_changed_event_object, emit_inferior_call_event)
17896 (emit_memory_changed_event, emit_register_changed_event): Use
17897 gdbpy_ref.
17898 * python/py-exitedevent.c (create_exited_event_object)
17899 (emit_exited_event): Use gdbpy_ref.
17900 * python/py-event.h (evpy_emit_event): Remove
17901 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
17902 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
17903 * python/py-continueevent.c (emit_continue_event): Use
17904 gdbpy_ref.
17905 * python/py-breakpoint.c (gdbpy_breakpoint_created)
17906 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
17907 gdbpy_ref.
17908 * python/py-bpevent.c (create_breakpoint_event_object): Use
17909 gdbpy_ref.
17910
17911 2017-01-10 Tom Tromey <tom@tromey.com>
17912
17913 * python/py-ref.h: New file.
17914
17915 2017-01-10 Simon Marchi <simon.marchi@ericsson.com>
17916
17917 * cli-out.c (cli_ui_out::do_redirect): Change return type to
17918 void.
17919 * cli-out.h (cli_ui_out::do_redirect): Likewise.
17920 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
17921 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
17922 * ui-out.c (ui_out::redirect): Likewise.
17923 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
17924 * cli/cli-logging.c (set_logging_redirect): Update call site of
17925 ui_out::redirect.
17926 (handle_redirections): Likewise.
17927 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
17928 * top.c (execute_command_to_string): Likewise.
17929 * utils.c (do_ui_out_redirect_pop): Likewise.
17930
17931 2017-01-10 Simon Marchi <simon.marchi@ericsson.com>
17932
17933 * stack.c (_initialize_stack): Update "frame" command help message.
17934
17935 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
17936
17937 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
17938
17939 2017-01-06 Yao Qi <yao.qi@linaro.org>
17940
17941 * x86-linux-nat.h: Include gdb_proc_service.h.
17942
17943 2017-01-06 Yao Qi <yao.qi@linaro.org>
17944
17945 * ser-base.h: Include serial.h.
17946
17947 2017-01-06 Yao Qi <yao.qi@linaro.org>
17948
17949 * ppc-linux-tdep.h: Include ppc-tdep.h.
17950
17951 2017-01-06 Yao Qi <yao.qi@linaro.org>
17952
17953 * nat/amd64-linux-siginfo.h: Include signal.h.
17954
17955 2017-01-06 Yao Qi <yao.qi@linaro.org>
17956
17957 * nat/aarch64-linux-hw-point.h: Include break-common.h.
17958
17959 2017-01-06 Yao Qi <yao.qi@linaro.org>
17960
17961 * mi/mi-parse.h: Include mi-cmds.h.
17962
17963 2017-01-06 Yao Qi <yao.qi@linaro.org>
17964
17965 * inf-loop.c: Don't include "target.h".
17966 * inf-loop.h: Include it here.
17967
17968 2017-01-06 Yao Qi <yao.qi@linaro.org>
17969
17970 * dfp.h: Include "dboulest.h" and "expression.h".
17971
17972 2017-01-06 Yao Qi <yao.qi@linaro.org>
17973
17974 * ax-gdb.h: Include "ax.h".
17975
17976 2017-01-06 Yao Qi <yao.qi@linaro.org>
17977
17978 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
17979 with nat/gdb_ptrace.h.
17980
17981 2017-01-05 Yao Qi <yao.qi@linaro.org>
17982
17983 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
17984 new line.
17985 (mips64_fbsd_sigframe_init): Likewise.
17986
17987 2017-01-04 John Baldwin <jhb@FreeBSD.org>
17988
17989 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
17990 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
17991
17992 2017-01-04 John Baldwin <jhb@FreeBSD.org>
17993
17994 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
17995 * NEWS: Mention new FreeBSD/mips native configuration.
17996 * config/mips/fbsd.mh: New file.
17997 * configure.host: Add mips*-*-freebsd*.
17998 * mips-fbsd-nat.c: New file.
17999
18000 2017-01-04 John Baldwin <jhb@FreeBSD.org>
18001
18002 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
18003 (ALLDEPFILES): Add mips-fbsd-tdep.c.
18004 * NEWS: Mention new FreeBSD/mips target.
18005 * configure.tgt: Add mips*-*-freebsd*.
18006 * mips-fbsd-tdep.c: New file.
18007 * mips-fbsd-tdep.h: New file.
18008
18009 2017-01-04 Yao Qi <yao.qi@linaro.org>
18010
18011 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
18012 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
18013
18014 2017-01-01 Joel Brobecker <brobecker@adacore.com>
18015
18016 Update copyright year range in all GDB files.
18017
18018 2017-01-01 Joel Brobecker <brobecker@adacore.com>
18019
18020 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
18021
18022 For older changes see ChangeLog-2016.
18023 \f
18024 Local Variables:
18025 mode: change-log
18026 left-margin: 8
18027 fill-column: 74
18028 version-control: never
18029 coding: utf-8
18030 End:
This page took 0.486302 seconds and 4 git commands to generate.