Remove unused HP-UX TARGET_OBJECT_ enums
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2017-12-28 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * target.h (enum target_object) <TARGET_OBJECT_HPUX_UREGS,
4 TARGET_OBJECT_HPUX_SOLIB_GOT>: Remove.
5
6 2017-12-27 Franck Jullien <franck.jullien@gmail.com>
7 Stafford Horne <shorne@gmail.com>
8
9 * target-descriptions.c (tdesc_register_in_reggroup_p): Support
10 arbitrary strings.
11 (tdesc_use_registers): Add logic to register new reggroups.
12 (tdesc_reg::group): Update comment to indicate we allow
13 arbitrary strings.
14 * NEWS (Changes since GDB 8.0): Announce that GDB supports
15 arbitrary reggroups.
16
17 2017-12-27 Stafford Horne <shorne@gmail.com>
18
19 * reggroups.c (reggroup_gdbarch_new): New function.
20 (reggroup_find): New function.
21 * reggroups.h (reggroup_gdbarch_new): New function.
22 (reggroup_find): New function.
23
24 2017-12-27 Stafford Horne <shorne@gmail.com>
25
26 * reggroups.c (reggroups_init): Change to depend only on
27 obstack rather than gdbarch.
28 (reggroup_add): Remove logic for forcing premature init.
29 (_initialize_reggroup): Set `reggroups_data` with
30 gdbarch_data_register_pre_init() rather than
31 gdbarch_data_register_post_init().
32
33 2017-12-27 Stafford Horne <shorne@gmail.com>
34
35 * infcmd.c (_initialize_infcmd): Add help for info reg $reggroup
36 and info all-registers $reggroup feature.
37
38 2017-12-23 Simon Marchi <simon.marchi@polymtl.ca>
39
40 * target-descriptions.c (print_c_tdesc)
41 <printf_field_type_assignment>: Add ATTRIBUTE_PRINTF.
42
43 2017-12-21 Simon Marchi <simon.marchi@ericsson.com>
44 Sergio Durigan Junior <sergiodj@redhat.com>
45
46 * target-descriptions.c (print_c_tdesc) <visit>: Don't output
47 field_type declaration, use printf_field_type_assignment
48 instead.
49 <printf_field_type_assignment>: New method.
50 * features/aarch64-core.c, features/aarch64-fpu.c
51 features/arc-arcompact.c, features/arc-v2.c,
52 features/arm/arm-with-iwmmxt.c, features/i386/32bit-core.c,
53 features/i386/32bit-mpx.c, features/i386/32bit-sse.c,
54 features/i386/64bit-avx512.c, features/i386/64bit-core.c,
55 features/i386/64bit-mpx.c, features/i386/64bit-sse.c,
56 features/i386/x32-core.c, features/or1k.c,
57 features/rs6000/powerpc-7400.c,
58 features/rs6000/powerpc-altivec32.c,
59 features/rs6000/powerpc-altivec32l.c,
60 features/rs6000/powerpc-altivec64.c,
61 features/rs6000/powerpc-altivec64l.c,
62 features/rs6000/powerpc-cell32l.c,
63 features/rs6000/powerpc-cell64l.c,
64 features/rs6000/powerpc-isa205-altivec32l.c,
65 features/rs6000/powerpc-isa205-altivec64l.c,
66 features/rs6000/powerpc-isa205-vsx32l.c,
67 features/rs6000/powerpc-isa205-vsx64l.c,
68 features/rs6000/powerpc-vsx32.c,
69 features/rs6000/powerpc-vsx32l.c,
70 features/rs6000/powerpc-vsx64.c,
71 features/rs6000/powerpc-vsx64l.c, features/s390-gs-linux64.c,
72 features/s390-tevx-linux64.c, features/s390-vx-linux64.c,
73 features/s390x-gs-linux64.c, features/s390x-tevx-linux64.c,
74 features/s390x-vx-linux64.c: Re-generate.
75
76 2017-12-20 Uros Bizjak <ubizjak@gmail.com>
77
78 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Remove
79 write-only assignment to "insn" variable.
80
81 2017-12-20 Ulrich Weigand <uweigand@de.ibm.com>
82
83 * spu-tdep.c (spu_gdbarch_init): Set set_gdbarch_significant_addr_bit
84 to 64 bits.
85 (ppc_linux_init_abi): Likewise, if Cell/B.E. is supported.
86
87 2017-12-18 Joel Brobecker <brobecker@adacore.com>
88
89 * ada-lang.c (ada_to_fixed_type_1): Rethrow errors with
90 a more detailed exception message when getting an exception
91 while trying to read the value of an XVZ variable.
92 * ada-valprint.c (ada_val_print): Only catch RETURN_MASK_ERROR
93 exceptions. Print an error message when an exception is caught.
94
95 2017-12-18 Joel Brobecker <brobecker@adacore.com>
96
97 * ada-lang.c (assign_component): Strip any TYPE_CODE_TYPEDEF
98 layer from lhs' type.
99 (assign_aggregate): Likewise.
100
101 2017-12-18 Xavier Roirand <roirand@adacore.com>
102
103 * ada-lang.c (ada_convert_actual): Change the way actual value
104 are passed to the inferior when the inferior expects a pointer type.
105
106 2017-12-17 Stafford Horne <shorne@gmail.com>
107
108 * gdb/or1k-tdep.c (show_or1k_debug): Fix function parameter alignment.
109 (or1k_analyse_inst): Likewise.
110 (or1k_single_step_through_delay): Likewise.
111 (or1k_frame_cache): Fix parameter alignment and use paddress()
112 instead of %x.
113
114 2017-12-17 Stafford Horne <shorne@gmail.com>
115
116 * NEWS (Changes since GDB 8.0): Mention new or1k target and new
117 commands to set/show or1k debug.
118
119 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
120
121 * typeprint.c (whatis_exp): Fix ARI warning and reindent "if"
122 condition.
123
124 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
125 Pedro Alves <palves@redhat.com>
126
127 PR cli/16224
128 * NEWS (Changes since GDB 8.0): Mention new '/o' flag.
129 * c-typeprint.c (OFFSET_SPC_LEN): New define.
130 (c_type_print_varspec_prefix): New argument 'struct
131 print_offset_data *'.
132 (c_type_print_base_1): New function and prototype.
133 (c_print_type_1): New function, with code from 'c_print_type'.
134 (c_print_type): Use 'c_print_type_1'.
135 (c_type_print_varspec_prefix): New argument 'struct
136 print_offset_data *'. Use it. Call 'c_type_print_base_1'
137 instead of 'c_print_type_base'.
138 (print_spaces_filtered_with_print_options): New function.
139 (output_access_specifier): Take new argument FLAGS. Modify
140 function to call 'print_spaces_filtered_with_print_options'.
141 (c_print_type_vtable_offset_marker): New function.
142 (c_print_type_union_field_offset): New function.
143 (c_print_type_struct_field_offset): New function.
144 (c_print_type_no_offsets): New function.
145 (c_type_print_base_struct_union): New argument 'struct
146 print_offset_data *'. Print offsets and sizes for
147 struct/union/class fields.
148 * typeprint.c (const struct type_print_options
149 type_print_raw_options): Initialize 'print_offsets'.
150 (static struct type_print_options default_ptype_flags):
151 Likewise.
152 (struct print_offset_data print_offset_default_data): New
153 variable.
154 (whatis_exp): Handle '/o' option.
155 (_initialize_typeprint): Add '/o' flag to ptype's help.
156 * typeprint.h (struct print_offset_data): New struct.
157 (struct type_print_options) <print_offsets>: New field.
158
159 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
160
161 * c-typeprint.c (need_access_label_p): New function.
162 (c_type_print_base_struct_union): New function.
163 (c_type_print_base): Move code to handle
164 TYPE_CODE_{STRUCT,UNION} to the functions mentioned above.
165
166 2017-12-15 Richard Henderson <rth@redhat.com>
167 Uros Bizjak <ubizjak@gmail.com>
168
169 PR gdb/19061
170 * alpha-tdep.c (alpha_software_single_step): Call
171 alpha_deal_with_atomic_sequence here.
172 (set_gdbarch_software_single_step): Set to
173 alpha_software_single_step.
174 * nat/linux-ptrace.h [__alpha__]: Define GDB_ARCH_IS_TRAP_BRKPT
175 and GDB_ARCH_IS_TRAP_HWBKPT.
176
177 2017-12-15 Yao Qi <yao.qi@linaro.org>
178
179 * unittests/memory-map-selftests.c: Wrap test with HAVE_LIBEXPAT.
180
181 2017-12-15 Xavier Roirand <roirand@adacore.com>
182
183 * ada-lang.c (ada_value_primitive_field): Handle field search
184 in case of homonyms.
185 (find_struct_field): Ditto.
186 (ada_search_struct_field): Ditto.
187 (ada_value_struct_elt): Ditto.
188 (ada_lookup_struct_elt_type): Ditto.
189
190 2017-12-14 Simon Marchi <simon.marchi@ericsson.com>
191
192 * python/py-breakpoint.c (bppy_init): Use 'O' format specifier
193 for "qualified" and use PyObject_IsTrue.
194
195 2017-12-14 Jan Kratochvil <jan.kratochvil@redhat.com>
196
197 * dwarf2read.c (dw2_debug_names_iterator::next): Support
198 DW_IDX_type_unit.
199 (debug_names::dwarf5_offset_size, unit_kind): New.
200 (debug_names::insert): Add parameter kind.
201 (debug_names::build): Support DW_IDX_type_unit.
202 (debug_names::recursively_write_psymbols): Update
203 (debug_names::write_psymbols caller.
204 (debug_names::write_one_signatured_type_data)
205 (debug_names::write_one_signatured_type): New.
206 (debug_names::index_key, debug_names::symbol_value)
207 (debug_names::write_psymbols): Add kind.
208 (debug_names::write_one_signatured_type): New.
209 (write_debug_names): Move dwarf5_offset_size to debug_names.
210 Use debug_names::write_one_signatured_type for type units.
211
212 2017-12-14 Joel Brobecker <brobecker@adacore.com>
213
214 * ada-lang.c (ada_value_equal): Add handling of typedef types
215 when comparing array objects.
216
217 2017-12-14 Joel Brobecker <brobecker@adacore.com>
218
219 * ada-tasks.c (read_atcb): Properly set task_info->ptid
220 when !target_has_execution as well.
221 (task_command): Remove error when !target_has_execution.
222
223 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
224
225 * location.h (string_to_event_location): Add match_type
226 parameter.
227 * location.c (string_to_event_location): Likewise.
228 * python/py-breakpoint.c (bppy_init): Handle qualified
229 parameter.
230
231 2017-12-13 Pedro Alves <palves@redhat.com>
232
233 * completer.c (completion_tracker::maybe_add_completion): New
234 'text' and 'word' parameters. Use make_completion_match_str.
235 (completion_tracker::add_completion): New 'text' and 'word'
236 parameters. Pass down.
237 (completion_tracker::recompute_lowest_common_denominator): Change
238 parameter type to gdb::unique_xmalloc_ptr rval ref. Adjust.
239 * completer.h (completion_tracker::add_completion): New 'text' and
240 'word' parameters.
241 (completion_tracker::recompute_lowest_common_denominator): Change
242 parameter type to gdb::unique_xmalloc_ptr rval ref.
243 (completion_tracker::recompute_lowest_common_denominator): Change
244 parameter type to gdb::unique_xmalloc_ptr rval ref.
245 * symtab.c (completion_list_add_name): Pass down 'text' and 'word'
246 as well.
247
248 2017-12-13 Pedro Alves <palves@redhat.com>
249
250 * cli/cli-decode.c (complete_on_cmdlist, complete_on_enum): Use
251 make_completion_match_str.
252 * completer.c: Use gdb::unique_xmalloc_ptr and
253 make_completion_match_str.
254 (make_completion_match_str_1): New.
255 (make_completion_match_str(const char *, const char *,
256 const char *)): New.
257 (make_completion_match_str(gdb::unique_xmalloc_ptr<char> &&,
258 const char *, const char *)): New.
259 * completer.h (make_completion_match_str(const char *,
260 const char *, const char *)): New.
261 (make_completion_match_str(gdb::unique_xmalloc_ptr<char> &&,
262 const char *, const char *)): New.
263 * interps.c (interpreter_completer): Use make_completion_match_str.
264 * symtab.c (completion_list_add_name, add_filename_to_list): Use
265 make_completion_match_str.
266
267 2017-12-13 Stafford Horne <shorne@gmail.com>
268
269 * or1k-tdep.c (or1k_analyse_inst): Use _() wrapper for message
270 strings.
271 (or1k_unwind_pc): Use paddress() instead of %p.
272 (or1k_unwind_sp): Likewise.
273 (or1k_frame_cache): Use host_address_to_string()/paddress()
274 instead of %p and use _() wrapper for message strings.
275
276 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
277
278 * contrib/ari/gdb_ari.sh: Fix typo in help.
279
280 2017-12-13 Joel Brobecker <brobecker@adacore.com>
281
282 * event-top.c (handle_line_of_input): Set server_command.
283
284 2017-12-12 Stafford Horne <shorne@gmail.com>
285 Stefan Wallentowitz <stefan@wallentowitz.de>
286 Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
287 Franck Jullien <franck.jullien@gmail.com>
288 Jeremy Bennett <jeremy.bennett@embecosm.com>
289
290 * configure.tgt: Add targets for or1k and or1knd.
291 * or1k-tdep.c: New file.
292 * or1k-tdep.h: New file.
293 * features/Makefile: Add or1k.xml to build.
294 * features/or1k.xml: New file.
295 * features/or1k-core.xml: New file.
296 * features/or1k.c: Generated.
297
298 2017-12-12 Alan Modra <amodra@gmail.com>
299
300 PR tdep/22576
301 * ppc64-tdep.c (ppc64_plt_entry_point): Rewrite to take TOC-relative
302 PLT offset, and retrieve r2 from stack when executing in reverse.
303 (ppc64_standard_linkage1_target): Drop pc param. Calculate offset
304 rather than PLT address.
305 (ppc64_standard_linkage2_target): Likewise.
306 (ppc64_standard_linkage3_target): Likewise.
307 (ppc64_standard_linkage4_target): Likewise.
308 (ppc64_skip_trampoline_code_1): Adjust to suit.
309
310 2017-12-11 Simon Marchi <simon.marchi@ericsson.com>
311
312 PR gdb/22556
313 * remote.c (remote_thread_name): Return NULL if name is empty.
314 (remote_threads_extra_info): Return NULL if extra info is empty.
315
316 2017-12-11 Pedro Alves <palves@redhat.com>
317
318 * defs.h (elf_sym_fns_lazy_psyms, elf_sym_fns_gdb_index)
319 (elf_sym_fns_debug_names): Move to elfread.c.
320 * dwarf2read.c (dwarf2_initialize_objfile): Return a boolean
321 instead of a sym_fns and add 'index_kind' output parameter. Fill
322 the latter in with the index variant kind if using an index.
323 (enum dw_index_kind): Moved to symfile.h.
324 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_debug_names)
325 (elf_sym_fns_lazy_psyms): Move from defs.h.
326 (elf_symfile_read): Adjust to new dwarf2_initialize_objfile
327 interface.
328 * symfile.h (enum class dw_index_kind): New, moved from
329 dwarf2read.c.
330 (dwarf2_initialize_objfile): Change prototype.
331
332 2017-12-11 Ulrich Weigand <uweigand@de.ibm.com>
333
334 * target-float.c (mpfr_float_ops::from_target): Use mpfr_set_ui
335 instead of mpfr_set_si to convert mantissa bits.
336
337 2017-12-11 Xavier Roirand <roirand@adacore.com>
338 Joel Brobecker <brobecker@adacore.com>
339
340 * ada-lang.c (ada_tag_value_at_base_address): Change the way
341 tagged type base address is computed.
342 (enum ada_primitive_types) <ada_primitive_type_storage_offset>:
343 New enumerate.
344 (ada_language_arch_info): Set the ada_primitive_type_storage_offset
345 element of lai->primitive_type_vector.
346
347 2017-12-08 Pedro Alves <palves@redhat.com>
348
349 * dwarf2read.c (mock_mapped_index): Reimplement as an extension of
350 mapped_index_base.
351 (check_match): Adjust to use mock_index directly.
352 (check_find_bounds_finds)
353 (test_mapped_index_find_name_component_bounds): Adjust to work
354 with a mapped_index_base.
355
356 2017-12-08 Pedro Alves <palves@redhat.com>
357
358 * dwarf2read.c (struct mapped_index_base): New, partially factored
359 out from ...
360 (struct mapped_index): ... this. Inherit mapped_index_base.
361 (mapped_index::symbol_name_slot_invalid):
362 (mapped_index::symbol_name_at): Add override marker.
363 (mapped_index::symbol_name_count): New.
364 (struct mapped_debug_names): Inherit mapped_index_base.
365 (mapped_debug_names::symbol_name_at): New.
366 (mapped_debug_names::symbol_name_count): New.
367 (mapped_index::find_name_components_bounds): Rename to ...
368 (mapped_index_base::find_name_components_bounds): ... this.
369 (mapped_index::build_name_components): Rename to ...
370 (mapped_index_base::build_name_components): ... this. Adjust to
371 use mapped_index_base::symbol_name_count and
372 mapped_index_base::symbol_name_slot_invalid.
373 (dw2_expand_symtabs_matching_symbol): Take a mapped_index_base
374 instead of a mapped_index. Use
375 dw2_expand_symtabs_matching_symbol.
376
377 2017-12-08 Pedro Alves <palves@redhat.com>
378
379 * dwarf2read.c (mapped_index::symbol_table_slot): New.
380 (mapped_index::address_table): Now a gdb::array_view of const
381 gdb_byte.
382 (mapped_index::symbol_table): Now a gdb::array_view of
383 symbol_table_slot.
384 (mapped_index::address_table_size)
385 (mapped_index::symbol_table_slots): Delete.
386 (create_addrmap_from_index): Adjust.
387 (find_slot_in_mapped_hash): Adjust.
388 (read_index_from_section): Adjust.
389 (dwarf2_read_index): Adjust.
390
391 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
392 Pedro Alves <palves@redhat.com>
393
394 * defs.h (elf_sym_fns_debug_names): New declaration.
395 * dwarf2read.c: Include "hash_enum.h".
396 (mapped_debug_names): New.
397 (struct dwarf2_per_objfile): Add debug_names, debug_aranges and
398 debug_names_table.
399 (dwarf2_elf_names): Add ".debug_names" and ".debug_aranges".
400 (struct dwz_file): Add debug_names.
401 (dwarf2_per_objfile::locate_sections): Handle debug_names and
402 debug_aranges.
403 (locate_dwz_sections): Handle debug_names.
404 (create_signatured_type_table_from_debug_names)
405 (create_addrmap_from_aranges): New.
406 (dwarf2_read_index): Update function comment.
407 (dwarf5_augmentation): Moved up.
408 (read_debug_names_from_section, create_cus_from_debug_names_list)
409 (create_cus_from_debug_names, dwarf2_read_debug_names): New.
410 (dwarf5_djb_hash): Moved up.
411 (dw2_debug_names_iterator): New.
412 (read_indirect_string_at_offset): New declaration.
413 (mapped_debug_names::namei_to_name)
414 (dw2_debug_names_iterator::find_vec_in_debug_names)
415 (dw2_debug_names_iterator::next, dw2_debug_names_lookup_symbol)
416 (dw2_debug_names_dump, dw2_debug_names_expand_symtabs_for_function)
417 (dw2_debug_names_expand_symtabs_matching, dwarf2_debug_names_functions):
418 New.
419 (dwarf2_initialize_objfile): Return also elf_sym_fns_debug_names.
420 (debug_names::djb_hash): Rename it to dwarf5_djb_hash.
421 (debug_names::build): Update djb_hash caller.
422 (write_debug_names): Move out and rename augmentation to
423 dwarf5_augmentation.
424 * elfread.c (elf_sym_fns_debug_names): New.
425 * psymtab.h (dwarf2_debug_names_functions): New declaration.
426 * symfile.h (struct dwarf2_debug_sections): Add debug_names and
427 debug_aranges.
428 * xcoffread.c (dwarf2_xcoff_names): Add debug_names and debug_aranges.
429
430 2017-12-08 Pedro Alves <palves@redhat.com>
431
432 * common/hash_enum.h: New file.
433
434 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
435
436 * dwarf2read.c (create_cu_from_index_list): New from ...
437 (create_cus_from_index_list): ... this function, use it.
438 (dw_expand_symtabs_matching_file_matcher)
439 (dw2_expand_symtabs_matching_one): New from ...
440 (dw2_expand_symtabs_matching): ... this function, use them.
441
442 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
443
444 * defs.h (elf_sym_fns_lazy_psyms, elf_sym_fns_gdb_index): Move here
445 declarations from elfread.c.
446 (dwarf2_initialize_objfile): Change return value.
447 * elfread.c (elf_sym_fns_lazy_psyms, elf_sym_fns_gdb_index): Move these
448 declarations to defs.h.
449 (elf_symfile_read): Adjust dwarf2_initialize_objfile caller.
450 * symfile.h (dwarf2_initialize_objfile): Change return type.
451
452 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
453 Pedro Alves <palves@redhat.com>
454
455 * contrib/gdb-add-index.sh (index): Rename to ...
456 (index4): ... here.
457 (index5, debugstr, debugstrmerge, debugstrerr): New variables.
458 Support also .debug_names and .debug_str.
459 * dwarf2read.c: Include cmath, set, list.
460 (INDEX_SUFFIX): Rename to ...
461 (INDEX4_SUFFIX): ... here.
462 (INDEX5_SUFFIX, DEBUG_STR_SUFFIX): New.
463 (file_write(FILE *, const void *, size_t)): New.
464 (file_write(FILE *, const std::vector<Elem, Alloc> &)): New.
465 (data_buf::append_unsigned_leb128, data_buf::empty): New.
466 (data_buf::file_write): Use ::file_write.
467 (data_buf::c_str, dwarf5_djb_hash, debug_names)
468 (check_dwarf64_offsets): New.
469 (psyms_seen_size, write_gdbindex): New from
470 write_psymtabs_to_index code.
471 (dwarf5_gdb_augmentation, write_debug_names, assert_file_size)
472 (enum dw_index_kind): New.
473 (write_psymtabs_to_index): New parameter index_kind. Support
474 filename_str and out_file_str. Move code to write_gdbindex,
475 possibly call write_debug_names.
476 (save_gdb_index_command): New parameter -dwarf-5.
477 (_initialize_dwarf2_read): Document the new parameter -dwarf-5.
478
479 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
480 Pedro Alves <palves@redhat.com>
481
482 * contrib/cc-with-tweaks.sh: Change interpreter to bash, incl. initial
483 comment.
484 (GDB_ADD_INDEX): New variable.
485 <$want_index>: Call $GDB_ADD_INDEX.
486
487 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
488
489 * dtrace-probe.c (dtrace_process_dof_probe): Do not declare a new
490 "expression_up" inside the TRY block.
491
492 2017-12-08 Yao Qi <yao.qi@linaro.org>
493
494 * breakpoint.c (update_watchpoint): Call
495 address_significant.
496
497 2017-12-08 Yao Qi <yao.qi@linaro.org>
498
499 * breakpoint.c (adjust_breakpoint_address): Call
500 address_significant.
501
502 2017-12-08 Yao Qi <yao.qi@linaro.org>
503
504 * aarch64-tdep.c (aarch64_gdbarch_init): Install gdbarch
505 significant_addr_bit.
506 * gdbarch.sh (significant_addr_bit): New.
507 * gdbarch.c, gdbarch.h: Re-generated.
508 * target.c (memory_xfer_partial): Call address_significant.
509 * utils.c (address_significant): New function.
510 * utils.h (address_significant): Declare.
511
512 2017-12-08 Tom Tromey <tom@tromey.com>
513
514 * printcmd.c (ui_printf): Update. Use std::vector.
515 * common/format.h (struct format_piece): Add constructor.
516 <string>: Now const.
517 (class format_pieces): New class.
518 (parse_format_string, free_format_pieces)
519 (free_format_pieces_cleanup): Remove.
520 * common/format.c (format_pieces::format_pieces): Rename from
521 parse_format_string. Update.
522 (free_format_pieces, free_format_pieces_cleanup): Remove.
523 * breakpoint.c (parse_cmd_to_aexpr): Update. Use std::vector.
524 * ax-gdb.h (gen_printf): Remove argument.
525 * ax-gdb.c (gen_printf): Remove "frags" argument.
526 (maint_agent_printf_command): Update. Use std::vector.
527
528 2017-12-08 Yao Qi <yao.qi@linaro.org>
529
530 PR breakpionts/22567
531 * linespec.c (minsym_found): Set sal.section.
532
533 2017-12-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
534
535 * configure.tgt (s390*-*-linux*): Add symfile-mem.o.
536
537 2017-12-07 Keith Seitz <keiths@redhat.com>
538
539 PR breakpoints/22569
540 * location.c (string_to_explicit_location): When terminating
541 parsing early, break out of enclosing loop instead of returning.
542
543 2017-12-07 Keith Seitz <keiths@redhat.com>
544
545 * NEWS (New commands): Mention set/show print type nested-type-limit.
546 * c-typeprint.c (c_type_print_base): Print out nested types.
547 * dwarf2read.c (struct typedef_field_list): Rename to ...
548 (struct decl_field_list): ... this. Change all uses.
549 (struct field_info) <nested_types_list, nested_types_list_count>:
550 New fields.
551 (add_partial_symbol): Look for nested type definitions in C++, too.
552 (dwarf2_add_typedef): Rename to ...
553 (dwarf2_add_type_defn): ... this.
554 (type_can_define_types): New function.
555 Update assertion to use type_can_define_types.
556 Permit NULL for a field's name.
557 (process_structure_scope): Handle child DIEs of types that can
558 define types.
559 Copy the list of nested types into the type struct.
560 * gdbtypes.h (struct typedef_field): Rename to ...
561 (struct decl_field): ... this. Change all uses.
562 [is_protected, is_private]: New fields.
563 (struct cplus_struct_type) <nested_types, nested_types_count>: New
564 fields.
565 (TYPE_NESTED_TYPES_ARRAY, TYPE_NESTED_TYPES_FIELD)
566 (TYPE_NESTED_TYPES_FIELD_NAME, TYPE_NESTED_TYPES_FIELD_TYPE)
567 (TYPE_NESTED_TYPES_COUNT, TYPE_NESTED_TYPES_FIELD_PROTECTED)
568 (TYPE_NESTED_TYPES_FIELD_PRIVATE): New macros.
569 * typeprint.c (type_print_raw_options, default_ptype_flags): Add
570 default value for print_nested_type_limit.
571 (print_nested_type_limit): New static variable.
572 (set_print_type_nested_types, show_print_type_nested_types): New
573 functions.
574 (_initialize_typeprint): Register new commands for set/show
575 `print-nested-type-limit'.
576 * typeprint.h (struct type_print_options) [print_nested_type_limit]:
577 New field.
578
579 2017-12-07 Tom Tromey <tom@tromey.com>
580
581 PR breakpoints/22511:
582 * breakpoint.c (commands_command_1): Don't throw an exception when
583 no commands have been read.
584
585 2017-12-07 Adam Stylinski <adam.stylinski@etegent.com>
586
587 PR c++/21222
588 * target-descriptions.c (print_c_tdesc::visit_pre): Change type of
589 range-for variable.
590
591 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
592
593 * common/selftest.h (struct selftest): Add virtual destructor.
594
595 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
596
597 * python/py-breakpoint.c (bppy_init): Use string_to_event_location
598 over basic location code. Implement explicit location keywords.
599 (bppy_init_validate_args): New function.
600 * NEWS: Document Python explicit breakpoint locations.
601
602 2017-12-07 Joel Brobecker <brobecker@adacore.com>
603
604 * MAINTAINERS: Restore target entries for m68hc11-elf,
605 score-elf and xstormy16-elf, incorrectly removed in a previous
606 patch meant to only update the list of active maintainers.
607
608 2017-12-06 Pedro Alves <palves@redhat.com>
609
610 * break-catch-syscall.c (insert_catch_syscall)
611 (remove_catch_syscall): Adjust to pass reference to
612 inf_data->syscalls_counts directly via gdb::array_view.
613 * fbsd-nat.c (fbsd_set_syscall_catchpoint): Adjust to use bool
614 and gdb::array_view.
615 * linux-nat.c (linux_child_set_syscall_catchpoint): Likewise.
616 * remote.c (remote_set_syscall_catchpoint): Likewise.
617 * target-debug.h (target_debug_print_bool): New.
618 (define target_debug_print_gdb_array_view_const_int): New.
619 * target-delegates.c: Regenerate.
620 * target.h (target_ops) <to_set_syscall_catchpoint>: Use
621 gdb::array_view and bool.
622 (target_set_syscall_catchpoint): Likewise.
623
624 2017-12-06 Simon Marchi <simon.marchi@ericsson.com>
625
626 * break-catch-syscall.c (catch_syscall_completer): Get pointers
627 to syscall group strings after building the string vector.
628
629 2017-12-06 Pedro Alves <palves@redhat.com>
630
631 * remote.c (remote_query_supported): Don't send "xmlRegisters=" if
632 "qXfer:features:read"" is disabled.
633 (remote_write_qxfer, remote_read_qxfer, remote_search_memory):
634 Check packet_config_support instead of packet->support directly.
635
636 2017-12-05 Simon Marchi <simon.marchi@ericsson.com>
637
638 * target-descriptions.c (struct tdesc_feature) <registers>: Use
639 tdesc_reg_up typedef.
640 (struct target_desc) <features>: Use tdesc_feature_up typedef.
641
642 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
643
644 * target-descriptions.c (struct tdesc_type): Use default
645 destructor.
646 <u>: Remove.
647 <accept>: Remove.
648 (struct tdesc_type_builtin): New.
649 (struct tdesc_type_vector): New.
650 (struct tdesc_type_with_fields): New.
651 (tdesc_predefined_types): Change type to tdesc_type_builtin[].
652 (tdesc_gdb_type): Remove.
653 (tdesc_register_type): Adjust.
654 (tdesc_create_vector): Create tdesc_type_vector.
655 (tdesc_create_struct): Create tdesc_type_with_fields.
656 (tdesc_set_struct_size): Change parameter type.
657 (tdesc_create_union): Create tdesc_type_with_fields.
658 (tdesc_create_flags): Likewise.
659 (tdesc_create_enum): Likewise.
660 (tdesc_add_field): Change parameter type.
661 (tdesc_add_typed_bitfield): Likewise.
662 (tdesc_add_bitfield): Likewise.
663 (tdesc_add_flag): Likewise.
664 (tdesc_add_enum_value): Likewise.
665 (print_c_tdesc) <visit>: Remove overload with tdesc_type
666 parameter, add overloads for tdesc_type_builtin,
667 tdesc_type_with_fields and tdesc_type_vector.
668 <m_printed_type>: Remove.
669 <m_printed_element_type, m_printed_type_with_fields>: Add.
670 * target-descriptions.h (tdesc_create_enum): Change return type.
671 (tdesc_add_typed_bitfield): Change parameter type.
672 (tdesc_add_enum_value): Change parameter type.
673 * xml-tdesc.c (struct tdesc_parsing_data) <current_type>: Change
674 type to tdesc_type_with_fields.
675 (tdesc_start_struct): Adjust.
676 (tdesc_start_flags): Adjust.
677 (tdesc_start_enum): Adjust.
678 (tdesc_start_field): Adjust.
679 * arch/tdesc.h (struct tdesc_type_builtin): Forward-declare.
680 (struct tdesc_type_vector): Forward-declare.
681 (struct tdesc_type_with_fields): Forward-declare.
682 (tdesc_create_struct): Change return type.
683 (tdesc_create_union): Likewise.
684 (tdesc_create_flags): Likewise.
685 (tdesc_add_field): Change parameter type.
686 (tdesc_set_struct_size): Likewise.
687 (tdesc_add_bitfield): Likewise.
688 (tdesc_add_flag): Likewise.
689 * features: Re-generate C files.
690
691 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
692
693 * target-descriptions.c (tdesc_arch_reg): Remove typedef.
694 (struct tdesc_arch_reg): Add constructor.
695 (DEF_VEC_O (tdesc_arch_reg)): Remove.
696 (struct tdesc_arch_data): Initialize fields.
697 <arch_regs>: Change type to std::vector.
698 (target_find_description): Adjust.
699 (tdesc_find_type): Adjust.
700 (tdesc_data_init): Call tdesc_arch_data constructor.
701 (tdesc_data_alloc): Allocate tdesc_arch_data with new.
702 (tdesc_data_cleanup): Free data with delete.
703 (tdesc_numbered_register): Adjust.
704 (tdesc_find_arch_register): Adjust.
705 (tdesc_use_registers): Adjust.
706
707 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
708
709 * target-descriptions.c (tdesc_type_field): Remove typedef.
710 (DEF_VEC_O (tdesc_type_field)): Remove.
711 (struct tdesc_type_field): Add constructor.
712 <name>: Change type to std::string.
713 (struct tdesc_type) <tdesc_type>: Instantiate vector if the type
714 kind uses it.
715 <~tdesc_type>: Destroy vector if the type kind uses it.
716 <u::u::fields>: Change type to std::vector.
717 (tdesc_gdb_type): Adjust.
718 (tdesc_add_field): Adjust.
719 (tdesc_add_typed_bitfield): Adjust.
720 (tdesc_add_field): Adjust.
721 (tdesc_add_enum_value): Adjust.
722 (class print_c_tdesc) <visit>: Adjust.
723
724 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
725
726 * target-descriptions.c (struct tdesc_type) <name>: Change type
727 to std::string.
728 <~tdesc_type>: Don't manually free name.
729 <operator==>: Adjust.
730 (tdesc_named_type): Adjust.
731 (tdesc_find_type): Adjust.
732 (tdesc_gdb_type): Adjust.
733 (class print_c_tdesc) <visit>: Adjust.
734
735 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
736
737 * target-descriptions.c (tdesc_type_p): Remove typedef.
738 (DEF_VEC_P (tdesc_type_p)): Remove.
739 (struct tdesc_feature) <types>: Change type to std::vector.
740 <~tdesc_feature>: Replace with default implementation.
741 <accept>: Adjust.
742 (tdesc_named_type): Adjust.
743 (tdesc_create_vector): Adjust.
744 (tdesc_create_struct): Adjust.
745 (tdesc_create_union): Adjust.
746 (tdesc_create_flags): Adjust.
747 (tdesc_create_enum): Adjust.
748
749 2017-12-05 Simon Marchi <simon.marchi@ericsson.com>
750
751 * target-descriptions.c (struct tdesc_reg) <tdesc_reg>: Change
752 type of name_ parameter, adjust to std::string change.
753 <name, group, type>: Change type to std::string.
754 <~tdesc_reg>: Replace with default implementation.
755 <operator==>: Adjust.
756 (tdesc_find_register_early): Adjust.
757 (tdesc_register_name): Adjust.
758 (tdesc_register_type): Adjust.
759 (tdesc_register_in_reggroup_p): Adjust.
760 (class print_c_tdesc) <visit>: Adjust.
761 (class print_c_feature) <visit>: Adjust.
762 * features/arc-arcompact.c: Re-generate.
763 * features/arc-v2.c: Re-generate.
764
765 2017-12-05 Simon Marchi <simon.marchi@ericsson.com>
766
767 * target-descriptions.c (tdesc_reg_p): Remove typedef.
768 (DEF_VEC_P (tdesc_reg_p)): Remove.
769 (struct tdesc_feature) <registers>: Change type to std::vector.
770 <~tdesc_feature>: Don't manually free registers.
771 <accept>: Adjust.
772 <operator==>: Adjust.
773 (tdesc_has_registers): Adjust.
774 (tdesc_find_register_early): Adjust.
775 (tdesc_use_registers): Adjust.
776 (tdesc_create_reg): Adjust.
777
778 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
779
780 * target-descriptions.c (tdesc_feature) <name>: Change type to
781 std::string.
782 <~tdesc_feature>: Don't manually free name.
783 <operator==>: Adjust.
784 (tdesc_find_feature): Adjust.
785 (tdesc_feature_name): Adjust.
786 (class print_c_tdesc) <visit_pre>: Adjust.
787 (class print_c_feature) <visit_pre>: Adjust.
788
789 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
790
791 * target-descriptions.c (tdesc_feature_p): Remove typedef.
792 (DEF_VEC_P (tdesc_feature_p)): Remove.
793 (struct target_desc) <features>: Change type to std::vector.
794 <~target_desc>: Replace with default implementation.
795 <accept>: Adjust.
796 <operator==>: Adjust.
797 (tdesc_has_registers): Adjust.
798 (tdesc_find_feature): Adjust.
799 (tdesc_use_registers): Adjust.
800 (tdesc_create_feature): Adjust.
801
802 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
803
804 * target-descriptions.c (arch_p): Remove typedef.
805 (DEF_VEC_P (arch_p)): Remove.
806 (struct target_desc) <compatible>: Change type to std::vector.
807 <~target_desc>: Don't manually free compatible.
808 (tdesc_compatible_p): Adjust.
809 (tdesc_add_compatible): Adjust.
810 (class print_c_tdesc) <visit_pre>: Adjust.
811
812 2017-12-05 Simon Marchi <simon.marchi@polymtl.ca>
813
814 * target-descriptions.c (property_s): Remove typedef.
815 (DEF_VEC_O (property_s)): Remove.
816 (struct target_desc) <properties>: Make an std::vector.
817 <~target_desc>: Don't manually free properties.
818 (tdesc_property): Adjust.
819 (set_tdesc_property): Adjust.
820 (class print_c_tdesc) <visit_pre>: Adjust.
821
822 2017-12-05 Simon Marchi <simon.marchi@ericsson.com>
823
824 * common/gdb_assert.h (gdb_static_assert): Redefine using
825 static_assert.
826
827 2017-12-05 Simon Marchi <simon.marchi@ericsson.com>
828
829 * ada-lang.c (ada_collect_symbol_completion_matches): Remove
830 unused variables.
831 (ada_is_redundant_range_encoding): Likewise.
832 * ada-varobj.c (ada_varobj_get_value_of_array_variable):
833 Likewise.
834 * alpha-tdep.c (alpha_software_single_step): Likewise.
835 * arm-tdep.c (_initialize_arm_tdep): Likewise.
836 * auto-load.c (info_auto_load_cmd): Likewise.
837 * break-catch-syscall.c (insert_catch_syscall): Likewise.
838 (remove_catch_syscall): Likewise.
839 * breakpoint.c (condition_completer): Likewise.
840 (clear_command): Likewise.
841 (update_breakpoint_locations): Likewise.
842 * btrace.c (btrace_disable): Likewise.
843 (btrace_teardown): Likewise.
844 (btrace_maint_update_pt_packets): Likewise.
845 (maint_btrace_clear_cmd): Likewise.
846 * cli/cli-decode.c (lookup_cmd_1): Likewise.
847 (lookup_cmd_composition): Likewise.
848 * cli/cli-dump.c (scan_filename): Likewise.
849 (restore_command): Likewise.
850 * compile/compile-loc2c.c (compute_stack_depth): Likewise.
851 * compile/compile-object-load.c (compile_object_load): Likewise.
852 * compile/compile-object-run.c (compile_object_run): Likewise.
853 * compile/compile.c (compile_to_object): Likewise.
854 * completer.c (filename_completer): Likewise.
855 (complete_files_symbols): Likewise.
856 (complete_expression): Likewise.
857 * corelow.c (core_open): Likewise.
858 * ctf.c (ctf_start): Likewise.
859 (ctf_write_status): Likewise.
860 (ctf_write_uploaded_tsv): Likewise.
861 (ctf_write_definition_end): Likewise.
862 (ctf_open_dir): Likewise.
863 (ctf_xfer_partial): Likewise.
864 (ctf_trace_find): Likewise.
865 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
866 Likewise.
867 * dwarf2loc.c (allocate_piece_closure): Likewise.
868 (indirect_pieced_value): Likewise.
869 (dwarf2_evaluate_loc_desc_full): Likewise.
870 * dwarf2read.c (dw2_expand_marked_cus): Likewise.
871 (dw2_expand_symtabs_matching): Likewise.
872 (dw2_map_symbol_filenames): Likewise.
873 (read_and_check_comp_unit_head): Likewise.
874 (read_cutu_die_from_dwo): Likewise.
875 (lookup_dwo_unit): Likewise.
876 (read_comp_units_from_section): Likewise.
877 (dwarf2_compute_name): Likewise.
878 (handle_DW_AT_stmt_list): Likewise.
879 (create_cus_hash_table): Likewise.
880 (create_dwp_v2_section): Likewise.
881 (dwarf2_rnglists_process): Likewise.
882 (dwarf2_ranges_process): Likewise.
883 (dwarf2_record_block_ranges): Likewise.
884 (is_vtable_name): Likewise.
885 (read_formatted_entries): Likewise.
886 (skip_form_bytes): Likewise.
887 * elfread.c (elf_symtab_read): Likewise.
888 * exec.c (exec_file_command): Likewise.
889 * f-valprint.c (f_val_print): Likewise.
890 (info_common_command_for_block): Likewise.
891 * guile/guile.c (initialize_scheme_side): Likewise.
892 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Likewise.
893 * guile/scm-cmd.c (cmdscm_completer): Likewise.
894 (gdbscm_register_command_x): Likewise.
895 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
896 * guile/scm-param.c (gdbscm_parameter_value): Likewise.
897 * guile/scm-ports.c (file_port_magic): Likewise.
898 * guile/scm-pretty-print.c (ppscm_search_pp_list): Likewise.
899 (ppscm_pretty_print_one_value): Likewise.
900 (ppscm_print_children): Likewise.
901 * guile/scm-string.c (gdbscm_string_to_argv): Likewise.
902 * guile/scm-symtab.c (gdbscm_sal_symtab): Likewise.
903 * guile/scm-type.c (gdbscm_type_next_field_x): Likewise.
904 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
905 * i386-tdep.c (i386_register_reggroup_p): Likewise.
906 * infcmd.c (run_command_1): Likewise.
907 (until_next_fsm_clean_up): Likewise.
908 * linespec.c (linespec_complete): Likewise.
909 (find_label_symbols): Likewise.
910 * m2-valprint.c (m2_val_print): Likewise.
911 * memattr.c (require_user_regions): Likewise.
912 (lookup_mem_region): Likewise.
913 (disable_mem_command): Likewise.
914 (mem_delete): Likewise.
915 * mep-tdep.c (mep_register_name): Likewise.
916 (mep_analyze_prologue): Likewise.
917 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Likewise.
918 * mi/mi-interp.c (mi_on_sync_execution_done): Likewise.
919 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
920 * microblaze-linux-tdep.c (microblaze_linux_init_abi): Likewise.
921 * minidebug.c (lzma_open): Likewise.
922 * minsyms.c (lookup_minimal_symbol): Likewise.
923 * mips-linux-tdep.c (mips64_fill_fpregset): Likewise.
924 * mips-tdep.c (mips_stub_frame_sniffer): Likewise.
925 (mips_o64_return_value): Likewise.
926 (mips_single_step_through_delay): Likewise.
927 (_initialize_mips_tdep): Likewise.
928 * nios2-tdep.c (nios2_push_dummy_call): Likewise.
929 (nios2_software_single_step): Likewise.
930 * parse.c (find_minsym_type_and_address): Likewise.
931 * psymtab.c (psym_relocate): Likewise.
932 * python/py-breakpoint.c (bppy_get_commands): Likewise.
933 (gdbpy_breakpoint_modified): Likewise.
934 * python/py-infevents.c (create_inferior_call_event_object):
935 Likewise.
936 * python/py-record-btrace.c (btpy_list_item): Likewise.
937 * python/py-type.c (typy_str): Likewise.
938 * python/py-value.c (valpy_call): Likewise.
939 * python/python.c (do_start_initialization): Likewise.
940 * record-btrace.c (record_btrace_insn_history_range): Likewise.
941 (record_btrace_call_history_range): Likewise.
942 (record_btrace_record_method): Likewise.
943 (record_btrace_xfer_partial): Likewise.
944 (btrace_get_frame_function): Likewise.
945 * record-full.c (record_full_open): Likewise.
946 * record.c (get_context_size): Likewise.
947 * registry.h (DEFINE_REGISTRY): Likewise.
948 * remote-fileio.c (remote_fileio_request): Likewise.
949 * remote.c (remote_update_thread_list): Likewise.
950 (remote_check_symbols): Likewise.
951 (remote_commit_resume): Likewise.
952 (remote_interrupt): Likewise.
953 (remote_insert_breakpoint): Likewise.
954 (compare_sections_command): Likewise.
955 * rust-exp.y (super_name): Likewise.
956 (lex_string): Likewise.
957 (convert_ast_to_type): Likewise.
958 (convert_ast_to_expression): Likewise.
959 * rust-lang.c (rust_print_struct_def): Likewise.
960 (rust_print_type): Likewise.
961 (rust_evaluate_subexp): Likewise.
962 * rx-tdep.c (rx_register_type): Likewise.
963 * ser-event.c (serial_event_clear): Likewise.
964 * serial.c (serial_open): Likewise.
965 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
966 * symfile.c (section_is_overlay): Likewise.
967 (overlay_unmapped_address): Likewise.
968 (overlay_mapped_address): Likewise.
969 (simple_overlay_update_1): Likewise.
970 (simple_overlay_update): Likewise.
971 * symtab.c (symbol_find_demangled_name): Likewise.
972 (search_symbols): Likewise.
973 * target-descriptions.c (tdesc_predefined_type): Likewise.
974 * target.c (target_commit_resume): Likewise.
975 * thread.c (print_selected_thread_frame): Likewise.
976 * top.c (new_ui_command): Likewise.
977 (gdb_readline_no_editing): Likewise.
978 * tracefile-tfile.c (tfile_open): Likewise.
979 * tracepoint.c (create_tsv_from_upload): Likewise.
980 * utils.c (quit): Likewise.
981 (defaulted_query): Likewise.
982 * valarith.c (value_concat): Likewise.
983 * xml-syscall.c (xml_list_syscalls_by_group): Likewise.
984 * xml-tdesc.c (target_fetch_description_xml): Likewise.
985 * xtensa-tdep.c (xtensa_pseudo_register_read): Likewise.
986 (xtensa_pseudo_register_write): Likewise.
987
988 2017-12-04 Tom Tromey <tom@tromey.com>
989
990 * NEWS: Mention Rust trait object inspection.
991
992 2017-12-04 Pedro Alves <palves@redhat.com>
993
994 PR gdb/22499
995 * amd64-tdep.c (amd64_insn::rex_offset): Rename to...
996 (amd64_insn::enc_prefix_offset): ... this, and tweak comment.
997 (vex2_prefix_p, vex3_prefix_p): New functions.
998 (amd64_get_insn_details): Adjust to rename. Also skip VEX2 and
999 VEX3 prefixes.
1000 (fixup_riprel): Set VEX3.!B.
1001
1002 2017-12-03 Simon Marchi <simon.marchi@ericsson.com>
1003
1004 * target.h (mem_region_vector): Remove.
1005 (struct target_ops) <to_memory_map>: Change return type to
1006 std::vector<mem_region>.
1007 * target-debug.h (target_debug_print_mem_region_vector): Rename
1008 to ...
1009 (target_debug_print_std_vector_mem_region): ... this.
1010 * target-delegates.c: Re-generate.
1011
1012 2017-12-03 Pedro Alves <palves@redhat.com>
1013
1014 * make-target-delegates (munge_type): Also munge '<', '>', and
1015 ':'. Avoid double underscores in identifiers, and trailing
1016 underscores.
1017 * target-debug.h
1018 (target_debug_print_VEC_static_tracepoint_marker_p__p): Rename to
1019 ...
1020 (target_debug_print_VEC_static_tracepoint_marker_p_p): ... this.
1021 * target-delegates.c: Regenerate.
1022
1023 2017-12-02 Simon Marchi <simon.marchi@polymtl.ca>
1024
1025 * common/poison.h (XDELETE): Fix typo.
1026
1027 2017-12-01 Andrew Cagney <cagney@redhat.com>
1028 Joel Brobecker <brobecker@adacore.com>
1029 Sergio Durigan Junior <sergiodj@redhat.com>
1030
1031 * NEWS (Changes since GDB 8.0: Mention new '--readnever'
1032 feature.
1033 * coffread.c (coff_symfile_read): Do not map over sections with
1034 'coff_locate_sections' if readnever is on.
1035 * dwarf2read.c (dwarf2_has_info): Return 0 if
1036 readnever is on.
1037 * elfread.c (elf_symfile_read): Do not map over sections with
1038 'elf_locate_sections' if readnever is on.
1039 * main.c (validate_readnow_readnever): New function.
1040 (captured_main_1): Add support for --readnever.
1041 (print_gdb_help): Document --readnever.
1042 * objfile-flags.h (enum objfile_flag) <OBJF_READNEVER>: New
1043 flag.
1044 * symfile.c (readnever_symbol_files): New global.
1045 (symbol_file_add_with_addrs): Set 'OBJF_READNEVER' when
1046 'READNEVER_SYMBOL_FILES' is set.
1047 (validate_readnow_readnever): New function.
1048 (symbol_file_command): Handle '-readnever' option.
1049 Call 'validate_readnow_readnever'.
1050 (add_symbol_file_command): Handle '-readnever' option.
1051 Call 'validate_readnow_readnever'.
1052 (_initialize_symfile): Document new '-readnever' option for
1053 both 'symbol-file' and 'add-symbol-file' commands.
1054 * top.h (readnever_symbol_files): New extern global.
1055 * xcoffread.c (xcoff_initial_scan): Do not read debug
1056 information if readnever is on.
1057
1058 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1059
1060 * symfile.c (symbol_file_command): Call
1061 'symbol_file_add_main_1' only after processing all command
1062 line options.
1063 (add_symbol_file_command): Modify logic to make arguments
1064 position-independent.
1065
1066 2017-12-01 Joel Brobecker <brobecker@adacore.com>
1067
1068 * ada-lang.c (symbol_list_obstack): Delete.
1069 (resolve_subexp): Make sure "candidates" gets xfree'ed.
1070 (ada_lookup_symbol_list_worker): Remove the limitation that
1071 the result is only good until the next call, now making it
1072 the responsibility of the caller to free the result when no
1073 longer needed. Adjust the function's intro comment accordingly.
1074 (ada_lookup_symbol_list): Adjust the function's intro comment.
1075 (ada_iterate_over_symbols): Make sure "results" gets xfree'ed.
1076 (ada_lookup_encoded_symbol, get_var_value): Likewise.
1077 (_initialize_ada_language): Remove symbol_list_obstack
1078 initialization.
1079 * ada-exp.y (block_lookup): Make sure "syms" gets xfree'ed.
1080 (write_var_or_type, write_name_assoc): Likewise.
1081
1082 2017-12-01 Tom Tromey <tom@tromey.com>
1083
1084 * Makefile.in (all_deps_files): New variable.
1085 Include .Po files using all_deps_files.
1086
1087 2017-12-01 Joel Brobecker <brobecker@adacore.com>
1088
1089 * MAINTAINERS: Update list of maintainers, moving those who
1090 stepped down or became inactive to the "Past Maintainers"
1091 section.
1092
1093 2017-11-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1094
1095 * configure.ac Don't check for sys/fault.h, sys/syscall.h,
1096 sys/proc.h.
1097 (NEW_PROC_API): Remove.
1098 (prsysent_t, pr_sigset_t, pr_sigaction64_t, pr_siginfo64_t):
1099 Likewise.
1100 * common/common.m4 (GDB_AC_COMMON): Don't check for sys/syscall.h.
1101 * configure: Regenerate.
1102 * config.in: Regenerate.
1103 * gdbserver/configure: Regenerate.
1104 * gdbserver/config.in: Regenerate.
1105
1106 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Remove
1107 NEW_PROC_API test.
1108 * sparc-sol2-nat.c (_initialize_sparc_sol2_nat): Likewise.
1109
1110 * linux-btrace.c: Remove HAVE_SYS_SYSCALL_H test.
1111
1112 * proc-api.c: Remove !NEW_PROC_API support.
1113 Remove HAVE_SYS_PROC_H and HAVE_SYS_USER_H tests.
1114 Remove tests for macros always defined on Solaris.
1115 * proc-events.c: Remove !NEW_PROC_API support.
1116 Remove Remove HAVE_SYS_SYSCALL_H, HAVE_SYS_PROC_H and
1117 HAVE_SYS_USER_H tests.
1118 (init_syscall_table): Remove non-Solaris syscalls.
1119 Remove tests for syscalls present on all Solaris versions.
1120 Add missing Solaris 10+ syscalls.
1121 (signal_table): Remove non-Solaris signals.
1122 Remove tests for signals present on all Solaris versions.
1123 (fault_table): Remove non-Solaris faults.
1124 Remove tests for faults present on all Solaris versions.
1125 * proc-flags.c: Remove !NEW_PROC_API support.
1126 (pr_flag_table): Remove non-Solaris and pre-Solaris 7 comments.
1127 Remove non-Solaris flags.
1128 * proc-why.c: Remove !NEW_PROC_API support.
1129 (pr_why_table): Remove meaningless comments.
1130 Remove tests for reasons present on all Solaris versions.
1131 Remove OSF/1 cases.
1132 (proc_prettyfprint_why): Likewise.
1133
1134 * procfs.c: Remove !NEW_PROC_API and DYNAMIC_SYSCALLS support.
1135 Remove HAVE_SYS_FAULT_H and HAVE_SYS_SYSCALL_H tests.
1136 Remove WA_READ test, IRIX watchpoint support.
1137 (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t): Replace by base
1138 types. Change users.
1139 (gdb_praddset, gdb_prdelset, gdb_premptysysset, gdb_praddsysset)
1140 (gdb_prdelset, gdb_pr_issyssetmember): Replace by base macros.
1141 Change callers.
1142 Remove CTL_PROC_NAME_FMT tests.
1143 (gdb_prstatus_t, gdb_lwpstatus_t): Replace by base types. Change
1144 users.
1145 (sysset_t_size): Remove. Use sizeof (sysset_t) in callers.
1146 Remove PROCFS_DONT_PIOCSSIG_CURSIG support.
1147 (proc_modify_flag): Replace GDBRESET by PCUNSET.
1148 Remove PR_ASYNC, PR_KLC tests.
1149 (proc_unset_inherit_on_fork): Remove PR_ASYNC test.
1150 (proc_parent_pid): Remove PCWATCH etc. tests.
1151 (proc_set_watchpoint): Remove !PCWATCH && !PIOCSWATCH support.
1152 Remove PCAGENT test.
1153 (proc_get_nthreads) [PIOCNTHR && PIOCTLIST]: Remove.
1154 Remove SYS_lwpcreate || SYS_lwp_create test.
1155 (proc_get_current_thread): Likewise.
1156 [PIOCNTHR && PIOCTLIST]: Remove.
1157 [PIOCLSTATUS]: Remove.
1158 (procfs_debug_inferior): Remove non-Solaris cases, conditionals.
1159 [PRFS_STOPEXEC]: Remove.
1160 (syscall_is_lwp_exit): Remove non-Solaris cases, conditionals.
1161 (syscall_is_exit): Likewise.
1162 (syscall_is_exec): Likewise.
1163 (syscall_is_lwp_create): Likewise.
1164 Remove SYS_syssgi support.
1165 (procfs_wait): Remove PR_ASYNC, !PIOCSSPCACT tests.
1166 [SYS_syssgi]: Remove.
1167 Remove non-Solaris cases, conditionals.
1168 (unconditionally_kill_inferior) [PROCFS_NEED_PIOCSSIG_FOR_KILL]:
1169 Remove.
1170 (procfs_init_inferior) [SYS_syssgi]: Remove.
1171 (procfs_set_exec_trap) [PRFS_STOPEXEC]: Remove.
1172 (procfs_inferior_created) [SYS_syssgi]: Remove.
1173 (procfs_set_watchpoint): Remove !AIX5 test.
1174 (procfs_stopped_by_watchpoint): Remove FLTWATCH test, FLTKWATCH
1175 case.
1176 (mappingflags) [MA_PHYS]: Remove.
1177 (info_mappings_callback): Remove PCAGENT test.
1178 Remove PIOCOPENLWP || PCAGENT test.
1179
1180 2017-11-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1181
1182 * sol-thread.c (info_solthreads): Constify args.
1183 Cast args to void *.
1184
1185 2017-11-29 John Baldwin <jhb@FreeBSD.org>
1186
1187 * target-float.c [HAVE_LIBMPFR]: Define MPFR_USE_INTMAX_T.
1188
1189 2017-11-29 Joel Brobecker <brobecker@adacore.com>
1190
1191 * ada-lang.c (to_fixed_range_type): Make sure that the size
1192 of the range type being returned is the same as the size
1193 of the range type being fixed.
1194
1195 2017-11-29 Pedro Alves <palves@redhat.com>
1196
1197 PR c++/19436
1198 * NEWS: Mention setting breakpoints on functions with C++ ABI
1199 tags.
1200 * completer.h (completion_match_for_lcd) <match,
1201 mark_ignored_range>: New methods.
1202 <finish>: Consider ignored ranges.
1203 <clear>: Clear ignored ranges.
1204 <m_ignored_ranges, m_finished_storage>: New fields.
1205 * cp-support.c (cp_search_name_hash): Ignore ABI tags.
1206 (cp_symbol_name_matches_1, cp_fq_symbol_name_matches): Pass the
1207 completion_match_for_lcd pointer to strncmp_iw_with_mode.
1208 (test_cp_symbol_name_cmp): Add [abi:...] tags unit tests.
1209 * language.c (default_symbol_name_matcher): Pass the
1210 completion_match_for_lcd pointer to strncmp_iw_with_mode.
1211 * linespec.c (linespec_lexer_lex_string): Don't tokenize ABI tags.
1212 * utils.c (skip_abi_tag): New function.
1213 (strncmp_iw_with_mode): Add completion_match_for_lcd parameter.
1214 Handle ABI tags.
1215 * utils.h (strncmp_iw_with_mode): Add completion_match_for_lcd
1216 parameter.
1217
1218 2017-11-29 Pedro Alves <palves@redhat.com>
1219
1220 PR c++/19436
1221 * NEWS: Mention setting breakpoints on functions with C++ ABI
1222 tags.
1223 * completer.h (completion_match_for_lcd) <match,
1224 mark_ignored_range>: New methods.
1225 <finish>: Consider ignored ranges.
1226 <clear>: Clear ignored ranges.
1227 <m_ignored_ranges, m_finished_storage>: New fields.
1228 * cp-support.c (cp_search_name_hash): Ignore ABI tags.
1229 (cp_symbol_name_matches_1, cp_fq_symbol_name_matches): Pass the
1230 completion_match_for_lcd pointer to strncmp_iw_with_mode.
1231 (test_cp_symbol_name_cmp): Add [abi:...] tags unit tests.
1232 * language.c (default_symbol_name_matcher): Pass the
1233 completion_match_for_lcd pointer to strncmp_iw_with_mode.
1234 * linespec.c (linespec_lexer_lex_string): Don't tokenize ABI tags.
1235 * utils.c (skip_abi_tag): New function.
1236 (strncmp_iw_with_mode): Add completion_match_for_lcd parameter.
1237 Handle ABI tags.
1238 * utils.h (strncmp_iw_with_mode): Add completion_match_for_lcd
1239 parameter.
1240
1241 2017-11-29 Pedro Alves <palves@redhat.com>
1242
1243 * NEWS: Mention that breakpoints on C++ functions are now set on
1244 on all namespaces/classes by default, and mention "break
1245 -qualified".
1246 * ax-gdb.c (agent_command_1): Adjust to pass a
1247 symbol_name_match_type to new_linespec_location.
1248 * breakpoint.c (parse_breakpoint_sals): Adjust to
1249 get_linespec_location's return type change.
1250 (strace_marker_create_sals_from_location): Adjust to pass a
1251 symbol_name_match_type to new_linespec_location.
1252 (strace_marker_decode_location): Adjust to get_linespec_location's
1253 return type change.
1254 (strace_command): Adjust to pass a symbol_name_match_type to
1255 new_linespec_location.
1256 (LOCATION_HELP_STRING): Add paragraph about wildmatching, and
1257 mention "-qualified".
1258 * c-lang.c (cplus_language_defn): Install cp_search_name_hash.
1259 * completer.c (explicit_location_match_type::MATCH_QUALIFIED): New
1260 enumerator.
1261 (complete_address_and_linespec_locations): New parameter
1262 'match_type'. Pass it down.
1263 (explicit_options): Add "-qualified".
1264 (collect_explicit_location_matches): Pass the requested match type
1265 to the linespec completers. Handle MATCH_QUALIFIED.
1266 (location_completer): Handle "-qualified" combined with linespecs.
1267 * cp-support.c (cp_search_name_hash): New.
1268 (cp_symbol_name_matches_1): Implement wild matching for C++.
1269 (cp_fq_symbol_name_matches): Reimplement.
1270 (cp_get_symbol_name_matcher): Return different matchers depending
1271 on the lookup name's match type.
1272 (selftests::test_cp_symbol_name_matches): Add wild matching tests.
1273 * cp-support.h (cp_search_name_hash): New declaration.
1274 * dwarf2read.c
1275 (selftests::dw2_expand_symtabs_matching::test_symbols): Add
1276 symbols.
1277 (test_dw2_expand_symtabs_matching_symbol): Add wild matching
1278 tests.
1279 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Adjust to
1280 pass a symbol_name_match_type to new_linespec_location.
1281 * linespec.c (linespec_parse_basic): Lookup function symbols using
1282 the parser's symbol name match type.
1283 (convert_explicit_location_to_linespec): New
1284 symbol_name_match_type parameter. Pass it down to
1285 find_linespec_symbols.
1286 (convert_explicit_location_to_sals): Pass the location's name
1287 match type to convert_explicit_location_to_linespec.
1288 (parse_linespec): New match_type parameter. Save it in the
1289 parser.
1290 (linespec_parser_new): Default to symbol_name_match_type::WILD.
1291 (linespec_complete_function): New symbol_name_match_type
1292 parameter. Use it.
1293 (complete_linespec_component): Pass down the parser's recorded
1294 name match type.
1295 (linespec_complete_label): New symbol_name_match_type parameter.
1296 Use it.
1297 (linespec_complete): New symbol_name_match_type parameter. Save
1298 it in the parser and pass it down. Adjust to
1299 get_linespec_location's prototype change.
1300 (find_function_symbols, find_linespec_symbols): New
1301 symbol_name_match_type parameter. Pass it down instead of
1302 assuming symbol_name_match_type::WILD.
1303 * linespec.h (linespec_complete, linespec_complete_function)
1304 (linespec_complete_label): New symbol_name_match_type parameter.
1305 * location.c (event_location::linespec_location): Now a struct
1306 linespec_location.
1307 (EL_LINESPEC): Adjust.
1308 (initialize_explicit_location): Default to
1309 symbol_name_match_type::WILD.
1310 (new_linespec_location): New symbol_name_match_type parameter.
1311 Record it in the location.
1312 (get_linespec_location): Now returns a struct linespec_location.
1313 (new_explicit_location): Also copy func_name_match_type.
1314 (explicit_to_string_internal)
1315 (string_to_explicit_location): Handle "-qualified".
1316 (copy_event_location): Adjust to LINESPEC_LOCATION type change.
1317 Copy symbol_name_match_type fields.
1318 (event_location_deleter::operator()): Adjust to LINESPEC_LOCATION
1319 type change.
1320 (event_location_to_string): Adjust to LINESPEC_LOCATION type
1321 change. Handle "-qualfied".
1322 (string_to_explicit_location): Handle "-qualified".
1323 (string_to_event_location_basic): New symbol_name_match_type
1324 parameter. Pass it down.
1325 (string_to_event_location): Handle "-qualified".
1326 * location.h (struct linespec_location): New.
1327 (explicit_location::func_name_match_type): New field.
1328 (new_linespec_location): Now returns a const linespec_location *.
1329 (string_to_event_location_basic): New symbol_name_match_type
1330 parameter.
1331 (explicit_completion_info::saw_explicit_location_option): New
1332 field.
1333 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Adjust to pass a
1334 symbol_name_match_type to new_linespec_location.
1335 * python/py-breakpoint.c (bppy_init): Likewise.
1336 * python/python.c (gdbpy_decode_line): Likewise.
1337
1338 2017-11-29 Pedro Alves <palves@redhat.com>
1339
1340 * ada-lang.c (ada_lookup_name_info::matches): Change type of
1341 parameter from completion_match to completion_match_result.
1342 Adjust.
1343 (do_wild_match, do_full_match, ada_symbol_name_matches): Likewise.
1344 * completer.c (completion_tracker::maybe_add_completion): Add
1345 match_for_lcd parameter and use it.
1346 (completion_tracker::add_completion): Likewise.
1347 * completer.h (class completion_match_for_lcd): New class.
1348 (completion_match_result::match_for_lcd): New field.
1349 (completion_match_result::set_match): New method.
1350 (completion_tracker): Add comments.
1351 (completion_tracker::add_completion): Add match_for_lcd parameter.
1352 (completion_tracker::reset_completion_match_result): Reset
1353 match_for_lcd too.
1354 (completion_tracker::maybe_add_completion): Add match_for_lcd
1355 parameter.
1356 (completion_tracker::m_lowest_common_denominator_unique): Extend
1357 comments.
1358 * cp-support.c (cp_symbol_name_matches_1)
1359 (cp_fq_symbol_name_matches): Change type of parameter from
1360 completion_match to completion_match_result. Adjust.
1361 * language.c (default_symbol_name_matcher): Change type of
1362 parameter from completion_match to completion_match_result.
1363 Adjust.
1364 * language.h (completion_match_for_lcd): Forward declare.
1365 (default_symbol_name_matcher): Change type of parameter from
1366 completion_match to completion_match_result.
1367 * symtab.c (compare_symbol_name): Adjust.
1368 (completion_list_add_name): Pass the match_for_lcd to the tracker.
1369 * symtab.h (ada_lookup_name_info::matches): Change type of
1370 parameter from completion_match to completion_match_result.
1371 (symbol_name_matcher_ftype): Likewise, and update comments.
1372
1373 2017-11-29 Pedro Alves <palves@redhat.com>
1374
1375 * linespec.c (minsym_found, add_minsym): Use msymbol_is_function.
1376 * minsyms.c (msymbol_is_text): Delete.
1377 (msymbol_is_function): New function.
1378 * minsyms.h (msymbol_is_text): Delete.
1379 (msymbol_is_function): New declaration.
1380 * symtab.c (find_function_alias_target): Use msymbol_is_function.
1381
1382 2017-11-29 Tom Tromey <tom@tromey.com>
1383
1384 * Makefile.in (distclean): Handle the case where rmdir fails.
1385
1386 2017-11-29 Tom Tromey <tom@tromey.com>
1387
1388 * symfile.c (_initialize_symfile): Update usage text for
1389 add-symbol-file, symbol-file, load.
1390
1391 2017-11-29 Tom Tromey <tom@tromey.com>
1392
1393 * symfile.c (add_symbol_file_command): Error if some arguments to
1394 -s are missing. Change unrecognized-argument error message.
1395 (_initialize_symfile): Fix usage text for add-symbol-file.
1396
1397 2017-11-27 Tom Tromey <tom@tromey.com>
1398
1399 * Makefile.in (REMOTE_OBS): Remove.
1400 (SFILES): Remove remote sources.
1401 (COMMON_SFILES): Add remote sources.
1402 (ALLDEPFILES): Remove dcache.c.
1403
1404 2017-11-27 Tom Tromey <tom@tromey.com>
1405
1406 * Makefile.in (SUBDIR_TARGET_SRCS, SUBDIR_TARGET_OBS): New
1407 variables.
1408 (SFILES): Use SUBDIR_TARGET_SRCS.
1409 (COMMON_OBS): Use SUBDIR_TARGET_OBS. Remove waitstatus.o.
1410 (CONFIG_SRC_SUBDIR): Add target.
1411 (%.o): Remove target rule.
1412
1413 2017-11-27 Tom Tromey <tom@tromey.com>
1414
1415 * Makefile.in (COMMON_OBS): Remove filename-seen-cache.o,
1416 registry.o, thread-fsm.o, debug.o.
1417 (COMMON_SFILES): Add filename-seen-cache.c, registry.c,
1418 thread-fsm.c, debug.c.
1419
1420 2017-11-27 Tom Tromey <tom@tromey.com>
1421
1422 * Makefile.in (COMMON_SFILES): New.
1423 (SFILES): Move some entries to COMMON_SFILES.
1424 (COMMON_OBS): Use COMMON_SFILES.
1425
1426 2017-11-27 Tom Tromey <tom@tromey.com>
1427
1428 * Makefile.in (YYFILES): Update comment.
1429 (YYOBJ): Redefine.
1430
1431 2017-11-27 Tom Tromey <tom@tromey.com>
1432
1433 * Makefile.in (SUBDIR_PYTHON_OBS): Redefine.
1434 (CONFIG_SRC_SUBDIR): Add python.
1435 (%.o): Remove python rule.
1436 (python/%.o): New rule.
1437 * configure: Rebuild.
1438 * configure.ac (CONFIG_OBS): Refer to python/python.o
1439
1440 2017-11-27 Tom Tromey <tom@tromey.com>
1441
1442 * configure: Rebuild.
1443 * configure.ac (CONFIG_OBS): Refer to guile/guile.o.
1444 * Makefile.in (SUBDIR_GUILE_OBS): Redefine.
1445 (CONFIG_SRC_SUBDIR): Add guile.
1446 (%.o): Remove guile rule.
1447
1448 2017-11-27 Tom Tromey <tom@tromey.com>
1449
1450 * Makefile.in (SUBDIR_UNITTESTS_OBS): Redefine.
1451 (%.o): Remove unittests rule.
1452 (CONFIG_SRC_SUBDIR): Add unittests.
1453
1454 2017-11-27 Tom Tromey <tom@tromey.com>
1455
1456 * Makefile.in (SUBDIR_TUI_OBS): Redefine.
1457 (CONFIG_SRC_SUBDIR): Add tui.
1458 (%.o): Remove tui rule.
1459
1460 2017-11-27 Tom Tromey <tom@tromey.com>
1461
1462 * Makefile.in (SUBDIR_GCC_COMPILE_OBS): Redefine.
1463 (%.o): Remove compile rule.
1464 (CONFIG_SRC_SUBDIR): Add compile.
1465
1466 2017-11-27 Tom Tromey <tom@tromey.com>
1467
1468 * Makefile.in (SUBDIR_MI_OBS): Redefine.
1469 (%.o): Remove mi rule.
1470 (CONFIG_SRC_SUBDIR): Add mi.
1471 (COMMON_OBS): Use mi/mi-common.o
1472
1473 2017-11-27 Tom Tromey <tom@tromey.com>
1474
1475 * Makefile.in (SUBDIR_CLI_OBS): Redefine.
1476 (%.o): Remove cli rule.
1477 (CONFIG_SRC_SUBDIR): Add cli.
1478
1479 2017-11-27 Tom Tromey <tom@tromey.com>
1480
1481 * configure.ac (CONFIG_SRC_SUBDIR): Don't subst.
1482 * configure: Rebuild.
1483 * Makefile.in (CONFIG_SRC_SUBDIR): Redefine.
1484 (CONFIG_DEP_SUBDIR): New variable.
1485 (%.o): Add order-only dependency.
1486 ($(CONFIG_DEP_SUBDIR)): New target.
1487
1488 2017-11-26 Dominik Czarnota <dominik.b.czarnota@gmail.com>
1489
1490 PR gdb/21945
1491 * findcmd.c (_initialize_mem_search): Update find command help
1492 text.
1493
1494 2017-11-26 Simon Marchi <simon.marchi@polymtl.ca>
1495
1496 * python/python.c (do_start_initialization): Change progname
1497 type to gdb::unique_xmalloc_ptr. Release the pointer when using
1498 Python 2.
1499
1500 2017-11-26 Tom Tromey <tom@tromey.com>
1501
1502 * common/format.h: Add include guards.
1503
1504 2017-11-26 Tom Tromey <tom@tromey.com>
1505
1506 * nat/linux-personality.h (class
1507 maybe_disable_address_space_randomization): New class.
1508 (maybe_disable_address_space_randomization): Don't declare
1509 function.
1510 * nat/linux-personality.c (restore_personality)
1511 (make_disable_asr_cleanup): Remove.
1512 (maybe_disable_address_space_randomization): Now a constructor.
1513 (~maybe_disable_address_space_randomization): New destructor.
1514 * linux-nat.c (linux_nat_create_inferior): Update.
1515
1516 2017-11-26 Tom Tromey <tom@tromey.com>
1517
1518 * gcore.c (write_gcore_file_1): Use gdb::unique_xmalloc_ptr.
1519
1520 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1521
1522 * spu-tdep.c (spu_software_single_step): Access SPU_LSLR_REGNUM as
1523 "cooked" register. Access only first four bytes of branch target
1524 registers.
1525
1526 2017-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1527
1528 PR gdb/22491
1529 * stap-probe.c (relocate_address): New function.
1530 (stap_probe::get_relocated_address): Use 'relocate_address'.
1531 (stap_probe::set_semaphore): Use 'relocate_address' and pass
1532 'm_sem_addr'.
1533 (stap_probe::clear_semaphore): Likewise.
1534
1535 2017-11-25 Pedro Alves <palves@redhat.com>
1536
1537 * dictionary.c: Include "safe-ctype.h".
1538 * minsyms.c: Include "safe-ctype.h".
1539 * minsyms.c (SYMBOL_HASH_NEXT): Use TOLOWER instead of tolower.
1540
1541 2017-11-25 Pedro Alves <palves@redhat.com>
1542
1543 * completer.c (complete_line_internal_1): Skip spaces until the
1544 start of the command.
1545
1546 2017-11-24 Pedro Alves <palves@redhat.com>
1547
1548 * cp-support.c (cp_symbol_name_matches_1): New, factored out from
1549 cp_fq_symbol_name_matches. Pass language_cplus to
1550 strncmp_with_mode.
1551 (cp_fq_symbol_name_matches): Call cp_symbol_name_matches_1.
1552 (selftests::test_cp_symbol_name_cmp): New.
1553 (_initialize_cp_support): Register "cp_symbol_name_matches"
1554 selftests.
1555 * language.c (default_symbol_name_matcher): Pass language_minimal
1556 to strncmp_iw_with_mode.
1557 * utils.c: Include "cp-support.h" and <algorithm>.
1558 (valid_identifier_name_char, cp_skip_operator_token, skip_ws)
1559 (cp_is_operator): New functions.
1560 (strncmp_iw_with_mode): Use them. Add language parameter. Don't
1561 skip whitespace in the symbol name when the lookup name doesn't
1562 have spaces, and vice versa.
1563 (strncmp_iw, strcmp_iw): Pass language to strncmp_iw_with_mode.
1564 * utils.h (strncmp_iw_with_mode): Add language parameter.
1565
1566 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1567
1568 * ada-lang.c (ada_exception_message_1, ada_exception_message):
1569 New functions.
1570 (print_it_exception): If available, display the exception
1571 message as well.
1572 * NEWS: Document new feature.
1573
1574 2017-11-24 Ulrich Weigand <uweigand@de.ibm.com>
1575
1576 * configure.nat <spu-linux>: Add fork-inferior.o to NATDEPFILES.
1577
1578 2017-11-24 Philipp Rudo <prudo@linux.vnet.ibm.com>
1579
1580 * dtrace-probe.c (dtrace_probe::build_arg_exprs)
1581 (dtrace_probe::is_enabled, dtrace_probe::enable)
1582 (dtrace_probe::disable): Remove keyword 'struct' at for-range
1583 variable
1584 * probe.c (gen_ui_out_table_header_info)
1585 (print_ui_out_not_applicables): Remove keyword 'struct' at
1586 for-range variable
1587
1588 2017-11-24 Alan Hayward <alan.hayward@arm.com>
1589
1590 * configure.tgt: Add arch/aarch64.o
1591
1592 2017-11-24 Simon Marchi <simon.marchi@polymtl.ca>
1593
1594 * common/common-utils.h: Include poison.h.
1595 (xfree): Remove declaration, add definition with static_assert.
1596 * common/common-utils.c (xfree): Remove.
1597 * common/poison.h (IsMallocatable): Define.
1598 (IsFreeable): Define.
1599 (free): Delete for non-freeable types.
1600 (xnew): New.
1601 (XNEW): Undef and redefine.
1602 (xcnew): New.
1603 (XCNEW): Undef and redefine.
1604 (xdelete): New.
1605 (XDELETE): Undef and redefine.
1606 (xnewvec): New.
1607 (XNEWVEC): Undef and redefine.
1608 (xcnewvec): New.
1609 (XCNEWVEC): Undef and redefine.
1610 (xresizevec): New.
1611 (XRESIZEVEC): Undef and redefine.
1612 (xdeletevec): New.
1613 (XDELETEVEC): Undef and redefine.
1614 (xnewvar): New.
1615 (XNEWVAR): Undef and redefine.
1616 (xcnewvar): New.
1617 (XCNEWVAR): Undef and redefine.
1618 (xresizevar): New.
1619 (XRESIZEVAR): Undef and redefine.
1620
1621 2017-11-24 Simon Marchi <simon.marchi@polymtl.ca>
1622
1623 * gdbthread.h (private_thread_info): Define structure type, add
1624 virtual pure destructor.
1625 (thread_info) <priv>: Change type to unique_ptr.
1626 <private_dtor>: Remove.
1627 * thread.c (add_thread_with_info): Adjust to use of unique_ptr.
1628 (private_thread_info::~private_thread_info): Provide default
1629 implementation.
1630 (thread_info::~thread_info): Don't call private_dtor nor
1631 manually free priv.
1632 * aix-thread.c (private_thread_info): Rename to ...
1633 (aix_thread_info): ... this.
1634 (get_aix_thread_info): New.
1635 (sync_threadlists): Adjust.
1636 (iter_tid): Adjust.
1637 (aix_thread_resume): Adjust.
1638 (aix_thread_fetch_registers): Adjust.
1639 (aix_thread_store_registers): Adjust.
1640 (aix_thread_extra_thread_info): Adjust.
1641 * darwin-nat.h (private_thread_info): Rename to ...
1642 (darwin_thread_info): ... this.
1643 (get_darwin_thread_info): New.
1644 * darwin-nat.c (darwin_init_thread_list): Adjust.
1645 (darwin_check_new_threads): Adjust.
1646 (thread_info_from_private_thread_info): Adjust.
1647 * linux-thread-db.c (private_thread_info): Rename to ...
1648 (thread_db_thread_info): ... this, initialize fields.
1649 (get_thread_db_thread_info): New.
1650 <dying>: Change type to bool.
1651 (update_thread_state): Adjust to type rename.
1652 (record_thread): Adjust to type rename an use of unique_ptr.
1653 (thread_db_pid_to_str): Likewise.
1654 (thread_db_extra_thread_info): Likewise.
1655 (thread_db_thread_handle_to_thread_info): Likewise.
1656 (thread_db_get_thread_local_address): Likewise.
1657 * nto-tdep.h (private_thread_info): Rename to ...
1658 (nto_thread_info): ... this, initialize fields.
1659 (get_nto_thread_info): New.
1660 <name>: Change type to std::string.
1661 * nto-tdep.c (nto_extra_thread_info): Adjust to type rename and
1662 use of unique_ptr.
1663 * nto-procfs.c (update_thread_private_data_name): Adjust to
1664 std::string change, allocate nto_private_thread_info with new.
1665 (update_thread_private_data): Adjust to unique_ptr.
1666 * remote.c (private_thread_info): Rename to ...
1667 (remote_thread_info): ... this, initialize data members with
1668 default values.
1669 <extra, name>: Change type to std::string.
1670 <thread_handle>: Change type to non-pointer.
1671 (free_private_thread_info): Remove.
1672 (get_private_info_thread): Rename to...
1673 (get_remote_thread_info): ... this, change return type, adjust to
1674 use of unique_ptr, use remote_thread_info constructor.
1675 (remote_add_thread): Adjust.
1676 (get_private_info_ptid): Rename to...
1677 (get_remote_thread_info): ...this, change return type.
1678 (remote_thread_name): Use get_remote_thread_info, adjust to
1679 change to std::string.
1680 (struct thread_item) <~thread_item>: Remove.
1681 <thread_handle>: Make non pointer.
1682 (start_thread): Adjust to thread_item::thread_handle type
1683 change.
1684 (remote_update_thread_list): Adjust to type name change, move
1685 strings from temporary to long-lived object instead of
1686 duplicating.
1687 (remote_threads_extra_info): Use get_remote_thread_info.
1688 (process_initial_stop_replies): Likewise.
1689 (resume_clear_thread_private_info): Likewise.
1690 (remote_resume): Adjust to type name change.
1691 (remote_commit_resume): Use get_remote_thread_info.
1692 (process_stop_reply): Adjust to type name change.
1693 (remote_stopped_by_sw_breakpoint): Use get_remote_thread_info.
1694 (remote_stopped_by_hw_breakpoint): Likewise.
1695 (remote_stopped_by_watchpoint): Likewise.
1696 (remote_stopped_data_address): Likewise.
1697 (remote_core_of_thread): Likewise.
1698 (remote_thread_handle_to_thread_info): Use
1699 get_private_info_thread, adjust to thread_handle field type
1700 change.
1701
1702 2017-11-24 Simon Marchi <simon.marchi@polymtl.ca>
1703
1704 * remote.c (struct thread_item): Add constructor, disable copy
1705 construction and copy assignment, define default move
1706 construction and move assignment.
1707 <extra, name>: Change type to std::string.
1708 <core>: Initialize.
1709 <thread_handle>: Make non-pointer.
1710 (thread_item_t): Remove typedef.
1711 (DEF_VEC_O(thread_item_t)): Remove.
1712 (threads_listing_context) <contains_thread>: New method.
1713 <remove_thread>: New method.
1714 <items>: Change type to std::vector.
1715 (clear_threads_listing_context): Remove.
1716 (threads_listing_context_remove): Remove.
1717 (remote_newthread_step): Use thread_item constructor, adjust to
1718 change to std::vector.
1719 (start_thread): Use thread_item constructor, adjust to change to
1720 std::vector.
1721 (end_thread): Adjust to change to std::vector and std::string.
1722 (remote_get_threads_with_qthreadinfo): Use thread_item
1723 constructor, adjust to std::vector.
1724 (remote_update_thread_list): Adjust to change to std::vector and
1725 std::string, use threads_listing_context methods.
1726 (remove_child_of_pending_fork): Adjust.
1727 (remove_new_fork_children): Adjust.
1728 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add rsp-low-selftests.c.
1729 (SUBDIR_UNITTESTS_OBS): Add rsp-low-selftests.o.
1730 * unittests/rsp-low-selftests.c: New file.
1731 * common/rsp-low.h: Include common/byte-vector.h.
1732 (hex2bin): New overload.
1733 * common/rsp-low.c (hex2bin): New overload.
1734
1735 2017-11-24 Simon Marchi <simon.marchi@ericsson.com>
1736
1737 * inferior.h (private_inferior): Define structure type, add
1738 virtual pure destructor.
1739 (inferior) <priv>: Change type to unique_ptr.
1740 * inferior.c (private_inferior::~private_inferior): Provide
1741 default implementation.
1742 (inferior::~inferior): Don't free priv field.
1743 (exit_inferior_1): Likewise.
1744 * darwin-nat.h (struct darwin_exception_info): Initialize fields.
1745 (darwin_exception_info): Remove typedef.
1746 (DEF_VEC_O (darwin_thread_t)); Remove.
1747 (private_inferior): Rename to ...
1748 (darwin_private_inferior): ... this, extend private_inferior.
1749 (get_darwin_inferior): New.
1750 <threads>: Change type to std::vector of darwin_thread_t pointers.
1751 * darwin-nat.c (darwin_check_new_threads): Adjust.
1752 (find_inferior_task_it): Adjust.
1753 (darwin_find_thread); Adjust.
1754 (darwin_suspend_inferior): Adjust.
1755 (darwin_resume_inferior): Adjust.
1756 (darwin_find_new_inferior): Adjust.
1757 (darwin_decode_notify_message): Adjust.
1758 (darwin_send_reply): Adjust.
1759 (darwin_resume_inferior_threads): Adjust.
1760 (darwin_suspend_inferior_threads): Adjust.
1761 (darwin_decode_message): Adjust.
1762 (darwin_wait): Adjust.
1763 (darwin_interrupt): Adjust.
1764 (darwin_deallocate_threads): Adjust.
1765 (darwin_mourn_inferior): Adjust, don't free private data.
1766 (darwin_reply_to_all_pending_messages): Adjust.
1767 (darwin_stop_inferior): Adjust.
1768 (darwin_setup_exceptions): Adjust.
1769 (darwin_kill_inferior): Adjust.
1770 (darwin_setup_request_notification): Adjust.
1771 (darwin_attach_pid): Adjust.
1772 (darwin_init_thread_list): Adjust.
1773 (darwin_setup_fake_stop_event): Adjust.
1774 (darwin_attach): Adjust.
1775 (darwin_detach): Adjust.
1776 (darwin_xfer_partial): Adjust.
1777 (set_enable_mach_exceptions): Adjust.
1778 (darwin_pid_to_exec_file): Adjust.
1779 (darwin_get_ada_task_ptid): Adjust.
1780 * darwin-nat-info.c (get_task_from_args): Adjust.
1781 (info_mach_ports_command): Adjust.
1782 (info_mach_region_command): Adjust.
1783 (info_mach_exceptions_command): Adjust.
1784 * remote.c (private_inferior): Rename to ...
1785 (remote_private_inferior): ... this, initialize fields.
1786 (get_remote_inferior); New.
1787 (remote_commit_resume): Use get_remote_inferior.
1788 (check_pending_event_prevents_wildcard_vcont_callback): Likewise.
1789
1790 2017-11-24 Pedro Alves <palves@redhat.com>
1791
1792 * NEWS: Mention linespecs and explicit locations, and completion
1793 improvements.
1794
1795 2017-11-24 Yao Qi <yao.qi@linaro.org>
1796
1797 * regcache.c (regcache::dump): Remove footnote_register_size.
1798
1799 2017-11-24 Yao Qi <yao.qi@linaro.org>
1800
1801 * regcache.c (cooked_read_test): Add more test for readonly
1802 regcache.
1803
1804 2017-11-24 Yao Qi <yao.qi@linaro.org>
1805
1806 * gdbarch-selftests.c (test_target_has_registers): Move it to
1807 target.c.
1808 (test_target_has_stack): Likewise.
1809 (test_target_has_memory): Likewise.
1810 (test_target_prepare_to_store): Likewise.
1811 (test_target_store_registers): Likewise.
1812 (test_target_ops): Likewise.
1813 * regcache.c: Include selftest-arch.h and gdbthread.h.
1814 (target_ops_no_register): New class.
1815 (test_target_fetch_registers): New.
1816 (test_target_store_registers): New.
1817 (test_target_xfer_partial): New.
1818 (readwrite_regcache): New.
1819 (cooked_read_test): New.
1820 (_initialize_regcache): Register the test.
1821 * target.c: (test_target_has_registers): Moved from
1822 gdbarch-selftests.c.
1823 (test_target_has_stack): Likewise.
1824 (test_target_has_memory): Likewise.
1825 (test_target_prepare_to_store): Likewise.
1826 (test_target_store_registers): Likewise.
1827 * target.h (test_target_ops): New class.
1828
1829 2017-11-24 Alan Hayward <alan.hayward@arm.com>
1830
1831 * aarch64-tdep.c (_initialize_aarch64_tdep): Add target desc
1832 selftest.
1833
1834 2017-11-24 Alan Hayward <alan.hayward@arm.com>
1835
1836 * aarch64-tdep.c (_initialize_aarch64_tdep): Remove init.
1837 * arch/aarch64.c (aarch64_create_target_description): Create
1838 new target description.
1839 * features/Makefile: Add new files.
1840 * features/aarch64.c: Remove file.
1841 * features/aarch64-core.c: New autogenerated file.
1842 * features/aarch64-fpu.c: New autogenerated file.
1843 * target-descriptions.c (maint_print_c_tdesc_cmd): Check for aarch64.
1844
1845 2017-11-24 Alan Hayward <alan.hayward@arm.com>
1846
1847 * Makefile.in: Add new files.
1848 * aarch64-linux-nat.c (aarch64_linux_read_description): Call
1849 aarch64_read_description.
1850 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
1851 Call aarch64_read_description.
1852 * aarch64-tdep.c (aarch64_read_description): New function.
1853 (aarch64_gdbarch_init): Call aarch64_read_description.
1854 * aarch64-tdep.h (aarch64_read_description): New function.
1855 * arch/aarch64.c: New file.
1856 * configure.tgt: Add new files.
1857
1858 2017-11-24 Yao Qi <yao.qi@linaro.org>
1859
1860 * mi/mi-main.c (register_changed_p): Update.
1861 * value.c (value_contents_bits_eq): Change return type.
1862 (value_contents_eq): Likewise.
1863 * value.h: Update comments.
1864
1865 2017-11-24 Yao Qi <yao.qi@linaro.org>
1866
1867 * mi/mi-main.c (mi_cmd_data_list_changed_registers): Remove
1868 local 'changed'. Remove error.
1869 (register_changed_p): Change return type to bool.
1870
1871 2017-11-24 Yao Qi <yao.qi@linaro.org>
1872
1873 * arch/tic6x.c: New file.
1874 * arch/tic6x.h: New file.
1875 * features/Makefile (FEATURE_XMLFILES): Add tic6x-c6xp.xml,
1876 tic6x-core.xml and tic6x-gp.xml.
1877 * features/tic6x-c6xp.c: Generated.
1878 * features/tic6x-core.c: Generated.
1879 * features/tic6x-gp.c: Generated.
1880 * target-descriptions.c (maint_print_c_tdesc_cmd): Match
1881 "tic6x-".
1882
1883 2017-11-23 Simon Marchi <simon.marchi@ericsson.com>
1884
1885 * mi/mi-main.c (list_available_thread_groups): Change map value
1886 type to std::vector.
1887
1888 2017-11-23 Simon Marchi <simon.marchi@ericsson.com>
1889
1890 * osdata.c (osdata_end_column, get_osdata): Remove std::move.
1891
1892 2017-11-23 Simon Marchi <simon.marchi@ericsson.com>
1893
1894 * varobj.c (struct varobj_dynamic) <children_requested_>: Rename
1895 back to...
1896 <children_requested>: ... this.
1897 (varobj_get_num_children, varobj_update): Adjust.
1898
1899 2017-11-23 Simon Marchi <simon.marchi@ericsson.com>
1900
1901 * ada-varobj.c (ada_value_is_changeable_p): Change int to bool where applicable.
1902 (ada_value_has_mutated): Likewise.
1903 * c-varobj.c (varobj_is_anonymous_child): Likewise.
1904 (c_is_path_expr_parent): Likewise.
1905 * mi/mi-cmd-var.c (varobj_update_one): Likewise.
1906 (mi_cmd_var_set_frozen): Likewise.
1907 (mi_cmd_var_update_iter): Likewise.
1908 (mi_cmd_var_update): Likewise.
1909 * varobj.c (pretty_printing): Likewise.
1910 (varobj_enable_pretty_printing): Likewise.
1911 (struct varobj_root) <floating, is_valid>: Likewise.
1912 (struct varobj_dynamic) <children_requested>: Likewise.
1913 (delete_variable): Likewise.
1914 (delete_variable_1): Likewise.
1915 (install_variable): Likewise.
1916 (update_type_if_necessary): Likewise.
1917 (install_new_value): Likewise.
1918 (value_of_root): Likewise.
1919 (is_root_p): Likewise.
1920 (varobj_create): Likewise.
1921 (varobj_delete): Likewise.
1922 (varobj_has_more): Likewise.
1923 (varobj_set_frozen): Likewise.
1924 (varobj_get_frozen): Likewise.
1925 (install_dynamic_child): Likewise.
1926 (dynamic_varobj_has_child_method): Likewise.
1927 (update_dynamic_varobj_children): Likewise.
1928 (varobj_get_num_children): Likewise.
1929 (varobj_list_children): Likewise.
1930 (is_path_expr_parent): Likewise.
1931 (varobj_default_is_path_expr_parent): Likewise.
1932 (varobj_is_dynamic_p): Likewise.
1933 (varobj_set_value): Likewise.
1934 (varobj_value_has_mutated): Likewise.
1935 (varobj_update): Likewise.
1936 (check_scope): Likewise.
1937 (value_of_root_1): Likewise.
1938 (varobj_value_get_print_value): Likewise.
1939 (varobj_editable_p): Likewise.
1940 (varobj_value_is_changeable_p): Likewise.
1941 (varobj_floating_p): Likewise.
1942 (varobj_default_value_is_changeable_p): Likewise.
1943 (varobj_invalidate_iter): Likewise.
1944 * varobj.h (struct varobj_update_result) <type_changed,
1945 children_changed, changed, value_installed>: Likewise.
1946 (struct varobj) <updated, frozen, not_fetched>: Likewise.
1947 (struct lang_varobj_ops) <value_is_changeable_p,
1948 value_has_mutated, is_path_expr_parent>: Likewise.
1949 (varobj_delete): Likewise.
1950 (varobj_set_frozen): Likewise.
1951 (varobj_get_frozen): Likewise.
1952 (varobj_set_value): Likewise.
1953 (varobj_update): Likewise.
1954 (varobj_editable_p): Likewise.
1955 (varobj_floating_p): Likewise.
1956 (varobj_has_more): Likewise.
1957 (varobj_is_dynamic_p): Likewise.
1958 (varobj_default_value_is_changeable_p): Likewise.
1959 (varobj_value_is_changeable_p): Likewise.
1960 (varobj_is_anonymous_child): Likewise.
1961 (varobj_default_is_path_expr_parent): Likewise.
1962
1963 2017-11-22 Sergio Durigan Junior <sergiodj@redhat.com>
1964
1965 * dtrace-probe.c (struct probe_ops dtrace_probe_ops): Delete.
1966 (struct dtrace_probe_arg) <dtrace_probe_arg>: New constructor.
1967 <type_str>: Convert to 'std::string'.
1968 <expr>: Convert to 'expression_up'.
1969 (dtrace_probe_arg_s): Delete type and VEC.
1970 (dtrace_probe_enabler_s): Likewise.
1971 (struct dtrace_probe): Replace by...
1972 (class dtrace_static_probe_ops): ...this and...
1973 (class dtrace_probe): ...this.
1974 (dtrace_probe_is_linespec): Rename to...
1975 (dtrace_static_probe_ops::is_linespec): ...this. Adjust code
1976 to reflect change.
1977 (dtrace_process_dof_probe): Use 'std::vector' instead of VEC.
1978 Adjust code. Create new instance of 'dtrace_probe'.
1979 (dtrace_build_arg_exprs): Rename to...
1980 (dtrace_probe::build_arg_exprs): ...this. Adjust code to
1981 reflect change.
1982 (dtrace_get_probes): Rename to...
1983 (dtrace_static_probe_ops::get_probes): ...this. Adjust code
1984 to reflect change.
1985 (dtrace_get_arg): Rename to...
1986 (dtrace_probe::get_arg_by_number): ...this. Adjust code to
1987 reflect change.
1988 (dtrace_probe_is_enabled): Rename to...
1989 (dtrace_probe::is_enabled): ...this. Adjust code to reflect
1990 change.
1991 (dtrace_get_probe_address): Rename to...
1992 (dtrace_probe::get_relocated_address): ...this. Adjust code
1993 to reflect change.
1994 (dtrace_get_probe_argument_count): Rename to...
1995 (dtrace_probe::get_argument_count): ...this. Adjust code to
1996 reflect change.
1997 (dtrace_can_evaluate_probe_arguments): Rename to...
1998 (dtrace_probe::can_evaluate_arguments): ...this. Adjust code
1999 to reflect change.
2000 (dtrace_evaluate_probe_argument): Rename to...
2001 (dtrace_probe::evaluate_argument): ...this. Adjust code to
2002 reflect change.
2003 (dtrace_compile_to_ax): Rename to...
2004 (dtrace_probe::compile_to_ax): ...this. Adjust code to
2005 reflect change.
2006 (dtrace_probe_destroy): Delete.
2007 (dtrace_type_name): Rename to...
2008 (dtrace_static_probe_ops::type_name): ...this. Adjust code to
2009 reflect change.
2010 (dtrace_probe::get_static_ops): New method.
2011 (dtrace_gen_info_probes_table_header): Rename to...
2012 (dtrace_static_probe_ops::gen_info_probes_table_header):
2013 ...this. Adjust code to reflect change.
2014 (dtrace_gen_info_probes_table_values): Rename to...
2015 (dtrace_probe::gen_info_probes_table_values): ...this. Adjust
2016 code to reflect change.
2017 (dtrace_enable_probe): Rename to...
2018 (dtrace_probe::enable_probe): ...this. Adjust code to reflect
2019 change.
2020 (dtrace_disable_probe): Rename to...
2021 (dtrace_probe::disable_probe): ...this. Adjust code to reflect
2022 change.
2023 (struct probe_ops dtrace_probe_ops): Delete.
2024 (info_probes_dtrace_command): Call 'info_probes_for_spops'
2025 instead of 'info_probes_for_ops'.
2026 (_initialize_dtrace_probe): Use 'all_static_probe_ops' instead
2027 of 'all_probe_ops'.
2028
2029 2017-11-22 Sergio Durigan Junior <sergiodj@redhat.com>
2030 Simon Marchi <simark@simark.ca>
2031
2032 * stap-probe.c (struct probe_ops stap_probe_ops): Delete
2033 variable.
2034 (struct stap_probe_arg) <stap_probe_arg>: New constructor.
2035 <aexpr>: Change type to 'expression_up'.
2036 (stap_probe_arg_s): Delete type and VEC.
2037 (struct stap_probe): Delete. Replace by...
2038 (class stap_static_probe_ops): ...this and...
2039 (class stap_probe): ...this. Rename variables to add 'm_'
2040 prefix. Do not use 'union' for arguments anymore.
2041 (stap_get_expected_argument_type): Receive probe name instead
2042 of 'struct stap_probe'. Adjust code.
2043 (stap_parse_probe_arguments): Rename to...
2044 (stap_probe::parse_arguments): ...this. Adjust code to
2045 reflect change.
2046 (stap_get_probe_address): Rename to...
2047 (stap_probe::get_relocated_address): ...this. Adjust code
2048 to reflect change.
2049 (stap_get_probe_argument_count): Rename to...
2050 (stap_probe::get_argument_count): ...this. Adjust code
2051 to reflect change.
2052 (stap_get_arg): Rename to...
2053 (stap_probe::get_arg_by_number'): ...this. Adjust code to
2054 reflect change.
2055 (can_evaluate_probe_arguments): Rename to...
2056 (stap_probe::can_evaluate_arguments): ...this. Adjust code
2057 to reflect change.
2058 (stap_evaluate_probe_argument): Rename to...
2059 (stap_probe::evaluate_argument): ...this. Adjust code
2060 to reflect change.
2061 (stap_compile_to_ax): Rename to...
2062 (stap_probe::compile_to_ax): ...this. Adjust code to
2063 reflect change.
2064 (stap_probe_destroy): Delete.
2065 (stap_modify_semaphore): Adjust comment.
2066 (stap_set_semaphore): Rename to...
2067 (stap_probe::set_semaphore): ...this. Adjust code to reflect
2068 change.
2069 (stap_clear_semaphore): Rename to...
2070 (stap_probe::clear_semaphore): ...this. Adjust code to
2071 reflect change.
2072 (stap_probe::get_static_ops): New method.
2073 (handle_stap_probe): Adjust code to create instance of
2074 'stap_probe'.
2075 (stap_get_probes): Rename to...
2076 (stap_static_probe_ops::get_probes): ...this. Adjust code to
2077 reflect change.
2078 (stap_probe_is_linespec): Rename to...
2079 (stap_static_probe_ops::is_linespec): ...this. Adjust code to
2080 reflect change.
2081 (stap_type_name): Rename to...
2082 (stap_static_probe_ops::type_name): ...this. Adjust code to
2083 reflect change.
2084 (stap_gen_info_probes_table_header): Rename to...
2085 (stap_static_probe_ops::gen_info_probes_table_header):
2086 ...this. Adjust code to reflect change.
2087 (stap_gen_info_probes_table_values): Rename to...
2088 (stap_probe::gen_info_probes_table_values): ...this. Adjust
2089 code to reflect change.
2090 (struct probe_ops stap_probe_ops): Delete.
2091 (info_probes_stap_command): Use 'info_probes_for_spops'
2092 instead of 'info_probes_for_ops'.
2093 (_initialize_stap_probe): Use 'all_static_probe_ops' instead
2094 of 'all_probe_ops'.
2095
2096 2017-11-22 Sergio Durigan Junior <sergiodj@redhat.com>
2097
2098 * break-catch-throw.c (fetch_probe_arguments): Use
2099 'probe.prob' instead of 'probe.probe'.
2100 * breakpoint.c (create_longjmp_master_breakpoint): Call
2101 'can_evaluate_arguments' and 'get_relocated_address' methods
2102 from probe.
2103 (create_exception_master_breakpoint): Likewise.
2104 (add_location_to_breakpoint): Use 'sal->prob' instead of
2105 'sal->probe'.
2106 (bkpt_probe_insert_location): Call 'set_semaphore' method from
2107 probe.
2108 (bkpt_probe_remove_location): Likewise, for 'clear_semaphore'.
2109 * elfread.c (elf_get_probes): Use 'static_probe_ops' instead
2110 of 'probe_ops'.
2111 (probe_key_free): Call 'delete' on probe.
2112 (check_exception_resume): Use 'probe.prob' instead of
2113 'probe.probe'.
2114 * location.c (string_to_event_location_basic): Call
2115 'probe_linespec_to_static_ops'.
2116 * probe.c (class any_static_probe_ops): New class.
2117 (any_static_probe_ops any_static_probe_ops): New variable.
2118 (parse_probes_in_pspace): Receive 'static_probe_ops' as
2119 argument. Adjust code to reflect change.
2120 (parse_probes): Use 'static_probe_ops' instead of
2121 'probe_ops'. Adjust code to reflect change.
2122 (find_probes_in_objfile): Call methods to get name and
2123 provider from probe.
2124 (find_probe_by_pc): Use 'result.prob' instead of
2125 'result.probe'. Call 'get_relocated_address' method from
2126 probe.
2127 (collect_probes): Adjust comment and argument list to receive
2128 'static_probe_ops' instead of 'probe_ops'. Adjust code to
2129 reflect change. Call necessary methods from probe.
2130 (compare_probes): Call methods to get name and provider from
2131 probes.
2132 (gen_ui_out_table_header_info): Receive 'static_probe_ops'
2133 instead of 'probe_ops'. Use 'std::vector' instead of VEC,
2134 adjust code accordingly.
2135 (print_ui_out_not_applicables): Likewise.
2136 (info_probes_for_ops): Rename to...
2137 (info_probes_for_spops): ...this. Receive 'static_probe_ops'
2138 as argument instead of 'probe_ops'. Adjust code. Call
2139 necessary methods from probe.
2140 (info_probes_command): Use 'info_probes_for_spops'.
2141 (enable_probes_command): Pass correct argument to
2142 'collect_probes'. Call methods from probe.
2143 (disable_probes_command): Likewise.
2144 (get_probe_address): Move to 'any_static_probe_ops::get_address'.
2145 (get_probe_argument_count): Move to
2146 'any_static_probe_ops::get_argument_count'.
2147 (can_evaluate_probe_arguments): Move to
2148 'any_static_probe_ops::can_evaluate_arguments'.
2149 (evaluate_probe_argument): Move to
2150 'any_static_probe_ops::evaluate_argument'.
2151 (probe_safe_evaluate_at_pc): Use 'probe.prob' instead of
2152 'probe.probe'.
2153 (probe_linespec_to_ops): Rename to...
2154 (probe_linespec_to_static_ops): ...this. Adjust code.
2155 (probe_any_is_linespec): Rename to...
2156 (any_static_probe_ops::is_linespec): ...this.
2157 (probe_any_get_probes): Rename to...
2158 (any_static_probe_ops::get_probes): ...this.
2159 (any_static_probe_ops::type_name): New method.
2160 (any_static_probe_ops::gen_info_probes_table_header): New
2161 method.
2162 (compute_probe_arg): Use 'pc_probe.prob' instead of
2163 'pc_probe.probe'. Call methods from probe.
2164 (compile_probe_arg): Likewise.
2165 (std::vector<const probe_ops *> all_probe_ops): Delete.
2166 (std::vector<const static_probe_ops *> all_static_probe_ops):
2167 New variable.
2168 (_initialize_probe): Use 'all_static_probe_ops' instead of
2169 'all_probe_ops'.
2170 * probe.h (struct info_probe_column) <field_name>: Delete
2171 extraneous newline
2172 (info_probe_column_s): Delete type and VEC.
2173 (struct probe_ops): Delete. Replace with...
2174 (class static_probe_ops): ...this and...
2175 (clas probe): ...this.
2176 (struct bound_probe) <bound_probe>: Delete extraneous
2177 newline. Adjust constructor to receive 'probe' instead of
2178 'struct probe'.
2179 <probe>: Rename to...
2180 <prob>: ...this. Delete extraneous newline.
2181 <objfile>: Delete extraneous newline.
2182 (register_probe_ops): Delete unused prototype.
2183 (info_probes_for_ops): Rename to...
2184 (info_probes_for_spops): ...this. Adjust comment.
2185 (get_probe_address): Move to 'probe::get_address'.
2186 (get_probe_argument_count): Move to
2187 'probe::get_argument_count'.
2188 (can_evaluate_probe_arguments): Move to
2189 'probe::can_evaluate_arguments'.
2190 (evaluate_probe_argument): Move to 'probe::evaluate_argument'.
2191 * solib-svr4.c (struct svr4_info): Adjust comment.
2192 (struct probe_and_action) <probe>: Rename to...
2193 <prob>: ...this.
2194 (register_solib_event_probe): Receive 'probe' instead of
2195 'struct probe' as argument. Use 'prob' instead of 'probe'
2196 when applicable.
2197 (solib_event_probe_action): Call 'get_argument_count' method
2198 from probe. Adjust comment.
2199 (svr4_handle_solib_event): Adjust comment. Call
2200 'evaluate_argument' method from probe.
2201 (svr4_create_probe_breakpoints): Call 'get_relocated_address'
2202 from probe.
2203 (svr4_create_solib_event_breakpoints): Use 'probe' instead of
2204 'struct probe'. Call 'can_evaluate_arguments' from probe.
2205 * symfile.h: Forward declare 'class probe' instead of 'struct
2206 probe'.
2207 * symtab.h: Likewise.
2208 (struct symtab_and_line) <probe>: Rename to...
2209 <prob>: ...this.
2210 * tracepoint.c (start_tracing): Use 'prob' when applicable.
2211 Call probe methods.
2212 (stop_tracing): Likewise.
2213
2214 2017-11-22 Joel Brobecker <brobecker@adacore.com>
2215
2216 * ravenscar-thread.c (ravenscar_inferior_created): Remove
2217 trailing newline at end of string in call to warning.
2218
2219 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2220
2221 * osdata.h: Include vector isntead of vec.h.
2222 (osdata_column_s): Remove typedef.
2223 (struct osdata_column): Add constructor.
2224 <name, value>: Change type to std::string.
2225 (DEF_VEC_O (osdata_column_s)): Remove.
2226 (osdata_item_s): Remove typedef.
2227 (struct osdata_item) <columns>: Change type to std::vector.
2228 (DEF_VEC_O (osdata_item_s)): Remove.
2229 (struct osdata): Add constructor.
2230 <type>: Change type to std::string.
2231 <items>: Change type to std::vector.
2232 (osdata_p): Remove typedef.
2233 (DEF_VEC_P (osdata_p)): Remove.
2234 (osdata_parse): Return a unique_ptr.
2235 (osdata_free): Remove.
2236 (make_cleanup_osdata_free): Remove.
2237 (get_osdata): Return a unique_ptr.
2238 (get_osdata_column): Return pointer to std::string, take a
2239 reference to osdata_item as parameter.
2240 * osdata.c (struct osdata_parsing_data) <osdata>: Change type to
2241 unique_ptr.
2242 <property_name>: Change type to std::string.
2243 (osdata_start_osdata): Allocate osdata with new and adjust.
2244 (osdata_start_item): Adjust.
2245 (osdata_start_column): Adjust.
2246 (osdata_end_column): Adjust.
2247 (clear_parsing_data): Remove.
2248 (osdata_parse): Return a unique_ptr and adjust, remove cleanup.
2249 (osdata_item_clear): Remove.
2250 (get_osdata): return a unique_ptr and adjust.
2251 (get_osdata_column): Return a pointer to std::string and adjust.
2252 (info_osdata): Adjust.
2253 * mi/mi-main.c: Include <map>.
2254 (free_vector_of_osdata_items): Remove.
2255 (list_available_thread_groups): Adjust, use std::map instead of
2256 splay tree.
2257
2258 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2259
2260 * stack.c (iterate_over_block_locals): Add LOC_OPTIMIZED_OUT
2261 case in switch.
2262
2263 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2264
2265 * varobj.h (DEF_VEC_P (varobj_p)): Remove.
2266
2267 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2268
2269 * varobj.h (struct varobj_update_result): Add constructor, add
2270 move constructor, disable copy and assign, initialize fields.
2271 <newobj>: Change type to std::vector.
2272 (varobj_update): Return std::vector.
2273 * varobj.c (install_dynamic_child): Change VEC parameters to
2274 std::vector and adjust.
2275 (update_dynamic_varobj_children): Likewise.
2276 (varobj_update): Return std::vector and adjust.
2277 * mi/mi-cmd-var.c (varobj_update_one): Adjust to vector changes.
2278
2279 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2280
2281 * varobj.h (struct varobj) <parent>: Remove const.
2282 <children>: Change type to std::vector.
2283 (varobj_list_children): Return std::vector const reference.
2284 (varobj_restrict_range): Change parameter type to std::vector
2285 const reference.
2286 * varobj.c (varobj_has_more): Adjust.
2287 (varobj_restrict_range): Change parameter type to std::vector
2288 const reference and adjust.
2289 (install_dynamic_child): Adjust.
2290 (update_dynamic_varobj_children): Adjust.
2291 (varobj_list_children): Return std::vector const reference and
2292 adjust.
2293 (varobj_add_child): Adjust.
2294 (update_type_if_necessary): Adjust.
2295 (varobj_update): Adjust.
2296 (delete_variable_1): Adjust.
2297 * ada-varobj.c (ada_value_has_mutated): Adjust.
2298 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Adjust.
2299
2300 2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2301
2302 * varobj.h (struct varobj): Add constructor and destructor,
2303 initialize fields.
2304 * varobj.c (struct varobj_root): Initialize fields.
2305 (struct varobj_dynamic): Initialize fields.
2306 (varobj_create): Use unique_ptr instead of cleanup. Create
2307 varobj with new instead of new_root_variable.
2308 (delete_variable_1): Free variable with delete instead of
2309 free_variable.
2310 (create_child_with_value): Create variable with new instead of
2311 new_variable.
2312 (varobj::varobj): New.
2313 (varobj::~varobj): New (body mostly coming from free_variable).
2314 (new_variable): Remove.
2315 (free_variable): Remove.
2316 (do_free_variable_cleanup): Remove.
2317 (make_cleanup_free_variable): Remove.
2318
2319 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2320
2321 * core-regset.c: Remove file.
2322 * Makefile.in (ALLDEPFILES): Remove core-regset.c.
2323
2324 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2325
2326 * NEWS: Document use of GNU MPFR.
2327 * README: Likewise.
2328
2329 * Makefile.in (LIBMPFR): Add define.
2330 (CLIBS): Add $(LIBMPFR).
2331 * configure.ac: Add --with-mpfr configure option.
2332 * configure: Regenerate.
2333 * config.in: Regenerate.
2334
2335 * target-float.c [HAVE_LIBMPFR]: Include <mpfr.h>.
2336 (class mpfr_float_ops): New type.
2337 (mpfr_float_ops::from_target): Two new overloaded functions.
2338 (mpfr_float_ops::to_target): Likewise.
2339 (mpfr_float_ops::to_string): New function.
2340 (mpfr_float_ops::from_string): Likewise.
2341 (mpfr_float_ops::to_longest): Likewise.
2342 (mpfr_float_ops::from_longest): Likewise.
2343 (mpfr_float_ops::from_ulongest): Likewise.
2344 (mpfr_float_ops::to_host_double): Likewise.
2345 (mpfr_float_ops::from_host_double): Likewise.
2346 (mpfr_float_ops::convert): Likewise.
2347 (mpfr_float_ops::binop): Likewise.
2348 (mpfr_float_ops::compare): Likewise.
2349 (get_target_float_ops): Use mpfr_float_ops if available.
2350
2351 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2352
2353 * target-float.c: Do not include <math.h>.
2354 Include <cmath> and <limits>.
2355 (DOUBLEST): Do not define.
2356 (class target_float_ops): New type.
2357 (class host_float_ops): New templated type.
2358 (class decimal_float_ops): New type.
2359
2360 (floatformat_to_doublest): Rename to ...
2361 (host_float_ops<T>::from_target): ... this. Use template type T
2362 instead of DOUBLEST. Use C++ math routines. Update recursive calls.
2363 (host_float_ops<T>::from_target): New overload using a type argument.
2364 (floatformat_from_doublest): Rename to ...
2365 (host_float_ops<T>::to_target): ... this. Use template type T
2366 instead of DOUBLEST. Use C++ math routines. Update recursive calls.
2367 (host_float_ops<T>::to_target): New overload using a type argument.
2368 (floatformat_printf_format): New function.
2369 (struct printf_length_modifier): New templated type.
2370 (floatformat_to_string): Rename to ...
2371 (host_float_ops<T>::to_string): ... this. Use type instead of
2372 floatformat argument. Use floatformat_printf_format and
2373 printf_length_modifier. Remove special handling of invalid numbers,
2374 infinities and NaN (moved to target_float_to_string).
2375 (struct scanf_length_modifier): New templated type.
2376 (floatformat_from_string): Rename to ...
2377 (host_float_ops<T>::from_string): ... this. Use type instead of
2378 floatformat argument. Use scanf_length_modifier.
2379 (floatformat_to_longest): Rename to ...
2380 (host_float_ops<T>::to_longest): ... this. Use type instead of
2381 floatformat argument. Handle out-of-range values deterministically.
2382 (floatformat_from_longest): Rename to ...
2383 (host_float_ops<T>::from_longest): ... this. Use type instead of
2384 floatformat argument.
2385 (floatformat_from_ulongest): Rename to ...
2386 (host_float_ops<T>::from_ulongest): ... this. Use type instead of
2387 floatformat argument.
2388 (floatformat_to_host_double): Rename to ...
2389 (host_float_ops<T>::to_host_double): ... this. Use type instead of
2390 floatformat argument.
2391 (floatformat_from_host_double): Rename to ...
2392 (host_float_ops<T>::from_host_double): ... this. Use type instead of
2393 floatformat argument.
2394 (floatformat_convert): Rename to ...
2395 (host_float_ops<T>::convert): ... this. Use type instead of
2396 floatformat arguments. Remove handling of no-op conversions.
2397 (floatformat_binop): Rename to ...
2398 (host_float_ops<T>::binop): ... this. Use type instead of
2399 floatformat arguments.
2400 (floatformat_compare): Rename to ...
2401 (host_float_ops<T>::compare): ... this. Use type instead of
2402 floatformat arguments.
2403
2404 (match_endianness): Use type instead of length/byte_order arguments.
2405 (set_decnumber_context): Likewise.
2406 (decimal_from_number): Likewise. Update calls.
2407 (decimal_to_number): Likewise.
2408 (decimal_is_zero): Likewise. Update calls. Move to earlier in file.
2409 (decimal_float_ops::to_host_double): New dummy function.
2410 (decimal_float_ops::from_host_double): Likewise.
2411 (decimal_to_string): Rename to ...
2412 (decimal_float_ops::to_string): ... this. Use type instead of
2413 length/byte_order arguments. Update calls.
2414 (decimal_from_string): Rename to ...
2415 (decimal_float_ops::from_string): ... this. Use type instead of
2416 length/byte_order arguments. Update calls.
2417 (decimal_from_longest): Rename to ...
2418 (decimal_float_ops::from_longest): ... this. Use type instead of
2419 length/byte_order arguments. Update calls.
2420 (decimal_from_ulongest): Rename to ...
2421 (decimal_float_ops::from_ulongest): ... this. Use type instead of
2422 length/byte_order arguments. Update calls.
2423 (decimal_to_longest): Rename to ...
2424 (decimal_float_ops::to_longest): ... this. Use type instead of
2425 length/byte_order arguments. Update calls.
2426 (decimal_binop): Rename to ...
2427 (decimal_float_ops::binop): ... this. Use type instead of
2428 length/byte_order arguments. Update calls.
2429 (decimal_compare): Rename to ...
2430 (decimal_float_ops::compare): ... this. Use type instead of
2431 length/byte_order arguments. Update calls.
2432 (decimal_convert): Rename to ...
2433 (decimal_float_ops::convert): ... this. Use type instead of
2434 length/byte_order arguments. Update calls.
2435
2436 (target_float_same_category_p): New function.
2437 (target_float_same_format_p): Likewise.
2438 (target_float_format_length): Likewise.
2439 (enum target_float_ops_kind): New type.
2440 (get_target_float_ops_kind): New function.
2441 (get_target_float_ops): Three new overloaded functions.
2442
2443 (target_float_is_zero): Update call.
2444 (target_float_to_string): Add special handling of invalid numbers,
2445 infinities and NaN (moved from floatformat_to_string). Use
2446 target_float_ops callback.
2447 (target_float_from_string): Use target_float_ops callback.
2448 (target_float_to_longest): Likewise.
2449 (target_float_from_longest): Likewise.
2450 (target_float_from_ulongest): Likewise.
2451 (target_float_to_host_double): Likewise.
2452 (target_float_from_host_double): Likewise.
2453 (target_float_convert): Add special case for no-op conversions.
2454 Use target_float_ops callback.
2455 (target_float_binop): Use target_float_ops callback.
2456 (target_float_compare): Likewise.
2457
2458 2017-11-22 Yao Qi <yao.qi@linaro.org>
2459
2460 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Use strcpy.
2461
2462 2017-11-22 Yao Qi <yao.qi@linaro.org>
2463
2464 * cli/cli-decode.c (help_list): Use memcpy instead of strncpy.
2465 * cp-namespace.c (cp_lookup_transparent_type_loop): Likewise.
2466
2467 2017-11-21 Jerome Guitton <guitton@adacore.com>
2468
2469 * ravenscar-thread.c (ravenscar_wait): Update inferior ptid
2470 with event ptid from the lower layer before doing the
2471 ravenscar-specific update.
2472
2473 2017-11-21 Joel Brobecker <brobecker@adacore.com>
2474
2475 * ravenscar-thread.c (is_ravenscar_task): Also verify that
2476 the ptid's TID is nonzero.
2477
2478 2017-11-21 Joel Brobecker <brobecker@adacore.com>
2479
2480 * ada-lang.h (ada_get_tcb_types_info): Add declaration.
2481 * ada-tasks.c (ada_get_tcb_types_info): Renames get_tcb_types_info.
2482 Make non-static. Change return type to char *. Adjust code
2483 accordingly. Rewrite the function's documentation.
2484 (read_atcb): Adjust call to get_tcb_types_info accordingly.
2485 * ravenscar-thread.c (ravenscar_inferior_created): Check that
2486 we have enough debugging information in the runtime to support
2487 Ada task debugging before we enable the ravenscar-thread layer.
2488
2489 2017-11-21 Joel Brobecker <brobecker@adacore.com>
2490
2491 * ada-lang.h (ada_get_task_info_from_ptid): Add declaration.
2492 * ada-tasks.c (ada_get_task_info_from_ptid): New function.
2493 * ravenscar-thread.c: Add into comment.
2494 (base_magic_null_ptid): Delete.
2495 (base_ptid): Change documentation.
2496 (ravenscar_active_task): Renames ravenscar_running_thread.
2497 All callers updated throughout.
2498 (is_ravenscar_task, ravenscar_get_thread_base_cpu): New function.
2499 (ravenscar_task_is_currently_active): Likewise.
2500 (get_base_thread_from_ravenscar_task): Ditto.
2501 (ravenscar_update_inferior_ptid): Adjust to handle multiple CPUs.
2502 (ravenscar_runtime_initialized): Likewise.
2503 (get_running_thread_id): Add new parameter "cpu". Adjust
2504 implementation to handle this new parameter.
2505 (ravenscar_fetch_registers): Small adjustment to use
2506 is_ravenscar_task and ravenscar_task_is_currently_active in
2507 order to decide whether to use the target beneath or this
2508 module's arch_ops.
2509 (ravenscar_store_registers, ravenscar_prepare_to_store): Likewise.
2510 (ravenscar_stopped_by_sw_breakpoint): Use
2511 get_base_thread_from_ravenscar_task to get the underlying
2512 thread, rather than using base_ptid.
2513 (ravenscar_stopped_by_hw_breakpoint, ravenscar_stopped_by_watchpoint)
2514 (ravenscar_stopped_data_address, ravenscar_core_of_thread):
2515 Likewise.
2516 (ravenscar_inferior_created): Do not set base_magic_null_ptid.
2517
2518 2017-11-21 Joel Brobecker <brobecker@adacore.com>
2519
2520 * ada-lang.h (struct ada_task_info) <base_cpu>: New field.
2521 * ada-lang.c (struct atcb_fieldno) <base_cpu>: New field.
2522 (get_tcb_types_info): Set fieldnos.base_cpu.
2523 (read_atcb): Set task_info->base_cpu.
2524 (info_task): Print "Base CPU" info if set by runtime.
2525
2526 2017-11-21 Joel Brobecker <brobecker@adacore.com>
2527
2528 * ravenscar-thread.c (ravenscar_stopped_by_sw_breakpoint)
2529 (ravenscar_stopped_by_hw_breakpoint, ravenscar_stopped_by_watchpoint)
2530 (ravenscar_stopped_data_address, ravenscar_core_of_thread):
2531 New functions.
2532 (init_ravenscar_thread_ops): Set the to_stopped_by_sw_breakpoint,
2533 to_stopped_by_hw_breakpoint, to_stopped_by_watchpoint,
2534 to_stopped_data_address and to_core_of_thread fields of
2535 ravenscar_ops.
2536
2537 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2538
2539 * ppc-tdep.h (enum powerpc_long_double_abi): New data type.
2540 (struct gdbarch_tdep): New member long_double_abi.
2541 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize long_double_abi
2542 member of tdep struct based on Tag_GNU_Power_ABI_FP attribute.
2543 * ppc-linux-tdep.c (ppc_linux_init_abi): Install long double data
2544 format depending on long_double_abi tdep member.
2545 (ppc_floatformat_for_type): Handle __ibm128 type.
2546
2547 2017-11-20 Simon Marchi <simon.marchi@polymtl.ca>
2548
2549 * darwin-nat.c (set_enable_mach_exceptions): Constify parameter.
2550
2551 2017-11-21 Pedro Alves <palves@redhat.com>
2552
2553 * dwarf2read.c (mapped_index::find_name_components_bounds)
2554 <completion mode, upper bound>: Use std::lower_bound instead of
2555 std::upper_bound.
2556 (test_mapped_index_find_name_component_bounds): Remove incorrect
2557 "t1_fund" from expected symbols.
2558
2559 2017-11-21 Pedro Alves <palves@redhat.com>
2560
2561 * dwarf2read.c (mapped_index::name_components_casing): New field.
2562 (mapped_index) <build_name_components,
2563 find_name_components_bounds): Declare new methods.
2564 (mapped_index::find_name_components_bounds)
2565 (mapped_index::build_name_components): New methods, factored out
2566 from dw2_expand_symtabs_matching_symbol.
2567 (check_find_bounds_finds)
2568 (test_mapped_index_find_name_component_bounds): New.
2569 (run_test): Rename to ...
2570 (test_dw2_expand_symtabs_matching_symbol): ... this.
2571 (run_test): Reimplement.
2572
2573 2017-11-21 Pedro Alves <palves@redhat.com>
2574
2575 * cp-name-parser.y (cp_ident_is_alpha, cp_ident_is_alnum): New.
2576 (symbol_end): Use cp_ident_is_alnum.
2577 (yylex): Use cp_ident_is_alpha and cp_ident_is_alnum.
2578 * dwarf2read.c (make_sort_after_prefix_name): New function.
2579 (dw2_expand_symtabs_matching_symbol): Use it.
2580 (test_symbols): Add more symbols.
2581 (run_test): Add tests.
2582
2583 2017-11-17 Tom Tromey <tom@tromey.com>
2584
2585 * symtab.h (enum symbol_subclass_kind): New.
2586 (struct symbol) <is_cplus_template_function, is_rust_vtable>:
2587 Remove.
2588 <subclass>: New member.
2589 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): Update.
2590 * rust-lang.c (rust_get_trait_object_pointer): Update.
2591 * dwarf2read.c (read_func_scope): Update.
2592 (read_variable): Update.
2593
2594 2017-11-17 Tom Tromey <tom@tromey.com>
2595
2596 * dwarf2read.c (read_func_scope): Update.
2597 * symtab.h (struct template_symbol): Derive from symbol.
2598 <base>: Remove.
2599
2600 2017-11-17 Tom Tromey <tom@tromey.com>
2601
2602 * symtab.h (struct symbol) <is_rust_vtable>: New member.
2603 (struct rust_vtable_symbol): New.
2604 (find_symbol_at_address): Declare.
2605 * symtab.c (find_symbol_at_address): New function.
2606 * symfile.h (struct quick_symbol_functions)
2607 <find_compunit_symtab_by_address>: New member.
2608 * symfile-debug.c (debug_qf_find_compunit_symtab_by_address): New
2609 function.
2610 (debug_sym_quick_functions): Link to
2611 debug_qf_find_compunit_symtab_by_address.
2612 * rust-lang.c (rust_get_trait_object_pointer): New function.
2613 (rust_evaluate_subexp) <case UNOP_IND>: New case. Call
2614 rust_get_trait_object_pointer.
2615 * psymtab.c (psym_relocate): Clear psymbol_map.
2616 (psym_fill_psymbol_map, psym_find_compunit_symtab_by_address): New
2617 functions.
2618 (psym_functions): Link to psym_find_compunit_symtab_by_address.
2619 * objfiles.h (struct objfile) <psymbol_map>: New member.
2620 * dwarf2read.c (dwarf2_gdb_index_functions): Update.
2621 (process_die) <DW_TAG_variable>: New case. Call read_variable.
2622 (rust_containing_type, read_variable): New functions.
2623
2624 2017-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2625
2626 * common/gdb_vecs.h (DEF_VEC_I (int)): Remove.
2627
2628 2017-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2629
2630 * common/filestuff.c: Include <algorithm>.
2631 (open_fds): Change type to std::vector<int>.
2632 (do_mark_open_fd): Adjust.
2633 (unmark_fd_no_cloexec): Adjust.
2634 (do_close): Adjust.
2635
2636 2017-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2637
2638 * breakpoint.c (output_thread_groups): Take an std::vector.
2639 (print_one_breakpoint_location): Adjust.
2640
2641 2017-11-17 Joel Brobecker <brobecker@adacore.com>
2642
2643 * ada-lang.c (resolve_subexp): Add handling of OP_VAR_MSYM_VALUE.
2644 (ada_evaluate_subexp_for_cast): New function.
2645 (ada_evaluate_subexp) <UNOP_CAST>: Replace code by call to
2646 ada_evaluate_subexp_for_cast.
2647 (ada_evaluate_subexp) <nosideret>: Replace code by call to
2648 eval_skip_value.
2649 * eval.c (evaluate_var_value): Make non-static.
2650 (evaluate_var_msym_value, eval_skip_value): Likewise.
2651 * value.h (evaluate_var_value, evaluate_var_msym_value)
2652 (eval_skip_value): Declare.
2653
2654 2017-11-16 Joel Brobecker <brobecker@adacore.com>
2655
2656 * ada-lang.c (ada_value_cast): Remove parameter "noside".
2657 Update all callers.
2658
2659 2017-11-16 Pedro Alves <palves@redhat.com>
2660
2661 * python/py-unwind.c (pyuw_sniffer): Translate
2662 PyExc_KeyboardInterrupt to a GDB Quit exception.
2663
2664 2017-11-16 Pedro Alves <palves@redhat.com>
2665
2666 * infrun.c (resume_cleanups): Delete.
2667 (resume): No longer install a resume_cleanups cleanup nor call
2668 QUIT.
2669 (proceed): Pass the terminal to the inferior.
2670 (keep_going_pass_signal): No longer install a resume_cleanups
2671 cleanup.
2672
2673 2017-11-16 Pedro Alves <palves@redhat.com>
2674
2675 * inf-loop.c (inferior_event_handler): Don't swallow the exception
2676 if the prompt is blocked.
2677
2678 2017-11-16 Pedro Alves <palves@redhat.com>
2679
2680 * breakpoint.c (insert_bp_location): Replace bp_err and
2681 bp_err_message locals by a gdb_exception local.
2682
2683 2017-11-16 Pedro Alves <palves@redhat.com>
2684
2685 * inflow.c (scoped_ignore_sigttou): New class.
2686 (child_terminal_ours_1, new_tty): Use it.
2687
2688 2017-11-16 Ulrich Weigand <uweigand@de.ibm.com>
2689
2690 * target-float.c (decimal_from_number): Add byte_order argument and
2691 call match_endianness. Error if unknown floating-point type.
2692 (decimal_to_number): Add byte_order argument and call match_endianness.
2693 (decimal_from_longest): Update call. Do not call match_endianness.
2694 (decimal_from_ulongest): Likewise.
2695 (decimal_binop): Likewise.
2696 (decimal_is_zero): Likewise.
2697 (decimal_compare): Likewise.
2698 (decimal_convert): Likewise.
2699
2700 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2701
2702 * python/python.c (gdbpy_rbreak): New function.
2703 * NEWS: Document Python rbreak feature.
2704
2705 2017-11-16 Yao Qi <yao.qi@linaro.org>
2706
2707 * features/tic6x-c62x.xml: Remove.
2708 * features/tic6x-c64x.xml: Remove.
2709 * features/tic6x-c64xp.xml: Remove.
2710
2711 2017-11-15 John Baldwin <jhb@FreeBSD.org>
2712
2713 * symtab.h: Include <array>.
2714
2715 2017-11-15 John Baldwin <jhb@FreeBSD.org>
2716
2717 * bsd-kvm.c (bsd_kvm_cmd): Constify 'arg'.
2718 (bsd_kvm_proc_cmd): Likewise.
2719
2720 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2721
2722 * tui/tui-win.c (window_name_completer): Replace VEC with
2723 std::vector.
2724
2725 2017-11-15 Andrew Cagney <cagney@gnu.org>
2726
2727 * MAINTAINERS: Remove no-longer applicable entries.
2728
2729 2017-11-15 Andrew Cagney <cagney@gnu.org>
2730
2731 * MAINTAINERS: Move self to Past Maintainers.
2732
2733 2017-11-15 Yao Qi <yao.qi@linaro.org>
2734
2735 * features/Makefile (XMLTOC): Remove nios2-linux.xml.
2736 * features/nios2-linux.c: Remove.
2737 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Don't call
2738 initialize_tdesc_nios2_linux.
2739
2740 2017-11-15 Yao Qi <yao.qi@linaro.org>
2741
2742 * m68hc11-tdep.c (M68HC11_NUM_REGS): Change it to
2743 M68HC11_LAST_HARD_REG + 1.
2744
2745 2017-11-14 Paul Carroll <pcarroll@codesourcery.com>
2746
2747 PR gdb/22388
2748 * remote.c (remote_write_bytes_aux, remote_read_bytes_1,
2749 remote_read_bytes, remote_write_qxfer, remote_xfer_partial):
2750 Return TARGET_XFER_EOF if size of returned data is 0.
2751
2752 2017-11-14 Simon Marchi <simon.marchi@ericsson.com>
2753
2754 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
2755 memory-map-selftests.c.
2756 (SUBDIR_UNITTESTS_OBS): Add memory-map-selftests.o.
2757 * memory-map.c (memory_map_start_memory): Fix computation of hi
2758 address.
2759 * unittests/memory-map-selftests.c: New file.
2760
2761 2017-11-09 Joel Brobecker <brobecker@adacore.com>
2762
2763 * ada-lang.c: Fix some typos in the general command documenting
2764 how Ada expressions are being evaluated and how their result
2765 is printed.
2766
2767 2017-11-09 Tom Tromey <tom@tromey.com>
2768
2769 * psymtab.c (psymbol_hash): Do not hash string contents.
2770 (psymbol_compare): Add comment.
2771
2772 2017-11-09 Tom Tromey <tom@tromey.com>
2773
2774 * dictionary.c (dict_hash): Move "TKB" check into the "switch".
2775
2776 2017-11-08 Joel Brobecker <brobecker@adacore.com>
2777
2778 * ada-exp.y (write_var_from_sym): Remove parameter
2779 "orig_left_context". Update all callers.
2780
2781 2017-11-08 Simon Marchi <simon.marchi@ericsson.com>
2782
2783 * tracepoint.h (class collection_list) <stringify>: Return
2784 std::vector<std::string>.
2785 (encode_actions_rsp): Change parameters to
2786 std::vector<std::string> *.
2787 * tracepoint.c (collection_list::stringify): Return
2788 std::vector<std::string> and adjust accordingly.
2789 (encode_actions_rsp): Changee parameters to
2790 std::vector<std::string> and adjust accordingly.
2791 * remote.c (free_actions_list),
2792 free_actions_list_cleanup_wrapper): Remove.
2793 (remote_download_tracepoint): Adjust to std::vector.
2794
2795 2017-11-08 Tom Tromey <tom@tromey.com>
2796
2797 * dwarf2read.c (symbolp): Remove typedef.
2798 (read_func_scope): Use std::vector.
2799 (process_structure_scope): Use std::vector.
2800
2801 2017-11-08 Pedro Alves <palves@redhat.com>
2802
2803 * ada-lang.c (ada_make_symbol_completion_list): Use
2804 completion_skip_symbol.
2805 * symtab.c (symbol_is_function_or_method(minimal_symbol*)): New.
2806 (symbol_is_function_or_method(symbol*)): New.
2807 (add_symtab_completions): Add complete_symbol_mode parameter. Use
2808 completion_skip_symbol.
2809 (default_collect_symbol_completion_matches_break_on): Use
2810 completion_skip_symbol. Pass down mode.
2811 (collect_file_symbol_completion_matches): Pass down mode.
2812 * symtab.h (symbol_is_function_or_method): New declarations.
2813 (completion_skip_symbol): New template function.
2814
2815 2017-11-08 Pedro Alves <palves@redhat.com>
2816
2817 * linespec.c (iterate_over_all_matching_symtabs): Add
2818 search_domain parameter. Pass it down to expand_symtabs_matching.
2819 (decode_objc): Request FUNCTIONS_DOMAIN symbols only.
2820 (lookup_prefix_sym): Adjust by passing ALL_DOMAIN as
2821 search_domain.
2822 (add_all_symbol_names_from_pspace): Add search_domain parameter.
2823 Pass it down.
2824 (find_method, find_function_symbols): Request FUNCTIONS_DOMAIN
2825 symbols.
2826 (add_matching_symbols_to_info): Add search_domain parameter. Pass
2827 it down.
2828
2829 2017-11-08 Pedro Alves <palves@redhat.com>
2830
2831 * ada-lang.c (ada_make_symbol_completion_list): Remove text and
2832 text_len locals and don't pass them down.
2833 * symtab.c (completion_list_add_name): Remove
2834 sym_text/sym_text_len parameters and adjust.
2835 (completion_list_add_symbol, completion_list_add_msymbol)
2836 (completion_list_objc_symbol, completion_list_add_fields)
2837 (add_symtab_completions): Likewise.
2838 (default_collect_symbol_completion_matches_break_on)
2839 (collect_file_symbol_completion_matches): Remove sym_text_len
2840 local and don't pass it down.
2841 * symtab.h (completion_list_add_name): Remove
2842 sym_text/sym_text_len parameters.
2843
2844 2017-11-08 Pedro Alves <palves@redhat.com>
2845
2846 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
2847 unittests/lookup_name_info-selftests.c.
2848 (SUBDIR_UNITTESTS_OBS): Add lookup_name_info-selftests.o.
2849 * cp-support.c: Include "selftest.h".
2850 (cp_remove_params_1): Rename from cp_remove_params. Add
2851 'require_param' parameter, and handle it.
2852 (cp_remove_params): Reimplement.
2853 (cp_remove_params_if_any): New.
2854 (selftests::quote): New.
2855 (selftests::check_remove_params): New.
2856 (selftests::test_cp_remove_params): New.
2857 (_initialize_cp_support): Install
2858 selftests::test_cp_remove_params.
2859 * cp-support.h (cp_remove_params_if_any): Declare.
2860 * dwarf2read.c :Include "selftest.h".
2861 (dw2_expand_symtabs_matching_symbol): Use
2862 lookup_name_info::make_ignore_params.
2863 (selftests::dw2_expand_symtabs_matching::mock_mapped_index)
2864 (selftests::dw2_expand_symtabs_matching::string_or_null)
2865 (selftests::dw2_expand_symtabs_matching::check_match)
2866 (selftests::dw2_expand_symtabs_matching::test_symbols)
2867 (selftests::dw2_expand_symtabs_matching::run_test): New.
2868 (_initialize_dwarf2_read): Register
2869 selftests::dw2_expand_symtabs_matching::run_test.
2870 * psymtab.c (psym_expand_symtabs_matching): Use
2871 lookup_name_info::make_ignore_params.
2872 * symtab.c (demangle_for_lookup_info::demangle_for_lookup_info):
2873 If the lookup name wants to ignore parameters, strip them.
2874 (compare_symbol_name): Remove sym_text/sym_text_len parameters and
2875 code handling '('.
2876 (completion_list_add_name): Don't pass down sym_text/sym_text_len.
2877 (default_collect_symbol_completion_matches_break_on): Don't try to
2878 strip parameters.
2879 * symtab.h (lookup_name_info::lookup_name_info): Add
2880 'ignore_parameters' parameter.
2881 (lookup_name_info::ignore_parameters)
2882 (lookup_name_info::make_ignore_params): New methods.
2883 (lookup_name_info::m_ignore_parameters): New field.
2884 * unittests/lookup_name_info-selftests.c: New file.
2885
2886 2017-11-08 Pedro Alves <palves@redhat.com>
2887
2888 * dwarf2read.c (dw2_expand_marked_cus)
2889 (dw2_expand_symtabs_matching_symbol): Remove forward declarations.
2890 (dw2_expand_symtabs_matching): Move further below.
2891 (dw2_expand_marked_cus): Reindent.
2892
2893 2017-11-08 Pedro Alves <palves@redhat.com>
2894
2895 * dwarf2read.c (byte_swap, MAYBE_SWAP): Move higher up in file.
2896 (struct name_component): New.
2897 (mapped_index::name_components): New field.
2898 (mapped_index::symbol_name_at): New method.
2899 (dwarf2_read_index): Call mapped_index ctor.
2900 (dw2_map_matching_symbols): Add comment about name_components
2901 table.
2902 (dw2_expand_symtabs_matching): Factor part to...
2903 (dw2_expand_symtabs_matching_symbol): ... this new function.
2904 Build name components table, and lookup symbols in it before
2905 calling the name matcher.
2906 (dw2_expand_marked_cus): New, factored out from
2907 dw2_expand_symtabs_matching.
2908 (dwarf2_per_objfile_free): Call the mapped_index's dtor.
2909
2910 2017-11-08 Pedro Alves <palves@redhat.com>
2911
2912 * ada-lang.c (ada_encode): Rename to ..
2913 (ada_encode_1): ... this. Add throw_errors parameter and handle
2914 it.
2915 (ada_encode): Reimplement.
2916 (match_name): Delete, folded into full_name.
2917 (resolve_subexp): No longer pass the encoded name to
2918 ada_lookup_symbol_list.
2919 (should_use_wild_match): Delete.
2920 (name_match_type_from_name): New.
2921 (ada_lookup_simple_minsym): Use lookup_name_info and the
2922 language's symbol_name_matcher_ftype.
2923 (add_symbols_from_enclosing_procs, ada_add_local_symbols)
2924 (ada_add_block_renamings): Adjust to use lookup_name_info.
2925 (ada_lookup_name): New.
2926 (add_nonlocal_symbols, ada_add_all_symbols)
2927 (ada_lookup_symbol_list_worker, ada_lookup_symbol_list)
2928 (ada_iterate_over_symbols): Adjust to use lookup_name_info.
2929 (ada_name_for_lookup): Delete.
2930 (ada_lookup_encoded_symbol): Construct a verbatim name.
2931 (wild_match): Reverse sense of return type. Use bool.
2932 (full_match): Reverse sense of return type. Inline bits of old
2933 match_name here.
2934 (ada_add_block_symbols): Adjust to use lookup_name_info.
2935 (symbol_completion_match): Delete, folded into...
2936 (ada_lookup_name_info::matches): ... .this new method.
2937 (symbol_completion_add): Delete.
2938 (ada_collect_symbol_completion_matches): Add name_match_type
2939 parameter. Adjust to use lookup_name_info and
2940 completion_list_add_name.
2941 (get_var_value, ada_add_global_exceptions): Adjust to use
2942 lookup_name_info.
2943 (ada_get_symbol_name_cmp): Delete.
2944 (do_wild_match, do_full_match): New functions.
2945 (ada_lookup_name_info::ada_lookup_name_info): New method.
2946 (ada_symbol_name_matches, ada_get_symbol_name_matcher): New
2947 functions.
2948 (ada_language_defn): Install ada_get_symbol_name_matcher.
2949 * ada-lex.l (processId): If name starts with '<', copy it
2950 verbatim.
2951 * block.c (block_iter_match_step, block_iter_match_first)
2952 (block_iter_match_next, block_lookup_symbol)
2953 (block_lookup_symbol_primary, block_find_symbol): Adjust to use
2954 lookup_name_info.
2955 * block.h (block_iter_match_first, block_iter_match_next)
2956 (ALL_BLOCK_SYMBOLS_WITH_NAME): Adjust to use lookup_name_info.
2957 * c-lang.c (c_language_defn, cplus_language_defn)
2958 (asm_language_defn, minimal_language_defn): Adjust comments to
2959 refer to la_get_symbol_name_matcher.
2960 * completer.c (complete_files_symbols)
2961 (collect_explicit_location_matches, symbol_completer): Pass a
2962 symbol_name_match_type down.
2963 * completer.h (class completion_match, completion_match_result):
2964 New classes.
2965 (completion_tracker::reset_completion_match_result): New method.
2966 (completion_tracker::m_completion_match_result): New field.
2967 * cp-support.c (make_symbol_overload_list_block): Adjust to use
2968 lookup_name_info.
2969 (cp_fq_symbol_name_matches, cp_get_symbol_name_matcher): New
2970 functions.
2971 * cp-support.h (cp_get_symbol_name_matcher): New declaration.
2972 * d-lang.c: Adjust comments to refer to
2973 la_get_symbol_name_matcher.
2974 * dictionary.c (dict_vector) <iter_match_first, iter_match_next>:
2975 Adjust to use lookup_name_info.
2976 (dict_iter_match_first, dict_iter_match_next)
2977 (iter_match_first_hashed, iter_match_next_hashed)
2978 (iter_match_first_linear, iter_match_next_linear): Adjust to work
2979 with a lookup_name_info.
2980 * dictionary.h (dict_iter_match_first, dict_iter_match_next):
2981 Likewise.
2982 * dwarf2read.c (dw2_lookup_symbol): Adjust to use lookup_name_info.
2983 (dw2_map_matching_symbols): Adjust to use symbol_name_match_type.
2984 (gdb_index_symbol_name_matcher): New class.
2985 (dw2_expand_symtabs_matching) Adjust to use lookup_name_info and
2986 gdb_index_symbol_name_matcher. Accept a NULL symbol_matcher.
2987 * f-lang.c (f_collect_symbol_completion_matches): Adjust to work
2988 with a symbol_name_match_type.
2989 (f_language_defn): Adjust comments to refer to
2990 la_get_symbol_name_matcher.
2991 * go-lang.c (go_language_defn): Adjust comments to refer to
2992 la_get_symbol_name_matcher.
2993 * language.c (default_symbol_name_matcher)
2994 (language_get_symbol_name_matcher): New functions.
2995 (unknown_language_defn, auto_language_defn): Adjust comments to
2996 refer to la_get_symbol_name_matcher.
2997 * language.h (symbol_name_cmp_ftype): Delete.
2998 (language_defn) <la_collect_symbol_completion_matches>: Add match
2999 type parameter.
3000 <la_get_symbol_name_cmp>: Delete field.
3001 <la_get_symbol_name_matcher>: New field.
3002 <la_iterate_over_symbols>: Adjust to use lookup_name_info.
3003 (default_symbol_name_matcher, language_get_symbol_name_matcher):
3004 Declare.
3005 * linespec.c (iterate_over_all_matching_symtabs)
3006 (iterate_over_file_blocks): Adjust to use lookup_name_info.
3007 (find_methods): Add language parameter, and use lookup_name_info
3008 and the language's symbol_name_matcher_ftype.
3009 (linespec_complete_function): Adjust.
3010 (lookup_prefix_sym): Use lookup_name_info.
3011 (add_all_symbol_names_from_pspace): Adjust.
3012 (find_superclass_methods): Add language parameter and pass it
3013 down.
3014 (find_method): Pass symbol language down.
3015 (find_linespec_symbols): Don't demangle or Ada encode here.
3016 (search_minsyms_for_name): Add lookup_name_info parameter.
3017 (add_matching_symbols_to_info): Add name_match_type parameter.
3018 Use lookup_name_info.
3019 * m2-lang.c (m2_language_defn): Adjust comments to refer to
3020 la_get_symbol_name_matcher.
3021 * minsyms.c: Include <algorithm>.
3022 (add_minsym_to_demangled_hash_table): Remove table parameter and
3023 add objfile parameter. Use search_name_hash, and add language to
3024 demangled languages vector.
3025 (struct found_minimal_symbols): New struct.
3026 (lookup_minimal_symbol_mangled, lookup_minimal_symbol_demangled):
3027 New functions.
3028 (lookup_minimal_symbol): Adjust to use them. Don't canonicalize
3029 input names here. Use lookup_name_info instead. Lookup up
3030 demangled names once for each language in the demangled names
3031 vector.
3032 (iterate_over_minimal_symbols): Use lookup_name_info. Lookup up
3033 demangled names once for each language in the demangled names
3034 vector.
3035 (build_minimal_symbol_hash_tables): Adjust.
3036 * minsyms.h (iterate_over_minimal_symbols): Adjust to pass down a
3037 lookup_name_info.
3038 * objc-lang.c (objc_language_defn): Adjust comment to refer to
3039 la_get_symbol_name_matcher.
3040 * objfiles.h: Include <vector>.
3041 (objfile_per_bfd_storage) <demangled_hash_languages>: New field.
3042 * opencl-lang.c (opencl_language_defn): Adjust comment to refer to
3043 la_get_symbol_name_matcher.
3044 * p-lang.c (pascal_language_defn): Adjust comment to refer to
3045 la_get_symbol_name_matcher.
3046 * psymtab.c (psym_lookup_symbol): Use lookup_name_info.
3047 (match_partial_symbol): Use symbol_name_match_type,
3048 lookup_name_info and psymbol_name_matches.
3049 (lookup_partial_symbol): Use lookup_name_info.
3050 (map_block): Use symbol_name_match_type and lookup_name_info.
3051 (psym_map_matching_symbols): Use symbol_name_match_type.
3052 (psymbol_name_matches): New.
3053 (recursively_search_psymtabs): Use lookup_name_info and
3054 psymbol_name_matches. Rename 'kind' parameter to 'domain'.
3055 (psym_expand_symtabs_matching): Use lookup_name_info. Rename
3056 'kind' parameter to 'domain'.
3057 * rust-lang.c (rust_language_defn): Adjust comment to refer to
3058 la_get_symbol_name_matcher.
3059 * symfile-debug.c (debug_qf_map_matching_symbols)
3060 (debug_qf_map_matching_symbols): Use symbol_name_match_type.
3061 (debug_qf_expand_symtabs_matching): Use lookup_name_info.
3062 * symfile.c (expand_symtabs_matching): Use lookup_name_info.
3063 * symfile.h (quick_symbol_functions) <map_matching_symbols>:
3064 Adjust to use symbol_name_match_type.
3065 <expand_symtabs_matching>: Adjust to use lookup_name_info.
3066 (expand_symtabs_matching): Adjust to use lookup_name_info.
3067 * symmisc.c (maintenance_expand_symtabs): Use
3068 lookup_name_info::match_any ().
3069 * symtab.c (symbol_matches_search_name): New.
3070 (eq_symbol_entry): Adjust to use lookup_name_info and the
3071 language's matcher.
3072 (demangle_for_lookup_info::demangle_for_lookup_info): New.
3073 (lookup_name_info::match_any): New.
3074 (iterate_over_symbols, search_symbols): Use lookup_name_info.
3075 (compare_symbol_name): Add language, lookup_name_info and
3076 completion_match_result parameters, and use them.
3077 (completion_list_add_name): Make extern. Add language and
3078 lookup_name_info parameters. Use them.
3079 (completion_list_add_symbol, completion_list_add_msymbol)
3080 (completion_list_objc_symbol): Add lookup_name_info parameters and
3081 adjust. Pass down language.
3082 (completion_list_add_fields): Add lookup_name_info parameters and
3083 adjust. Pass down language.
3084 (add_symtab_completions): Add lookup_name_info parameters and
3085 adjust.
3086 (default_collect_symbol_completion_matches_break_on): Add
3087 name_match_type parameter, and use it. Use lookup_name_info.
3088 (default_collect_symbol_completion_matches)
3089 (collect_symbol_completion_matches): Add name_match_type
3090 parameter, and pass it down.
3091 (collect_symbol_completion_matches_type): Adjust.
3092 (collect_file_symbol_completion_matches): Add name_match_type
3093 parameter, and use lookup_name_info.
3094 * symtab.h: Include <string> and "common/gdb_optional.h".
3095 (enum class symbol_name_match_type): New.
3096 (class ada_lookup_name_info): New.
3097 (struct demangle_for_lookup_info): New.
3098 (class lookup_name_info): New.
3099 (symbol_name_matcher_ftype): New.
3100 (SYMBOL_MATCHES_SEARCH_NAME): Use symbol_matches_search_name.
3101 (symbol_matches_search_name): Declare.
3102 (MSYMBOL_MATCHES_SEARCH_NAME): Delete.
3103 (default_collect_symbol_completion_matches)
3104 (collect_symbol_completion_matches)
3105 (collect_file_symbol_completion_matches): Add name_match_type
3106 parameter.
3107 (iterate_over_symbols): Use lookup_name_info.
3108 (completion_list_add_name): Declare.
3109 * utils.c (enum class strncmp_iw_mode): Moved to utils.h.
3110 (strncmp_iw_with_mode): Now extern.
3111 * utils.h (enum class strncmp_iw_mode): Moved from utils.c.
3112 (strncmp_iw_with_mode): Declare.
3113
3114 2017-11-08 Keith Seitz <keiths@redhat.com>
3115 Pedro Alves <palves@redhat.com>
3116
3117 * ada-lang.c (ada_language_defn): Install
3118 default_search_name_hash.
3119 * buildsym.c (struct buildsym_compunit): <language>: New field.
3120 (finish_block_internal): Pass language when creating dictionaries.
3121 (start_buildsym_compunit, start_symtab): New language parameters.
3122 Use them.
3123 (restart_symtab): Pass down compilation unit's language.
3124 * buildsym.h (enum language): Forward declare.
3125 (start_symtab): New 'language' parameter.
3126 * c-lang.c (c_language_defn, cplus_language_defn)
3127 (asm_language_defn, minimal_language_defn): Install
3128 default_search_name_hash.
3129 * coffread.c (coff_start_symtab): Adjust.
3130 * d-lang.c (d_language_defn): Install default_search_name_hash.
3131 * dbxread.c (struct symloc): Add 'pst_language' field.
3132 (PST_LANGUAGE): Define.
3133 (start_psymtab, read_ofile_symtab): Use it.
3134 (process_one_symbol): New 'language' parameter. Pass it down.
3135 * dictionary.c (struct dictionary) <language>: New field.
3136 (DICT_LANGUAGE): Define.
3137 (dict_create_hashed, dict_create_hashed_expandable)
3138 (dict_create_linear, dict_create_linear_expandable): New parameter
3139 'language'. Set the dictionary's language.
3140 (iter_match_first_hashed): Adjust to rename.
3141 (insert_symbol_hashed): Assert we don't see mismatching
3142 languages. Adjust to rename.
3143 (dict_hash): Rename to ...
3144 (default_search_name_hash): ... this and make extern.
3145 * dictionary.h (struct language_defn): Forward declare.
3146 (dict_create_hashed): New parameter 'language'.
3147 * dwarf2read.c (dwarf2_start_symtab): Pass down language.
3148 * f-lang.c (f_language_defn): Install default_search_name_hash.
3149 * go-lang.c (go_language_defn): Install default_search_name_hash.
3150 * jit.c (finalize_symtab): Pass compunit's language to dictionary
3151 creation.
3152 * language.c (unknown_language_defn, auto_language_defn):
3153 * language.h (language_defn::la_search_name_hash): New field.
3154 (default_search_name_hash): Declare.
3155 * m2-lang.c (m2_language_defn): Install default_search_name_hash.
3156 * mdebugread.c (new_block): New parameter 'language'.
3157 * mdebugread.c (parse_symbol): Pass symbol language to block
3158 allocation.
3159 (psymtab_to_symtab_1): Pass down language.
3160 (new_symtab): Pass compunit's language to block allocation.
3161 * objc-lang.c (objc_language_defn): Install
3162 default_search_name_hash.
3163 * opencl-lang.c (opencl_language_defn):
3164 * p-lang.c (pascal_language_defn): Install
3165 default_search_name_hash.
3166 * rust-lang.c (rust_language_defn): Install
3167 default_search_name_hash.
3168 * stabsread.h (enum language): Forward declare.
3169 (process_one_symbol): Add 'language' parameter.
3170 * symtab.c (search_name_hash): New function.
3171 * symtab.h (search_name_hash): Declare.
3172 * xcoffread.c (read_xcoff_symtab): Pass language to start_symtab.
3173
3174 2017-11-08 Pedro Alves <palves@redhat.com>
3175
3176 * cp-name-parser.y (main): Don't initialize extra_chars.
3177
3178 2017-11-07 Tom Tromey <tom@tromey.com>
3179
3180 * event-top.h (command_handler): Constify.
3181 * record-full.c (cmd_record_full_start): Update.
3182 * thread.c (thread_apply_all_command): Update.
3183 * printcmd.c (eval_command): Update.
3184 * mi/mi-main.c (mi_execute_cli_command): Update.
3185 (mi_execute_async_cli_command): Update.
3186 * tui/tui-stack.c (tui_update_command): Update.
3187 * cli/cli-interp.c (safe_execute_command): Constify.
3188 * record.c (record_start): Update.
3189 (record_start, record_stop, cmd_record_start): Update.
3190 * record-btrace.c (cmd_record_btrace_bts_start): Update.
3191 (cmd_record_btrace_pt_start): Update.
3192 (cmd_record_btrace_start): Update.
3193 (cmd_record_btrace_start): Update.
3194 * reverse.c (exec_reverse_once): Update.
3195 * python/python.c (execute_gdb_command): Don't copy the command.
3196 * event-top.c (command_line_handler): Update.
3197 (command_handler): Constify.
3198 * defs.h (deprecated_call_command_hook): Constify.
3199 * cli/cli-script.h (execute_user_command): Constify.
3200 * cli/cli-script.c (execute_user_command): Constify.
3201 (execute_cmd_pre_hook, execute_cmd_post_hook): Constify.
3202 (enum command_control_type): Update.
3203 * main.c (catch_command_errors): Remove non-const overload.
3204 (catch_command_errors_ftype): Remove.
3205 * python/py-cmd.c (cmdpy_function): Constify.
3206 * guile/scm-cmd.c (cmdscm_function): Constify.
3207 * cli/cli-dump.c (call_dump_func): Constify.
3208 * cli/cli-decode.c (do_const_cfunc): Constify.
3209 (do_sfunc): Constify.
3210 (cmd_func): Constify.
3211 * gdbcmd.h (execute_command, execute_command_to_string): Constify.
3212 * top.h (execute_command): Constify.
3213 * top.c (execute_command): Constify.
3214 (execute_command_to_string): Constify.
3215 (deprecated_call_command_hook): Constify.
3216 * command.h (cmd_func): Constify.
3217 * cli/cli-decode.h (struct cmd_list_element) <func>: Constify.
3218
3219 2017-11-07 Tom Tromey <tom@tromey.com>
3220
3221 * ada-lang.c (catch_ada_exception_command): Constify.
3222 (catch_assert_command): Constify.
3223 * break-catch-throw.c (catch_catch_command, catch_throw_command)
3224 (catch_rethrow_command): Constify.
3225 (catch_exception_command_1): Constify.
3226 * breakpoint.h (add_catch_command): Constify.
3227 * break-catch-syscall.c (catch_syscall_command_1): Constify.
3228 (catch_syscall_split_args): Constify.
3229 * break-catch-sig.c (catch_signal_command): Constify.
3230 (catch_signal_split_args): Constify.
3231 * cli/cli-decode.h (struct cmd_list_element) <function>: Use
3232 cmd_const_sfunc_ftype.
3233 * cli/cli-decode.c (add_setshow_cmd_full): Constify.
3234 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
3235 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
3236 (add_setshow_string_cmd, struct cmd_list_element)
3237 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
3238 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
3239 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd):
3240 Constify.
3241 (set_cmd_sfunc): Constify.
3242 (empty_sfunc): Constify.
3243 * command.h (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
3244 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
3245 (add_setshow_string_cmd, add_setshow_string_noescape_cmd)
3246 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
3247 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
3248 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
3249 Constify.
3250 (set_cmd_sfunc): Constify.
3251 (cmd_sfunc_ftype): Remove.
3252 * compile/compile.c (set_compile_args): Constify.
3253 * infrun.c (set_disable_randomization): Constify.
3254 * infcmd.c (set_args_command, set_cwd_command): Constify.
3255 * breakpoint.c (set_condition_evaluation_mode): Constify.
3256 (add_catch_command): Constify.
3257 (catch_fork_command_1, catch_exec_command_1)
3258 (catch_load_command_1, catch_unload_command_1): Constify.
3259 (catch_load_or_unload): Constify.
3260 * guile/scm-param.c (pascm_set_func): Constify.
3261 (add_setshow_generic): Constify.
3262 * python/py-param.c (get_set_value): Constify.
3263 * top.h (set_verbose): Constify.
3264 * tui/tui-win.c (tui_set_var_cmd): Constify.
3265 * mi/mi-main.c (set_mi_async_command): Constify.
3266 * cli/cli-logging.c (set_logging_overwrite)
3267 (set_logging_redirect): Constify.
3268 * value.c (set_max_value_size): Constify.
3269 * valprint.c (set_input_radix, set_output_radix): Constify.
3270 * utils.c (set_width_command, set_height_command): Constify.
3271 * typeprint.c (set_print_type_methods, set_print_type_typedefs): Constify.
3272 * tracepoint.c (set_disconnected_tracing)
3273 (set_circular_trace_buffer, set_trace_buffer_size)
3274 (set_trace_user, set_trace_notes, set_trace_stop_notes): Constify.
3275 * top.c (set_history_size_command, set_verbose, set_editing)
3276 (set_gdb_datadir, set_history_filename): Constify.
3277 * target.c (set_targetdebug, maint_set_target_async_command)
3278 (maint_set_target_non_stop_command, set_target_permissions)
3279 (set_write_memory_permission): Constify.
3280 (open_target): Constify.
3281 * target-descriptions.c (set_tdesc_filename_cmd): Constify.
3282 * target-dcache.c (set_stack_cache, set_code_cache): Constify.
3283 * symtab.c (set_symbol_cache_size_handler): Constify.
3284 * symfile.c (set_ext_lang_command): Constify.
3285 * symfile-debug.c (set_debug_symfile): Constify.
3286 * source.c (set_directories_command): Constify.
3287 * solib.c (reload_shared_libraries, gdb_sysroot_changed): Constify.
3288 * serial.c (set_parity): Constify.
3289 * rs6000-tdep.c (powerpc_set_soft_float, powerpc_set_vector_abi): Constify.
3290 * remote.c (set_remote_exec_file, set_remotebreak)
3291 (set_remote_protocol_Z_packet_cmd, set_range_stepping): Constify.
3292 * record.c (set_record_insn_history_size)
3293 (set_record_call_history_size): Constify.
3294 * record-full.c (set_record_full_insn_max_num): Constify.
3295 * proc-api.c (set_procfs_trace_cmd, set_procfs_file_cmd): Constify.
3296 * osabi.c (set_osabi): Constify.
3297 * mips-tdep.c (set_mips64_transfers_32bit_regs)
3298 (reinit_frame_cache_sfunc, mips_abi_update): Constify.
3299 * maint.c (maintenance_set_profile_cmd): Constify.
3300 * linux-thread-db.c (set_libthread_db_search_path): Constify.
3301 * language.c (set_language_command, set_range_command)
3302 (set_case_command): Constify.
3303 * infrun.c (set_non_stop, set_observer_mode)
3304 (set_stop_on_solib_events, set_schedlock_func)
3305 (set_exec_direction_func): Constify.
3306 * infcmd.c (set_inferior_tty_command): Constify.
3307 * disasm.c (set_disassembler_options_sfunc): Constify.
3308 * demangle.c (set_demangling_command): Constify.
3309 * dcache.c (set_dcache_size, set_dcache_line_size): Constify.
3310 * cris-tdep.c (set_cris_version, set_cris_mode)
3311 (set_cris_dwarf2_cfi): Constify.
3312 * corefile.c (set_gnutarget_command): Constify.
3313 * charset.c (set_host_charset_sfunc, set_target_charset_sfunc)
3314 (set_target_wide_charset_sfunc): Constify.
3315 * breakpoint.c (update_dprintf_commands): Constify.
3316 * auto-load.c (set_auto_load_dir, set_auto_load_safe_path): Constify.
3317 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi)
3318 (set_disassembly_style_sfunc): Constify.
3319 * arch-utils.c (set_endian, set_architecture): Constify.
3320 * alpha-tdep.c (reinit_frame_cache_sfunc): Constify.
3321 * agent.c (set_can_use_agent): Constify.
3322
3323 2017-11-07 Tom Tromey <tom@tromey.com>
3324
3325 * go32-nat.c (go32_sysinfo, go32_sldt, go32_sgdt, go32_sidt)
3326 (go32_pde, go32_pte, go32_pte_for_address): Constify.
3327 * gnu-nat.c (_parse_bool_arg, show_thread_default_pause_cmd)
3328 (set_thread_default_pause_cmd, set_thread_default_run_cmd)
3329 (show_thread_default_run_cmd, set_thread_default_detach_sc_cmd)
3330 (parse_int_arg, show_thread_default_detach_sc_cmd)
3331 (set_signals_cmd, show_signals_cmd, set_sig_thread_cmd)
3332 (show_sig_thread_cmd, set_stopped_cmd, show_stopped_cmd)
3333 (set_exceptions_cmd, show_exceptions_cmd, set_task_pause_cmd)
3334 (show_task_pause_cmd, set_task_detach_sc_cmd)
3335 (show_task_detach_sc_cmd, set_task_exc_port_cmd)
3336 (set_noninvasive_cmd, set_thread_pause_cmd)
3337 (show_thread_pause_cmd, set_thread_run_cmd, show_thread_run_cmd)
3338 (set_thread_detach_sc_cmd, show_thread_detach_sc_cmd)
3339 (set_thread_exc_port_cmd, thread_takeover_sc_cmd): Constify.
3340 * windows-nat.c (display_selectors): Constify.
3341 * cli/cli-decode.h (struct cmd_list_element) <function>: Remove
3342 non-const "cfunc".
3343 * cli/cli-decode.c (set_cmd_cfunc): Remove non-const overload.
3344 (cmd_cfunc_eq): Likewise.
3345 (struct cmd_list_element): Likewise.
3346 (do_cfunc): Remove.
3347 (cli_user_command_p): Update.
3348 * command.h (add_cmd): Remove non-const overload.
3349 (cmd_cfunc_ftype): Remove typedef.
3350 (cmd_cfunc_eq): Remove non-const overload.
3351 * value.c (show_values): Constify.
3352 * thread.c (thread_apply_all_command): Constify.
3353 * symfile.c (load_command): Constify.
3354 * source.c (directory_command): Constify.
3355 * maint.c (maintenance_internal_error)
3356 (maintenance_demangler_warning, maintenance_space_display)
3357 (maintenance_print_architecture, maintenance_translate_address)
3358 (maintenance_info_selftests, maintenance_internal_warning):
3359 Constify.
3360 * breakpoint.c (disable_trace_command, enable_trace_command):
3361 Constify.
3362 * auto-load.c (info_auto_load_local_gdbinit, add_auto_load_dir):
3363 Constify.
3364 (add_auto_load_safe_path): Constify.
3365 * guile/scm-auto-load.c (info_auto_load_guile_scripts): Constify.
3366 * top.h (show_commands): Constify.
3367 * linux-thread-db.c (info_auto_load_libthread_db): Constify.
3368 * sparc64-tdep.c (adi_examine_command): Constify.
3369 (adi_assign_command): Constify.
3370
3371 2017-11-07 Tom Tromey <tom@tromey.com>
3372
3373 * frame.h (info_locals_command, info_args_command): Constify.
3374 * auto-load.h (auto_load_info_scripts): Constify.
3375 * inferior.h (registers_info): Constify.
3376 * copying.c: Rebuild.
3377 * copying.awk: Constify generated commands.
3378 * auto-load.c (auto_load_info_scripts)
3379 (info_auto_load_gdb_scripts): Constify.
3380 * cli/cli-decode.c (struct cmd_list_element): Take a
3381 cmd_const_cfunc_ftype.
3382 * command.h (add_info): Take a cmd_const_cfunc_ftype.
3383 * tui/tui-win.c (tui_all_windows_info): Constify.
3384 * python/py-auto-load.c (info_auto_load_python_scripts):
3385 Constify.
3386 * cli/cli-cmds.c (show_command): Remove non-const overload.
3387 * tracepoint.c (info_tvariables_command, info_scope_command):
3388 Constify.
3389 (info_static_tracepoint_markers_command): Constify.
3390 * thread.c (info_threads_command): Constify.
3391 (print_thread_info_1): Constify.
3392 * target.c (info_target_command): Constify.
3393 * symtab.c (info_sources_command, info_functions_command)
3394 (info_types_command): Constify.
3395 (info_variables_command): Remove non-const overload.
3396 * symfile.c (info_ext_lang_command): Constify.
3397 * stack.c (info_frame_command, info_locals_command)
3398 (info_args_command): Constify.
3399 (backtrace_command): Remove non-const overload.
3400 * source.c (info_source_command, info_line_command): Constify.
3401 * solib.c (info_sharedlibrary_command): Constify.
3402 * skip.c (info_skip_command): Constify.
3403 * ser-go32.c (info_serial_command): Constify.
3404 * reverse.c (info_bookmarks_command): Constify.
3405 * printcmd.c (info_symbol_command, info_address_command)
3406 (info_display_command): Constify.
3407 * osdata.c (info_osdata_command): Constify.
3408 * objc-lang.c (info_selectors_command, info_classes_command):
3409 Constify.
3410 * nto-procfs.c (procfs_pidlist, procfs_meminfo): Constify.
3411 * memattr.c (info_mem_command): Constify.
3412 * macrocmd.c (info_macro_command, info_macros_command): Constify.
3413 * linux-fork.c (info_checkpoints_command): Constify.
3414 * infrun.c (info_signals_command): Constify.
3415 * inflow.c (info_terminal_command): Constify.
3416 * inferior.c (info_inferiors_command): Constify.
3417 (print_inferior): Constify.
3418 * infcmd.c (info_program_command, info_all_registers_command)
3419 (info_registers_command, info_vector_command)
3420 (info_float_command): Constify.
3421 (registers_info): Constify.
3422 * gnu-nat.c (info_send_rights_cmd, info_recv_rights_cmd)
3423 (info_port_sets_cmd, info_dead_names_cmd, info_port_rights_cmd):
3424 Constify.
3425 * f-valprint.c (info_common_command): Constify.
3426 * dcache.c (info_dcache_command): Constify.
3427 (dcache_info_1): Constify.
3428 * darwin-nat-info.c (info_mach_tasks_command)
3429 (info_mach_task_command, info_mach_ports_command)
3430 (info_mach_port_command, info_mach_threads_command)
3431 (info_mach_thread_command, info_mach_regions_command)
3432 (info_mach_regions_recurse_command, info_mach_region_command)
3433 (info_mach_exceptions_command): Constify.
3434 (get_task_from_args): Constify.
3435 * cp-support.c (info_vtbl_command): Constify.
3436 * breakpoint.c (info_watchpoints_command)
3437 (info_tracepoints_command): Constify.
3438 (info_breakpoints_command): Remove non-const overload.
3439 * avr-tdep.c (avr_io_reg_read_command): Constify.
3440 * auxv.c (info_auxv_command): Constify.
3441 * ada-tasks.c (info_tasks_command): Constify.
3442 (info_task): Constify.
3443 * ada-lang.c (info_exceptions_command): Constify.
3444
3445 2017-11-07 Tom Tromey <tom@tromey.com>
3446
3447 * solib.h (no_shared_libraries): Constify.
3448 * frame.h (return_command): Constify.
3449 * cli/cli-cmds.h (quit_command): Constify.
3450 * top.h (quit_command, execute_command): Constify.
3451 * target.h (flash_erase_command): Constify.
3452 * inferior.h (set_inferior_args, attach_command): Constify.
3453 * tracepoint.h (start_tracing, stop_tracing): Constify.
3454 * breakpoint.h (break_command, tbreak_command)
3455 (hbreak_command_wrapper, thbreak_command_wrapper)
3456 (rbreak_command_wrapper, watch_command_wrapper)
3457 (awatch_command_wrapper, rwatch_command_wrapper)
3458 (get_tracepoint_by_number): Constify.
3459 * symtab.c (info_variables_command, rbreak_command)
3460 (symtab_symbol_info): Constify.
3461 (info_variables_command): Add non-const overload.
3462 * top.c (dont_repeat_command): Constify.
3463 * breakpoint.c (ignore_command, commands_command)
3464 (condition_command, tbreak_command, hbreak_command)
3465 (thbreak_command, clear_command, break_command)
3466 (info_breakpoints_command, watch_command, rwatch_command)
3467 (awatch_command, trace_command, ftrace_command, strace_command)
3468 (trace_pass_command, break_range_command, dprintf_command)
3469 (agent_printf_command, get_tracepoint_by_number)
3470 (watch_maybe_just_location, trace_pass_command): Constify.
3471 (info_breakpoints_command): Add non-const overload.
3472 * tracefile.c (tsave_command): Constify.
3473 * infcmd.c (attach_command, disconnect_command, signal_command)
3474 (queue_signal_command, stepi_command, nexti_command)
3475 (finish_command, next_command, step_command, until_command)
3476 (advance_command, jump_command, continue_command, run_command)
3477 (start_command, starti_command, interrupt_command)
3478 (run_command_1, set_inferior_args, step_1): Constify.
3479 * inferior.c (add_inferior_command, remove_inferior_command)
3480 (clone_inferior_command): Constify.
3481 * linux-fork.c (checkpoint_command, restart_command): Constify.
3482 * windows-nat.c (signal_event_command): Constify.
3483 * guile/guile.c (guile_repl_command, guile_command): Constify.
3484 * printcmd.c (x_command, display_command, printf_command)
3485 (output_command, set_command, call_command, print_command)
3486 (eval_command): Constify.
3487 (non_const_set_command): Remove.
3488 (_initialize_printcmd): Update.
3489 * source.c (forward_search_command, reverse_search_command):
3490 Constify.
3491 * jit.c (jit_reader_load_command, jit_reader_unload_command):
3492 Constify.
3493 * infrun.c (handle_command): Constify.
3494 * memattr.c (mem_command): Constify.
3495 * stack.c (return_command, up_command, up_silently_command)
3496 (down_command, down_silently_command, frame_command)
3497 (backtrace_command, func_command, backtrace_command_1): Constify.
3498 (backtrace_command): Add non-const overload.
3499 * remote-sim.c (simulator_command): Constify.
3500 * exec.c (set_section_command): Constify.
3501 * tracepoint.c (tdump_command, trace_variable_command)
3502 (tstatus_command, tstop_command, tstart_command)
3503 (end_actions_pseudocommand, while_stepping_pseudocommand)
3504 (collect_pseudocommand, teval_pseudocommand, actions_command)
3505 (start_tracing, stop_tracing): Constify.
3506 * value.c (init_if_undefined_command): Constify.
3507 * tui/tui-stack.c (tui_update_command): Constify.
3508 * tui/tui-win.c (tui_refresh_all_command)
3509 (tui_set_tab_width_command, tui_set_win_height_command)
3510 (tui_set_focus_command, tui_scroll_forward_command)
3511 (tui_scroll_backward_command, tui_scroll_left_command)
3512 (tui_scroll_right_command, parse_scrolling_args, tui_set_focus)
3513 (tui_set_win_height): Constify.
3514 * tui/tui-layout.c (tui_layout_command): Constify.
3515 * procfs.c (proc_trace_syscalls, proc_trace_sysentry_cmd)
3516 (proc_trace_sysexit_cmd, proc_untrace_sysentry_cmd)
3517 (proc_untrace_sysexit_cmd): Constify.
3518 * remote.c (threadlist_test_cmd, threadinfo_test_cmd)
3519 (threadset_test_cmd, threadlist_update_test_cmd)
3520 (threadalive_test): Constify.
3521 * objc-lang.c (print_object_command): Constify.
3522 * command.h (add_com): Constify.
3523 * cli/cli-dump.c (restore_command): Constify.
3524 * cli/cli-cmds.c (pwd_command, echo_command, quit_command)
3525 (help_command, complete_command, shell_command, edit_command)
3526 (list_command, disassemble_command, make_command)
3527 (apropos_command, alias_command): Constify.
3528 * cli/cli-script.c (document_command, define_command)
3529 (while_command, if_command, validate_comname): Constify.
3530 * cli/cli-decode.c (struct cmd_list_element): Change type of
3531 "fun".
3532 * target.c (do_monitor_command, flash_erase_command): Constify.
3533 * regcache.c (reg_flush_command): Constify.
3534 * reverse.c (reverse_step, reverse_next, reverse_stepi)
3535 (reverse_nexti, reverse_continue, reverse_finish)
3536 (save_bookmark_command, goto_bookmark_command)
3537 (exec_reverse_once): Constify.
3538 * python/python.c (python_interactive_command, python_command):
3539 Constify.
3540 * typeprint.c (ptype_command, whatis_command, whatis_exp):
3541 Constify.
3542 * solib.c (sharedlibrary_command, no_shared_libraries): Constify.
3543 * gcore.c (gcore_command): Constify.
3544
3545 2017-11-07 Tom Tromey <tom@tromey.com>
3546
3547 * printcmd.c (x_command): Call set_repeat_arguments.
3548 * cli/cli-cmds.c (list_command): Call set_repeat_arguments.
3549 * top.c (repeat_arguments): New global.
3550 (set_repeat_arguments): New function.
3551 (execute_command): Handle repeat_arguments.
3552 (show_commands): Calls set_repeat_arguments.
3553 * command.h (set_repeat_arguments): Declare.
3554
3555 2017-11-07 Tom Tromey <tom@tromey.com>
3556
3557 * stack.c (backtrace_command): Use std::string.
3558 (backtrace_command_1): Make "count_exp" const.
3559
3560 2017-11-07 Tom Tromey <tom@tromey.com>
3561
3562 * source.c (directory_switch, mod_path, add_path): Constify.
3563 * defs.h (add_path, mod_path, directory_switch): Constify.
3564 * mi/mi-cmd-env.c (env_mod_path): Constify.
3565
3566 2017-11-07 Tom Tromey <tom@tromey.com>
3567
3568 * infcmd.c (strip_bg_char): Return gdb::unique_xmalloc_ptr.
3569 (run_command_1, continue_command, step_1, jump_command)
3570 (signal_command, until_command, advance_command, finish_command)
3571 (attach_command): Update.
3572
3573 2017-11-07 Tom Tromey <tom@tromey.com>
3574
3575 * command.h (set_cmd_cfunc): Don't declare.
3576 * cli/cli-decode.c (set_cmd_cfunc): Now static.
3577
3578 2017-11-07 Tom Tromey <tom@tromey.com>
3579
3580 * stack.c (select_frame_command): Constify.
3581 * cli/cli-decode.c (add_com_suppress_notification): Constify.
3582 * command.h (add_com_suppress_notification): Constify.
3583
3584 2017-11-07 Tom Tromey <tom@tromey.com>
3585
3586 * breakpoint.c (stop_command): Constify.
3587 * cli/cli-decode.c (struct cmd_list_element): Constify.
3588 * command.h (add_abbrev_prefix_cmd): Constify.
3589
3590 2017-11-07 Pedro Alves <palves@redhat.com>
3591
3592 * breakpoint.c (extract_bp_kind): New enum.
3593 (extract_bp_num, extract_bp_or_bp_range): New functions, partially
3594 factored out from ...
3595 (extract_bp_number_and_location): ... here.
3596 * cli/cli-utils.c (get_number_trailer): Handle '-$variable'.
3597
3598 2017-11-07 Pedro Alves <palves@redhat.com>
3599
3600 * breakpoint.c (extract_bp_number_and_location): Change return
3601 type to void. Throw error instead of warning.
3602 (enable_disable_command): Adjust.
3603
3604 2017-11-07 Xavier Roirand <roirand@adacore.com>
3605 Pedro Alves <palves@redhat.com>
3606
3607 * breakpoint.c (map_breakpoint_number_range): New, factored out
3608 from ...
3609 (map_breakpoint_numbers): ... here.
3610 (find_location_by_number): Change parameters from string to
3611 breakpoint number and location.
3612 (extract_bp_number_and_location): New function.
3613 (enable_disable_bp_num_loc)
3614 (enable_disable_breakpoint_location_range)
3615 (enable_disable_command): New functions, factored out ...
3616 (enable_command, disable_command): ... these functions, and
3617 adjusted to support ranges.
3618 * NEWS: Document enable/disable breakpoint location range feature.
3619
3620 2017-11-06 Luis Machado <luis.machado@linaro.org>
3621
3622 * MAINTAINERS (Write After Approval): Update my e-mail address.
3623
3624 2017-11-06 Pedro Alves <palves@redhat.com>
3625
3626 * gnu-nat.c (gnu_terminal_init): Delete.
3627 (gnu_target): Don't install gnu_terminal_init.
3628 * inflow.c (child_terminal_init_with_pgrp): Delete, merged with ...
3629 (child_terminal_init): ... this function.
3630
3631 2017-11-06 Pedro Alves <palves@redhat.com>
3632
3633 * common/common.m4 (GDB_AC_COMMON): No longer check termio.h nor
3634 sgtty.h.
3635 * config.in, configure: Regenerate.
3636
3637 2017-11-06 Pedro Alves <palves@redhat.com>
3638
3639 * event-top.c: Check SIGTSTP instead of STOP_SIGNAL thoughout.
3640 (async_init_signals): Adjust.
3641 (handle_stop_sig): Rename to ...
3642 (handle_sigtstp): ... this.
3643 (async_stop_sig): Rename to ...
3644 (async_sigtstp_handler): ... this, and delete STOP_SIGNAL !=
3645 SIGTSTP path.
3646 * event-top.h: Move signal.h include to the top. Check SIGTSTP
3647 instead of STOP_SIGNAL thoughout.
3648 (handle_stop_sig): Rename to ...
3649 (handle_sigtstp): ... this.
3650 * top.c (command_line_input): Replace STOP_SIGNAL -> SIGTSTP.
3651
3652 2017-11-06 Pedro Alves <palves@redhat.com>
3653
3654 * inflow.c (child_terminal_inferior, child_terminal_ours_1): No
3655 longer set flags twice in row.
3656
3657 2017-11-06 Pedro Alves <palves@redhat.com>
3658
3659 * Makefile.in (SER_HARDWIRE): Update comment.
3660 (HFILES_NO_SRCDIR): Remove gdb_termios.h.
3661 * common/gdb_termios.h: Delete file.
3662 * common/job-control.c: Include termios.h and unistd.h instead of
3663 gdb_termios.h.
3664 (gdb_setpgid): Remove HAVE_TERMIOS || TIOCGPGRP preprocessor
3665 check.
3666 (have_job_control): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3667 Remove sgtty code.
3668 * configure.ac: No longer check for termio.h and sgtty.h.
3669 * configure: Regenerate.
3670 * inflow.c: Include termios.h instead of gdb_termios.h. Replace
3671 PROCESS_GROUP_TYPE checks with HAVE_TERMIOS_H checks throughout.
3672 Replace PROCESS_GROUP_TYPE references with pid_t references
3673 throughout.
3674 (gdb_getpgrp): Delete.
3675 (set_initial_gdb_ttystate): Use tcgetpgrp instead of gdb_getpgrp.
3676 (child_terminal_inferior): Remove comment. Remove sgtty code.
3677 (child_terminal_ours_1): Use tcgetpgrp directly instead of
3678 gdb_getpgrp. Use serial_set_tty_state instead aof
3679 serial_noflush_set_tty_state. Remove sgtty code.
3680 * inflow.h: Include unistd.h instead of gdb_termios.h. Replace
3681 PROCESS_GROUP_TYPE check with HAVE_TERMIOS_H check.
3682 (inferior_process_group): Now returns pid_t.
3683 * ser-base.c (ser_base_noflush_set_tty_state): Delete.
3684 * ser-base.h (ser_base_noflush_set_tty_state): Delete.
3685 * ser-event.c (serial_event_ops): Update.
3686 * ser-go32.c (dos_noflush_set_tty_state): Delete.
3687 (dos_ops): Update.
3688 * ser-mingw.c (hardwire_ops, tty_ops, pipe_ops, tcp_ops): Update.
3689 * ser-pipe.c (pipe_ops): Update.
3690 * ser-tcp.c (tcp_ops): Update.
3691 * ser-unix.c: Include termios.h instead of gdb_termios.h. Remove
3692 HAVE_TERMIOS checks.
3693 [HAVE_TERMIO] (struct hardwire_ttystate): Delete.
3694 [HAVE_SGTTY] (struct hardwire_ttystate): Delete.
3695 (get_tty_state, set_tty_state): Drop termio and sgtty code, and
3696 assume termios.
3697 (hardwire_noflush_set_tty_state): Delete.
3698 (hardwire_print_tty_state, hardwire_drain_output)
3699 (hardwire_flush_output, hardwire_flush_input)
3700 (hardwire_send_break, hardwire_raw, hardwire_setbaudrate)
3701 (hardwire_setstopbits, hardwire_setparity): Drop termio and sgtty
3702 code, and assume termios.
3703 (hardwire_ops): Update.
3704 (_initialize_ser_hardwire): Remove HAVE_TERMIOS check.
3705 * serial.c (serial_noflush_set_tty_state): Delete.
3706 * serial.h (serial_noflush_set_tty_state): Delete.
3707 (serial_ops::noflush_set_tty_state): Delete.
3708
3709 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3710
3711 * Makefile.in (SFILES): Remove doublest.c and dfp.c.
3712 (HFILES_NO_SRCDIR): Remove doublest.h and dfp.h.
3713 (COMMON_OBS): Remove doublest.o and dfp.o.
3714 Do not build target-float.c (instead of doublest.c)
3715 with -Wformat-nonliteral.
3716
3717 * doublest.c: Remove file.
3718 * doublest.h: Remove file.
3719 * dfp.c: Remove file.
3720 * dfp.h: Remove file.
3721
3722 * target-float.c: Do not include "doublest.h" and "dfp.h".
3723 (DOUBLEST): Move here from doublest.h.
3724 (enum float_kind): Likewise.
3725 (FLOATFORMAT_CHAR_BIT): Likewise.
3726 (FLOATFORMAT_LARGEST_BYTES): Likewise.
3727 (floatformat_totalsize_bytes): Move here from doublest.c. Make static.
3728 (floatformat_precision): Likewise.
3729 (floatformat_normalize_byteorder, get_field, put_field): Likewise.
3730 (floatformat_is_negative, floatformat_classify, floatformat_mantissa):
3731 Likewise.
3732 (host_float_format, host_double_format, host_long_double_format):
3733 Likewise.
3734 (floatformat_to_string, floatformat_from_string): Likewise.
3735 (floatformat_to_doublest): Likewise. Also, inline the original
3736 convert_floatformat_to_doublest.
3737 (floatformat_from_doublest): Likewise. Also, inline the original
3738 convert_floatformat_from_doublest.
3739
3740 Include "dpd/decimal128.h", "dpd/decimal64.h", and "dpd/decimal32.h".
3741 (MAX_DECIMAL_STRING): Move here from dfp.c.
3742 (match_endianness): Likewise.
3743 (set_decnumber_context, decimal_check_errors): Likewise.
3744 (decimal_from_number, decimal_to_number): Likewise.
3745 (decimal_to_string, decimal_from_string): Likewise. Make static.
3746 (decimal_from_longest, decimal_from_ulongest): Likewise.
3747 (decimal_to_longest): Likewise.
3748 (decimal_binop, decimal_is_zero, decimal_compare): Likewise.
3749 (decimal_convert): Likewise.
3750
3751 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3752
3753 * doublest.c: Do not include "gdbtypes.h".
3754 (extract_typed_floating): Remove.
3755 (store_typed_floating): Remove.
3756 (convert_typed_floating): Remove.
3757 * doublest.h (struct type): Remove.
3758 (DOUBLEST_PRINT_FORMAT): Remove.
3759 (DOUBLEST_SCAN_FORMAT): Remove.
3760 (extract_typed_floating): Remove.
3761 (store_typed_floating): Remove.
3762 (convert_typed_floating): Remove.
3763
3764 * dfp.c (decimal_from_doublest): Remove.
3765 (decimal_to_doublest): Remove.
3766 * dfp.h: Do not include "doublest.h".
3767 (decimal_from_doublest): Remove.
3768 (decimal_to_doublest): Remove.
3769
3770 * value.c: Do not include "doublest.h" and "dfp.h".
3771 (value_as_double): Remove.
3772 (unpack_double): Remove.
3773 (value_from_double): Remove.
3774 (value_from_decfloat): Remove.
3775 * value.h: Do not include "doublest.h".
3776 (value_as_double): Remove.
3777 (unpack_double): Remove.
3778 (value_from_double): Remove.
3779 (value_from_decfloat): Remove.
3780
3781 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3782
3783 * i386-tdep.c: Include "target-float.h". Do not include "doublest.h".
3784 (i386_extract_return_value): Use target_float_convert.
3785 (i386_store_return_value): Likewise.
3786 * i387-tdep.c (i387_register_to_value): Use target_float_convert.
3787 (i387_value_to_register): Likewise.
3788 * ia64-tdep.c: Include "target-float.h". Do not include "doublest.h".
3789 (ia64_register_to_value): Use target_float_convert.
3790 (ia64_value_to_register): Likewise.
3791 (ia64_extract_return_value): Likewise.
3792 (ia64_store_return_value): Likewise.
3793 (ia64_push_dummy_call): Likewise.
3794 * m68k-tdep.c: Include "target-float.h".
3795 (m68k_register_to_value): Use target_float_convert.
3796 (m68k_value_to_register): Likewise.
3797 (m68k_svr4_extract_return_value): Likewise.
3798 (m68k_svr4_store_return_value): Likewise.
3799 * ppc-sysv-tdep.c: Include "target-float.h".
3800 (ppc_sysv_abi_push_dummy_call): Use target_float_convert.
3801 (do_ppc_sysv_return_value): Likewise.
3802 (ppc64_sysv_abi_push_freg): Likewise.
3803 (ppc64_sysv_abi_return_value_base): Likewise.
3804 * rs6000-aix-tdep.c: Include "target-float.h".
3805 (rs6000_push_dummy_call): Use target_float_convert.
3806 (rs6000_return_value): Likewise.
3807 * rs6000-lynx178-tdep.c: Include "target-float.h".
3808 (rs6000_lynx178_push_dummy_call): Use target_float_convert.
3809 (rs6000_lynx178_return_value): Likewise.
3810 * rs6000-tdep.c: Include "target-float.h". Do not include "doublest.h".
3811 (rs6000_register_to_value): Use target_float_convert.
3812 (rs6000_value_to_register): Likewise.
3813 * arm-tdep.c: Include "target-float.h". Do not include "doublest.h".
3814 (arm_extract_return_value): Use target_float_convert.
3815 (arm_store_return_value): Likewise.
3816 * sh-tdep.c: Include "target-float.h". Do not include "doublest.h".
3817 (sh_register_convert_to_virtual): Use target_float_convert.
3818 (sh_register_convert_to_raw): Likewise.
3819 * sh64-tdep.c: Include "target-float.h".
3820 (sh64_extract_return_value): Use target_float_convert.
3821 (sh64_register_convert_to_virtual): Likewise.
3822 (sh64_register_convert_to_raw): Likewise. Fix argument types.
3823
3824 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3825
3826 * target-float.c (floatformat_to_host_double): New function.
3827 (floatformat_from_host_double): Likewise.
3828 (target_float_to_host_double): Likewise.
3829 (target_float_from_host_double): Likewise.
3830 * target-float.h (target_float_to_host_double): Add prototype.
3831 (target_float_from_host_double): Likewise.
3832
3833 * guile/scm-value.c: Include "target-float.h".
3834 (gdbscm_value_to_real): Use target_float_to_host_double.
3835 Handle integer source values via value_as_long.
3836 * guile/scm-math.c: Include "target-float.h". Do not include
3837 "doublest.h", "dfp.h", and "expression.h".
3838 (vlscm_convert_typed_number): Use target_float_from_host_double.
3839 (vlscm_convert_number): Likewise.
3840
3841 * python/py-value.c (valpy_float): Use target_float_to_host_double.
3842 (convert_value_from_python): Use target_float_from_host_double.
3843
3844 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3845
3846 * ada-lang.c (cast_to_fixed): Reimplement in target arithmetic.
3847 (cast_from_fixed): Likewise.
3848 (ada_scaling_type): New function.
3849 (ada_delta): Return value instead of DOUBLEST. Perform target
3850 arithmetic instead of host arithmetic.
3851 (scaling_factor): Rename to ...
3852 (ada_scaling_factor) ... this. Make non-static. Return value instead
3853 of DOUBLEST. Perform target arithmetic instead of host arithmetic.
3854 (ada_fixed_to_float): Remove.
3855 (ada_float_to_fixed): Remove.
3856 * ada-lang.h (ada_fixed_to_float): Remove.
3857 (ada_float_to_fixed): Remove.
3858 (ada_delta): Return value instead of DOUBLEST.
3859 (ada_scaling_factor): Add prototype.
3860
3861 * ada-typeprint.c: Include "target-float.h".
3862 (print_fixed_point_type): Perform target arithmetic instead of
3863 host arithmetic.
3864 * ada-valprint.c: Include "target-float.h".
3865 (ada_val_print_num): Perform target arithmetic instead of
3866 host arithmetic for fixed-point types.
3867
3868 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3869
3870 * target-float.c: Include <math.h>.
3871 (floatformat_binop): New function.
3872 (floatformat_compare): Likewise.
3873 (target_float_binop): Likewise.
3874 (target_float_compare): Likewise.
3875 * target-float.h: Include "expression.h".
3876 (target_float_binop): Add prototype.
3877 (target_float_compare): Likewise.
3878
3879 * valarith.c: Do not include "doublest.h" and "dfp.h".
3880 Include "common/byte-vector.h".
3881 (value_args_as_decimal): Remove, replace by ...
3882 (value_args_as_target_float): ... this function. Handle both
3883 binary and decimal target floating-point formats.
3884 (scalar_binop): Handle both binary and decimal FP using
3885 value_args_as_target_float and target_float_binop.
3886 (value_equal): Handle both binary and decimal FP using
3887 value_args_as_target_float and target_float_compare.
3888 (value_less): Likewise.
3889 (value_pos): Handle all scalar types as simple copy.
3890 (value_neg): Handle all scalar types via BINOP_SUB from 0.
3891 * dfp.c (decimal_binop): Throw error instead of internal_error
3892 when called with an unsupported operation code.
3893
3894 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3895
3896 * target-float.c (target_float_to_string): New function.
3897 (target_float_from_string): New function.
3898 * target-float.h (target_float_to_string): Add prototype.
3899 (target_float_from_string): Add prototype.
3900
3901 * valprint.c: Include "target-float.h". Do not include
3902 "doublest.h" and "dfp.h".
3903 (print_floating): Use target_float_to_string.
3904 * printcmd.c: Include "target-float.h". Do not include "dfp.h".
3905 (printf_floating): Use target_float_to_string.
3906 * i387-tdep.c: Include "target-float.h". Do not include "doublest.h".
3907 (print_i387_value): Use target_float_to_string.
3908 * mips-tdep.c: Include "target-float.h".
3909 (mips_print_fp_register): Use target_float_to_string.
3910 * sh64-tdep.c: Include "target-float.h".
3911 (sh64_do_fp_register): Use target_float_to_string.
3912
3913 * parse.c: Include "target-float.h". Do not include
3914 "doublest.h" and "dfp.h".
3915 (parse_float): Use target_float_from_string.
3916 * stabsread.c: Include "target-float.h". Do not include "doublest.h".
3917 (define_symbol): Use target_float_from_string.
3918 * gdbarch-selftests.c: Include "target-float.h".
3919 (register_to_value_test): Use target_float_from_string.
3920
3921 2017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
3922
3923 * Makefile.c (SFILES): Add target-float.c.
3924 (HFILES_NO_SRCDIR): Add target-float.h.
3925 (COMMON_OBS): Add target-float.o.
3926 * target-float.h: New file.
3927 * target-float.c: New file.
3928
3929 * doublest.c (floatformat_classify): Fix detection of float_zero.
3930
3931 * gdbtypes.c (is_floating_type): New function.
3932 * gdbtypes.h (is_floating_type): Add prototype.
3933
3934 * value.c: Do not include "floatformat.h".
3935 (unpack_double): Use target_float_is_valid.
3936 (is_floating_value): New function.
3937 * value.h (is_floating_value): Add prototype-
3938
3939 * valarith.c: Include "target-float.h".
3940 (value_logical_not): Use target_float_is_zero.
3941
3942 * python/py-value.c: Include "target-float.h".
3943 (valpy_nonzero): Use target_float_is_zero.
3944
3945 2017-11-04 Tom Tromey <tom@tromey.com>
3946
3947 * h8300-tdep.c (h8300_push_dummy_call): Use std::vector.
3948
3949 2017-11-04 Tom Tromey <tom@tromey.com>
3950
3951 * breakpoint.c (set_momentary_breakpoint): Return
3952 breakpoint_up.
3953 (until_break_command): Update.
3954 (new_until_break_fsm): Change argument types to
3955 breakpoint_up.
3956 (set_momentary_breakpoint_at_pc): Return breakpoint_up.
3957 (do_delete_breakpoint_cleanup, make_cleanup_delete_breakpoint):
3958 Remove.
3959 * infcmd.c (finish_forward): Update.
3960 * breakpoint.h (set_momentary_breakpoint)
3961 (set_momentary_breakpoint_at_pc): Return breakpoint_up.
3962 (make_cleanup_delete_breakpoint): Remove.
3963 (struct breakpoint_deleter): New.
3964 (breakpoint_up): New typedef.
3965 * infrun.c (insert_step_resume_breakpoint_at_sal_1): Update.
3966 (insert_exception_resume_breakpoint): Update.
3967 (insert_exception_resume_from_probe): Update.
3968 (insert_longjmp_resume_breakpoint): Update.
3969 * arm-linux-tdep.c (arm_linux_copy_svc): Update.
3970 * elfread.c (elf_gnu_ifunc_resolver_stop): Update.
3971 * infcall.c (call_function_by_hand_dummy): Update
3972
3973 2017-11-04 Tom Tromey <tom@tromey.com>
3974
3975 * c-typeprint.c (c_type_print_base): Use gdb::unique_xmalloc_ptr.
3976
3977 2017-11-04 Tom Tromey <tom@tromey.com>
3978
3979 * linux-tdep.c (linux_core_info_proc_mappings): Use
3980 gdb::def_vector.
3981 (linux_get_siginfo_data): Return gdb::byte_vector. Remove
3982 "size" argument.
3983 (linux_corefile_thread): Update.
3984 (linux_make_corefile_notes): Remove unused variable.
3985
3986 2017-11-04 Tom Tromey <tom@tromey.com>
3987
3988 * ppc-linux-tdep.c (ppc_linux_get_syscall_number): Use
3989 gdb::byte_vector.
3990
3991 2017-11-04 Tom Tromey <tom@tromey.com>
3992
3993 * objfiles.c (do_free_objfile_cleanup): Remove.
3994 * compile/compile-object-load.c (compile_object_load): Update.
3995 * objfiles.h (make_cleanup_free_objfile): Remove.
3996
3997 2017-11-04 Tom Tromey <tom@tromey.com>
3998
3999 * sparc64-tdep.c (do_examine): Use gdb::def_vector.
4000 (adi_read_versions): Change "tags" to "gdb_byte *".
4001 (adi_print_versions): Likewise.
4002
4003 2017-11-04 Tom Tromey <tom@tromey.com>
4004
4005 * breakpoint.c
4006 (scoped_rbreak_breakpoints::scoped_rbreak_breakpoints): Rename
4007 from start_rbreak_breakpoints.
4008 (scoped_rbreak_breakpoints): Rename from end_rbreak_breakpoints.
4009 * breakpoint.h (class scoped_rbreak_breakpoints): New.
4010 (start_rbreak_breakpoints, end_rbreak_breakpoints): Remove.
4011 * symtab.c (do_end_rbreak_breakpoints): Remove.
4012 (rbreak_command): Use scoped_rbreak_breakpoints, std::string.
4013
4014 2017-11-04 Tom Tromey <tom@tromey.com>
4015
4016 * cp-namespace.c (reset_directive_searched): Remove.
4017 (cp_lookup_symbol_via_imports): Use scoped_restore.
4018 * cp-support.c (reset_directive_searched): Remove.
4019 (make_symbol_overload_list_using): Use scoped_restore.
4020 * d-namespace.c (d_lookup_symbol_imports): Use scoped_restore.
4021 (reset_directive_searched): Remove.
4022
4023 2017-11-04 Tom Tromey <tom@tromey.com>
4024
4025 * symfile.c (find_separate_debug_file_by_debuglink): Use
4026 unique_xmalloc_ptr.
4027
4028 2017-11-04 Tom Tromey <tom@tromey.com>
4029
4030 * compile/compile-loc2c.c (compute_stack_depth_worker): Change
4031 type of "info".
4032 (compute_stack_depth): Likewise.
4033 (do_compile_dwarf_expr_to_c): Use std::vector.
4034
4035 2017-11-04 Tom Tromey <tom@tromey.com>
4036
4037 * compile/compile-object-load.c (link_callbacks_einfo): Use
4038 std::string.
4039
4040 2017-11-04 Tom Tromey <tom@tromey.com>
4041
4042 * dwarf2read.c (process_full_comp_unit, process_full_type_unit):
4043 Use scoped_free_pendings.
4044 * dbxread.c (dbx_symfile_read, dbx_psymtab_to_symtab_1): Use
4045 scoped_free_pendings.
4046 * xcoffread.c (xcoff_psymtab_to_symtab_1): Use scoped_free_pendings.
4047 (xcoff_initial_scan): Likewise.
4048 * buildsym.c (reset_symtab_globals): Update comment.
4049 (scoped_free_pendings): Rename from really_free_pendings.
4050 (prepare_for_building): Update comment.
4051 (buildsym_init): Likewise.
4052 * buildsym.h (class scoped_free_pendings): New class.
4053 (really_free_pendings): Don't declare.
4054
4055 2017-11-03 Ulrich Weigand <uweigand@de.ibm.com>
4056
4057 * doublest.c (convert_doublest_to_floatformat): Fix uninitialized
4058 output when converting a zero value to a special byteorder format.
4059
4060 2017-11-02 Yao Qi <yao.qi@linaro.org>
4061
4062 * frame.c (do_frame_register_read): Remove aspace.
4063 * jit.c (jit_frame_sniffer): Likwise.
4064 * ppc-linux-tdep.c (ppu2spu_sniffer): Likewise.
4065 * regcache.c (regcache::regcache): Pass nullptr.
4066 (regcache_print): Caller updated.
4067 * regcache.h (regcache::regcache): Remove one constructor
4068 parameter aspace.
4069
4070 2017-11-02 Yao Qi <yao.qi@linaro.org>
4071
4072 * regcache.h (regcache) <m_readonly_p>: Change it to const bool.
4073
4074 2017-11-02 Yao Qi <yao.qi@linaro.org>
4075
4076 * breakpoint.c (insert_single_step_breakpoints): Update.
4077 * frame.c (struct frame_info) <aspace>: Add const.
4078 (frame_save_as_regcache): Add const.
4079 (get_frame_address_space): Return const address_space *.
4080 * frame.h (get_frame_address_space): Update declaration.
4081 * infrun.c (struct step_over_info) <aspace>: Add const.
4082 (set_step_over_info): Make aspace const.
4083 (displaced_step_prepare_throw): Change variable const.
4084 (resume): Likewise.
4085 (proceed): Likewise.
4086 (adjust_pc_after_break): Likewise.
4087 (save_waitstatus): Likewise.
4088 (handle_signal_stop): Likewise.
4089 (keep_going_pass_signal): Likewise.
4090 * jit.c (jit_frame_sniffer): Add const.
4091 * mips-tdep.c (mips_single_step_through_delay): Likewise.
4092 * ppc-linux-tdep.c (ppu2spu_sniffer): Likewise.
4093 * record-full.c (record_full_wait_1): Likewise.
4094 * regcache.c (regcache::regcache): Change parameter to const.
4095 * regcache.h (regcache::regcache): Likewise.
4096 (regcache::aspace): Return const address_space *.
4097 (regcache) <m_aspace>: Add const.
4098
4099 2017-11-02 Yao Qi <yao.qi@linaro.org>
4100
4101 * darwin-nat.c (cancel_breakpoint): Use regcache->aspace ().
4102 * frame.c (create_sentinel_frame): Likewise.
4103 * infrun.c (displaced_step_prepare_throw): Likewise.
4104 (resume): Likewise.
4105 (thread_still_needs_step_over_bp): Likewise.
4106 (proceed): Likewise.
4107 (do_target_wait): Likewise.
4108 (adjust_pc_after_break): Likewise.
4109 (handle_syscall_event): Likewise.
4110 (save_waitstatus): Likewise.
4111 (handle_inferior_event_1): Likewise.
4112 (handle_signal_stop): Likewise.
4113 (keep_going_pass_signal): Likewise.
4114 * linux-nat.c (status_callback): Likewise.
4115 (save_stop_reason): Likewise.
4116 (resume_stopped_resumed_lwps): Likewise.
4117 * record-full.c (record_full_exec_insn): Likewise.
4118 (record_full_wait_1): Likewise.
4119 * regcache.c (get_regcache_aspace): Remove.
4120 * regcache.h (get_regcache_aspace): Remove.
4121
4122 2017-11-02 Yao Qi <yao.qi@linaro.org>
4123
4124 * regcache.c (struct regcache_descr) <nr_raw_registers>: Remove.
4125 (init_regcache_descr): Use gdbarch_num_regs.
4126 (regcache::regcache): Likewise.
4127 (regcache::get_register_status): Likewise.
4128 (regcache::assert_raw_regnum): Likewise.
4129 (regcache::cooked_read): Likewise.
4130 (regcache::cooked_read_value): Likewise.
4131 (regcache::cooked_write): Likewise.
4132 (regcache::dump): Likewise.
4133 (regcache::num_raw_registers): New method.
4134 * regcache.h (class regcache) <num_raw_registers>: New.
4135
4136 2017-11-02 Yao Qi <yao.qi@linaro.org>
4137
4138 * regcache.c (regcache::assert_regnum): New method.
4139 (regcache::invalidate): Call assert_regnum.
4140 (regcache::raw_update): Likewise.
4141 (regcache::raw_write): Likewise.
4142 (regcache::raw_read_part): Likewise.
4143 (regcache::raw_write_part): Likewise.
4144 (regcache::raw_supply): Likewise.
4145 (regcache::raw_supply_integer): Likewise.
4146 (regcache::raw_supply_zeroed): Likewise.
4147 (regcache::raw_collect): Likewise.
4148 (regcache::raw_collect_integer): Likewise.
4149 * regcache.h (regcache::assert_regnum): Declare.
4150
4151 2017-11-02 Yao Qi <yao.qi@linaro.org>
4152
4153 * regcache.c (regcache::dump): Remove code.
4154
4155 2017-11-02 Yao Qi <yao.qi@linaro.org>
4156
4157 * regcache.c (struct regcache_descr) <sizeof_raw_register_status>:
4158 Remove.
4159 <sizeof_cooked_register_status>: Remove.
4160 (init_regcache_descr): Update.
4161 (regcache::regcache): Use nr_cooked_registers and nr_raw_registers.
4162 (regcache::save): Likewise.
4163 (regcache::dump): Likewise.
4164
4165 2017-11-01 James Bowman <james.bowman@ftdichip.com>
4166
4167 * ft32-tdep.c (ft32_fetch_instruction): New function.
4168 (ft32_analyze_prologue): Use ft32_fetch_instruction().
4169
4170 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4171
4172 * cli/cli-script.c (execute_control_command): Rename to ...
4173 (execute_control_command_1): ... this.
4174 (execute_control_command): New function.
4175
4176 2017-10-31 Simon Marchi <simon.marchi@ericsson.com>
4177
4178 * tracepoint.c (tfind_command): Remove const_cast.
4179
4180 2017-10-30 Mike Gulick <mgulick@mathworks.com>
4181
4182 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to gdb.h.
4183
4184 2017-10-30 Simon Marchi <simon.marchi@ericsson.com>
4185
4186 * common/common-utils.h (in_inclusive_range): New function.
4187 * arm-tdep.c (arm_record_extension_space): Use
4188 in_inclusive_range.
4189 (thumb_record_ld_st_reg_offset): Use in_inclusive_range.
4190 * cris-tdep.c (cris_spec_reg_applicable): Use
4191 in_inclusive_range.
4192
4193 2017-10-30 Pedro Alves <palves@redhat.com>
4194 Simon Marchi <simon.marchi@ericsson.com>
4195
4196 * remote.c (remote_set_syscall_catchpoint): Build a std::string
4197 instead of a gdb::unique_xmalloc_ptr, using string_appendf.
4198
4199 2017-10-30 Pedro Alves <palves@redhat.com>
4200
4201 * common/common-utils.c (string_appendf, string_vappendf): New
4202 functions.
4203 * common/common-utils.h (string_appendf, string_vappendf): New
4204 declarations.
4205 * unittests/common-utils-selftests.c (string_appendf_func)
4206 (test_appendf_func, string_vappendf_wrapper, string_appendf_tests)
4207 (string_vappendf_tests): New functions.
4208 (_initialize_common_utils_selftests): Register "string_appendf" and
4209 "string_vappendf tests".
4210
4211 2017-10-30 Pedro Alves <palves@redhat.com>
4212
4213 * unittests/common-utils-selftests.c (format_func): New typedef.
4214 (string_printf_tests, string_vprintf_tests): Tests factored out
4215 and merged to ...
4216 (test_format_func): ... this new function.
4217 (string_printf_tests, string_vprintf_tests): Reimplement on top of
4218 test_format_func.
4219
4220 2017-10-29 Simon Marchi <simon.marchi@ericsson.com>
4221
4222 * darwin-nat.c: Remove include of gdb.h.
4223
4224 2017-10-29 Simon Marchi <simon.marchi@ericsson.com>
4225
4226 * xtensa-xtregs.c: Fix formatting issues.
4227
4228 2017-10-29 Simon Marchi <simon.marchi@ericsson.com>
4229
4230 * xtensa-xtregs.c (xtensa_regtable_t) <name>: Constify.
4231
4232 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4233
4234 PR python/21213
4235 * python/py-infthread.c (thpy_get_inferior): Increment reference
4236 of inferior before returning it.
4237
4238 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
4239
4240 * unittests/common-utils-selftests.c (format): Add
4241 ATTRIBUTE_PRINTF.
4242
4243 2017-10-27 Simon Marchi <simon.marchi@polymtl.ca>
4244
4245 * xml-syscall.c (struct syscall_desc): Add constructor.
4246 <name>: Change type to std::string.
4247 (syscall_desc_up): New typedef.
4248 (syscall_desc_p): Remove typeder.
4249 (DEF_VEC_P(syscall_desc_p)): Remove.
4250 (struct syscall_group_desc): Add constructor.
4251 <name>: Change type to std::string.
4252 <syscalls>: Change type to std::vector.
4253 (syscall_group_desc_up): New typedef.
4254 (syscall_group_desc_p): Remove typedef.
4255 (DEF_VEC_P(syscall_group_desc_p)): Remove.
4256 (struct syscalls_info) <syscalls>: Change type to std::vector of
4257 unique_ptr.
4258 <groups>: Likewise.
4259 <my_gdb_datadir>: Change type to std::string.
4260 (syscalls_info_up): New typedef.
4261 (allocate_syscalls_info): Remove.
4262 (syscalls_info_free_syscalls_desc): Remove.
4263 (syscalls_info_free_syscall_group_desc): Remove.
4264 (free_syscalls_info): Remove.
4265 (make_cleanup_free_syscalls_info): Remove.
4266 (syscall_group_create_syscall_group_desc): Adjust.
4267 (syscall_group_add_syscall): Adjust.
4268 (syscall_create_syscall_desc): Adjust.
4269 (syscall_parse_xml): Adjust, use unique_ptr instead of cleanup.
4270 (init_syscalls_info): Adjust.
4271 (syscall_group_get_group_by_name): Adjust.
4272 (xml_get_syscall_number): Adjust.
4273 (xml_get_syscall_name): Adjust.
4274 (xml_list_of_syscalls): Adjust.
4275 (xml_list_syscalls_by_group): Adjust.
4276 (xml_list_of_groups): Adjust.
4277
4278 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
4279
4280 * probe.h: Don't include gdb_vecs.h.
4281 (DEF_VEC_P (probe_p)): Remove.
4282 (find_probes_in_objfile): Return an std::vector.
4283 * probe.c (find_probes_in_objfile): Likewise.
4284 * breakpoint.c (breakpoint_objfile_data)
4285 <longjmp_probes>: Change type to std::vector.
4286 <exception_probes>: Likewise.
4287 (free_breakpoint_probes): Don't manually free vectors.
4288 (create_longjmp_master_breakpoint): Adjust.
4289 (create_exception_master_breakpoint): Adjust.
4290 * solib-svr4.c (svr4_create_probe_breakpoints): Change
4291 parameter type, adjust.
4292 (svr4_create_solib_event_breakpoints): Adjust.
4293
4294 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
4295
4296 * breakpoint.c (breakpoint_objfile_data): Initialize fields.
4297 (get_breakpoint_objfile_data): Allocate breakpoint_objfile_data
4298 with new.
4299 (free_breakpoint_probes): Rename to ...
4300 (free_breakpoint_objfile_data): ... this, and call delete on
4301 bp_objfile_data..
4302
4303 2017-10-27 Simon Marchi <simon.marchi@polymtl.ca>
4304
4305 * auto-load.c: Don't include gdb_vecs.h, include algorithm.
4306 (loaded_script_ptr): Remove typedef.
4307 (DEF_VEC_P (loaded_script_ptr)): Remove.
4308 (struct collect_matching_scripts_data): Add constructor.
4309 <scripts_p>: Change type to (pointer to) std::vector.
4310 (collect_matching_scripts_data): Adjust.
4311 (sort_scripts_by_name): Make suitable for std::sort.
4312 (print_scripts): Don't sort vector, adjust to std::vector.
4313 (auto_load_info_scripts): Sort vectors, adjust to std::vector.
4314
4315 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
4316
4317 * symfile.c (filename_language): Make struct, not typedef. Add
4318 constructor.
4319 <ext>: Change type to std::string.
4320 (DEF_VEC_O (filename_language)): Remove.
4321 (filename_language_table): Change type to std::vector.
4322 (add_filename_language): Adjust.
4323 (set_ext_lang_command): Adjust.
4324 (info_ext_lang_command): Adjust.
4325 (deduce_language_from_filename): Adjust.
4326 (class scoped_restore_filename_language_table): Remove.
4327 (test_filename_language): Use scoped_restore.
4328 (test_set_ext_lang_command): Use scoped_restore, adjust to
4329 std::vector change.
4330
4331 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
4332
4333 * symfile.c: Include selftest.h.
4334 (class scoped_restore_filename_language_table): New.
4335 (test_filename_language): New test.
4336 (test_set_ext_lang_command): New test.
4337 (_initialize_symfile): Register tests.
4338
4339 2017-10-27 Keith Seitz <keiths@redhat.com>
4340
4341 * breakpoint.c (print_breakpoint_location): Use the symbol saved
4342 in the bp_location, falling back to find_pc_sect_function when
4343 needed.
4344 (add_location_to_breakpoint): Save sal->symbol.
4345 * breakpoint.h (struct bp_location) <symbol>: New field.
4346 * symtab.c (find_function_start_sal): Save the symbol into the SaL.
4347 * symtab.h (struct symtab_and_line) <symbol>: New field.
4348
4349 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4350
4351 PR gdb/13669
4352 * cp-valprint.c (cp_print_value_fields): Use obstack_blank_fast
4353 to rewind obstack.
4354
4355 2017-10-26 Pedro Alves <palves@redhat.com>
4356
4357 * remote.c (remote_async_terminal_ours_p): Delete.
4358 (remote_open_1, remote_terminal_inferior, remote_terminal_ours):
4359 Remove references to 'remote_async_terminal_ours_p'.
4360
4361 2017-10-26 Yao Qi <yao.qi@linaro.org>
4362
4363 * breakpoint.h (regular_breakpoint_inserted_here_p): Remove.
4364
4365 2017-10-26 Yao Qi <yao.qi@linaro.org>
4366
4367 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Make
4368 aspace const.
4369 * break-catch-syscall.c (breakpoint_hit_catch_syscall):
4370 Likewise.
4371 * breakpoint.c (bpstat_check_location): Remove cast.
4372 (breakpoint_hit_catch_fork): Make aspce const.
4373 (breakpoint_hit_catch_solib): Likewise.
4374 (breakpoint_hit_catch_exec): Likewise.
4375 (breakpoint_hit_ranged_breakpoint): Likewise.
4376 (breakpoint_hit_watchpoint): Likewise.
4377 (base_breakpoint_breakpoint_hit): Likewise.
4378 (bkpt_breakpoint_hit): Likewise.
4379 (dprintf_breakpoint_hit): Likewise.
4380 (tracepoint_breakpoint_hit): Likewise.
4381 * breakpoint.h (breakpoint_ops) <breakpoint_hit>: Likewise.
4382
4383 2017-10-26 Yao Qi <yao.qi@linaro.org>
4384
4385 * breakpoint.c (breakpoint_location_address_match): Change
4386 "struct address_space *" to "const address_space".
4387 (breakpoint_location_address_range_overlap): Likewise.
4388 (breakpoint_here_p): Likewise.
4389 (breakpoint_in_range_p): Likewise.
4390 (moribund_breakpoint_here_p): Likewise.
4391 (bp_location_inserted_here_p): Likewise.
4392 (software_breakpoint_inserted_here_p): Likewise.
4393 (hardware_breakpoint_inserted_here_p): Likewise.
4394 (hardware_watchpoint_inserted_in_range): Likewise.
4395 (bpstat_check_location): Likewise.
4396 (bpstat_stop_status): Likewise.
4397 (breakpoint_address_match): Likewise.
4398 (breakpoint_address_match_range): Likewise.
4399 (breakpoint_location_address_match): Likewise.
4400 (breakpoint_location_address_range_overlap): Likewise.
4401 (insert_single_step_breakpoint): Likewise.
4402 (breakpoint_has_location_inserted_here): Likewise.
4403 (single_step_breakpoint_inserted_here_p): Likewise.
4404 (pc_at_non_inline_function): Likewise.
4405 * breakpoint.h (bpstat_stop_status): Update declaration.
4406 (breakpoint_here_p): Likewise.
4407 (breakpoint_in_range_p): Likewise.
4408 (moribund_breakpoint_here_p): Likewise.
4409 (breakpoint_inserted_here_p): Likewise.
4410 (software_breakpoint_inserted_here_p): Likewise.
4411 (hardware_breakpoint_inserted_here_p): Likewise.
4412 (breakpoint_has_location_inserted_here): Likewise.
4413 (single_step_breakpoint_inserted_here_p): Likewise.
4414 (hardware_watchpoint_inserted_in_range): Likewise.
4415 (breakpoint_address_match): Likewise.
4416 (insert_single_step_breakpoint): Likewise.
4417 (pc_at_non_inline_function): Likewise.
4418 * gdbthread.h (thread_has_single_step_breakpoint_here): Likewise.
4419 * record.c (record_check_stopped_by_breakpoint): Likewise.
4420 * record.h (record_check_stopped_by_breakpoint): Likewise.
4421 * thread.c (thread_has_single_step_breakpoint_here): Likewise.
4422
4423 2017-10-25 Yao Qi <yao.qi@linaro.org>
4424
4425 * aarch32-linux-nat.c (aarch32_gp_regcache_supply): Use
4426 regcache->arch () instead get_regcache_arch.
4427 * aarch64-fbsd-nat.c (aarch64_fbsd_fetch_inferior_registers):
4428 Likewise.
4429 (aarch64_fbsd_store_inferior_registers): Likewise.
4430 * aarch64-linux-nat.c (fetch_gregs_from_thread): Likewise.
4431 (store_gregs_to_thread): Likewise.
4432 (fetch_fpregs_from_thread): Likewise.
4433 (store_fpregs_to_thread): Likewise.
4434 * aarch64-tdep.c (aarch64_extract_return_value): Likewise.
4435 (aarch64_store_return_value): Likewise.
4436 (aarch64_software_single_step): Likewise.
4437 * aix-thread.c (aix_thread_wait): Likewise.
4438 (supply_reg32): Likewise.
4439 (supply_sprs64): Likewise.
4440 (supply_sprs32): Likewise.
4441 (fill_gprs64): Likewise.
4442 (fill_gprs32): Likewise.
4443 (fill_sprs64): Likewise.
4444 (fill_sprs32): Likewise.
4445 (store_regs_user_thread): Likewise.
4446 (store_regs_kernel_thread): Likewise.
4447 * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers): Likewise.
4448 (alphabsd_store_inferior_registers): Likewise.
4449 * alpha-tdep.c (alpha_extract_return_value): Likewise.
4450 (alpha_store_return_value): Likewise.
4451 (alpha_deal_with_atomic_sequence): Likewise.
4452 (alpha_next_pc): Likewise.
4453 (alpha_software_single_step): Likewise.
4454 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Likewise.
4455 (amd64bsd_store_inferior_registers): Likewise.
4456 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
4457 Likewise.
4458 (amd64_linux_store_inferior_registers): Likewise.
4459 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
4460 (amd64_collect_native_gregset): Likewise.
4461 * amd64-obsd-tdep.c (amd64obsd_supply_uthread): Likewise.
4462 (amd64obsd_collect_uthread): Likewise.
4463 * amd64-tdep.c (amd64_supply_fpregset): Likewise.
4464 (amd64_collect_fpregset): Likewise.
4465 (amd64_supply_fxsave): Likewise.
4466 (amd64_supply_xsave): Likewise.
4467 (amd64_collect_fxsave): Likewise.
4468 (amd64_collect_xsave): Likewise.
4469 * arc-tdep.c (arc_write_pc): Likewise.
4470 * arch-utils.c (default_skip_permanent_breakpoint): Likewise.
4471 * arm-fbsd-nat.c (arm_fbsd_fetch_inferior_registers): Likewise.
4472 (arm_fbsd_store_inferior_registers): Likewise.
4473 * arm-linux-nat.c (fetch_vfp_regs): Likewise.
4474 (store_vfp_regs): Likewise.
4475 (arm_linux_fetch_inferior_registers): Likewise.
4476 (arm_linux_store_inferior_registers): Likewise.
4477 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
4478 (arm_linux_sigreturn_next_pc): Likewise.
4479 (arm_linux_get_next_pcs_syscall_next_pc): Likewise.
4480 * arm-nbsd-nat.c (arm_supply_gregset): Likewise.
4481 (fetch_register): Likewise.
4482 (store_register): Likewise.
4483 * arm-tdep.c (arm_is_thumb): Likewise.
4484 (displaced_in_arm_mode): Likewise.
4485 (bx_write_pc): Likewise.
4486 (arm_get_next_pcs_addr_bits_remove): Likewise.
4487 (arm_software_single_step): Likewise.
4488 (arm_extract_return_value): Likewise.
4489 (arm_store_return_value): Likewise.
4490 (arm_write_pc): Likewise.
4491 * bfin-tdep.c (bfin_extract_return_value): Likewise.
4492 * bsd-uthread.c (bsd_uthread_fetch_registers): Likewise.
4493 (bsd_uthread_store_registers): Likewise.
4494 * core-regset.c (fetch_core_registers): Likewise.
4495 * corelow.c (get_core_registers): Likewise.
4496 * cris-tdep.c (cris_store_return_value): Likewise.
4497 (cris_extract_return_value): Likewise.
4498 (find_step_target): Likewise.
4499 (find_step_target): Likewise.
4500 (cris_software_single_step): Likewise.
4501 * ctf.c (ctf_fetch_registers): Likewise.
4502 * darwin-nat.c (cancel_breakpoint): Likewise.
4503 * fbsd-tdep.c (fbsd_collect_thread_registers): Likewise.
4504 * frv-tdep.c (frv_extract_return_value): Likewise.
4505 * ft32-tdep.c (ft32_store_return_value): Likewise.
4506 (ft32_extract_return_value): Likewise.
4507 * go32-nat.c (fetch_register): Likewise.
4508 (go32_fetch_registers): Likewise.
4509 (go32_store_registers): Likewise.
4510 (store_register): Likewise.
4511 * h8300-tdep.c (h8300_extract_return_value): Likewise.
4512 (h8300_store_return_value): Likewise.
4513 * hppa-linux-nat.c (fetch_register): Likewise.
4514 (store_register): Likewise.
4515 (hppa_linux_fetch_inferior_registers): Likewise.
4516 (hppa_linux_store_inferior_registers): Likewise.
4517 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Likewise.
4518 (i386_darwin_store_inferior_registers): Likewise.
4519 * i386-gnu-nat.c (gnu_fetch_registers): Likewise.
4520 (gnu_store_registers): Likewise.
4521 * i386-linux-nat.c (fetch_register): Likewise.
4522 (store_register): Likewise.
4523 (supply_gregset): Likewise.
4524 (fill_gregset): Likewise.
4525 (i386_linux_fetch_inferior_registers): Likewise.
4526 (i386_linux_store_inferior_registers): Likewise.
4527 (i386_linux_resume): Likewise.
4528 * i386-linux-tdep.c (i386_linux_get_syscall_number_from_regcache):
4529 Likewise.
4530 * i386-nto-tdep.c (i386nto_supply_gregset): Likewise.
4531 * i386-obsd-nat.c (i386obsd_supply_pcb): Likewise.
4532 * i386-obsd-tdep.c (i386obsd_supply_uthread): Likewise.
4533 (i386obsd_collect_uthread): Likewise.
4534 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
4535 (i386_supply_gregset): Likewise.
4536 (i386_collect_gregset): Likewise.
4537 (i386_supply_fpregset): Likewise.
4538 (i386_collect_fpregset): Likewise.
4539 (i386_mpx_bd_base): Likewise.
4540 * i386-v4-nat.c (supply_fpregset): Likewise.
4541 (fill_fpregset): Likewise.
4542 * i387-tdep.c (i387_supply_fsave): Likewise.
4543 (i387_collect_fsave): Likewise.
4544 (i387_supply_fxsave): Likewise.
4545 (i387_collect_fxsave): Likewise.
4546 (i387_supply_xsave): Likewise.
4547 (i387_collect_xsave): Likewise.
4548 * ia64-linux-nat.c (ia64_linux_fetch_registers): Likewise.
4549 (ia64_linux_store_registers): Likewise.
4550 * ia64-tdep.c (ia64_access_rse_reg): Likewise.
4551 (ia64_extract_return_value): Likewise.
4552 (ia64_store_return_value): Likewise.
4553 (find_func_descr): Likewise.
4554 * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
4555 * inf-ptrace.c (inf_ptrace_fetch_registers): Likewise.
4556 (inf_ptrace_store_registers): Likewise.
4557 * infrun.c (use_displaced_stepping): Likewise.
4558 (displaced_step_prepare_throw): Likewise.
4559 (resume): Likewise.
4560 (proceed): Likewise.
4561 (do_target_wait): Likewise.
4562 (adjust_pc_after_break): Likewise.
4563 (handle_inferior_event_1): Likewise.
4564 (handle_signal_stop): Likewise.
4565 (save_infcall_suspend_state): Likewise.
4566 (restore_infcall_suspend_state): Likewise.
4567 * iq2000-tdep.c (iq2000_extract_return_value): Likewise.
4568 * jit.c (jit_frame_prev_register): Likewise.
4569 * linux-nat.c (save_stop_reason): Likewise.
4570 (linux_nat_wait_1): Likewise.
4571 (resume_stopped_resumed_lwps): Likewise.
4572 * linux-record.c (record_linux_sockaddr): Likewise.
4573 (record_linux_msghdr): Likewise.
4574 (record_linux_system_call): Likewise.
4575 * linux-tdep.c (linux_collect_thread_registers): Likewise.
4576 * lm32-tdep.c (lm32_extract_return_value): Likewise.
4577 (lm32_store_return_value): Likewise.
4578 * m32c-tdep.c (m32c_read_flg): Likewise.
4579 (m32c_pseudo_register_read): Likewise.
4580 (m32c_pseudo_register_write): Likewise.
4581 * m32r-linux-tdep.c (m32r_linux_supply_gregset): Likewise.
4582 (m32r_linux_collect_gregset): Likewise.
4583 * m32r-tdep.c (m32r_store_return_value): Likewise.
4584 (m32r_extract_return_value): Likewise.
4585 * m68k-bsd-nat.c (m68kbsd_supply_fpregset): Likewise.
4586 (m68kbsd_collect_fpregset): Likewise.
4587 * m68k-bsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
4588 * m68k-linux-nat.c (fetch_register): Likewise.
4589 (old_fetch_inferior_registers): Likewise.
4590 (old_store_inferior_registers): Likewise.
4591 (store_regs): Likewise.
4592 * m68k-tdep.c (m68k_svr4_extract_return_value): Likewise.
4593 (m68k_svr4_store_return_value): Likewise.
4594 * m88k-tdep.c (m88k_store_arguments): Likewise.
4595 * mi/mi-main.c (mi_cmd_data_list_changed_registers): Likewise.
4596 (mi_cmd_data_write_register_values): Likewise.
4597 * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers): Likewise.
4598 (mips_fbsd_store_inferior_registers): Likewise.
4599 * mips-fbsd-tdep.c (mips_fbsd_supply_fpregs): Likewise.
4600 (mips_fbsd_supply_gregs): Likewise.
4601 (mips_fbsd_collect_fpregs): Likewise.
4602 (mips_fbsd_collect_gregs): Likewise.
4603 (mips_fbsd_supply_fpregset): Likewise.
4604 (mips_fbsd_collect_fpregset): Likewise.
4605 (mips_fbsd_supply_gregset): Likewise.
4606 (mips_fbsd_collect_gregset): Likewise.
4607 * mips-linux-nat.c (supply_gregset): Likewise.
4608 (fill_gregset): Likewise.
4609 (supply_fpregset): Likewise.
4610 (fill_fpregset): Likewise.
4611 * mips-linux-tdep.c (mips_supply_gregset): Likewise.
4612 (mips_fill_gregset): Likewise.
4613 (mips_supply_fpregset): Likewise.
4614 (mips_fill_fpregset): Likewise.
4615 (mips64_supply_gregset): Likewise.
4616 (micromips_linux_sigframe_validate): Likewise.
4617 * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers): Likewise.
4618 (mipsnbsd_fetch_inferior_registers): Likewise.
4619 (mipsnbsd_store_inferior_registers): Likewise.
4620 * mips-nbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
4621 (mipsnbsd_supply_gregset): Likewise.
4622 (mipsnbsd_iterate_over_regset_sections): Likewise.
4623 (mipsnbsd_supply_reg): Likewise.
4624 (mipsnbsd_supply_fpreg): Likewise.
4625 * mips-tdep.c (mips_in_frame_stub): Likewise.
4626 (mips_dummy_id): Likewise.
4627 (is_octeon_bbit_op): Likewise.
4628 (micromips_bc1_pc): Likewise.
4629 (extended_mips16_next_pc): Likewise.
4630 (mips16_next_pc): Likewise.
4631 (deal_with_atomic_sequence): Likewise.
4632 * moxie-tdep.c (moxie_process_readu): Likewise.
4633 * nios2-tdep.c (nios2_get_next_pc): Likewise.
4634 * nto-procfs.c (procfs_store_registers): Likewise.
4635 * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers): Likewise.
4636 (ppcfbsd_store_inferior_registers): Likewise.
4637 * ppc-linux-nat.c (fetch_vsx_register): Likewise.
4638 (fetch_altivec_register): Likewise.
4639 (get_spe_registers): Likewise.
4640 (fetch_spe_register): Likewise.
4641 (fetch_altivec_registers): Likewise.
4642 (fetch_all_gp_regs): Likewise.
4643 (fetch_all_fp_regs): Likewise.
4644 (store_vsx_register): Likewise.
4645 (store_altivec_register): Likewise.
4646 (set_spe_registers): Likewise.
4647 (store_spe_register): Likewise.
4648 (store_altivec_registers): Likewise.
4649 (store_all_gp_regs): Likewise.
4650 (store_all_fp_regs): Likewise.
4651 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
4652 (ppc_linux_collect_gregset): Likewise.
4653 (ppc_canonicalize_syscall): Likewise.
4654 (ppc_linux_record_signal): Likewise.
4655 (ppu2spu_prev_register): Likewise.
4656 * ppc-nbsd-nat.c (ppcnbsd_supply_pcb): Likewise.
4657 * ppc-obsd-nat.c (ppcobsd_fetch_registers): Likewise.
4658 (ppcobsd_store_registers): Likewise.
4659 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_fetch_registers):
4660 Likewise.
4661 (ppc_ravenscar_generic_store_registers): Likewise.
4662 * procfs.c (procfs_fetch_registers): Likewise.
4663 (procfs_store_registers): Likewise.
4664 * ravenscar-thread.c (ravenscar_fetch_registers): Likewise.
4665 (ravenscar_store_registers): Likewise.
4666 (ravenscar_prepare_to_store): Likewise.
4667 * record-btrace.c (record_btrace_fetch_registers): Likewise.
4668 * record-full.c (record_full_wait_1): Likewise.
4669 (record_full_registers_change): Likewise.
4670 (record_full_store_registers): Likewise.
4671 (record_full_core_fetch_registers): Likewise.
4672 (record_full_save): Likewise.
4673 (record_full_goto_insn): Likewise.
4674 * regcache.c (regcache_register_size): Likewise.
4675 (get_regcache_arch): Remove.
4676 (regcache_read_pc): Likewise.
4677 * regcache.h (get_regcache_arch): Remove.
4678 * remote-sim.c (gdbsim_fetch_register): Likewise.
4679 (gdbsim_store_register): Likewise.
4680 * remote.c (fetch_register_using_p): Likewise.
4681 (send_g_packet): Likewise.
4682 (remote_prepare_to_store): Likewise.
4683 (store_registers_using_G): Likewise.
4684 * reverse.c (save_bookmark_command): Likewise.
4685 (goto_bookmark_command): Likewise.
4686 * rs6000-aix-tdep.c (branch_dest): Likewise.
4687 * rs6000-nat.c (rs6000_ptrace64): Likewise.
4688 (fetch_register): Likewise.
4689 * rs6000-tdep.c (ppc_supply_reg): Likewise.
4690 (ppc_collect_reg): Likewise.
4691 (ppc_collect_gregset): Likewise.
4692 (ppc_collect_fpregset): Likewise.
4693 (ppc_collect_vsxregset): Likewise.
4694 (ppc_collect_vrregset): Likewise.
4695 (ppc_displaced_step_hw_singlestep): Likewise.
4696 (rs6000_pseudo_register_read): Likewise.
4697 (rs6000_pseudo_register_write): Likewise.
4698 * s390-linux-nat.c (supply_gregset): Likewise.
4699 (fill_gregset): Likewise.
4700 (s390_linux_fetch_inferior_registers): Likewise.
4701 * s390-linux-tdep.c (s390_write_pc): Likewise.
4702 (s390_software_single_step): Likewise.
4703 (s390_all_but_pc_registers_record): Likewise.
4704 (s390_linux_syscall_record): Likewise.
4705 * sentinel-frame.c (sentinel_frame_prev_arch): Likewise.
4706 * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers): Likewise.
4707 (shnbsd_store_inferior_registers): Likewise.
4708 * sh-tdep.c (sh_extract_return_value_nofpu): Likewise.
4709 (sh_extract_return_value_fpu): Likewise.
4710 (sh_store_return_value_nofpu): Likewise.
4711 (sh_corefile_supply_regset): Likewise.
4712 (sh_corefile_collect_regset): Likewise.
4713 * sh64-tdep.c (sh64_extract_return_value): Likewise.
4714 (sh64_store_return_value): Likewise.
4715 * sparc-linux-tdep.c (sparc32_linux_collect_core_fpregset): Likewise.
4716 * sparc-nat.c (sparc_fetch_inferior_registers): Likewise.
4717 (sparc_store_inferior_registers): Likewise.
4718 * sparc-ravenscar-thread.c (register_in_thread_descriptor_p): Likewise.
4719 (sparc_ravenscar_prepare_to_store): Likewise.
4720 * sparc-tdep.c (sparc32_store_arguments): Likewise.
4721 (sparc_analyze_control_transfer): Likewise.
4722 (sparc_step_trap): Likewise.
4723 (sparc_software_single_step): Likewise.
4724 (sparc32_gdbarch_init): Likewise.
4725 (sparc_supply_rwindow): Likewise.
4726 (sparc_collect_rwindow): Likewise.
4727 * sparc64-linux-tdep.c (sparc64_linux_collect_core_fpregset): Likewise.
4728 * sparc64-nbsd-nat.c (sparc64nbsd_supply_gregset): Likewise.
4729 (sparc64nbsd_collect_gregset): Likewise.
4730 (sparc64nbsd_supply_fpregset): Likewise.
4731 (sparc64nbsd_collect_fpregset): Likewise.
4732 * sparc64-tdep.c (sparc64_store_arguments): Likewise.
4733 (sparc64_supply_gregset): Likewise.
4734 (sparc64_collect_gregset): Likewise.
4735 (sparc64_supply_fpregset): Likewise.
4736 (sparc64_collect_fpregset): Likewise.
4737 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
4738 * spu-tdep.c (spu_unwind_sp): Likewise.
4739 (spu2ppu_prev_register): Likewise.
4740 (spu_memory_remove_breakpoint): Likewise.
4741 * stack.c (return_command): Likewise.
4742 * tic6x-tdep.c (tic6x_extract_signed_field): Likewise.
4743 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
4744 * tracefile.c (trace_save_ctf): Likewise.
4745 * windows-nat.c (do_windows_fetch_inferior_registers): Likewise.
4746 (do_windows_store_inferior_registers): Likewise.
4747 (windows_resume): Likewise.
4748 * xtensa-linux-nat.c (fill_gregset): Likewise.
4749 (supply_gregset_reg): Likewise.
4750 * xtensa-tdep.c (xtensa_register_write_masked): Likewise.
4751 (xtensa_register_read_masked): Likewise.
4752 (xtensa_supply_gregset): Likewise.
4753 (xtensa_extract_return_value): Likewise.
4754 (xtensa_store_return_value): Likewise.
4755
4756 2017-10-25 Ulrich Weigand <uweigand@de.ibm.com>
4757
4758 * doublest.c (floatformat_from_string): New function.
4759 * doublest.h (floatformat_from_string): Add prototype.
4760
4761 * std-operator.def (OP_DOUBLE, OP_DECFLOAT): Remove, replace by ...
4762 (OP_FLOAT): ... this.
4763 * expression.h: Do not include "doublest.h".
4764 (union exp_element): Replace doubleconst and decfloatconst by
4765 new element floatconst.
4766 * ada-lang.c (resolve_subexp): Handle OP_FLOAT instead of OP_DOUBLE.
4767 (ada_evaluate_subexp): Likewise.
4768 * eval.c (evaluate_subexp_standard): Handle OP_FLOAT instead of
4769 OP_DOUBLE and OP_DECFLOAT.
4770 * expprint.c (print_subexp_standard): Likewise.
4771 (dump_subexp_body_standard): Likewise.
4772 * breakpoint.c (watchpoint_exp_is_const): Likewise.
4773
4774 * parse.c: Include "dfp.h".
4775 (write_exp_elt_dblcst, write_exp_elt_decfloatcst): Remove.
4776 (write_exp_elt_floatcst): New function.
4777 (operator_length_standard): Handle OP_FLOAT instead of OP_DOUBLE
4778 and OP_DECFLOAT.
4779 (operator_check_standard): Likewise.
4780 (parse_float): Do not accept suffix. Take type as input. Return bool.
4781 Return target format buffer instead of host DOUBLEST.
4782 Use floatformat_from_string and decimal_from_string to parse
4783 either binary or decimal floating-point types.
4784 (parse_c_float): Remove.
4785 * parser-defs.h: Do not include "doublest.h".
4786 (write_exp_elt_dblcst, write_exp_elt_decfloatcst): Remove.
4787 (write_exp_elt_floatcst): Add prototype.
4788 (parse_float): Update prototype.
4789 (parse_c_float): Remove.
4790
4791 * c-exp.y: Do not include "dfp.h".
4792 (typed_val_float): Use byte buffer instead of DOUBLEST.
4793 (typed_val_decfloat): Remove.
4794 (DECFLOAT): Remove.
4795 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4796 (parse_number): Update to new parse_float interface.
4797 Parse suffixes and determine type before calling parse_float.
4798 Handle decimal and binary FP types the same way.
4799
4800 * d-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
4801 (FLOAT_LITERAL): Use OP_FLOAT and write_exp_elt_floatcst.
4802 (parse_number): Update to new parse_float interface.
4803 Parse suffixes and determine type before calling parse_float.
4804
4805 * f-exp.y: Replace dval by typed_val_float.
4806 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4807 (parse_number): Use parse_float instead of atof.
4808
4809 * go-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
4810 (parse_go_float): Remove.
4811 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4812 (parse_number): Call parse_float instead of parse_go_float.
4813 Parse suffixes and determine type before calling parse_float.
4814
4815 * p-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
4816 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4817 (parse_number): Update to new parse_float interface.
4818 Parse suffixes and determine type before calling parse_float.
4819
4820 * m2-exp.y: Replace dval by byte buffer val.
4821 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4822 (parse_number): Call parse_float instead of atof.
4823
4824 * rust-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
4825 (lex_number): Call parse_float instead of strtod.
4826 (ast_dliteral): Use OP_FLOAT instead of OP_DOUBLE.
4827 (convert_ast_to_expression): Handle OP_FLOAT instead of OP_DOUBLE.
4828 Use write_exp_elt_floatcst.
4829 (unit_testing): Remove static variable.
4830 (rust_type): Do not check unit_testing.
4831 (rust_lex_tests): Do not set uint_testing. Set up dummy rust_parser.
4832
4833 * ada-exp.y (type_float, type_double): Remove.
4834 (typed_val_float): Use byte buffer instead of DOUBLEST.
4835 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
4836 * ada-lex.l (processReal): Use parse_float instead of sscanf.
4837
4838 2017-10-25 Alan Hayward <alan.hayward@arm.com>
4839
4840 * aarch64-tdep.h (enum aarch64_regnum): Remove.
4841 * arch/aarch64.h: New file.
4842
4843 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4844
4845 * dfp.h (decimal_from_string): Use const reference for argument.
4846 * dfp.c (decimal_from_string): Likewise.
4847
4848 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4849
4850 * i387-tdep.c (print_i387_value): Use floatformat_to_string.
4851 * sh64-tdep.c (sh64_do_fp_register): Likewise.
4852 * mips-tdep.c (mips_print_fp_register): Likewise.
4853
4854 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4855
4856 * common/format.h (enum argclass): Replace decfloat_arg by
4857 dec32float_arg, dec64float_arg, and dec128float_arg.
4858 * common/format.c (parse_format_string): Update to return
4859 new decimal float argument classes.
4860
4861 * printcmd.c (printf_decfloat): Rename to ...
4862 (printf_floating): ... this. Add argclass argument, and use it
4863 instead of parsing the format string again. Add support for
4864 binary floating-point values, using floatformat_to_string.
4865 Convert value to the target format if it doesn't already match.
4866 (ui_printf): Call printf_floating instead of printf_decfloat,
4867 also for double_arg / long_double_arg. Pass argclass.
4868
4869 * dfp.c (decimal_to_string): Add format string argument.
4870 * dfp.h (decimal_to_string): Likewise.
4871
4872 * doublest.c (floatformat_to_string): Add format string argument.
4873 * doublest.h (floatformat_to_string): Likewise.
4874
4875 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4876
4877 * doublest.c (floatformat_precision): New routine.
4878 (floatformat_to_string): Likewise.
4879 * doublest.c (floatformat_to_string): Add prototype.
4880
4881 * printcmd.c (print_scalar_formatted): Only call print_floating
4882 on floating-point types.
4883 * valprint.c: Do not include "floatformat.h".
4884 (generic_val_print_decfloat): Remove.
4885 (generic_val_print): Call generic_val_print_float for both
4886 TYPE_CODE_FLT and TYPE_CODE_DECFLOAT.
4887 (print_floating): Use floatformat_to_string. Handle decimal float.
4888 (print_decimal_floating): Remove, merge into floatformat_to_string.
4889 * value.h (print_decimal_floating): Remove.
4890
4891 * Makefile.in: Do not build doublest.c with -Wformat-nonliteral.
4892
4893 2017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
4894
4895 * buildsym.c (end_symtab_get_static_block): Use std::stable_sort.
4896
4897 2017-10-21 Simon Marchi <simon.marchi@ericsson.com>
4898
4899 * memattr.h: Don't include vec.h.
4900 (struct mem_attrib): Initialize fields.
4901 <unknown>: New static method.
4902 (struct mem_region): Add constructors, operator<, initialize
4903 fields.
4904 * memattr.c: Include algorithm.
4905 (default_mem_attrib, unknown_mem_attrib): Remove.
4906 (user_mem_region_list): New global.
4907 (target_mem_region_list, mem_region_list): Change type to
4908 std::vector<mem_region>.
4909 (mem_use_target): Now a function.
4910 (target_mem_regions_valid): Change type to bool.
4911 (mem_region_lessthan, mem_region_cmp, mem_region_init): Remove.
4912 (require_user_regions): Adjust.
4913 (require_target_regions): Adjust.
4914 (create_mem_region): Adjust.
4915 (lookup_mem_region): Adjust.
4916 (invalidate_target_mem_regions): Adjust.
4917 (mem_clear): Rename to...
4918 (user_mem_clear): ... this, and adjust.
4919 (mem_command): Adjust.
4920 (info_mem_command): Adjust.
4921 (mem_enable, enable_mem_command, mem_disable,
4922 disable_mem_command): Adjust.
4923 (mem_delete): Adjust.
4924 (delete_mem_command): Adjust.
4925 * memory-map.h (parse_memory_map): Return an std::vector.
4926 * memory-map.c (parse_memory_map): Likewise.
4927 (struct memory_map_parsing_data): Add constructor.
4928 <memory_map>: Point to std::vector.
4929 (memory_map_start_memory): Adjust.
4930 (memory_map_end_memory): Adjust.
4931 (memory_map_end_property): Adjust.
4932 (clear_result): Remove.
4933 * remote.c (remote_memory_map): Return an std::vector.
4934 * target-debug.h (target_debug_print_VEC_mem_region_s__p):
4935 Remove.
4936 (target_debug_print_mem_region_vector): New.
4937 * target-delegates.c: Regenerate.
4938 * target.h (mem_region_vector): New typedef.
4939 (to_memory_map): Return mem_region_vector.
4940 (target_memory_map): Return an std::vector.
4941 * target.c (target_memory_map): Return an std::vector.
4942 (flash_erase_command): Adjust.
4943
4944 2017-10-21 Simon Marchi <simon.marchi@ericsson.com>
4945
4946 * memory-map.c (struct memory_map_parsing_data) <property_name>:
4947 Change type to std::string.
4948 (memory_map_start_property): Adjust.
4949 (memory_map_end_property): Adjust.
4950
4951 2017-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4952
4953 * infrun.h: Include common/byte-vector.h.
4954 (struct displaced_step_closure): New struct.
4955 (struct buf_displaced_step_closure): New struct.
4956 * infrun.c (displaced_step_closure::~displaced_step_closure):
4957 Provide default implementation.
4958 (displaced_step_clear): Deallocate step closure with delete.
4959 * aarch64-tdep.c (displaced_step_closure): Rename to ...
4960 (aarch64_displaced_step_closure): ... this, extend
4961 displaced_step_closure.
4962 (aarch64_displaced_step_data) <dsc>: Change type to
4963 aarch64_displaced_step_closure.
4964 (aarch64_displaced_step_copy_insn): Adjust to type change, use
4965 unique_ptr.
4966 (aarch64_displaced_step_fixup): Add cast for displaced step
4967 closure.
4968 * amd64-tdep.c (displaced_step_closure): Rename to ...
4969 (amd64_displaced_step_closure): ... this, extend
4970 displaced_step_closure.
4971 <insn_buf>: Change type to std::vector<gdb_byte>.
4972 <max_len>: Remove.
4973 (fixup_riprel): Change type of DSC parameter, adjust to type
4974 change of insn_buf.
4975 (fixup_displaced_copy): Change type of DSC parameter.
4976 (amd64_displaced_step_copy_insn): Instantiate
4977 amd64_displaced_step_closure.
4978 (amd64_displaced_step_fixup): Add cast for closure type, adjust
4979 to type change of insn_buf.
4980 * arm-linux-tdep.c (arm_linux_cleanup_svc): Change type of
4981 parameter DSC.
4982 (arm_linux_copy_svc): Likewise.
4983 (cleanup_kernel_helper_return): Likewise.
4984 (arm_catch_kernel_helper_return): Likewise.
4985 (arm_linux_displaced_step_copy_insn): Instantiate
4986 arm_displaced_step_closure.
4987 * arm-tdep.c (arm_pc_is_thumb): Add cast for closure.
4988 (displaced_read_reg): Change type of parameter DSC.
4989 (branch_write_pc): Likewise.
4990 (load_write_pc): Likewise.
4991 (alu_write_pc): Likewise.
4992 (displaced_write_reg): Likewise.
4993 (arm_copy_unmodified): Likewise.
4994 (thumb_copy_unmodified_32bit): Likewise.
4995 (thumb_copy_unmodified_16bit): Likewise.
4996 (cleanup_preload): Likewise.
4997 (install_preload): Likewise.
4998 (arm_copy_preload): Likewise.
4999 (thumb2_copy_preload): Likewise.
5000 (install_preload_reg): Likewise.
5001 (arm_copy_preload_reg): Likewise.
5002 (cleanup_copro_load_store): Likewise.
5003 (install_copro_load_store): Likewise.
5004 (arm_copy_copro_load_store) Likewise.
5005 (thumb2_copy_copro_load_store): Likewise.
5006 (cleanup_branch): Likewise.
5007 (install_b_bl_blx): Likewise.
5008 (arm_copy_b_bl_blx): Likewise.
5009 (thumb2_copy_b_bl_blx): Likewise.
5010 (thumb_copy_b): Likewise.
5011 (install_bx_blx_reg): Likewise.
5012 (arm_copy_bx_blx_reg): Likewise.
5013 (thumb_copy_bx_blx_reg): Likewise.
5014 (cleanup_alu_imm): Likewise.
5015 (arm_copy_alu_imm): Likewise.
5016 (thumb2_copy_alu_imm): Likewise.
5017 (cleanup_alu_reg): Likewise.
5018 (install_alu_reg): Likewise.
5019 (arm_copy_alu_reg): Likewise.
5020 (thumb_copy_alu_reg): Likewise.
5021 (cleanup_alu_shifted_reg): Likewise.
5022 (install_alu_shifted_reg): Likewise.
5023 (arm_copy_alu_shifted_reg): Likewise.
5024 (cleanup_load): Likewise.
5025 (cleanup_store): Likewise.
5026 (arm_copy_extra_ld_st): Likewise.
5027 (install_load_store): Likewise.
5028 (thumb2_copy_load_literal): Likewise.
5029 (thumb2_copy_load_reg_imm): Likewise.
5030 (arm_copy_ldr_str_ldrb_strb): Likewise.
5031 (cleanup_block_load_all): Likewise.
5032 (cleanup_block_store_pc): Likewise.
5033 (cleanup_block_load_pc): Likewise.
5034 (arm_copy_block_xfer): Likewise.
5035 (thumb2_copy_block_xfer): Likewise.
5036 (cleanup_svc): Likewise.
5037 (install_svc): Likewise.
5038 (arm_copy_svc): Likewise.
5039 (thumb_copy_svc): Likewise.
5040 (arm_copy_undef): Likewise.
5041 (thumb_32bit_copy_undef): Likewise.
5042 (arm_copy_unpred): Likewise.
5043 (arm_decode_misc_memhint_neon): Likewise.
5044 (arm_decode_unconditional): Likewise.
5045 (arm_decode_miscellaneous): Likewise.
5046 (arm_decode_dp_misc): Likewise.
5047 (arm_decode_ld_st_word_ubyte): Likewise.
5048 (arm_decode_media): Likewise.
5049 (arm_decode_b_bl_ldmstm): Likewise.
5050 (arm_decode_ext_reg_ld_st): Likewise.
5051 (thumb2_decode_dp_shift_reg): Likewise.
5052 (thumb2_decode_ext_reg_ld_st): Likewise.
5053 (arm_decode_svc_copro): Likewise.
5054 (thumb2_decode_svc_copro): Likewise.
5055 (install_pc_relative): Likewise.
5056 (thumb_copy_pc_relative_16bit): Likewise.
5057 (thumb_decode_pc_relative_16bit): Likewise.
5058 (thumb_copy_pc_relative_32bit): Likewise.
5059 (thumb_copy_16bit_ldr_literal): Likewise.
5060 (thumb_copy_cbnz_cbz): Likewise.
5061 (thumb2_copy_table_branch): Likewise.
5062 (cleanup_pop_pc_16bit_all): Likewise.
5063 (thumb_copy_pop_pc_16bit): Likewise.
5064 (thumb_process_displaced_16bit_insn): Likewise.
5065 (decode_thumb_32bit_ld_mem_hints): Likewise.
5066 (thumb_process_displaced_32bit_insn): Likewise.
5067 (thumb_process_displaced_insn): Likewise.
5068 (arm_process_displaced_insn): Likewise.
5069 (arm_displaced_init_closure): Likewise.
5070 (arm_displaced_step_fixup): Add cast for closure.
5071 * arm-tdep.h: Include infrun.h.
5072 (displaced_step_closure): Rename to ...
5073 (arm_displaced_step_closure): ... this, extend
5074 displaced_step_closure.
5075 <u::svc::copy_svc_os>: Change type of parameter DSC.
5076 <cleanup>: Likewise.
5077 (arm_process_displaced_insn): Likewise.
5078 (arm_displaced_init_closure): Likewise.
5079 (displaced_read_reg): Likewise.
5080 (displaced_write_reg): Likewise.
5081 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn):
5082 Adjust.
5083 * i386-tdep.h: Include infrun.h.
5084 (i386_displaced_step_closure): New typedef.
5085 * i386-tdep.c (i386_displaced_step_copy_insn): Use
5086 i386_displaced_step_closure.
5087 (i386_displaced_step_fixup): Adjust.
5088 * rs6000-tdep.c (ppc_displaced_step_closure): New typedef.
5089 (ppc_displaced_step_copy_insn): Use ppc_displaced_step_closure
5090 and unique_ptr.
5091 (ppc_displaced_step_fixup): Adjust.
5092 * s390-linux-tdep.c (s390_displaced_step_closure): New typedef.
5093 (s390_displaced_step_copy_insn): Use s390_displaced_step_closure
5094 and unique_ptr.
5095 (s390_displaced_step_fixup): Adjust.
5096
5097 2017-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5098
5099 * interps.h (interp_resume, interp_suspend, interp_set_temp):
5100 Remove declarations.
5101
5102 2017-10-20 Tom Tromey <tom@tromey.com>
5103
5104 * gdb_bfd.c (struct gdb_bfd_data) <included_bfds>: Now a
5105 std::vector.
5106 (gdb_bfd_record_inclusion): Update.
5107 (bfdp): Remove typedef.
5108
5109 2017-10-20 Tom Tromey <tom@tromey.com>
5110
5111 * gdb_bfd.c (gdb_bfd_ref): Use new.
5112 (struct gdb_bfd_data): Add constructor, destructor, and member
5113 initializers.
5114 (gdb_bfd_unref): Use delete.
5115
5116 2017-10-20 Tom Tromey <tom@tromey.com>
5117
5118 * exec.c (exec_file_attach): Use new_bfd_ref.
5119 * symfile-mem.c (symbol_file_add_from_memory): Use new_bfd_ref.
5120 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
5121 (gdb_bfd_openw, gdb_bfd_openr_iovec, gdb_bfd_fdopenr): Use
5122 new_bfd_ref.
5123 * gdb_bfd.h (new_bfd_ref): New function.
5124
5125 2017-10-20 Pedro Alves <palves@redhat.com>
5126
5127 * main.c (captured_command_loop): Add attribute noinline.
5128
5129 2017-10-19 Simon Marchi <simon.marchi@ericsson.com>
5130
5131 * interps.c (struct interp_factory): Add constructor.
5132 (interp_factory_p): Remove typedef.
5133 (DEF_VEC_P(interp_factory_p)): Remove.
5134 (interpreter_factories): Change type to std::vector.
5135 (interp_factory_register): Adjust.
5136 (interp_lookup): Adjust.
5137 (interpreter_completer): Adjust.
5138
5139 2017-10-19 Tom Tromey <tom@tromey.com>
5140
5141 * break-catch-syscall.c (catch_syscall_completer): Use
5142 std::string, gdb::unique_xmalloc_ptr.
5143
5144 2017-10-19 Tom Tromey <tom@tromey.com>
5145
5146 * infcall.c (call_function_by_hand_dummy): Use std::string.
5147
5148 2017-10-19 Tom Tromey <tom@tromey.com>
5149
5150 * mi/mi-main.c (mi_cmd_execute): Update.
5151 * top.h (prepare_execute_command): Return scoped_value_mark.
5152 * value.h (class scoped_value_mark): Use DISABLE_COPY_AND_ASSIGN.
5153 Add move constructor.
5154 * top.c (prepare_execute_command): Return scoped_value_mark.
5155 (execute_command): Update.
5156
5157 2017-10-19 Pedro Alves <palves@redhat.com>
5158
5159 * xml-support.c (xml_fetch_content_from_file): Check fread's
5160 return.
5161
5162 2017-10-19 Pedro Alves <palves@redhat.com>
5163
5164 * ser-base.c (ser_base_read_error_fd): Delete the file handler if
5165 async.
5166 (handle_error_fd): New function.
5167 (ser_base_async): Add/delete an event loop file handler for
5168 error_fd.
5169
5170 2017-10-19 Pedro Alves <palves@redhat.com>
5171
5172 * xml-support.c (xml_fetch_content_from_file): Don't read in
5173 chunks. Instead use fseek to determine the file's size, and read
5174 it in one go.
5175
5176 2017-11-18 Keith Seitz <keiths@redhat.com>
5177
5178 * c-exp.y (oper): Canonicalize conversion operators of user-defined
5179 types.
5180 Add whitespace to front of type name.
5181
5182 2017-10-18 Keith Seitz <keiths@redhat.com>
5183
5184 * dwarf2read.c (dwarf2_add_typedef): Issue a complaint on unhandled
5185 DW_AT_accessibility.
5186
5187 2017-10-18 Yao Qi <yao.qi@linaro.org>
5188
5189 * features/tic6x-c62x-linux.c: Remove.
5190
5191 2017-10-17 Tom Tromey <tom@tromey.com>
5192
5193 * disasm.c (do_mixed_source_and_assembly_deprecated): Use
5194 gdb::optional, ui_out_emit_list, ui_out_emit_tuple.
5195 (do_mixed_source_and_assembly): Likewise.
5196
5197 2017-10-17 Tom Tromey <tom@tromey.com>
5198
5199 * regcache.c (regcache::xfer_part): Remove assertion.
5200
5201 2017-10-17 Pedro Alves <palves@redhat.com>
5202
5203 * xml-support.c (xml_fetch_content_from_file): Call
5204 unique_ptr::release() instead unique_ptr::get() when passing
5205 through xrealloc.
5206
5207 2017-10-17 Yao Qi <yao.qi@linaro.org>
5208
5209 * regcache.c (regcache::xfer_part): Remove parameters read and
5210 write, add parameter is_raw. All callers are updated.
5211
5212 2017-10-16 Keith Seitz <keiths@redhat.com>
5213
5214 * c-typeprint.c (enum access_specifier): Moved here from
5215 c_type_print_base.
5216 (output_access_specifier): New function.
5217 (c_type_print_base): Consider typedefs when assessing
5218 whether access labels are needed.
5219 Use output_access_specifier as needed.
5220 Output access specifier for typedefs, if needed.
5221 * dwarf2read.c (dwarf2_add_typedef): Record DW_AT_accessibility.
5222 * gdbtypes.h (struct typedef_field) <is_protected, is_private>: New
5223 fields.
5224 (TYPE_TYPEDEF_FIELD_PROTECTED, TYPE_TYPEDEF_FIELD_PRIVATE): New
5225 accessor macros.
5226
5227 2017-10-16 Tom Tromey <tom@tromey.com>
5228
5229 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full)
5230 (linux_fill_prpsinfo, linux_vsyscall_range_raw): Update.
5231 * target.c (target_fileio_read_stralloc): Update.
5232 * sparc64-tdep.c (adi_is_addr_mapped): Update.
5233 * target.h (target_fileio_read_stralloc): Return
5234 unique_xmalloc_ptr.
5235
5236 2017-10-16 Tom Tromey <tom@tromey.com>
5237
5238 * xml-syscall.c (xml_init_syscalls_info): Update.
5239 * xml-support.c (xinclude_start_include): Update.
5240 (xml_fetch_content_from_file): Return unique_xmalloc_ptr.
5241 * xml-support.h (xml_fetch_another): Return unique_xmalloc_ptr.
5242 (xml_fetch_content_from_file): Likewise.
5243 * osdata.c (get_osdata): Update.
5244 * target.h (target_read_stralloc, target_get_osdata): Return
5245 unique_xmalloc_ptr.
5246 * solib-aix.c (solib_aix_get_library_list): Update.
5247 * solib-target.c (solib_target_current_sos): Update.
5248 * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Update.
5249 * xml-tdesc.c (fetch_available_features_from_target): Update.
5250 (target_fetch_description_xml): Update.
5251 (file_read_description_xml): Update.
5252 * remote.c (remote_get_threads_with_qxfer, remote_memory_map)
5253 (remote_traceframe_info, btrace_read_config, remote_read_btrace)
5254 (remote_pid_to_exec_file): Update.
5255 * target.c (target_read_stralloc): Return unique_xmalloc_ptr.
5256 (target_get_osdata): Likewise.
5257
5258 2017-10-16 Tom Tromey <tom@tromey.com>
5259
5260 * remote.c (remote_register_number_and_offset): Use std::vector.
5261 (remote_set_syscall_catchpoint): Use gdb::unique_xmalloc_ptr.
5262 (putpkt_binary): Use gdb::def_vector.
5263 (compare_sections_command): Use gdb::byte_vector.
5264
5265 2017-10-16 Tom Tromey <tom@tromey.com>
5266
5267 * ppc-linux-nat.c (hwdebug_insert_point): Use
5268 gdb::unique_xmalloc_ptr, XDUP.
5269
5270 2017-10-16 Tom Tromey <tom@tromey.com>
5271
5272 * probe.c (parse_probes): Use std::string.
5273 (info_probes_for_ops, enable_probes_command)
5274 (disable_probes_command): Remove cleanups.
5275
5276 2017-10-16 Tom Tromey <tom@tromey.com>
5277
5278 * buildsym.c (block_compar): Remove.
5279 (end_symtab_get_static_block): Use std::vector.
5280
5281 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5282
5283 * memrange.h (struct mem_range): Define operator< and operator==.
5284 (mem_range_s): Remove.
5285 (DEF_VEC_O (mem_range_s)): Remove.
5286 (normalize_mem_ranges): Change parameter type to std::vector.
5287 * memrange.c (compare_mem_ranges): Remove.
5288 (normalize_mem_ranges): Change parameter type to std::vector,
5289 adjust to vector change.
5290 * exec.c (section_table_available_memory): Return vector, remove
5291 parameter.
5292 (section_table_read_available_memory): Adjust to std::vector
5293 change.
5294 * remote.c (remote_read_bytes): Adjust to std::vector
5295 change.
5296 * tracepoint.h (traceframe_available_memory): Change parameter
5297 type to std::vector.
5298 * tracepoint.c (traceframe_available_memory): Change parameter
5299 type to std::vector, adjust.
5300 * gdb/mi/mi-main.c (mi_cmd_trace_frame_collected): Adjust to
5301 std::vector change.
5302 * gdb/Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
5303 unittests/memrange-selftests.c.
5304 (SUBDIR_UNITTESTS_OBS): Add memrange-selftests.o.
5305 * gdb/unittests/memrange-selftests.c: New file.
5306
5307 2017-10-16 Pedro Alves <palves@redhat.com>
5308
5309 * elfread.c (probe_key_free): Rename range-for variable.
5310 * probe.c (parse_probes_in_pspace, find_probes_in_objfile)
5311 (find_probe_by_pc, collect_probes): Rename range-for variable.
5312
5313 2017-10-16 Yao Qi <yao.qi@linaro.org>
5314
5315 * features/Makefile (XMLTOC): Remove tic6x-*.xml.
5316 * features/tic6x-c62x.c: Remove.
5317 * features/tic6x-c64x-linux.c: Remove.
5318 * features/tic6x-c64x.c: Remove.
5319 * features/tic6x-c64xp-linux.c: Remove.
5320 * features/tic6x-c64xp.c: Remove.
5321 * tic6x-linux-tdep.c (_initialize_tic6x_linux_tdep): Don't call
5322 initialize_tdesc_tic6x_*_linux functions.
5323 * tic6x-tdep.c (_initialize_tic6x_tdep): Don't call
5324 initialize_tdesc_tic6x_* functions.
5325
5326 2017-10-16 Yao Qi <yao.qi@linaro.org>
5327
5328 * features/Makefile (WHICH): Remove tic6x-c64xp, tic6x-c64x
5329 tic6x-c62x.
5330 * regformats/tic6x-c62x.dat: Remove.
5331 * regformats/tic6x-c64x.dat: Remove.
5332 * regformats/tic6x-c64xp.dat: Remove.
5333
5334 2017-10-15 Simon Marchi <simon.marchi@ericsson.com>
5335
5336 * tracepoint.c (parse_traceframe_info): Return a unique_ptr
5337 (the !HAVE_LIBEXPAT version).
5338
5339 2017-10-14 Simon Marchi <simon.marchi@ericsson.com>
5340
5341 * nat/linux-osdata.c (struct pid_pgid_entry) <operator<>: Make
5342 const.
5343
5344 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
5345
5346 * target.h: Include tracepoint.h.
5347 (enum trace_find_type): Move to tracepoint.h.
5348 (struct target_ops) <to_traceframe_info>: Return a unique ptr.
5349 * tracepoint.h: Don't include target.h
5350 (enum trace_find_type): Move from target.h.
5351 (parse_traceframe_info): Return a unique ptr.
5352 * tracepoint.c (current_traceframe_info): Change type to unique
5353 ptr.
5354 (free_traceframe_info): Remove.
5355 (clear_traceframe_info): Don't manually free
5356 current_traceframe_info.
5357 (free_result): Remove.
5358 (parse_traceframe_info): Return a unique ptr.
5359 (get_traceframe_info): Adjust to unique ptr.
5360 * ctf.c (ctf_traceframe_info): Return a unique ptr.
5361 * remote.c (remote_traceframe_info): Return a unique ptr.
5362 * tracefile-tfile.c (tfile_traceframe_info): Return a unique
5363 ptr.
5364 * target-debug.h (target_debug_print_traceframe_info_up): New
5365 macro.
5366 * target-delegates.c: Regenerate.
5367
5368 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
5369
5370 * memrange.h (struct mem_range): Add constructors.
5371 * tracepoint.h (struct traceframe_info) <memory>: Change type to
5372 std::vector<mem_range>.
5373 * tracepoint.c (free_traceframe_info): Don't manually free
5374 vector.
5375 (traceframe_info_start_memory): Adjust to vector change.
5376 (traceframe_available_memory): Likewise.
5377 * tracefile-tfile.c (build_traceframe_info): Likewise.
5378 * ctf.c (ctf_traceframe_info): Likewise.
5379
5380 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
5381
5382 * tracepoint.h (struct traceframe_info) <tvars>: Change type to
5383 std::vector<int>.
5384 * tracepoint.c (free_traceframe_info): Deallocate with delete.
5385 (traceframe_info_start_tvar): Adjust to vector change.
5386 (parse_traceframe_info): Allocate with new.
5387 * ctf.c (ctf_traceframe_info): Allocate with new, adjust to
5388 vector change.
5389 * tracefile-tfile.c (build_traceframe_info): Adjust to vector
5390 change.
5391 tfile_traceframe_info): Allocate with new.
5392 * mi/mi-main.c (mi_cmd_trace_frame_collected): Adjust to vector
5393 change.
5394
5395 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
5396
5397 * tracepoint.c (traceframe_info): Rename to...
5398 (current_traceframe_info): ...this.
5399 (clear_traceframe_info): Adjust.
5400 (get_traceframe_info): Adjust.
5401
5402 2017-10-14 Simon Marchi <simon.marchi@ericsson.com>
5403
5404 * nat/linux-osdata.c: Include algorithm.
5405 (compare_processes): Remove.
5406 (struct pid_pgid_entry): New struct.
5407 (linux_xfer_osdata_processgroups): Use std::vector instead of
5408 XNEWVEC.
5409
5410 2017-10-14 Simon Marchi <simon.marchi@ericsson.com>
5411
5412 * objfiles.h: Don't include symfile.h.
5413 (struct partial_symbol): Remove forward-declaration.
5414 (struct objfile) <global_psymbols, static_psymbols>: Change type
5415 to std::vector<partial_symbol *>.
5416 * objfiles.c (objfile::objfile): Don't memset those fields.
5417 (objfile::~objfile): Don't free those fields.
5418 * psympriv.h (struct psymbol_allocation_list): Remove
5419 forward-declaration.
5420 (add_psymbol_to_list): Change psymbol_allocation_list parameter
5421 to std::vector.
5422 (start_psymtab_common): Change parameters to std::vector.
5423 * psymtab.c: Include algorithm.
5424 (require_partial_symbols): Call shrink_to_fit.
5425 (find_pc_sect_psymbol): Adjust to vector change.
5426 (match_partial_symbol): Likewise.
5427 (lookup_partial_symbol): Likewise.
5428 (psym_relocate): Likewise.
5429 (dump_psymtab): Likewise.
5430 (recursively_search_psymtabs): Likewise.
5431 (compare_psymbols): Remove.
5432 (sort_pst_symbols): Adjust to vector change.
5433 (start_psymtab_common): Likewise.
5434 (end_psymtab_common): Likewise.
5435 (psymbol_bcache_full): De-constify return value.
5436 (add_psymbol_to_bcache): Likewise.
5437 (extend_psymbol_list): Remove.
5438 (append_psymbol_to_list): Adjust to vector change.
5439 (add_psymbol_to_list): Likewise.
5440 (init_psymbol_list): Likewise.
5441 (maintenance_info_psymtabs): Likewise.
5442 (maintenance_check_psymtabs): Likewise.
5443 * symfile.h (struct psymbol_allocation_list): Remove.
5444 * symfile.c (reread_symbols): Adjust to vector change.
5445 * dbxread.c (start_psymtab): Change type of parameters.
5446 (dbx_symfile_read): Adjust to vector change.
5447 (read_dbx_symtab): Likewise.
5448 (start_psymtab): Change type of parameters.
5449 * dwarf2read.c (dwarf2_build_psymtabs): Adjust to vector change.
5450 (create_partial_symtab): Likewise.
5451 (add_partial_symbol): Likewise.
5452 (write_one_signatured_type): Likewise.
5453 (recursively_write_psymbols): Likewise.
5454 * mdebugread.c (parse_partial_symbols): Likewise.
5455 * xcoffread.c (xcoff_start_psymtab): Change type of parameters.
5456 (scan_xcoff_symtab): Adjust to vector change.
5457 (xcoff_initial_scan): Likewise.
5458
5459 2017-10-13 Simon Marchi <simon.marchi@ericsson.com>
5460
5461 * ada-typeprint.c (print_dynamic_range_bound): Use std::string.
5462
5463 2017-10-13 Yao Qi <yao.qi@linaro.org>
5464
5465 * features/Makefile: Remove tic6x-*-expedite, add tic6x-expedite.
5466 Remove s390x-*-expedite, add s390x-expedite.
5467
5468 2017-10-13 Yao Qi <yao.qi@linaro.org>
5469
5470 * features/s390-gs-linux64.c: Regenerated.
5471 * features/s390x-gs-linux64.c: Regenerated.
5472
5473 2017-10-13 Tom Tromey <tom@tromey.com>
5474
5475 * compile/compile-object-run.c (do_module_cleanup): Use delete.
5476 * solib.c (update_solib_list, reload_shared_libraries_1): Use
5477 delete.
5478 * symfile.c (symbol_file_add_with_addrs): Use new.
5479 (symbol_file_add_separate): Update comment.
5480 (syms_from_objfile_1, remove_symbol_file_command): Use delete.
5481 * jit.c (jit_object_close_impl): Use new.
5482 (jit_unregister_code): Use delete.
5483 * objfiles.c (objfile::objfile): Rename from allocate_objfile.
5484 (~objfile): Rename from free_objfile.
5485 (free_objfile_separate_debug, do_free_objfile_cleanup)
5486 (free_all_objfiles, objfile_purge_solibs): Use delete.
5487 * objfiles.h (struct objfile): Add constructor and destructor.
5488 Use DISABLE_COPY_AND_ASSIGN. Add initializers to data members.
5489 (allocate_objfile, free_objfile): Don't declare.
5490 (struct objstats): Add initializers.
5491
5492 2017-10-12 Simon Marchi <simon.marchi@ericsson.com>
5493
5494 * arch-utils.h (simple_displaced_step_copy_insn): Remove.
5495 * arch-utils.c (simple_displaced_step_copy_insn): Remove.
5496 * gdbarch.sh (displaced_step_copy_insn): Adjust comment.
5497 * gdbarch.h: Regenerate.
5498 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn):
5499 Adjust comment.
5500 * i386-tdep.c (i386_displaced_step_copy_insn): Adjust comment.
5501 (i386_displaced_step_fixup): Adjust comment.
5502 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Adjust comment.
5503
5504 2017-10-12 Tom Tromey <tom@tromey.com>
5505
5506 * prologue-value.h (pv_area::store_would_trash): Return bool.
5507 (pv_area::find_reg): Likewise.
5508 * prologue-value.c (pv_area::store_would_trash): Return bool.
5509 (pv_area::find_reg): Likewise.
5510
5511 2017-10-12 Tom Tromey <tom@tromey.com>
5512
5513 * s390-linux-tdep.c (s390_store, s390_load)
5514 (s390_check_for_saved, s390_analyze_prologue): Update.
5515 * rx-tdep.c (check_for_saved, rx_analyze_prologue): Update.
5516 * rl78-tdep.c (rl78_analyze_prologue, check_for_saved): Update.
5517 * prologue-value.h (class pv_area): Move from prologue-value.c.
5518 Change names of members. Add constructor, destructor, member
5519 functions.
5520 (make_pv_area, free_pv_area, make_cleanup_free_pv_area)
5521 (pv_area_store, pv_area_fetch, pv_area_store_would_trash)
5522 (pv_area_fetch, pv_area_scan): Don't declare.
5523 * prologue-value.c (struct pv_area::area_entry): Now member of
5524 pv_area.
5525 (struct pv_area): Move to prologue-value.h.
5526 (pv_area::pv_area): Rename from make_pv_area.
5527 (pv_area::~pv_area): Rename from free_pv_area.
5528 (do_free_pv_area_cleanup, make_cleanup_free_pv_area): Remove.
5529 (clear_entries, find_entry, overlaps, store_would_trash, store)
5530 (fetch, find_reg, scan): Now member of pv_area.
5531 Remove "area" argument. Update.
5532 * msp430-tdep.c (check_for_saved, msp430_analyze_prologue):
5533 Update.
5534 * mn10300-tdep.c (push_reg, check_for_saved)
5535 (mn10300_analyze_prologue): Update.
5536 * mep-tdep.c (is_arg_spill, check_for_saved)
5537 (mep_analyze_prologue): Update.
5538 * m32c-tdep.c (m32c_pv_push, m32c_srcdest_fetch)
5539 (m32c_srcdest_store, m32c_pv_enter, m32c_is_arg_spill)
5540 (m32c_is_struct_return, m32c_analyze_prologue): Update.
5541 * arm-tdep.c (thumb_analyze_prologue, arm_analyze_prologue):
5542 Update.
5543 * arc-tdep.c (arc_is_in_prologue, arc_analyze_prologue): Update.
5544 * aarch64-tdep.c (aarch64_analyze_prologue): Update.
5545
5546 2017-10-12 Simon Marchi <simon.marchi@ericsson.com>
5547
5548 * linux-nat.h (linux_nat_set_delete_thread): New declaration.
5549 * linux-nat.c (linux_nat_delete_thread): New variable.
5550 (lwp_free): Invoke linux_nat_delete_thread if set.
5551 (linux_nat_set_delete_thread): New function.
5552 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Assign
5553 thread delete callback.
5554 * arm-linux-nat.c (arm_linux_delete_thread): New function.
5555 (_initialize_arm_linux_nat): Assign thread delete callback.
5556 * s390-linux-nat.c (s390_delete_thread): New function.
5557 (_initialize_s390_nat): Assign thread delete callback.
5558 * x86-linux-nat.c (x86_linux_add_target): Likewise.
5559 * nat/aarch64-linux.c (aarch64_linux_delete_thread): New
5560 function.
5561 * nat/aarch64-linux.h (aarch64_linux_delete_thread): New
5562 declaration.
5563 * nat/x86-linux.c (x86_linux_delete_thread): New function.
5564 * nat/x86-linux.h (x86_linux_delete_thread): New declaration.
5565
5566 2017-10-09 Tom Tromey <tom@tromey.com>
5567
5568 * tui/tui-win.c (tui_set_win_height, parse_scrolling_args): Use
5569 std::string.
5570 * tui/tui-layout.c (enum tui_status): Use std::string.
5571
5572 2017-10-11 Tom Tromey <tom@tromey.com>
5573
5574 * gdbthread.h (thread_command): Constify.
5575 * inferior.h (detach_command): Constify.
5576 * top.h (set_history, show_history): Constify.
5577 * arm-tdep.c (set_arm_command, show_arm_command): Constify.
5578 * serial.c (serial_set_cmd, serial_show_cmd): Constify.
5579 * bsd-kvm.c (bsd_kvm_cmd): Constify.
5580 * printcmd.c (set_command): Constify.
5581 (non_const_set_command): New function.
5582 * dcache.c (set_dcache_command, show_dcache_command): Constify.
5583 * breakpoint.c (enable_command, disable_command, delete_command)
5584 (catch_command, tcatch_command, set_breakpoint_cmd)
5585 (show_breakpoint_cmd): Constify.
5586 * macrocmd.c (macro_command): Constify.
5587 * infcmd.c (unset_command, kill_command, detach_command)
5588 (info_proc_cmd): Constify.
5589 * i386-tdep.c (set_mpx_cmd, show_mpx_cmd): Constify.
5590 * auto-load.c (show_auto_load_cmd, set_auto_load_cmd)
5591 (info_auto_load_cmd): Constify.
5592 * target-descriptions.c (set_tdesc_cmd, show_tdesc_cmd)
5593 (unset_tdesc_cmd): Constify.
5594 * ada-lang.c (set_ada_command, show_ada_command)
5595 (maint_set_ada_cmd, maint_show_ada_cmd): Constify.
5596 * guile/guile.c (set_guile_command, show_guile_command)
5597 (info_guile_command): Constify.
5598 * tui/tui-win.c (tui_command, set_tui_cmd, show_tui_cmd):
5599 Constify.
5600 * skip.c (skip_command): Constify.
5601 * compile/compile.c (_initialize_compile): Constify.
5602 * dwarf2read.c (set_dwarf_cmd, show_dwarf_cmd): Constify.
5603 * btrace.c (maint_btrace_cmd, maint_btrace_set_cmd)
5604 (maint_btrace_show_cmd, maint_btrace_pt_set_cmd)
5605 (maint_btrace_pt_show_cmd): Constify.
5606 * remote.c (set_remote_cmd, show_remote_cmd, remote_command):
5607 Constify.
5608 * python/python.c (user_show_python, user_set_python): Constify.
5609 * mips-tdep.c (set_mips_command, show_mips_command)
5610 (set_mipsfpu_command): Constify.
5611 * record-btrace.c (cmd_record_btrace_start)
5612 (cmd_set_record_btrace, cmd_show_record_btrace)
5613 (cmd_set_record_btrace_bts, cmd_show_record_btrace_bts)
5614 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): Constify.
5615 * rs6000-tdep.c (set_powerpc_command, show_powerpc_command):
5616 Constify.
5617 * symfile.c (overlay_command): Constify.
5618 * spu-tdep.c (set_spu_command, show_spu_command): Constify.
5619 * cli/cli-logging.c (set_logging_command, show_logging_command):
5620 Constify.
5621 * cli/cli-dump.c (dump_command, append_command)
5622 (srec_dump_command, ihex_dump_command, verilog_dump_command)
5623 (tekhex_dump_command, binary_dump_command)
5624 (binary_append_command): Constify.
5625 * cli/cli-decode.c (struct cmd_list_element): Change type of
5626 "fun".
5627 * cli/cli-cmds.c (info_command, show_command, set_debug)
5628 (show_debug): Constify.
5629 (show_command): Add non-const overload.
5630 * top.c (set_history, show_history): Constify.
5631 * sh-tdep.c (set_sh_command, show_sh_command): Constify.
5632 * command.h (add_prefix_cmd): Accept a cmd_const_cfunc_ftype.
5633 * target.c (target_command): Constify.
5634 * sparc64-tdep.c (info_adi_command): Constify.
5635 * record-full.c (cmd_record_full_start): Constify.
5636 (set_record_full_command): Constify. Fix typo.
5637 (show_record_full_command): Constify.
5638 * thread.c (thread_command, thread_apply_command): Constify.
5639 * memattr.c (dummy_cmd): Constify.
5640 * value.c (function_command): Constify.
5641 * frame.c (set_backtrace_cmd, show_backtrace_cmd): Constify.
5642 * probe.c (info_probes_command): Constify.
5643 * ser-tcp.c (set_tcp_cmd, show_tcp_cmd): Constify.
5644 * gnu-nat.c (set_task_cmd, show_task_cmd, set_thread_cmd)
5645 (show_thread_cmd, set_thread_default_cmd)
5646 (show_thread_default_cmd): Constify.
5647 (check_empty): Constify.
5648 * tracepoint.c (tfind_command): Constify.
5649 * cp-support.c (maint_cplus_command): Constify.
5650 * windows-tdep.c (info_w32_command): Constify.
5651 * record.c (cmd_record_start, set_record_command)
5652 (show_record_command, info_record_command, cmd_record_goto):
5653 Constify.
5654 * ravenscar-thread.c (set_ravenscar_command)
5655 (show_ravenscar_command): Constify.
5656 * utils.c (set_internal_problem_cmd, show_internal_problem_cmd):
5657 Constify.
5658 (add_internal_problem_command): Remove casts.
5659 * arc-tdep.c (maintenance_print_arc_command): Constify.
5660 * valprint.c (set_print, show_print, set_print_raw)
5661 (show_print_raw): Constify.
5662 * maint.c (maintenance_command, maintenance_info_command)
5663 (maintenance_print_command, maintenance_set_cmd)
5664 (maintenance_show_cmd, set_per_command_cmd)
5665 (show_per_command_cmd, maintenance_check_command): Constify.
5666 * language.c (set_check, show_check): Constify.
5667 * typeprint.c (show_print_type, set_print_type): Constify.
5668 * go32-nat.c (go32_info_dos_command): Constify.
5669
5670 2017-10-11 Tom Tromey <tom@tromey.com>
5671
5672 * breakpoint.c (prepare_re_set_context): Remove.
5673 (breakpoint_re_set_one): Update. Don't use cleanups.
5674 (breakpoint_re_set): Use scoped_restore, std::string, and
5675 scoped_restore_current_language.
5676
5677 2017-10-11 Tom Tromey <tom@tromey.com>
5678
5679 * breakpoint.c (commands_command_1): Use std::string.
5680 (cleanup_executing_breakpoints): Remove.
5681 (bpstat_do_actions_1): Use scoped_restore.
5682 (bpstat_check_watchpoint): Use std::string.
5683 (decode_static_tracepoint_spec): Likewise.
5684 (break_range_command): Likewise.
5685 (watch_command_1): Likewise.
5686 (compare_breakpoints): Change argument types.
5687 (clear_command): Use std::vector.
5688 (cleanup_executing_breakpoints): Remove.
5689 (update_global_location_list): Use unique_xmalloc_ptr.
5690 (strace_command): Remove unused declaration.
5691
5692 2017-10-11 John Baldwin <jhb@FreeBSD.org>
5693
5694 * Makefile.in (ALLDEPFILES): Add arm-fbsd-nat.c.
5695 * NEWS: Mention new FreeBSD/arm native configuration.
5696 * configure.host: Add arm*-*-freebsd*.
5697 * configure.nat: Likewise.
5698 * arm-fbsd-nat.c: New file.
5699
5700 2017-10-11 John Baldwin <jhb@FreeBSD.org>
5701
5702 * Makefile.in (ALL_TARGET_OBS): Add arm-fbsd-tdep.o.
5703 (ALLDEPFILES): Add arm-fbsd-tdep.c.
5704 * NEWS: Mention new FreeBSD/arm target.
5705 * configure.tgt: Add arm*-*-freebsd*.
5706 * arm-fbsd-tdep.c: New file.
5707 * arm-fbsd-tdep.h: New file.
5708
5709 2017-10-11 Maciej W. Rozycki <macro@imgtec.com>
5710
5711 * linux-tdep.c (linux_make_corefile_notes): Remove call to
5712 `gdbarch_elfcore_write_linux_prpsinfo'.
5713 * gdbarch.sh (elfcore_write_linux_prpsinfo): Remove architecture
5714 method.
5715 (elf_internal_linux_prpsinfo): Remove declaration.
5716 * gdbarch.h: Regenerate.
5717 * gdbarch.c: Regenerate.
5718
5719 2017-10-11 Maciej W. Rozycki <macro@imgtec.com>
5720
5721 * ppc-linux-tdep.c (ppc_linux_init_abi): Remove call to
5722 `set_gdbarch_elfcore_write_linux_prpsinfo'.
5723
5724 2017-10-11 Pedro Alves <palves@redhat.com>
5725
5726 * breakpoint.c (reattach_breakpoints): Delete.
5727 * breakpoint.h (reattach_breakpoints): Delete.
5728
5729 2017-10-11 Simon Marchi <simon.marchi@ericsson.com>
5730
5731 * symfile.c (registered_sym_fns): Make struct, not typedef.
5732 (DEF_VEC_O (registered_sym_fns)): Remove.
5733 (symtab_fns): Change type to std::vector.
5734 (add_symtab_fns): Adjust.
5735 (find_sym_fns): Adjust.
5736
5737 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5738
5739 * arc-tdep.c (arc_gdbarch_init): Pass proper cpu value to disassembler.
5740 * arc-tdep.h (arc_arch_is_em): New function.
5741 (arc_arch_is_hs): Likewise.
5742
5743 2017-10-11 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
5744
5745 * macrotab.h (macro_lookup_inclusion): Remove unnecessary
5746 parentheses in the declaration.
5747 (macro_lookup_inclusion): Likewise.
5748 (macro_lookup_definition): Likewise.
5749 * p-lang.h (pascal_builtin_types): Likewise.
5750 * tui/tui-data.c (tui_win_list): Likewise.
5751 * tui/tui-data.h (tui_win_list): Likewise.
5752 * utils.h (make_cleanup_free_section_addr_info): Likewise.
5753
5754 2017-10-11 Mark Rages <markrages@gmail.com>
5755
5756 * target-memory.c (block_boundaries): Fix for block address not
5757 aligned on block size.
5758
5759 2017-10-10 Pedro Alves <palves@redhat.com>
5760 Tom Tromey <tom@tromey.com>
5761
5762 * breakpoint.c (struct captured_breakpoint_query_args)
5763 (do_captured_breakpoint_query, gdb_breakpoint_query): Delete.
5764 (print_breakpoint): New.
5765 * breakpoint.h (print_breakpoint): Declare.
5766 * common/common-exceptions.h (enum return_reason): Remove
5767 references to catch_exceptions.
5768 * exceptions.c (catch_exceptions, catch_exceptions_with_msg):
5769 Delete.
5770 * exceptions.h (catch_exceptions_ftype, catch_exceptions)
5771 (catch_exception_ftype, catch_exceptions_with_msg): Delete.
5772 * gdb.h: Delete.
5773 * gdbthread.h (thread_select): Declare.
5774 * mi/mi-cmd-break.c: Don't include gdb.h.
5775 (breakpoint_notify): Use print_breakpoint.
5776 * mi/mi-cmd-catch.c: Don't include gdb.h.
5777 * mi/mi-interp.c: Don't include gdb.h.
5778 (mi_print_breakpoint_for_event): New.
5779 (mi_breakpoint_created, mi_breakpoint_modified): Use
5780 mi_print_breakpoint_for_event.
5781 * mi/mi-main.c: Don't include gdb.h.
5782 (mi_cmd_thread_select): Parse the global thread ID here. Use
5783 thread_select instead of gdb_thread_select.
5784 (mi_cmd_thread_list_ids): Output "thread-ids" tuple here instead
5785 of using gdb_list_thread_ids.
5786 * remote-fileio.c (do_remote_fileio_request): Change type. Reply
5787 FILEIO_ENOSYS here.
5788 (remote_fileio_request): Use TRY/CATCH instead of
5789 catch_exceptions.
5790 * symfile-mem.c (struct symbol_file_add_from_memory_args)
5791 (symbol_file_add_from_memory_wrapper): Delete.
5792 (add_vsyscall_page): Use TRY/CATCH instead of catch_exceptions.
5793 * thread.c: Don't include gdb.h.
5794 (do_captured_list_thread_ids, gdb_list_thread_ids): Delete.
5795 (thread_alive): Use thread_select.
5796 (do_captured_thread_select): Delete, parts salvaged as ...
5797 (thread_select): ... this new function.
5798 (gdb_thread_select): Delete.
5799
5800 2017-10-10 Pedro Alves <palves@redhat.com>
5801 Tom Tromey <tom@tromey.com>
5802
5803 * breakpoint.c (breakpoint_cond_eval): Change return type to bool
5804 and reverse logic.
5805 (WP_DELETED, WP_VALUE_CHANGED, WP_VALUE_NOT_CHANGED, WP_IGNORE):
5806 No longer macros. Instead ...
5807 (enum wp_check_result): They're now values of this new
5808 enumeration.
5809 (watchpoint_check): Change return type to wp_check_result and
5810 parameter type to bpstat.
5811 (bpstat_check_watchpoint): Use TRY/CATCH instead of catch_errors.
5812 (bpstat_check_breakpoint_conditions): Use TRY/CATCH instead of
5813 catch_errors. Reverse logic of watchpoint_check call.
5814 (breakpoint_re_set_one): Now returns void and takes a breakpoint
5815 pointer as parameter.
5816 (breakpoint_re_set): Use TRY/CATCH instead of catch_errors.
5817 * common/common-exceptions.c (throw_exception_sjlj): Update
5818 comments to avoid mentioning catch_errors.
5819 * exceptions.c (catch_errors): Delete.
5820 * exceptions.h: Update comments to avoid mentioning catch_errors.
5821 (catch_errors_ftype, catch_errors): Delete.
5822 * infrun.c (normal_stop): Use TRY/CATCH instead of catch_errors.
5823 (hook_stop_stub): Delete.
5824 (restore_selected_frame): Change return type to void, and
5825 parameter type to const frame_id &.
5826 (restore_infcall_control_state): Use TRY/CATCH instead of
5827 catch_errors.
5828 * main.c (captured_command_loop): Return void and remove
5829 parameter. Remove references to catch_errors.
5830 (captured_main): Use TRY/CATCH instead of catch_errors.
5831 * objc-lang.c (objc_submethod_helper_data)
5832 (find_objc_msgcall_submethod_helper): Delete.
5833 (find_objc_msgcall_submethod): Use TRY/CATCH instead of
5834 catch_errors.
5835 * record-full.c (record_full_message): Return void.
5836 (record_full_message_args, record_full_message_wrapper): Delete.
5837 (record_full_message_wrapper_safe): Return bool and use TRY/CATCH
5838 instead of catch_errors.
5839 * solib-aix.c (solib_aix_open_symbol_file_object): Change
5840 parameter type to int.
5841 * solib-darwin.c (open_symbol_file_object): Ditto.
5842 * solib-dsbt.c (open_symbol_file_object): Ditto.
5843 * solib-frv.c (open_symbol_file_object): Ditto.
5844 * solib-svr4.c (open_symbol_file_object): Ditto.
5845 * solib-target.c (solib_target_open_symbol_file_object): Ditto.
5846 * solib.c (update_solib_list): Use TRY/CATCH instead of
5847 catch_errors.
5848 * solist.h (struct target_so_ops) <open_symbol_file_object>:
5849 Change type.
5850 * symmisc.c (struct print_symbol_args): Remove.
5851 (dump_symtab_1): Use TRY/CATCH instead of catch_errors.
5852 (print_symbol): Change type.
5853 * windows-nat.c (handle_load_dll, handle_unload_dll): Return void
5854 and remove parameters.
5855 (catch_errors): New.
5856 (get_windows_debug_event): Adjust.
5857
5858 2017-10-09 Tom Tromey <tom@tromey.com>
5859
5860 * mi/mi-main.c (free_splay_tree): Remove.
5861 (list_available_thread_groups): Use splay_tree_up.
5862 * common/gdb_splay_tree.h: New file.
5863
5864 2017-10-09 Tom Tromey <tom@tromey.com>
5865
5866 * mi/mi-main.c (do_nothing): Remove.
5867 (list_available_thread_groups): Update.
5868
5869 2017-10-09 Pedro Alves <palves@redhat.com>
5870
5871 * infrun.c (handle_inferior_event_1) <TARGET_WAITKIND_EXECD>: Skip
5872 reading registers when switching context.
5873
5874 2017-10-09 John Baldwin <jhb@FreeBSD.org>
5875
5876 * fbsd-nat.c (fbsd_siginfo_size): Use gdbarch_long_bit.
5877 (fbsd_convert_siginfo): Likewise.
5878 * fbsd-tdep.c (fbsd_core_xfer_siginfo): Likewise.
5879
5880 2017-10-09 Simon Marchi <simon.marchi@polymtl.ca>
5881
5882 * configure.ac (try_guile_versions): Remove guile-2.2.
5883 * configure: Regenerate.
5884
5885 2017-10-09 Tom Tromey <tom@tromey.com>
5886
5887 * Makefile.in (COMPILE.post, POSTCOMPILE): Restore $(basename).
5888 (COMPILE.pre): Use $(CXX).
5889
5890 2017-10-09 Pedro Alves <palves@redhat.com>
5891
5892 * cp-support.c (cp_remove_params): Return a gdb::unique_xmalloc_ptr.
5893 Use bool.
5894 (overload_list_add_symbol): Adjust to use gdb::unique_xmalloc_ptr.
5895 * cp-support.h (cp_remove_params): Now returns a
5896 gdb::unique_xmalloc_ptr.
5897 * dwarf2read.c (find_slot_in_mapped_hash): Now returns bool.
5898 Adjust to cp_remove_params returning a gdb::unique_xmalloc_ptr.
5899 * psymtab.c (psymtab_search_name): Adjust to cp_remove_params
5900 returning a gdb::unique_xmalloc_ptr.
5901 (lookup_partial_symbol): Adjust to use gdb::unique_xmalloc_ptr.
5902 * stack.c (find_frame_funname): Adjust to cp_remove_params
5903 returning a gdb::unique_xmalloc_ptr.
5904
5905 2017-10-08 Tom Tromey <tom@tromey.com>
5906
5907 * dwarf2read.c (dwarf2_get_dwz_file): Use
5908 gdb::unique_xmalloc_ptr.
5909 (find_slot_in_mapped_hash): Likewise.
5910 (dwarf2_physname): Likewise.
5911 (create_dwo_unit_in_dwp_v1): Use std::string.
5912 (create_dwo_unit_in_dwp_v2): Likewise.
5913 (lookup_dwo_cutu): Likewise.
5914 (inherit_abstract_dies): Use std::vector.
5915 (read_array_type): Likewise.
5916 (dwarf_decode_macros): Remove unused declaration.
5917 (unsigned_int_compar): Remove.
5918 (dwarf2_build_psymtabs_hard): Use scoped_restore.
5919 (psymtabs_addrmap_cleanup): Remove.
5920
5921 2017-10-08 Tom Tromey <tom@tromey.com>
5922
5923 * frame-unwind.c (frame_unwind_try_unwinder): Update.
5924 * frame.h (frame_cleanup_after_sniffer): Declare.
5925 (frame_prepare_for_sniffer): Return void.
5926 * frame.c (frame_cleanup_after_sniffer): No longer static. Change
5927 type of argument.
5928 (frame_prepare_for_sniffer): Return void.
5929
5930 2017-10-08 Tom Tromey <tom@tromey.com>
5931
5932 * utils.h (make_cleanup_value_free): Remove.
5933 * utils.c (do_value_free, struct cleanup): Remove.
5934 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>:
5935 Use gdb_value_up.
5936 * value.h (struct value_deleter): New.
5937 (gdb_value_up): New typedef.
5938
5939 2017-10-08 Tom Tromey <tom@tromey.com>
5940
5941 * symtab.c (free_search_symbols, do_free_search_symbols_cleanup)
5942 (make_cleanup_free_search_symbols): Remove.
5943 (search_symbols): Return std::vector.
5944 (symbol_search::compare_search_syms): Now member of
5945 symbol_search. Change arguments.
5946 (sort_search_symbols_remove_dups): Change arguments. Rewrite.
5947 (symtab_symbol_info, rbreak_command): Update.
5948 * symtab.h (struct symbol_search) <next>: Remove.
5949 Add constructors.
5950 (symbol_search::operator<): New function.
5951 (symbol_search::operator==): New function.
5952 (search_symbols): Remove std::vector.
5953 (free_search_symbols, make_cleanup_free_search_symbols): Remove.
5954 (symbol_search::compare_search_syms): Declare.
5955
5956 2017-10-06 Yao Qi <yao.qi@linaro.org>
5957
5958 * Makefile.in (ALL_64_TARGET_OBS): Replace aarch64-insn.o with
5959 arch/aarch64-insn.o.
5960 Remove one rule.
5961 * configure.tgt: Replace aarch64-insn.o with arch/aarch64-insn.o.
5962
5963 2017-10-06 Yao Qi <yao.qi@linaro.org>
5964
5965 * Makefile.in (ALL_TARGET_OBS): Replace arm.o, arm-get-next-pcs.o,
5966 and arm-linux.o with arch/arm.o, arch/arm-get-next-pcs.o and
5967 arch/arm-linux.o respectively.
5968 * configure.tgt: Likewise.
5969
5970 2017-10-06 Yao Qi <yao.qi@linaro.org>
5971
5972 * Makefile.in (ALL_TARGET_OBS): Rename i386.o to arch/i386.o.
5973 * configure.tgt (i386_tobjs): Replace i386.o with arch/i386.o.
5974
5975 2017-10-06 Pedro Alves <palves@redhat.com>
5976
5977 * windows-nat.c: Include <algorithm>.
5978
5979 2017-10-06 Yao Qi <yao.qi@linaro.org>
5980
5981 * configure.tgt (i386_tobjs): New variable.
5982 (amd64_tobjs): New variable.
5983 Set $cpu_obs and $os_obs.
5984
5985 2017-10-06 Yao Qi <yao.qi@linaro.org>
5986
5987 * Makefile.in (CONFIG_SRC_SUBDIR): New.
5988 (ALL_64_TARGET_OBS): Replace amd64.o with arch/amd64.o.
5989 (clean): Remove object files and dependency files.
5990 (distclean): Remove the directory.
5991 * configure.ac: Invoke AC_CONFIG_COMMANDS.
5992 * configure: Re-generated.
5993 * configure.tgt: Replace amd64.o with arch/amd64.o.
5994
5995 2017-10-05 Jose E. Marchesi <jose.marchesi@oracle.com>
5996
5997 PR build/22188
5998 * arm-tdep.c (arm_decode_misc_memhint_neon): Fix decoding of CPS
5999 and SETEND.
6000
6001 2017-10-05 Pedro Alves <palves@redhat.com>
6002
6003 * linux-nat.c (linux_child_follow_fork): When following the parent
6004 and detaching the child, consult the parent thread's architecture
6005 instead of the child's.
6006
6007 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6008
6009 * ax.h: Do not include "doublest.h".
6010 (union agent_val): Remove.
6011
6012 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6013
6014 * dfp.h (MAX_DECIMAL_STRING): Move to dfp.c.
6015 (decimal_to_string): Return std::string object.
6016 (decimal_from_string): Accept std::string object. Return bool.
6017 (decimal_from_integral, decimal_from_doublest): Remove.
6018 (decimal_from_longest): Add prototype.
6019 (decimal_from_ulongest): Likewise.
6020 (decimal_to_longest): Likewise.
6021 (decimal_from_doublest): Likewise.
6022 * dfp.c: Do not include "gdbtypes.h" or "value.h".
6023 (MAX_DECIMAL_STRING): Move here.
6024 (decimal_to_string): Return std::string object.
6025 (decimal_from_string): Accept std::string object. Return bool.
6026 (decimal_from_integral): Remove, replace by ...
6027 (decimal_from_longest, decimal_from_ulongest): ... these new functions.
6028 (decimal_to_longest): New function.
6029 (decimal_from_floating): Remove, replace by ...
6030 (decimal_from_doublest): ... this new function.
6031 (decimal_to_doublest): Update to new decimal_to_string interface.
6032
6033 * value.c (unpack_long): Use decimal_to_longest.
6034 * valops.c (value_cast): Use decimal_from_doublest instead of
6035 decimal_from_floating. Use decimal_from_[u]longest isntead of
6036 decimal_from_integral.
6037 * valarith.c (value_args_as_decimal): Likewise.
6038 * valprint.c (print_decimal_floating): Update to new
6039 decimal_to_string interface.
6040 * printcmd.c (printf_decfloat): Likewise.
6041 * c-exp.y (parse_number): Update to new decimal_from_string interface.
6042
6043 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6044
6045 * doublest.h: Do not include "floatformat.h". Remove stale comments.
6046 * gdbtypes.c: Include "floatformat.h".
6047 * value.c: Likewise.
6048 * m68k-tdep.c: Likewise.
6049
6050 * findvar.c: Do not include "floatformat.h".
6051 * amd64-darwin-tdep.c: Likewise.
6052 * arm-linux-tdep.c: Likewise.
6053 * i386-darwin-tdep.c: Likewise.
6054 * i387-tdep.c: Likewise.
6055 * m68k-linux-tdep.c: Likewise.
6056 * mep-tdep.c: Likewise.
6057 * mips-tdep.c: Likewise.
6058 * nios2-tdep.c: Likewise.
6059 * s390-linux-tdep.c: Likewise.
6060 * sparc-obsd-tdep.c: Likewise.
6061 * sparc-tdep.c: Likewise.
6062 * sparc64-tdep.c: Likewise.
6063 * spu-tdep.c: Likewise.
6064 * tic6x-tdep.c: Likewise.
6065 * tilegx-tdep.c: Likewise.
6066 * vax-tdep.c: Likewise.
6067 * xstormy16-tdep.c: Likewise.
6068 * xtensa-tdep.c: Likewise.
6069
6070 * top.c: Do not include "doublest.h".
6071 * aarch64-tdep.c: Likewise.
6072 * alpha-tdep.c: Likewise.
6073 * arm-linux-tdep.c: Likewise.
6074 * m68k-linux-tdep.c: Likewise.
6075 * tilegx-tdep.c: Likewise.
6076 * xstormy16-tdep.c: Likewise.
6077
6078 2017-10-05 John Baldwin <jhb@FreeBSD.org>
6079
6080 * mips-fbsd-tdep.c (MIPS_INST_ADDIU_A0_SP_N32): Define.
6081 (mipsn32_fbsd_sigframe): Define.
6082 (mips_fbsd_init_abi): Install mipsn32_fbsd_sigframe unwinder
6083 for FreeBSD/mipsn32.
6084
6085 2017-10-05 John Baldwin <jhb@FreeBSD.org>
6086
6087 * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_EHDRFLAGS and
6088 AT_HWCAP.
6089
6090 2017-10-05 Tristan Gingold <tgingold@free.fr>
6091
6092 * MAINTAINERS (Misc): Update my email address.
6093
6094 2017-10-04 Pedro Alves <palves@redhat.com>
6095
6096 * remote.c (get_remote_arch_state): New 'gdbarch' parameter. Use
6097 it instead of target_gdbarch.
6098 (get_remote_state, get_remote_packet_size): Adjust
6099 get_remote_arch_state calls, passing down target_gdbarch
6100 explicitly.
6101 (packet_reg_from_regnum, packet_reg_from_pnum): New parameter
6102 'gdbarch' and use it instead of target_gdbarch.
6103 (get_memory_packet_size): Adjust get_remote_arch_state calls,
6104 passing down target_gdbarch explicitly.
6105 (struct stop_reply) <arch>: New field.
6106 (remote_parse_stop_reply): Use the stopped thread's architecture,
6107 not the current inferior's. Save the architecture in the
6108 stop_reply.
6109 (process_stop_reply): Use the stop reply's architecture.
6110 (process_g_packet, remote_fetch_registers)
6111 (remote_prepare_to_store, store_registers_using_G)
6112 (remote_store_registers): Adjust get_remote_arch_state calls,
6113 using the regcache's architecture.
6114 (remote_get_trace_status): Adjust get_remote_arch_state calls,
6115 passing down target_gdbarch explicitly.
6116 * spu-multiarch.c (spu_thread_architecture): Defer to the target
6117 beneath instead of calling target_gdbarch.
6118 * target.c (default_thread_architecture): Use the specified
6119 inferior's architecture, instead of the current inferior's
6120 architecture (via target_gdbarch).
6121
6122 2017-10-04 Pedro Alves <palves@redhat.com>
6123
6124 * regcache.c (get_thread_arch_regcache): Remove null_ptid special
6125 case.
6126 (regcache_print): Handle !target_has_registers here instead.
6127
6128 2017-10-04 Pedro Alves <palves@redhat.com>
6129
6130 * frame.c (create_test_frame): Delete.
6131 * frame.h (create_test_frame): Delete.
6132 * gdbarch-selftests.c: Include gdbthread.h and target.h.
6133 (class regcache_test): Delete.
6134 (test_target_has_registers, test_target_has_stack)
6135 (test_target_has_memory, test_target_prepare_to_store)
6136 (test_target_store_registers): New functions.
6137 (test_target_ops): New class.
6138 (register_to_value_test): Error out if there's already a
6139 process_stratum (or higher) target pushed. Create a fuller mock
6140 environment, with mock target_ops, inferior, address space, thread
6141 and inferior_ptid.
6142 * progspace.c (struct address_space): Move to ...
6143 * progspace.h (struct address_space): ... here.
6144 * regcache.h (regcache::~regcache, regcache::raw_write)
6145 [GDB_SELF_TEST]: No longer virtual.
6146
6147 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6148
6149 * mi/mi-main.c (list_available_thread_groups): Reverse filter logic.
6150
6151 2017-10-04 Pedro Alves <palves@redhat.com>
6152
6153 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Move code
6154 out of 'between TRY and CATCH'.
6155
6156 2017-10-04 Pedro Alves <palves@redhat.com>
6157
6158 * cli/cli-cmds.c (complete_command): Add missing END_CATCH.
6159 * common/common-exceptions.h (TRY): Open an outermost scope.
6160 Expand intro comment.
6161 (CATCH): Reindent.
6162 (END_CATCH): Close the outermost scope.
6163 * completer.c (complete_line_internal): Add missing END_CATCH.
6164
6165 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6166
6167 * NEWS (Changes since GDB 8.0): Add entry about new
6168 'set-cwd-on-gdbserver' feature.
6169 (New remote packets): Add entry for QSetWorkingDir.
6170 * common/common-inferior.h (set_inferior_cwd): New prototype.
6171 * infcmd.c (set_inferior_cwd): Remove "static".
6172 (show_cwd_command): Expand text to include remote debugging.
6173 * remote.c: Add PACKET_QSetWorkingDir.
6174 (remote_protocol_features) <QSetWorkingDir>: New entry for
6175 PACKET_QSetWorkingDir.
6176 (extended_remote_set_inferior_cwd): New function.
6177 (extended_remote_create_inferior): Call
6178 "extended_remote_set_inferior_cwd".
6179 (_initialize_remote): Call "add_packet_config_cmd" for
6180 QSetWorkingDir.
6181
6182 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6183
6184 * NEWS (New commands): Mention "set/show cwd".
6185 * cli/cli-cmds.c (_initialize_cli_cmds): Mention "set cwd" on
6186 "cd" command's help text.
6187 * common/common-inferior.h (get_inferior_cwd): New prototype.
6188 * infcmd.c (inferior_cwd_scratch): New global variable.
6189 (set_inferior_cwd): New function.
6190 (get_inferior_cwd): Likewise.
6191 (set_cwd_command): Likewise.
6192 (show_cwd_command): Likewise.
6193 (_initialize_infcmd): Add "set/show cwd" commands.
6194 * inferior.h (class inferior) <cwd>: New field.
6195 * nat/fork-inferior.c: Include "gdb_tilde_expand.h".
6196 (fork_inferior): Change inferior's cwd before its execution.
6197 * windows-nat.c (windows_create_inferior): Pass inferior's cwd
6198 to CreateProcess.
6199
6200 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6201
6202 * Makefile.in (SFILES): Add gdb_tilde_expand.c.
6203 (HFILES_NO_SRCDIR): Add gdb_tilde_expand.h.
6204 (COMMON_OBS): Add gdb_tilde_expand.o.
6205 * common/gdb_tilde_expand.c: New file.
6206 * common/gdb_tilde_expand.h: Likewise.
6207
6208 2017-10-03 Maciej W. Rozycki <macro@imgtec.com>
6209
6210 * gdbarch.sh (objfile): Remove duplicate declaration.
6211 * gdbarch.h: Regenerate.
6212
6213 2017-10-03 Tom Tromey <tom@tromey.com>
6214
6215 * utils.c (internal_vproblem): Use string_vprintf.
6216
6217 2017-10-03 Tom Tromey <tom@tromey.com>
6218
6219 * printcmd.c (info_symbol_command): Use std::string.
6220
6221 2017-10-03 Tom Tromey <tom@tromey.com>
6222
6223 * top.c (gdb_safe_append_history): Use std::string.
6224
6225 2017-10-03 Tom Tromey <tom@tromey.com>
6226
6227 * event-top.c (stdin_event_handler): Update.
6228 * main.c (captured_main_1): Update.
6229 * top.h (make_delete_ui_cleanup): Remove.
6230 (struct ui): Add constructor and destructor.
6231 (new_ui, delete_ui): Remove.
6232 * top.c (make_delete_ui_cleanup): Remove.
6233 (new_ui_command): Use std::unique_ptr.
6234 (delete_ui_cleanup): Remove.
6235 (ui::ui): Rename from new_ui. Update.
6236 (free_ui): Remove.
6237 (ui::~ui): Rename from delete_ui. Update.
6238
6239 2017-10-03 Tom Tromey <tom@tromey.com>
6240
6241 * symfile.c (load_progress): Use gdb::byte_vector.
6242
6243 2017-10-03 Tom Tromey <tom@tromey.com>
6244
6245 * mi/mi-main.c (mi_cmd_trace_frame_collected): Remove unused
6246 declaration.
6247 * printcmd.c (x_command): Remove unused declaration.
6248 * symfile.c (symbol_file_command): Remove unused declaration.
6249
6250 2017-10-03 Tom Tromey <tom@tromey.com>
6251
6252 * utils.c (internal_vproblem): Use std::string.
6253 (defaulted_query): Likewise.
6254
6255 2017-10-03 Tom Tromey <tom@tromey.com>
6256
6257 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Update.
6258 * top.c (execute_command_to_string): Update.
6259 * utils.c (make_cleanup_restore_page_info): Remove.
6260 (do_restore_page_info_cleanup): Remove.
6261 (set_batch_flag_and_restore_page_info):
6262 New.
6263 (make_cleanup_restore_page_info): Remove.
6264 (set_batch_flag_and_make_cleanup_restore_page_info): Remove.
6265 (~set_batch_flag_and_restore_page_info): New
6266 (make_cleanup_restore_uinteger): Remove.
6267 (make_cleanup_restore_integer): Remove.
6268 (struct restore_integer_closure): Remove.
6269 (restore_integer): Remove.
6270 * utils.h (struct set_batch_flag_and_restore_page_info): New
6271 class.
6272 (set_batch_flag_and_make_cleanup_restore_page_info): Remove.
6273 (make_cleanup_restore_page_info): Remove.
6274 (make_cleanup_restore_uinteger) Remove.
6275 (make_cleanup_restore_integer) Remove.
6276
6277 2017-10-03 Tom Tromey <tom@tromey.com>
6278
6279 * record-full.h (record_full_gdb_operation_disable_set): Return
6280 scoped_restore_tmpl<int>.
6281 * infrun.c (adjust_pc_after_break): Update.
6282 (handle_signal_stop): Update.
6283 * record-full.c (record_full_gdb_operation_disable_set): Return
6284 scoped_restore_tmpl<int>.
6285 (record_full_wait_1, record_full_insert_breakpoint)
6286 (record_full_remove_breakpoint, record_full_save)
6287 (record_full_goto_insn): Update.
6288
6289 2017-10-02 Tom Tromey <tom@tromey.com>
6290
6291 PR rust/22236:
6292 * rust-lang.c (rust_val_print_str): New function.
6293 (val_print_struct): Call it.
6294 (rust_subscript): Preserve name of slice type.
6295
6296 2017-10-02 Tom Tromey <tom@tromey.com>
6297
6298 * rust-lang.c (rust_subscript): Handle slices in
6299 EVAL_AVOID_SIDE_EFFECTS case.
6300
6301 2017-10-02 Tom Tromey <tom@tromey.com>
6302
6303 * rust-lang.c (rust_slice_type_p): Recognize &str as a slice type.
6304
6305 2017-10-02 Tom Tromey <tom@tromey.com>
6306
6307 * rust-lang.h (rust_slice_type): Add "extern".
6308
6309 2017-10-02 Tom Tromey <tom@tromey.com>
6310 Pedro Alves <palves@redhat.com>
6311
6312 * ada-lang.h (ada_exc_info::operator<): Make const.
6313 (ada_exc_info::operator==): Make const.
6314 * ada-lang.c (ada_exc_info::operator<, ada_exc_info::operator==):
6315 Make const.
6316
6317 2017-09-29 Tom Tromey <tom@tromey.com>
6318
6319 * target.c (read_whatever_is_readable): Change type of "result".
6320 Update.
6321 (free_memory_read_result_vector): Remove.
6322 (read_memory_robust): Change return type. Update.
6323 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Update. Use
6324 bin2hex, std::string.
6325 * target.h (memory_read_result_s): Remove typedef.
6326 (free_memory_read_result_vector): Remove.
6327 (read_memory_robust): Return std::vector.
6328
6329 2017-09-29 Tom Tromey <tom@tromey.com>
6330
6331 * mi/mi-main.c (captured_mi_execute_command): Use scope_restore.
6332
6333 2017-09-29 Tom Tromey <tom@tromey.com>
6334
6335 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Update.
6336 * ada-lang.h (struct ada_exc_info): Remove typedef. Declare
6337 operator< and operator==.
6338 (ada_exceptions_list): Return a std::vector.
6339 * ada-lang.c (ada_exc_info::operator<): Rename from
6340 compare_ada_exception_info.
6341 (ada_exc_info::operator==): New.
6342 (sort_remove_dups_ada_exceptions_list): Change type of
6343 "exceptions".
6344 (ada_add_standard_exceptions, ada_add_exceptions_from_frame)
6345 (ada_add_global_exceptions): Likewise.
6346 (ada_exceptions_list_1): Return a std::vector.
6347 (ada_exceptions_list): Likewise.
6348
6349 2017-09-29 Tom Tromey <tom@tromey.com>
6350
6351 * mi/mi-main.c (struct print_one_inferior_data) <inferiors>: Now a
6352 'std::set *'.
6353 (print_one_inferior): Update.
6354 (free_vector_of_ints): Remove.
6355 (list_available_thread_groups): Change "ids" to std::set.
6356 (mi_cmd_list_thread_groups): Update.
6357 (struct collect_cores_data) <core>: Now a std::set.
6358 (collect_cores): Update.
6359 (unique): Remove.
6360 (print_one_inferior): Update.
6361
6362 2017-09-29 Tom Tromey <tom@tromey.com>
6363
6364 * mi/mi-main.c (mi_execute_cli_command): Use std::string.
6365 (mi_execute_async_cli_command): Likewise.
6366 (mi_cmd_trace_frame_collected): Use field_fmt.
6367
6368 2017-09-29 Tom Tromey <tom@tromey.com>
6369
6370 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Use
6371 gdb::byte_vector.
6372
6373 2017-09-29 Tom Tromey <tom@tromey.com>
6374
6375 * mi/mi-parse.c (mi_parse): Remove unused declaration.
6376
6377 2017-09-29 Tom Tromey <tom@tromey.com>
6378
6379 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Don't copy "oarg".
6380
6381 2017-09-29 Tom Tromey <tom@tromey.com>
6382
6383 * varobj.h (varobj_gen_name): Return std::string.
6384 * varobj.c (varobj_gen_name): Return std::string.
6385 * mi/mi-cmd-var.c (mi_cmd_var_create): Use std::string.
6386 (mi_cmd_var_delete): Don't copy "name".
6387
6388 2017-09-29 Tom Tromey <tom@tromey.com>
6389
6390 * mi/mi-cmd-break.c (mi_argv_to_format): Return std::string.
6391 (mi_cmd_break_insert_1): Update.
6392
6393 2017-09-29 Tom Tromey <tom@tromey.com>
6394
6395 * target.h (make_scoped_defer_target_commit_resume): Update.
6396 * target.c (make_scoped_defer_target_commit_resume): Rename from
6397 make_cleanup_defer_target_commit_resume. Return a
6398 scoped_restore.
6399 * infrun.c (proceed): Use make_scoped_defer_target_commit_resume.
6400
6401 2017-09-29 Tom Tromey <tom@tromey.com>
6402
6403 * main.c (captured_main_1): Remove unused declaration.
6404 * spu-multiarch.c (parse_spufs_run): Remove unused declaration.
6405
6406 2017-09-29 Tom Tromey <tom@tromey.com>
6407
6408 * symtab.c (search_symbols): Remove unused outer cleanup.
6409 (make_source_files_completion_list): Remove unused declaration.
6410
6411 2017-09-29 Tom Tromey <tom@tromey.com>
6412
6413 * mt-tdep.c (mt_push_dummy_call): Use gdb::byte_vector.
6414
6415 2017-09-29 Tom Tromey <tom@tromey.com>
6416
6417 * xstormy16-tdep.c (xstormy16_push_dummy_call): Use
6418 gdb::byte_vector.
6419
6420 2017-09-29 Tom Tromey <tom@tromey.com>
6421
6422 * complaints.c (vcomplaint): Use std::string.
6423
6424 2017-09-29 Tom Tromey <tom@tromey.com>
6425
6426 * tracepoint.c (trace_variable_command): Use std::string.
6427 (encode_actions_1): Remove unused declarations.
6428 (create_tsv_from_upload): Use std::string.
6429
6430 2017-09-29 Tom Tromey <tom@tromey.com>
6431
6432 * cp-support.c (gdb_demangle): Use std::string.
6433
6434 2017-09-29 Tom Tromey <tom@tromey.com>
6435
6436 * stack.c (parse_frame_specification): Use std::string
6437 (info_frame_command): Use gdb::unique_xmalloc_ptr.
6438
6439 2017-09-29 Tom Tromey <tom@tromey.com>
6440
6441 * tilegx-tdep.c (tilegx_push_dummy_call): Use gdb::byte_vector.
6442
6443 2017-09-29 Tom Tromey <tom@tromey.com>
6444
6445 * utils.c (vfprintf_maybe_filtered): Use std::string.
6446 (vfprintf_unfiltered): Likewise.
6447
6448 2017-09-29 Tom Tromey <tom@tromey.com>
6449
6450 * event-top.c (top_level_prompt): Return std::string.
6451 (display_gdb_prompt): Update.
6452
6453 2017-09-29 Tom Tromey <tom@tromey.com>
6454
6455 * unittests/common-utils-selftests.c (format): New function.
6456 (string_vprintf_tests): New function.
6457 (_initialize_common_utils_selftests): Register new tests.
6458 * common/common-utils.c (string_vprintf): New function.
6459 * common/common-utils.h (string_vprintf): Declare.
6460
6461 2017-09-29 Pedro Alves <palves@redhat.com>
6462
6463 * common/rsp-low.c (unpack_varlen_hex): Constify.
6464 * common/rsp-low.h (unpack_varlen_hex): Constify.
6465 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
6466 Constify.
6467 * remote.c (remote_set_permissions, read_ptid)
6468 (remote_current_thread, remote_get_threads_with_qthreadinfo)
6469 (remote_static_tracepoint_marker_at)
6470 (remote_static_tracepoint_markers_by_strid)
6471 (stop_reply_extract_thread, remote_parse_stop_reply): Constify.
6472 * tracepoint.c (parse_trace_status, parse_tracepoint_status)
6473 (parse_tracepoint_definition, parse_tsv_definition)
6474 (parse_static_tracepoint_marker_definition): Constify.
6475 * tracepoint.h (parse_static_tracepoint_marker_definition)
6476 (parse_trace_status, parse_tracepoint_status)
6477 (parse_tracepoint_definition, parse_tsv_definition): Constify.
6478
6479 2017-09-29 Pedro Alves <palves@redhat.com>
6480
6481 * remote.c (target_buf, target_buf_size): Delete.
6482 (remote_get_noisy_reply): Remove buf_p and sizeof_buf parameters.
6483 Use the connection's packet buffer instead.
6484 All callers adjusted.
6485 (_initialize_remote): Remove references to target_buf and
6486 target_buf_size.
6487
6488 2017-09-28 Pedro Alves <palves@redhat.com>
6489
6490 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6491 unittests/common-utils-selftests.c.
6492 (SUBDIR_UNITTESTS_OBS): Add common-utils-selftests.o.
6493 (COMMON_OBS): Remove utils-selftests.o.
6494 * utils-selftests.c: Move to ...
6495 * unittests/common-utils-selftests.c: ... here and rename self
6496 test to "string_printf".
6497
6498 2017-09-28 Alexander Shaposhnikov <alexander.v.shaposhnikov@gmail.com> (tiny patch)
6499
6500 * dwarf2read.c (open_and_init_dwp_file): Protect against dwp_file
6501 having NULL cus or tus.
6502
6503 2017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
6504
6505 * arm-tdep.c: (convert_from_extended): Remove.
6506 (convert_to_extended): Likewise.
6507 (arm_extract_return_value): Use convert_typed_floating.
6508 (arm_store_return_value): Likewise.
6509
6510 * sh-tdep.h (struct gdbarch_tdep): Add sh_littlebyte_bigword_type.
6511 * sh-tdep.c: Do not include "floatformat.h".
6512 (sh_littlebyte_bigword_type): New function.
6513 (sh_register_convert_to_virtual): Use convert_typed_floating.
6514 (sh_register_convert_to_raw): Likewise.
6515 * sh64-tdep.c: (struct gdbarch_tdep): Add sh_littlebyte_bigword_type.
6516 (sh64_littlebyte_bigword_type): New function.
6517 (sh64_extract_return_value): Use convert_typed_floating.
6518 (sh64_register_convert_to_virtual): Likewise.
6519 (sh64_register_convert_to_raw): Likewise.
6520
6521 2017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
6522
6523 * doublest.h (floatformat_from_type): Move to gdbtypes.h.
6524 * doublest.c (floatformat_from_type): Move to gdbtypes.c.
6525
6526 * gdbtypes.h (union type_specific): Make field floatformat hold
6527 just a single struct floatformat, not an array.
6528 (floatformat_from_type): Move here.
6529 * gdbtypes.c (floatformat_from_type): Move here. Update to
6530 changed TYPE_FLOATFORMAT definition.
6531 (verify_floatformat): Update to changed TYPE_FLOATFORMAT.
6532 (recursive_dump_type): Likewise.
6533 (init_float_type): Install correct floatformat for byte order.
6534 (arch_float_type): Likewise.
6535
6536 2017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
6537
6538 * gdbtypes.c (init_type): Change incoming argument from
6539 length-in-bytes to length-in-bits. Assert length is a
6540 multiple of TARGET_CHAR_BITS.
6541 (arch_type, arch_flags_type): Likewise.
6542 (init_integer_type): Update call to init_type.
6543 (init_character_type): Likewise.
6544 (init_boolean_type): Likewise.
6545 (init_float_type): Likewise.
6546 (init_decfloat_type): Likewise.
6547 (init_complex_type): Likewise.
6548 (init_pointer_type): Likewise.
6549 (objfile_type): Likewise.
6550 (arch_integer_type): Update call to arch_type.
6551 (arch_character_type): Likewise.
6552 (arch_boolean_type): Likewise.
6553 (arch_float_type): Likewise.
6554 (arch_decfloat_type): Likewise.
6555 (arch_complex_type): Likewise.
6556 (arch_pointer_type): Likewise.
6557 (gdbtypes_post_init): Likewise.
6558
6559 * dwarf2read.c (dwarf2_init_float_type): Update call to init_type.
6560 (read_base_type): Likewise.
6561 * mdebugread.c (basic_type): Likewise.
6562 * stabsread.c (dbx_init_float_type): Likewise.
6563 (rs6000_builtin_type): Likewise.
6564 (read_range_type): Likewise. Also, fix call to init_integer_type
6565 with erroneous length argument.
6566
6567 * ada-lang.c (ada_language_arch_info): Update call to arch_type.
6568 * d-lang.c (build_d_types): Likewise.
6569 * f-lang.c (build_fortran_types): Likewise.
6570 * go-lang.c (build_go_types): Likewise.
6571 * opencl-lang.c (build_opencl_types): Likewise.
6572 * jit.c (finalize_symtab): Likewise.
6573 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
6574 (build_std_type_info_type): Likewise.
6575 * target-descriptions.c (tdesc_gdb_type): Likewise. Also,
6576 update call to arch_flags_type.
6577
6578 * linux-tdep.c (linux_get_siginfo_type_with_fields): Update call to
6579 arch_type.
6580 * fbsd-tdep.c (fbsd_get_siginfo_type): Likewise.
6581 * windows-tdep.c (windows_get_tlb_type): Likewise.
6582
6583 * avr-tdep.c (avr_gdbarch_init): Update call to arch_type.
6584 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
6585 * m32c-tdep.c (make_types): Likewise.
6586 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
6587 (rl78_psw_type): Update call to arch_flags_type.
6588 * m68k-tdep.c (m68k_ps_type): Update call to arch_flags_type.
6589 * rx-tdep.c (rx_psw_type): Likewise.
6590 (rx_fpsw_type): Likewise.
6591 * sparc-tdep.c (sparc_psr_type): Likewise.
6592 (sparc_fsr_type): Likewise.
6593 * sparc64-tdep.c (sparc64_pstate_type): Likewise.
6594 (sparc64_ccr_type): Likewise.
6595 (sparc64_fsr_type): Likewise.
6596 (sparc64_fprs_type): Likewise.
6597
6598 2017-09-27 Tom Tromey <tom@tromey.com>
6599
6600 * findcmd.c (find_command): Constify.
6601
6602 2017-09-27 Tom Tromey <tom@tromey.com>
6603
6604 * ada-tasks.c (task_command_1, task_command): Constify.
6605
6606 2017-09-27 Tom Tromey <tom@tromey.com>
6607
6608 * symtab.c (maintenance_print_symbol_cache)
6609 (maintenance_flush_symbol_cache)
6610 (maintenance_print_symbol_cache_statistics): Constify.
6611
6612 2017-09-27 Tom Tromey <tom@tromey.com>
6613
6614 * inferior.c (detach_inferior_command, kill_inferior_command)
6615 (inferior_command): Constify.
6616
6617 2017-09-27 Tom Tromey <tom@tromey.com>
6618
6619 * regcache.c (regcache_print, maintenance_print_registers)
6620 (maintenance_print_raw_registers)
6621 (maintenance_print_cooked_registers)
6622 (maintenance_print_register_groups)
6623 (maintenance_print_remote_registers): Constify.
6624
6625 2017-09-27 Tom Tromey <tom@tromey.com>
6626
6627 * printcmd.c (map_display_numbers, undisplay_command)
6628 (enable_disable_display_command, enable_display_command)
6629 (disable_display_command): Constify.
6630
6631 2017-09-27 Tom Tromey <tom@tromey.com>
6632
6633 * breakpoint.h (delete_command): Don't declare.
6634 * breakpoint.c (delete_command, enable_once_command)
6635 (enable_count_command, enable_delete_command, breakpoint_1)
6636 (maintenance_info_breakpoints, stopin_command, stopat_command)
6637 (delete_command, delete_trace_command, save_breakpoints)
6638 (save_breakpoints_command, save_tracepoints_command): Constify.
6639
6640 2017-09-27 Tom Tromey <tom@tromey.com>
6641
6642 * macrocmd.c (macro_expand_command, macro_expand_once_command)
6643 (skip_ws, extract_identifier, macro_define_command)
6644 (macro_undef_command, macro_list_command): Constify.
6645
6646 2017-09-27 Tom Tromey <tom@tromey.com>
6647
6648 * infcmd.c (environment_info, set_environment_command)
6649 (unset_environment_command, path_info, info_proc_cmd_1)
6650 (info_proc_cmd_mappings, info_proc_cmd_stat)
6651 (info_proc_cmd_status, info_proc_cmd_cwd, info_proc_cmd_cmdline)
6652 (info_proc_cmd_exe, info_proc_cmd_all): Constify.
6653
6654 2017-09-27 Tom Tromey <tom@tromey.com>
6655
6656 * i386-tdep.c (i386_mpx_info_bounds, i386_mpx_set_bounds):
6657 Constify.
6658
6659 2017-09-27 Tom Tromey <tom@tromey.com>
6660
6661 * symfile-mem.c (add_symbol_file_from_memory_command): Constify.
6662
6663 2017-09-27 Tom Tromey <tom@tromey.com>
6664
6665 * demangle.c (demangle_command): Constify.
6666
6667 2017-09-27 Tom Tromey <tom@tromey.com>
6668
6669 * progspace.c (maintenance_info_program_spaces_command):
6670 Constify.
6671
6672 2017-09-27 Tom Tromey <tom@tromey.com>
6673
6674 * compile/compile.c (check_raw_argument, compile_file_command)
6675 (compile_code_command, compile_print_command): Constify.
6676
6677 2017-09-27 Tom Tromey <tom@tromey.com>
6678
6679 * reggroups.c (maintenance_print_reggroups): Constify.
6680
6681 2017-09-27 Tom Tromey <tom@tromey.com>
6682
6683 * dwarf2read.c (save_gdb_index_command): Constify.
6684
6685 2017-09-27 Tom Tromey <tom@tromey.com>
6686
6687 * stap-probe.c (info_probes_stap_command): Constify.
6688
6689 2017-09-27 Tom Tromey <tom@tromey.com>
6690
6691 * fork-child.c (unset_exec_wrapper_command): Constify.
6692
6693 2017-09-27 Tom Tromey <tom@tromey.com>
6694
6695 * btrace.c (get_uint, get_context_size, no_chunk)
6696 (maint_btrace_packet_history_cmd)
6697 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
6698 (maint_info_btrace_cmd): Constify.
6699
6700 2017-09-27 Tom Tromey <tom@tromey.com>
6701
6702 * reverse.c (delete_bookmark_command): Constify.
6703
6704 2017-09-27 Tom Tromey <tom@tromey.com>
6705
6706 * remote.c (set_memory_packet_size)
6707 (set_memory_write_packet_size, show_memory_write_packet_size)
6708 (set_memory_read_packet_size, show_memory_read_packet_size)
6709 (compare_sections_command, packet_command, remote_put_command)
6710 (remote_get_command, remote_delete_command): Constify.
6711
6712 2017-09-27 Tom Tromey <tom@tromey.com>
6713
6714 * mips-tdep.c (show_mipsfpu_command, set_mipsfpu_single_command)
6715 (set_mipsfpu_double_command, set_mipsfpu_none_command)
6716 (set_mipsfpu_auto_command): Constify.
6717
6718 2017-09-27 Tom Tromey <tom@tromey.com>
6719
6720 * cli/cli-cmds.h (cd_command): Constify.
6721 * cli/cli-cmds.c (cd_command): Constify.
6722
6723 2017-09-27 Tom Tromey <tom@tromey.com>
6724
6725 * thread.c (thread_name_command, thread_find_command): Constify.
6726
6727 2017-09-27 Tom Tromey <tom@tromey.com>
6728
6729 * probe.c (enable_probes_command, disable_probes_command):
6730 Constify.
6731
6732 2017-09-27 Tom Tromey <tom@tromey.com>
6733
6734 * symfile.c (symbol_file_command): Constify.
6735 * gdbcore.h (deprecated_file_changed_hook): Constify.
6736 * exec.c (deprecated_file_changed_hook, exec_file_command)
6737 (file_command): Constify.
6738 * defs.h (symbol_file_command): Constify.
6739
6740 2017-09-27 Tom Tromey <tom@tromey.com>
6741
6742 * remote-fileio.c (set_system_call_allowed)
6743 (show_system_call_allowed): Constify.
6744
6745 2017-09-27 Tom Tromey <tom@tromey.com>
6746
6747 * tracepoint.c (delete_trace_variable_command)
6748 (tfind_end_command, tfind_start_command, tfind_pc_command)
6749 (tfind_tracepoint_command, tfind_line_command)
6750 (tfind_range_command, tfind_outside_command): Constify.
6751
6752 2017-09-27 Tom Tromey <tom@tromey.com>
6753
6754 * ax-gdb.c (maint_agent_printf_command, agent_command)
6755 (agent_eval_command): Constify.
6756
6757 2017-09-27 Tom Tromey <tom@tromey.com>
6758
6759 * tracepoint.c (info_scope_command): Constify.
6760 * python/python.c (gdbpy_decode_line): Constify.
6761 * python/py-breakpoint.c (bppy_init): Constify.
6762 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Constify.
6763 * location.h: (new_linespec_location)
6764 (string_to_event_location_basic, string_to_event_location):
6765 Constify.
6766 * location.c (new_linespec_location)
6767 (string_to_event_location_basic, string_to_event_location):
6768 Constify.
6769 * linespec.h (decode_line_with_current_source)
6770 (decode_line_with_last_displayed, linespec_lex_to_end): Constify.
6771 * linespec.c (linespec_lex_to_end)
6772 (decode_line_with_current_source)
6773 (decode_line_with_last_displayed): Constify.
6774 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x):
6775 Constify.
6776 * cli/cli-cmds.c (edit_command, list_command): Constify.
6777 * breakpoint.h (until_break_command, watch_command_wrapper)
6778 (awatch_command_wrapper, rwatch_command_wrapper)
6779 (init_ada_exception_breakpoint): Constify.
6780 * breakpoint.c (break_command_1, dprintf_command)
6781 (break_range_command, watch_command_wrapper)
6782 (rwatch_command_wrapper, awatch_command_wrapper)
6783 (until_break_command, init_ada_exception_breakpoint)
6784 (strace_marker_create_sals_from_location, trace_command)
6785 (ftrace_command, strace_command, struct tracepoint): Constify.
6786 * ax-gdb.c (agent_command_1): Constify.
6787 * ada-lang.c (ada_exception_sal): Constify.
6788
6789 2017-09-27 Tom Tromey <tom@tromey.com>
6790
6791 * record.c (cmd_record_delete, cmd_record_stop, cmd_record_save)
6792 (cmd_record_goto_begin, cmd_record_goto_end, get_insn_number)
6793 (get_context_size, no_chunk, get_insn_history_modifiers)
6794 (cmd_record_insn_history, get_call_history_modifiers)
6795 (cmd_record_call_history): Constify.
6796
6797 2017-09-27 Tom Tromey <tom@tromey.com>
6798
6799 * source.c (show_substitute_path_command)
6800 (unset_substitute_path_command, set_substitute_path_command):
6801 Constify.
6802
6803 2017-09-27 Tom Tromey <tom@tromey.com>
6804
6805 * typeprint.c (maintenance_print_type): Constify.
6806 * maint.c (maintenance_dump_me, maintenance_demangle)
6807 (maintenance_time_display, maintenance_info_sections)
6808 (maintenance_print_statistics, maintenance_deprecate)
6809 (maintenance_undeprecate): Constify.
6810 (maintenance_do_deprecate): Constify. Use std::string.
6811 (maintenance_selftest): Constify.
6812 * gdbtypes.h (maintenance_print_type): Constify.
6813
6814 2017-09-27 Tom Tromey <tom@tromey.com>
6815
6816 * hppa-tdep.c (unwind_command): Constify.
6817
6818 2017-09-27 Tom Tromey <tom@tromey.com>
6819
6820 * target-descriptions.c (unset_tdesc_filename_cmd)
6821 (maint_print_c_tdesc_cmd, maintenance_check_xml_descriptions):
6822 Constify.
6823
6824 2017-09-27 Tom Tromey <tom@tromey.com>
6825
6826 * dummy-frame.c (maintenance_print_dummy_frames): Constify.
6827
6828 2017-09-27 Tom Tromey <tom@tromey.com>
6829
6830 * tui/tui.c (tui_enable_command, tui_disable_command): Constify.
6831
6832 2017-09-27 Tom Tromey <tom@tromey.com>
6833
6834 * tui/tui-regs.c (tui_reg_command): Constify.
6835
6836 2017-09-27 Tom Tromey <tom@tromey.com>
6837
6838 * skip.c (skip_file_command, skip_function_command)
6839 (skip_enable_command, skip_disable_command, skip_delete_command):
6840 Constify.
6841
6842 2017-09-27 Tom Tromey <tom@tromey.com>
6843
6844 * record-btrace.c (cmd_record_btrace_bts_start)
6845 (cmd_record_btrace_pt_start): Constify.
6846
6847 2017-09-27 Tom Tromey <tom@tromey.com>
6848
6849 * symmisc.c (maintenance_print_symbols)
6850 (maintenance_print_msymbols, maintenance_print_objfiles)
6851 (maintenance_info_symtabs, maintenance_check_symtabs)
6852 (maintenance_expand_symtabs, maintenance_info_line_tables):
6853 Constify.
6854
6855 2017-09-27 Tom Tromey <tom@tromey.com>
6856
6857 * top.c (new_ui_command): Constify.
6858
6859 2017-09-27 Tom Tromey <tom@tromey.com>
6860
6861 * symfile.c (add_symbol_file_command)
6862 (remove_symbol_file_command, list_overlays_command)
6863 (map_overlay_command, unmap_overlay_command)
6864 (overlay_auto_command, overlay_manual_command)
6865 (overlay_off_command, overlay_load_command): Constify.
6866
6867 2017-09-27 Tom Tromey <tom@tromey.com>
6868
6869 * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
6870 (info_spu_mailbox_command, info_spu_dma_command)
6871 (info_spu_proxydma_command): Constify.
6872
6873 2017-09-27 Tom Tromey <tom@tromey.com>
6874
6875 * cli/cli-logging.c (set_logging_on, set_logging_off): Constify.
6876
6877 2017-09-27 Tom Tromey <tom@tromey.com>
6878
6879 * cli/cli-script.c (user_defined_command): Constify.
6880
6881 2017-09-27 Tom Tromey <tom@tromey.com>
6882
6883 * cli/cli-dump.c (dump_memory_command, dump_value_command)
6884 (dump_srec_memory, dump_srec_value, dump_ihex_memory)
6885 (dump_ihex_value, dump_verilog_memory, dump_verilog_value)
6886 (dump_tekhex_memory, dump_tekhex_value, dump_binary_memory)
6887 (dump_binary_value, append_binary_memory, append_binary_value):
6888 Constify.
6889 (struct dump_context) <func>: Constify.
6890 (add_dump_command): Update.
6891
6892 2017-09-27 Tom Tromey <tom@tromey.com>
6893
6894 * cli/cli-cmds.c (show_version, show_configuration)
6895 (source_command, show_user): Constify.
6896
6897 2017-09-27 Tom Tromey <tom@tromey.com>
6898
6899 * target.c (maintenance_print_target_stack): Constify.
6900
6901 2017-09-27 Tom Tromey <tom@tromey.com>
6902
6903 * interps.c (interpreter_exec_cmd): Constify.
6904
6905 2017-09-27 Tom Tromey <tom@tromey.com>
6906
6907 * record-full.c (cmd_record_full_restore): Constify.
6908
6909 2017-09-27 Tom Tromey <tom@tromey.com>
6910
6911 * memattr.c (enable_mem_command, disable_mem_command)
6912 (delete_mem_command): Constify.
6913
6914 2017-09-27 Tom Tromey <tom@tromey.com>
6915
6916 * value.c (show_convenience): Constify.
6917
6918 2017-09-27 Tom Tromey <tom@tromey.com>
6919
6920 * gdbcore.h (core_file_command): Update.
6921 * corefile.c (core_file_command): Constify.
6922
6923 2017-09-27 Tom Tromey <tom@tromey.com>
6924
6925 * user-regs.c (maintenance_print_user_registers): Constify.
6926
6927 2017-09-27 Tom Tromey <tom@tromey.com>
6928
6929 * cp-namespace.c (maintenance_cplus_namespace): Constify.
6930
6931 2017-09-27 Tom Tromey <tom@tromey.com>
6932
6933 * cp-support.c (first_component_command): Constify.
6934
6935 2017-09-27 Tom Tromey <tom@tromey.com>
6936
6937 * psymtab.c (maintenance_print_psymbols)
6938 (maintenance_info_psymtabs, maintenance_check_psymtabs):
6939 Constify.
6940
6941 2017-09-27 Tom Tromey <tom@tromey.com>
6942
6943 * windows-tdep.c (display_tib): Constify.
6944
6945 2017-09-27 Tom Tromey <tom@tromey.com>
6946
6947 * linux-fork.c (delete_checkpoint_command)
6948 (detach_checkpoint_command): Constify.
6949
6950 2017-09-27 Tom Tromey <tom@tromey.com>
6951
6952 * cp-abi.c (set_cp_abi_cmd, show_cp_abi_cmd): Constify.
6953
6954 2017-09-27 Tom Tromey <tom@tromey.com>
6955
6956 * arc-tdep.c (dump_arc_instruction_command): Constify.
6957
6958 2017-09-27 Tom Tromey <tom@tromey.com>
6959
6960 * valprint.c (set_radix, show_radix): Constify.
6961
6962 2017-09-27 Tom Tromey <tom@tromey.com>
6963
6964 * dtrace-probe.c (info_probes_dtrace_command): Constify.
6965
6966 2017-09-27 Tom Tromey <tom@tromey.com>
6967
6968 * command.h (not_just_help_class_command): Update.
6969 * cli/cli-decode.h (not_just_help_class_command): Update.
6970 * cli/cli-decode.c (not_just_help_class_command): Constify.
6971
6972 2017-09-27 Tom Tromey <tom@tromey.com>
6973
6974 * gdb_bfd.c (maintenance_info_bfds): Constify.
6975
6976 2017-09-27 Tom Tromey <tom@tromey.com>
6977
6978 * cli/cli-decode.c (add_cmd, set_cmd_cfunc): New function
6979 overloads.
6980 (do_add_cmd): Rename from add_cmd. Don't call set_cmd_cfunc.
6981 (do_const_cfunc): New function.
6982 (cmd_cfunc_eq): New overload.
6983 (cli_user_command_p): Check do_const_cfunc.
6984 * cli/cli-decode.h (struct cmd_list_element) <function>: New field
6985 const_cfunc.
6986 * command.h (add_cmd): Add const overload and no-function
6987 overload.
6988 (set_cmd_cfunc): Add const overload.
6989 (cmd_const_cfunc_ftype): Declare.
6990 (cmd_cfunc_eq): Add const overload.
6991 * breakpoint.c, cli-cmds.c, cli-dump.c, guile/scm-cmd.c,
6992 python/py-cmd.c, target.c, tracepoint.c: Use no-function add_cmd
6993 overload.
6994
6995 2017-09-27 Tom Tromey <tom@tromey.com>
6996
6997 * macroexp.c (get_next_token_for_substitution): New function.
6998 (substitute_args): Call it. Check for __VA_OPT__.
6999
7000 2017-09-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
7001 Pedro Alves <palves@redhat.com>
7002
7003 * dwarf2read.c (dwarf2_cu): Remove field producer_is_icc and add
7004 producer_is_icc_lt_14.
7005 (producer_is_icc_lt_14): New function.
7006 (check_producer): Add code for checking version of ICC.
7007 (producer_is_icc): Move to producer.c.
7008 (read_structure_type): Restrict ICC workaround to ICC<14.
7009 * producer.c: Include selftest.h.
7010 (producer_is_icc, producer_parsing_tests, _initialize_producer):
7011 New functions.
7012 * producer.h (producer_is_icc): New declaration.
7013
7014 2017-09-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
7015
7016 * Makefile.in (SFILES): Add producer.c.
7017 (COMMON_OBS): Add producer.o
7018 * amd64-tdep.c (producer.h): Add new include.
7019 * dwarf2read.c (producer.h): Add new include.
7020 * producer.c: New file.
7021 * producer.h: New file.
7022 * utils.c (producer_is_gcc, producer_is_gcc_ge_4): Move to
7023 producer.c.
7024 * utils.h (producer_is_gcc, producer_is_gcc_ge_4): Move to
7025 producer.h.
7026
7027 2017-09-26 Matthias Klose <doko@ubuntu.com>
7028
7029 * configure.ac: Search ncursesw before ncurses.
7030 Check ncursesw/ncurses.h before ncurses/ncurses.h.
7031 * gdb_curses.h: Include <ncursesw/ncurses.h>
7032 * config.in, configure: Regenerate.
7033
7034 2017-09-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7035
7036 PR gdb/22185
7037 * configure.host <*-*-solaris2.[01], *-*-solaris2.[2-9]*>: Mark as
7038 obsolete.
7039 Use gdb_host sol2 for i[34567]86-*-solaris2*, x86_64-*-solaris2*.
7040 Remove i386sol2 support.
7041 * configure.nat <i386sol2>: Remove.
7042 <sol2-64>: Fold into ...
7043 <sol2>: ... this.
7044 Move common settings to default section.
7045 Add sol-thread.o.
7046 * configure.tgt <i[34567]86-*-solaris2.1[0-9]*,
7047 x86_64-*-solaris2.1[0-9]*>: Rename to ...
7048 <i[34567]86-*-solaris2*, x86_64-*-solaris2*>: ... this.
7049 <i[34567]86-*-solaris*>: Remove.
7050 <sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*>: Remove.
7051
7052 * configure.ac: Remove wctype in libw check.
7053 (_MSE_INT_H): Don't define on Solaris 7-9.
7054 <solaris*>: Remove libthread_db.so.1 check.
7055 * configure: Regenerate.
7056 * config.in: Regenerate.
7057
7058 * proc-service.c: Remove PROC_SERVICE_IS_OLD handling.
7059 (gdb_ps_prochandle_t, gdb_ps_read_buf_t, gdb_ps_write_buf_t)
7060 (gdb_ps_size_t): Remove.
7061 Use base types in users.
7062 * sol-thread.c: Likewise, also for gdb_ps_addr_t.
7063
7064 * NEWS (Changes since GDB 8.0): Document Solaris 2.0-9 removal.
7065
7066 2017-09-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7067
7068 PR build/22206
7069 * sparc64-tdep.c (adi_tag_fd): Print pid as long.
7070 (adi_is_addr_mapped): Likewise.
7071 (PSR_ICC): Don't redefine.
7072 (PSR_IMPL): Likewise.
7073
7074 2017-09-25 Tom Tromey <tom@tromey.com>
7075
7076 * regcache.c (regcache::dump): Use string_printf.
7077
7078 2017-09-25 Tom Tromey <tom@tromey.com>
7079
7080 * regcache.c (class regcache_invalidator): New.
7081 (struct register_to_invalidate): Remove.
7082 (make_cleanup_regcache_invalidate): Remove.
7083 (regcache::raw_write): Use regcache_invalidator.
7084
7085 2017-09-25 Tom Tromey <tom@tromey.com>
7086
7087 * spu-tdep.c (spu2ppu_sniffer): Update.
7088 * regcache.h (make_cleanup_regcache_xfree): Don't declare.
7089 * regcache.c (do_regcache_xfree, make_cleanup_regcache_xfree):
7090 Remove.
7091 * ppc-linux-tdep.c (ppu2spu_sniffer): Update.
7092 * mi/mi-main.c (mi_cmd_data_list_changed_registers): Update.
7093 * frame.h (frame_save_as_regcache): Return std::unique_ptr.
7094 * frame.c (frame_save_as_regcache): Return std::unique_ptr.
7095 (frame_pop): Update.
7096
7097 2017-09-25 Tom Tromey <tom@tromey.com>
7098
7099 * spu-tdep.c (spu2ppu_dealloc_cache): Use delete.
7100 * regcache.h (regcache_xfree): Don't declare.
7101 * regcache.c (regcache_xfree): Remove.
7102 (do_regcache_xfree): Use delete.
7103 * ppc-linux-tdep.c (ppu2spu_dealloc_cache): Use delete.
7104 * linux-fork.c (free_fork): Use delete.
7105 (fork_save_infrun_state): Likewise.
7106 * jit.c (jit_dealloc_cache): Use delete.
7107 * infrun.c (discard_infcall_suspend_state): Use delete.
7108
7109 2017-09-25 Tom Tromey <tom@tromey.com>
7110
7111 * regcache.h (regcache_xmalloc): Don't declare.
7112 (regcache_raw_set_cached_value): Update comment.
7113 * regcache.c (regcache_xmalloc): Remove.
7114 * ppc-linux-tdep.c (ppu2spu_sniffer): Use new.
7115 * jit.c (jit_frame_sniffer): Use new.
7116 * frame.c (frame_save_as_regcache): Use new.
7117
7118 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7119
7120 * NEWS: Advertise support for guarded-storage registers on IBM z.
7121
7122 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7123
7124 * s390-linux-nat.c (have_regset_gs): New static variable.
7125 (s390_linux_fetch_inferior_registers): Handle guarded-storage
7126 control block and guarded-storage broadcast control regsets.
7127 (s390_read_description): Detect whether the target has
7128 guarded-storage support, return appropriate tdesc.
7129 * s390-linux-tdep.c (features/s390-gs-linux64.c): New include.
7130 (features/s390x-gs-linux64.c): Likewise.
7131 (struct gdbarch_tdep) <have_gs>: New field.
7132 (s390_regmap_gs, s390_regmap_gsbc, s390_gs_regset)
7133 (s390_gsbc_regset): New variables.
7134 (s390_iterate_over_regset_sections): Iterate over s390_gs_regset
7135 and s390_gsbc_regset, if applicable.
7136 (s390_core_read_description): Check whether core file was from a
7137 target with guarded-storage support; include appropriate regsets.
7138 (s390_gdbarch_init): Add registers for guarded-storage support.
7139 (_initialize_s390_tdep): Initialize new target descriptions that
7140 include registers for guarded-storage support.
7141 * s390-linux-tdep.h (HWCAP_S390_GS, S390_GSD_REGNUM)
7142 (S390_GSSM_REGNUM, S390_GSEPLA_REGNUM)
7143 (S390_BC_GSD_REGNUM, S390_BC_GSSM_REGNUM): New defines.
7144 (S390_NUM_REGS): Adjust macro definition.
7145 (s390_gs_regset, s390_gsbc_regset, tdesc_s390_gs_linux64)
7146 (tdesc_s390x_gs_linux64): New declarations.
7147
7148 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7149
7150 * features/s390-gs-linux64.xml: New file.
7151 * features/s390-gs.xml: New file.
7152 * features/s390-gsbc.xml: New file.
7153 * features/s390x-gs-linux64.xml: New file.
7154 * features/Makefile (WHICH): Add s390-gs-linux64 and
7155 s390x-gs-linux64.
7156 (s390-gs-linux64-expedite, s390x-gs-linux64-expedite): New macros.
7157 (XMLTOC): Add s390-gs-linux64.xml and s390x-linux64.xml.
7158 * features/s390-gs-linux64.c: New generated file.
7159 * features/s390x-gs-linux64.c: New file.
7160 * regformats/s390-gs-linux64.dat: New file.
7161 * regformats/s390x-gs-linux64.dat: New file.
7162
7163 2017-09-23 Tom Tromey <tom@tromey.com>
7164
7165 * defs.h (make_cleanup_override_quit_handler): Don't declare.
7166
7167 2017-09-22 Tom Tromey <tom@tromey.com>
7168
7169 * utils.c (class scoped_input_handler) <m_quit_handler>: Change
7170 type to scoped_restore_tmpl.
7171 <scoped_input_handler>: Initialize m_quit_handler directly.
7172
7173 2017-09-22 Sergio Durigan Junior <sergiodj@redhat.com>
7174
7175 * cli/cli-cmds.c (pwd_command): Use "getcwd (NULL, 0)".
7176 (cd_command): Likewise. Free "current_directory" before
7177 assigning to it.
7178 * main.c (captured_main_1): Use "getcwd (NULL, 0)".
7179 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Likewise.
7180 * top.c (gdb_dirbuf): Remove global declaration.
7181 * top.h (gdb_dirbuf): Likewise.
7182
7183 2017-09-22 Sergio Durigan Junior <sergiodj@redhat.com>
7184
7185 * gnulib/aclocal.m4: Regenerate.
7186 * gnulib/config.in: Regenerate.
7187 * gnulib/configure: Regenerate.
7188 * gnulib/import/Makefile.am: Regenerate.
7189 * gnulib/import/Makefile.in: Regenerate.
7190 * gnulib/import/assure.h: New file.
7191 * gnulib/import/at-func.c: Likewise
7192 * gnulib/import/chdir-long.c: New file.
7193 * gnulib/import/chdir-long.h: New file.
7194 * gnulib/import/cloexec.c: New file.
7195 * gnulib/import/cloexec.h: New file.
7196 * gnulib/import/close.c: New file.
7197 * gnulib/import/closedir.c: New file.
7198 * gnulib/import/dirent-private.h: New file.
7199 * gnulib/import/dup-safer.c: New file.
7200 * gnulib/import/dup.c: New file.
7201 * gnulib/import/dup2.c: New file.
7202 * gnulib/import/error.c: New file.
7203 * gnulib/import/error.h: New file.
7204 * gnulib/import/exitfail.c: New file.
7205 * gnulib/import/exitfail.h: New file.
7206 * gnulib/import/fchdir.c: New file.
7207 * gnulib/import/fcntl.c: New file.
7208 * gnulib/import/fcntl.in.h: New file.
7209 * gnulib/import/fd-hook.c: New file.
7210 * gnulib/import/fd-hook.h: New file.
7211 * gnulib/import/fd-safer.c: New file.
7212 * gnulib/import/fdopendir.c: New file.
7213 * gnulib/import/filename.h: New file.
7214 * gnulib/import/filenamecat-lgpl.c: New file.
7215 * gnulib/import/filenamecat.h: New file.
7216 * gnulib/import/fstat.c: New file.
7217 * gnulib/import/fstatat.c: New file.
7218 * gnulib/import/getcwd-lgpl.c: New file.
7219 * gnulib/import/getcwd.c: New file.
7220 * gnulib/import/getdtablesize.c: New file.
7221 * gnulib/import/getlogin_r.c: New file.
7222 * gnulib/import/getprogname.c: New file.
7223 * gnulib/import/getprogname.h: New file.
7224 * gnulib/import/gettext.h: New file.
7225 * gnulib/import/glob-libc.h: New file.
7226 * gnulib/import/glob.c: New file.
7227 * gnulib/import/glob.in.h: New file.
7228 * gnulib/import/intprops.h: New file.
7229 * gnulib/import/m4/chdir-long.m4: New file.
7230 * gnulib/import/m4/close.m4: New file.
7231 * gnulib/import/m4/closedir.m4: New file.
7232 * gnulib/import/m4/d-ino.m4: New file.
7233 * gnulib/import/m4/d-type.m4: New file.
7234 * gnulib/import/m4/dup.m4: New file.
7235 * gnulib/import/m4/dup2.m4: New file.
7236 * gnulib/import/m4/error.m4: New file.
7237 * gnulib/import/m4/fchdir.m4: New file.
7238 * gnulib/import/m4/fcntl.m4: New file.
7239 * gnulib/import/m4/fcntl_h.m4: New file.
7240 * gnulib/import/m4/fdopendir.m4: New file.
7241 * gnulib/import/m4/filenamecat.m4: New file.
7242 * gnulib/import/m4/fstat.m4: New file.
7243 * gnulib/import/m4/fstatat.m4: New file.
7244 * gnulib/import/m4/getcwd-abort-bug.m4: New file.
7245 * gnulib/import/m4/getcwd-path-max.m4: New file.
7246 * gnulib/import/m4/getcwd.m4: New file.
7247 * gnulib/import/m4/getdtablesize.m4: New file.
7248 * gnulib/import/m4/getlogin_r.m4: New file.
7249 * gnulib/import/m4/getprogname.m4: New file.
7250 * gnulib/import/m4/glob.m4: New file.
7251 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
7252 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
7253 * gnulib/import/m4/mempcpy.m4: New file.
7254 * gnulib/import/m4/memrchr.m4: New file.
7255 * gnulib/import/m4/mode_t.m4: New file.
7256 * gnulib/import/m4/msvc-inval.m4: New file.
7257 * gnulib/import/m4/msvc-nothrow.m4: New file.
7258 * gnulib/import/m4/open.m4: New file.
7259 * gnulib/import/m4/openat.m4: New file.
7260 * gnulib/import/m4/opendir.m4: New file.
7261 * gnulib/import/m4/readdir.m4: New file.
7262 * gnulib/import/m4/realloc.m4: New file.
7263 * gnulib/import/m4/rewinddir.m4: New file.
7264 * gnulib/import/m4/save-cwd.m4: New file.
7265 * gnulib/import/m4/strdup.m4: New file.
7266 * gnulib/import/m4/strerror.m4: New file.
7267 * gnulib/import/m4/unistd-safer.m4: New file.
7268 * gnulib/import/mempcpy.c: New file.
7269 * gnulib/import/memrchr.c: New file.
7270 * gnulib/import/msvc-inval.c: New file.
7271 * gnulib/import/msvc-inval.h: New file.
7272 * gnulib/import/msvc-nothrow.c: New file.
7273 * gnulib/import/msvc-nothrow.h: New file.
7274 * gnulib/import/open.c: New file.
7275 * gnulib/import/openat-die.c: New file.
7276 * gnulib/import/openat-priv.h: New file.
7277 * gnulib/import/openat-proc.c: New file.
7278 * gnulib/import/openat.c: New file.
7279 * gnulib/import/openat.h: New file.
7280 * gnulib/import/opendir.c: New file.
7281 * gnulib/import/pipe-safer.c: New file.
7282 * gnulib/import/readdir.c: New file.
7283 * gnulib/import/realloc.c: New file.
7284 * gnulib/import/rewinddir.c: New file.
7285 * gnulib/import/save-cwd.c: New file.
7286 * gnulib/import/save-cwd.h: New file.
7287 * gnulib/import/strdup.c: New file.
7288 * gnulib/import/strerror-override.c: New file.
7289 * gnulib/import/strerror-override.h: New file.
7290 * gnulib/import/strerror.c: New file.
7291 * gnulib/import/unistd--.h: New file.
7292 * gnulib/import/unistd-safer.h: New file.
7293 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
7294 "getcwd" and "glob".
7295 * ser-tcp.c: Undefine "close" before redefining it.
7296
7297 2017-09-21 Simon Marchi <simon.marchi@ericsson.com>
7298
7299 * guile/scm-value.c (gdbscm_value_address): Initialize address,
7300 get rid of res_val.
7301
7302 2017-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7303
7304 * configure.nat <i386sol2,i386>: Add fork-inferior.o to NATDEPFILES.
7305 <sol2,sparc>: Likewise.
7306 <sol2-64,i386>: Likewise.
7307
7308 * warning.m4 (AM_GDB_WARNINGS): Disable -Wunknown-pragmas,
7309 -Wdeprecated-declarations on *-*-solaris*.
7310 * configure: Regenerate.
7311
7312 * procfs.c: Include "nat/inferior.h".
7313 (procfs_info_proc): Fix typo.
7314
7315 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7316
7317 * remote.c (vector): Include.
7318 (struct private_thread_info): Add field, thread_handle.
7319 (free_private_thread_info): Deallocate storage associated with
7320 thread handle.
7321 (get_private_info_thread): Initialize `thread_handle' field.
7322 (struct thread_item): Add field, thread_handle.
7323 (clear_threads_listing_context): Deallocate storage associated
7324 with thread handle.
7325 (start_thread): Add support for "handle" attribute.
7326 (thread_attributes): Add "handle".
7327 (remote_get_threads_with_qthreadinfo): Initialize thread_handle
7328 field.
7329 (remote_update_thread_list): Update thread_handle.
7330 (remote_thread_handle_to_thread_info): New function.
7331 (init_remote_ops): Initialize to_thread_handle_to_thread_info.
7332
7333 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7334
7335 * python/py-inferior.c (gdbpy_thread_from_thread_handle): New
7336 function.
7337 (inferior_object_methods): Add gdbpy_thread_from_thread_handle.
7338 * python/python-internal.h (thread_object_type): Declare.
7339
7340 2017-09-21 Kevin Buettner <kevinb@redhat.com>
7341
7342 * target.h (struct target_ops): Add to_thread_handle_to_thread_info.
7343 (target_thread_handle_to_thread_info): Declare.
7344 * target.c (target_thread_handle_to_thread_info): New function.
7345 * target-delegates.c: Regenerate.
7346 * gdbthread.h (find_thread_by_handle): Declare.
7347 * thread.c (find_thread_by_handle): New function.
7348 * linux-thread-db.c (thread_db_thread_handle_to_thread_info): New
7349 function.
7350 (init_thread_db_ops): Register thread_db_thread_handle_to_thread_info.
7351
7352 2017-09-21 Simon Marchi <simon.marchi@ericsson.com>
7353
7354 * nat/linux-waitpid.c (linux_debug): Add ATTRIBUTE_PRINTF.
7355
7356 2017-09-21 Simon Marchi <simon.marchi@ericsson.com>
7357
7358 * microblaze-tdep.c (microblaze_debug): Add ATTRIBUTE_PRINTF.
7359
7360 2017-09-21 Yao Qi <yao.qi@linaro.org>
7361
7362 * configure.tgt (aarch64*-*-freebsd*): Add fbsd-tdep.o solib-svr4.o
7363 to gdb_target_obs.
7364
7365 2017-09-20 Tom Tromey <tom@tromey.com>
7366
7367 * breakpoint.c (struct counted_command_line): Remove.
7368 (breakpoint_commands): Update.
7369 (alloc_counted_command_line, incref_counted_command_line)
7370 (decref_counted_command_line, do_cleanup_counted_command_line)
7371 (make_cleanup_decref_counted_command_line): Remove.
7372 (breakpoint_set_commands, commands_command_1, ~bpstats, bpstats)
7373 (bpstat_clear_actions, bpstat_do_actions_1, watchpoint_check)
7374 (bpstat_stop_status, print_one_breakpoint_location, ~breakpoint)
7375 (save_breakpoints): Update.
7376 * breakpoint.h (counted_command_line): Now a typedef to
7377 shared_ptr.
7378 (struct breakpoint) <commands>: Now a counted_command_line.
7379 (struct bpstats) <command>: Likewise.
7380
7381 2017-09-20 Tom Tromey <tom@tromey.com>
7382
7383 * breakpoint.c (struct commands_info, do_map_commands_command):
7384 Remove.
7385 (commands_command_1): Update.
7386 (iterate_over_related_breakpoints): Take a function_view.
7387 (do_delete_breakpoint, do_map_delete_breakpoint): Remove.
7388 (delete_command): Update.
7389 (map_breakpoint_numbers): Take a function_view.
7390 (do_disable_breakpoint, do_map_delete_breakpoint): Remove.
7391 (disable_command): Update.
7392 (do_enable_breakpoint, do_map_enable_breakpoint): Remove.
7393 (enable_command): Update.
7394 (struct disp_data, do_enable_breakpoint_disp)
7395 (do_map_enable_once_breakpoint, do_map_enable_count_breakpoint)
7396 (do_map_enable_delete_breakpoint): Remove.
7397 (enable_once_command, enable_count_command, enable_delete_command)
7398 (delete_trace_variable_command): Update.
7399
7400 2017-09-20 Tom Tromey <tom@tromey.com>
7401
7402 * breakpoint.c (~bpstats): Rename from bpstat_free. Update.
7403 (bpstat_clear): Use delete.
7404 (bpstats): New constructors.
7405 (bpstat_copy, bpstat_stop_status): Use new.
7406 (dprintf_after_condition_true): Update.
7407 * breakpoint.h (bpstats::bpstats): Add constructors.
7408 (bpstats::~bpstats): Add destructor.
7409
7410 2017-09-20 Pedro Alves <palves@redhat.com>
7411
7412 * eval.c (make_params): Delete, refactored as ...
7413 (class fake_method): ... this new type's ctor.
7414 (fake_method::~fake_method): New.
7415 (evaluate_subexp_standard): Use 'fake_method'.
7416
7417 2017-09-20 Tom Tromey <tom@tromey.com>
7418
7419 * windows-nat.c (get_windows_debug_event, windows_wait)
7420 (do_initial_windows_stuff, windows_attach): Update.
7421 * utils.c (vwarning, internal_vproblem): Update.
7422 (ui_unregister_input_event_handler_cleanup)
7423 (prepare_to_handle_input): Remove.
7424 (class scoped_input_handler): New.
7425 (defaulted_query, prompt_for_continue): Update.
7426 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7427 Update.
7428 * top.c (undo_terminal_modifications_before_exit): Update.
7429 * target/target.h (target_terminal_init, target_terminal_inferior)
7430 (target_terminal_ours): Don't declare.
7431 (class target_terminal): New.
7432 * target.h (target_terminal_is_inferior, target_terminal_is_ours)
7433 (target_terminal_ours_for_output)
7434 (make_cleanup_restore_target_terminal): Don't declare.
7435 (target_terminal_info): Remove.
7436 * target.c (enum terminal_state, terminal_state): Remove.
7437 (target_terminal::terminal_state): Define.
7438 (target_terminal::init): Rename from target_terminal_init.
7439 (target_terminal::inferior): Rename from
7440 target_terminal_inferior.
7441 (target_terminal::ours): Rename from target_terminal_ours.
7442 (target_terminal::ours_for_output): Rename from
7443 target_terminal_ours_for_output.
7444 (target_terminal::info): New method.
7445 (cleanup_restore_target_terminal)
7446 (make_cleanup_restore_target_terminal): Remove.
7447 * solib.c (handle_solib_event): Update.
7448 * remote.c (remote_serial_quit_handler): Update.
7449 (remote_terminal_inferior, remote_wait_as): Update.
7450 * record-full.c (record_full_wait_1): Update.
7451 * nto-procfs.c (procfs_create_inferior): Update.
7452 * nat/fork-inferior.c (startup_inferior): Update.
7453 * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
7454 (mi_record_changed, mi_inferior_added, mi_inferior_appeared)
7455 (mi_inferior_exit, mi_inferior_removed, mi_traceframe_changed)
7456 (mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
7457 (mi_breakpoint_created, mi_breakpoint_deleted)
7458 (mi_breakpoint_modified, mi_on_resume, mi_solib_loaded)
7459 (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
7460 (mi_user_selected_context_changed, report_initial_inferior):
7461 Update.
7462 * linux-nat.c (linux_nat_attach, linux_nat_terminal_ours)
7463 (linux_nat_terminal_inferior): Update.
7464 * infrun.c (follow_fork_inferior)
7465 (handle_vfork_child_exec_or_exit, do_target_resume)
7466 (check_curr_ui_sync_execution_done, handle_inferior_event_1)
7467 (handle_signal_stop, maybe_remove_breakpoints, normal_stop):
7468 Update.
7469 * inflow.c (child_terminal_init, info_terminal_command): Update.
7470 * infcmd.c (post_create_inferior, continue_1, prepare_one_step)
7471 (attach_command): Update.
7472 * infcall.c (call_thread_fsm_should_stop): Update.
7473 * gnu-nat.c (gnu_attach): Update.
7474 * extension.c (struct active_ext_lang_state)
7475 (restore_active_ext_lang): Update.
7476 * exceptions.c (print_flush): Update.
7477 * event-top.c (async_enable_stdin, default_quit_handler): Update.
7478 (struct quit_handler_cleanup_data, restore_quit_handler)
7479 (restore_quit_handler_dtor, make_cleanup_override_quit_handler):
7480 Remove.
7481 * cp-support.c (gdb_demangle): Update.
7482 * breakpoint.c (update_inserted_breakpoint_locations)
7483 (insert_breakpoint_locations, handle_jit_event)
7484 (disable_breakpoints_in_unloaded_shlib): Update.
7485 * annotate.c (annotate_breakpoints_invalid)
7486 (annotate_frames_invalid): Update.
7487
7488 2017-09-20 Tom Tromey <tom@tromey.com>
7489
7490 * main.c (catch_command_errors): Rename from
7491 catch_command_errors_const.
7492 (captured_main_1): Update.
7493
7494 2017-09-20 Pedro Alves <palves@redhat.com>
7495
7496 * cli/cli-cmds.c (list_command): Use print_sal_location.
7497 (print_sal_location): New function.
7498 (ambiguous_line_spec): Use print_sal_location.
7499 * linespec.c (symbol_to_sal): Record the symbol in the sal.
7500 * symtab.c (find_function_start_sal): Likewise.
7501 * symtab.h (symtab_and_line::symbol): New field.
7502
7503 2017-09-20 Pedro Alves <palves@redhat.com>
7504
7505 * linespec.c (minsym_found): Handle non-text minsyms.
7506 (symbol_to_sal): Record a sal.pc for non-block, non-label symbols.
7507
7508 2017-09-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
7509
7510 * features/Makefile (i386-avx-mpx-avx512-pku.dat): Add missing
7511 backslash.
7512
7513 2017-09-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
7514
7515 * gdb.arch/i386-avx512.c (move_zmm_data_to_reg): Use
7516 vmovups instead vmovaps.
7517 (move_zmm_data_to_memory): Use vmovups instead vmovaps.
7518
7519 2017-09-19 John Baldwin <jhb@FreeBSD.org>
7520
7521 * NEWS (Changes since GDB 8.0): Add starti.
7522 * infcmd.c (enum run_break): New.
7523 (run_command_1): Queue pending event for RUN_STOP_AT_FIRST_INSN
7524 case.
7525 (run_command): Use enum run_how.
7526 (start_command): Likewise.
7527 (starti_command): New function.
7528 (RUN_ARGS_HELP): New macro.
7529 (_initialize_infcmd): Use RUN_ARGS_HELP for run and start
7530 commands. Add starti command.
7531
7532 2017-09-19 Yao Qi <yao.qi@linaro.org>
7533
7534 * Makefile.in (monitor.o): Remove the rule.
7535
7536 2017-09-19 Yao Qi <yao.qi@linaro.org>
7537
7538 * annotate.h (struct annotate_arg_emitter): Use
7539 DISABLE_COPY_AND_ASSIGN.
7540 * common/refcounted-object.h (refcounted_object): Likewise.
7541 * completer.h (struct completion_result): Likewise.
7542 * dwarf2read.c (struct dwarf2_per_objfile): Likewise.
7543 * filename-seen-cache.h (filename_seen_cache): Likewise.
7544 * gdbcore.h (thread_section_name): Likewise.
7545 * gdb_regex.h (compiled_regex): Likewise.
7546 * gdbthread.h (scoped_restore_current_thread): Likewise.
7547 * inferior.h (scoped_restore_current_inferior): Likewise.
7548 * jit.c (jit_reader): Likewise.
7549 * linespec.h (struct linespec_result): Likewise.
7550 * mi/mi-parse.h (struct mi_parse): Likewise.
7551 * nat/fork-inferior.c (execv_argv): Likewise.
7552 * progspace.h (scoped_restore_current_program_space): Likewise.
7553 * python/python-internal.h (class gdbpy_enter): Likewise.
7554 * regcache.h (regcache): Likewise.
7555 * target-descriptions.c (struct tdesc_reg): Likewise.
7556 (struct tdesc_type): Likewise.
7557 (struct tdesc_feature): Likewise.
7558 * ui-out.h (ui_out_emit_type): Likewise.
7559
7560 2017-09-18 Simon Marchi <simon.marchi@ericsson.com>
7561
7562 * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Remove
7563 label abort_expression.
7564
7565 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
7566
7567 * common/buffer.c (buffer_xml_printf): Adjust.
7568 * common/xml-utils.c (xml_escape_text): Change return type to
7569 std::string, update code accordingly.
7570 * common/xml-utils.h (xml_escape_text): Change return type to
7571 std::string.
7572 * rs6000-aix-tdep.c (rs6000_aix_shared_library_to_xml): Adjust.
7573 * windows-tdep.c (windows_xfer_shared_library): Adjust.
7574 * unittests/xml-utils-selftests.c (test_xml_escape_text):
7575 Adjust.
7576
7577 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
7578
7579 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new source file.
7580 (SUBDIR_UNITTESTS_OBS): Add new object file.
7581 * unittests/xml-utils-selftests.c: New file.
7582
7583 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
7584
7585 * common/selftest.h (selftest): New struct/interface.
7586 (register_test): Add name parameter, add new overload.
7587 (run_tests): Add filter parameter.
7588 (for_each_selftest_ftype): New typedef.
7589 (for_each_selftest): New declaration.
7590 * common/selftest.c (tests): Change type to
7591 map<string, unique_ptr<selftest>>.
7592 (simple_selftest): New struct.
7593 (register_test): New function.
7594 (register_test): Add name parameter and use it.
7595 (run_tests): Add filter parameter and use it. Add prints.
7596 Adjust to vector -> map change.
7597 * aarch64-tdep.c (_initialize_aarch64_tdep): Add names when
7598 registering selftests.
7599 * arm-tdep.c (_initialize_arm_tdep): Likewise.
7600 * disasm-selftests.c (_initialize_disasm_selftests): Likewise.
7601 * dwarf2-frame.c (_initialize_dwarf2_frame): Likewise.
7602 * dwarf2loc.c (_initialize_dwarf2loc): Likewise.
7603 * findvar.c (_initialize_findvar): Likewise.
7604 * gdbarch-selftests.c (_initialize_gdbarch_selftests): Likewise.
7605 * maint.c (maintenance_selftest): Update call to run_tests.
7606 (maintenance_info_selftests): New function.
7607 (_initialize_maint_cmds): Register "maintenance info selftests"
7608 command. Update "maintenance selftest" doc.
7609 * regcache.c (_initialize_regcache): Add names when registering
7610 selftests.
7611 * rust-exp.y (_initialize_rust_exp): Likewise.
7612 * selftest-arch.c (gdbarch_selftest): New struct.
7613 (gdbarch_tests): Remove.
7614 (register_test_foreach_arch): Add name parameter. Call
7615 register_test.
7616 (tests_with_arch): Remove, move most content to
7617 gdbarch_selftest::operator().
7618 (_initialize_selftests_foreach_arch): Remove.
7619 * selftest-arch.h (register_test_foreach_arch): Add name
7620 parameter.
7621 (run_tests_with_arch): New declaration.
7622 * utils-selftests.c (_initialize_utils_selftests): Add names
7623 when registering selftests.
7624 * utils.c (_initialize_utils): Likewise.
7625 * unittests/array-view-selftests.c
7626 (_initialize_array_view_selftests): Likewise.
7627 * unittests/environ-selftests.c (_initialize_environ_selftests):
7628 Likewise.
7629 * unittests/function-view-selftests.c
7630 (_initialize_function_view_selftests): Likewise.
7631 * unittests/offset-type-selftests.c
7632 (_initialize_offset_type_selftests): Likewise.
7633 * unittests/optional-selftests.c
7634 (_initialize_optional_selftests): Likewise.
7635 * unittests/scoped_restore-selftests.c
7636 (_initialize_scoped_restore_selftests): Likewise.
7637 * NEWS: Document "maintenance selftest" and "maint info
7638 selftests".
7639
7640 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
7641
7642 * mi/mi-main.c (mi_load_progress): Restore current_uiout using a
7643 scoped_restore.
7644
7645 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
7646
7647 * mi/mi-main.c (mi_load_progress): Make uiout variable
7648 a unique_ptr.
7649
7650 2017-09-15 Pedro Alves <palves@redhat.com>
7651
7652 * compile/compile-c-types.c (convert_enum, convert_int)
7653 (convert_float): Adjust to refer to int_type_v0 and float_type_v0.
7654
7655 2017-09-15 Simon Marchi <simon.marchi@ericsson.com>
7656
7657 * dwarf2read.c (copy_string): Remove.
7658 (parse_macro_definition): Replace copy_string with savestring.
7659
7660 2017-09-15 Yao Qi <yao.qi@linaro.org>
7661
7662 * configure.tgt (i[34567]86-*-darwin*): Append amd64.o to
7663 gdb_target_obs.
7664 (i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*):
7665 Likewise.
7666 (i[34567]86-*-linux*): Likewise.
7667
7668 2017-09-14 Simon Marchi <simon.marchi@ericsson.com>
7669
7670 * dwarf2expr.h (dwarf_stack_value): Add constructor.
7671 (dwarf_expr_context) <~dwarf_expr_context>: Define as default.
7672 <stack>: Change type to std::vector.
7673 <stack_len, stack_allocated>: Remove.
7674 <grow_stack>: Remove.
7675 * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
7676 (dwarf_expr_context::~dwarf_expr_context): Remove.
7677 (dwarf_expr_context::grow_stack): Remove.
7678 (dwarf_expr_context::push): Adjust.
7679 (dwarf_expr_context::pop): Adjust.
7680 (dwarf_expr_context::fetch): Adjust.
7681 (dwarf_expr_context::fetch_in_stack_memory): Adjust.
7682 (dwarf_expr_context::stack_empty_p): Adjust.
7683 (dwarf_expr_context::execute_stack_op): Adjust.
7684
7685 2017-09-14 Simon Marchi <simon.marchi@ericsson.com>
7686
7687 * dwarf2expr.h (dwarf_expr_context) <stack_empty_p>: Change
7688 return type to bool.
7689 * dwarf2expr.c (dwarf_expr_context::stack_empty_p): Likewise.
7690
7691 2017-09-14 Simon Marchi <simon.marchi@ericsson.com>
7692
7693 * dwarf2expr.h (dwarf_expr_piece) <v.mem.in_stack_memory>:
7694 Change type to bool.
7695 (dwarf_stack_value) <in_stack_memory>: Likewise.
7696 (dwarf_expr_context) <push_address>: Change parameter type to
7697 bool.
7698 <fetch_in_stack_memory>: Change return type to bool.
7699 <push>: Change parameter type to bool.
7700 * dwarf2expr.c (dwarf_expr_context::push): Change parameter type
7701 to bool.
7702 (dwarf_expr_context::push_address): Likewise.
7703 (dwarf_expr_context::fetch_in_stack_memory): Change return type
7704 to bool.
7705 (dwarf_expr_context::execute_stack_op): Adjust.
7706 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Adjust.
7707
7708 2017-09-14 Simon Marchi <simon.marchi@ericsson.com>
7709
7710 * dwarf2expr.h (struct dwarf_expr_piece): Move up.
7711 (struct dwarf_expr_context) <n_pieces>: Remove.
7712 <pieces>: Change type to std::vector.
7713 * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
7714 (dwarf_expr_context::~dwarf_expr_context): Don't manually free
7715 pieces.
7716 (dwarf_expr_context::add_piece): Adjust.
7717 * dwarf2loc.c (struct piece_closure): Initialize fields.
7718 <n_pieces>: Remove.
7719 <pieces>: Change type to std::vector.
7720 (allocate_piece_closure): Adjust, change parameter to
7721 std::vector rvalue and std::move it to piece_closure.
7722 (rw_pieced_value): Adjust.
7723 (check_pieced_synthetic_pointer): Adjust.
7724 (indirect_synthetic_pointer): Adjust.
7725 (coerce_pieced_ref): Adjust.
7726 (free_pieced_value_closure): Adjust. Use delete to free
7727 piece_closure.
7728 (dwarf2_evaluate_loc_desc_full): Adjust. std::move ctx.pieces
7729 to allocate_piece_closure.
7730 (dwarf2_loc_desc_get_symbol_read_needs): Adjust.
7731
7732 2017-09-12 Simon Marchi <simon.marchi@ericsson.com>
7733
7734 * probe.h (probe_ops_cp): Remove typedef.
7735 (DEF_VEC_P (probe_ops_cp)): Remove.
7736 (all_probe_ops): Change type to std::vector.
7737 * probe.c (info_probes_for_ops): Adjust to vector change.
7738 (probe_linespec_to_ops): Likewise.
7739 (all_probe_ops): Change type to std::vector.
7740 (_initialize_probe): Adjust to vector change.
7741 * dtrace-probe.c (_initialize_dtrace_probe): Likewise.
7742 * elfread.c (elf_get_probes): Likewise.
7743 * stap-probe.c (_initialize_stap_probe): Likewise.
7744
7745 2017-09-12 Simon Marchi <simon.marchi@ericsson.com>
7746
7747 * probe.h (struct bound_probe): Define constructors.
7748 * probe.c (bound_probe_s): Remove typedef.
7749 (DEF_VEC_O (bound_probe_s)): Remove VEC.
7750 (collect_probes): Change return type to std::vector, remove
7751 cleanup.
7752 (compare_probes): Return bool, change parameter type. Change
7753 semantic to "less than".
7754 (gen_ui_out_table_header_info): Change parameter to std::vector
7755 and update.
7756 (exists_probe_with_pops): Likewise.
7757 (info_probes_for_ops): Update to std::vector change.
7758 (enable_probes_command): Likewise.
7759 (disable_probes_command): Likewise.
7760
7761 2017-09-12 Simon Marchi <simon.marchi@ericsson.com>
7762
7763 * probe.h (struct probe_ops) <get_probes>: Change parameter from
7764 vec to std::vector.
7765 * probe.c (parse_probes_in_pspace): Update.
7766 (find_probes_in_objfile): Update.
7767 (find_probe_by_pc): Update.
7768 (collect_probes): Update.
7769 (probe_any_get_probes): Update.
7770 * symfile.h (struct sym_probe_fns) <sym_get_probes> Change
7771 return type to reference to std::vector.
7772 * dtrace-probe.c (dtrace_process_dof_probe): Change parameter to
7773 std::vector and update.
7774 (dtrace_process_dof): Likewise.
7775 (dtrace_get_probes): Likewise.
7776 * elfread.c (elf_get_probes): Change return type to std::vector,
7777 store an std::vector in bfd_data.
7778 (probe_key_free): Update to std::vector.
7779 * stap-probe.c (handle_stap_probe): Change parameter to
7780 std::vector and update.
7781 (stap_get_probes): Likewise.
7782 * symfile-debug.c (debug_sym_get_probes): Change return type to
7783 std::vector and update.
7784
7785 2017-09-11 Tom Tromey <tom@tromey.com>
7786
7787 * breakpoint.c (program_breakpoint_here_p): Update.
7788 * target.c (make_scoped_restore_show_memory_breakpoints): Rename
7789 from make_show_memory_breakpoints_cleanup. Return a
7790 scoped_restore_tmpl<int>.
7791 (restore_show_memory_breakpoints): Remove.
7792 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Update.
7793 * mem-break.c (memory_validate_breakpoint): Update.
7794 * ia64-tdep.c (ia64_memory_insert_breakpoint): Update.
7795 (ia64_memory_remove_breakpoint): Update.
7796 (ia64_breakpoint_from_pc): Update.
7797 * target.h (make_scoped_restore_show_memory_breakpoints): Rename
7798 from make_show_memory_breakpoints_cleanup.
7799
7800 2017-09-11 Tom Tromey <tom@tromey.com>
7801
7802 * d-namespace.c (d_lookup_symbol): Use std::string.
7803 (find_symbol_in_baseclass): Likewise.
7804
7805 2017-09-11 Tom Tromey <tom@tromey.com>
7806
7807 * ctf.c (ctf_start): Use std::string.
7808
7809 2017-09-11 Tom Tromey <tom@tromey.com>
7810
7811 * ada-lang.c (is_known_support_routine): Update.
7812 (ada_unhandled_exception_name_addr_from_raise): Update.
7813 * guile/scm-frame.c (gdbscm_frame_name): Update.
7814 * python/py-frame.c (frapy_name): Update.
7815 (frapy_function): Update.
7816 * stack.h (find_frame_funname): Update.
7817 * stack.c (find_frame_funname): Return unique_xmalloc_ptr.
7818 (print_frame): Update.
7819
7820 2017-09-11 Tom Tromey <tom@tromey.com>
7821
7822 * findcmd.c (put_bits): Take a gdb::byte_vector.
7823 (parse_find_args): Return gdb::byte_vector. "args" now const.
7824 Remove "pattern_bufp" and "pattern_lenp" parameters. Remove
7825 cleanups.
7826 (find_command): Update.
7827
7828 2017-09-11 Tom Tromey <tom@tromey.com>
7829
7830 * cli/cli-script.c (class scoped_restore_hook_in): New.
7831 (clear_hook_in_cleanup): Remove.
7832 (execute_cmd_pre_hook, execute_cmd_post_hook): Use
7833 scoped_restore_hook_in.
7834
7835 2017-09-11 Tom Tromey <tom@tromey.com>
7836
7837 * cli/cli-script.c (restore_interp): Remove.
7838 (read_command_lines): Use scoped_restore_interp.
7839 * interps.c (scoped_restore_interp::set_temp): Rename from
7840 interp_set_temp.
7841 * interps.h (class scoped_restore_interp): New.
7842 (interp_set_temp): Remove.
7843
7844 2017-09-11 Tom Tromey <tom@tromey.com>
7845
7846 * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
7847 (mi_cmd_catch_exception, mi_catch_load_unload): Update.
7848 * mi/mi-cmd-break.c (setup_breakpoint_reporting): Return a
7849 scoped_restore.
7850 (mi_cmd_break_insert_1): Update.
7851 * mi/mi-cmd-break.h (setup_breakpoint_reporting): Return a
7852 scoped_restore.
7853
7854 2017-09-11 Tom Tromey <tom@tromey.com>
7855
7856 * demangle.c (demangle_command): Update.
7857 * breakpoint.c (disable_command): Update.
7858 (enable_command): Update.
7859 (find_location_by_number): Make "number" const. Use
7860 get_number_trailer.
7861 * cli/cli-utils.c (extract_arg): Return std::string.
7862 * probe.c (parse_probe_linespec): Update. Change types.
7863 (collect_probes): Take string arguments.
7864 (parse_probe_linespec): Likewise.
7865 (info_probes_for_ops): Update.
7866 (enable_probes_command): Update.
7867 (disable_probes_command): Update.
7868 * break-catch-sig.c (catch_signal_split_args): Update.
7869 * mi/mi-parse.c (mi_parse): Update.
7870
7871 2017-09-11 Tom Tromey <tom@tromey.com>
7872
7873 * language.h (language_enum): Make argument const.
7874 * language.c (language_enum): Make argument const.
7875
7876 2017-09-11 Tom Tromey <tom@tromey.com>
7877
7878 * common/common-utils.h (skip_to_space): Remove macro, redeclare
7879 as function.
7880 (skip_to_space): Rename from skip_to_space_const.
7881 * common/common-utils.c (skip_to_space): New function.
7882 (skip_to_space): Rename from skip_to_space_const.
7883 * cli/cli-utils.h (get_number): Rename from get_number_const.
7884 (extract_arg): Rename from extract_arg_const.
7885 * cli/cli-utils.c (get_number): Rename from get_number_const.
7886 (extract_arg): Rename from extract_arg_const.
7887 (number_or_range_parser::get_number): Use ::get_number.
7888 * aarch64-linux-tdep.c, ada-lang.c, arm-linux-tdep.c, ax-gdb.c,
7889 break-catch-throw.c, breakpoint.c, cli/cli-cmds.c, cli/cli-dump.c,
7890 cli/cli-script.c, cli/cli-setshow.c, compile/compile.c,
7891 completer.c, demangle.c, disasm.c, findcmd.c, linespec.c,
7892 linux-tdep.c, linux-thread-db.c, location.c, mi/mi-parse.c,
7893 minsyms.c, nat/linux-procfs.c, printcmd.c, probe.c,
7894 python/py-breakpoint.c, record.c, rust-exp.y, serial.c, stack.c,
7895 stap-probe.c, tid-parse.c, tracepoint.c: Update all callers.
7896
7897 2017-09-11 Tom Tromey <tom@tromey.com>
7898
7899 * python/python.c (do_start_initialization): Use
7900 py-event-types.def to initialize types.
7901 Define all object type structures.
7902 * python/python-internal.h: Don't declare event initialization
7903 functions.
7904 * python/py-threadevent.c (thread_event_object_type): Don't
7905 define.
7906 * python/py-stopevent.c (stop_event_object_type): Don't define.
7907 * python/py-signalevent.c (signal_event_object_type): Don't
7908 declare or define.
7909 * python/py-newobjfileevent.c (new_objfile_event_object_type)
7910 (clear_objfiles_event_object_type): Don't declare or define.
7911 * python/py-infevents.c (inferior_call_pre_event_object_type)
7912 (inferior_call_post_event_object_type)
7913 (register_changed_event_object_type)
7914 (memory_changed_event_object_type): Don't declare or define.
7915 * python/py-inferior.c (new_thread_event_object_type)
7916 (new_inferior_event_object_type)
7917 (inferior_deleted_event_object_type): Don't declare or define.
7918 * python/py-exitedevent.c (exited_event_object_type): Don't
7919 declare or define.
7920 * python/py-evts.c (gdbpy_initialize_py_events): Use
7921 py-all-events.def.
7922 * python/py-events.h (thread_event_object_type): Don't declare.
7923 (events_object): Use py-all-events.def.
7924 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove. Use
7925 py-event-types.def.
7926 * python/py-event-types.def: New file.
7927 * python/py-continueevent.c (create_continue_event_object): Don't
7928 declare or define.
7929 * python/py-bpevent.c (breakpoint_event_object_type): Don't
7930 declare or define.
7931 * python/py-all-events.def: New file.
7932
7933 2017-09-11 Tom Tromey <tom@tromey.com>
7934
7935 * python/py-threadevent.c (create_thread_event_object): Return
7936 gdbpy_ref.
7937 * python/py-stopevent.h (create_stop_event_object)
7938 (create_breakpoint_event_object, create_signal_event_object):
7939 Update.
7940 * python/py-stopevent.c (create_stop_event_object): Return
7941 gdbpy_ref.
7942 (emit_stop_event): Update.
7943 * python/py-signalevent.c (create_signal_event_object): Return
7944 gdbpy_ref.
7945 * python/py-infevents.c (create_inferior_call_event_object):
7946 Update.
7947 * python/py-event.h (create_event_object)
7948 (create_thread_event_object): Update.
7949 * python/py-event.c (create_event_object): Return gdbpy_ref.
7950 * python/py-continueevent.c: Return gdbpy_ref.
7951 * python/py-bpevent.c (create_breakpoint_event_object): Return
7952 gdbpy_ref.
7953
7954 2017-09-11 Tom Tromey <tom@tromey.com>
7955
7956 PR python/15622:
7957 * NEWS: Add entry.
7958 * python/python.c (do_start_initialization): Initialize new event
7959 types.
7960 * python/python-internal.h (gdbpy_initialize_new_inferior_event)
7961 (gdbpy_initialize_inferior_deleted_event)
7962 (gdbpy_initialize_new_thread_event): Declare.
7963 * python/py-threadevent.c (create_thread_event_object): Add option
7964 "thread" parameter.
7965 * python/py-inferior.c (new_thread_event_object_type)
7966 (new_inferior_event_object_type)
7967 (inferior_deleted_event_object_type): Declare.
7968 (python_new_inferior, python_inferior_deleted): New functions.
7969 (add_thread_object): Emit new_thread event.
7970 (gdbpy_initialize_inferior): Attach new functions to corresponding
7971 observers.
7972 (new_thread, new_inferior, inferior_deleted): Define new event
7973 types.
7974 * python/py-evts.c (gdbpy_initialize_py_events): Add new
7975 registries.
7976 * python/py-events.h (events_object) <new_inferior,
7977 inferior_deleted, new_thread>: New fields.
7978 * python/py-event.h (create_thread_event_breakpoint): Add optional
7979 "thread" parameter.
7980
7981 2017-09-10 Andrew Burgess <andrew.burgess@embecosm.com>
7982
7983 * utils.c (abort_with_message): Don't compare gdb_stderr to NULL,
7984 check current_ui instead.
7985 (internal_vproblem): Likewise.
7986
7987 2017-09-09 Simon Marchi <simon.marchi@ericsson.com>
7988
7989 * thread.c (print_thread_info_1): Remove unnecessary calls to
7990 uiout->is_mi_like_p.
7991
7992 2017-09-09 Tom Tromey <tom@tromey.com>
7993
7994 * namespace.h (add_using_directive): Update.
7995 * namespace.c (add_using_directive): Change type of excludes to
7996 std::vector.
7997 * dwarf2read.c (read_import_statement): Use std::vector.
7998 (read_namespace): Update.
7999 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
8000
8001 2017-09-09 Tom Tromey <tom@tromey.com>
8002
8003 * linespec.c (create_sals_line_offset): Use gdb::def_vector.
8004
8005 2017-09-09 Tom Tromey <tom@tromey.com>
8006
8007 * p-valprint.c (pascal_object_print_value): Use gdb::byte_vector.
8008
8009 2017-09-09 Tom Tromey <tom@tromey.com>
8010
8011 * stack.c (func_command): Use gdb::def_vector.
8012
8013 2017-09-09 Tom Tromey <tom@tromey.com>
8014
8015 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Use gdb::optional,
8016 ui_out_emit_list, ui_out_emit_tuple.
8017 (mi_cmd_var_update): Likewise.
8018
8019 2017-09-09 Tom Tromey <tom@tromey.com>
8020
8021 * mi/mi-interp.c (mi_user_selected_context_changed): Use
8022 ui_out_redirect_pop.
8023 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
8024 ui_out_redirect_pop.
8025 * utils.c (do_ui_out_redirect_pop)
8026 (make_cleanup_ui_out_redirect_pop): Remove.
8027 * top.c (execute_command_to_string): Use ui_out_redirect_pop.
8028 * utils.h (make_cleanup_ui_out_redirect_pop): Remove.
8029 * ui-out.h (ui_out_redirect_pop): New class.
8030
8031 2017-09-09 Tom Tromey <tom@tromey.com>
8032
8033 * mi/mi-main.c (output_cores): Use ui_out_emit_list.
8034 (list_available_thread_groups, mi_cmd_list_thread_groups)
8035 (mi_cmd_data_list_changed_registers, mi_cmd_data_read_memory)
8036 (mi_cmd_data_read_memory_bytes, mi_cmd_trace_frame_collected):
8037 Likewise.
8038
8039 2017-09-09 Tom Tromey <tom@tromey.com>
8040
8041 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
8042 ui_out_emit_tuple.
8043
8044 2017-09-09 Tom Tromey <tom@tromey.com>
8045
8046 * target.c (flash_erase_command): Use ui_out_emit_tuple.
8047 * stack.c (print_frame): Use ui_out_emit_tuple.
8048 * spu-tdep.c (info_spu_event_command): Use ui_out_emit_tuple.
8049 (info_spu_mailbox_command, info_spu_dma_command)
8050 (info_spu_proxydma_command): Likewise.
8051 * mi/mi-main.c (mi_cmd_trace_frame_collected): Use
8052 ui_out_emit_tuple, gdb::byte_vector, bin2hex.
8053 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
8054 ui_out_emit_tuple.
8055 * breakpoint.c (print_it_watchpoint): Use ui_out_emit_tuple.
8056
8057 2017-09-09 Tom Tromey <tom@tromey.com>
8058
8059 * ui-out.h (make_cleanup_ui_out_table_begin_end): Remove.
8060 (class ui_out_emit_table): Update comment.
8061 * ui-out.c (do_cleanup_table_end)
8062 (make_cleanup_ui_out_table_begin_end): Remove.
8063 * spu-tdep.c (info_spu_mailbox_list): Use ui_out_emit_table.
8064 (info_spu_dma_cmdlist): Likewise.
8065 * probe.c (info_probes_for_ops): Use ui_out_emit_table.
8066 * darwin-nat-info.c (darwin_debug_regions_recurse): Use
8067 ui_out_emit_table.
8068
8069 2017-09-09 Tom Tromey <tom@tromey.com>
8070
8071 * thread.c (print_thread_info_1): Use ui_out_emit_table,
8072 ui_out_emit_list, gdb::optional.
8073
8074 2017-09-09 John Baldwin <jhb@FreeBSD.org>
8075
8076 * aarch64-linux-nat.c: Remove _initialize_aarch64_linux_nat
8077 prototype.
8078 * aarch64-linux-tdep.c: Remove _initialize_aarch64_linux_tdep
8079 prototype.
8080 * aarch64-newlib-tdep.c: Remove _initialize_aarch64_newlib_tdep
8081 prototype.
8082 * aarch64-tdep.c: Remove _initialize_aarch64_tdep prototype.
8083 * ada-exp.y: Remove _initialize_ada_exp prototype.
8084 * ada-lang.c: Remove _initialize_ada_language prototype.
8085 * ada-tasks.c: Remove _initialize_tasks prototype.
8086 * addrmap.c: Remove _initialize_addrmap prototype.
8087 * agent.c: Remove _initialize_agent prototype.
8088 * aix-thread.c: Remove _initialize_aix_thread prototype.
8089 * alpha-bsd-nat.c: Remove _initialize_alphabsd_nat prototype.
8090 * alpha-linux-nat.c: Remove _initialize_alpha_linux_nat prototype.
8091 * alpha-linux-tdep.c: Remove _initialize_alpha_linux_tdep
8092 prototype.
8093 * alpha-nbsd-tdep.c: Remove _initialize_alphanbsd_tdep prototype.
8094 * alpha-obsd-tdep.c: Remove _initialize_alphaobsd_tdep prototype.
8095 * alpha-tdep.c: Remove _initialize_alpha_tdep prototype.
8096 * amd64-darwin-tdep.c: Remove _initialize_amd64_darwin_tdep
8097 prototype.
8098 * amd64-dicos-tdep.c: Remove _initialize_amd64_dicos_tdep
8099 prototype.
8100 * amd64-fbsd-nat.c: Remove _initialize_amd64fbsd_nat prototype.
8101 * amd64-fbsd-tdep.c: Remove _initialize_amd64fbsd_tdep prototype.
8102 * amd64-linux-nat.c: Remove _initialize_amd64_linux_nat prototype.
8103 * amd64-linux-tdep.c: Remove _initialize_amd64_linux_tdep
8104 prototype.
8105 * amd64-nbsd-nat.c: Remove _initialize_amd64nbsd_nat prototype.
8106 * amd64-nbsd-tdep.c: Remove _initialize_amd64nbsd_tdep prototype.
8107 * amd64-obsd-nat.c: Remove _initialize_amd64obsd_nat prototype.
8108 * amd64-obsd-tdep.c: Remove _initialize_amd64obsd_tdep prototype.
8109 * amd64-sol2-tdep.c: Remove _initialize_amd64_sol2_tdep prototype.
8110 * amd64-tdep.c: Remove _initialize_amd64_tdep prototype.
8111 * amd64-windows-nat.c: Remove _initialize_amd64_windows_nat
8112 prototype.
8113 * amd64-windows-tdep.c: Remove _initialize_amd64_windows_tdep
8114 prototype.
8115 * annotate.c: Remove _initialize_annotate prototype.
8116 * arc-newlib-tdep.c: Remove _initialize_arc_newlib_tdep prototype.
8117 * arc-tdep.c: Remove _initialize_arc_tdep prototype.
8118 * arch-utils.c: Remove _initialize_gdbarch_utils prototype.
8119 * arm-linux-nat.c: Remove _initialize_arm_linux_nat prototype.
8120 * arm-linux-tdep.c: Remove _initialize_arm_linux_tdep prototype.
8121 * arm-nbsd-tdep.c: Remove _initialize_arm_netbsd_tdep prototype.
8122 * arm-obsd-tdep.c: Remove _initialize_armobsd_tdep prototype.
8123 * arm-symbian-tdep.c: Remove _initialize_arm_symbian_tdep
8124 prototype.
8125 * arm-tdep.c: Remove _initialize_arm_tdep prototype.
8126 * arm-wince-tdep.c: Remove _initialize_arm_wince_tdep prototype.
8127 * auto-load.c: Remove _initialize_auto_load prototype.
8128 * auxv.c: Remove _initialize_auxv prototype.
8129 * avr-tdep.c: Remove _initialize_avr_tdep prototype.
8130 * ax-gdb.c: Remove _initialize_ax_gdb prototype.
8131 * bfin-linux-tdep.c: Remove _initialize_bfin_linux_tdep prototype.
8132 * bfin-tdep.c: Remove _initialize_bfin_tdep prototype.
8133 * break-catch-sig.c: Remove _initialize_break_catch_sig prototype.
8134 * break-catch-syscall.c: Remove _initialize_break_catch_syscall
8135 prototype.
8136 * break-catch-throw.c: Remove _initialize_break_catch_throw
8137 prototype.
8138 * breakpoint.c: Remove _initialize_breakpoint prototype.
8139 * bsd-uthread.c: Remove _initialize_bsd_uthread prototype.
8140 * btrace.c: Remove _initialize_btrace prototype.
8141 * charset.c: Remove _initialize_charset prototype.
8142 * cli/cli-cmds.c: Remove _initialize_cli_cmds prototype.
8143 * cli/cli-dump.c: Remove _initialize_cli_dump prototype.
8144 * cli/cli-interp.c: Remove _initialize_cli_interp prototype.
8145 * cli/cli-logging.c: Remove _initialize_cli_logging prototype.
8146 * cli/cli-script.c: Remove _initialize_cli_script prototype.
8147 * coff-pe-read.c: Remove _initialize_coff_pe_read prototype.
8148 * coffread.c: Remove _initialize_coffread prototype.
8149 * compile/compile.c: Remove _initialize_compile prototype.
8150 * complaints.c: Remove _initialize_complaints prototype.
8151 * completer.c: Remove _initialize_completer prototype.
8152 * copying.awk: Remove _initialize_copying prototype.
8153 * copying.c: Regenerate.
8154 * core-regset.c: Remove _initialize_core_regset prototype.
8155 * corefile.c: Remove _initialize_core prototype.
8156 * corelow.c: Remove _initialize_corelow prototype.
8157 * cp-abi.c: Remove _initialize_cp_abi prototype.
8158 * cp-namespace.c: Remove _initialize_cp_namespace prototype.
8159 * cp-support.c: Remove _initialize_cp_support prototype.
8160 * cp-valprint.c: Remove _initialize_cp_valprint prototype.
8161 * cris-linux-tdep.c: Remove _initialize_cris_linux_tdep prototype.
8162 * cris-tdep.c: Remove _initialize_cris_tdep prototype.
8163 * ctf.c: Remove _initialize_ctf prototype.
8164 * d-lang.c: Remove _initialize_d_language prototype.
8165 * darwin-nat-info.c: Remove _initialize_darwin_info_commands
8166 prototype.
8167 * darwin-nat.c: Remove _initialize_darwin_inferior prototype.
8168 * dbxread.c: Remove _initialize_dbxread prototype.
8169 * dcache.c: Remove _initialize_dcache prototype.
8170 * demangle.c: Remove _initialize_demangler prototype.
8171 * disasm-selftests.c: Remove _initialize_disasm_selftests
8172 prototype.
8173 * disasm.c: Remove _initialize_disasm prototype.
8174 * dtrace-probe.c: Remove _initialize_dtrace_probe prototype.
8175 * dummy-frame.c: Remove _initialize_dummy_frame prototype.
8176 * dwarf2-frame-tailcall.c: Remove _initialize_tailcall_frame
8177 prototype.
8178 * dwarf2-frame.c: Remove _initialize_dwarf2_frame prototype.
8179 * dwarf2expr.c: Remove _initialize_dwarf2expr prototype.
8180 * dwarf2loc.c: Remove _initialize_dwarf2loc prototype.
8181 * dwarf2read.c: Remove _initialize_dwarf2_read prototype.
8182 * elfread.c: Remove _initialize_elfread prototype.
8183 * exec.c: Remove _initialize_exec prototype.
8184 * extension.c: Remove _initialize_extension prototype.
8185 * f-lang.c: Remove _initialize_f_language prototype.
8186 * f-valprint.c: Remove _initialize_f_valprint prototype.
8187 * fbsd-nat.c: Remove _initialize_fbsd_nat prototype.
8188 * fbsd-tdep.c: Remove _initialize_fbsd_tdep prototype.
8189 * filesystem.c: Remove _initialize_filesystem prototype.
8190 * findcmd.c: Remove _initialize_mem_search prototype.
8191 * fork-child.c: Remove _initialize_fork_child prototype.
8192 * frame-base.c: Remove _initialize_frame_base prototype.
8193 * frame-unwind.c: Remove _initialize_frame_unwind prototype.
8194 * frame.c: Remove _initialize_frame prototype.
8195 * frv-linux-tdep.c: Remove _initialize_frv_linux_tdep prototype.
8196 * frv-tdep.c: Remove _initialize_frv_tdep prototype.
8197 * ft32-tdep.c: Remove _initialize_ft32_tdep prototype.
8198 * gcore.c: Remove _initialize_gcore prototype.
8199 * gdb_bfd.c: Remove _initialize_gdb_bfd prototype.
8200 * gdbarch.c: Regenerate.
8201 * gdbarch.sh: Remove _initialize_gdbarch prototype.
8202 * gdbtypes.c: Remove _initialize_gdbtypes prototype.
8203 * gnu-nat.c: Remove _initialize_gnu_nat prototype.
8204 * gnu-v2-abi.c: Remove _initialize_gnu_v2_abi prototype.
8205 * gnu-v3-abi.c: Remove _initialize_gnu_v3_abi prototype.
8206 * go-lang.c: Remove _initialize_go_language prototype.
8207 * go32-nat.c: Remove _initialize_go32_nat prototype.
8208 * guile/guile.c: Remove _initialize_guile prototype.
8209 * h8300-tdep.c: Remove _initialize_h8300_tdep prototype.
8210 * hppa-linux-nat.c: Remove _initialize_hppa_linux_nat prototype.
8211 * hppa-linux-tdep.c: Remove _initialize_hppa_linux_tdep prototype.
8212 * hppa-nbsd-nat.c: Remove _initialize_hppanbsd_nat prototype.
8213 * hppa-nbsd-tdep.c: Remove _initialize_hppanbsd_tdep prototype.
8214 * hppa-obsd-nat.c: Remove _initialize_hppaobsd_nat prototype.
8215 * hppa-obsd-tdep.c: Remove _initialize_hppaobsd_tdep prototype.
8216 * hppa-tdep.c: Remove _initialize_hppa_tdep prototype.
8217 * i386-bsd-nat.c: Remove _initialize_i386bsd_nat prototype.
8218 * i386-cygwin-tdep.c: Remove _initialize_i386_cygwin_tdep
8219 prototype.
8220 * i386-darwin-tdep.c: Remove _initialize_i386_darwin_tdep
8221 prototype.
8222 * i386-dicos-tdep.c: Remove _initialize_i386_dicos_tdep prototype.
8223 * i386-fbsd-nat.c: Remove _initialize_i386fbsd_nat prototype.
8224 * i386-fbsd-tdep.c: Remove _initialize_i386fbsd_tdep prototype.
8225 * i386-gnu-nat.c: Remove _initialize_i386gnu_nat prototype.
8226 * i386-gnu-tdep.c: Remove _initialize_i386gnu_tdep prototype.
8227 * i386-linux-nat.c: Remove _initialize_i386_linux_nat prototype.
8228 * i386-linux-tdep.c: Remove _initialize_i386_linux_tdep prototype.
8229 * i386-nbsd-nat.c: Remove _initialize_i386nbsd_nat prototype.
8230 * i386-nbsd-tdep.c: Remove _initialize_i386nbsd_tdep prototype.
8231 * i386-nto-tdep.c: Remove _initialize_i386nto_tdep prototype.
8232 * i386-obsd-nat.c: Remove _initialize_i386obsd_nat prototype.
8233 * i386-obsd-tdep.c: Remove _initialize_i386obsd_tdep prototype.
8234 * i386-sol2-nat.c: Remove _initialize_amd64_sol2_nat prototype.
8235 * i386-sol2-tdep.c: Remove _initialize_amd64_sol2_tdep prototype.
8236 * i386-tdep.c: Remove _initialize_i386_tdep prototype.
8237 * i386-windows-nat.c: Remove _initialize_i386_windows_nat
8238 prototype.
8239 * ia64-libunwind-tdep.c: Remove _initialize_libunwind_frame
8240 prototype.
8241 * ia64-linux-nat.c: Remove _initialize_ia64_linux_nat prototype.
8242 * ia64-linux-tdep.c: Remove _initialize_ia64_linux_tdep prototype.
8243 * ia64-tdep.c: Remove _initialize_ia64_tdep prototype.
8244 * ia64-vms-tdep.c: Remove _initialize_ia64_vms_tdep prototype.
8245 * infcall.c: Remove _initialize_infcall prototype.
8246 * infcmd.c: Remove _initialize_infcmd prototype.
8247 * inferior.c: Remove _initialize_inferiors prototype.
8248 * inflow.c: Remove _initialize_inflow prototype.
8249 * infrun.c: Remove _initialize_infrun prototype.
8250 * interps.c: Remove _initialize_interpreter prototype.
8251 * iq2000-tdep.c: Remove _initialize_iq2000_tdep prototype.
8252 * jit.c: Remove _initialize_jit prototype.
8253 * language.c: Remove _initialize_language prototype.
8254 * linux-fork.c: Remove _initialize_linux_fork prototype.
8255 * linux-nat.c: Remove _initialize_linux_nat prototype.
8256 * linux-tdep.c: Remove _initialize_linux_tdep prototype.
8257 * linux-thread-db.c: Remove _initialize_thread_db prototype.
8258 * lm32-tdep.c: Remove _initialize_lm32_tdep prototype.
8259 * m2-lang.c: Remove _initialize_m2_language prototype.
8260 * m32c-tdep.c: Remove _initialize_m32c_tdep prototype.
8261 * m32r-linux-nat.c: Remove _initialize_m32r_linux_nat prototype.
8262 * m32r-linux-tdep.c: Remove _initialize_m32r_linux_tdep prototype.
8263 * m32r-tdep.c: Remove _initialize_m32r_tdep prototype.
8264 * m68hc11-tdep.c: Remove _initialize_m68hc11_tdep prototype.
8265 * m68k-bsd-nat.c: Remove _initialize_m68kbsd_nat prototype.
8266 * m68k-bsd-tdep.c: Remove _initialize_m68kbsd_tdep prototype.
8267 * m68k-linux-nat.c: Remove _initialize_m68k_linux_tdep prototype.
8268 * m68k-linux-tdep.c: Remove _initialize_m68k_linux_tdep prototype.
8269 * m68k-tdep.c: Remove _initialize_m68k_tdep prototype.
8270 * m88k-bsd-nat.c: Remove _initialize_m68kbsd_nat prototype.
8271 * m88k-tdep.c: Remove _initialize_m68kbsd_tdep prototype.
8272 * machoread.c: Remove _initialize_machoread prototype.
8273 * macrocmd.c: Remove _initialize_macrocmd prototype.
8274 * macroscope.c: Remove _initialize_macroscope prototype.
8275 * maint.c: Remove _initialize_maint_cmds prototype.
8276 * mdebugread.c: Remove _initialize_mdebugread prototype.
8277 * memattr.c: Remove _initialize_mem prototype.
8278 * mep-tdep.c: Remove _initialize_mep_tdep prototype.
8279 * mi/mi-cmd-env.c: Remove _initialize_mi_cmd_env prototype.
8280 * mi/mi-cmds.c: Remove _initialize_mi_cmds prototype.
8281 * mi/mi-interp.c: Remove _initialize_mi_interp prototype.
8282 * mi/mi-main.c: Remove _initialize_mi_main prototype.
8283 * microblaze-linux-tdep.c: Remove
8284 _initialize_microblaze_linux_tdep prototype.
8285 * microblaze-tdep.c: Remove _initialize_microblaze_tdep prototype.
8286 * mips-fbsd-nat.c: Remove _initialize_mips_fbsd_nat prototype.
8287 * mips-fbsd-tdep.c: Remove _initialize_mips_fbsd_tdep prototype.
8288 * mips-linux-nat.c: Remove _initialize_mips_linux_nat prototype.
8289 * mips-linux-tdep.c: Remove _initialize_mips_linux_tdep prototype.
8290 * mips-nbsd-nat.c: Remove _initialize_mipsnbsd_nat prototype.
8291 * mips-nbsd-tdep.c: Remove _initialize_mipsnbsd_tdep prototype.
8292 * mips-sde-tdep.c: Remove _initialize_mips_sde_tdep prototype.
8293 * mips-tdep.c: Remove _initialize_mips_tdep prototype.
8294 * mips64-obsd-nat.c: Remove _initialize_mips64obsd_nat prototype.
8295 * mips64-obsd-tdep.c: Remove _initialize_mips64obsd_tdep
8296 prototype.
8297 * mipsread.c: Remove _initialize_mipsread prototype.
8298 * mn10300-linux-tdep.c: Remove _initialize_mn10300_linux_tdep
8299 prototype.
8300 * mn10300-tdep.c: Remove _initialize_mn10300_tdep prototype.
8301 * moxie-tdep.c: Remove _initialize_moxie_tdep prototype.
8302 * msp430-tdep.c: Remove _initialize_msp430_tdep prototype.
8303 * mt-tdep.c: Remove _initialize_mt_tdep prototype.
8304 * nds32-tdep.c: Remove _initialize_nds32_tdep prototype.
8305 * nios2-linux-tdep.c: Remove _initialize_nios2_linux_tdep
8306 prototype.
8307 * nios2-tdep.c: Remove _initialize_nios2_tdep prototype.
8308 * nto-procfs.c: Remove _initialize_procfs prototype.
8309 * nto-tdep.c: Remove _initialize_nto_tdep prototype.
8310 * objc-lang.c: Remove _initialize_objc_language prototype.
8311 * objfiles.c: Remove _initialize_objfiles prototype.
8312 * observer.c: Remove observer_test_first_notification_function,
8313 observer_test_second_notification_function,
8314 observer_test_third_notification_function, and
8315 _initialize_observer prototypes.
8316 * opencl-lang.c: Remove _initialize_opencl_language prototypes.
8317 * osabi.c: Remove _initialize_gdb_osabi prototype.
8318 * osdata.c: Remove _initialize_osdata prototype.
8319 * p-valprint.c: Remove _initialize_pascal_valprint prototype.
8320 * parse.c: Remove _initialize_parse prototype.
8321 * ppc-fbsd-nat.c: Remove _initialize_ppcfbsd_nat prototype.
8322 * ppc-fbsd-tdep.c: Remove _initialize_ppcfbsd_tdep prototype.
8323 * ppc-linux-nat.c: Remove _initialize_ppc_linux_nat prototype.
8324 * ppc-linux-tdep.c: Remove _initialize_ppc_linux_tdep prototype.
8325 * ppc-nbsd-nat.c: Remove _initialize_ppcnbsd_nat prototype.
8326 * ppc-nbsd-tdep.c: Remove _initialize_ppcnbsd_tdep prototype.
8327 * ppc-obsd-nat.c: Remove _initialize_ppcobsd_nat prototype.
8328 * ppc-obsd-tdep.c: Remove _initialize_ppcobsd_tdep prototype.
8329 * printcmd.c: Remove _initialize_printcmd prototype.
8330 * probe.c: Remove _initialize_probe prototype.
8331 * proc-api.c: Remove _initialize_proc_api prototype.
8332 * proc-events.c: Remove _initialize_proc_events prototype.
8333 * proc-service.c: Remove _initialize_proc_service prototype.
8334 * procfs.c: Remove _initialize_procfs prototype.
8335 * psymtab.c: Remove _initialize_psymtab prototype.
8336 * python/python.c: Remove _initialize_python prototype.
8337 * ravenscar-thread.c: Remove _initialize_ravenscar prototype.
8338 * record-btrace.c: Remove _initialize_record_btrace prototype.
8339 * record-full.c: Remove _initialize_record_full prototype.
8340 * record.c: Remove _initialize_record prototype.
8341 * regcache.c: Remove _initialize_regcache prototype.
8342 * reggroups.c: Remove _initialize_reggroup prototype.
8343 * remote-notif.c: Remove _initialize_notif prototype.
8344 * remote-sim.c: Remove _initialize_remote_sim prototype.
8345 * remote.c: Remove _initialize_remote prototype.
8346 * reverse.c: Remove _initialize_reverse prototype.
8347 * rl78-tdep.c: Remove _initialize_rl78_tdep prototype.
8348 * rs6000-aix-tdep.c: Remove _initialize_rs6000_aix_tdep prototype.
8349 * rs6000-lynx178-tdep.c: Remove _initialize_rs6000_lynx178_tdep
8350 prototype.
8351 * rs6000-nat.c: Remove _initialize_rs6000_nat prototype.
8352 * rs6000-tdep.c: Remove _initialize_rs6000_tdep prototype.
8353 * rust-exp.y: Remove _initialize_rust_exp prototype.
8354 * rx-tdep.c: Remove _initialize_rx_tdep prototype.
8355 * s390-linux-nat.c: Remove _initialize_s390_nat prototype.
8356 * s390-linux-tdep.c: Remove _initialize_s390_tdep prototype.
8357 * score-tdep.c: Remove _initialize_score_tdep prototype.
8358 * selftest-arch.c: Remove _initialize_selftests_foreach_arch
8359 prototype.
8360 * ser-go32.c: Remove _initialize_ser_dos prototype.
8361 * ser-mingw.c: Remove _initialize_ser_windows prototype.
8362 * ser-pipe.c: Remove _initialize_ser_pipe prototype.
8363 * ser-tcp.c: Remove _initialize_ser_tcp prototype.
8364 * ser-unix.c: Remove _initialize_ser_hardwire prototype.
8365 * serial.c: Remove _initialize_serial prototype.
8366 * sh-linux-tdep.c: Remove _initialize_sh_linux_tdep prototype.
8367 * sh-nbsd-nat.c: Remove _initialize_shnbsd_nat prototype.
8368 * sh-nbsd-tdep.c: Remove _initialize_shnbsd_tdep prototype.
8369 * sh-tdep.c: Remove _initialize_sh_tdep prototype.
8370 * skip.c: Remove _initialize_step_skip prototype.
8371 * sol-thread.c: Remove _initialize_sol_thread prototype.
8372 * solib-aix.c: Remove _initialize_solib_aix prototype.
8373 * solib-darwin.c: Remove _initialize_darwin_solib prototype.
8374 * solib-dsbt.c: Remove _initialize_dsbt_solib prototype.
8375 * solib-frv.c: Remove _initialize_frv_solib prototype.
8376 * solib-spu.c: Remove _initialize_spu_solib prototype.
8377 * solib-svr4.c: Remove _initialize_svr4_solib prototype.
8378 * solib-target.c: Remove _initialize_solib_target prototype.
8379 * solib.c: Remove _initialize_solib prototype.
8380 * source.c: Remove _initialize_source prototype.
8381 * sparc-linux-nat.c: Remove _initialize_sparc_linux_nat prototype.
8382 * sparc-linux-tdep.c: Remove _initialize_sparc_linux_tdep
8383 prototype.
8384 * sparc-nat.c: Remove _initialize_sparc_nat prototype.
8385 * sparc-nbsd-nat.c: Remove _initialize_sparcnbsd_nat prototype.
8386 * sparc-nbsd-tdep.c: Remove _initialize_sparcnbsd_tdep prototype.
8387 * sparc-obsd-tdep.c: Remove _initialize_sparc32obsd_tdep
8388 prototype.
8389 * sparc-sol2-nat.c: Remove _initialize_sparc_sol2_nat prototype.
8390 * sparc-sol2-tdep.c: Remove _initialize_sparc_sol2_tdep prototype.
8391 * sparc-tdep.c: Remove _initialize_sparc_tdep prototype.
8392 * sparc64-fbsd-nat.c: Remove _initialize_sparc64fbsd_nat
8393 prototype.
8394 * sparc64-fbsd-tdep.c: Remove _initialize_sparc64fbsd_tdep
8395 prototype.
8396 * sparc64-linux-nat.c: Remove _initialize_sparc64_linux_nat
8397 prototype.
8398 * sparc64-linux-tdep.c: Remove _initialize_sparc64_linux_tdep
8399 prototype.
8400 * sparc64-nat.c: Remove _initialize_sparc64_nat prototype.
8401 * sparc64-nbsd-nat.c: Remove _initialize_sparc64nbsd_nat
8402 prototype.
8403 * sparc64-nbsd-tdep.c: Remove _initialize_sparc64nbsd_tdep
8404 prototype.
8405 * sparc64-obsd-nat.c: Remove _initialize_sparc64obsd_nat
8406 prototype.
8407 * sparc64-obsd-tdep.c: Remove _initialize_sparc64obsd_tdep
8408 prototype.
8409 * sparc64-sol2-tdep.c: Remove _initialize_sparc64_sol2_tdep
8410 prototype.
8411 * spu-linux-nat.c: Remove _initialize_spu_nat prototype.
8412 * spu-multiarch.c: Remove _initialize_spu_multiarch prototype.
8413 * spu-tdep.c: Remove _initialize_spu_tdep prototype.
8414 * stabsread.c: Remove _initialize_stabsread prototype.
8415 * stack.c: Remove _initialize_stack prototype.
8416 * stap-probe.c: Remove _initialize_stap_probe prototype.
8417 * std-regs.c: Remove _initialize_frame_reg prototype.
8418 * symfile-debug.c: Remove _initialize_symfile_debug prototype.
8419 * symfile-mem.c: Remove _initialize_symfile_mem prototype.
8420 * symfile.c: Remove _initialize_symfile prototype.
8421 * symmisc.c: Remove _initialize_symmisc prototype.
8422 * symtab.c: Remove _initialize_symtab prototype.
8423 * target-dcache.c: Remove _initialize_target_dcache prototype.
8424 * target-descriptions.c: Remove _initialize_target_descriptions
8425 prototype.
8426 * thread.c: Remove _initialize_thread prototype.
8427 * tic6x-linux-tdep.c: Remove _initialize_tic6x_linux_tdep
8428 prototype.
8429 * tic6x-tdep.c: Remove _initialize_tic6x_tdep prototype.
8430 * tilegx-linux-nat.c: Remove _initialize_tile_linux_nat prototype.
8431 * tilegx-linux-tdep.c: Remove _initialize_tilegx_linux_tdep
8432 prototype.
8433 * tilegx-tdep.c: Remove _initialize_tilegx_tdep prototype.
8434 * tracefile-tfile.c: Remove _initialize_tracefile_tfile prototype.
8435 * tracefile.c: Remove _initialize_tracefile prototype.
8436 * tracepoint.c: Remove _initialize_tracepoint prototype.
8437 * tui/tui-hooks.c: Remove _initialize_tui_hooks prototype.
8438 * tui/tui-interp.c: Remove _initialize_tui_interp prototype.
8439 * tui/tui-layout.c: Remove _initialize_tui_layout prototype.
8440 * tui/tui-regs.c: Remove _initialize_tui_regs prototype.
8441 * tui/tui-stack.c: Remove _initialize_tui_stack prototype.
8442 * tui/tui-win.c: Remove _initialize_tui_win prototype.
8443 * tui/tui.c: Remove _initialize_tui prototype.
8444 * typeprint.c: Remove _initialize_typeprint prototype.
8445 * user-regs.c: Remove _initialize_user_regs prototype.
8446 * utils.c: Remove _initialize_utils prototype.
8447 * v850-tdep.c: Remove _initialize_v850_tdep prototype.
8448 * valarith.c: Remove _initialize_valarith prototype.
8449 * valops.c: Remove _initialize_valops prototype.
8450 * valprint.c: Remove _initialize_valprint prototype.
8451 * value.c: Remove _initialize_values prototype.
8452 * varobj.c: Remove _initialize_varobj prototype.
8453 * vax-bsd-nat.c: Remove _initialize_vaxbsd_nat prototype.
8454 * vax-nbsd-tdep.c: Remove _initialize_vaxnbsd_tdep prototype.
8455 * vax-tdep.c: Remove _initialize_vax_tdep prototype.
8456 * windows-nat.c: Remove _initialize_windows_nat,
8457 _initialize_check_for_gdb_ini, and _initialize_loadable
8458 prototypes.
8459 * windows-tdep.c: Remove _initialize_windows_tdep prototype.
8460 * xcoffread.c: Remove _initialize_xcoffread prototype.
8461 * xml-support.c: Remove _initialize_xml_support prototype.
8462 * xstormy16-tdep.c: Remove _initialize_xstormy16_tdep prototype.
8463 * xtensa-linux-nat.c: Remove _initialize_xtensa_linux_nat
8464 prototype.
8465 * xtensa-linux-tdep.c: Remove _initialize_xtensa_linux_tdep
8466 prototype.
8467 * xtensa-tdep.c: Remove _initialize_xtensa_tdep prototype.
8468
8469 2017-09-08 Keith Seitz <keiths@redhat.com>
8470
8471 * dwarf2read.c (struct field_info) <fnfields>: Remove unused
8472 field.
8473
8474 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8475
8476 * f-valprint.c (f_val_print): Remove check for one byte
8477 sized integers. Remove printing of character type.
8478
8479 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8480 Christoph Weinmann <christoph.t.weinmann@intel.com>
8481 Bernhard Heckel <bernhard.heckel@intel.com>
8482
8483 * f-typeprint.c (f_type_print_base): Use fprintfi_filtered
8484 to maintain proper indentation when printing pointers/refs.
8485
8486 2017-09-07 Joel Brobecker <brobecker@adacore.com>
8487
8488 GDB 8.0.1 released.
8489
8490 2017-09-07 Joel Brobecker <brobecker@adacore.com>
8491
8492 * NEWS (Changes in GDB 7.11): Remove entry for QStartupWithShell.
8493
8494 2017-09-05 Tom Tromey <tom@tromey.com>
8495
8496 * parse.c (funcall_chain): Now a std::vector.
8497 (start_arglist, end_arglist): Simplify.
8498 (free_funcalls): Remove.
8499 (parse_exp_in_context_1): Remove cleanup.
8500
8501 2017-09-05 Tom Tromey <tom@tromey.com>
8502
8503 * go-exp.y (go_parse): Don't create a cleanup.
8504
8505 2017-09-05 Tom Tromey <tom@tromey.com>
8506
8507 * d-exp.y (PrimaryExpression): Use std::string.
8508 (d_parse): Don't create a cleanup.
8509
8510 2017-09-05 Tom Tromey <tom@tromey.com>
8511
8512 * utils.c (do_clear_parser_state): Remove.
8513 (make_cleanup_clear_parser_state): Remove.
8514 * p-exp.y (pascal_parse): Use scoped_restore.
8515 * m2-exp.y (m2_parse): Use scoped_restore.
8516 * f-exp.y (f_parse): Use scoped_restore.
8517 * d-exp.y (d_parse): Use scoped_restore.
8518 * c-exp.y (c_parse): Use scoped_restore.
8519 * ada-exp.y (ada_parse): Use scoped_restore.
8520 * utils.h (make_cleanup_clear_parser_state): Remove.
8521
8522 2017-09-06 Keith Seitz <keiths@redhat.com>
8523
8524 * dwarf2read.c (dw2_linkage_name_attr): New function.
8525 (dw2_linkage_name): New function.
8526 (dwarf2_compute_name, dwarf2_physname, read_call_site_scope)
8527 (guess_full_die_structure_name, dwarf2_name): Use dw2_linkage_name.
8528 (anonymous_struct_prefix, dwarf2_name): Use dw2_linkage_name_attr.
8529
8530 2017-09-06 Kamil Rytarowski <n54@gmx.com>
8531
8532 * config/djgpp/djconfig.sh: Correct shell portability issue.
8533
8534 2017-09-06 Kamil Rytarowski <n54@gmx.com>
8535
8536 * configure.nat: Define HAVE_NATIVE_GCORE_HOST on NetBSD.
8537
8538 2017-09-06 John Baldwin <jhb@FreeBSD.org>
8539
8540 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
8541 * NEWS: Mention new FreeBSD/mips native configuration.
8542 * configure.host: Add aarch64*-*-freebsd*.
8543 * configure.nat: Likewise.
8544 * aarch64-fbsd-nat.c: New file.
8545
8546 2017-09-06 John Baldwin <jhb@FreeBSD.org>
8547
8548 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-fbsd-tdep.o.
8549 (ALLDEPFILES): Add aarch64-fbsd-tdep.c.
8550 * NEWS: Mention new FreeBSD/aarch64 target.
8551 * configure.tgt: Add aarch64*-*-freebsd*.
8552 * aarch64-fbsd-tdep.c: New file.
8553 * aarch64-fbsd-tdep.h: New file.
8554
8555 2017-09-06 Kamil Rytarowski <n54@gmx.com>
8556
8557 * MAINTAINERS (Write After Approval): Add Kamil Rytarowski.
8558
8559 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8560
8561 * parse.c (find_minsym_type_and_address): Don't relocate addresses
8562 of TLS symbols.
8563
8564 2017-09-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8565
8566 * objfiles.c (get_objfile_bfd_data): Remove useless obstack_init
8567 call.
8568
8569 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8570
8571 * infrun.c (follow_exec): Call add_thread after
8572 target_find_description.
8573
8574 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8575
8576 * infrun.c (handle_inferior_event_1): When exec'ing, read
8577 stop_pc after follow_exec.
8578
8579 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8580
8581 * remote.c (process_g_packet): Update error message.
8582
8583 2017-09-05 Yao Qi <yao.qi@linaro.org>
8584
8585 * configure.tgt (gdb_target_obs): Add i386.o for x86_64-*
8586 targets.
8587
8588 2017-09-05 Pedro Alves <palves@redhat.com>
8589
8590 * eval.c (eval_call, evaluate_funcall): New functions, factored
8591 out from ...
8592 (evaluate_subexp_standard): ... this.
8593
8594 2017-09-05 Yao Qi <yao.qi@linaro.org>
8595
8596 * amd64-tdep.c (amd64_target_description): Create target
8597 descriptions.
8598 (_initialize_amd64_tdep): Don't call functions
8599 initialize_tdesc_amd64_*. Add self tests.
8600 * arch/amd64.c (amd64_create_target_description): Add parameter
8601 is_linux. Call set_tdesc_osabi if is_linux is true.
8602 * arch/amd64.h (amd64_create_target_description): Update the
8603 declaration.
8604 * arch/i386.c (i386_create_target_description): Add parameter
8605 is_linux. Call set_tdesc_osabi if is_linux is true.
8606 * arch/i386.h (i386_create_target_description): Update
8607 declaration.
8608 * configure.tgt: Add i386.o to gdb_target_obs.
8609 * features/Makefile (XMLTOC): Remove i386/*.xml.
8610 * features/i386/amd64-avx-avx512.c: Remove.
8611 * features/i386/amd64-avx-mpx-avx512-pku.c: Remove.
8612 * features/i386/amd64-avx-mpx.c: Remove.
8613 * features/i386/amd64-avx.c: Remove.
8614 * features/i386/amd64-mpx.c: Remove.
8615 * features/i386/amd64.c: Remove.
8616 * features/i386/i386-avx-avx512.c: Remove.
8617 * features/i386/i386-avx-mpx-avx512-pku.c: Remove.
8618 * features/i386/i386-avx-mpx.c: Remove.
8619 * features/i386/i386-avx.c: Remove.
8620 * features/i386/i386-mmx.c: Remove.
8621 * features/i386/i386-mpx.c: Remove.
8622 * features/i386/i386.c: Remove.
8623 * i386-tdep.c: Don't include features/i386/i386*.c., include
8624 target-descriptions.h and arch/i386.h.
8625 (i386_target_description): Create target descriptions.
8626 (i386_gdbarch_init): Don't call initialize_tdesc_i386_*
8627 functions. Do self tests.
8628
8629 2017-09-05 Yao Qi <yao.qi@linaro.org>
8630
8631 * features/Makefile (XMLTOC): Remove i386/amd64XXX-linux.xml.
8632 * features/i386/amd64-avx-avx512-linux.c: Removed.
8633 * features/i386/amd64-avx-linux.c: Removed.
8634 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Removed.
8635 * features/i386/amd64-avx-mpx-linux.c: Removed.
8636 * features/i386/amd64-linux.c: Removed.
8637 * features/i386/amd64-mpx-linux.c: Removed.
8638 * features/i386/x32-avx-avx512-linux.c: Removed.
8639 * features/i386/x32-avx-linux.c: Removed.
8640 * features/i386/x32-linux.c: Removed.
8641
8642 2017-09-05 Yao Qi <yao.qi@linaro.org>
8643
8644 * amd64-linux-tdep.c: Include arch/amd64.h. Don't include
8645 features/i386/*.c.
8646 (amd64_linux_read_description): Call
8647 amd64_create_target_description.
8648 * arch/amd64.c: New file.
8649 * arch/amd64.h: New file.
8650 * configure.tgt (x86_64-*-linux*): Append amd64.o.
8651 * Makefile.in (ALL_64_TARGET_OBS): Append amd64.o.
8652
8653 2017-09-05 Yao Qi <yao.qi@linaro.org>
8654
8655 * amd64-linux-tdep.c: Don't include amd64-XXX-linux and
8656 x32-XXX-linux.c. Include 64bit-XX.c and x32-XX.c.
8657 (amd64_linux_read_description): Create target descriptions.
8658 (_initialize_amd64_linux_tdep): Don't call initialize_tdesc_XXX
8659 functions. Add unit tests.
8660 * features/Makefile (FEATURE_XMLFILES): Append 64bit-XXX.xml and
8661 x32-core.xml.
8662 * features/i386/64bit-avx.c: Generated.
8663 * features/i386/64bit-avx512.c: Generated.
8664 * features/i386/64bit-core.c: Generated.
8665 * features/i386/64bit-linux.c: Generated.
8666 * features/i386/64bit-mpx.c: Generated.
8667 * features/i386/64bit-pkeys.c: Generated.
8668 * features/i386/64bit-segments.c: Generated.
8669 * features/i386/64bit-sse.c: Generated.
8670 * features/i386/x32-core.c: Generated.
8671 * target-descriptions.c (maint_print_c_tdesc_cmd): Print feature
8672 c files for amd64-linux and x32-linux.
8673
8674 2017-09-05 Yao Qi <yao.qi@linaro.org>
8675
8676 * amd64-linux-tdep.c (amd64_linux_read_description): New
8677 function.
8678 (amd64_linux_core_read_description): Call
8679 amd64_linux_read_description.
8680 (amd64_linux_init_abi): Likewise.
8681 (amd64_x32_linux_init_abi): Likewise.
8682 * amd64-linux-tdep.h (amd64_linux_read_description): Declare.
8683 * x86-linux-nat.c (x86_linux_read_description): Call
8684 amd64_linux_read_description.
8685
8686 2017-09-05 Yao Qi <yao.qi@linaro.org>
8687
8688 * amd64-linux-tdep.c (amd64_linux_core_read_description): Update
8689 comments.
8690
8691 2017-09-05 Yao Qi <yao.qi@linaro.org>
8692
8693 * features/Makefile (XMLTOC): Remove i386/i386-XX-linux.xml.
8694 * features/i386/i386-avx-avx512-linux.c: Remove.
8695 * features/i386/i386-avx-linux.c: Remove.
8696 * features/i386/i386-avx-mpx-avx512-pku-linux.c: Remove.
8697 * features/i386/i386-avx-mpx-linux.c: Remove.
8698 * features/i386/i386-linux.c: Remove.
8699 * features/i386/i386-mmx-linux.c: Remove.
8700 * features/i386/i386-mpx-linux.c: Remove.
8701
8702 2017-09-05 Yao Qi <yao.qi@linaro.org>
8703
8704 * Makefile.in (ALL_TARGET_OBS): Add i386.o.
8705 (SFILES): Add arch/i386.c.
8706 (HFILES_NO_SRCDIR): Add arch/i386.h.
8707 * arch/i386.c: New file.
8708 * arch/i386.h: New file.
8709 * arch/tdesc.h (allocate_target_description): Declare.
8710 (set_tdesc_architecture): Declare.
8711 (set_tdesc_osabi): Declare.
8712 * configure.tgt (i[34567]86-*-linux*): Add i386.o.
8713 * i386-linux-tdep.c: Don't include ../features/i386/32bit-XXX.c.
8714 include arch/i386.h.
8715 (i386_linux_read_description): Remove code and call
8716 i386_create_target_description.
8717 (set_tdesc_architecture): New function.
8718 (set_tdesc_osabi): New function.
8719 * target-descriptions.h (allocate_target_description): Remove.
8720
8721 2017-09-05 Yao Qi <yao.qi@linaro.org>
8722
8723 * arch/tdesc.h (tdesc_create_feature): Add an argument xml.
8724 * target-descriptions.c (tdesc_create_feature): Likewise, and
8725 adjust code.
8726 * features/i386/32bit-avx.c: Re-generated.
8727 * features/i386/32bit-avx512.c: Re-generated.
8728 * features/i386/32bit-core.c: Re-generated.
8729 * features/i386/32bit-linux.c: Re-generated.
8730 * features/i386/32bit-mpx.c: Re-generated.
8731 * features/i386/32bit-pkeys.c: Re-generated.
8732 * features/i386/32bit-sse.c: Re-generated.
8733
8734 2017-09-05 Yao Qi <yao.qi@linaro.org>
8735
8736 * regformats/regdef.h (struct reg): Override operator == and !=.
8737
8738 2017-09-05 Yao Qi <yao.qi@linaro.org>
8739
8740 * arch/tdesc.h: New file.
8741 * regformats/regdat.sh: Generate code using tdesc_create_reg.
8742 * target-descriptions.c: Update comments.
8743 * target-descriptions.h: Include "arch/tdesc.h". Remove the
8744 declarations.
8745 * features/i386/32bit-avx.c: Re-generated.
8746 * features/i386/32bit-avx512.c: Re-generated.
8747 * features/i386/32bit-core.c: Re-generated.
8748 * features/i386/32bit-linux.c: Re-generated.
8749 * features/i386/32bit-mpx.c: Re-generated.
8750 * features/i386/32bit-pkeys.c: Re-generated.
8751 * features/i386/32bit-sse.c: Re-generated.
8752
8753 2017-09-05 Yao Qi <yao.qi@linaro.org>
8754
8755 * regformats/regdat.sh: Update generated code.
8756
8757 2017-09-05 Yao Qi <yao.qi@linaro.org>
8758
8759 * regformats/regdat.sh: Adjust code order.
8760
8761 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8762
8763 * expprint.c (dump_subexp_body_standard): Use constant format
8764 string in fprintf_filtered call.
8765
8766 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8767
8768 * configure.nat: Add "x86-nat.o x86-dregs.o" for NetBSD/amd64 and
8769 NetBSD/i386.
8770 * x86-bsd-nat.c [!DBREG_DRX && __NetBSD__]: Define DBREG_DRX.
8771
8772 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8773
8774 * bsd-kvm.o: Make <sys/user.h> conditional on HAVE_SYS_USER_H.
8775
8776 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8777
8778 * bsd-kvm.o: Define _KMEMUSER.
8779 * configure.ac: Define _KMEMUSER when checking for "struct lwp".
8780 * configure: Regenerate.
8781
8782 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8783
8784 * amd64-fbsd-nat.c: Add include of "x86-xstate.h".
8785 * i386-fbsd-nat.c: Likewise.
8786
8787 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8788
8789 * unittests/array-view-selftests.c: Add include of <array>.
8790
8791 2017-09-04 John Baldwin <jhb@FreeBSD.org>
8792
8793 * spu-tdep.c (flush_ea_cache): Add missing argument to
8794 call_function_by_hand.
8795
8796 2017-09-04 Pedro Alves <palves@redhat.com>
8797
8798 * NEWS (Safer support for debugging with no debug info): New.
8799
8800 2017-09-04 Pedro Alves <palves@redhat.com>
8801
8802 * c-exp.y (function_method, function_method_void): Add current
8803 instance flags to TYPE_INSTANCE.
8804 * dwarf2read.c (check_modifier): New.
8805 (compute_delayed_physnames): Assert that only C++ adds delayed
8806 physnames. Mark fn_fields as const/volatile depending on
8807 physname.
8808 * eval.c (make_params): New type_instance_flags parameter. Use
8809 it as the new type's instance flags.
8810 (evaluate_subexp_standard) <TYPE_INSTANCE>: Extract the instance
8811 flags element and pass it to make_params.
8812 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: Handle
8813 instance flags element.
8814 (dump_subexp_body_standard) <TYPE_INSTANCE>: Likewise.
8815 * gdbtypes.h: Include "enum-flags.h".
8816 (type_instance_flags): New enum-flags type.
8817 (TYPE_CONST, TYPE_VOLATILE, TYPE_RESTRICT, TYPE_ATOMIC)
8818 (TYPE_CODE_SPACE, TYPE_DATA_SPACE): Return boolean.
8819 * parse.c (operator_length_standard) <TYPE_INSTANCE>: Adjust.
8820 (follow_type_instance_flags): New function.
8821 (operator_check_standard) <TYPE_INSTANCE>: Adjust.
8822 * parser-defs.h (follow_type_instance_flags): Declare.
8823 * valops.c (value_struct_elt_for_reference): const/volatile must
8824 match too.
8825
8826 2017-09-04 Pedro Alves <palves@redhat.com>
8827
8828 * cp-namespace.c (cp_search_static_and_baseclasses): Handle
8829 function/method scopes; lookup the nested name as a function local
8830 static variable.
8831
8832 2017-09-04 Pedro Alves <palves@redhat.com>
8833
8834 (%type <voidval>): Add function_method.
8835 * c-exp.y (exp): New production for calls with no arguments.
8836 (function_method, function_method_void_or_typelist): New
8837 productions.
8838 (exp): New production for "method()::static_var".
8839 * eval.c (evaluate_subexp_standard): Handle OP_FUNC_STATIC_VAR.
8840 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
8841 Handle OP_FUNC_STATIC_VAR.
8842 * parse.c (operator_length_standard):
8843 Handle OP_FUNC_STATIC_VAR.
8844
8845 2017-09-04 Pedro Alves <palves@redhat.com>
8846
8847 * eval.c (evaluate_subexp_standard): Remove UNOP_MEMVAL_TLS
8848 handling.
8849 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
8850 Ditto.
8851 * parse.c (operator_length_standard, operator_check_standard):
8852 Ditto.
8853 * std-operator.def (UNOP_MEMVAL_TLS): Delete.
8854
8855 2017-09-04 Pedro Alves <palves@redhat.com>
8856
8857 * ax-gdb.c: Include "typeprint.h".
8858 (gen_expr_for_cast): New function.
8859 (gen_expr) <OP_CAST, OP_CAST_TYPE>: Use it.
8860 <OP_VAR_VALUE, OP_MSYM_VAR_VALUE>: Error out if the variable's
8861 type is unknown.
8862 * dwarf2read.c (new_symbol_full): Fallback to int instead of
8863 nodebug_data_symbol.
8864 * eval.c: Include "typeprint.h".
8865 (evaluate_subexp_standard) <OP_VAR_VALUE, OP_VAR_MSYM_VALUE>:
8866 Error out if symbol has unknown type.
8867 <UNOP_CAST, UNOP_CAST_TYPE>: Common bits factored out to
8868 evaluate_subexp_for_cast.
8869 (evaluate_subexp_for_address, evaluate_subexp_for_sizeof): Handle
8870 OP_VAR_MSYM_VALUE.
8871 (evaluate_subexp_for_cast): New function.
8872 * gdbtypes.c (init_nodebug_var_type): New function.
8873 (objfile_type): Use it to initialize types of variables with no
8874 debug info.
8875 * typeprint.c (error_unknown_type): New.
8876 * typeprint.h (error_unknown_type): New declaration.
8877 * compile/compile-c-types.c (convert_type_basic): Handle
8878 TYPE_CODE_ERROR; warn and fallback to int for variables with
8879 unknown type.
8880
8881 2017-09-04 Pedro Alves <palves@redhat.com>
8882
8883 * eval.c (evaluate_var_value): New function, factored out from ...
8884 (evaluate_subexp_standard): ... here.
8885
8886 2017-09-04 Pedro Alves <palves@redhat.com>
8887
8888 * eval.c (evaluate_subexp_standard) <UNOP_COMPLEMENT, UNOP_ADDR>:
8889 Remove useless assignments to 'op'.
8890
8891 2017-09-04 Pedro Alves <palves@redhat.com>
8892
8893 * eval.c (eval_skip_value): New function.
8894 (evaluate_subexp_standard): Use it.
8895
8896 2017-09-04 Pedro Alves <palves@redhat.com>
8897
8898 * eval.c (evaluate_subexp_standard): <OP_FUNCALL>: Extract
8899 function name from symbol/minsym and pass it to
8900 error_call_unknown_return_type.
8901
8902 2017-09-04 Pedro Alves <palves@redhat.com>
8903
8904 * ada-lang.c (resolve_subexp): Handle OP_VAR_MSYM_VALUE.
8905 * ax-gdb.c (gen_msym_var_ref): New function.
8906 (gen_expr): Handle OP_VAR_MSYM_VALUE.
8907 * eval.c (evaluate_var_msym_value): New function.
8908 * eval.c (evaluate_subexp_standard): Handle OP_VAR_MSYM_VALUE.
8909 <OP_FUNCALL>: Extract function name from symbol/minsym and pass it
8910 to call_function_by_hand.
8911 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
8912 Handle OP_VAR_MSYM_VALUE.
8913 (union exp_element) <msymbol>: New field.
8914 * minsyms.h (struct type): Forward declare.
8915 (find_minsym_type_and_address): Declare.
8916 * parse.c (write_exp_elt_msym): New function.
8917 (write_exp_msymbol): Delete, refactored as ...
8918 (find_minsym_type_and_address): ... this new function.
8919 (write_exp_msymbol): Reimplement using OP_VAR_MSYM_VALUE.
8920 (operator_length_standard, operator_check_standard): Handle
8921 OP_VAR_MSYM_VALUE.
8922 * std-operator.def (OP_VAR_MSYM_VALUE): New.
8923
8924 2017-09-04 Pedro Alves <palves@redhat.com>
8925
8926 * ada-lang.c (ada_evaluate_subexp) <TYPE_CODE_FUNC>: Don't handle
8927 TYPE_GNU_IFUNC specially here. Throw error if return type is
8928 unknown.
8929 * ada-typeprint.c (print_func_type): Handle functions with unknown
8930 return type.
8931 * c-typeprint.c (c_type_print_base): Handle functions and methods
8932 with unknown return type.
8933 * compile/compile-c-symbols.c (convert_symbol_bmsym)
8934 <mst_text_gnu_ifunc>: Use nodebug_text_gnu_ifunc_symbol.
8935 * compile/compile-c-types.c: Include "objfiles.h".
8936 (convert_func): For functions with unknown return type, warn and
8937 default to int.
8938 * compile/compile-object-run.c (compile_object_run): Adjust call
8939 to call_function_by_hand_dummy.
8940 * elfread.c (elf_gnu_ifunc_resolve_addr): Adjust call to
8941 call_function_by_hand.
8942 * eval.c (evaluate_subexp_standard): Adjust calls to
8943 call_function_by_hand. Handle functions and methods with unknown
8944 return type. Pass expect_type to call_function_by_hand.
8945 * f-typeprint.c (f_type_print_base): Handle functions with unknown
8946 return type.
8947 * gcore.c (call_target_sbrk): Adjust call to
8948 call_function_by_hand.
8949 * gdbtypes.c (objfile_type): Leave nodebug text symbol with NULL
8950 return type instead of int. Make nodebug_text_gnu_ifunc_symbol be
8951 an integer address type instead of nodebug.
8952 * guile/scm-value.c (gdbscm_value_call): Adjust call to
8953 call_function_by_hand.
8954 * infcall.c (error_call_unknown_return_type): New function.
8955 (call_function_by_hand): New "default_return_type" parameter.
8956 Pass it down.
8957 (call_function_by_hand_dummy): New "default_return_type"
8958 parameter. Use it instead of defaulting to int. If there's no
8959 default and the return type is unknown, throw an error. If
8960 there's a default return type, and the called function has no
8961 debug info, then assume the function is prototyped.
8962 * infcall.h (call_function_by_hand, call_function_by_hand_dummy):
8963 New "default_return_type" parameter.
8964 (error_call_unknown_return_type): New declaration.
8965 * linux-fork.c (call_lseek): Cast return type of lseek.
8966 (inferior_call_waitpid, checkpoint_command): Adjust calls to
8967 call_function_by_hand.
8968 * linux-tdep.c (linux_infcall_mmap, linux_infcall_munmap): Adjust
8969 calls to call_function_by_hand.
8970 * m2-typeprint.c (m2_procedure): Handle functions with unknown
8971 return type.
8972 * objc-lang.c (lookup_objc_class, lookup_child_selector)
8973 (value_nsstring, print_object_command): Adjust calls to
8974 call_function_by_hand.
8975 * p-typeprint.c (pascal_type_print_varspec_prefix): Handle
8976 functions with unknown return type.
8977 (pascal_type_print_func_varspec_suffix): New function.
8978 (pascal_type_print_varspec_suffix) <TYPE_CODE_FUNC,
8979 TYPE_CODE_METHOD>: Use it.
8980 * python/py-value.c (valpy_call): Adjust call to
8981 call_function_by_hand.
8982 * rust-lang.c (rust_evaluate_funcall): Adjust call to
8983 call_function_by_hand.
8984 * valarith.c (value_x_binop, value_x_unop): Adjust calls to
8985 call_function_by_hand.
8986 * valops.c (value_allocate_space_in_inferior): Adjust call to
8987 call_function_by_hand.
8988 * typeprint.c (type_print_unknown_return_type): New function.
8989 * typeprint.h (type_print_unknown_return_type): New declaration.
8990
8991 2017-09-04 Pedro Alves <palves@redhat.com>
8992
8993 * gdbtypes.c (lookup_function_type_with_arguments): Mark function
8994 types with more than one parameter as prototyped.
8995
8996 2017-09-04 Pedro Alves <palves@redhat.com>
8997
8998 * cli/cli-cmds.c (print_disassembly, disassemble_current_function)
8999 (disassemble_command): Use gdb_disassembly_flags instead of bare
9000 int.
9001 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn)
9002 (dump_insns, do_mixed_source_and_assembly_deprecated)
9003 (do_mixed_source_and_assembly, do_assembly_only, gdb_disassembly):
9004 Use gdb_disassembly_flags instead of bare int.
9005 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED, DISASSEMBLY_RAW_INSN)
9006 (DISASSEMBLY_OMIT_FNAME, DISASSEMBLY_FILENAME)
9007 (DISASSEMBLY_OMIT_PC, DISASSEMBLY_SOURCE)
9008 (DISASSEMBLY_SPECULATIVE): No longer macros. Instead they're...
9009 (enum gdb_disassembly_flag): ... values of this new enumeration.
9010 (gdb_disassembly_flags): Define.
9011 (gdb_disassembly)
9012 (gdb_pretty_print_disassembler::pretty_print_insn): Use it.
9013 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Use
9014 gdb_disassembly_flags instead of bare int.
9015 * record-btrace.c (btrace_insn_history)
9016 (record_btrace_insn_history, record_btrace_insn_history_range)
9017 (record_btrace_insn_history_from): Use gdb_disassembly_flags
9018 instead of bare int.
9019 * record.c (get_insn_history_modifiers, cmd_record_insn_history):
9020 Use gdb_disassembly_flags instead of bare int.
9021 * target-debug.h (target_debug_print_gdb_disassembly_flags):
9022 Define.
9023 * target-delegates.c: Regenerate.
9024 * target.c (target_insn_history, target_insn_history_from)
9025 (target_insn_history_range): Use gdb_disassembly_flags instead of
9026 bare int.
9027 * target.h: Include "disasm.h".
9028 (struct target_ops) <to_insn_history, to_insn_history_from,
9029 to_insn_history_range>: Use gdb_disassembly_flags instead of bare
9030 int.
9031 (target_insn_history, target_insn_history_from)
9032 (target_insn_history_range): Use gdb_disassembly_flags instead of
9033 bare int.
9034
9035 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9036
9037 * cli/cli-script.c (build_command_line): For if/while commands,
9038 check whether args is empty.
9039
9040 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9041
9042 * cli/cli-script.h (enum misc_command_type): Move from defs.h.
9043 (enum command_control_type): Likewise.
9044 (struct command_line): Likewise.
9045 (free_command_lines): Likewise.
9046 (struct command_lines_deleter): Likewise.
9047 (command_line_up): Likewise.
9048 (read_command_lines): Likewise.
9049 (read_command_lines_1): Likewise.
9050 * defs.h (enum misc_command_type): Move to cli/cli-script.h.
9051 (enum command_control_type): Likewise.
9052 (struct command_line): Likewise.
9053 (free_command_lines): Likewise.
9054 (struct command_lines_deleter): Likewise.
9055 (command_line_up): Likewise.
9056 (read_command_lines): Likewise.
9057 (read_command_lines_1): Likewise.
9058 * breakpoint.h: Include cli/cli-script.h.
9059 * extension-priv.h: Likewise.
9060 * gdbcmd.h: Likewise.
9061
9062 2017-09-04 Pedro Alves <palves@redhat.com>
9063
9064 * ada-lang.c (is_known_support_routine): Move sal declaration to
9065 where it is initialized.
9066 * breakpoint.c (create_internal_breakpoint, init_catchpoint)
9067 (parse_breakpoint_sals, decode_static_tracepoint_spec)
9068 (clear_command, update_static_tracepoint): Remove init_sal
9069 references. Move declarations closer to initializations.
9070 * cli/cli-cmds.c (list_command): Move sal declarations closer to
9071 initializations.
9072 * elfread.c (elf_gnu_ifunc_resolver_stop): Remove init_sal
9073 references. Move sal declarations closer to initializations.
9074 * frame.c (find_frame_sal): Return a symtab_and_line via function
9075 return instead of output parameter. Remove init_sal references.
9076 * frame.h (find_frame_sal): Return a symtab_and_line via function
9077 return instead of output parameter.
9078 * guile/scm-frame.c (gdbscm_frame_sal): Adjust.
9079 * guile/scm-symtab.c (stscm_make_sal_smob): Use in-place new
9080 instead of memset.
9081 (gdbscm_find_pc_line): Remove init_sal reference.
9082 * infcall.c (call_function_by_hand_dummy): Remove init_sal
9083 references. Move declarations closer to initializations.
9084 * infcmd.c (set_step_frame): Update. Move declarations closer to
9085 initializations.
9086 (finish_backward): Remove init_sal references. Move declarations
9087 closer to initializations.
9088 * infrun.c (process_event_stop_test, handle_step_into_function)
9089 (insert_hp_step_resume_breakpoint_at_frame)
9090 (insert_step_resume_breakpoint_at_caller): Likewise.
9091 * linespec.c (create_sals_line_offset, decode_digits_ordinary)
9092 (symbol_to_sal): Likewise.
9093 * probe.c (parse_probes_in_pspace): Remove init_sal reference.
9094 * python/py-frame.c (frapy_find_sal): Move sal declaration closer
9095 to its initialization.
9096 * reverse.c (save_bookmark_command): Use new/delete. Remove
9097 init_sal references. Move declarations closer to initializations.
9098 * source.c (get_current_source_symtab_and_line): Remove brace
9099 initialization.
9100 (set_current_source_symtab_and_line): Now takes the sal by const
9101 reference. Remove brace initialization.
9102 (line_info): Remove init_sal reference.
9103 * source.h (set_current_source_symtab_and_line): Now takes a
9104 symtab_and_line via const reference.
9105 * stack.c (set_current_sal_from_frame): Adjust.
9106 (print_frame_info): Adjust.
9107 (get_last_displayed_sal): Return the sal via function return
9108 instead of via output parameter. Simplify.
9109 (frame_info): Adjust.
9110 * stack.h (get_last_displayed_sal): Return the sal via function
9111 return instead of via output parameter.
9112 * symtab.c (init_sal): Delete.
9113 (find_pc_sect_line): Remove init_sal references. Move
9114 declarations closer to initializations.
9115 (find_function_start_sal): Remove init_sal references. Move
9116 declarations closer to initializations.
9117 * symtab.h (struct symtab_and_line): In-class initialize all
9118 fields.
9119 * tracepoint.c (set_traceframe_context)
9120 (print_one_static_tracepoint_marker): Remove init_sal references.
9121 Move declarations closer to initializations.
9122 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Adjust.
9123 * tui/tui-stack.c (tui_show_frame_info): Adjust. Move
9124 declarations closer to initializations.
9125 * tui/tui-winsource.c (tui_update_source_window_as_is): Remove
9126 init_sal references. Adjust.
9127
9128 2017-09-04 Pedro Alves <palves@redhat.com>
9129
9130 * ax-gdb.c (agent_command_1): Use range-for.
9131 * break-catch-throw.c (re_set_exception_catchpoint): Update.
9132 * breakpoint.c: Include "common/array-view.h".
9133 (init_breakpoint_sal, create_breakpoint_sal): Change sals
9134 parameter from struct symtabs_and_lines to
9135 array_view<symtab_and_line>. Adjust. Use range-for. Update.
9136 (breakpoint_sals_to_pc): Change sals parameter from struct
9137 symtabs_and_lines to std::vector reference.
9138 (check_fast_tracepoint_sals): Change sals parameter from struct
9139 symtabs_and_lines to std::array_view. Use range-for.
9140 (decode_static_tracepoint_spec): Return a std::vector instead of
9141 symtabs_and_lines. Update.
9142 (create_breakpoint): Update.
9143 (break_range_command, until_break_command, clear_command): Update.
9144 (base_breakpoint_decode_location, bkpt_decode_location)
9145 (bkpt_probe_create_sals_from_location)
9146 (bkpt_probe_decode_location, tracepoint_decode_location)
9147 (tracepoint_probe_decode_location)
9148 (strace_marker_create_sals_from_location): Return a std::vector
9149 instead of symtabs_and_lines.
9150 (strace_marker_create_breakpoints_sal): Update.
9151 (strace_marker_decode_location): Return a std::vector instead of
9152 symtabs_and_lines. Update.
9153 (update_breakpoint_locations): Change struct symtabs_and_lines
9154 parameters to gdb::array_view. Adjust.
9155 (location_to_sals): Return a std::vector instead of
9156 symtabs_and_lines. Update.
9157 (breakpoint_re_set_default): Use std::vector instead of struct
9158 symtabs_and_lines.
9159 (decode_location_default): Return a std::vector instead of
9160 symtabs_and_lines. Update.
9161 * breakpoint.h: Include "common/array-view.h".
9162 (struct breakpoint_ops) <decode_location>: Now returns a
9163 std::vector instead of returning a symtabs_and_lines via output
9164 parameter.
9165 (update_breakpoint_locations): Change sals parameters to use
9166 gdb::array_view.
9167 * cli/cli-cmds.c (edit_command, list_command): Update to use
9168 std::vector and gdb::array_view.
9169 (ambiguous_line_spec): Adjust to use gdb::array_view and
9170 range-for.
9171 (compare_symtabs): Rename to ...
9172 (cmp_symtabs): ... this. Change parameters to symtab_and_line
9173 const reference and adjust.
9174 (filter_sals): Rewrite using std::vector and standard algorithms.
9175 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Simplify.
9176 (jump_command): Update to use std::vector.
9177 * linespec.c (struct linespec_state) <canonical_names>: Update
9178 comment.
9179 (add_sal_to_sals_basic): Delete.
9180 (add_sal_to_sals, filter_results, convert_results_to_lsals)
9181 (decode_line_2, create_sals_line_offset)
9182 (convert_address_location_to_sals, convert_linespec_to_sals)
9183 (convert_explicit_location_to_sals, parse_linespec)
9184 (event_location_to_sals, decode_line_full, decode_line_1)
9185 (decode_line_with_current_source)
9186 (decode_line_with_last_displayed, decode_objc)
9187 (decode_digits_list_mode, decode_digits_ordinary, minsym_found)
9188 (linespec_result::~linespec_result): Adjust to use std::vector
9189 instead of symtabs_and_lines.
9190 * linespec.h (linespec_sals::sals): Now a std::vector.
9191 (struct linespec_result): Use std::vector, bool, and in-class
9192 initialization.
9193 (decode_line_1, decode_line_with_current_source)
9194 (decode_line_with_last_displayed): Return std::vector.
9195 * macrocmd.c (info_macros_command): Use std::vector.
9196 * mi/mi-main.c (mi_cmd_trace_find): Use std::vector.
9197 * probe.c (parse_probes_in_pspace, parse_probes): Adjust to use
9198 std::vector.
9199 * probe.h (parse_probes): Return a std::vector.
9200 * python/python.c (gdbpy_decode_line): Use std::vector and
9201 gdb::array_view.
9202 * source.c (select_source_symtab, line_info): Use std::vector.
9203 * stack.c (func_command): Use std::vector.
9204 * symtab.h (struct symtabs_and_lines): Delete.
9205 * tracepoint.c (tfind_line_command, scope_info): Use std::vector.
9206
9207 2017-09-04 Pedro Alves <palves@redhat.com>
9208
9209 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
9210 unittests/array-view-selftests.c.
9211 (SUBDIR_UNITTESTS_OBS): Add array-view-selftests.o.
9212 * common/array-view.h: New file.
9213 * unittests/array-view-selftests.c: New file.
9214
9215 2017-09-04 Pedro Alves <palves@redhat.com>
9216
9217 * cli/cli-cmds.c (edit_command): Pass message to
9218 ambiguous_line_spec.
9219 (list_command): Pass message to ambiguous_line_spec. Say
9220 "first"/"last" instead of "start" and "end" to be consistent with
9221 the manual.
9222 (ambiguous_line_spec): Add 'format' and vararg parameters. Use
9223 them to print formatted message.
9224
9225 2017-09-04 Pedro Alves <palves@redhat.com>
9226
9227 * btrace.c (ftrace_add_pt): Pass btrace_insn to
9228 ftrace_update_insns by reference instead of pointer.
9229
9230 2017-09-04 Yao Qi <yao.qi@linaro.org>
9231
9232 * i386-go32-tdep.c: Include x86-xstate.h.
9233 (i386_go32_init_abi): Call i386_target_description.
9234 * i386-tdep.c (i386_target_description): Return tdesc_i386_mmx
9235 if xcr0 is X86_XSTATE_X87_MASK.
9236 * i386-tdep.h (tdesc_i386): Remove the declaration.
9237 (tdesc_i386_mmx): Likewise.
9238
9239 2017-09-04 Yao Qi <yao.qi@linaro.org>
9240
9241 * i386-fbsd-tdep.c (i386fbsd_core_read_xcr0): Return
9242 X86_XSTATE_SSE_MASK instead of 0.
9243
9244 2017-09-04 Yao Qi <yao.qi@linaro.org>
9245
9246 * amd64-fbsd-nat.c (amd64fbsd_read_description): Call
9247 i386_target_description.
9248 * i386-fbsd-nat.c (i386fbsd_read_description): Call
9249 i386_target_description.
9250 * i386-tdep.c (i386_gdbarch_init): Likewise.
9251
9252 2017-09-04 Yao Qi <yao.qi@linaro.org>
9253
9254 * amd64-darwin-tdep.c: Include "x86-xstate.h".
9255 (x86_darwin_init_abi_64): Call amd64_target_description.
9256 * amd64-dicos-tdep.c: Likewise.
9257 * amd64-fbsd-nat.c: Likewise.
9258 * amd64-fbsd-tdep.c: Likewise.
9259 * amd64-nbsd-tdep.c: Likewise.
9260 * amd64-obsd-tdep.c: Likewise.
9261 * amd64-sol2-tdep.c: Likewise.
9262 * amd64-windows-tdep.c: Likewise.
9263 * amd64-tdep.h (tdesc_amd64): Remove the declaration.
9264
9265 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
9266
9267 * btrace.h (btrace_insn_s, DEF_VEC_O (btrace_insn_s)): Remove.
9268 (btrace_function) <insn>: Change type to use std::vector.
9269 * btrace.c (ftrace_debug, ftrace_call_num_insn,
9270 ftrace_find_call, ftrace_new_gap, ftrace_update_function,
9271 ftrace_update_insns, ftrace_compute_global_level_offset,
9272 btrace_stitch_bts, btrace_clear, btrace_insn_get,
9273 btrace_insn_end, btrace_insn_next, btrace_insn_prev): Adjust to
9274 change to std::vector.
9275 (ftrace_update_insns): Adjust to change to std::vector, change
9276 type of INSN parameter.
9277 (btrace_compute_ftrace_bts): Adjust call to ftrace_update_insns.
9278 * record-btrace.c (btrace_call_history_insn_range,
9279 btrace_compute_src_line_range,
9280 record_btrace_frame_prev_register): Adjust to change to
9281 std::vector.
9282 * python/py-record-btrace.c (recpy_bt_func_instructions): Adjust
9283 to change to std::vector.
9284
9285 2017-09-03 Tom Tromey <tom@tromey.com>
9286
9287 * corefile.c (reopen_exec_file): Use std::string.
9288
9289 2017-09-03 Tom Tromey <tom@tromey.com>
9290
9291 * compile/compile.c (compile_register_name_mangled): Return
9292 std::string.
9293 * compile/compile-loc2c.c (pushf_register_address): Update.
9294 (pushf_register): Update.
9295 * compile/compile-c-types.c (convert_array): Update.
9296 * compile/compile-c-symbols.c (generate_vla_size): Update.
9297 (error_symbol_once): Use a gdb::unique_xmalloc_ptr.
9298 (symbol_substitution_name): Return a gdb::unique_xmalloc_ptr.
9299 (convert_one_symbol): Update.
9300 (generate_c_for_for_one_variable): Update.
9301 * compile/compile-c-support.c (c_get_range_decl_name): Return a
9302 std::string.
9303 (generate_register_struct): Update.
9304 * compile/compile-internal.h (c_get_range_decl_name): Return a
9305 std::string.
9306 (compile_register_name_mangled): Return std::string.
9307
9308 2017-09-03 Tom Tromey <tom@tromey.com>
9309
9310 * utils.c (perror_string): Return a std::string.
9311 (throw_perror_with_name, perror_warning_with_name): Update.
9312
9313 2017-09-03 Tom Tromey <tom@tromey.com>
9314
9315 * demangle.c (demangle_command): Use std::string,
9316 unique_xmalloc_ptr.
9317
9318 2017-09-03 Tom Tromey <tom@tromey.com>
9319
9320 * cli/cli-setshow.c (do_set_command): Use std::string.
9321
9322 2017-09-03 Tom Tromey <tom@tromey.com>
9323
9324 * cli/cli-cmds.c (cd_command): Use gdb::unique_xmalloc_ptr.
9325
9326 2017-09-03 Tom Tromey <tom@tromey.com>
9327
9328 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use std::string.
9329
9330 2017-09-03 Tom Tromey <tom@tromey.com>
9331
9332 * mi/mi-cmd-env.c (env_execute_cli_command): Use
9333 gdb::unique_xmalloc_ptr.
9334
9335 2017-09-03 Tom Tromey <tom@tromey.com>
9336
9337 * thread.c (print_thread_info_1): Use string_printf.
9338 (thread_apply_command, thread_apply_all_command): Use
9339 std::string.
9340
9341 2017-09-03 Tom Tromey <tom@tromey.com>
9342
9343 * valprint.c (val_print_string): Update.
9344 * gdbcore.h (memory_error_message): Return std::string.
9345 * corefile.c (memory_error_message): Return std::string.
9346 (memory_error): Update.
9347 * breakpoint.c (insert_bp_location): Update.
9348
9349 2017-09-03 Simon Marchi <simon.marchi@ericsson.com>
9350
9351 * target/waitstatus.h (target_waitstatus_to_string): Change
9352 return type to std::string.
9353 * target/waitstatus.c (target_waitstatus_to_string): Return
9354 std::string.
9355 * target.h (target_waitstatus_to_string): Remove declaration.
9356 * infrun.c (resume, clear_proceed_status_thread,
9357 print_target_wait_results, do_target_wait, save_waitstatus,
9358 stop_all_threads): Adjust.
9359 * record-btrace.c (record_btrace_wait): Adjust.
9360 * target-debug.h
9361 (target_debug_print_struct_target_waitstatus_p): Adjust.
9362
9363 2017-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9364
9365 PR gdb/22046
9366 * nat/linux-procfs.c (parse_proc_status_state): Fix PROC_STATE_STOPPED
9367 detection.
9368
9369 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
9370
9371 * NEWS (Changes since GDB 8.0): Add entry mentioning new support
9372 for setting/unsetting environment variables on the remote target.
9373 (New remote packets): Add entries for QEnvironmentHexEncoded,
9374 QEnvironmentUnset and QEnvironmentReset.
9375 * common/environ.c (gdb_environ::operator=): Extend method to
9376 handle m_user_set_env_list and m_user_unset_env_list.
9377 (gdb_environ::clear): Likewise.
9378 (match_var_in_string): Change type of first parameter from 'char
9379 *' to 'const char *'.
9380 (gdb_environ::set): Extend method to handle
9381 m_user_set_env_list and m_user_unset_env_list.
9382 (gdb_environ::unset): Likewise.
9383 (gdb_environ::clear_user_set_env): New method.
9384 (gdb_environ::user_set_envp): Likewise.
9385 (gdb_environ::user_unset_envp): Likewise.
9386 * common/environ.h (gdb_environ): Handle m_user_set_env_list and
9387 m_user_unset_env_list on move constructor/assignment.
9388 (unset): Add new default parameter 'update_unset_list = true'.
9389 (clear_user_set_env): New method.
9390 (user_set_envp): Likewise.
9391 (user_unset_envp): Likewise.
9392 (m_user_set_env_list): New std::set.
9393 (m_user_unset_env_list): Likewise.
9394 * common/rsp-low.c (hex2str): New function.
9395 (bin2hex): New overload for bin2hex function.
9396 * common/rsp-low.c (hex2str): New prototype.
9397 (str2hex): New overload prototype.
9398 * remote.c: Include "environ.h". Add QEnvironmentHexEncoded,
9399 QEnvironmentUnset and QEnvironmentReset.
9400 (remote_protocol_features): Add QEnvironmentHexEncoded,
9401 QEnvironmentUnset and QEnvironmentReset packets.
9402 (send_environment_packet): New function.
9403 (extended_remote_environment_support): Likewise.
9404 (extended_remote_create_inferior): Call
9405 extended_remote_environment_support.
9406 (_initialize_remote): Add QEnvironmentHexEncoded,
9407 QEnvironmentUnset and QEnvironmentReset packet configs.
9408 * unittests/environ-selftests.c (gdb_selftest_env_var):
9409 New variable.
9410 (test_vector_initialization): New function.
9411 (test_init_from_host_environ): Likewise.
9412 (test_reinit_from_host_environ): Likewise.
9413 (test_set_A_unset_B_unset_A_cannot_find_A_can_find_B):
9414 Likewise.
9415 (test_unset_set_empty_vector): Likewise.
9416 (test_vector_clear): Likewise.
9417 (test_std_move): Likewise.
9418 (test_move_constructor):
9419 (test_self_move): Likewise.
9420 (test_set_unset_reset): Likewise.
9421 (run_tests): Rewrite in terms of the functions above.
9422
9423 2017-08-31 Weimin Pan <weimin.pan@oracle.com>
9424
9425 * sparc64-tdep.c (adi_stat_t): Fix comment formatting.
9426 (adi_available): Use a temp variable of type CORE_ADDR as argument
9427 3 when calling target_auxv_search.
9428 (adi_normalize_address): Use masks and xor operators to calculate
9429 normalized address.
9430 (adi_read_versions, adi_write_versions, adi_print_versions)
9431 (do_examine, do_assign): Use paddress.
9432
9433 2017-08-29 John Baldwin <jhb@FreeBSD.org>
9434
9435 * mips-fbsd-nat.c (getfpregs_supplies): Return true for FIR.
9436 * mips-fbsd-tdep.c (mips_fbsd_supply_fpregs): Split supply of FSR
9437 out of loop and add supply of FIR.
9438 (mips_fbsd_collect_fpregs): Split collect of FSR out of loop and
9439 add collect of FIR.
9440
9441 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
9442
9443 PR gdb/21827
9444 * cli/cli-script.c (define_command): Don't convert command name
9445 to lower case.
9446
9447 2017-08-25 Joel Brobecker <brobecker@adacore.com>
9448
9449 * ada-lang.c (ada_lookup_struct_elt_type): Remove parameter "dispp".
9450 Update all callers accordingly. Remove all code blocks handling
9451 the case where DISPP is not NULL.
9452
9453 2017-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9454
9455 PR symtab/22003
9456 * dwarf2read.c (dwarf2_const_value_attr, dump_die_shallow)
9457 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
9458 (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_implicit_const.
9459
9460 2017-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9461
9462 * dwarf2read.c (build_type_psymtabs_reader): New prototype.
9463 (process_psymtab_comp_unit): Accept IS_DEBUG_TYPES.
9464 (read_comp_units_from_section): New parameter abbrev_section, use
9465 read_and_check_comp_unit_head, allocate signatured_type if needed.
9466 (create_all_comp_units): Update read_comp_units_from_section caller.
9467
9468 2017-08-23 Pedro Alves <palves@redhat.com>
9469
9470 PR remote/21852
9471 * remote.c (add_current_inferior_and_thread): Set inferior_ptid
9472 to null_ptid and switch to thread without reading the registers
9473 after adding the inferior.
9474
9475 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9476
9477 * NEWS (Changes since GDB 8.0): Add set compile-gcc and show
9478 compile-gcc.
9479 * compile/compile.c (compile_gcc, show_compile_gcc): New.
9480 (compile_to_object): Implement compile_gcc.
9481 (_initialize_compile): Install "set compile-gcc". Initialize
9482 compile_gcc.
9483
9484 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9485
9486 * compile/compile.c (compile_to_object): Conditionally call
9487 set_verbose. Conditionally call compile or compile_v0.
9488
9489 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
9490
9491 * sparc64-tdep.h: (adi_normalize_address): New export.
9492 * sparc-nat.h: (open_adi_tag_fd): New export.
9493 * sparc64-linux-nat.c: (open_adi_tag_fd): New function.
9494 * sparc64-linux-tdep.c:
9495 (SEGV_ACCADI, SEGV_ADIDERR, SEGV_ADIPERR) New defines.
9496 (sparc64_linux_handle_segmentation_fault): New function.
9497 (sparc64_linux_init_abi): Register
9498 sparc64_linux_handle_segmentation_fault
9499 * sparc64-tdep.c: Include cli-utils.h,gdbcmd.h,auxv.h.
9500 (sparc64_addr_bits_remove): New function.
9501 (sparc64_init_abi): Register sparc64_addr_bits_remove.
9502 (MAX_PROC_NAME_SIZE): New macro.
9503 (AT_ADI_BLKSZ, AT_ADI_NBITS, AT_ADI_UEONADI) New defines.
9504 (sparc64adilist): New variable.
9505 (adi_proc_list): New variable.
9506 (find_adi_info): New function.
9507 (add_adi_info): New function.
9508 (get_adi_info_proc): New function.
9509 (get_adi_info): New function.
9510 (info_adi_command): New function.
9511 (read_maps_entry): New function.
9512 (adi_available): New function.
9513 (adi_normalize_address): New function.
9514 (adi_align_address): New function.
9515 (adi_convert_byte_count): New function.
9516 (adi_tag_fd): New function.
9517 (adi_is_addr_mapped): New function.
9518 (adi_read_versions): New function.
9519 (adi_write_versions): New function.
9520 (adi_print_versions): New function.
9521 (do_examine): New function.
9522 (do_assign): New function.
9523 (adi_examine_command): New function.
9524 (adi_assign_command): New function.
9525 (_initialize_sparc64_adi_tdep): New function.
9526
9527 2017-08-22 Simon Marchi <simon.marchi@ericsson.com>
9528
9529 * breakpoint.c (breakpoints_info): Rename to ...
9530 (info_breakpoints_command): ... this.
9531 (watchpoints_info): Rename to ...
9532 (info_watchpoints_command): ... this.
9533 (tracepoints_info): Rename to ...
9534 (info_tracepoints_command): ... this.
9535 (_initialize_breakpoint): Adjust.
9536 * dcache.c (dcache_info): Rename to ...
9537 (info_display_command): ... this.
9538 (_initialize_dcache): Adjust.
9539 * frame.h (args_info): Rename to ...
9540 (info_args_command): ... this.
9541 (locals_info): Rename to ...
9542 (info_locals_command): ... this.
9543 * infcmd.c (nofp_registers_info): Rename to ...
9544 (info_registers_command): ... this.
9545 (float_info): Rename to ...
9546 (info_float_command): ... this.
9547 (program_info): Rename to ...
9548 (info_program_command): ... this.
9549 (all_registers_info): Rename to ...
9550 (info_all_registers_command): ... this.
9551 (vector_info): Rename to ...
9552 (info_vector_command): ... this.
9553 (float_info): Rename to ...
9554 (info_float_command): ... this.
9555 (_initialize_infcmd): Adjust.
9556 * inferior.h (term_info): Rename to ...
9557 (info_terminal_command): ... this.
9558 * inflow.c (term_info): Rename to ...
9559 (info_terminal_command): ... this.
9560 (_initialize_inflow): Adjust.
9561 * infrun.c (signals_info): Rename to ...
9562 (info_signals_command): ... this.
9563 (_initialize_infrun): Adjust.
9564 * objc-lang.c (classes_info): Rename to ...
9565 (info_classes_command): ... this.
9566 (selectors_info): Rename to ...
9567 (info_selectors_command): ... this.
9568 (_initialize_objc_language): Adjust.
9569 * printcmd.c (sym_info): Rename to ...
9570 (info_symbol_command): ... this.
9571 (address_info): Rename to ...
9572 (info_address_command): ... this.
9573 (display_info): Rename to ...
9574 (info_display_command): ... this.
9575 (_initialize_printcmd): Adjust.
9576 * reverse.c (bookmarks_info): Rename to ...
9577 (info_breakpoints_command): ... this.
9578 (_initialize_reverse): Adjust.
9579 * ser-go32.c (dos_info): Rename to ...
9580 (info_serial_command): ... this.
9581 (_initialize_ser_dos): Adjust.
9582 * skip.c (skip_info): Rename to ...
9583 (info_skip_command): ... this.
9584 (_initialize_step_skip): Adjust.
9585 * source.c (line_info): Rename to ...
9586 (info_line_command): ... this.
9587 (source_info): Rename to ...
9588 (info_source_command)
9589 * stack.c (frame_info): Rename to ...
9590 (info_frame_command): ... this.
9591 (locals_info): Rename to ...
9592 (info_locals_command): ... this.
9593 (args_info): Rename to ...
9594 (info_args_command): ... this.
9595 (_initialize_stack): Adjust.
9596 * symtab.c (sources_info): Rename to ...
9597 (info_sources_command): ... this.
9598 (variables_info): Rename to ...
9599 (info_variables_command): ... this.
9600 (functions_info): Rename to ...
9601 (info_functions_command): ... this.
9602 (types_info): Rename to ...
9603 (info_types_command): ... this.
9604 (_initialize_symtab): Adjust.
9605 * target.c (target_info): Rename to ...
9606 (info_target_command): ... this.
9607 (initialize_targets): Adjust.
9608 * tracepoint.c (tvariables_info): Rename to ...
9609 (info_tvariables_command): ... this.
9610 (scope_info): Rename to ...
9611 (info_scope_command): ... this.
9612 (trace_dump_actions): Adjust.
9613 (_initialize_tracepoint): Adjust.
9614
9615 2017-08-22 Tom Tromey <tom@tromey.com>
9616
9617 * breakpoint.h (install_breakpoint): Update.
9618 * breakpoint.c (add_solib_catchpoint): Update.
9619 (install_breakpoint): Change argument to a std::unique_ptr.
9620 (create_fork_vfork_event_catchpoint): Use std::unique_ptr.
9621 (create_breakpoint_sal, create_breakpoint): Update.
9622 (watch_command_1, catch_exec_command_1)
9623 (strace_marker_create_breakpoints_sal): Use std::unique_ptr.
9624 (add_to_breakpoint_chain): Change argument to a std::unique_ptr.
9625 Return the breakpoint.
9626 (set_raw_breakpoint_without_location, set_raw_breakpoint)
9627 (new_single_step_breakpoint): Update.
9628 * break-catch-throw.c (handle_gnu_v3_exceptions): Use
9629 std::unique_ptr.
9630 * break-catch-syscall.c (create_syscall_event_catchpoint): Use
9631 std::unique_ptr.
9632 * break-catch-sig.c (create_signal_catchpoint): Use
9633 std::unique_ptr.
9634 * ada-lang.c (create_ada_exception_catchpoint): Use
9635 std::unique_ptr.
9636
9637 2017-08-22 Tom Tromey <tom@tromey.com>
9638
9639 * breakpoint.c (add_solib_catchpoint): Use std::unique_ptr.
9640
9641 2017-08-22 Tom Tromey <tom@tromey.com>
9642
9643 * psymtab.c (psymtab_search_name): Return a unique_xmalloc_ptr.
9644 (lookup_partial_symbol): Update.
9645
9646 2017-08-22 Tom Tromey <tom@tromey.com>
9647
9648 * source.h (rewrite_source_path): Return a unique_xmalloc_ptr.
9649 * source.c (rewrite_source_path): Return a unique_xmalloc_ptr.
9650 (find_and_open_source, symtab_to_fullname): Update.
9651 * psymtab.c (psymtab_to_fullname): Update.
9652
9653 2017-08-22 Tom Tromey <tom@tromey.com>
9654
9655 * exec.c (exec_file_attach): Update.
9656 * linux-thread-db.c (try_thread_db_load): Update.
9657 * guile/scm-safe-call.c (gdbscm_safe_source_script): Update.
9658 * utils.c (gdb_realpath): Change return type.
9659 (gdb_realpath_keepfile): Update.
9660 (gdb_realpath_check_trailer, gdb_realpath_tests): New functions.
9661 (_initialize_utils): Register the new self test.
9662 * source.c (openp): Update.
9663 (find_and_open_source): Update.
9664 * nto-tdep.c (nto_find_and_open_solib): Update.
9665 * main.c (set_gdb_data_directory): Update.
9666 (captured_main_1): Update.
9667 * dwarf2read.c (dwarf2_get_dwz_file): Update
9668 (dw2_map_symbol_filenames): Update.
9669 * auto-load.c (auto_load_safe_path_vec_update): Update.
9670 (filename_is_in_auto_load_safe_path_vec): Change type of
9671 "filename_realp".
9672 (auto_load_objfile_script): Update.
9673 (file_is_auto_load_safe): Update. Use std::string.
9674 * utils.h (gdb_realpath): Return a gdb::unique_xmalloc_ptr.
9675
9676 2017-08-22 Tom Tromey <tom@tromey.com>
9677
9678 * utils.c (gdb_realpath_keepfile): Return a
9679 gdb::unique_xmalloc_ptr.
9680 * exec.c (exec_file_attach): Update.
9681 * utils.h (gdb_realpath_keepfile): Return a
9682 gdb::unique_xmalloc_ptr.
9683
9684 2017-08-22 Tom Tromey <tom@tromey.com>
9685
9686 * compile/compile.c (compile_file_command): Use
9687 gdb::unique_xmalloc_ptr, std::string.
9688 * utils.c (gdb_abspath): Change return type.
9689 * source.c (openp): Update.
9690 * objfiles.c (allocate_objfile): Update.
9691 * main.c (set_gdb_data_directory): Update.
9692 * utils.h (gdb_abspath): Return a gdb::unique_xmalloc_ptr.
9693
9694 2017-08-22 Zhouyi Zhou <zhouzhouyi@gmail.com>
9695
9696 * cli-cmds.c (list_commands): List actual code around more than
9697 one location.
9698
9699 2017-08-21 John Baldwin <jhb@FreeBSD.org>
9700
9701 * fbsd-nat.c (fbsd_add_threads): Use array type for `lwps'.
9702
9703 2017-08-21 Pedro Alves <palves@redhat.com>
9704
9705 PR gdb/19487
9706 * c-exp.y (variable production): Handle function aliases.
9707 * minsyms.c (msymbol_is_text): New function.
9708 * minsyms.h (msymbol_is_text): Declare.
9709 * symtab.c (find_function_alias_target): New function.
9710 * symtab.h (find_function_alias_target): Declare.
9711
9712 2017-08-21 Pedro Alves <palves@redhat.com>
9713
9714 * eval.c (evaluate_subexp_standard) <OP_TYPE>: Don't dig past
9715 typedefs.
9716 * typeprint.c (whatis_exp): If handling "whatis", and expression
9717 is OP_TYPE, strip one typedef level. Otherwise don't strip
9718 typedefs here.
9719 * valops.c (value_cast): Save "to" type before resolving
9720 stubs/typedefs. Use that type as resulting value's type.
9721
9722 2017-08-18 Tom Tromey <tom@tromey.com>
9723 Pedro Alves <palves@redhat.com>
9724
9725 * spu-multiarch.c (parse_spufs_run): Use scoped_restore.
9726 * sol-thread.c (sol_thread_resume, sol_thread_wait)
9727 (sol_thread_xfer_partial, rw_common): Use scoped_restore.
9728 * procfs.c (procfs_do_thread_registers): Use scoped_restore.
9729 * proc-service.c (ps_xfer_memory): Use scoped_restore.
9730 * linux-tdep.c (linux_corefile_thread): Remove a cleanup.
9731 (linux_get_siginfo_data): Add "thread" argument. Use
9732 scoped_restore.
9733 * linux-nat.c (linux_child_follow_fork)
9734 (check_stopped_by_watchpoint): Use scoped_restore.
9735 * infrun.c (displaced_step_prepare_throw, write_memory_ptid)
9736 (THREAD_STOPPED_BY, handle_signal_stop): Use scoped_restore.
9737 (restore_inferior_ptid, save_inferior_ptid): Remove.
9738 * btrace.c (btrace_fetch): Use scoped_restore.
9739 * bsd-uthread.c (bsd_uthread_fetch_registers)
9740 (bsd_uthread_store_registers): Use scoped_restore.
9741 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
9742 scoped_restore.
9743 * aix-thread.c (aix_thread_resume, aix_thread_wait)
9744 (aix_thread_xfer_partial): Use scoped_restore.
9745 * inferior.h (save_inferior_ptid): Remove.
9746
9747 2017-08-18 Yao Qi <yao.qi@linaro.org>
9748
9749 PR tdep/21818
9750 * arm-tdep.c (gdb_print_insn_arm): Mark
9751 USER_SPECIFIED_MACHINE_TYPE if exec_bfd isn't NULL.
9752
9753 2017-08-18 Yao Qi <yao.qi@linaro.org>
9754
9755 * NEWS: Mention GDBserver's new option "--selftest".
9756 * Makefile.in (SFILES): Remove selftest.c, add common/selftest.c.
9757 * selftest.c: Move it to common/selftest.c.
9758 * selftest.h: Move it to common/selftest.h.
9759 * selftest-arch.c (reset): New function.
9760 (tests_with_arch): Call reset.
9761
9762 2017-08-18 Yao Qi <yao.qi@linaro.org>
9763
9764 * selftest.c (run_tests): Don't call QUIT. Call debug_printf
9765 instead of exception_fprintf and printf_filtered.
9766
9767 2017-08-18 Yao Qi <yao.qi@linaro.org>
9768
9769 * selftest.c (register_self_test): Rename it to
9770 selftests::register_test.
9771 (run_self_tests): selftest::run_tests.
9772 * selftest.h: Update declarations.
9773 * selftest-arch.c (register_self_test_foreach_arch): Rename it to
9774 selftests::register_test_foreach_arch.
9775 * selftest-arch.h: Update declaration.
9776 * aarch64-tdep.c: Update.
9777 * arm-tdep.c: Likewise.
9778 * disasm-selftests.c: Likewise.
9779 * dwarf2loc.c: Likewise.
9780 * dwarf2-frame.c: Likewise.
9781 * findvar.c: Likewise.
9782 * gdbarch-selftests.c: Likewise.
9783 * maint.c (maintenance_selftest): Likewise.
9784 * regcache.c: Likewise.
9785 * rust-exp.y: Likewise.
9786 * selftest-arch.c: Likewise.
9787 * unittests/environ-selftests.c: Likewise.
9788 * unittests/function-view-selftests.c: Likewise.
9789 * unittests/offset-type-selftests.c: Likewise.
9790 * unittests/optional-selftests.c: Likewise.
9791 * unittests/scoped_restore-selftests.c: Likewise.
9792 * utils-selftests.c: Likewise.
9793
9794 2017-08-17 Pedro Alves <palves@redhat.com>
9795
9796 * cli/cli-cmds.c (source_command): Delete 'old_source_verbose'
9797 local.
9798
9799 2017-08-17 Pedro Alves <palves@redhat.com>
9800
9801 * dwarf2read.c (struct dwarf2_cu) <line_header_die_owner>: New
9802 field.
9803 (reset_die_in_process): Delete, replaced by ...
9804 (process_die_scope): ... this new class. Make it responsible for
9805 freeing cu->line_header too.
9806 (process_die): Use process_die_scope.
9807 (handle_DW_AT_stmt_list): Record the line header's owner CU/DIE in
9808 cu->line_header_die_owner. Don't release the line header if it's
9809 owned by the CU.
9810 (setup_type_unit_groups): Make the CU/DIE own the line header.
9811 Don't release the line header here.
9812
9813 2017-08-17 Alex Lindsay <alexlindsay239@gmail.com> (tiny change)
9814
9815 * elfread.c (elf_read_minimal_symbols): xfree synthsyms.
9816
9817 2017-08-17 Ruslan Kabatsayev <b7.10110111@gmail.com>
9818
9819 * NEWS: Mention new shortcuts for nexti and stepi in TUI
9820 Single-Key mode
9821
9822 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
9823
9824 * tui/tui.c (tui_commands): Add "nexti" and "stepi" to the Single-Key
9825 mode command list.
9826
9827 2017-08-15 Stafford Horne <shorne@gmail.com>
9828
9829 * MAINTAINERS (Write After Approval): Add Stafford Horne.
9830
9831 2017-08-15 Stafford Horne <shorne@gmail.com>
9832
9833 * xtensa-tdep.c (xtensa_init_reggroups): Use xstrdup for cpname.
9834
9835 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9836
9837 PR gdb/21954
9838 * infcmd.c (unset_environment_command): Use the 'clear' method on
9839 the environment instead of resetting it.
9840
9841 2017-08-15 John Baldwin <jhb@FreeBSD.org>
9842
9843 * fbsd-nat.c (fbsd_convert_siginfo): Fix compile on big-endian
9844 platforms.
9845
9846 2017-08-14 Tom Tromey <tom@tromey.com>
9847
9848 * valprint.c (print_octal_chars): Use HOST_CHAR_BIT.
9849 (print_binary_chars): Likewise.
9850 (BITS_IN_BYTES): Remove.
9851
9852 2017-08-14 Tom Tromey <tom@tromey.com>
9853
9854 PR gdb/21675
9855 * valprint.c (LOW_ZERO): Change value to 034.
9856 (print_octal_chars): Add static_asserts for octal constants.
9857 * printcmd.c (print_scalar_formatted): Add 'd' case.
9858
9859 2017-08-11 Tom Tromey <tom@tromey.com>
9860
9861 * symfile.c (add_symbol_file_command): Use std::vector.
9862
9863 2017-08-14 Tom Tromey <tom@tromey.com>
9864
9865 * break-catch-throw.c (handle_gnu_v3_exceptions): Use std::move.
9866 * break-catch-syscall.c (create_syscall_event_catchpoint): Use
9867 std::move.
9868 * break-catch-sig.c (create_signal_catchpoint): Use std::move.
9869
9870 2017-08-11 Pedro Alves <palves@redhat.com>
9871
9872 * infrun.c (process_event_stop_test): Adjust
9873 function_name_is_marked_for_skip call.
9874 * skip.c: Include <list>.
9875 (skiplist_entry): Make it a class with private fields, and
9876 getters/setters.
9877 (skiplist_entry_chain): Delete.
9878 (skiplist_entries): New.
9879 (skiplist_entry_count): Delete.
9880 (highest_skiplist_entry_num): New.
9881 (ALL_SKIPLIST_ENTRIES, ALL_SKIPLIST_ENTRIES_SAFE): Delete.
9882 (add_skiplist_entry): Delete.
9883 (skiplist_entry::skiplist_entry): New.
9884 (skiplist_entry::add_entry): New.
9885 (skip_file_command, skip_function): Adjust.
9886 (compile_skip_regexp): Delete.
9887 (skip_command): Don't compile regexp here. Adjust to use
9888 skiplist_entry::add_entry.
9889 (skip_info): Adjust to use range-for and getters.
9890 (skip_enable_command, skip_disable_command): Adjust to use
9891 range-for and setters.
9892 (skip_delete_command): Adjust to use std::list.
9893 (add_skiplist_entry): Delete.
9894 (skip_file_p): Delete, refactored as ...
9895 (skiplist_entry::do_skip_file_p): ... this new method.
9896 (skip_gfile_p): Delete, refactored as ...
9897 (skiplist_entry::do_gskip_file_p): ... this new method.
9898 (skip_function_p, skip_rfunction_p): Delete, refactored as ...
9899 (skiplist_entry::skip_function_p): ... this new method.
9900 (function_name_is_marked_for_skip): Now returns bool, and takes
9901 the function sal by const reference. Adjust to use range-for and
9902 skiplist_entry methods.
9903 (_initialize_step_skip): Remove references to
9904 skiplist_entry_chain, skiplist_entry_count.
9905 * skip.h (function_name_is_marked_for_skip): Now returns bool, and
9906 takes the function sal by const reference.
9907
9908 2017-08-11 Yao Qi <yao.qi@linaro.org>
9909
9910 * dwarf2-frame.c (clear_pointer_cleanup): Remove.
9911 (dwarf2_frame_cache): Remove reset_cache_cleanup.
9912 (dwarf2_frame_cache):
9913 * frame-unwind.c (frame_unwind_try_unwinder): Catch
9914 RETURN_MASK_ALL and set *this_case to NULL.
9915 * frame-unwind.h: Update comments.
9916
9917 2017-08-11 Yao Qi <yao.qi@linaro.org>
9918
9919 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Remove.
9920 (dwarf2_frame_state_copy_regs): Remove.
9921 (dwarf2_frame_state_free_regs): Remove.
9922 (dwarf2_frame_state::~dwarf2_frame_state): Remove.
9923 (dwarf2_restore_rule): Call method .alloc_regs instead of
9924 dwarf2_frame_state_alloc_regs.
9925 (execute_cfa_program): Likewise. Call dwarf2_frame_state_reg_info
9926 constructor. Call std::move.
9927 (dwarf2_fetch_cfa_info): Don't call dwarf2_frame_state_copy_regs.
9928 (dwarf2_frame_cache): Likewise.
9929
9930 [GDB_SELF_TEST]: Include selftest.h and
9931 selftest-arch.h.
9932 [GDB_SELF_TEST] (execute_cfa_program_test): New function.
9933 (_initialize_dwarf2_frame) [GDB_SELF_TEST]: Register
9934 execute_cfa_program_test.
9935
9936 * dwarf2-frame.h (dwarf2_frame_state_reg_info): Add ctor, dtor,
9937 copy ctor, assignment operator, move assignment.
9938 <alloc_regs>: New method.
9939 <swap>: New method.
9940 (struct dwarf2_frame_state): Delete dtor.
9941 (dwarf2_frame_state_alloc_regs): Remove declaration.
9942 * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): Don't call
9943 dwarf2_frame_state_alloc_regs, use .alloc_regs instead.
9944
9945 2017-08-11 Yao Qi <yao.qi@linaro.org>
9946
9947 * dwarf2-frame.c (dwarf2_frame_state_free): Remove.
9948 (dwarf2_frame_state::dwarf2_frame_state): New.
9949 (dwarf2_frame_state::~dwarf2_frame_state): New.
9950 (dwarf2_fetch_cfa_info): Update.
9951 (dwarf2_frame_cache): Remove old_chain. Change 'fs' to an object
9952 rather than a pointer. Update code.
9953 * dwarf2-frame.h (struct dwarf2_frame_state): Declare ctor and
9954 dtor.
9955 <data_align, code_align, retaddr_column>: Change them to const.
9956 <armcc_cfa_offsets_sf, armcc_cfa_offsets_reversed>: Change them
9957 to bool.
9958
9959 2017-08-11 Yao Qi <yao.qi@linaro.org>
9960
9961 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <exp_len>: Remove.
9962 <loc.exp>: New field.
9963 * dwarf2-frame.c (execute_cfa_program): Update.
9964 (dwarf2_frame_prev_register): Update.
9965
9966 2017-08-10 Pedro Alves <palves@redhat.com>
9967
9968 * common/gdb_unique_ptr.h (xfree_deleter<T[]>): Define.
9969
9970 2017-08-09 John Baldwin <jhb@FreeBSD.org>
9971
9972 * fbsd-nat.c (struct fbsd_fork_info): Remove.
9973 (fbsd_pending_children): Use std::list.
9974 (fbsd_remember_child): Likewise.
9975 (fbsd_is_child_pending): Likewise.
9976 (fbsd_pending_vfork_done): Use std::forward_list.
9977 (fbsd_add_vfork_done): Likewise.
9978 (fbsd_is_vfork_done_pending): Likewise.
9979 (fbsd_next_vfork_done): Likewise.
9980
9981 2017-08-09 John Baldwin <jhb@FreeBSD.org>
9982
9983 * fbsd-nat.c [HAVE_KINFO_GETVMMAP] (struct free_deleter): New.
9984 (fbsd_find_memory_regions): Use free_deleter with std::unique_ptr.
9985 [!HAVE_KINFO_GETVMMAP] (fbsd_find_memory_regions): Use std::string
9986 for `mapfilename'.
9987 (fbsd_xfer_partial): Use gdb::byte_vector.
9988 (fbsd_add_threads): Use gdb::unique_xmalloc_ptr.
9989
9990 2017-08-09 John Baldwin <jhb@FreeBSD.org>
9991
9992 * fbsd-nat.c: [!HAVE_KINFO_GETVMMAP]: Include <sys/user.h> and
9993 "filestuff.h".
9994 (fbsd_find_memory_regions): Fix `mapfile' initialization.
9995
9996 2017-08-09 Tom Tromey <tom@tromey.com>
9997
9998 * skip.c (skiplist_entry): New constructor.
9999 (skiplist_entry::enabled, skiplist_entry::function_is_regexp)
10000 (skiplist_entry::file_is_glob): Now bool.
10001 (skiplist_entry::file, skiplist_entry::function): Now
10002 std::string.
10003 (make_skip_entry): Return a unique_ptr. Use new.
10004 (free_skiplist_entry, free_skiplist_entry_cleanup)
10005 (make_free_skiplist_entry_cleanup): Remove.
10006 (skip_command, skip_disable_command, add_skiplist_entry)
10007 (skip_form_bytes, compile_skip_regexp, skip_command, skip_info)
10008 (skip_file_p, skip_gfile_p, skip_function_p, skip_rfunction_p)
10009 (function_name_is_marked_for_skip): Update.
10010 (skip_delete_command): Update. Use delete.
10011
10012 2017-08-09 Jiong Wang <jiong.wang@arm.com>
10013
10014 * aarch64-linux-tdep.c: Include "auxv.h" and "elf/common.h".
10015 (aarch64_linux_core_read_description): New function.
10016 (aarch64_linux_init_abi): Register gdbarch_core_read_description.
10017
10018 2017-08-09 Pedro Alves <palves@redhat.com>
10019
10020 * cp-name-parser.y (cp_comp_to_string): Return a
10021 gdb::unique_xmalloc_ptr<char>.
10022 * cp-support.c (replace_typedefs_qualified_name)
10023 (replace_typedefs): Adjust to use gdb::unique_xmalloc_ptr<char>.
10024 (cp_canonicalize_string_full): Use op= instead of explicit
10025 convertion.
10026 (cp_class_name_from_physname, method_name_from_physname)
10027 (cp_func_name, cp_remove_params): Adjust to use
10028 gdb::unique_xmalloc_ptr<char>.
10029 * cp-support.h (cp_comp_to_string): Return a
10030 gdb::unique_xmalloc_ptr<char>.
10031 * python/py-type.c (typy_lookup_type): Adjust to use
10032 gdb::unique_xmalloc_ptr<char>.
10033
10034 2017-08-09 H.J. Lu <hongjiu.lu@intel.com>
10035
10036 * dwarf2read.c (dwarf2_string_attr): Fix a typo.
10037
10038 2017-08-09 Alex Lindsay <alexlindsay239@gmail.com>
10039 Yao Qi <yao.qi@linaro.org>
10040
10041 * cp-support.c (cp_canonicalize_string_full): Use
10042 gdb::unique_xmalloc_ptr<char>.
10043 (cp_canonicalize_string): Likewise.
10044
10045 2017-08-09 Yao Qi <yao.qi@linaro.org>
10046
10047 * features/Makefile (WHICH): Remove i386/ non-linux stuff.
10048 * regformats/i386/amd64-avx-avx512.dat: Remove.
10049 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Remove.
10050 * regformats/i386/amd64-avx-mpx.dat:Remove.
10051 * regformats/i386/amd64-avx.dat: Remove.
10052 * regformats/i386/amd64-mpx.dat: Remove.
10053 * regformats/i386/i386-avx-avx512.dat: Remove.
10054 * regformats/i386/i386-avx-mpx-avx512-pku.dat: Remove.
10055 * regformats/i386/i386-avx-mpx.dat: Remove.
10056 * regformats/i386/i386-mmx.dat: Remove.
10057 * regformats/i386/i386-mpx.dat: Remove.
10058
10059 2017-08-09 Yao Qi <yao.qi@linaro.org>
10060
10061 * amd64-tdep.h (tdesc_x32): Remove the declaration.
10062 * amd64-tdep.c: Don't include features/i386/x32*.c.
10063 (_initialize_amd64_tdep): Don't call initialize_tdesc_x32*
10064 functions.
10065 * features/Makefile (WHICH): Remove i386/x32, i386/x32-avx,
10066 and i386/x32-avx-avx512.
10067 (XMLTOC): Remove i386/x32-avx.xml, i386/x32-avx-avx512.xml,
10068 and i386/x32.xml.
10069 * features/i386/x32-avx-avx512.c: Removed.
10070 * features/i386/x32-avx-avx512.xml: Removed.
10071 * features/i386/x32-avx.c: Removed.
10072 * features/i386/x32-avx.xml: Removed.
10073 * features/i386/x32.c: Removed.
10074 * features/i386/x32.xml: Removed.
10075 * regformats/i386/x32-avx-avx512.dat: Removed.
10076 * regformats/i386/x32-avx.dat: Removed.
10077 * regformats/i386/x32.dat: Removed.
10078
10079 2017-08-07 Maciej W. Rozycki <macro@imgtec.com>
10080
10081 PR breakpoints/21886
10082 * mem-break.c (default_memory_insert_breakpoint): Use
10083 `->placed_address' rather than `->reqstd_address' for the
10084 breakpoint location.
10085
10086 2017-08-07 Maciej W. Rozycki <macro@imgtec.com>
10087
10088 * arch-utils.c (default_print_insn): Remove arch/mach/endian
10089 assertions.
10090
10091 2017-08-07 Maciej W. Rozycki <macro@imgtec.com>
10092
10093 * gdbarch.sh (gdbarch_info): Replace the `tdep_info' member with
10094 a union of `tdep_info', `tdesc_data' and `id'.
10095 * aarch64-tdep.c (aarch64_gdbarch_init): Use `info.tdesc_data'
10096 rather than `info.tdep_info'.
10097 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
10098 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
10099 * i386-tdep.c (i386_gdbarch_init): Likewise.
10100 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
10101 * mips-tdep.c (mips_gdbarch_init): Likewise.
10102 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
10103 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
10104 * ppc-linux-tdep.c (ppu2spu_sniffer): Use `info.id' rather than
10105 `info.tdep_info'.
10106 (ppc_linux_init_abi): Use `info.tdesc_data' rather than
10107 `info.tdep_info'.
10108 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
10109 * spu-multiarch.c (spu_gdbarch): Use `info.id' rather than
10110 `info.tdep_info'.
10111 * spu-tdep.c (spu_gdbarch_init): Likewise.
10112 * gdbarch.h: Regenerate.
10113
10114 2017-08-07 Leszek Swirski <leszeks@google.com>
10115
10116 PR symtab/20899
10117 * dwarf2read.c (dwarf2_string_attr): Allow DW_FORM_GNU_strp_alt.
10118
10119 2017-08-07 Simon Marchi <simon.marchi@ericsson.com>
10120
10121 * remote-sim.c (gdbsim_load): Remove char **argv local variable.
10122 (gdbsim_open): Rename gdb_argv args object to argv.
10123
10124 2017-08-05 Tom Tromey <tom@tromey.com>
10125
10126 * compile/compile-object-load.c (compile_object_load): Use
10127 gdb::unique_xmalloc_ptr.
10128 * cli/cli-dump.c (scan_filename): Rename from
10129 scan_filename_with_cleanup. Change return type.
10130 (scan_expression): Rename from scan_expression_with_cleanup.
10131 Change return type.
10132 (dump_memory_to_file, dump_value_to_file, restore_command):
10133 Use gdb::unique_xmalloc_ptr. Update.
10134 * cli/cli-cmds.c (find_and_open_script): Use
10135 gdb::unique_xmalloc_ptr.
10136 * tracefile-tfile.c (tfile_open): Use gdb::unique_xmalloc_ptr.
10137 * symmisc.c (maintenance_print_symbols)
10138 (maintenance_print_msymbols): Use gdb::unique_xmalloc_ptr.
10139 * symfile.c (symfile_bfd_open, generic_load)
10140 (add_symbol_file_command, remove_symbol_file_command): Use
10141 gdb::unique_xmalloc_ptr.
10142 * source.c (openp): Use gdb::unique_xmalloc_ptr.
10143 * psymtab.c (maintenance_print_psymbols): Use
10144 gdb::unique_xmalloc_ptr.
10145 * corelow.c (core_open): Use gdb::unique_xmalloc_ptr.
10146 * breakpoint.c (save_breakpoints): Use gdb::unique_xmalloc_ptr.
10147 * solib.c (solib_map_sections): Use gdb::unique_xmalloc_ptr.
10148 (reload_shared_libraries_1): Likewise.
10149
10150 2017-08-05 Tom Tromey <tom@tromey.com>
10151
10152 * rust-exp.y (rust_op_ptr, set_field): Remove typedefs.
10153 (rust_op_vector, rust_set_vector): New typedefs.
10154 (current_parser): New global.
10155 (work_obstack): Change to pointer type. Update all users.
10156 (rust_ast, pstate): Remove globals.
10157 (struct rust_parser): New.
10158 (%union) <params, field_inits>: Change type.
10159 (start, tuple_expr, unit_expr, struct_expr_list, literal)
10160 (field_expr, expr_list, maybe_expr_list, type_list): Update.
10161 (ast_call_ish, ast_path, ast_function_type, ast_tuple_type)
10162 (convert_params_to_types, convert_params_to_expression): Change
10163 type of "params".
10164 (ast_string): Change type of "fields".
10165 (rust_parse): Make a rust_parser. Remove cleanups.
10166 (rust_lex_tests): Make and install an auto_obstack.
10167
10168 2017-08-04 Yao Qi <yao.qi@linaro.org>
10169
10170 * configure.srv (ipa_x32_linux_regobj): New.
10171 * linux-amd64-ipa.c (get_ipa_tdesc): Use X86_TDESC_AVX_AVX512
10172 instead of X86_TDESC_AVX512.
10173 (initialize_low_tracepoint): Call
10174 init_registers_x32_avx_avx512_linux.
10175
10176 2017-08-04 Yao Qi <yao.qi@linaro.org>
10177
10178 * utils.h (gdb_argv): Add namespace std for nullptr_t.
10179
10180 2017-08-03 Ruslan Kabatsayev <b7.10110111@gmail.com>
10181
10182 * MAINTAINERS (Write After Approval): Add Ruslan Kabatsayev.
10183
10184 2017-08-03 Tom Tromey <tom@tromey.com>
10185
10186 * utils.c (make_cleanup_freeargv, do_freeargv, gdb_buildargv):
10187 Remove.
10188 * utils.h (make_cleanup_freeargv, gdb_buildargv): Remove.
10189
10190 2017-08-03 Tom Tromey <tom@tromey.com>
10191
10192 * python/py-param.c (compute_enum_values): Use gdb_argv.
10193
10194 2017-08-03 Tom Tromey <tom@tromey.com>
10195
10196 * utils.h (struct gdb_argv_deleter): New.
10197 (gdb_argv): New class.
10198 * utils.c (gdb_argv::reset): New method.
10199 * tracepoint.c (delete_trace_variable_command): Use gdb_argv.
10200 * tracefile.c (tsave_command): Use gdb_argv.
10201 * top.c (new_ui_command): Use gdb_argv.
10202 * symmisc.c (maintenance_print_symbols)
10203 (maintenance_print_msymbols, maintenance_expand_symtabs): Use gdb_argv.
10204 * symfile.c (symbol_file_command, generic_load)
10205 (remove_symbol_file_command): Use gdb_argv.
10206 * stack.c (backtrace_command): Use gdb_argv.
10207 * source.c (add_path, show_substitute_path_command)
10208 (unset_substitute_path_command, set_substitute_path_command):
10209 Use gdb_argv.
10210 * skip.c (skip_command): Use gdb_argv. Use gdb_buildargv.
10211 * ser-mingw.c (pipe_windows_open): Use gdb_argv.
10212 * remote.c (extended_remote_run, remote_put_command)
10213 (remote_get_command, remote_delete_command): Use gdb_argv.
10214 * remote-sim.c (gdbsim_load, gdbsim_create_inferior)
10215 (gdbsim_open): Use gdb_argv.
10216 * python/py-cmd.c (gdbpy_string_to_argv): Use gdb_argv.
10217 * psymtab.c (maintenance_print_psymbols): Use gdb_argv.
10218 * procfs.c (procfs_info_proc): Use gdb_argv.
10219 * interps.c (interpreter_exec_cmd): Use gdb_argv.
10220 * infrun.c (handle_command): Use gdb_argv.
10221 * inferior.c (add_inferior_command, clone_inferior_command):
10222 Use gdb_argv.
10223 * guile/scm-string.c (gdbscm_string_to_argv): Use gdb_argv.
10224 * exec.c (exec_file_command): Use gdb_argv.
10225 * cli/cli-cmds.c (alias_command): Use gdb_argv.
10226 * compile/compile.c (build_argc_argv): Use gdb_argv.
10227
10228 2017-08-03 Tom Tromey <tom@tromey.com>
10229
10230 * python/python.c (gdbpy_decode_line): Use unique_xmalloc_ptr.
10231
10232 2017-08-03 Tom Tromey <tom@tromey.com>
10233
10234 * python/python.c (compute_python_string): Return std::string.
10235 (gdbpy_eval_from_control_command): Update.
10236 (do_start_initialization): Use std::string.
10237 * python/py-varobj.c (py_varobj_iter_next): Use string_printf, not
10238 xstrprintf.
10239 * python/py-breakpoint.c (local_setattro): Use string_printf, not
10240 xstrprintf.
10241
10242 2017-08-03 Tom Tromey <tom@tromey.com>
10243
10244 * top.h (do_restore_instream_cleanup): Remove.
10245 * top.c (do_restore_instream_cleanup): Remove.
10246 (read_command_file): Use scoped_restore.
10247 * cli/cli-script.c (execute_user_command): Use scoped_restore.
10248
10249 2017-08-03 Tom Tromey <tom@tromey.com>
10250
10251 * cli/cli-script.c (execute_user_command)
10252 (execute_control_command): Use scoped_restore.
10253
10254 2017-08-03 Tom Tromey <tom@tromey.com>
10255
10256 * cli/cli-script.c (do_restore_user_call_depth): Remove.
10257 (execute_user_command): Remove user_call_depth; use
10258 user_args_stack's size instead.
10259
10260 2017-08-03 Tom Tromey <tom@tromey.com>
10261
10262 * top.h (in_user_command): Remove.
10263 * top.c (in_user_command): Remove.
10264 * cli/cli-script.c (do_restore_user_call_depth)
10265 (execute_user_command): Update.
10266
10267 2017-08-03 Tom Tromey <tom@tromey.com>
10268
10269 * valops.c (search_struct_method): Use gdb::byte_vector.
10270 * valarith.c (value_concat): Use std::vector.
10271 * target.c (memory_xfer_partial): Use gdb::byte_vector.
10272 (simple_search_memory): Likewise.
10273 * printcmd.c (find_string_backward): Use gdb::byte_vector.
10274 * mi/mi-main.c (mi_cmd_data_write_memory): Use gdb::byte_vector.
10275 * gcore.c (gcore_copy_callback): Use gdb::byte_vector.
10276 * elfread.c (elf_rel_plt_read): Use std::string.
10277 * cp-valprint.c (cp_print_value): Use gdb::byte_vector.
10278 * cli/cli-dump.c (restore_section_callback): Use
10279 gdb::byte_vector.
10280
10281 2017-08-03 Tom Tromey <tom@tromey.com>
10282
10283 * jit.c (jit_reader_load_command): Use unique_xmalloc_ptr.
10284
10285 2017-08-03 Tom Tromey <tom@tromey.com>
10286
10287 * tui/tui-regs.c (tui_restore_gdbout): Remove.
10288 (tui_register_format): Use scoped_restore.
10289
10290 2017-08-03 Tom Tromey <tom@tromey.com>
10291
10292 * reverse.c (exec_direction_default): Remove.
10293 (exec_reverse_once): Use scoped_restore.
10294 * remote.c (restore_remote_timeout): Remove.
10295 (remote_flash_erase, remote_flash_write, remote_flash_done)
10296 (readchar, remote_serial_write): Use scoped_restore.
10297 * cli/cli-script.c (struct source_cleanup_lines_args)
10298 (source_cleanup_lines): Remove.
10299 (script_from_file): Use scoped_restore.
10300 * cli/cli-cmds.c (source_verbose_cleanup): Remove.
10301 (source_command): Use scoped_restore.
10302
10303 2017-08-03 Tom Tromey <tom@tromey.com>
10304
10305 * utils.h (make_cleanup_free_so): Remove.
10306 * utils.c (do_free_so, make_cleanup_free_so): Remove.
10307 * solist.h (struct so_deleter): New.
10308 (so_list_up): New typedef.
10309 * solib-svr4.c (svr4_read_so_list): Use so_list_up.
10310
10311 2017-08-03 Tom Tromey <tom@tromey.com>
10312
10313 * utils.h (make_cleanup_restore_current_language): Remove.
10314 * utils.c (do_restore_current_language)
10315 (make_cleanup_restore_current_language): Remove.
10316 * parse.c (parse_exp_in_context_1)
10317 (parse_expression_with_language): Use
10318 scoped_restore_current_language.
10319 * mi/mi-main.c (mi_cmd_execute): Use
10320 scoped_restore_current_language.
10321 * language.h (scoped_restore_current_language): New class.
10322
10323 2017-08-03 Tom Tromey <tom@tromey.com>
10324
10325 * compile/compile.c (cleanup_unlink_file): Remove.
10326 (compile_to_object): Use gdb::unlinker.
10327 (eval_compile_command): Likewise.
10328
10329 2017-08-03 Tom Tromey <tom@tromey.com>
10330
10331 * utils.h (make_cleanup_fclose): Remove.
10332 * utils.c (do_fclose_cleanup, make_cleanup_fclose): Remove.
10333
10334 2017-08-03 Tom Tromey <tom@tromey.com>
10335
10336 * top.c (open_terminal_stream): Return gdb_file_up.
10337 (new_ui_command): Update.
10338
10339 2017-08-03 Tom Tromey <tom@tromey.com>
10340
10341 * source.c (print_source_lines_base, forward_search_command)
10342 (reverse_search_command): Use gdb_file_up.
10343
10344 2017-08-03 Tom Tromey <tom@tromey.com>
10345
10346 * fbsd-nat.c (fbsd_find_memory_regions): Update.
10347
10348 2017-08-03 Tom Tromey <tom@tromey.com>
10349
10350 * cli/cli-cmds.c (find_and_open_script): Change return type.
10351 Remove "streamp" and "full_path" parameters.
10352 (source_script_with_search): Update.
10353 * auto-load.c (source_script_file): Update.
10354 * cli/cli-cmds.h (find_and_open_script): Change type.
10355 (open_script): New struct.
10356
10357 2017-08-03 Tom Tromey <tom@tromey.com>
10358
10359 * xml-support.c (xml_fetch_content_from_file): Update.
10360 * ui-file.c (stdio_file::open): Update.
10361 * tracefile-tfile.c (tfile_start): Update.
10362 * remote.c (remote_file_put, remote_file_get): Update.
10363 * nat/linux-procfs.c (linux_proc_get_int)
10364 (linux_proc_pid_get_state, linux_proc_tid_get_name): Update.
10365 * nat/linux-osdata.c (linux_common_core_of_thread): Update.
10366 (command_from_pid, commandline_from_pid, linux_xfer_osdata_cpus)
10367 (print_sockets, linux_xfer_osdata_shm, linux_xfer_osdata_sem)
10368 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Update.
10369 * nat/linux-btrace.c (linux_determine_kernel_start): Update.
10370 * linux-nat.c (linux_proc_pending_signals): Update.
10371 * dwarf2read.c (write_psymtabs_to_index): Use gdb_file_up.
10372 (file_closer): Remove.
10373 * compile/compile.c (compile_to_object): Update.
10374 * common/filestuff.h (struct gdb_file_deleter): New.
10375 (gdb_file_up): New typedef.
10376 (gdb_fopen_cloexec): Change return type.
10377 * common/filestuff.c (gdb_fopen_cloexec): Return gdb_file_up.
10378 * cli/cli-dump.c (fopen_with_cleanup): Remove.
10379 (dump_binary_file, restore_binary_file): Update.
10380 * auto-load.c (auto_load_objfile_script_1): Update.
10381
10382 2017-08-03 Tom Tromey <tom@tromey.com>
10383
10384 * tracepoint.c (tvariables_info_1): Use ui_out_emit_table.
10385 (info_static_tracepoint_markers_command): Likewise.
10386 * solib.c (info_sharedlibrary_command): Use ui_out_emit_table.
10387 * skip.c (skip_info): Use ui_out_emit_table.
10388 * progspace.c (print_program_space): Use ui_out_emit_table.
10389 * osdata.c (info_osdata): Use ui_out_emit_table.
10390 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Use
10391 ui_out_emit_table.
10392 * linux-thread-db.c (info_auto_load_libthread_db): Use
10393 ui_out_emit_table.
10394 * inferior.c (print_inferior): Use ui_out_emit_table.
10395 * gdb_bfd.c (maintenance_info_bfds): Use ui_out_emit_table.
10396 * breakpoint.c (breakpoint_1): Use ui_out_emit_table.
10397 * auto-load.c (auto_load_info_scripts): Use ui_out_emit_table.
10398 * ada-tasks.c (print_ada_task_info): Use ui_out_emit_table.
10399 * ui-out.h (class ui_out_emit_table): New.
10400
10401 2017-08-02 Maciej W. Rozycki <macro@imgtec.com>
10402
10403 * mips-tdep.c (mips_fpu_type_str): New function.
10404 (mips_dump_tdep): Call it.
10405
10406 2017-08-01 Maciej W. Rozycki <macro@imgtec.com>
10407
10408 * mips-tdep.c (mips_gdbarch_init): Use MIPS_FPU_TYPE to access
10409 `->mips_fpu_type'.
10410
10411 2017-07-31 Xavier Roirand <roirand@adacore.com>
10412
10413 * solib-darwin.c (DYLD_VERSION_MAX): Increase value.
10414
10415 2017-07-27 Xavier Roirand <roirand@adacore.com>
10416
10417 * MAINTAINERS (Write After Approval): Add Xavier Roirand.
10418
10419 2017-07-26 Yao Qi <yao.qi@linaro.org>
10420
10421 * cli/cli-cmds.c (maintenancechecklist): New variable.
10422 * gdbcmd.h (maintenancechecklist): Declare it.
10423 * i386-linux-tdep.c (_initialize_i386_linux_tdep) [GDB_SELF_TEST]:
10424 Call i386_linux_read_description with different masks.
10425 * maint.c (maintenance_check_command): New function.
10426 (_initialize_maint_cmds): Call add_prefix_cmd.
10427 * target-descriptions.c (tdesc_reg): override operator != and ==.
10428 (tdesc_type): Likewise.
10429 (tdesc_feature): Likewise.
10430 (target_desc): Likewise.
10431 [GDB_SELF_TEST] (selftests::record_xml_tdesc): New function.
10432 (maintenance_check_xml_descriptions): New function.
10433 (_initialize_target_descriptions) Add command "xml-descriptions".
10434 * target-descriptions.h (selftests::record_xml_tdesc): Declare.
10435
10436 2017-07-26 Yao Qi <yao.qi@linaro.org>
10437
10438 * i386-linux-tdep.c: Don't include features/i386/i386-*linux.c.
10439 Include features/i386/32bit-*.c.
10440 (i386_linux_read_description): Generate target description if it
10441 doesn't exist.
10442 (_initialize_i386_linux_tdep): Don't call _initialize_tdesc_i386
10443 functions.
10444 * features/i386/32bit-linux.c: Re-generated.
10445 * features/i386/32bit-sse.c: Likewise.
10446 * target-descriptions.c (print_c_feature::visit): Print code to
10447 set register number if needed.
10448 (print_c_feature) <m_next_regnum>: New field.
10449
10450 2017-07-26 Yao Qi <yao.qi@linaro.org>
10451
10452 * features/Makefile (CFILES): Rename with TDESC_CFILES.
10453 (FEATURE_XMLFILES): New.
10454 (FEATURE_CFILES): New.
10455 New rules.
10456 (clean-cfiles): Remove generated c files.
10457 * features/i386/32bit-avx.c: Generated.
10458 * features/i386/32bit-avx512.c: Generated.
10459 * features/i386/32bit-core.c: Generated.
10460 * features/i386/32bit-linux.c: Generated.
10461 * features/i386/32bit-mpx.c: Generated.
10462 * features/i386/32bit-pkeys.c: Generated.
10463 * features/i386/32bit-sse.c: Generated.
10464 * target-descriptions.c: Include algorithm.
10465 (tdesc_element_visitor): Add method visit_end.
10466 (print_c_tdesc): Implement visit_end.
10467 (print_c_tdesc:: m_filename_after_features): Move it to
10468 protected.
10469 (print_c_feature): New class.
10470 (maint_print_c_tdesc_cmd): Use print_c_feature if XML file
10471 name starts with "i386/32bit-".
10472
10473 2017-07-26 Yao Qi <yao.qi@linaro.org>
10474
10475 * target-descriptions.c (tdesc_element_visitor): New class.
10476 (tdesc_element): New class.
10477 (tdesc_reg): Inherit from tdesc_element.
10478 (tdesc_reg::accept): New function.
10479 (tdesc_type): Inherit from tdesc_element.
10480 (tdesc_type::accept): New function.
10481 (tdesc_feature): Inherit from tdesc_element.
10482 (tdesc_feature::accept): New function.
10483 (target_desc): Inherit from tdesc_element.
10484 (target_desc::target_desc): New.
10485 (target_desc::~target_desc): New.
10486 (target_desc::accept): New.
10487 (allocate_target_description): Use new.
10488 (free_target_description): Use delete.
10489 (print_c_tdesc): New class.
10490 (maint_print_c_tdesc_cmd): Adjust.
10491
10492 * features/aarch64.c: Re-generated.
10493 * features/arc-arcompact.c: Re-generated.
10494 * features/arc-v2.c: Re-generated.
10495 * features/arm/arm-with-iwmmxt.c: Re-generated.
10496 * features/arm/arm-with-m.c: Re-generated.
10497 * features/arm/arm-with-m-fpa-layout.c: Re-generated.
10498 * features/arm/arm-with-m-vfp-d16.c: Re-generated.
10499 * features/arm/arm-with-neon.c: Re-generated.
10500 * features/arm/arm-with-vfpv2.c: Re-generated.
10501 * features/arm/arm-with-vfpv3.c: Re-generated.
10502 * features/i386/amd64-avx-avx512.c: Re-generated.
10503 * features/i386/amd64-avx-avx512-linux.c: Re-generated.
10504 * features/i386/amd64-avx.c: Re-generated.
10505 * features/i386/amd64-avx-linux.c: Re-generated.
10506 * features/i386/amd64-avx-mpx-avx512-pku.c: Re-generated.
10507 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
10508 * features/i386/amd64-avx-mpx.c: Re-generated.
10509 * features/i386/amd64-avx-mpx-linux.c: Re-generated.
10510 * features/i386/amd64.c: Re-generated.
10511 * features/i386/amd64-linux.c: Re-generated.
10512 * features/i386/amd64-mpx.c: Re-generated.
10513 * features/i386/amd64-mpx-linux.c: Re-generated.
10514 * features/i386/i386-avx-avx512.c: Re-generated.
10515 * features/i386/i386-avx-avx512-linux.c: Re-generated.
10516 * features/i386/i386-avx.c: Re-generated.
10517 * features/i386/i386-avx-linux.c: Re-generated.
10518 * features/i386/i386-avx-mpx-avx512-pku.c: Re-generated.
10519 * features/i386/i386-avx-mpx-avx512-pku-linux.c: Re-generated.
10520 * features/i386/i386-avx-mpx.c: Re-generated.
10521 * features/i386/i386-avx-mpx-linux.c: Re-generated.
10522 * features/i386/i386.c: Re-generated.
10523 * features/i386/i386-linux.c: Re-generated.
10524 * features/i386/i386-mmx.c: Re-generated.
10525 * features/i386/i386-mmx-linux.c: Re-generated.
10526 * features/i386/i386-mpx.c: Re-generated.
10527 * features/i386/i386-mpx-linux.c: Re-generated.
10528 * features/i386/x32-avx-avx512.c: Re-generated.
10529 * features/i386/x32-avx-avx512-linux.c: Re-generated.
10530 * features/i386/x32-avx.c: Re-generated.
10531 * features/i386/x32-avx-linux.c: Re-generated.
10532 * features/i386/x32.c: Re-generated.
10533 * features/i386/x32-linux.c: Re-generated.
10534 * features/microblaze.c: Re-generated.
10535 * features/microblaze-with-stack-protect.c: Re-generated.
10536 * features/mips64-dsp-linux.c: Re-generated.
10537 * features/mips64-linux.c: Re-generated.
10538 * features/mips-dsp-linux.c: Re-generated.
10539 * features/mips-linux.c: Re-generated.
10540 * features/nds32.c: Re-generated.
10541 * features/nios2.c: Re-generated.
10542 * features/nios2-linux.c: Re-generated.
10543 * features/rs6000/powerpc-32.c: Re-generated.
10544 * features/rs6000/powerpc-32l.c: Re-generated.
10545 * features/rs6000/powerpc-403.c: Re-generated.
10546 * features/rs6000/powerpc-403gc.c : Re-generated.
10547 * features/rs6000/powerpc-405.c: Re-generated.
10548 * features/rs6000/powerpc-505.c: Re-generated.
10549 * features/rs6000/powerpc-601.c: Re-generated.
10550 * features/rs6000/powerpc-602.c: Re-generated.
10551 * features/rs6000/powerpc-603.c: Re-generated.
10552 * features/rs6000/powerpc-604.c: Re-generated.
10553 * features/rs6000/powerpc-64.c: Re-generated.
10554 * features/rs6000/powerpc-64l.c: Re-generated.
10555 * features/rs6000/powerpc-7400.c: Re-generated.
10556 * features/rs6000/powerpc-750.c: Re-generated.
10557 * features/rs6000/powerpc-860.c: Re-generated.
10558 * features/rs6000/powerpc-altivec32.c: Re-generated.
10559 * features/rs6000/powerpc-altivec32l.c: Re-generated.
10560 * features/rs6000/powerpc-altivec64.c: Re-generated.
10561 * features/rs6000/powerpc-altivec64l.c: Re-generated.
10562 * features/rs6000/powerpc-cell32l.c: Re-generated.
10563 * features/rs6000/powerpc-cell64l.c: Re-generated.
10564 * features/rs6000/powerpc-e500.c: Re-generated.
10565 * features/rs6000/powerpc-e500l.c: Re-generated.
10566 * features/rs6000/powerpc-isa205-32l.c: Re-generated.
10567 * features/rs6000/powerpc-isa205-64l.c: Re-generated.
10568 * features/rs6000/powerpc-isa205-altivec32l.c: Re-generated.
10569 * features/rs6000/powerpc-isa205-altivec64l.c: Re-generated.
10570 * features/rs6000/powerpc-isa205-vsx32l.c: Re-generated.
10571 * features/rs6000/powerpc-isa205-vsx64l.c: Re-generated.
10572 * features/rs6000/powerpc-vsx32.c: Re-generated.
10573 * features/rs6000/powerpc-vsx32l.c: Re-generated.
10574 * features/rs6000/powerpc-vsx64.c: Re-generated.
10575 * features/rs6000/powerpc-vsx64l.c: Re-generated.
10576 * features/rs6000/rs6000.c: Re-generated.
10577 * features/s390-linux32.c: Re-generated.
10578 * features/s390-linux32v1.c: Re-generated.
10579 * features/s390-linux32v2.c: Re-generated.
10580 * features/s390-linux64.c: Re-generated.
10581 * features/s390-linux64v1.c: Re-generated.
10582 * features/s390-linux64v2.c: Re-generated.
10583 * features/s390-te-linux64.c: Re-generated.
10584 * features/s390-tevx-linux64.c: Re-generated.
10585 * features/s390-vx-linux64.c: Re-generated.
10586 * features/s390x-linux64.c: Re-generated.
10587 * features/s390x-linux64v1.c: Re-generated.
10588 * features/s390x-linux64v2.c: Re-generated.
10589 * features/s390x-te-linux64.c: Re-generated.
10590 * features/s390x-tevx-linux64.c: Re-generated.
10591 * features/s390x-vx-linux64.c: Re-generated.
10592 * features/sparc/sparc32-solaris.c: Re-generated.
10593 * features/sparc/sparc64-solaris.c: Re-generated.
10594 * features/tic6x-c62x.c: Re-generated.
10595 * features/tic6x-c62x-linux.c: Re-generated.
10596 * features/tic6x-c64x.c: Re-generated.
10597 * features/tic6x-c64x-linux.c: Re-generated.
10598 * features/tic6x-c64xp.c: Re-generated.
10599 * features/tic6x-c64xp-linux.c: Re-generated.
10600
10601 2017-07-26 Yao Qi <yao.qi@linaro.org>
10602
10603 * i386-linux-tdep.c (i386_linux_read_description): New function.
10604 (i386_linux_core_read_description): Call
10605 i386_linux_read_description.
10606 * i386-linux-tdep.h (i386_linux_read_description): Declare.
10607 (tdesc_i386_linux, tdesc_i386_mmx_linux): Remove declarations.
10608 (tdesc_i386_avx_linux, tdesc_i386_mpx_linux): Likewise
10609 (tdesc_i386_avx_mpx_linux, tdesc_i386_avx_avx512_linux): Likewise.
10610 (tdesc_i386_avx_mpx_avx512_pku_linux): Likewise.
10611 * x86-linux-nat.c (x86_linux_read_description): Call
10612 i386_linux_read_description.
10613
10614 2017-07-26 Yao Qi <yao.qi@linaro.org>
10615
10616 * NEWS: Mention it.
10617 * features/Makefile (%.c: %.xml): Pass the xml file name to
10618 command "maint print c-tdesc".
10619 * target-descriptions.c (maint_print_c_tdesc_cmd): Get file
10620 name from 'arg'.
10621
10622 2017-07-26 Yao Qi <yao.qi@linaro.org>
10623
10624 * target-descriptions.c (target_desc): Add ctor and dtor. Do
10625 in-class initialization.
10626 (tdesc_create_feature): Call new instead of XCNEW.
10627 (free_target_description): Ue delete.
10628
10629 2017-07-25 John Baldwin <jhb@FreeBSD.org>
10630
10631 * configure.nat: Add "-lkvm" for NetBSD/sparc64 and fix typo.
10632
10633 2017-07-25 Yao Qi <yao.qi@linaro.org>
10634
10635 * amd64-tdep.c (amd64_init_abi): Make argument default_tdesc
10636 constant.
10637 (amd64_x32_init_abi): Likewise.
10638 * amd64-tdep.h (amd64_init_abi): Update declaration.
10639 (amd64_x32_init_abi): Likewise.
10640
10641 2017-07-25 Yao Qi <yao.qi@linaro.org>
10642
10643 PR tdep/21717
10644 * arm-linux-nat.c (arm_linux_fetch_inferior_registers): Update
10645 condition for FPSCR.
10646 (arm_linux_store_inferior_registers): Likewise.
10647
10648 2017-07-22 Tom Tromey <tom@tromey.com>
10649
10650 * break-catch-syscall.c (struct catch_syscall_inferior_data)
10651 <syscalls_counts>: Now a std::vector.
10652 (get_catch_syscall_inferior_data): Use "new".
10653 (catch_syscall_inferior_data_cleanup): Use "delete".
10654 (insert_catch_syscall, remove_catch_syscall)
10655 (clear_syscall_counts): Update.
10656
10657 2017-07-22 Tom Tromey <tom@tromey.com>
10658
10659 * break-catch-syscall.c (syscall_catchpoint)
10660 <syscalls_to_be_caught>: Now a std::vector<int>
10661 (~syscall_catchpoint): Remove.
10662 (insert_catch_syscall, remove_catch_syscall)
10663 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
10664 (print_mention_catch_syscall, print_recreate_catch_syscall):
10665 Update.
10666 (create_syscall_event_catchpoint): Change type of "filter"
10667 parameter.
10668 (catch_syscall_split_args): Return a std::vector.
10669 (catch_syscall_command_1, catching_syscall_number_1): Update.
10670
10671 2017-07-22 Tom Tromey <tom@tromey.com>
10672
10673 * break-catch-throw.c (struct exception_catchpoint)
10674 <exception_rx>: Now a std::string.
10675 (~exception_catchpoint): Remove.
10676 (print_one_detail_exception_catchpoint): Update.
10677 (handle_gnu_v3_exceptions): Change type of except_rx.
10678 (extract_exception_regexp): Return a std::string.
10679 (catch_exception_command_1): Update.
10680
10681 2017-07-22 Tom Tromey <tom@tromey.com>
10682
10683 * break-catch-sig.c (gdb_signal_type): Remove typedef.
10684 (struct signal_catchpoint) <signals_to_be_caught>: Now a
10685 std::vector.
10686 <catch_all>: Now a bool.
10687 (~signal_catchpoint): Remove.
10688 (signal_catchpoint_insert_location)
10689 (signal_catchpoint_remove_location)
10690 (signal_catchpoint_breakpoint_hit, signal_catchpoint_print_one)
10691 (signal_catchpoint_print_mention)
10692 (signal_catchpoint_print_recreate)
10693 (signal_catchpoint_explains_signal): Update.
10694 (create_signal_catchpoint): Change type of "filter" and
10695 "catch_all".
10696 (catch_signal_split_args): Return a std::vector. Change type of
10697 "catch_all".
10698 (catch_signal_command): Update.
10699
10700 2017-07-20 Pedro Alves <palves@redhat.com>
10701
10702 * ada-lang.c (ada_language_defn): Make extern.
10703 (_initialize_ada_language): Remove add_language call.
10704 * c-lang.c (c_language_defn, cplus_language_defn)
10705 (asm_language_defn, minimal_language_defn): Make extern.
10706 (_initialize_c_language): Delete.
10707 * completer.c (compare_cstrings): Delete, moved to utils.h.
10708 * d-lang.c (d_language_defn): Make extern.
10709 (_initialize_d_language): Remove add_language calls.
10710 * defs.h (enum language): Add comment.
10711 * f-lang.c (f_language_defn): Make extern.
10712 (_initialize_f_language): Remove add_language call.
10713 * go-lang.c (go_language_defn): Make extern.
10714 (_initialize_go_language): Remove add_language call.
10715 * language.c: Include <algorithm>.
10716 (languages): Redefine as const array.
10717 (languages_size, languages_allocsize, DEFAULT_ALLOCSIZE): Delete.
10718 (set_language_command): Handle "local". Use for-range loop.
10719 (set_language): Remove loop.
10720 (language_enum): Rewrite.
10721 (language_def, language_str): Remove loops.
10722 (add_language): Delete.
10723 (add_set_language_command): New, based on add_languages.
10724 (skip_language_trampoline): Adjust.
10725 (local_language_defn): Delete.
10726 (language_gdbarch_post_init): Adjust.
10727 (_initialize_language): Remove add_language calls. Call
10728 add_set_language_command.
10729 * language.h (add_language): Delete.
10730 (auto_language_defn)
10731 (unknown_language_defn, minimal_language_defn, ada_language_defn)
10732 (asm_language_defn, c_language_defn, cplus_language_defn)
10733 (d_language_defn, f_language_defn, go_language_defn)
10734 (m2_language_defn, objc_language_defn, opencl_language_defn)
10735 (pascal_language_defn, rust_language_defn): Declare.
10736 * m2-lang.c (m2_language_defn): Make extern.
10737 (_initialize_m2_language): Remove add_language call.
10738 * objc-lang.c (objc_language_defn): Make extern.
10739 (_initialize_objc_language): Remove add_language call.
10740 * opencl-lang.c (opencl_language_defn): Make extern.
10741 (_initialize_opencl_language): Remove add_language call.
10742 * p-lang.c (pascal_language_defn): Make extern.
10743 (_initialize_pascal_language): Delete.
10744 * rust-lang.c (rust_language_defn): Make extern.
10745 (_initialize_rust_language): Delete.
10746 * utils.h (compare_cstrings): New static inline function.
10747
10748 2017-07-20 Pedro Alves <palves@redhat.com>
10749
10750 * ada-lang.c (ada_to_fixed_type_1): Adjust.
10751 (get_var_value): Constify parameters.
10752 (get_int_var_value): Change prototype.
10753 (to_fixed_range_type): Adjust.
10754 * ada-lang.h (get_int_var_value): Change prototype.
10755
10756 2017-07-20 Pedro Alves <palves@redhat.com>
10757
10758 * dwarf2read.c (dw2_lookup_symbol): Use
10759 SYMBOL_MATCHES_SEARCH_NAME.
10760 * psymtab.c (psym_lookup_symbol): Use SYMBOL_MATCHES_SEARCH_NAME.
10761
10762 2017-07-20 Pedro Alves <palves@redhat.com>
10763
10764 * block.c (block_iter_name_step, block_iter_name_first)
10765 (block_iter_name_next): Delete.
10766 (block_lookup_symbol_primary): Adjust to use
10767 dict_iter_match_first/dict_iter_match_next.
10768 * block.h (block_iter_name_first, block_iter_name_next): Delete
10769 declarations.
10770 (ALL_BLOCK_SYMBOLS_WITH_NAME): Adjust to use
10771 dict_iter_match_first/dict_iter_match_next.
10772
10773 2017-07-20 Pedro Alves <palves@redhat.com>
10774
10775 * cp-support.c (cp_find_first_component_aux): Add missing case for
10776 end of string.
10777
10778 2017-07-18 David Blaikie <dblaikie@gmail.com>
10779
10780 * dwarf2read.c (create_cus_hash_table): Re-add lost initialization
10781 of dwo_cu's dwo_file.
10782
10783 2017-07-18 Yao Qi <yao.qi@linaro.org>
10784
10785 * remote.c (store_registers_using_G): Remove one line comment.
10786
10787 2017-07-18 Yao Qi <yao.qi@linaro.org>
10788
10789 * regcache.c (regcache_cpy): Simplify it.
10790 (regcache::cpy_no_passthrough): Remove it.
10791 * regcache.h (cpy_no_passthrough): Remove it.
10792 (regcache_dup, regcache_cpy): Update comments.
10793
10794 2017-07-18 Pedro Alves <palves@redhat.com>
10795
10796 * remote-sim.c (sim_command_completer): Adjust to work with a
10797 completion_tracker instead of a VEC.
10798
10799 2017-07-17 Pedro Alves <palves@redhat.com>
10800
10801 * completer.c (complete_source_filenames): New function.
10802 (complete_address_and_linespec_locations): New function.
10803 (location_completer): Use complete_address_and_linespec_locations.
10804 (completion_tracker::build_completion_result): Honor the tracker's
10805 request to suppress append.
10806 * completer.h (completion_tracker::suppress_append_ws)
10807 (completion_tracker::set_suppress_append_ws): New methods.
10808 (completion_tracker::m_suppress_append_ws): New field.
10809 (complete_source_filenames): New declaration.
10810 * linespec.c (linespec_complete_what): New.
10811 (struct ls_parser) <complete_what, completion_word,
10812 completion_quote_char, completion_quote_end, completion_tracker>:
10813 New fields.
10814 (string_find_incomplete_keyword_at_end): New.
10815 (linespec_lexer_lex_string): Record quote char. If in completion
10816 mode, don't throw.
10817 (linespec_lexer_consume_token): Advance the completion word point.
10818 (linespec_lexer_peek_token): Save/restore completion info.
10819 (save_stream_and_consume_token): New.
10820 (set_completion_after_number): New.
10821 (linespec_parse_basic): Set what to complete next depending on
10822 token. Handle function and label completions specially.
10823 (parse_linespec): Disable objc shortcut in completion mode. Set
10824 what to complete next depending on token type. Skip keyword if in
10825 completion mode.
10826 (complete_linespec_component, linespec_complete): New.
10827 * linespec.h (linespec_complete): Declare.
10828
10829 2017-07-17 Pedro Alves <palves@redhat.com>
10830
10831 * linespec.c (linespec_lexer_lex_string, find_toplevel_char):
10832 Handle 'operator<' / 'operator<<'.
10833
10834 2017-07-17 Pedro Alves <palves@redhat.com>
10835
10836 * completer.c (collect_explicit_location_matches): Handle
10837 MATCH_LABEL.
10838 (convert_explicit_location_to_linespec): New, factored out from
10839 ...
10840 (convert_explicit_location_to_sals): ... this.
10841 (complete_label): New.
10842 (linespec_complete_label, find_label_symbols_in_block): New.
10843 (find_label_symbols): Add completion_mode parameter and adjust to
10844 call find_label_symbols_in_block.
10845 * linespec.h (linespec_complete_label): Declare.
10846
10847 2017-07-17 Pedro Alves <palves@redhat.com>
10848
10849 * ada-lang.c (ada_collect_symbol_completion_matches): Add
10850 complete_symbol_mode parameter.
10851 * cli/cli-cmds.c (complete_command): Get the completion result out
10852 of the handle_brkchars tracker if used a custom word point.
10853 * completer.c: Include "linespec.h".
10854 (enum explicit_location_match_type) <MATCH_LINE>: New enumerator.
10855 (advance_to_expression_complete_word_point): New.
10856 (completion_tracker::completes_to_completion_word): New.
10857 (complete_files_symbols): Pass down
10858 complete_symbol_mode::EXPRESSION.
10859 (explicit_options, probe_options): New.
10860 (collect_explicit_location_matches): Complete on the
10861 explictit_loc->foo instead of word. Use
10862 linespec_complete_function. Handle MATCH_LINE. Handle offering
10863 keyword and options completions.
10864 (backup_text_ptr): Delete.
10865 (skip_keyword): New.
10866 (complete_explicit_location): Remove 'word' parameter. Add
10867 language, quoted_arg_start and quoted_arg_end parameters.
10868 Rewrite, parsing left to right.
10869 (location_completer): Rewrite.
10870 (location_completer_handle_brkchars): New function.
10871 (symbol_completer): Pass down complete_symbol_mode::EXPRESSION.
10872 (enum complete_line_internal_reason): Adjust comments.
10873 (completion_tracker::discard_completions): New.
10874 (completer_handle_brkchars_func_for_completer): Handle
10875 location_completer.
10876 (gdb_custom_word_point_brkchars)
10877 (gdb_org_rl_basic_quote_characters): New.
10878 (gdb_completion_word_break_characters_throw)
10879 (completion_find_completion_word): Handle trackers that use a
10880 custom word point.
10881 (completion_tracker::advance_custom_word_point_by): New.
10882 (completion_tracker::build_completion_result): Don't rely on
10883 readline appending the quote char.
10884 (gdb_rl_attempted_completion_function_throw): Handle trackers that
10885 use a custom word point.
10886 (gdb_rl_attempted_completion_function): Restore
10887 rl_basic_quote_characters.
10888 * completer.h (class completion_tracker): Extend intro comment.
10889 (completion_tracker::set_quote_char)
10890 (completion_tracker::quote_char)
10891 (completion_tracker::set_use_custom_word_point)
10892 (completion_tracker::use_custom_word_point)
10893 (completion_tracker::custom_word_point)
10894 (completion_tracker::set_custom_word_point)
10895 (completion_tracker::advance_custom_word_point_by)
10896 (completion_tracker::completes_to_completion_word)
10897 (completion_tracker::discard_completions): New methods.
10898 (completion_tracker::m_quote_char)
10899 (completion_tracker::m_use_custom_word_point)
10900 (completion_tracker::m_custom_word_point): New fields.
10901 (advance_to_expression_complete_word_point): Declare.
10902 * f-lang.c (f_collect_symbol_completion_matches): Add
10903 complete_symbol_mode parameter.
10904 * language.h (struct language_defn)
10905 <la_collect_symbol_completion_matches>: Add complete_symbol_mode
10906 parameter.
10907 * linespec.c (linespec_keywords): Add NULL terminator. Make extern.
10908 (linespec_complete_function): New function.
10909 (linespec_lexer_lex_keyword): Adjust.
10910 * linespec.h (linespec_keywords, linespec_complete_function): New
10911 declarations.
10912 * location.c (find_end_quote): New function.
10913 (explicit_location_lex_one): Add explicit_completion_info
10914 parameter. Save quoting info. Don't throw if being called for
10915 completion. Don't handle Ada operators here.
10916 (is_cp_operator, skip_op_false_positives, first_of)
10917 (explicit_location_lex_one_function): New function.
10918 (string_to_explicit_location): Replace 'dont_throw' parameter with
10919 an explicit_completion_info pointer parameter. Handle it. Don't
10920 use explicit_location_lex_one to lex function names. Use
10921 explicit_location_lex_one_function instead.
10922 * location.h (struct explicit_completion_info): New.
10923 (string_to_explicit_location): Replace 'dont_throw' parameter with
10924 an explicit_completion_info pointer parameter.
10925 * symtab.c (default_collect_symbol_completion_matches_break_on):
10926 Add complete_symbol_mode parameter. Handle LINESPEC mode.
10927 (default_collect_symbol_completion_matches)
10928 (collect_symbol_completion_matches): Add complete_symbol_mode
10929 parameter.
10930 (collect_symbol_completion_matches_type): Pass down
10931 complete_symbol_mode::EXPRESSION.
10932 (collect_file_symbol_completion_matches): Add complete_symbol_mode
10933 parameter. Handle LINESPEC mode.
10934 * symtab.h (complete_symbol_mode): New.
10935 (default_collect_symbol_completion_matches_break_on)
10936 (default_collect_symbol_completion_matches)
10937 (collect_symbol_completion_matches)
10938 (collect_file_symbol_completion_matches): Add complete_symbol_mode
10939 parameter.
10940
10941 2017-07-17 Pedro Alves <palves@redhat.com>
10942
10943 * utils.c (enum class strncmp_iw_mode): New.
10944 (strcmp_iw): Rename to ...
10945 (strncmp_iw_with_mode): ... this. Add string2_len and mode
10946 parameters. Handle them.
10947 (strncmp_iw): New.
10948 (strcmp_iw): Reimplement as wrapper around strncmp_iw_with_mode.
10949 * utils.h (strncmp_iw): Declare.
10950 (strcmp_iw): Move describing comments here.
10951
10952 2017-07-17 Pedro Alves <palves@redhat.com>
10953
10954 * c-exp.y (operator_stoken): Use CP_OPERATOR_LEN and
10955 CP_OPERATOR_STR.
10956 * c-typeprint.c (is_type_conversion_operator): Use
10957 CP_OPERATOR_STR.
10958 * cp-support.c (LENGTH_OF_OPERATOR): Delete.
10959 (cp_find_first_component_aux): Use CP_OPERATOR_STR and
10960 CP_OPERATOR_LEN.
10961 * cp-support.h (CP_OPERATOR_STR, CP_OPERATOR_LEN): New.
10962 * gnu-v2-abi.c (gnuv2_is_operator_name): Use CP_OPERATOR_STR.
10963 * gnu-v3-abi.c (gnuv3_is_operator_name): Use CP_OPERATOR_STR.
10964 * linespec.c (linespec_lexer_lex_string): Use CP_OPERATOR_LEN and
10965 CP_OPERATOR_STR.
10966 * location.c: Include "cp-support.h".
10967 (explicit_location_lex_one): Use CP_OPERATOR_LEN and
10968 CP_OPERATOR_STR.
10969 * symtab.c (operator_chars): Use CP_OPERATOR_STR and
10970 CP_OPERATOR_LEN.
10971
10972 2017-07-17 Pedro Alves <palves@redhat.com>
10973
10974 * cli/cli-cmds.c (complete_command): Use a completion tracker
10975 along with completion_find_completion_word for handle_brkchars
10976 phase.
10977 * completer.c (RL_QF_SINGLE_QUOTE, RL_QF_DOUBLE_QUOTE)
10978 (RL_QF_BACKSLASH, RL_QF_OTHER_QUOTE): New.
10979 (struct gdb_rl_completion_word_info): New.
10980 (gdb_rl_find_completion_word): New.
10981 (completion_find_completion_word): New.
10982 * completer.h (completion_find_completion_word): Declare.
10983
10984 2017-07-17 Pedro Alves <palves@redhat.com>
10985
10986 * ada-lang.c (symbol_completion_match): Adjust comments.
10987 (symbol_completion_add): Replace vector parameter with
10988 completion_tracker parameter. Use it.
10989 (ada_make_symbol_completion_list): Rename to...
10990 (ada_collect_symbol_completion_matches): ... this. Add
10991 completion_tracker parameter and use it.
10992 (ada_language_defn): Adjust.
10993 * break-catch-syscall.c (catch_syscall_completer): Adjust
10994 prototype and work with completion_tracker instead of VEC.
10995 * breakpoint.c (condition_completer): Adjust prototype and work
10996 with completion_tracker instead of VEC.
10997 * c-lang.c (c_language_defn, cplus_language_defn)
10998 (asm_language_defn, minimal_language_defn): Adjust to renames.
10999 * cli/cli-cmds.c (complete_command): Rework using
11000 completion_tracker. Catch exceptions when completing.
11001 * cli/cli-decode.c (integer_unlimited_completer)
11002 (complete_on_cmdlist, complete_on_enum): Adjust prototype and work
11003 with completion_tracker instead of VEC.
11004 * command.h (struct completion_tracker): Forward declare.
11005 (completer_ftype, completer_handle_brkchars_ftype): Change
11006 types.
11007 (complete_on_cmdlist, complete_on_enum): Adjust.
11008 * completer.c: Include <algorithm>.
11009 (struct gdb_completer_state): New.
11010 (current_completion): New global.
11011 (readline_line_completion_function): Delete.
11012 (noop_completer, filename_completer)
11013 (filename_completer_handle_brkchars, complete_files_symbols)
11014 (linespec_location_completer): Adjust to work with a
11015 completion_tracker instead of a VEC.
11016 (string_or_empty): New.
11017 (collect_explicit_location_matches): Adjust to work with a
11018 completion_tracker instead of a VEC.
11019 (explicit_location_completer): Rename to ...
11020 (complete_explicit_location): ... this and adjust to work with a
11021 completion_tracker instead of a VEC.
11022 (location_completer): Adjust to work with a completion_tracker
11023 instead of a VEC.
11024 (add_struct_fields): Adjust to work with a completion_list instead
11025 of VEC.
11026 (expression_completer): Rename to ...
11027 (complete_expression): ... this and adjust to work with a
11028 completion_tracker instead of a VEC. Use complete_files_symbols.
11029 (expression_completer): Reimplement on top of complete_expression.
11030 (symbol_completer): Adjust to work with a completion_tracker
11031 instead of a VEC.
11032 (enum complete_line_internal_reason): Add describing comments.
11033 (complete_line_internal_normal_command): Adjust to work with a
11034 completion_tracker instead of a VEC.
11035 (complete_line_internal): Rename to ...
11036 (complete_line_internal_1): ... this and adjust to work with a
11037 completion_tracker instead of a VEC. Assert TEXT is NULL in the
11038 handle_brkchars phase.
11039 (new_completion_tracker): Delete.
11040 (complete_line_internal): Reimplement as TRY/CATCH wrapper around
11041 complete_line_internal_1.
11042 (free_completion_tracker): Delete.
11043 (INITIAL_COMPLETION_HTAB_SIZE): New.
11044 (completion_tracker::completion_tracker)
11045 (completion_tracker::~completion_tracker): New.
11046 (maybe_add_completion): Delete.
11047 (completion_tracker::maybe_add_completion)
11048 (completion_tracker::add_completion)
11049 (completion_tracker::add_completions): New.
11050 (throw_max_completions_reached_error): Delete.
11051 (complete_line): Adjust to work with a completion_tracker instead
11052 of a VEC. Don't create a completion_tracker_t or check for max
11053 completions here.
11054 (command_completer, command_completer_handle_brkchars)
11055 (signal_completer, reg_or_group_completer_1)
11056 (reg_or_group_completer, default_completer_handle_brkchars):
11057 Adjust to work with a completion_tracker.
11058 (gdb_completion_word_break_characters_throw): New.
11059 (gdb_completion_word_break_characters): Reimplement.
11060 (line_completion_function): Delete.
11061 (completion_tracker::recompute_lowest_common_denominator)
11062 (expand_preserving_ws)
11063 (completion_tracker::build_completion_result)
11064 (completion_result::completion_result)
11065 (completion_result::completion_result)
11066 (completion_result::~completion_result)
11067 (completion_result::completion_result)
11068 (completion_result::release_match_list, compare_cstrings)
11069 (completion_result::sort_match_list)
11070 (completion_result::reset_match_list)
11071 (gdb_rl_attempted_completion_function_throw)
11072 (gdb_rl_attempted_completion_function): New.
11073 * completer.h (completion_list, struct completion_result)
11074 (class completion_tracker): New.
11075 (complete_line): Add completion_tracker parameter.
11076 (readline_line_completion_function): Delete.
11077 (gdb_rl_attempted_completion_function): New.
11078 (noop_completer, filename_completer, expression_completer)
11079 (location_completer, symbol_completer, command_completer)
11080 (signal_completer, reg_or_group_completer): Update prototypes.
11081 (completion_tracker_t, new_completion_tracker)
11082 (make_cleanup_free_completion_tracker): Delete.
11083 (enum maybe_add_completion_enum): Delete.
11084 (maybe_add_completion): Delete.
11085 (throw_max_completions_reached_error): Delete.
11086 * corefile.c (complete_set_gnutarget): Adjust to work with a
11087 completion_tracker instead of a VEC.
11088 * cp-abi.c (cp_abi_completer): Adjust to work with a
11089 completion_tracker instead of a VEC.
11090 * d-lang.c (d_language_defn): Adjust.
11091 * disasm.c (disassembler_options_completer): Adjust to work with a
11092 completion_tracker instead of a VEC.
11093 * f-lang.c (f_make_symbol_completion_list): Rename to ...
11094 (f_collect_symbol_completion_matches): ... this. Adjust to work
11095 with a completion_tracker instead of a VEC.
11096 (f_language_defn): Adjust.
11097 * go-lang.c (go_language_defn): Adjust.
11098 * guile/scm-cmd.c (cmdscm_add_completion, cmdscm_completer):
11099 Adjust to work with a completion_tracker instead of a VEC.
11100 * infrun.c (handle_completer): Likewise.
11101 * interps.c (interpreter_completer): Likewise.
11102 * interps.h (interpreter_completer): Likewise.
11103 * language.c (unknown_language_defn, auto_language_defn)
11104 (local_language_defn): Adjust.
11105 * language.h (language_defn::la_make_symbol_completion_list):
11106 Rename to ...
11107 (language_defn::la_collect_symbol_completion_matches): ... this
11108 and adjust to work with a completion_tracker instead of a VEC.
11109 * m2-lang.c (m2_language_defn): Adjust.
11110 * objc-lang.c (objc_language_defn): Adjust.
11111 * opencl-lang.c (opencl_language_defn): Adjust.
11112 * p-lang.c (pascal_language_defn): Adjust.
11113 * python/py-cmd.c (cmdpy_completer_helper): Handle NULL word.
11114 (cmdpy_completer_handle_brkchars, cmdpy_completer): Adjust to work
11115 with a completion_tracker.
11116 * rust-lang.c (rust_language_defn): Adjust.
11117 * symtab.c (free_completion_list, do_free_completion_list)
11118 (return_val, completion_tracker): Delete.
11119 (completion_list_add_name, completion_list_add_symbol)
11120 (completion_list_add_msymbol, completion_list_objc_symbol)
11121 (completion_list_add_fields, add_symtab_completions): Add
11122 completion_tracker parameter and use it.
11123 (default_make_symbol_completion_list_break_on_1): Rename to...
11124 (default_collect_symbol_completion_matches_break_on): ... this.
11125 Add completion_tracker parameter and use it instead of allocating
11126 a completion tracker here.
11127 (default_make_symbol_completion_list_break_on): Delete old
11128 implementation.
11129 (default_make_symbol_completion_list): Delete.
11130 (default_collect_symbol_completion_matches): New.
11131 (make_symbol_completion_list): Delete.
11132 (collect_symbol_completion_matches): New.
11133 (make_symbol_completion_type): Rename to ...
11134 (collect_symbol_completion_matches_type): ... this. Add
11135 completion_tracker parameter and use it instead of VEC.
11136 (make_file_symbol_completion_list_1): Rename to...
11137 (collect_file_symbol_completion_matches): ... this. Add
11138 completion_tracker parameter and use it instead of VEC.
11139 (make_file_symbol_completion_list): Delete.
11140 (add_filename_to_list): Use completion_list instead of a VEC.
11141 (add_partial_filename_data::list): Now a completion_list.
11142 (make_source_files_completion_list): Work with a completion_list
11143 instead of a VEC.
11144 * symtab.h: Include "completer.h".
11145 (default_make_symbol_completion_list_break_on)
11146 (default_make_symbol_completion_list, make_symbol_completion_list)
11147 (make_symbol_completion_type, make_file_symbol_completion_list)
11148 (make_source_files_completion_list): Delete.
11149 (default_collect_symbol_completion_matches_break_on)
11150 (default_collect_symbol_completion_matches)
11151 (collect_symbol_completion_matches)
11152 (collect_symbol_completion_matches_type)
11153 (collect_file_symbol_completion_matches)
11154 (make_source_files_completion_list): New.
11155 * top.c (init_main): Don't install a rl_completion_entry_function
11156 hook. Install a rl_attempted_completion_function hook instead.
11157 * tui/tui-layout.c (layout_completer): Adjust to work with a
11158 completion_tracker.
11159 * tui/tui-regs.c (tui_reggroup_completer):
11160 * tui/tui-win.c (window_name_completer, focus_completer)
11161 (winheight_completer): Adjust to work with a completion_tracker.
11162 * value.c: Include "completer.h".
11163 (complete_internalvar): Adjust to work with a completion_tracker.
11164 * value.h (complete_internalvar): Likewise.
11165
11166 2017-07-17 Pedro Alves <palves@redhat.com>
11167
11168 * cli/cli-decode.c (set_cmd_completer_handle_brkchars): Adjust to
11169 renames.
11170 * cli/cli-decode.h (struct cmd_list_element) <completer>: Move
11171 comments to completer_ftype's declaration.
11172 <completer_handle_brkchars>: Change type to
11173 completer_handle_brkchars_ftype.
11174 * command.h (completer_ftype): Add describing comment and give
11175 names to parameters.
11176 (completer_ftype_void): Rename to ...
11177 (completer_handle_brkchars_ftype) ... this. Add describing comment.
11178 (set_cmd_completer_handle_brkchars): Adjust.
11179 * completer.c (filename_completer_handle_brkchars): New function.
11180 (complete_line_internal_normal_command): New function, factored
11181 out from ...
11182 (complete_line_internal): ... here.
11183 (command_completer_handle_brkchars)
11184 (default_completer_handle_brkchars)
11185 (completer_handle_brkchars_func_for_completer): New functions.
11186 * completer.h (set_gdb_completion_word_break_characters): Delete
11187 declaration.
11188 (completer_handle_brkchars_func_for_completer): New declaration.
11189 * python/py-cmd.c (cmdpy_completer_handle_brkchars): Adjust to use
11190 completer_handle_brkchars_func_for_completer.
11191
11192 2017-07-17 Pedro Alves <palves@redhat.com>
11193
11194 * completer.c (symbol_completer): New function, based on
11195 make_symbol_completion_list_fn.
11196 * completer.h (symbol_completer): New declaration.
11197 * guile/scm-cmd.c (cmdscm_completers): Adjust.
11198 * python/py-cmd.c (completers): Adjust.
11199 * symtab.c (make_symbol_completion_list_fn): Delete.
11200 * symtab.h (make_symbol_completion_list_fn): Delete.
11201 * cli/cli-decode.c (add_cmd): Adjust.
11202
11203 2017-07-17 Pedro Alves <palves@redhat.com>
11204
11205 * Makefile.in (COMMON_OBS): Add filename-seen-cache.o.
11206 * dwarf2read.c: Include "filename-seen-cache.h".
11207 * dwarf2read.c (dwarf2_per_objfile) <filenames_cache>: New field.
11208 (dw2_map_symbol_filenames): Build and use a filenames_seen_cache.
11209 * filename-seen-cache.c: New file.
11210 * filename-seen-cache.h: New file.
11211 * symtab.c: Include "filename-seen-cache.h".
11212 (struct filename_seen_cache, INITIAL_FILENAME_SEEN_CACHE_SIZE)
11213 (create_filename_seen_cache, clear_filename_seen_cache)
11214 (delete_filename_seen_cache, filename_seen): Delete, parts moved
11215 to filename-seen-cache.h/filename-seen-cache.c.
11216 (output_source_filename, sources_info)
11217 (maybe_add_partial_symtab_filename)
11218 (make_source_files_completion_list): Adjust to use
11219 filename_seen_cache.
11220
11221 2017-07-17 Pedro Alves <palves@redhat.com>
11222
11223 * dwarf2read.c (dwarf2_per_objfile): In-class initialize all
11224 fields.
11225 (dwarf2_per_objfile::dwarf2_per_objfile(objfile*, const
11226 dwarf2_debug_sections*)): New.
11227 (dwarf2_per_objfile::dwarf2_per_objfile(const
11228 dwarf2_per_objfile&)): Declare as deleted.
11229 (dwarf2_per_objfile::operator=): Declare as deleted.
11230 (dwarf2_per_objfile::dwarf2_per_objfile)
11231 (dwarf2_per_objfile::~dwarf2_per_objfile)
11232 (dwarf2_per_objfile::free_cached_comp_units): New.
11233 (dwarf2_has_info): dwarf2_per_objfile initialization code moved to
11234 ctor. Call dwarf2_per_objfile's ctor manually.
11235 (dwarf2_locate_sections): Deleted/refactored as ...
11236 (dwarf2_per_objfile::locate_sections): ... this new method.
11237 (free_cached_comp_units): Defer to
11238 dwarf2_per_objfile::free_cached_comp_units.
11239 (dwarf2_free_objfile): Call dwarf2_per_objfile's dtor manually.
11240
11241 2017-07-14 Tom Tromey <tom@tromey.com>
11242
11243 PR rust/21764:
11244 * rust-exp.y (convert_ast_to_expression): Add "want_type"
11245 parameter.
11246 <UNOP_SIZEOF>: Split into separate case.
11247 <UNOP_VAR_VALUE>: Handle want_type. Add error case.
11248
11249 2017-07-14 Tom Tromey <tom@tromey.com>
11250
11251 PR rust/21763:
11252 * symtab.c (symbol_matches_domain): Add language_rust to special
11253 case.
11254 * rust-exp.y (convert_ast_to_expression) <OP_VAR_VALUE>: Don't
11255 treat LOC_TYPEDEF symbols as variables.
11256
11257 2017-07-14 Pedro Alves <palves@redhat.com>
11258
11259 * symtab.c (make_file_symbol_completion_list_1): Iterate over
11260 symtabs matching all symtabs with SRCFILE as file name instead of
11261 only considering the first hit, with lookup_symtab.
11262
11263 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
11264
11265 * ax-gdb.c (gen_aggregate_elt_ref): Remove operand_name and
11266 operator_name parameters.
11267 (gen_expr): Update function call.
11268
11269 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
11270
11271 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Remove gdbarch
11272 parameter.
11273 * symtab.h (struct symbol_computed_ops::tracepoint_var_ref):
11274 Likewise.
11275 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove gdbarch
11276 parameter, use agent_expr::gdbarch instead, update function
11277 calls.
11278 (locexpr_tracepoint_var_ref): Likewise.
11279 (loclist_tracepoint_var_ref): Likewise.
11280 * ax-gdb.c (gen_trace_static_fields): Likewise.
11281 (gen_traced_pop): Likewise.
11282 (gen_frame_args_address): Likewise.
11283 (gen_frame_locals_address): Likewise.
11284 (gen_var_ref): Likewise.
11285 (gen_struct_ref_recursive): Likewise.
11286 (gen_static_field): Likewise.
11287 (gen_maybe_namespace_elt): Likewise.
11288 (gen_expr): Likewise.
11289 (gen_trace_for_var): Likewise.
11290 (gen_trace_for_expr): Likewise.
11291 (gen_trace_for_return_address): Likewise.
11292
11293 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
11294
11295 * ax-gdb.c (gen_deref, gen_address_of): Remove unused ax
11296 parameter.
11297 (gen_struct_ref, gen_expr, gen_expr_binop_rest): Update call.
11298
11299 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
11300
11301 * ax-gdb.c (gen_usual_unary): Remove exp parameter, get gdbarch
11302 from ax, update calls.
11303 (gen_usual_arithmetic): Likewise.
11304 (gen_integral_promotions): Likewise.
11305 (gen_bitfield_ref): Likewise.
11306 (gen_primitive_field): Likewise.
11307 (gen_struct_ref_recursive): Likewise.
11308 (gen_struct_ref): Likewise.
11309 (gen_maybe_namespace_elt): Likewise.
11310 (gen_struct_elt_for_reference): Likewise.
11311 (gen_namespace_elt): Likewise.
11312 (gen_aggregate_elt_ref): Likewise.
11313 (gen_expr): Get gdbarch from ax, update calls.
11314 (gen_expr_binop_rest): Likewise.
11315
11316 2017-07-13 Pedro Alves <palves@redhat.com>
11317
11318 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Pass tdesc_amd64
11319 as default tdesc.
11320 * amd64-dicos-tdep.c (amd64_dicos_init_abi):
11321 * amd64-fbsd-tdep.c (amd64fbsd_init_abi):
11322 * amd64-linux-tdep.c (amd64_linux_init_abi): Pass
11323 tdesc_amd64_linux as default tdesc. Get final tdesc from the
11324 tdep.
11325 (amd64_x32_linux_init_abi): Pass tdesc_x32_linux as default tdesc.
11326 Get final tdesc from the tdep.
11327 * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Pass tdesc_amd64 as
11328 default tdesc.
11329 * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
11330 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
11331 * amd64-tdep.c (amd64_init_abi): Add 'default_tdesc' parameter.
11332 Use it as default tdesc.
11333 (amd64_x32_init_abi): Add 'default_tdesc' parameter, and pass it
11334 down to amd_init_abi. No longer handle fallback tdesc here.
11335 * amd64-tdep.h (tdesc_x32): Declare.
11336 (amd64_init_abi, amd64_x32_init_abi): Add 'default_tdesc'
11337 parameter.
11338 * amd64-windows-tdep.c (amd64_windows_init_abi): Pass tdesc_amd64
11339 as default tdesc.
11340
11341 2017-07-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11342
11343 * s390-linux-tdep.c (s390_process_record): Add support for
11344 instructions new in arch12.
11345
11346 2017-07-11 John Baldwin <jhb@FreeBSD.org>
11347
11348 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
11349 PT_GETFSBASE and PT_GETGSBASE.
11350 (amd64bsd_store_inferior_registers): Use PT_SETFSBASE and
11351 PT_SETGSBASE.
11352
11353 2017-07-11 John Baldwin <jhb@FreeBSD.org>
11354
11355 * features/Makefile (amd64.dat, amd64-avx.dat, amd64-mpx.dat)
11356 (amd64-avx-mpx.dat, amd64-avx-avx512.dat)
11357 (amd64-avx-mpx-avx512-pku.dat): Add i386/64bit-segments.xml in
11358 those rules.
11359 * features/i386/amd64-avx-avx512.xml: Add 64bit-segments.xml.
11360 * features/i386/amd64-avx-mpx-avx512-pku.xml: Add 64bit-segments.xml.
11361 * features/i386/amd64-avx-mpx.xml: Add 64bit-segments.xml.
11362 * features/i386/amd64-avx.xml: Add 64bit-segments.xml.
11363 * features/i386/amd64-mpx.xml: Add 64bit-segments.xml.
11364 * features/i386/amd64.xml: Add 64bit-segments.xml.
11365 * features/i386/amd64-avx-avx512.c: Regenerated.
11366 * features/i386/amd64-avx-mpx-avx512-pku.c: Regenerated.
11367 * features/i386/amd64-avx-mpx.c: Regenerated.
11368 * features/i386/amd64-avx.c: Regenerated.
11369 * features/i386/amd64-mpx.c: Regenerated.
11370 * features/i386/amd64.c: Regenerated.
11371 * regformats/i386/amd64-avx-avx512.dat: Regenerated.
11372 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
11373 * regformats/i386/amd64-avx-mpx.dat: Regenerated.
11374 * regformats/i386/amd64-avx.dat: Regenerated.
11375 * regformats/i386/amd64-mpx.dat: Regenerated.
11376 * regformats/i386/amd64.dat: Regenerated.
11377
11378 2017-07-10 Yao Qi <yao.qi@linaro.org>
11379
11380 * features/i386/amd64-avx-avx512-linux.c: Re-generated.
11381 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
11382
11383 2017-07-10 Anton Kolesov <Anton.Kolesov@synopsys.com>
11384
11385 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add setenv and
11386 unsetenv.
11387 * gnulib/aclocal.m4: Regenerate.
11388 * gnulib/config.in: Regenerate.
11389 * gnulib/configure: Regenerate.
11390 * gnulib/import/Makefile.am: Regenerate.
11391 * gnulib/import/Makefile.in: Regenerate.
11392 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
11393 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
11394 * gnulib/import/m4/environ.m4: New file.
11395 * gnulib/import/m4/setenv.m4: New file.
11396 * gnulib/import/setenv.c: New file.
11397 * gnulib/import/unsetenv.c: New file.
11398
11399 2017-07-09 Simon Marchi <simon.marchi@ericsson.com>
11400
11401 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Read
11402 address when op is DW_OP_addr.
11403
11404 2017-07-09 Tom Tromey <tom@tromey.com>
11405
11406 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Reverse size
11407 check and apply to outer type.
11408
11409 2017-07-07 John Baldwin <jhb@FreeBSD.org>
11410
11411 * fbsd-tdep.c (LWPINFO_OFFSET, LWPINFO_PL_FLAGS)
11412 (LWPINFO64_PL_SIGINFO, LWPINFO32_PL_SIGINFO, PL_FLAG_SI)
11413 (SIZE64_SIGINFO_T, SIZE32_SIGINFO_T, fbsd_core_xfer_siginfo): New.
11414 (fbsd_init_abi): Install gdbarch "core_xfer_siginfo" method.
11415
11416 2017-07-07 John Baldwin <jhb@FreeBSD.org>
11417
11418 * fbsd-tdep.c (fbsd_core_thread_name): Use thread_section_name.
11419
11420 2017-07-07 John Baldwin <jhb@FreeBSD.org>
11421
11422 * corelow.c (get_core_siginfo): Remove.
11423 (core_xfer_partial): Use the gdbarch "core_xfer_siginfo" method
11424 instead of get_core_siginfo.
11425 * gdbarch.sh (core_xfer_siginfo): New gdbarch callback.
11426 * gdbarch.h: Re-generate.
11427 * gdbarch.c: Re-generate.
11428 * linux-tdep.c (linux_core_xfer_siginfo): New.
11429 (linux_init_abi): Install gdbarch "core_xfer_siginfo" method.
11430
11431 2017-07-07 John Baldwin <jhb@FreeBSD.org>
11432
11433 * corelow.c (thread_section_name): Move to ...
11434 * gdbcore.h (thread_section_name): ... here.
11435
11436 2017-07-07 John Baldwin <jhb@FreeBSD.org>
11437
11438 * fbsd-nat.c [PT_LWPINFO && __LP64__] (union sigval32)
11439 (struct siginfo32): New.
11440 [PT_LWPINFO] (fbsd_siginfo_size, fbsd_convert_siginfo): New.
11441 (fbsd_xfer_partial) [PT_LWPINFO]: Handle TARGET_OBJECT_SIGNAL_INFO
11442 via ptrace(PT_LWPINFO).
11443
11444 2017-07-07 John Baldwin <jhb@FreeBSD.org>
11445
11446 * fbsd-tdep.c (fbsd_gdbarch_data_handle, struct fbsd_gdbarch_data)
11447 (init_fbsd_gdbarch_data, get_fbsd_gdbarch_data)
11448 (fbsd_get_siginfo_type): New.
11449 (fbsd_init_abi): Install gdbarch "get_siginfo_type" method.
11450 (_initialize_fbsd_tdep): New.
11451
11452 2017-07-06 David Blaikie <dblaikie@gmail.com>
11453
11454 * dwarf2read.c (struct dwo_file): Use a htab of dwo_unit* (rather than
11455 a singular dwo_unit*) to support multiple CUs in the same way that
11456 multiple TUs are supported.
11457 (create_cus_hash_table): Replace create_dwo_cu with a function for
11458 parsing multiple CUs from a DWO file.
11459 (open_and_init_dwo_file): Use create_cus_hash_table rather than
11460 create_dwo_cu.
11461 (lookup_dwo_cutu): Lookup CU in the hash table in the dwo_file with
11462 htab_find, rather than comparing the signature to a singleton CU in
11463 the dwo_file.
11464
11465 2017-07-06 Pedro Alves <palves@redhat.com>
11466
11467 * python/py-unwind.c (pyuw_dealloc_cache): Fix for loop condition.
11468
11469 2017-07-04 Pedro Alves <palves@redhat.com>
11470
11471 * gdbtypes.c (recursive_dump_type): Don't reference TYPE_STATIC.
11472 * gdbtypes.h (TYPE_STATIC): Delete.
11473 (struct fn_field) <is_public, is_abstract, is_static, is_final,
11474 is_synchronized, is_native>: Delete.
11475 <dummy>: Bump.
11476 (TYPE_FN_FIELD_PUBLIC, TYPE_FN_FIELD_STATIC, TYPE_FN_FIELD_FINAL)
11477 (TYPE_FN_FIELD_SYNCHRONIZED, TYPE_FN_FIELD_NATIVE)
11478 (TYPE_FN_FIELD_ABSTRACT): Delete.
11479
11480 2017-07-03 Simon Marchi <simon.marchi@ericsson.com>
11481
11482 * buffer.h (buffer_finish): Fix spelling mistakes.
11483
11484 2017-07-01 Eli Zaretskii <eliz@gnu.org>
11485
11486 * .dir-locals.el: Automatically switch to C-style comments in
11487 versions of Emacs that support the feature.
11488
11489 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11490 Pedro Alves <palves@redhat.com>
11491
11492 PR cli/21688
11493 * cli/cli-script.c (command_name_equals_not_inline): Remove function.
11494 (process_next_line): New variable 'inline_cmd'.
11495 Adjust 'if' clauses for "python", "compile" and "guile" to use
11496 'command_name_equals' and check for '!inline_cmd'.
11497
11498 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11499
11500 PR cli/21688
11501 * cli/cli-script.c (command_name_equals_not_inline): New function.
11502 (process_next_line): Adjust 'if' clauses for "python", "compile"
11503 and "guile" to use command_name_equals_not_inline.
11504
11505 2017-06-29 Pedro Alves <palves@redhat.com>
11506
11507 * completer.c (expression_completer): Call
11508 linespec_location_completer instead of location_completer.
11509
11510 2017-06-29 Pedro Alves <palves@redhat.com>
11511
11512 * completer.c (expression_completer): Remove code that recomputes
11513 'text' from 'word'.
11514
11515 2017-06-29 Yao Qi <yao.qi@linaro.org>
11516
11517 * regformats/regdat.sh: Generate code with
11518 "ifndef IN_PROCESS_AGENT".
11519
11520 2017-06-28 Pedro Alves <palves@redhat.com>
11521
11522 * command.h: Include "common/scoped_restore.h".
11523
11524 2017-06-28 Yao Qi <yao.qi@linaro.org>
11525
11526 * mi/mi-cmd-break.c (mi_argv_to_format): Use obstack_grow_str
11527 instead of obstack_grow.
11528
11529 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
11530
11531 PR gdb/21337
11532 * symfile.c (reread_symbols): Call objfiles_changed just before
11533 read_symbols.
11534
11535 2017-06-27 Pedro Alves <palves@redhat.com>
11536
11537 * symtab.c (COMPLETION_LIST_ADD_SYMBOL)
11538 (MCOMPLETION_LIST_ADD_SYMBOL): Delete macros, replace with ...
11539 (completion_list_add_symbol, completion_list_add_msymbol):
11540 ... these new functions.
11541 (add_symtab_completions)
11542 (default_make_symbol_completion_list_break_on_1): Adjust.
11543
11544 2017-06-27 Pedro Alves <palves@redhat.com>
11545
11546 * objfiles.c (get_objfile_bfd_data): Call bfd_alloc instead of
11547 bfd_zalloc. Call objfile_per_bfd_storage's ctor.
11548 (free_objfile_per_bfd_storage): Call objfile_per_bfd_storage's
11549 dtor.
11550 * objfiles.h (objfile_per_bfd_storage): Add ctor. Make
11551 'storage_obstack' field an auto_obstack. In-class initialize all
11552 non-bitfield fields. Make minsyms_read bool.
11553 * symfile.c (read_symbols): Adjust.
11554
11555 2017-06-27 Alan Hayward <alan.hayward@arm.com>
11556
11557 * remote-sim.c (gdbsim_fetch_register): Use byte_vector.
11558 (gdbsim_store_register): Likewise.
11559
11560 2017-06-27 Pedro Alves <palves@redhat.com>
11561
11562 * c-exp.y (name_obstack): Now an auto_obstack.
11563 (yylex): Use auto_obstack::clear.
11564 (c_parse): Use auto_obstack::clear instead of reinitializing and
11565 freeing the obstack.
11566 * c-lang.c (evaluate_subexp_c): Use auto_obstack.
11567 * d-exp.y (name_obstack): Now an auto_obstack.
11568 (yylex): Use auto_obstack::clear.
11569 (d_parse): Use auto_obstack::clear instead of reinitializing and
11570 freeing the obstack.
11571 * dwarf2loc.c (fetch_const_value_from_synthetic_pointer): Use
11572 auto_obstack.
11573 * dwarf2read.c (create_addrmap_from_index)
11574 (dwarf2_build_psymtabs_hard)
11575 (update_enumeration_type_from_children): Likewise.
11576 * gdb_obstack.h (auto_obstack): New type.
11577 * go-exp.y (name_obstack): Now an auto_obstack.
11578 (build_packaged_name): Use auto_obstack::clear.
11579 (go_parse): Use auto_obstack::clear instead of reinitializing and
11580 freeing the obstack.
11581 * linux-tdep.c (linux_make_mappings_corefile_notes): Use
11582 auto_obstack.
11583 * printcmd.c (printf_wide_c_string, ui_printf): Use auto_obstack.
11584 * rust-exp.y (work_obstack): Now an auto_obstack.
11585 (rust_parse, rust_lex_tests): Use auto_obstack::clear instead of
11586 reinitializing and freeing the obstack.
11587 * utils.c (do_obstack_free, make_cleanup_obstack_free): Delete.
11588 (host_char_to_target): Use auto_obstack.
11589 * utils.h (make_cleanup_obstack_free): Delete declaration.
11590 * valprint.c (generic_emit_char, generic_printstr): Use
11591 auto_obstack.
11592
11593 2017-06-27 Simon Marchi <simon.marchi@ericsson.com>
11594
11595 * darwin-nat.c (darwin_check_new_threads): Don't handle dummy
11596 thread.
11597 (darwin_init_thread_list): Don't update dummy thread.
11598 (darwin_create_inferior, darwin_attach): Don't add a dummy thread.
11599
11600 2017-06-26 Simon Marchi <simon.marchi@ericsson.com>
11601
11602 * record-full.c (netorder16): Remove.
11603
11604 2017-06-26 Simon Marchi <simon.marchi@ericsson.com>
11605
11606 * common/diagnostics.h: Define macros for GCC.
11607 (DIAGNOSTIC_IGNORE_UNUSED_FUNCTION): New macro.
11608 * common/vec.h: Include diagnostics.h.
11609 (DIAGNOSTIC_IGNORE_UNUSED_VEC_FUNCTION): New macro.
11610 (DEF_VEC_I, DEF_VEC_P, DEF_VEC_O): Ignore -Wunused-function
11611 warning.
11612
11613 2017-06-26 Simon Marchi <simon.marchi@ericsson.com>
11614
11615 * common/diagnostics.h (DIAGNOSTIC_IGNORE_DEPRECATED_REGISTER):
11616 New macro.
11617 * ada-lex.l: Ignore deprecated register warnings.
11618
11619 2017-06-25 Simon Marchi <simon.marchi@ericsson.com>
11620
11621 * main.c (get_init_files): Replace "SYSTEM_GDBINIT +
11622 datadir_len" with "&SYSTEM_GDBINIT[datadir_len]".
11623
11624 2017-06-25 Simon Marchi <simon.marchi@ericsson.com>
11625
11626 * dtrace-probe.c (dtrace_process_dof_probe): Put semi-colon on
11627 its own line.
11628
11629 2017-06-25 Simon Marchi <simon.marchi@ericsson.com>
11630
11631 * nat/x86-dregs.c (x86_show_dr): Print registers one per line.
11632
11633 2017-06-23 Alan Hayward <alan.hayward@arm.com>
11634
11635 * xtensa-tdep.c (XTENSA_MAX_REGISTER_SIZE): Add.
11636 (xtensa_register_write_masked): Use XTENSA_MAX_REGISTER_SIZE.
11637 (xtensa_register_read_masked): Likewise.
11638
11639 2017-06-22 Sergio Durigan Junior <sergiodj@redhat.com>
11640
11641 * common/environ.c (gdb_environ::unset): Update comment.
11642
11643 2017-06-22 Alan Hayward <alan.hayward@arm.com>
11644
11645 * python/py-unwind.c (pyuw_sniffer): Allocate space for
11646 registers.
11647
11648 2017-06-22 Alan Hayward <alan.hayward@arm.com>
11649
11650 * record-full.c (record_full_exec_insn): Use byte_vector.
11651
11652 2017-06-22 Yao Qi <yao.qi@linaro.org>
11653
11654 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Regenerated.
11655 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
11656
11657 2017-06-22 Alan Hayward <alan.hayward@arm.com>
11658
11659 * remote.c (cached_reg): Move from here...
11660 * regcache.h (cached_reg): ...to here.
11661 * python/py-unwind.c (struct reg_info): Remove.
11662 (cached_frame_info): Use cached_reg_t.
11663 (pyuw_prev_register): Likewise.
11664 (pyuw_sniffer): Use cached_reg_t and allocate registers.
11665 (pyuw_dealloc_cache): Free all registers.
11666
11667 2017-06-22 Pedro Alves <palves@redhat.com>
11668 Simon Marchi <simon.marchi@ericsson.com>
11669
11670 * unittests/environ-selftests.c (run_tests): Ignore -Wself-move
11671 warning.
11672 * common/diagnostics.h: New file.
11673
11674 2017-06-22 Pedro Alves <palves@redhat.com>
11675
11676 * common/agent.h: Add include guards.
11677
11678 2017-06-21 Simon Marchi <simon.marchi@ericsson.com>
11679
11680 * target.h (struct target_ops) <to_xfer_partial>: Update doc to
11681 talk about addressable units instead of bytes.
11682
11683 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
11684
11685 * common/environ.c (gdb_environ::unset): Use '::iterator' instead
11686 of '::const_iterator'.
11687
11688 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
11689
11690 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
11691 'unittests/environ-selftests.c'.
11692 (SUBDIR_UNITTESTS_OBS): Add 'environ-selftests.o'.
11693 * charset.c (find_charset_names): Declare object 'iconv_env'.
11694 Update code to use 'iconv_env' object. Remove call to
11695 'free_environ'.
11696 * common/environ.c: Include <utility>.
11697 (make_environ): Delete function.
11698 (free_environ): Delete function.
11699 (gdb_environ::clear): New function.
11700 (gdb_environ::operator=): New function.
11701 (gdb_environ::get): Likewise.
11702 (environ_vector): Delete function.
11703 (set_in_environ): Delete function.
11704 (gdb_environ::set): New function.
11705 (unset_in_environ): Delete function.
11706 (gdb_environ::unset): New function.
11707 (gdb_environ::envp): Likewise.
11708 * common/environ.h: Include <vector>.
11709 (struct gdb_environ): Delete; transform into...
11710 (class gdb_environ): ... this class.
11711 (free_environ): Delete prototype.
11712 (init_environ, get_in_environ, set_in_environ, unset_in_environ,
11713 environ_vector): Likewise.
11714 * infcmd.c (run_command_1): Update code to call
11715 'envp' from 'gdb_environ' class.
11716 (environment_info): Update code to call methods from 'gdb_environ'
11717 class.
11718 (unset_environment_command): Likewise.
11719 (path_info): Likewise.
11720 (path_command): Likewise.
11721 * inferior.c (inferior::~inferior): Delete call to 'free_environ'.
11722 (inferior::inferior): Initialize 'environment' using the host's
11723 information.
11724 * inferior.h: Remove forward declaration of 'struct gdb_environ'.
11725 Include "environ.h".
11726 (class inferior) <environment>: Change type from 'struct
11727 gdb_environ' to 'gdb_environ'.
11728 * mi/mi-cmd-env.c (mi_cmd_env_path): Update code to call
11729 methods from 'gdb_environ' class.
11730 * solib.c (solib_find_1): Likewise
11731 * unittests/environ-selftests.c: New file.
11732
11733 2017-06-20 Yao Qi <yao.qi@linaro.org>
11734
11735 * features/i386/i386-linux.xml: Exchange the order of including
11736 32bit-linux.xml and 32bit-sse.xml.
11737 * features/i386/i386-linux.c: Regenerated.
11738
11739 2017-06-20 Yao Qi <yao.qi@linaro.org>
11740
11741 * target-descriptions.c (tdesc_reg): Add ctor, dtor.
11742 Delete copy ctor and assignment operator.
11743 (tdesc_type): Likewise.
11744 (tdesc_feature): Likewise.
11745 (tdesc_free_reg): Remove.
11746 (tdesc_create_reg): Use new.
11747 (tdesc_free_type): Remove.
11748 (tdesc_create_vector): Use new.
11749 (tdesc_create_union): Likewise.
11750 (tdesc_create_flags): Likewise.
11751 (tdesc_create_enum): Likewise.
11752 (tdesc_free_feature): Delete.
11753 (free_target_description): Use delete.
11754
11755 2017-06-19 John Baldwin <jhb@FreeBSD.org>
11756
11757 * mips-tdep.c (print_gp_register_row): Don't error for unavailable
11758 registers.
11759
11760 2017-06-19 Pedro Alves <palves@redhat.com>
11761
11762 * dwarf2read.c (write_psymtabs_to_index): Construct file_closer
11763 after gdb::unlinker.
11764
11765 2017-06-19 Sergio Durigan Junior <sergiodj@redhat.com>
11766
11767 * mi/mi-cm-env.c (_initialize_mi_cmd_env): Use getenv instead of
11768 gdb_environ to access an environment variable.
11769
11770 2017-06-18 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11771
11772 * nat/linux-ptrace.c (linux_fork_to_function): Add cast to
11773 gdb_byte*.
11774
11775 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
11776
11777 * nat/fork-inferior.h (trace_start_error): Add ATTRIBUTE_PRINTF.
11778
11779 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
11780
11781 * configure: Re-generate.
11782 * warning.m4 (build_warnings): Add -Wno-mismatched-tags.
11783
11784 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
11785
11786 * configure: Re-generate.
11787 * warning.m4: Pass -Werror to compiler when checking for
11788 supported warning flags.
11789
11790 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
11791
11792 * Makefile.in (COMPILE.pre): Add "-x c++".
11793
11794 2017-06-16 Alan Hayward <alan.hayward@arm.com>
11795 Pedro Alves <palves@redhat.com>
11796 Yao Qi <yao.qi@linaro.org>
11797
11798 * defs.h (RequireLongest): New.
11799 (extract_integer): Declare function template.
11800 (extract_signed_integer): Remove the declaration, but define it
11801 static inline.
11802 (extract_unsigned_integer): Likewise.
11803 (store_integer): Declare function template.
11804 (store_signed_integer): Remove the declaration, but define it
11805 static inline.
11806 (store_unsigned_integer): Likewise.
11807 * findvar.c (extract_integer): New function template.
11808 (extract_signed_integer): Remove.
11809 (extract_unsigned_integer): Remove.
11810 (extract_integer<LONGEST>, extract_integer<ULONGEST>): Explicit
11811 instantiations.
11812 (store_integer): New function template.
11813 (store_signed_integer): Remove.
11814 (store_unsigned_integer): Remove.
11815 (store_integer): Explicit instantiations.
11816 * regcache.c (regcache_raw_read_signed): Update.
11817 (regcache::raw_read): New function.
11818 (regcache::raw_read_signed): Remove.
11819 (regcache::raw_read_unsigned): Remove.
11820 (regcache_raw_read_unsigned): Update.
11821 (regcache_raw_write_unsigned): Update.
11822 (regcache::raw_write_signed): Remove.
11823 (regcache::raw_write): New function.
11824 (regcache_cooked_read_signed): Update.
11825 (regcache::raw_write_unsigned): Remove.
11826 (regcache::cooked_read_signed): Remove.
11827 (regcache_cooked_read_unsigned): Update.
11828 (regcache::cooked_read_unsigned): Remove.
11829 (regcache_cooked_write_signed): Update.
11830 (regcache_cooked_write_unsigned): Update.
11831 * regcache.h (regcache) <raw_read_signed>: Remove.
11832 <raw_write_signed, raw_read_unsigned, raw_write_unsigned>: Remove.
11833 <raw_read, raw_write>: New.
11834 <cooked_read_signed, cooked_write_signed>: Remove.
11835 <cooked_write_unsigned, cooked_read_unsigned>: Remove.
11836 <cooked_read, cooked_write>: New.
11837 * sh64-tdep.c (sh64_pseudo_register_read): Update.
11838 (sh64_pseudo_register_write): Update.
11839
11840 2017-06-16 Anton Kolesov <anton.kolesov@synopsys.com>
11841
11842 * arc-tdep.c (arc_disassembler_options): New variable.
11843 (arc_gdbarch_init): Set and use it. Use arc_delayed_print_insn instead
11844 of default_print_insn.
11845 (arc_delayed_print_insn): Set info->section when needed,
11846 use default_print_insn to retrieve a disassembler.
11847
11848 2017-06-14 Sergio Durigan Junior <sergiodj@redhat.com>
11849
11850 PR gdb/21574
11851 * infcmd.c (_initialize_infcmd): Expand "help run" documentation
11852 to mention $SHELL and startup-with-shell.
11853
11854 2017-06-14 Max Filippov <jcmvbkbc@gmail.com>
11855
11856 * MAINTAINERS: Move Maxim Grigoriev to the Past Maintainers.
11857
11858 2017-06-14 Yao Qi <yao.qi@linaro.org>
11859
11860 * aarch64-tdep.c (aarch64_gdb_print_insn): Call
11861 default_print_insn instead of print_insn_aarch64.
11862 * arm-tdep.c (gdb_print_insn_arm): Call
11863 default_print_insn instead of print_insn_big_arm
11864 and print_insn_little_arm.
11865 * i386-tdep.c (i386_print_insn): Call default_print_insn
11866 instead of print_insn_i386.
11867 * ia64-tdep.c (ia64_print_insn): Call
11868 default_print_insn instead of print_insn_ia64.
11869 * mips-tdep.c (gdb_print_insn_mips): Call
11870 default_print_insn instead of print_insn_big_mips
11871 and print_insn_little_mips.
11872 * spu-tdep.c (gdb_print_insn_spu): Call default_print_insn
11873 instead of print_insn_spu.
11874
11875 2017-06-14 Pedro Alves <palves@redhat.com>
11876
11877 * ada-lang.c: Include "common/byte-vector.h".
11878 (ada_value_primitive_packed_val): Use gdb::byte_vector.
11879 * charset.c (wchar_iterator::iterate): Resize the vector instead
11880 of reserving it.
11881 * common/byte-vector.h: Include "common/def-vector.h".
11882 (wchar_iterator::m_out): Now a gdb::def_vector<gdb_wchar_t>.
11883 * cli/cli-dump.c: Include "common/byte-vector.h".
11884 (dump_memory_to_file, restore_binary_file): Use gdb::byte_vector.
11885 * common/byte-vector.h: New file.
11886 * common/def-vector.h: New file.
11887 * common/default-init-alloc.h: New file.
11888 * dwarf2loc.c: Include "common/byte-vector.h".
11889 (rw_pieced_value): Use gdb::byte_vector, and resize the vector
11890 instead of reserving it.
11891 * dwarf2read.c: Include "common/byte-vector.h".
11892 (data_buf::m_vec): Now a gdb::byte_vector.
11893 * gdb_regex.c: Include "common/def-vector.h".
11894 (compiled_regex::compiled_regex): Use gdb::def_vector<char>.
11895 * mi/mi-main.c: Include "common/byte-vector.h".
11896 (mi_cmd_data_read_memory): Use gdb::byte_vector.
11897 * printcmd.c: Include "common/byte-vector.h".
11898 (print_scalar_formatted): Use gdb::byte_vector.
11899 * valprint.c: Include "common/byte-vector.h".
11900 (maybe_negate_by_bytes, print_decimal_chars): Use
11901 gdb::byte_vector.
11902
11903 2017-06-13 Simon Marchi <simon.marchi@ericsson.com>
11904
11905 * darwin-nat.c: Include "nat/fork-inferior.h".
11906
11907 2017-06-13 Simon Marchi <simon.marchi@ericsson.com>
11908
11909 * configure.nat: Factor out Darwin bits that are not
11910 architecture-specific. Add fork-inferior.o.
11911
11912 2017-06-13 Simon Marchi <simon.marchi@ericsson.com>
11913
11914 * configure.nat: Factor out AIX bits that are not
11915 architecture-specific. Add fork-inferior.o.
11916
11917 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11918
11919 * dwarf2loc.c (rw_pieced_value): New. Merge logic from...
11920 (read_pieced_value, write_pieced_value): ...here. Reduce to
11921 wrappers that just call rw_pieced_value.
11922
11923 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11924
11925 * dwarf2loc.c (write_pieced_value): When writing the data for a
11926 memory piece, use write_memory_with_notification instead of
11927 write_memory.
11928
11929 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11930
11931 * valops.c (read_value_memory): Change embedded_offset to
11932 represent a bit offset instead of a byte offset.
11933 * value.h (read_value_memory): Adjust comment.
11934
11935 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11936
11937 * dwarf2loc.c (read_pieced_value): Remove unnecessary variables
11938 dest_offset_bits and source_offset_bits.
11939 (write_pieced_value): Likewise.
11940
11941 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11942
11943 * dwarf2loc.c (read_pieced_value): Respect the piece offset, as
11944 given by DW_OP_bit_piece.
11945 (write_pieced_value): Likewise.
11946
11947 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11948
11949 * dwarf2loc.c (read_pieced_value): Move the buffer allocation and
11950 some other preparations to the places where sufficient information
11951 is available.
11952 (write_pieced_value): Likewise.
11953
11954 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11955
11956 * dwarf2loc.c (bits_to_bytes): New function.
11957 (read_pieced_value): Fix offset calculations for register pieces
11958 on big-endian targets.
11959 (write_pieced_value): Likewise.
11960
11961 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11962
11963 * dwarf2loc.c (read_pieced_value): Remove buffer_size variable.
11964 (write_pieced_value): Likewise.
11965
11966 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11967
11968 * dwarf2loc.c (write_pieced_value): When writing to a bit-field,
11969 transfer the source value's least significant bits, instead of its
11970 lowest-addressed ones. Rename type_len to max_offset.
11971 (read_pieced_value): Mirror above changes to write_pieced_value as
11972 applicable.
11973
11974 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11975
11976 * dwarf2loc.c (write_pieced_value): In DWARF_VALUE_MEMORY,
11977 truncate full bytes from dest_offset_bits before using it as an
11978 offset into the buffer.
11979
11980 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11981
11982 * dwarf2loc.c (write_pieced_value): Include transfer size in
11983 byte-wise check.
11984
11985 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11986
11987 * dwarf2loc.c (write_pieced_value): Fix copy/paste error in the
11988 calculation of this_size.
11989
11990 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11991
11992 * dwarf2loc.c (read_pieced_value): Respect parent value's offset
11993 when targeting a bit-field.
11994 (write_pieced_value): Likewise.
11995
11996 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11997
11998 * dwarf2loc.c (struct piece_closure) <addr_size>: Remove field.
11999 (allocate_piece_closure): Drop addr_size parameter.
12000 (dwarf2_evaluate_loc_desc_full): Adjust call to
12001 allocate_piece_closure.
12002
12003 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12004
12005 PR gdb/21226
12006 * dwarf2loc.c (read_pieced_value): Anchor stack value pieces at
12007 the LSB end, independent of endianness.
12008
12009 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12010
12011 * dwarf2loc.c (write_pieced_value): Fix order of calculations for
12012 size capping.
12013
12014 2017-06-13 Yao Qi <yao.qi@linaro.org>
12015
12016 * mips-linux-nat.c: Move include features/mips*-linux.c to
12017 mips-linux-tdep.c.
12018 (_initialize_mips_linux_nat): Move initialize_tdesc_mips* calls
12019 to mips-linux-tdep.c.
12020 * mips-linux-tdep.c: Include features/mips*-linux.c
12021 (_initialize_mips_linux_tdep): Call initialize_tdesc_mips*
12022 functions.
12023 * mips-linux-tdep.h (tdesc_mips_linux): Declare.
12024 (tdesc_mips_dsp_linux, tdesc_mips64_linux): Declare.
12025 (tdesc_mips64_dsp_linux): Declare.
12026
12027 2017-06-12 Tom Tromey <tom@tromey.com>
12028
12029 * valprint.h (val_print_type_code_int): Remove.
12030 * valprint.c (generic_val_print_int): Always call
12031 val_print_scalar_formatted.
12032 (val_print_type_code_int): Remove.
12033 * printcmd.c (print_scalar_formatted): Handle options->format==0.
12034 * f-valprint.c (f_val_print): Use val_print_scalar_formatted.
12035 * c-valprint.c (c_val_print_int): Use val_print_scalar_formatted.
12036 * ada-valprint.c (ada_val_print_num): Use
12037 val_print_scalar_formatted.
12038
12039 2017-06-12 Tom Tromey <tom@tromey.com>
12040
12041 * printcmd.c (print_scalar_formatted): Unify the two switches.
12042 Don't convert scalars to LONGEST.
12043
12044 2017-06-12 Tom Tromey <tom@tromey.com>
12045
12046 PR exp/16225:
12047 * valprint.h (print_decimal_chars): Update.
12048 * valprint.c (maybe_negate_by_bytes): New function.
12049 (print_decimal_chars): Add "is_signed" argument.
12050 * printcmd.c (print_scalar_formatted): Update.
12051
12052 2017-06-12 Tom Tromey <tom@tromey.com>
12053
12054 PR exp/16225:
12055 * valprint.h (print_binary_chars, print_hex_chars): Update.
12056 * valprint.c (val_print_type_code_int): Update.
12057 (print_binary_chars): Add "zero_pad" argument.
12058 (emit_octal_digit): New function.
12059 (print_octal_chars): Don't zero-pad.
12060 (print_decimal_chars): Likewise.
12061 (print_hex_chars): Add "zero_pad" argument.
12062 * sh64-tdep.c (sh64_do_fp_register): Update.
12063 * regcache.c (regcache::dump): Update.
12064 * printcmd.c (print_scalar_formatted): Update.
12065 * infcmd.c (default_print_one_register_info): Update.
12066
12067 2017-06-12 Pedro Alves <palves@redhat.com>
12068 Alan Hayward <alan.hayward@arm.com>
12069
12070 * mips-tdep.c (MAX_MIPS_ABI_REGSIZE): New.
12071 (mips_eabi_push_dummy_call): Rename local 'regsize' to
12072 'abi_regsize'. Rename local array 'valbuf' to 'ref_valbuf', and
12073 use MAX_MIPS_ABI_REGSIZE instead of MAX_REGISTER_SIZE to size it.
12074 Assert that abi_regsize bytes fit in 'ref_valbuf'.
12075
12076 2017-06-12 Pedro Alves <palves@redhat.com>
12077
12078 * dwarf2read.c (mapped_symtab::data): Now a vector of
12079 symtab_index_entry instead of vector of
12080 std::unique_ptr<symtab_index_entry>. All users adjusted to check
12081 whether an element's name is NULL instead of checking whether the
12082 element itself is NULL.
12083 (find_slot): Change return type. Adjust.
12084 (hash_expand, , add_index_entry, uniquify_cu_indices)
12085 (write_hash_table): Adjust.
12086
12087 2017-06-12 Pedro Alves <palves@redhat.com>
12088
12089 * dwarf2read.c (recursively_count_psymbols): New function.
12090 (write_psymtabs_to_index): Call it to compute number of psyms and
12091 pass estimate size of psyms_seen to unordered_set's ctor.
12092
12093 2017-06-12 Pedro Alves <palves@redhat.com>
12094
12095 * dwarf2read.c (write_hash_table): Check if key already exists
12096 before emplacing.
12097
12098 2017-06-12 Pedro Alves <palves@redhat.com>
12099
12100 * dwarf2read.c (data_buf::append_space): Rename to...
12101 (data_buf::grow): ... this, and make private. Adjust all callers.
12102 (data_buf::append_uint): New method.
12103 (add_address_entry, write_one_signatured_type)
12104 (write_psymtabs_to_index): Use it.
12105
12106 2017-06-12 Pedro Alves <palves@redhat.com>
12107
12108 * dwarf2read.c (file_write(FILE *, const void *, size_t)): Delete.
12109 (file_write (FILE *, const std::vector<Elem>&)): Delete.
12110 (data_buf::file_write): Call ::fwrite directly.
12111
12112 2017-06-12 Pedro Alves <palves@redhat.com>
12113
12114 * dwarf2read.c (uniquify_cu_indices): Use std::unique and
12115 std::vector::erase.
12116
12117 2017-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12118
12119 Code cleanup: C++ify .gdb_index producer.
12120 * dwarf2read.c: Include <unordered_set> and <unordered_map>.
12121 (MAYBE_SWAP) [WORDS_BIGENDIAN]: Cast to offset_type.
12122 (struct strtab_entry, hash_strtab_entry, eq_strtab_entry)
12123 (create_strtab, add_string): Remove.
12124 (file_write, data_buf): New.
12125 (struct symtab_index_entry): Use std::vector for cu_indices.
12126 (struct mapped_symtab): Use std::vector for data.
12127 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry)
12128 (create_symbol_hash_table, create_mapped_symtab, cleanup_mapped_symtab):
12129 Remove.
12130 (find_slot): Change return type. Update it to the new data structures.
12131 (hash_expand, add_index_entry): Update it to the new data structures.
12132 (offset_type_compare): Remove.
12133 (uniquify_cu_indices): Update it to the new data structures.
12134 (c_str_view, c_str_view_hasher, vector_hasher): New.
12135 (add_indices_to_cpool): Remove.
12136 (write_hash_table): Update it to the new data structures.
12137 (struct psymtab_cu_index_map, hash_psymtab_cu_index)
12138 (eq_psymtab_cu_index): Remove.
12139 (psym_index_map): New typedef.
12140 (struct addrmap_index_data): Change addr_obstack pointer to data_buf
12141 reference and std::unordered_map for cu_index_htab.
12142 (add_address_entry, add_address_entry_worker, write_address_map)
12143 (write_psymbols): Update it to the new data structures.
12144 (write_obstack): Remove.
12145 (struct signatured_type_index_data): Change types_list to a data_buf
12146 reference and psyms_seen to a std::unordered_set reference.
12147 (write_one_signatured_type, recursively_write_psymbols)
12148 (write_psymtabs_to_index): Update it to the new data structures.
12149
12150 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
12151
12152 * NEWS (Changes since GDB 8.0): Announce {set,show} debug
12153 separate-debug-file commands.
12154 * symfile.h (separate_debug_file_debug): New global.
12155 * symfile.c (separate_debug_file_debug): New global.
12156 (separate_debug_file_exists, find_separate_debug_file): Add
12157 debug output.
12158 (_initialize_symfile): Add "set debug separate-debug-file"
12159 command.
12160 * build-id.c (build_id_to_debug_bfd,
12161 find_separate_debug_file_by_buildid): Add debug output.
12162
12163 2017-06-10 Simon Marchi <simon.marchi@polymtl.ca>
12164
12165 * gdbarch.sh (displaced_step_free_closure): Remove.
12166 * gdbarch.h, gdbarch.c: Re-generate.
12167 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't set
12168 displaced_step_free_closure.
12169 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
12170 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
12171 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
12172 * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
12173 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
12174 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
12175 * arch-utils.h (simple_displaced_step_free_closure): Remove.
12176 * arch-utils.c (simple_displaced_step_free_closure): Remove.
12177 * infrun.c (displaced_step_clear): Call xfree instead of
12178 gdbarch_displaced_step_free_closure.
12179
12180 2017-06-08 Sergio Durigan Junior <sergiodj@redhat.com>
12181
12182 * common/common-utils.c (stringify_argv): Check for "arg[0] !=
12183 NULL".
12184
12185 2017-06-08 Alan Hayward <alan.hayward@arm.com>
12186
12187 * mn10300-tdep.c (MN10300_MAX_REGISTER_SIZE): Add.
12188 (mn10300_extract_return_value): Use MN10300_MAX_REGISTER_SIZE.
12189 (mn10300_push_dummy_call): Likewise.
12190
12191 2017-06-08 Alan Hayward <alan.hayward@arm.com>
12192
12193 * mi/mi-main.c (register_changed_p): Use value_contents_eq.
12194
12195 2017-06-08 Alan Hayward <alan.hayward@arm.com>
12196
12197 * mi/mi-main.c (register_changed_p): Use cooked_read_value.
12198
12199 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12200
12201 * NEWS (Changes since GDB 8.0): Announce that GDBserver is now
12202 able to start inferiors using a shell.
12203 (New remote packets): Announce new packet "QStartupWithShell".
12204 * remote.c: Add PACKET_QStartupWithShell.
12205 (extended_remote_create_inferior): Handle new
12206 PACKET_QStartupWithShell.
12207 (remote_protocol_features) <QStartupWithShell>: New entry for
12208 PACKET_QStartupWithShell.
12209 (_initialize_remote): Call "add_packet_config_cmd" for
12210 QStartupShell.
12211
12212 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12213 Pedro Alves <palves@redhat.com>
12214
12215 * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-inferior.h"
12216 and "nat/fork-inferior.h".
12217 * common/common-inferior.h: New file, with contents from
12218 "gdb/inferior.h".
12219 * commom/common-utils.c: Include "common-utils.h".
12220 (stringify_argv): New function.
12221 * common/common-utils.h (stringify_argv): New prototype.
12222 * configure.nat: Add "fork-inferior.o" as a dependency for
12223 "*linux*", "fbsd*" and "nbsd*" hosts.
12224 * corefile.c (get_exec_file): Update comment.
12225 * darwin-nat.c (darwin_ptrace_him): Call "gdb_startup_inferior"
12226 instead of "startup_inferior".
12227 (darwin_create_inferior): Call "add_thread_silent" after
12228 "fork_inferior".
12229 * fork-child.c: Cleanup unnecessary includes.
12230 (SHELL_FILE): Move to "common/common-fork-child.c".
12231 (environ): Likewise.
12232 (exec_wrapper): Initialize.
12233 (get_exec_wrapper): New function.
12234 (breakup_args): Move to "common/common-fork-child.c"; rename to
12235 "breakup_args_for_exec".
12236 (escape_bang_in_quoted_argument): Move to
12237 "common/common-fork-child.c".
12238 (saved_ui): New variable.
12239 (prefork_hook): New function.
12240 (postfork_hook): Likewise.
12241 (postfork_child_hook): Likewise.
12242 (gdb_startup_inferior): Likewise.
12243 (fork_inferior): Move to "common/common-fork-child.c". Update
12244 function to support gdbserver.
12245 (startup_inferior): Likewise.
12246 * gdbcore.h (get_exec_file): Remove declaration.
12247 * gnu-nat.c (gnu_create_inferior): Call "gdb_startup_inferior"
12248 instead of "startup_inferior". Call "add_thread_silent" after
12249 "fork_inferior".
12250 * inf-ptrace.c: Include "nat/fork-inferior.h" and "utils.h".
12251 (inf_ptrace_create_inferior): Call "gdb_startup_inferior"
12252 instead of "startup_inferior". Call "add_thread_silent" after
12253 "fork_inferior".
12254 * inferior.h: Include "common-inferior.h".
12255 (trace_start_error): Move to "common/common-utils.h".
12256 (trace_start_error_with_name): Likewise.
12257 (fork_inferior): Move prototype to "nat/fork-inferior.h".
12258 (startup_inferior): Likewise.
12259 (gdb_startup_inferior): New prototype.
12260 * nat/fork-inferior.c: New file, with contents from "fork-child.c".
12261 * nat/fork-inferior.h: New file.
12262 * procfs.c (procfs_init_inferior): Call "gdb_startup_inferior"
12263 instead of "startup_inferior". Call "add_thread_silent" after
12264 "fork_inferior".
12265 * target.h (target_terminal_init): Move prototype to
12266 "target/target.h".
12267 (target_terminal_inferior): Likewise.
12268 (target_terminal_ours): Likewise.
12269 * target/target.h (target_terminal_init): New prototype, moved
12270 from "target.h".
12271 (target_terminal_inferior): Likewise.
12272 (target_terminal_ours): Likewise.
12273 * utils.c (gdb_flush_out_err): New function.
12274
12275 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12276
12277 * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-gdbthread.h".
12278 * common/common-gdbthread.h: New file, with parts from
12279 "gdb/gdbthread.h".
12280 * gdbthread.h: Include "common-gdbthread.h".
12281 (switch_to_thread): Moved to "common/common-gdbthread.h".
12282
12283 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12284
12285 * Makefile.in (SFILES): Add "common/job-control.c".
12286 (HFILES_NO_SRCDIR): Add "common/job-control.h".
12287 (COMMON_OBS): Add "job-control.o".
12288 * common/job-control.c: New file, with contents from
12289 "gdb/inflow.c".
12290 * common/job-control.h: New file, with contents from "terminal.h".
12291 * fork-child.c: Include "job-control.h".
12292 * inflow.c: Include "job-control.h".
12293 (gdb_setpgid): Move to "common/common-inflow.c".
12294 (_initialize_inflow): Move setting of "job_control" to
12295 "handle_job_control".
12296 * terminal.h (job_control): Moved to "common/common-terminal.h".
12297 (gdb_setpgid): Likewise.
12298 * top.c: Include "job_control.h".
12299 * utils.c: Likewise.
12300 (job_control): Moved to "job-control.c".
12301
12302 2017-06-07 Pedro Alves <palves@redhat.com>
12303
12304 * Makefile.in (SFILES): Add gdb_regex.c.
12305 (COMMON_OBS): Add gdb_regex.o.
12306 * ada-lang.c (ada_add_standard_exceptions)
12307 (ada_add_exceptions_from_frame, name_matches_regex)
12308 (ada_add_global_exceptions, ada_exceptions_list_1): Change regex
12309 parameter type to compiled_regex. Adjust.
12310 (ada_exceptions_list): Use compiled_regex.
12311 * break-catch-throw.c (exception_catchpoint::pattern): Now a
12312 std::unique_ptr<compiled_regex>.
12313 (exception_catchpoint::~exception_catchpoint): Remove regfree
12314 call.
12315 (check_status_exception_catchpoint): Adjust to use compiled_regex.
12316 (handle_gnu_v3_exceptions): Adjust to use compiled_regex.
12317 * breakpoint.c (solib_catchpoint::compiled): Now a
12318 std::unique_ptr<compiled_regex>.
12319 (solib_catchpoint::~solib_catchpoint): Remove regfree call.
12320 (check_status_catch_solib): Adjust to use compiled_regex.
12321 (add_solib_catchpoint): Adjust to use compiled_regex.
12322 * cli/cli-cmds.c (apropos_command): Use compiled_regex.
12323 * cli/cli-decode.c (apropos_cmd): Change regex parameter to
12324 compiled_regex reference. Adjust to use it.
12325 * cli/cli-decode.h: Remove struct re_pattern_buffer forward
12326 declaration. Include "gdb_regex.h".
12327 (apropos_cmd): Change regex parameter to compiled_regex reference.
12328 * gdb_regex.c: New file.
12329 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Delete
12330 declarations.
12331 (class compiled_regex): New.
12332 * linux-tdep.c: Include "common/gdb_optional.h".
12333 (struct mapping_regexes): New, factored out from
12334 mapping_is_anonymous_p, and adjusted to use compiled_regex.
12335 (mapping_is_anonymous_p): Use mapping_regexes wrapped in a
12336 gdb::optional and remove cleanups. Adjust to compiled_regex.
12337 * probe.c: Include "common/gdb_optional.h".
12338 (collect_probes): Use compiled_regex and gdb::optional and remove
12339 cleanups.
12340 * skip.c: Include "common/gdb_optional.h".
12341 (skiplist_entry::compiled_function_regexp): Now a
12342 gdb::optional<compiled_regex>.
12343 (skiplist_entry::compiled_function_regexp_is_valid): Delete field.
12344 (free_skiplist_entry): Remove regfree call.
12345 (compile_skip_regexp, skip_rfunction_p): Adjust to use
12346 compiled_regex and gdb::optional.
12347 * symtab.c: Include "common/gdb_optional.h".
12348 (search_symbols): Use compiled_regex and gdb::optional.
12349 * utils.c (do_regfree_cleanup, make_regfree_cleanup)
12350 (get_regcomp_error, compile_rx_or_error): Delete. Some bits moved
12351 to gdb_regex.c.
12352
12353 2017-06-07 Alan Hayward <alan.hayward@arm.com>
12354
12355 * regcache.c (regcache::save): Avoid buffer use.
12356 (regcache::dump): Likewise.
12357
12358 2017-06-07 Alan Hayward <alan.hayward@arm.com>
12359
12360 * sh-tdep.c (sh_pseudo_register_read): Remove
12361 MAX_REGISTER_SIZE.
12362 (sh_pseudo_register_write): Likewise.
12363 * sh64-tdep.c (sh64_pseudo_register_read): Likewise.
12364 (sh64_pseudo_register_write): Likewise
12365
12366 2017-06-07 Alan Hayward <alan.hayward@arm.com>
12367
12368 * aarch64-tdep.c (aarch64_store_return_value): Use
12369 V_REGISTER_SIZE.
12370 (aarch64_pseudo_read_value): Likewise.
12371 (aarch64_pseudo_write): Likewise.
12372
12373 2017-06-06 Yao Qi <yao.qi@linaro.org>
12374
12375 * regformats/regdef.h (set_register_cache): Remove the
12376 declaration.
12377
12378 2017-06-06 Alan Hayward <alan.hayward@arm.com>
12379
12380 * frame.c (frame_unwind_register_signed): Use
12381 frame_unwind_register_value.
12382
12383 2017-06-06 Pedro Alves <palves@redhat.com>
12384
12385 PR breakpoints/21553
12386 * breakpoint.c (create_breakpoints_sal_default)
12387 (init_breakpoint_sal, create_breakpoint_sal): Use
12388 gdb::unique_xmalloc_ptr for string parameters.
12389 (create_breakpoint): Constify 'extra_string' and 'cond_string'
12390 parameters. Replace cleanups with gdb::unique_xmalloc_ptr.
12391 (base_breakpoint_create_breakpoints_sal)
12392 (bkpt_create_breakpoints_sal, tracepoint_create_breakpoints_sal)
12393 (strace_marker_create_breakpoints_sal)
12394 (create_breakpoints_sal_default): Use gdb::unique_xmalloc_ptr for
12395 string parameters.
12396 * breakpoint.h (breakpoint_ops::create_breakpoints_sal): Use
12397 gdb::unique_xmalloc_ptr for string parameters.
12398 (create_breakpoint): Constify 'extra_string' and 'cond_string'
12399 parameters.
12400
12401 2017-06-06 Alan Hayward <alan.hayward@arm.com>
12402
12403 * alpha-tdep.c (alpha_register_to_value): Use
12404 get_frame_register_value.
12405 (alpha_value_to_register): Use ALPHA_REGISTER_SIZE.
12406
12407 2017-06-06 Alan Hayward <alan.hayward@arm.com>
12408
12409 * ia64-tdep.c (IA64_MAX_FP_REGISTER_SIZE) Add.
12410 (ia64_register_to_value): Use IA64_MAX_FP_REGISTER_SIZE.
12411 (ia64_value_to_register): Likewise.
12412 (ia64_extract_return_value): Likewise.
12413 (ia64_store_return_value): Likewise.
12414 (ia64_push_dummy_call): Likewise.
12415
12416 2017-06-04 Joel Brobecker <brobecker@adacore.com>
12417
12418 GDB 8.0 released.
12419
12420 2017-06-03 Simon Marchi <simon.marchi@ericsson.com>
12421
12422 * x86-linux-nat.c (struct arch_lwp_info): Remove.
12423
12424 2017-06-03 Simon Marchi <simon.marchi@polymtl.ca>
12425
12426 * linux-nat.c (linux_nat_post_attach_wait): Remove FIRST
12427 parameter.
12428 (linux_nat_attach): Adjust call to linux_nat_post_attach_wait.
12429
12430 2017-06-02 Simon Marchi <simon.marchi@ericsson.com>
12431
12432 * event-loop.c (poll_timers): Unallocate timer using delete
12433 instead of xfree.
12434
12435 2017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
12436
12437 * breakpoint.h (struct breakpoint_ops) <dtor>: Remove.
12438 (struct breakpoint) <~breakpoint>: New.
12439 (struct watchpoint): Inherit from breakpoint.
12440 <~watchpoint>: New.
12441 <base>: Remove.
12442 (struct tracepoint): Inherit from breakpoint.
12443 <base>: Remove.
12444 * breakpoint.c (longjmp_breakpoint_ops): Remove.
12445 (struct longjmp_breakpoint): Inherit from breakpoint.
12446 <~longjmp_breakpoint>: New.
12447 <base>: Remove.
12448 (new_breakpoint_from_type): Remove casts.
12449 (watchpoint_in_thread_scope): Remove reference to base field.
12450 (watchpoint_del_at_next_stop): Likewise.
12451 (update_watchpoint): Likewise.
12452 (watchpoint_check): Likewise.
12453 (bpstat_check_watchpoint): Likewise.
12454 (set_longjmp_breakpoint): Likewise.
12455 (struct fork_catchpoint): Inherit from breakpoint.
12456 <base>: Remove.
12457 (struct solib_catchpoint): Inherit from breakpoint.
12458 <~solib_catchpoint>: New.
12459 <base>: Remove.
12460 (dtor_catch_solib): Change to ...
12461 (solib_catchpoint::~solib_catchpoint): ... this.
12462 (breakpoint_hit_catch_solib): Remove reference to base field.
12463 (add_solib_catchpoint): Likewise.
12464 (create_fork_vfork_event_catchpoint): Likewise.
12465 (struct exec_catchpoint): Inherit from breakpoint.
12466 <~exec_catchpoint>: New.
12467 <base>: Remove.
12468 (dtor_catch_exec): Change to ...
12469 (exec_catchpoint::~exec_catchpoint): ... this.
12470 (dtor_watchpoint): Change to ...
12471 (watchpoint::~watchpoint): ... this.
12472 (watch_command_1): Remove reference to base field.
12473 (catch_exec_command_1): Likewise.
12474 (base_breakpoint_dtor): Change to ...
12475 (breakpoint::~breakpoint): ... this.
12476 (base_breakpoint_ops): Remove dtor field value.
12477 (longjmp_bkpt_dtor): Change to ...
12478 (longjmp_breakpoint::~longjmp_breakpoint): ... this.
12479 (strace_marker_create_breakpoints_sal): Remove reference to base
12480 field.
12481 (delete_breakpoint): Don't manually call breakpoint destructor.
12482 (create_tracepoint_from_upload): Remove reference to base field.
12483 (trace_pass_set_count): Likewise.
12484 (initialize_breakpoint_ops): Don't initialize
12485 momentary_breakpoint_ops, don't set dtors.
12486 * ada-lang.c (struct ada_catchpoint): Inherit from breakpoint.
12487 <~ada_catchpoint>: New.
12488 <base>: Remove.
12489 (create_excep_cond_exprs): Remove reference to base field.
12490 (dtor_exception): Change to ...
12491 (ada_catchpoint::~ada_catchpoint): ... this.
12492 (dtor_catch_exception): Remove.
12493 (dtor_catch_exception_unhandled): Remove.
12494 (dtor_catch_assert): Remove.
12495 (create_ada_exception_catchpoint): Remove reference to base
12496 field.
12497 (initialize_ada_catchpoint_ops): Don't set dtors.
12498 * break-catch-sig.c (struct signal_catchpoint): Inherit from
12499 breakpoint.
12500 <~signal_catchpoint>: New.
12501 <base>: Remove.
12502 (signal_catchpoint_dtor): Change to ...
12503 (signal_catchpoint::~signal_catchpoint): ... this.
12504 (create_signal_catchpoint): Remove reference to base field.
12505 (initialize_signal_catchpoint_ops): Don't set dtor.
12506 * break-catch-syscall.c (struct syscall_catchpoint): Inherit
12507 from breakpoint.
12508 <~syscall_catchpoint>: New.
12509 <base>: Remove.
12510 (dtor_catch_syscall): Change to ...
12511 (syscall_catchpoint::~syscall_catchpoint): ... this.
12512 (create_syscall_event_catchpoint): Remove reference to base
12513 field.
12514 (initialize_syscall_catchpoint_ops): Don't set dtor.
12515 * break-catch-throw.c (struct exception_catchpoint): Inherit
12516 from breakpoint.
12517 <~exception_catchpoint>: New.
12518 <base>: Remove.
12519 (dtor_exception_catchpoint): Change to ...
12520 (exception_catchpoint::~exception_catchpoint): ... this.
12521 (handle_gnu_v3_exceptions): Remove reference to base field.
12522 (initialize_throw_catchpoint_ops): Don't set dtor.
12523 * ctf.c (ctf_get_traceframe_address): Remove reference to base
12524 field.
12525 * remote.c (remote_get_tracepoint_status): Likewise.
12526 * tracefile-tfile.c (tfile_get_traceframe_address): Likewise.
12527 * tracefile.c (tracefile_fetch_registers): Likewise.
12528 * tracepoint.c (actions_command): Likewise.
12529 (validate_actionline): Likewise.
12530 (tfind_1): Likewise.
12531 (get_traceframe_location): Likewise.
12532 (find_matching_tracepoint_location): Likewise.
12533 (parse_tracepoint_status): Likewise.
12534 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
12535
12536 2017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
12537
12538 * breakpoint.c (struct longjmp_breakpoint): New struct.
12539 (is_tracepoint_type): Change return type to bool.
12540 (is_longjmp_type): New function.
12541 (new_breakpoint_from_type): Handle longjmp kinds of breakpoints.
12542 (set_raw_breakpoint_without_location): Use
12543 new_breakpoint_from_type.
12544 (set_raw_breakpoint): Likewise.
12545
12546 2017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
12547
12548 * breakpoint.c (new_breakpoint_from_type): New function.
12549 (create_breakpoint_sal): Use new_breakpoint_from_type and
12550 unique_ptr.
12551 (create_breakpoint): Likewise.
12552
12553 2017-05-31 Simon Marchi <simon.marchi@ericsson.com>
12554
12555 * memattr.c (mem_info_command): Rename to ...
12556 (info_mem_command): ... this.
12557 (mem_enable_command): Rename to ...
12558 (enable_mem_command): ... this.
12559 (mem_disable_command): Rename to ...
12560 (disable_mem_command): ... this.
12561 (mem_delete_command): Rename to ...
12562 (delete_mem_command): ... this.
12563 (_initialize_mem): Adjust function names.
12564
12565 2017-05-31 Markus Metzger <markus.t.metzger@intel.com>
12566
12567 * btrace.c (handle_pt_insn_events): New.
12568 (ftrace_add_pt): Call handle_pt_insn_events. Rename ERRCODE into
12569 STATUS. Split into this and ...
12570 (handle_pt_insn_event_flags): ... this.
12571
12572 2017-05-31 Markus Metzger <markus.t.metzger@intel.com>
12573
12574 * configure.ac: Check for pt_insn_event, struct pt_insn.enabled,
12575 and struct pt_insn.resynced.
12576 * configure: Regenerated.
12577 * config.in: Regenerated.
12578
12579 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12580
12581 * btrace.c (ftrace_find_call_by_number): New function.
12582 (ftrace_new_function): Store objects, not pointers.
12583 (ftrace_find_call_by_number, ftrace_new_return, ftrace_new_switch,
12584 ftrace_new_gap, ftrace_update_function,
12585 ftrace_compute_global_level_offset, btrace_stich_bts, btrace_clear,
12586 btrace_insn_get, btrace_insn_get_error, btrace_insn_end,
12587 btrace_insn_next, btrace_insn_prev, ptrace_find_insn_by_number,
12588 btrace_ends_with_single_insn, btrace_call_get): Account for
12589 btrace_thread_info::functions now storing objects.
12590 * btrace.h (struct btrace_thread_info): Add constructor.
12591 (struct btrace_thread_info) <functions>: Make std::vector.
12592 (struct btrace_thread_info) <prev, next, up, insn, errcode, flags):
12593 Initialize with default values.
12594 * record-btrace.c (record_btrace_frame_sniffer): Account for
12595 btrace_thread_info::functions now storing objects.
12596
12597 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12598
12599 * btrace.c: Remove typedef bfun_s.
12600 (ftrace_new_gap): Directly add gaps to the list of gaps.
12601 (btrace_bridge_gaps, btrace_compute_ftrace_bts, pt_btrace_insn_flags,
12602 ftrace_add_pt, btrace_compute_ftrace_pt, btrace_compute_ftrace_1,
12603 btrace_finalize_ftrace, btrace_compute_ftrace): Use std::vector
12604 instead of gdb VEC.
12605
12606 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12607
12608 * btrace.c (ftrace_fixup_caller, ftrace_new_return, ftrace_connect_bfun,
12609 ftrace_bridge_gap): Replace references to btrace_thread_info::segment
12610 with btrace_thread_info::next_segment and
12611 btrace_thread_info::prev_segment.
12612 * btrace.h: Remove struct btrace_func_link.
12613 (struct btrace_function): Replace pair of function segment pointers
12614 with pair of indices.
12615 * python/py-record-btrace.c (btpy_call_prev_sibling,
12616 btpy_call_next_sibling): Replace references to
12617 btrace_thread_info::segment with btrace_thread_info::next_segment and
12618 btrace_thread_info::prev_segment.
12619 * record-btrace.c (record_btrace_frame_this_id): Use
12620 btrace_find_call_by_number.
12621
12622 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12623
12624 * btrace.c (ftrace_new_function, ftrace_fixup_level,
12625 ftrace_connect_bfun, ftrace_bridge_gap, btrace_bridge_gaps,
12626 btrace_insn_next, btrace_insn_prev): Remove references to
12627 btrace_thread_info::flow.
12628 * btrace.h (struct btrace_function): Remove FLOW.
12629
12630 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12631
12632 * btrace.c (ftrace_find_call_by_number): New function.
12633 (ftrace_update_caller, ftrace_new_call, ftrace_new_tailcall,
12634 ftrace_get_caller, ftrace_find_call, ftrace_new_return,
12635 ftrace_match_backtrace, ftrace_connect_bfun, ftrace_connect_backtrace,
12636 ftrace_bridge_gap, btrace_bridge_gaps): Use btrace_function::up as an
12637 index.
12638 * btrace.h (struct btrace_function): Turn UP into an index.
12639 * python/py-record-btrace.c (btpy_call_up): Use btrace_function::up
12640 as an index.
12641 * record-btrace.c (record_btrace_frame_unwind_stop_reason,
12642 record_btrace_frame_prev_register, record_btrace_frame_sniffer,
12643 record_btrace_tailcall_frame_sniffe): Use btrace_find_call_by_number.
12644
12645 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12646
12647 * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
12648 ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
12649 ftrace_update_function, ftrace_compute_global_level_offset,
12650 btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt,
12651 btrace_stitch_bts, btrace_fetch, btrace_clear, btrace_insn_number,
12652 btrace_insn_end, btrace_is_empty): Remove references to
12653 btrace_thread_info::begin and btrace_thread_info::end.
12654 * btrace.h (struct btrace_thread_info): Remove BEGIN and END.
12655 (struct btrace_thread_info) <functions>: Adjust comment.
12656 * record-btrace.c (record_btrace_start_replaying): Remove reference to
12657 btrace_thread_info::begin.
12658
12659 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12660
12661 * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
12662 ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
12663 ftrace_update_function): Remove arguments that implicitly were always
12664 BTINFO->END.
12665 (btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt):
12666 Don't pass BTINFO->END.
12667
12668 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12669
12670 * btrace.c: (btrace_insn_get, btrace_insn_get_error, btrace_insn_number,
12671 btrace_insn_begin, btrace_insn_end, btrace_insn_next, btrace_insn_prev,
12672 btrace_find_insn_by_number): Replace function segment pointer with
12673 index.
12674 (btrace_insn_cmp): Simplify.
12675 * btrace.h: (struct btrace_insn_iterator) Rename index to
12676 insn_index. Replace function segment pointer with index into function
12677 segment vector.
12678 * record-btrace.c (record_btrace_call_history): Replace function
12679 segment pointer use with index.
12680 (record_btrace_frame_sniffer): Retrieve function call segment through
12681 vector.
12682 (record_btrace_set_replay): Remove defunc't safety check.
12683
12684 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12685
12686 * btrace.c (btrace_ends_with_single_insn): New function.
12687 (btrace_call_get, btrace_call_number, btrace_call_begin,
12688 btrace_call_end, btrace_call_next, btrace_call_prev,
12689 btrace_find_call_by_number): Use index into call segment vector
12690 instead of pointer.
12691 (btrace_call_cmp): Simplify.
12692 * btrace.h (struct btrace_call_iterator): Replace function call segment
12693 pointer with index into vector.
12694 * record-btrace.c (record_btrace_call_history): Use index instead of
12695 pointer.
12696
12697 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12698
12699 * btrace.c (btrace_insn_begin, btrace_insn_end,
12700 btrace_find_insn_by_number): Add btinfo to iterator.
12701 * btrace.h (struct btrace_insn_iterator): Add btinfo.
12702
12703 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12704
12705 * btrace.c (ftrace_new_function): Add btrace_thread_info to arguments
12706 and save pointers directly.
12707 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return,
12708 ftrace_new_switch, ftrace_new_gap, ftrace_update_function,
12709 ftrace_add_pt): Add btrace_thread_info to arguments. Adjust for
12710 changed signature of functions.
12711 (btrace_compute_ftrace_pt): Adjust for changed signature of functions.
12712 (btrace_fetch): Remove code that adds btrace_function pointers to
12713 vector of btrace_functions.
12714 (btrace_clear): Simplify freeing vector of btrace_functions.
12715
12716 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
12717
12718 * btrace.c (btrace_fetch, btrace_clear, btrace_find_insn_by_number):
12719 Replace VEC_* with std::vector functions.
12720 * btrace.h: Add include: vector. Remove typedef for DEF_VEC_P.
12721 (struct btrace_thread_info)<functions>: Change type to std::vector.
12722
12723 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
12724
12725 * NEWS (Changes in GDB 8.0): Remove extra empty line. Move
12726 "Removed targets and native configurations" up. Merge duplicate
12727 "New commands" sub-sections. Add "New options" sub-sections.
12728
12729 2017-05-26 Alan Hayward <alan.hayward@arm.com>
12730
12731 * defs.h (copy_integer_to_size): New declaration.
12732 * findvar.c (copy_integer_to_size): New function.
12733 (do_cint_test): New selftest function.
12734 (copy_integer_to_size_test): Likewise.
12735 (_initialize_findvar): Likewise.
12736 * mips-fbsd-tdep.c (mips_fbsd_supply_reg): Use raw_supply_integer.
12737 (mips_fbsd_collect_reg): Use raw_collect_integer.
12738 * mips-linux-tdep.c (supply_32bit_reg): Use raw_supply_integer.
12739 (mips64_fill_gregset): Use raw_collect_integer
12740 (mips64_fill_fpregset): Use raw_supply_integer.
12741 * regcache.c (regcache::raw_supply_integer): New function.
12742 (regcache::raw_collect_integer): Likewise.
12743 * regcache.h: (regcache::raw_supply_integer): New declaration.
12744 (regcache::raw_collect_integer): Likewise.
12745
12746 2017-05-24 Yao Qi <yao.qi@linaro.org>
12747
12748 * Makefile.in (SFILES): Add gdbarch-selftests.c.
12749 (COMMON_OBS): Add gdbarch-selftests.o.
12750 * frame.c [GDB_SELF_TESTS] (create_new_frame): New function.
12751 * frame.h [GDB_SELF_TESTS] (create_new_frame): Declare.
12752 * gdbarch-selftests.c: New file.
12753 * regcache.h (regcache) <~regcache>: Mark it virtual if
12754 GDB_SELF_TEST.
12755 <raw_write>: Likewise.
12756
12757 2017-05-24 Yao Qi <yao.qi@linaro.org>
12758
12759 * regcache.c (current_regcache): Change it to
12760 regcache::current_regcache.
12761 (regcache_observer_target_changed): Update.
12762 (regcache_thread_ptid_changed): Make it a regcache static
12763 method.
12764 (regcache_thread_ptid_changed): Update.
12765 (class regcache_access): New.
12766 (current_regcache_test): Update.
12767 (_initialize_regcache): Update.
12768 * regcache.h: Include forward_list.
12769 (regcache): Declare regcache_thread_ptid_changed and declare
12770 registers_changed_ptid as friend.
12771
12772 2017-05-24 Yao Qi <yao.qi@linaro.org>
12773
12774 * i387-tdep.c (i387_register_to_value): Use register_size
12775 instead of TYPE_LENGTH.
12776 * m68k-tdep.c (m68k_register_to_value): Likewise.
12777
12778 2017-05-24 Yao Qi <yao.qi@linaro.org>
12779
12780 * i387-tdep.c (i387_convert_register_p): Return false if type
12781 code isn't TYPE_CODE_FLT.
12782
12783 2017-05-24 Yao Qi <yao.qi@linaro.org>
12784
12785 * alpha-tdep.c (alpha_convert_register_p): Return true if type
12786 length is 4.
12787 (alpha_register_to_value): Remove type length check.
12788 (alpha_value_to_register): Likewise.
12789
12790 2017-05-24 Yao Qi <yao.qi@linaro.org>
12791
12792 * ia64-tdep.c (ia64_convert_register_p): Check type's code is
12793 TYPE_CODE_FLT.
12794
12795 2017-05-24 Yao Qi <yao.qi@linaro.org>
12796
12797 * m68k-tdep.c (m68k_convert_register_p): Check type's code is
12798 TYPE_CODE_FLT or not.
12799
12800 2017-05-24 Yao Qi <yao.qi@linaro.org>
12801
12802 * alpha-tdep.c (alpha_gdbarch_init): Use XCNEW instead of XNEW.
12803 * avr-tdep.c (avr_gdbarch_init): Likewise.
12804 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
12805 * cris-tdep.c (cris_gdbarch_init): Likewise.
12806 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
12807 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
12808 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
12809 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
12810 * mep-tdep.c (mep_gdbarch_init): Likewise.
12811 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
12812 * mips-tdep.c (mips_gdbarch_init): Likewise.
12813 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12814 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
12815 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
12816 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
12817 * v850-tdep.c (v850_gdbarch_init): Likewise.
12818
12819 2017-05-24 Yao Qi <yao.qi@linaro.org>
12820
12821 * selftest-arch.c (tests_with_arch): Call registers_changed
12822 and reinit_frame_cache.
12823 * selftest.c (run_self_tests): Likewise.
12824
12825 2017-05-24 Yao Qi <yao.qi@linaro.org>
12826
12827 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove.
12828 (rs6000_gdbarch_init): Don't call set_gdbarch_print_insn.
12829
12830 2017-05-24 Yao Qi <yao.qi@linaro.org>
12831
12832 * rl78-tdep.c (rl78_gdbarch_init): Don't call
12833 set_gdbarch_print_insn.
12834
12835 2017-05-24 Yao Qi <yao.qi@linaro.org>
12836
12837 * h8300-tdep.c (h8300_gdbarch_init): Don't call
12838 set_gdbarch_print_insn.
12839
12840 2017-05-24 Yao Qi <yao.qi@linaro.org>
12841
12842 * alpha-tdep.c (alpha_gdbarch_init): Don't call
12843 set_gdbarch_print_insn.
12844 * arc-tdep.c (arc_gdbarch_init): Likewise.
12845 * arch-utils.c: include dis-asm.h.
12846 (default_print_insn): New function.
12847 * arch-utils.h (default_print_insn): Declare.
12848 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_print_insn.
12849 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
12850 * cris-tdep.c (cris_delayed_get_disassembler): Remove.
12851 (cris_gdbarch_init): Don't call set_gdbarch_print_insn.
12852 * frv-tdep.c (frv_gdbarch_init): Likewise.
12853 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
12854 * gdbarch.sh (print_insn): Use default_print_insn.
12855 * gdbarch.c: Regenerated.
12856 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
12857 * iq2000-tdep.c (iq2000_gdbarch_init): Likewise.
12858 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
12859 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
12860 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
12861 * m68hc11-tdep.c (gdb_print_insn_m68hc11): Remove.
12862 (m68hc11_gdbarch_init): Don't call set_gdbarch_print_insn.
12863 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
12864 * m88k-tdep.c (m88k_gdbarch_init): Likewise.
12865 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
12866 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
12867 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
12868 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
12869 * mt-tdep.c (mt_gdbarch_init): Likewise.
12870 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
12871 * nios2-tdep.c (nios2_print_insn): Remove.
12872 (nios2_gdbarch_init): Don't call set_gdbarch_print_insn.
12873 * rx-tdep.c (rx_gdbarch_init): Likewise.
12874 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
12875 * score-tdep.c (score_print_insn): Remove.
12876 (score_gdbarch_init): Don't call set_gdbarch_print_insn.
12877 * sh-tdep.c (sh_gdbarch_init): Likewise.
12878 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
12879 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
12880 * tic6x-tdep.c (tic6x_print_insn): Remove.
12881 (tic6x_gdbarch_init): Don't call set_gdbarch_print_insn.
12882 * tilegx-tdep.c (tilegx_gdbarch_init): Likewise.
12883 * v850-tdep.c (v850_gdbarch_init): Likewise.
12884 * vax-tdep.c (vax_gdbarch_init): Likewise.
12885 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
12886 * xtensa-tdep.c (xtensa_gdbarch_init): Likewise.
12887
12888 2017-05-23 John Baldwin <jhb@FreeBSD.org>
12889
12890 * mips-fbsd-tdep.c (MIPS_PC_REGNUM): Remove.
12891 (MIPS_FP0_REGNUM): Remove.
12892 (MIPS_FSR_REGNUM): Remove.
12893 (mips_fbsd_supply_fpregs): Use mips_regnum.
12894 (mips_fbsd_supply_gregs): Likewise.
12895 (mips_fbsd_collect_fpregs): Likewise.
12896 (mips_fbsd_collect_gregs): Likewise.
12897
12898 2017-05-23 John Baldwin <jhb@FreeBSD.org>
12899
12900 * mips-fbsd-nat.c (getregs_supplies): Fix upper bound comparison.
12901 (getpfpregs_supplies): New function.
12902 (mips_fbsd_fetch_inferior_registers): Remove early exit and use
12903 getfpregs_supplies.
12904 (mips_fbsd_store_inferior_registers): Likewise.
12905
12906 2017-05-22 Pedro Alves <palves@redhat.com>
12907
12908 * MAINTAINERS (Host/Native): Add John Baldwin as FreeBSD
12909 maintainer.
12910
12911 2017-05-22 Alan Hayward <alan.hayward@arm.com>
12912
12913 * ppc-linux-nat.c (fetch_register): Use PPC_MAX_REGISTER_SIZE.
12914 (store_register): Likewise.
12915 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Likewise.
12916 (get_decimal_float_return_value): Likewise.
12917 (do_ppc_sysv_return_value): Likewise.
12918 (ppc64_sysv_abi_push_integer): Likewise.
12919 (ppc64_sysv_abi_push_freg): Likewise.
12920 (ppc64_sysv_abi_return_value_base): Likewise.
12921 (ppc64_sysv_abi_return_value): Likewise.
12922 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
12923 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
12924 * rs6000-nat.c: Likewise.
12925 * rs6000-tdep.c (rs6000_register_to_value): Likewise.
12926 (rs6000_value_to_register): Likewise.
12927 * ppc-tdep.h (PPC_MAX_REGISTER_SIZE): Add.
12928
12929 2017-05-21 Tom Tromey <tom@tromey.com>
12930
12931 PR rust/21466:
12932 * rust-lang.c (rust_print_type) <TYPE_CODE_ARRAY>: Print unsized
12933 arrays as "[T]", not "[T; ]".
12934
12935 2017-05-19 Tom Tromey <tom@tromey.com>
12936
12937 PR rust/21484:
12938 * rust-lang.c (exp_descriptor_rust): New function.
12939 (rust_language_defn): Use it.
12940 * p-lang.c (pascal_language_defn): Update.
12941 * opencl-lang.c (opencl_language_defn): Update.
12942 * objc-lang.c (objc_language_defn): Update.
12943 * m2-lang.c (m2_language_defn): Update.
12944 * language.h (struct language_defn)
12945 <la_watch_location_expression>: New member.
12946 * language.c (unknown_language_defn, auto_language_defn)
12947 (local_language_defn): Update.
12948 * go-lang.c (go_language_defn): Update.
12949 * f-lang.c (f_language_defn): Update.
12950 * d-lang.c (d_language_defn): Update.
12951 * c-lang.h (c_watch_location_expression): Declare.
12952 * c-lang.c (c_watch_location_expression): New function.
12953 (c_language_defn, cplus_language_defn, asm_language_defn)
12954 (minimal_language_defn): Use it.
12955 * breakpoint.c (watch_command_1): Call
12956 la_watch_location_expression.
12957 * ada-lang.c (ada_language_defn): Update.
12958
12959 2017-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12960
12961 PR tui/21482
12962 * gdb_curses.h (NOMACROS): Define.
12963 (NCURSES_NOMACROS): Define.
12964
12965 2017-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12966
12967 PR tui/21482
12968 * tui/tui-windata.c (tui_erase_data_content): Cast last mvwaddstr
12969 arg to char *.
12970 * tui/tui-wingeneral.c (box_win): Likewise.
12971 * tui/tui-winsource.c (tui_erase_source_content): Likewise.
12972 (tui_show_source_line): Likewise.
12973 (tui_show_exec_info_content): Likewise.
12974
12975 2017-05-19 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
12976
12977 * sparc-tdep.c (sparc_structure_return_p)
12978 (sparc_arg_on_registers_p): New functions.
12979 (sparc32_store_arguments): Use them.
12980 * sparc64-tdep.c (sparc64_16_byte_align_p)
12981 (sparc64_store_floating_fields, sparc64_extract_floating_fields):
12982 Handle TYPE_CODE_ARRAY.
12983
12984 2017-05-17 Yao Qi <yao.qi@linaro.org>
12985
12986 * cli/cli-decode.c (add_alias_cmd): New function.
12987 * command.h (add_alias_cmd): Declare.
12988 * infcmd.c (_initialize_infcmd): Don't call add_com_alias,
12989 instead call add_alias_cmd.
12990
12991 2017-05-17 Pedro Alves <palves@redhat.com>
12992
12993 * Makefile.in (nat_extra_makefile_frag): Rename to ...
12994 (nat_makefile_frag): ... this. All references updated.
12995 * configure.ac: Likewise.
12996 * configure.nat: Likewise. Enhance comments.
12997 * configure: Regenerate.
12998
12999 2017-05-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13000
13001 * procfs.c (procfs_create_inferior): Change prototype to match
13002 definition.
13003
13004 2017-05-13 Eli Zaretskii <eliz@gnu.org>
13005
13006 * tui/tui.c (tui_enable): Cast "unknown" to 'char *' to avoid a
13007 C++ compiler warning.
13008
13009 2017-05-12 Tom Tromey <tom@tromey.com>
13010
13011 PR rust/21483:
13012 * rust-lang.c (rust_evaluate_subexp) <STRUCTOP_STRUCT>: Don't
13013 recurse, just call value_struct_elt directly.
13014
13015 2017-05-12 Tom Tromey <tom@tromey.com>
13016
13017 * rust-lang.c (rust_dump_subexp_body) <STRUCTOP_ANONYMOUS,
13018 OP_RUST_ARRAY>: Fix.
13019
13020 2017-05-12 Tom Tromey <tom@tromey.com>
13021
13022 * rust-lang.c (rust_print_subexp): Replace "return" with "break".
13023
13024 2017-05-09 Yao Qi <yao.qi@linaro.org>
13025
13026 * regcache.c: Include <forward_list>.
13027 (struct regcache_list): Remove.
13028 (current_regcache): Update.
13029 (get_thread_arch_aspace_regcache): Update for std::forward_list.
13030 (regcache_thread_ptid_changed): Likewise.
13031 (registers_changed_ptid): Likewise.
13032 (current_regcache_size): Likewise.
13033
13034 2017-05-09 Yao Qi <yao.qi@linaro.org>
13035
13036 * regcache.c [GDB_SELF_TEST]: Include selftest.h.
13037 (current_regcache_size): New function.
13038 (current_regcache_test): New function.
13039 (_initialize_regcache) [GDB_SELF_TEST]: Register the unit test.
13040
13041 2017-05-08 Alan Hayward <alan.hayward@arm.com>
13042
13043 * mips-tdep.c (mips_o32_return_value): Remove unused buffer.
13044 (print_gp_register_row): Use get_frame_register_value.
13045
13046 2017-05-08 Alan Hayward <alan.hayward@arm.com>
13047
13048 * mips-linux-tdep.c (mips_supply_gregset): Use raw_supply_zeroed.
13049 (mips_supply_fpregset): Likewise.
13050 (mips64_supply_gregset): Likewise.
13051
13052 2017-05-08 Alan Hayward <alan.hayward@arm.com>
13053
13054 * mn10300-linux-tdep.c (am33_supply_gregset_method): Use
13055 regcache->raw_supply_zeroed.
13056
13057 2017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
13058
13059 * configure.nat: Rearrange 'case' statements to match
13060 host before cpu.
13061
13062 2017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
13063
13064 * Makefile.in: Remove "@host_makefile_frag@". Add variables
13065 NAT_FILE, NATDEPFILES, NAT_CDEPS, LOADLIBES, MH_CFLAGS, XM_CLIBS,
13066 NAT_GENERATED_FILES, HAVE_NATIVE_GCORE_HOST. Add
13067 "@nat_extra_makefile_frag@".
13068 (Makefile): Remove dependency on "@frags@".
13069 ($(GNULIB_BUILDDIR)/Makefile): Likewise.
13070 (data-directory/Makefile): Likewise.
13071 * config/aarch64/linux.mh: Deleted; moved contents to
13072 "gdb/configure.nat".
13073 * config/alpha/alpha-linux.mh: Likewise.
13074 * config/alpha/nbsd.mh: Likewise.
13075 * config/arm/linux.mh: Likewise.
13076 * config/arm/nbsdelf.mh: Likewise.
13077 * config/i386/cygwin.mh: Likewise.
13078 * config/i386/cygwin64.mh: Likewise.
13079 * config/i386/darwin.mh: Likewise.
13080 * config/i386/fbsd.mh: Likewise.
13081 * config/i386/fbsd64.mh: Likewise.
13082 * config/i386/go32.mh: Likewise.
13083 * config/i386/i386gnu.mh: Likewise.
13084 * config/i386/i386sol2.mh: Likewise.
13085 * config/i386/linux.mh: Likewise.
13086 * config/i386/linux64.mh: Likewise.
13087 * config/i386/mingw.mh: Likewise.
13088 * config/i386/mingw64.mh: Likewise.
13089 * config/i386/nbsd64.mh: Likewise.
13090 * config/i386/nbsdelf.mh: Likewise.
13091 * config/i386/nto.mh: Likewise.
13092 * config/i386/obsd.mh: Likewise.
13093 * config/i386/obsd64.mh: Likewise.
13094 * config/i386/sol2-64.mh: Likewise.
13095 * config/ia64/linux.mh: Likewise.
13096 * config/m32r/linux.mh: Likewise.
13097 * config/m68k/linux.mh: Likewise.
13098 * config/m68k/nbsdelf.mh: Likewise.
13099 * config/m68k/obsd.mh: Likewise.
13100 * config/m88k/obsd.mh: Likewise.
13101 * config/mips/fbsd.mh: Likewise.
13102 * config/mips/linux.mh: Likewise.
13103 * config/mips/nbsd.mh: Likewise.
13104 * config/mips/obsd64.mh: Likewise.
13105 * config/pa/linux.mh: Likewise.
13106 * config/pa/nbsd.mh: Likewise.
13107 * config/pa/obsd.mh: Likewise.
13108 * config/powerpc/aix.mh: Likewise.
13109 * config/powerpc/fbsd.mh: Likewise.
13110 * config/powerpc/linux.mh: Likewise.
13111 * config/powerpc/nbsd.mh: Likewise.
13112 * config/powerpc/obsd.mh: Likewise.
13113 * config/powerpc/ppc64-linux.mh: Likewise.
13114 * config/powerpc/spu-linux.mh: Likewise.
13115 * config/s390/linux.mh: Likewise.
13116 * config/sh/nbsd.mh: Likewise.
13117 * config/sparc/fbsd.mh: Likewise.
13118 * config/sparc/linux.mh: Likewise.
13119 * config/sparc/linux64.mh: Likewise.
13120 * config/sparc/nbsd64.mh: Likewise.
13121 * config/sparc/nbsdelf.mh: Likewise.
13122 * config/sparc/obsd64.mh: Likewise.
13123 * config/sparc/sol2.mh: Likewise.
13124 * config/tilegx/linux.mh: Likewise.
13125 * config/vax/nbsdelf.mh: Likewise.
13126 * config/vax/obsd.mh: Likewise.
13127 * config/xtensa/linux.mh: Likewise.
13128 * config/i386/i386gnu.mn: New file, with excerpts from
13129 "config/i386/i386gnu.mh".
13130 * configure: Regenerate.
13131 * configure.ac: Rewrite code to use "gdb/configure.nat" instead of
13132 *.mh files under "gdb/config".
13133 * configure.nat: New file, with contents from the
13134 "gdb/config/*/*.mh" files.
13135
13136 2017-05-05 Tim Wiederhake <tim.wiederhake@intel.com>
13137
13138 * btrace.c (btrace_clear): Free insn vector.
13139
13140 2017-05-05 Pedro Alves <palves@redhat.com>
13141
13142 * warning.m4 (build_warnings): Add -Wno-error=maybe-uninitialized.
13143 * configure: Regenerate.
13144
13145 2017-05-04 Pedro Alves <palves@redhat.com>
13146
13147 * Makefile.in (SFILES): Add progspace-and-thread.c.
13148 (HFILES_NO_SRCDIR): Add progspace-and-thread.h.
13149 (COMMON_OBS): Add progspace-and-thread.o.
13150 * breakpoint.c: Include "progspace-and-thread.h".
13151 (update_inserted_breakpoint_locations)
13152 (insert_breakpoint_locations, create_longjmp_master_breakpoint):
13153 Use scoped_restore_current_pspace_and_thread.
13154 (create_std_terminate_master_breakpoint): Use
13155 scoped_restore_current_program_space.
13156 (remove_breakpoint): Use scoped_restore_current_pspace_and_thread.
13157 (print_breakpoint_location): Use
13158 scoped_restore_current_program_space.
13159 (bp_loc_is_permanent): Use
13160 scoped_restore_current_pspace_and_thread.
13161 (resolve_sal_pc): Use scoped_restore_current_pspace_and_thread.
13162 (download_tracepoint_locations): Use
13163 scoped_restore_current_pspace_and_thread.
13164 (breakpoint_re_set): Use scoped_restore_current_pspace_and_thread.
13165 * exec.c (exec_close_1): Use scoped_restore_current_program_space.
13166 (enum step_over_calls_kind): Moved from inferior.h.
13167 (class scoped_restore_current_thread): New class.
13168 * gdbthread.h (make_cleanup_restore_current_thread): Delete
13169 declaration.
13170 (scoped_restore_current_thread): New class.
13171 * infcmd.c: Include "common/gdb_optional.h".
13172 (continue_1, proceed_after_attach): Use
13173 scoped_restore_current_thread.
13174 (notice_new_inferior): Use scoped_restore_current_thread.
13175 * inferior.c: Include "progspace-and-thread.h".
13176 (restore_inferior, save_current_inferior): Delete.
13177 (add_inferior_command, clone_inferior_command): Use
13178 scoped_restore_current_pspace_and_thread.
13179 * inferior.h (scoped_restore_current_inferior): New class.
13180 * infrun.c: Include "progspace-and-thread.h" and
13181 "common/gdb_optional.h".
13182 (follow_fork_inferior): Use
13183 scoped_restore_current_pspace_and_thread.
13184 (scoped_restore_exited_inferior): New class.
13185 (handle_vfork_child_exec_or_exit): Use
13186 scoped_restore_exited_inferior,
13187 scoped_restore_current_pspace_and_thread,
13188 scoped_restore_current_thread and scoped_restore.
13189 (fetch_inferior_event): Use scoped_restore_current_thread.
13190 * linespec.c (decode_line_full, decode_line_1): Use
13191 scoped_restore_current_program_space.
13192 * mi/mi-main.c: Include "progspace-and-thread.h".
13193 (exec_continue): Use scoped_restore_current_thread.
13194 (mi_cmd_exec_run): Use scoped_restore_current_pspace_and_thread.
13195 (mi_cmd_trace_frame_collected): Use scoped_restore_current_thread.
13196 * proc-service.c (ps_pglobal_lookup): Use
13197 scoped_restore_current_program_space.
13198 * progspace-and-thread.c: New file.
13199 * progspace-and-thread.h: New file.
13200 * progspace.c (release_program_space, clone_program_space): Use
13201 scoped_restore_current_program_space.
13202 (restore_program_space, save_current_program_space)
13203 (save_current_space_and_thread): Delete.
13204 (switch_to_program_space_and_thread): Moved to
13205 progspace-and-thread.c.
13206 * progspace.h (save_current_program_space)
13207 (save_current_space_and_thread): Delete declarations.
13208 (scoped_restore_current_program_space): New class.
13209 * remote.c (remote_btrace_maybe_reopen): Use
13210 scoped_restore_current_thread.
13211 * symtab.c: Include "progspace-and-thread.h".
13212 (skip_prologue_sal): Use scoped_restore_current_pspace_and_thread.
13213 * thread.c (print_thread_info_1): Use
13214 scoped_restore_current_thread.
13215 (struct current_thread_cleanup): Delete.
13216 (do_restore_current_thread_cleanup)
13217 (restore_current_thread_cleanup_dtor): Rename/convert both to ...
13218 (scoped_restore_current_thread::~scoped_restore_current_thread):
13219 ... this new dtor.
13220 (make_cleanup_restore_current_thread): Rename/convert to ...
13221 (scoped_restore_current_thread::scoped_restore_current_thread):
13222 ... this new ctor.
13223 (thread_apply_all_command): Use scoped_restore_current_thread.
13224 (thread_apply_command): Use scoped_restore_current_thread.
13225 * tracepoint.c (tdump_command): Use scoped_restore_current_thread.
13226 * varobj.c (value_of_root_1): Use scoped_restore_current_thread.
13227
13228 2017-05-04 Pedro Alves <palves@redhat.com>
13229
13230 * thread.c (make_cleanup_restore_current_thread): Move
13231 find_thread_ptid call before the is_stopped call. Assert that the
13232 thread is found. Replace is_stopped call by checking the thread's
13233 state directly. Remove unnecessary NULL-thread check.
13234
13235 2017-05-04 Pedro Alves <palves@redhat.com>
13236
13237 * corelow.c (thread_section_name): New class.
13238 (get_core_register_section, get_core_siginfo): Use it.
13239
13240 2017-05-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13241
13242 * corelow.c (sniff_core_bfd): Remove extra semicolon.
13243 (get_core_register_section): Remove xfree of NULL pointer.
13244
13245 2017-05-03 Alan Hayward <alan.hayward@arm.com>
13246
13247 * frv-linux-tdep.c (frv_linux_supply_gregset): Use raw_supply_zeroed.
13248 * regcache.c (regcache::raw_supply_zeroed): New function.
13249 * regcache.h (regcache::raw_supply_zeroed): New declaration.
13250
13251 2017-05-03 Simon Marchi <simon.marchi@ericsson.com>
13252
13253 * gdbarch.sh: Remove commented out definition of
13254 TARGET_CHAR_BIT.
13255 * gdbarch.h: Re-generate.
13256
13257 2017-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
13258
13259 * configure: Regenerate.
13260
13261 2017-05-02 Simon Marchi <simon.marchi@ericsson.com>
13262
13263 * solib-target.c (solib_target_relocate_section_addresses):
13264 Remove num_section_bases, num_bases, segment_bases variables.
13265
13266 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
13267
13268 * common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.
13269
13270 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
13271
13272 * solib-target.c: Include <vector>
13273 (struct lm_info_target) <~lm_info_target>: Remove.
13274 <segment_bases, section_bases>: Change type to
13275 std::vector<CORE_ADDR>.
13276 (library_list_start_segment, library_list_start_section,
13277 library_list_end_library,
13278 solib_target_relocate_section_addresses): Adjust.
13279
13280 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
13281
13282 * gdbarch.sh (software_single_step): Change return type to
13283 std::vector<CORE_ADDR>.
13284 * gdbarch.c, gdbarch.h: Re-generate.
13285 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
13286 Adjust.
13287 (arm_deal_with_atomic_sequence_raw): Adjust.
13288 (thumb_get_next_pcs_raw): Adjust.
13289 (arm_get_next_pcs_raw): Adjust.
13290 (arm_get_next_pcs): Adjust.
13291 * arch/arm-get-next-pcs.h (arm_get_next_pcs): Adjust.
13292 * aarch64-tdep.c (aarch64_software_single_step): Adjust.
13293 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Adjust.
13294 (alpha_software_single_step): Adjust.
13295 * alpha-tdep.h (alpha_software_single_step): Adjust.
13296 * arm-linux-tdep.c (arm_linux_software_single_step): Adjust.
13297 * arm-tdep.c (arm_software_single_step): Adjust.
13298 (arm_breakpoint_kind_from_current_state): Adjust.
13299 * arm-tdep.h (arm_software_single_step): Adjust.
13300 * breakpoint.c (insert_single_step_breakpoint): Adjust.
13301 * cris-tdep.c (cris_software_single_step): Adjust.
13302 * mips-tdep.c (mips_deal_with_atomic_sequence): Adjust.
13303 (micromips_deal_with_atomic_sequence): Adjust.
13304 (deal_with_atomic_sequence): Adjust.
13305 (mips_software_single_step): Adjust.
13306 * mips-tdep.h (mips_software_single_step): Adjust.
13307 * moxie-tdep.c (moxie_software_single_step): Adjust.
13308 * nios2-tdep.c (nios2_software_single_step): Adjust.
13309 * ppc-tdep.h (ppc_deal_with_atomic_sequence): Adjust.
13310 * rs6000-aix-tdep.c (rs6000_software_single_step): Adjust.
13311 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Adjust.
13312 * s390-linux-tdep.c (s390_software_single_step): Adjust.
13313 * sparc-tdep.c (sparc_software_single_step): Adjust.
13314 * spu-tdep.c (spu_software_single_step): Adjust.
13315 * tic6x-tdep.c (tic6x_software_single_step): Adjust.
13316
13317 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
13318
13319 * gdbarch.sh: Use semi-colon as field separator instead of colon.
13320 * gdbarch.h: Re-generate.
13321
13322 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13323
13324 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-instruction.o.
13325 (SUBDIR_PYTHON_SRCS): Add py-instruction.c.
13326 * python/py-instruction.c, python/py-instruction.h: New file.
13327 * python/py-record.c: Add py-instruction.h include.
13328 (gdbpy_initialize_record): Make gdb.Instruction a super class of
13329 gdb.RecordInstruction.
13330 * python/python-internal.h: Add gdbpy_initialize_instruction
13331 declaration.
13332 * python/python.c (do_start_initialization): Add
13333 gdbpy_initialize_instruction.
13334
13335 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13336
13337 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_CALL, btpy_call_type):
13338 Remove.
13339 (btrace_func_from_recpy_func): New function.
13340 (btpy_call_new, btpy_number, btpy_hash, btpy_richcompare): Remove.
13341 (btpy_call_level, btpy_call_symbol, btpy_call_instructions,
13342 btpy_call_up, btpy_call_prev_sibling, btpy_call_next_sibling): Rename to ...
13343 (recpy_bt_func_level, recpy_bt_func_symbol, recpy_bt_func_instructions,
13344 recpy_bt_func_up, recpy_bt_func_prev, recpy_bt_func_next): This.
13345 Also, use new helper functions.
13346 (btpy_list_item): Use new helper functions.
13347 (recpy_bt_function_call_history): Use new type name.
13348 (btpy_call_getset): Remove.
13349 (gdbpy_initialize_btrace): Remove code to initialize
13350 gdb.BtraceFunctionCall.
13351 * python/py-record-btrace.h (recpy_bt_func_number, recpy_btb_func_level,
13352 recpy_btb_func_symbol, recpy_bt_func_instructions, recpy_bt_func_up,
13353 recpy_bt_func_prev, recpy_bt_func_next): New export.
13354 * python/py-record.c (recpy_func_type): New static object.
13355 (recpy_func_new, recpy_func_level, recpy_func_symbol,
13356 recpy_func_instructions, recpy_func_up, recpy_func_prev,
13357 recpy_func_next): New function.
13358 (recpy_element_hash, recpy_element_richcompare): Updated comment.
13359 (recpy_func_getset): New static object.
13360 (gdbpy_initialize_record): Add code to initialize gdb.RecordInstruction.
13361 * python/py-record.h (recpy_func_type, recpy_func_new): New export.
13362
13363 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13364
13365 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN): Remove.
13366 (btpy_object, btpy_insn_type, btpy_new): Remove.
13367 (btpy_list_object): Use gdb.RecordInstruction type instead of
13368 gdb.BtraceInstruction type.
13369 (btrace_insn_from_recpy_insn): New function.
13370 (btpy_insn_or_gap_new): Adjust comment. Use recpy_insn_new instead of
13371 btpy_new.
13372 (btpy_call_new, btpy_list_item): Do not use btpy_new anymore.
13373 (btpy_number, btpy_hash, btpy_call_level, btpy_call_symbol,
13374 btpy_call_instructions, btpy_call_up, btpy_call_prev_sibling,
13375 btpy_call_next_sibling, btpy_richcompare): Use recpy_element_object
13376 instead of btpy_object.
13377 (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
13378 btpy_insn_data, btpy_insn_decode): Rename to ...
13379 (recpy_bt_insn_sal, recpy_bt_insn_pc, recpy_bt_insn_size,
13380 recpy_bt_insn_is_speculative, recpy_bt_insn_data,
13381 recpy_bt_insn_decode): This. Also, use new helper functions.
13382 (btpy_list_position, recpy_bt_goto): Use recpy_element_object and
13383 recpy_insn_type.
13384 (btpy_insn_getset): Remove.
13385 (gdbpy_initialize_btrace): Remove code to initialize
13386 gdb.BtraceInstruction. Use recpy_element_object.
13387 * python/py-record-btrace.h (recpy_bt_insn_number, recpy_bt_insn_sal,
13388 recpy_bt_insn_pc, recpy_bt_insn_data, recpy_bt_insn_decoded,
13389 recpy_bt_insn_size, recpy_bt_insn_is_speculative): New export.
13390 * python/py-record.c (recpy_insn_type): New static object.
13391 (recpy_insn_new, recpy_insn_sal, recpy_insn_pc, recpy_insn_data,
13392 recpy_insn_decoded, recpy_insn_size, recpy_insn_is_speculative,
13393 recpy_element_number, recpy_element_hash, recpy_element_richcompare):
13394 New function.
13395 (recpy_insn_getset): New static object.
13396 (gdbpy_initialize_record): Initialize gdb.RecordInstruction.
13397 * python/py-record.h (recpy_element_object): New typedef.
13398 (recpy_insn_type, recpy_insn_new): New export.
13399
13400 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13401
13402 * py-record-btrace.c (btpy_insn_new): Removed.
13403 (btpy_insn_or_gap_new): New function.
13404 (btpy_insn_error): Removed.
13405 (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
13406 btpy_insn_data, btpy_insn_decode): Remove code path for gaps.
13407 (recpy_bt_replay_position, recpy_bt_begin, recpy_bt_end): Call
13408 btpy_insn_or_gap_new instead of btpy_insn_new.
13409 (btpy_insn_getset): Remove btpy_insn_error.
13410 * py-record.c (recpy_gap_type): New static object.
13411 (recpy_gap_object): New typedef.
13412 (recpy_gap_new, recpy_gap_number, recpy_gap_reason_code,
13413 recpy_gap_reason_string): New function.
13414 (recpy_gap_getset): New static object.
13415 (gdbpy_initialize_record): Initialize gdb.RecordGap type.
13416 * py-record.h (recpy_gap_new): New export.
13417
13418 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13419
13420 * python/py-record.c (recpy_ptid): Remove.
13421 (recpy_record_getset): Remove recpy_ptid.
13422
13423 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13424
13425 * btrace.c (btrace_fetch): Set inferior_ptid.
13426 * python/py-record-btrace.c: Add "py-record.h" include.
13427 (recpy_bt_format, recpy_bt_replay_position, recpy_bt_begin,
13428 recpy_bt_end, recpy_bt_instruction_history,
13429 recpy_bt_function_call_history, recpy_bt_goto): Use ptid stored
13430 in gdb.Record object instead of current ptid.
13431 * python/py-record.c: Include new "py-record.h" file.
13432 (recpy_record_object): Moved to py-record.h.
13433 * python/py-record.h: New file.
13434
13435 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
13436
13437 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN,
13438 BTPY_REQUIRE_VALID_CALL, recpy_bt_function_call_history): Fix
13439 indentation.
13440
13441 2017-05-01 Joel Brobecker <brobecker@adacore.com>
13442
13443 * MAINTAINERS: Move Daniel Jacobowitz and Mark Kettenis to
13444 the past maintainers section.
13445
13446 2017-04-28 Yao Qi <yao.qi@linaro.org>
13447
13448 * infcmd.c (get_return_value): Use regcache ctor, and remove
13449 cleanup.
13450
13451 2017-04-28 Yao Qi <yao.qi@linaro.org>
13452 Pedro Alves <palves@redhat.com>
13453
13454 * regcache.c (regcache::regcache): New tag dispatch ctor.
13455 (do_cooked_read): Moved above.
13456 (regcache_dup): Use the tag dispatch ctor..
13457 * regcache.h (regcache): Declare ctor, delete copy ctor and
13458 assignment operator, remove friend regcache_dup.
13459
13460 2017-04-28 Yao Qi <yao.qi@linaro.org>
13461
13462 * regcache.c (regcache_dup): Assert !src->m_readonly_p and
13463 call method save instead of regcache_cpy.
13464 * regcache.h (struct regcache): Make regcache_dup a friend.
13465
13466 2017-04-28 Yao Qi <yao.qi@linaro.org>
13467
13468 * regcache.c (struct regcache): Move to regcache.h
13469 (regcache::arch): New method.
13470 (regcache_get_ptid): Update.
13471 (get_regcache_arch): Call arch method.
13472 (get_regcache_aspace): Call method aspace.
13473 (register_buffer): Change it to method.
13474 (regcache_save): Change it to regcache::save.
13475 (regcache_restore): Likewise.
13476 (regcache_cpy_no_passthrough): Remove the declaration.
13477 (regcache_cpy): Call methods restore and cpy_no_passthrough.
13478 (regcache_cpy_no_passthrough): Change it to method
13479 cpy_no_passthrough.
13480 (regcache_register_status): Change it to method
13481 get_register_status.
13482 (regcache_invalidate): Change it to method invalidate.
13483 (regcache_thread_ptid_changed): Use methods ptid and set_ptid.
13484 (regcache_raw_update): Change it to method raw_update.
13485 (regcache_raw_read): Likewise.
13486 (regcache_raw_read_signed): Likewise.
13487 (regcache_raw_read_unsigned): Likewise.
13488 (regcache_raw_write_signed): Likewise.
13489 (regcache_raw_write_unsigned): Likewise.
13490 (regcache_cooked_read): Likewise.
13491 (regcache_cooked_read_value): Likewise.
13492 (regcache_cooked_read_signed): Likewise.
13493 (regcache_cooked_read_unsigned): Likewise.
13494 (regcache_cooked_write_signed): Likewise.
13495 (regcache_cooked_write_unsigned): Likewise.
13496 (regcache_raw_set_cached_value): Likewise.
13497 (regcache_raw_write): Likewise.
13498 (regcache_cooked_write): Likewise.
13499 (regcache_xfer_part): Likewise.
13500 (regcache_raw_read_part): Likewise.
13501 (regcache_raw_write_part): Likewise.
13502 (regcache_cooked_read_part): Likewise.
13503 (regcache_cooked_write_part): Likewise.
13504 (regcache_raw_supply): Likewise.
13505 (regcache_raw_collect): Likewise.
13506 (regcache_transfer_regset): Likewise.
13507 (regcache_supply_regset): Likewise.
13508 (regcache_collect_regset): Likewise.
13509 (regcache_debug_print_register): Likewise.
13510 (enum regcache_dump_what): Move it to regcache.h.
13511 (regcache_dump): Change it to method dump.
13512 * regcache.h (enum regcache_dump_what): New.
13513 (class regcache): New.
13514 * target.c (target_fetch_registers): Call method
13515 debug_print_register.
13516 (target_store_registers): Likewise.
13517
13518 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13519
13520 * windows-nat.c (struct lm_info_windows): Initialize field.
13521 (windows_make_so): Allocate lm_info_windows with new.
13522 (windows_free_so): Free lm_info_windows with delete.
13523
13524 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13525
13526 * solib-darwin.c (struct lm_info_darwin): Initialize field.
13527 (darwin_current_sos): Allocate lm_info_darwin with new, remove
13528 cleanup.
13529 (darwin_free_so): Free lm_info_darwin with delete.
13530
13531 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13532
13533 * solib-svr4.h (struct lm_info_svr4): Initialize fields.
13534 <l_addr_p>: Change type to bool.
13535 * solib-svr4.c (lm_info_read): Allocate lm_info_svr4 with new.
13536 (svr4_free_so): Free lm_info_svr4 with delete.
13537 (svr4_copy_library_list): Replace memcpy with call to copy
13538 constructor.
13539 (library_list_start_library, svr4_default_sos): Allocate
13540 lm_info_svr4 with new.
13541
13542 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13543
13544 * solib-target.c (struct lm_info_target): Add destructor,
13545 initialize fields.
13546 <name>: Change type to std::string.
13547 (library_list_start_library): Allocate lm_info_target with new.
13548 (solib_target_free_library_list): Free lm_info_target with
13549 delete.
13550 (solib_target_current_sos): Adapt to std::string.
13551 (solib_target_free_so): Free lm_info_target with delete.
13552
13553 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13554
13555 * solib-frv.c (struct lm_info_frv): Add destructor, initialize
13556 fields.
13557 (frv_current_sos): Allocate lm_info_frv with new.
13558 (frv_relocate_main_executable): Free lm_info_frv with delete,
13559 allocate with new.
13560 (frv_clear_solib, frv_free_so): Free lm_info_frv with delete.
13561
13562 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13563
13564 * solib-frv.c (struct lm_info_frv): Fix indentation.
13565
13566 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13567
13568 * solib-dsbt.c (struct lm_info_dsbt): Add destructor, initialize
13569 map field.
13570 (dsbt_current_sos): Allocate lm_info_dsbt with new.
13571 (dsbt_relocate_main_executable): Free lm_info_dsbt with delete
13572 and allocate with new.
13573 (dsbt_clear_solib, dsbt_free_so): Free lm_info_dsbt with delete.
13574
13575 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13576
13577 * solib-aix.c (struct lm_info_aix): Initialize fields in-class.
13578 <filename, member_name>: Change type to std::string.
13579 (solib_aix_new_lm_info, solib_aix_xfree_lm_info): Remove.
13580 (library_list_start_library): Allocate lm_info_aix with new.
13581 (solib_aix_free_library_list, solib_aix_free_so): Free with delete.
13582 (solib_aix_current_sos): Adapt to std::string, copy lm_info_aix
13583 with copy constructor.
13584
13585 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13586
13587 * solist.h (struct lm_info): Remove.
13588 (struct lm_info_base): New class.
13589 (struct so_list) <lm_info>: Change type to lm_info_base *.
13590 * nto-tdep.c (struct lm_info): Remove.
13591 (lm_addr): Adjust.
13592 * solib-aix.c (struct lm_info): Rename to ...
13593 (struct lm_info_aix): ... this. Extend lm_info_base.
13594 (lm_info_p): Rename to ...
13595 (lm_info_aix_p): ... this, and adjust.
13596 (solib_aix_new_lm_info, solib_aix_xfree_lm_info,
13597 solib_aix_parse_libraries, library_list_start_library,
13598 solib_aix_free_library_list, solib_aix_parse_libraries,
13599 solib_aix_get_library_list,
13600 solib_aix_relocate_section_addresses, solib_aix_free_so,
13601 solib_aix_get_section_offsets,
13602 solib_aix_solib_create_inferior_hook, solib_aix_current_sos):
13603 Adjust.
13604 (struct solib_aix_inferior_data) <library_list>: Adjust.
13605 * solib-darwin.c (struct lm_info): Rename to ...
13606 (struct lm_info_darwin): ... this. Extend lm_info_base.
13607 (darwin_current_sos, darwin_relocate_section_addresses): Adjust.
13608 * solib-dsbt.c (struct lm_info): Rename to ...
13609 (struct lm_info_dsbt): ... this. Extend lm_info_base.
13610 (struct dsbt_info) <main_executable_lm_info): Adjust.
13611 (dsbt_current_sos, dsbt_relocate_main_executable, dsbt_free_so,
13612 dsbt_relocate_section_addresses): Adjust.
13613 * solib-frv.c (struct lm_info): Rename to ...
13614 (struct lm_info_frv): ... this. Extend lm_info_base.
13615 (main_executable_lm_info): Adjust.
13616 (frv_current_sos, frv_relocate_main_executable, frv_free_so,
13617 frv_relocate_section_addresses, frv_fdpic_find_global_pointer,
13618 find_canonical_descriptor_in_load_object,
13619 frv_fdpic_find_canonical_descriptor): Adjust.
13620 * solib-svr4.c (struct lm_info): Move to solib-svr4.h, renamed
13621 to lm_info_svr4.
13622 (lm_info_read, lm_addr_check, svr4_keep_data_in_core,
13623 svr4_clear_so, svr4_copy_library_list,
13624 library_list_start_library, svr4_default_sos, svr4_read_so_list,
13625 svr4_current_sos, svr4_fetch_objfile_link_map,
13626 solist_update_incremental): Adjust.
13627 * solib-svr4.h (struct lm_info_svr4): Move here from
13628 solib-svr4.c.
13629 * solib-target.c (struct lm_info): Rename to ...
13630 (struct lm_info_target): ... this. Extend lm_info_base.
13631 (lm_info_p): Rename to ...
13632 (lm_info_target_p): ... this.
13633 (solib_target_parse_libraries, library_list_start_segment,
13634 library_list_start_section, library_list_start_library,
13635 library_list_end_library, solib_target_free_library_list,
13636 solib_target_current_sos, solib_target_free_so,
13637 solib_target_relocate_section_addresses): Adjust.
13638 * windows-nat.c (struct lm_info): Rename to ...
13639 (struct lm_info_windows): ... this. Extend lm_info_base.
13640 (windows_make_so, handle_load_dll, handle_unload_dll,
13641 windows_xfer_shared_libraries): Adjust.
13642
13643 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
13644
13645 * solib-darwin.c (struct darwin_so_list): Remove.
13646 (darwin_current_sos): Allocate an so_list object instead of a
13647 darwin_so_list, separately allocate an lm_info object.
13648 (darwin_free_so): Free lm_info.
13649
13650 2017-04-28 John Baldwin <jhb@FreeBSD.org>
13651
13652 * mips-tdep.c (print_gp_register_row): Replace printf_filtered
13653 with fprintf_filtered.
13654
13655 2017-04-28 Yao Qi <yao.qi@linaro.org>
13656
13657 * regcache.c (regcache::regcache): New function.
13658 (regcache::~regcache): New function.
13659 (regcache_xmalloc_1): Remove.
13660 (regcache_xmalloc): Call new regcache.
13661 (regcache_xfree): Call delete regcache.
13662 (get_thread_arch_aspace_regcache): Call new regcache.
13663
13664 2017-04-28 Yao Qi <yao.qi@linaro.org>
13665
13666 * mips-linux-nat.c (mips_linux_new_thread): Use ptid method
13667 lwp instead of ptid_get_lwp.
13668
13669 2017-04-28 Yao Qi <yao.qi@linaro.org>
13670
13671 * mips-linux-nat.c (mips_linux_new_thread): Get lwpid from
13672 lwp_info instead of getting from inferior_ptid.
13673
13674 2017-04-27 Keith Seitz <keiths@redhat.com>
13675
13676 * gdbtypes.c (LVALUE_REFERENCE_TO_RVALUE_BINDING_BADNESS)
13677 DIFFERENT_REFERENCE_TYPE_BADNESS): Remove.
13678 (CV_CONVERSION_BADNESS): Define.
13679 (rank_one_type): Remove overly restrictive rvalue reference
13680 rank checks.
13681 Add cv-qualifier checks and subranks for type equality.
13682 * gdbtypes.h (REFERENCE_CONVERSION_RVALUE,
13683 REFERENCE_CONVERSION_CONST_LVALUE, CV_CONVERSION_BADNESS,
13684 CV_CONVERSION_CONST, CV_CONVERSION_VOLATILE): Declare.
13685
13686 2017-04-27 Simon Marchi <simon.marchi@ericsson.com>
13687
13688 * python/py-inferior.c (inferior_to_inferior_object): Increment reference
13689 count when creating the object.
13690
13691 2017-04-27 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
13692 Ulrich Weigand <uweigand@de.ibm.com>
13693
13694 * xcoffread.c (read_xcoff_symtab): Read correct function auxiliary
13695 entry if xlc -qfuncsect or gcc -ffunction-sections compiler option
13696 is used in AIX.
13697 (read_xcoff_symtab): Handle C_WEAKEXT storage class.
13698 (process_xcoff_symbol): Likewise.
13699 (scan_xcoff_symtab): Likewise.
13700
13701 2017-04-26 Alan Hayward <alan.hayward@arm.com>
13702
13703 * ia64-tdep.c (examine_prologue): Use get_frame_register_unsigned.
13704 (ia64_sigtramp_frame_prev_register): Use read_memory_unsigned_integer.
13705 (ia64_access_reg): Use get_frame_register_unsigned.
13706 (ia64_access_rse_reg): Likewise.
13707 (ia64_libunwind_frame_prev_register): Likewise.
13708
13709 2017-04-26 Jiong Wang <jiong.wang@arm.com>
13710
13711 * gdbarch.sh: New gdbarch method execute_dwarf_cfa_vendor_op.
13712 * gdbarch.c: Regenerated.
13713 * gdbarch.h: Regenerated.
13714 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Made the
13715 visibility external.
13716 (execute_cfa_program): Call execute_dwarf_cfa_vendor_op for CFI
13717 between DW_CFA_lo_user and DW_CFA_high_user inclusive.
13718 (enum cfa_how_kind): Move to ...
13719 (struct dwarf2_frame_state_reg_info): Likewise.
13720 (struct dwarf2_frame_state): Likewise.
13721 * dwarf2-frame.h: ... here.
13722 (dwarf2_frame_state_alloc_regs): New declaration.
13723 * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): New function.
13724 (sparc32_gdbarch_init): Register execute_dwarf_cfa_vendor_op hook.
13725
13726 2017-04-26 Alan Hayward <alan.hayward@arm.com>
13727
13728 * xtensa-tdep.c (xtensa_pseudo_register_read): Use
13729 regcache_raw_read_unsigned.
13730 (xtensa_pseudo_register_write): Likewise.
13731
13732 2017-04-26 Alan Hayward <alan.hayward@arm.com>
13733
13734 * nds32-tdep.c (nds32_pseudo_register_read): Abort on errors.
13735 (nds32_pseudo_register_write): Likewise.
13736
13737 2017-04-25 Yao Qi <yao.qi@linaro.org>
13738
13739 * regcache.c (struct regcache) <readonly_p>: Change its type
13740 to bool.
13741 (regcache_xmalloc_1): Update parameter type and callers update.
13742
13743 2017-04-25 Yao Qi <yao.qi@linaro.org>
13744
13745 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
13746 set_gdbarch_wchar_bit.
13747 * arm-tdep.c (arm_gdbarch_init): Likewise.
13748
13749 2017-04-25 Pedro Alves <palves@redhat.com>
13750
13751 * common/poison.h [!HAVE_IS_TRIVIALLY_COPYABLE] (IsRelocatable)
13752 (BothAreRelocatable, memcopy, memmove): Don't define.
13753 * common/traits.h (__has_feature, HAVE_IS_TRIVIALLY_COPYABLE): New
13754 macros.
13755
13756 2017-04-25 Pedro Alves <palves@redhat.com>
13757
13758 * common/common-defs.h: Include "common/poison.h".
13759 * common/function-view.h: (Not, Or, Requires): Move to traits.h
13760 and adjust.
13761 * common/poison.h: New file.
13762 * common/traits.h: Include <type_traits>.
13763 (Not, Or, Requires): New, moved from common/function-view.h.
13764
13765 2017-04-25 Pedro Alves <palves@redhat.com>
13766
13767 * breakpoint.h (struct breakpoint): In-class initialize all
13768 fields. Make boolean fields "bool".
13769 * breakpoint.c (init_raw_breakpoint_without_location): Remove
13770 memset call and initializations no longer necessary.
13771
13772 2017-04-25 Pedro Alves <palves@redhat.com>
13773
13774 * btrace.c (pt_btrace_insn_flags): Change parameter type to
13775 reference.
13776 (pt_btrace_insn): New function.
13777 (ftrace_add_pt): Remove memset call and use pt_btrace_insn.
13778
13779 2017-04-25 Pedro Alves <palves@redhat.com>
13780
13781 * ada-lang.c (ada_catchpoint_location): Now a "class". Remove
13782 "base" field and inherit from "bp_location" instead. Add
13783 non-default ctor.
13784 (allocate_location_exception): Use new non-default ctor.
13785 * breakpoint.c (get_first_locp_gte_addr): Remove memset call.
13786 (init_bp_location): Convert to ...
13787 (bp_location::bp_location): ... this new ctor, and remove memset
13788 call.
13789 (base_breakpoint_allocate_location): Use the new non-default ctor.
13790 * breakpoint.h (bp_location): Now a class. Declare default and
13791 non-default ctors. In-class initialize all members.
13792 (init_bp_location): Remove declaration.
13793
13794 2017-04-25 Pedro Alves <palves@redhat.com>
13795
13796 * common/enum-flags.h (enum_flags): Don't implement copy ctor and
13797 assignment operator.
13798
13799 2017-04-24 Yao Qi <yao.qi@linaro.org>
13800
13801 * doublest.c (convert_doublest_to_floatformat): Call
13802 floatformat_totalsize_bytes.
13803
13804 2017-04-22 Tom Tromey <tom@tromey.com>
13805
13806 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
13807 ui_out_emit_list.
13808 * stack.c (print_frame): Use ui_out_emit_list.
13809 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
13810 ui_out_emit_list.
13811 * mi/mi-main.c (print_one_inferior)
13812 (mi_cmd_data_list_register_names)
13813 (mi_cmd_data_list_register_values, mi_cmd_list_features)
13814 (mi_cmd_list_target_features, mi_cmd_trace_frame_collected): Use
13815 ui_out_emit_list.
13816 * mi/mi-interp.c (mi_on_normal_stop_1): Use ui_out_emit_list.
13817 (mi_output_solib_attribs): Use ui_out_emit_list,
13818 ui_out_emit_tuple.
13819 * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_list.
13820 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
13821 (mi_cmd_stack_list_args, list_args_or_locals): Use
13822 ui_out_emit_list.
13823 * disasm.c (do_assembly_only): Use ui_out_emit_list.
13824 * breakpoint.c (print_solib_event, output_thread_groups): Use
13825 ui_out_emit_list.
13826
13827 2017-04-22 Tom Tromey <tom@tromey.com>
13828
13829 * mi/mi-main.c (print_variable_or_computed): Use ui_out_emit_tuple.
13830 * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_tuple.
13831 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_out_emit_tuple.
13832
13833 2017-04-22 Tom Tromey <tom@tromey.com>
13834
13835 * tracepoint.c (tvariables_info_1)
13836 (print_one_static_tracepoint_marker): Use ui_out_emit_tuple.
13837
13838 2017-04-22 Tom Tromey <tom@tromey.com>
13839
13840 * stack.c (print_frame_arg): Use ui_out_emit_tuple,
13841 annotate_arg_emitter.
13842 * breakpoint.c (print_mention_watchpoint)
13843 (print_mention_masked_watchpoint): Use ui_out_emit_tuple.
13844 * annotate.h (struct annotate_arg_emitter): New.
13845
13846 2017-04-22 Tom Tromey <tom@tromey.com>
13847
13848 * record-btrace.c (record_btrace_insn_history)
13849 (record_btrace_insn_history_range, record_btrace_call_history)
13850 (record_btrace_call_history_range): Use ui_out_emit_tuple.
13851 * thread.c (do_captured_list_thread_ids, print_thread_info_1): Use
13852 ui_out_emit_tuple.
13853 * stack.c (print_frame_info): Use ui_out_emit_tuple.
13854 * solib.c (info_sharedlibrary_command): Use ui_out_emit_tuple.
13855 * skip.c (skip_info): Use ui_out_emit_tuple.
13856 * remote.c (show_remote_cmd): Use ui_out_emit_tuple.
13857 * progspace.c (print_program_space): Use ui_out_emit_tuple.
13858 * probe.c (info_probes_for_ops): Use ui_out_emit_tuple.
13859 * osdata.c (info_osdata): Use ui_out_emit_tuple.
13860 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
13861 ui_out_emit_tuple.
13862 * mi/mi-main.c (print_one_inferior, list_available_thread_groups)
13863 (output_register, mi_cmd_data_read_memory)
13864 (mi_cmd_data_read_memory_bytes, mi_load_progress)
13865 (mi_cmd_trace_frame_collected): Use ui_out_emit_tuple.
13866 * mi/mi-cmd-var.c (mi_cmd_var_list_children, varobj_update_one):
13867 Use ui_out_emit_tuple.
13868 * mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Use
13869 ui_out_emit_tuple.
13870 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
13871 (mi_cmd_info_gdb_mi_command): Use ui_out_emit_tuple.
13872 * linux-thread-db.c (info_auto_load_libthread_db): Use
13873 ui_out_emit_tuple.
13874 * inferior.c (print_inferior): Use ui_out_emit_tuple.
13875 * gdb_bfd.c (print_one_bfd): Use ui_out_emit_tuple.
13876 * disasm.c (do_mixed_source_and_assembly_deprecated)
13877 (do_mixed_source_and_assembly): Use ui_out_emit_tuple.
13878 * cp-abi.c (list_cp_abis): Use ui_out_emit_tuple.
13879 * cli/cli-setshow.c (cmd_show_list): Use ui_out_emit_tuple.
13880 * breakpoint.c (print_one_breakpoint_location)
13881 (print_one_breakpoint): Use ui_out_emit_tuple.
13882 * auto-load.c (print_script, info_auto_load_cmd): Use
13883 ui_out_emit_tuple.
13884 * ada-tasks.c (print_ada_task_info): Use ui_out_emit_tuple.
13885
13886 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
13887
13888 * thread.c (print_thread_info_1): Remove dead code.
13889
13890 2017-04-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13891
13892 * aarch64-tdep.c (selftests::aarch64_process_record_test): Make it #if
13893 GDB_SELF_TEST.
13894 * arm-tdep.c (selftests::arm_record_test): Likewise.
13895
13896 2017-04-21 Yao Qi <yao.qi@linaro.org>
13897
13898 * regcache.c (regcache_restore): Remove argument 2. Replace
13899 argument 3 with regcache. Get register status from
13900 src->register_status and get register contents from
13901 register_buffer (src, regnum).
13902 (regcache_cpy): Update.
13903
13904 2017-04-19 Pedro Alves <palves@redhat.com>
13905
13906 * gdbthread.h (thread): Add missing closing parenthesis in
13907 comment.
13908
13909 2017-04-19 Pedro Alves <palves@redhat.com>
13910
13911 * common/refcounted-object.h: New file.
13912 * gdbthread.h: Include "common/refcounted-object.h".
13913 (thread_info): Inherit from refcounted_object and add comments.
13914 (thread_info::incref, thread_info::decref)
13915 (thread_info::m_refcount): Delete.
13916 (thread_info::deletable): Use the refcounted_object::refcount()
13917 method.
13918 * inferior.c (current_inferior_): Add comment.
13919 (set_current_inferior): Increment/decrement refcounts.
13920 (prune_inferiors, remove_inferior_command): Skip inferiors marked
13921 not-deletable instead of comparing with the current inferior.
13922 (initialize_inferiors): Increment the initial inferior's refcount.
13923 * inferior.h (struct inferior): Forward declare.
13924 Include "common/refcounted-object.h".
13925 (current_inferior, set_current_inferior): Move declaration to
13926 before struct inferior's definition, and fix comment.
13927 (inferior): Inherit from refcounted_object. Add comments.
13928 * thread.c (switch_to_thread_no_regs): Reference the thread's
13929 inferior pointer directly instead of doing a ptid lookup.
13930 (switch_to_no_thread): New function.
13931 (switch_to_thread(thread_info *)): New function, factored out
13932 from ...
13933 (switch_to_thread(ptid_t)): ... this.
13934 (restore_current_thread): Delete.
13935 (current_thread_cleanup): Remove 'inf_id' and 'was_removable'
13936 fields, and add 'inf' field.
13937 (do_restore_current_thread_cleanup): Check whether old->inf is
13938 alive instead of looking up an inferior by ptid. Use
13939 switch_to_thread and switch_to_no_thread.
13940 (restore_current_thread_cleanup_dtor): Use old->inf directly
13941 instead of lookup up an inferior by id. Decref the inferior.
13942 Don't restore 'removable'.
13943 (make_cleanup_restore_current_thread): Same the inferior pointer
13944 in old, instead of the inferior number. Incref the inferior.
13945 Don't save/clear 'removable'.
13946
13947 2017-04-19 Pedro Alves <palves@redhat.com>
13948
13949 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
13950 unittests/scoped_restore-selftests.c.
13951 (SUBDIR_UNITTESTS_OBS): Add scoped_restore-selftests.o.
13952 * common/scoped_restore.h (scoped_restore_base): Make "class".
13953 (scoped_restore_base::release): New public method.
13954 (scoped_restore_base::scoped_restore_base): New protected ctor.
13955 (scoped_restore_base::m_saved_var): New protected field.
13956 (scoped_restore_tmpl::scoped_restore_tmpl(T*)): Initialize the
13957 scoped_restore_base base class instead of m_saved_var directly.
13958 (scoped_restore_tmpl::scoped_restore_tmpl(T*, T2)): Likewise.
13959 (scoped_restore_tmpl::scoped_restore_tmpl(const
13960 scoped_restore_tmpl<T>&)): Likewise.
13961 (scoped_restore_tmpl::~scoped_restore_tmpl): Use the saved_var
13962 method.
13963 (scoped_restore_tmpl::saved_var): New method.
13964 (scoped_restore_tmpl::m_saved_var): Delete.
13965 * inferior.h (inferior::detaching): Now a bool.
13966 * infrun.c (prepare_for_detach): Use a scoped_restore instead of a
13967 cleanup.
13968 * unittests/scoped_restore-selftests.c: New file.
13969
13970 2017-04-19 Pedro Alves <palves@redhat.com>
13971
13972 * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS):
13973 Re-sort in alphabetic order.
13974
13975 2017-04-18 Pedro Alves <palves@redhat.com>
13976
13977 * xml-support.c (obstack_xml_printf): Delete.
13978 * xml-support.h (obstack_xml_printf): Delete.
13979
13980 2017-04-18 Pedro Alves <palves@redhat.com>
13981
13982 * xml-support.c (gdb_xml_parser) <use_dtd, dtd_name, parse,
13983 vdebug, verror, body_text, start_element, end_element, name,
13984 user_data, set_is_xinclude, set_error, expat_parser>: New methods.
13985 <name, user_data, expat_parser, scopes, error, last_line, dtd_name,
13986 is_xinclude>: Make private and add m_ prefix.
13987 (gdb_xml_parser::body_text): New method, based on ...
13988 (gdb_xml_body_text): ... this. Adjust.
13989 (gdb_xml_parser::vdebug): New method, based on ...
13990 (gdb_xml_debug): ... this. Adjust.
13991 (gdb_xml_parser::verror): New method, based on ...
13992 (gdb_xml_error): ... this. Adjust.
13993 (gdb_xml_parser::start_element): New method, based on ...
13994 (gdb_xml_start_element): ... this. Adjust.
13995 (gdb_xml_start_element_wrapper): Defer to
13996 gdb_xml_parser::start_element and gdb_xml_parser::set_error.
13997 (gdb_xml_parser::end_element): New method, based on ...
13998 (gdb_xml_end_element_wrapper): ... this. Adjust.
13999 (gdb_xml_parser::~gdb_xml_parser): Adjust.
14000 (gdb_xml_parser::gdb_xml_parser): Adjust to field renames.
14001 (gdb_xml_parser::use_dtd): New method, based on ...
14002 (gdb_xml_use_dtd): ... this. Adjust.
14003 (gdb_xml_parser::parse): New method, based on ...
14004 (gdb_xml_parse): ... this. Adjust.
14005 (gdb_xml_parse_quick): Adjust to call the parser's parse method.
14006 (xinclude_start_include): Adjust to call the parser's name method.
14007 (xml_xinclude_default, xml_xinclude_start_doctype)
14008 (xml_xinclude_end_doctype): Adjust to call the parser's user_data
14009 method.
14010 (xml_process_xincludes): Adjust to call parser methods.
14011 * xml-support.h (gdb_xml_use_dtd, gdb_xml_parse): Delete
14012 declarations.
14013
14014 2017-04-18 Pedro Alves <palves@redhat.com>
14015
14016 * tracefile-tfile.c (tfile_write_tdesc): Adjust to use
14017 gdb::optional<std::string>.
14018 * xml-support.c: Include <string>.
14019 (scope_level::scope_level(scope_level &&))
14020 (scope_level::~scope_level): Delete.
14021 (scope_level::body): Now a std::string.
14022 (gdb_xml_body_text, gdb_xml_end_element): Adjust.
14023 (xinclude_parsing_data::xinclude_parsing_data): Add 'output'
14024 parameter.
14025 (xinclude_parsing_data::~xinclude_parsing_data): Delete.
14026 (xinclude_parsing_data::output): Now a std::string reference.
14027 (xinclude_start_include): Adjust.
14028 (xml_xinclude_default): Adjust.
14029 (xml_process_xincludes): Add 'output' parameter, and return bool.
14030 * xml-support.h (xml_process_xincludes): Add 'output' parameter,
14031 and return bool.
14032 * xml-tdesc.c: Include <unordered_map> and <string>.
14033 (tdesc_xml_cache): Delete.
14034 (tdesc_xml_cache_s): Delete.
14035 (xml_cache): Now an std::unordered_map.
14036 (tdesc_parse_xml): Adjust to use std::string and unordered_map.
14037 (target_fetch_description_xml): Change return type to
14038 gdb::optional<std::string>, and adjust.
14039 * xml-tdesc.h: Include "common/gdb_optional.h" and <string>.
14040 (target_fetch_description_xml): Change return type to
14041 gdb::optional<std::string>.
14042
14043 2017-04-18 Pedro Alves <palves@redhat.com>
14044
14045 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14046 unittests/optional-selftests.c.
14047 (SUBDIR_UNITTESTS_OBS): Add optional-selftests.o.
14048 * unittests/optional-selftests.c: New file.
14049 * unittests/optional/assignment/1.cc: New file.
14050 * unittests/optional/assignment/2.cc: New file.
14051 * unittests/optional/assignment/3.cc: New file.
14052 * unittests/optional/assignment/4.cc: New file.
14053 * unittests/optional/assignment/5.cc: New file.
14054 * unittests/optional/assignment/6.cc: New file.
14055 * unittests/optional/assignment/7.cc: New file.
14056 * unittests/optional/cons/copy.cc: New file.
14057 * unittests/optional/cons/default.cc: New file.
14058 * unittests/optional/cons/move.cc: New file.
14059 * unittests/optional/cons/value.cc: New file.
14060 * unittests/optional/in_place.cc: New file.
14061 * unittests/optional/observers/1.cc: New file.
14062 * unittests/optional/observers/2.cc: New file.
14063
14064 2017-04-18 Pedro Alves <palves@redhat.com>
14065
14066 * common/gdb_optional.h: Include common/traits.h.
14067 (in_place_t): New type.
14068 (in_place): New constexpr variable.
14069 (optional::optional): Remove member initialization of
14070 m_instantiated.
14071 (optional::optional(in_place_t...)): New constructor.
14072 (optional::~optional): Use reset.
14073 (optional::optional(const optional&)): New.
14074 (optional::optional(const optional&&)): New.
14075 (optional::optional(T &)): New.
14076 (optional::optional(T &&)): New.
14077 (operator::operator=(const optional &)): New.
14078 (operator::operator=(optional &&)): New.
14079 (operator::operator= (const T &))
14080 (operator::operator= (T &&))
14081 (operator::emplace (Args &&... args)): Return a T&. Use reset.
14082 (operator::reset): New.
14083 (operator::m_instantiated):: Add in-class initializer.
14084 * common/traits.h: Include <type_traits>.
14085 (struct And): New types.
14086
14087 2017-04-18 Pedro Alves <palves@redhat.com>
14088
14089 * xml-support.c: Include <vector>.
14090 (scope_level::scope_level(const gdb_xml_element *))
14091 (scope_level::scope_level(scope_level&&)): New.
14092 (scope_level::~scope_level): New.
14093 (scope_level_s): Delete.
14094 (gdb_xml_parser::scopes): Now a std::vector.
14095 (gdb_xml_body_text, gdb_xml_start_element, gdb_xml_end_element):
14096 Use std::vector.
14097 (gdb_xml_parser::~gdb_xml_parser): Remove now unnecessary
14098 scope cleanup code.
14099 (gdb_xml_parser::gdb_xml_parser): Remove explicit initialization
14100 of the scopes member. Use std::vector::emplace_back.
14101
14102 2017-04-18 Pedro Alves <palves@redhat.com>
14103
14104 * xml-support.c (gdb_xml_parser): Add ctor/dtor. Make is_xinclude
14105 a bool.
14106 (gdb_xml_end_element): Change type of first parameter.
14107 (gdb_xml_cleanup): Rename to ...
14108 (gdb_xml_parser::~gdb_xml_parser): ... this.
14109 (gdb_xml_create_parser_and_cleanup): Delete with ...
14110 (gdb_xml_parser::gdb_xml_parser): ... creation parts factored out
14111 to this new ctor.
14112 (gdb_xml_parse_quick): Create a local gdb_xml_parser instead of
14113 using gdb_xml_create_parser_and_cleanup.
14114 (xinclude_parsing_data): Add ctor/dtor.
14115 (xml_xinclude_cleanup): Delete.
14116 (xml_process_xincludes): Create a local xinclude_parsing_data
14117 instead of heap-allocating one. Create a local gdb_xml_parser
14118 instead of heap-allocating one with
14119 gdb_xml_create_parser_and_cleanup.
14120
14121 2017-04-18 John Baldwin <jhb@FreeBSD.org>
14122
14123 PR threads/20743
14124 * fbsd-nat.c (resume_one_thread_cb): Remove.
14125 (resume_all_threads_cb): Remove.
14126 (fbsd_resume): Use ALL_NON_EXITED_THREADS instead of
14127 iterate_over_threads.
14128
14129 2017-04-17 Joel Brobecker <brobecker@adacore.com>
14130
14131 * NEWS: Create a new section for the next release branch.
14132 Rename the section of the current branch, now that it has
14133 been cut.
14134
14135 2017-04-17 Joel Brobecker <brobecker@adacore.com>
14136
14137 GDB 8.0 branch created (725bf5cf125783c2a7ca4ab63d3768e220bab2db):
14138 * version.in: Bump version to 8.0.50.DATE-git.
14139
14140 2017-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
14141
14142 PR gdb/21385
14143 * windows-nat.c (windows_create_inferior): Declare 'allargs'
14144 independently of the host, and fix build breakage on Cygwin.
14145
14146 2017-04-13 Pedro Alves <palves@redhat.com>
14147
14148 * inferior.c (free_inferior): Convert to ...
14149 (inferior::~inferior): ... this dtor.
14150 (inferior::inferior): New ctor, factored out from ...
14151 (add_inferior_silent): ... here. Allocate the inferior with a new
14152 expression.
14153 (delete_inferior): Call delete instead of free_inferior.
14154 * inferior.h (gdb_environ, continuation): Forward declare.
14155 (inferior): Now a class. Add in-class initialization to all
14156 members. Make boolean fields bool, except 'detaching'.
14157 (inferior::inferior): New explicit ctor.
14158 (inferior::~inferior): New.
14159
14160 2017-04-13 Pedro Alves <palves@redhat.com>
14161
14162 * inferior.c (init_inferior_list): Delete.
14163 * inferior.h (init_inferior_list): Delete.
14164
14165 2017-04-13 Pedro Alves <palves@redhat.com>
14166
14167 PR threads/13217
14168 * gdb.threads/threadapply.exp (thr_apply_detach): New procedure.
14169 (top level): Call it twice, with different thread sets.
14170
14171 2017-04-13 Pedro Alves <palves@redhat.com>
14172
14173 * thread.c: Include <algorithm>.
14174 (thread_array_cleanup): Delete.
14175 (scoped_inc_dec_ref): New class.
14176 (live_threads_count): New function.
14177 (set_thread_refcount): Delete.
14178 (tp_array_compar_ascending): Now a bool.
14179 (tp_array_compar): Convert to a std::sort comparison function.
14180 (thread_apply_all_command): Use std::vector and scoped_inc_dec_ref
14181 and live_threads_count.
14182
14183 2017-04-13 Pedro Alves <palves@redhat.com>
14184
14185 * infrun.c (follow_fork_inferior): Also switch the current
14186 inferior.
14187
14188 2017-04-13 Pedro Alves <palves@redhat.com>
14189
14190 * breakpoint.c (watch_command_1): Save watchpoint-frame info
14191 before calling create_internal_breakpoint.
14192
14193 2017-04-13 Pedro Alves <palves@redhat.com>
14194
14195 * fork-child.c (execv_argv): New class.
14196 (breakup_args): Refactored as ...
14197 (execv_argv::init_for_no_shell): .. this method of execv_argv.
14198 Copy arguments to storage and replace separators with NULL
14199 terminators in place.
14200 (escape_bang_in_quoted_argument): Adjust to return bool.
14201 (execv_argv::execv_argv): New ctor.
14202 (execv_argv::init_for_shell): New method, factored out from
14203 fork_inferior. Don't strdup strings into the vector.
14204 (fork_inferior): Eliminate "shell" local and use execv_argv. Use
14205 Remove free_vector_argv call.
14206
14207 2017-04-13 Yao Qi <yao.qi@linaro.org>
14208
14209 * rx-tdep.c (rx_fpsw_type): Check tdep->rx_fpsw_type instead of
14210 tdep->rx_psw_type.
14211
14212 2017-04-13 Yao Qi <yao.qi@linaro.org>
14213
14214 * rl78-tdep.c (rl78_gdbarch_init): Use XCNEW instead of XNEW.
14215 * rx-tdep.c (rx_gdbarch_init): Likewise.
14216
14217 2017-04-13 Pedro Alves <palves@redhat.com>
14218
14219 * breakpoint.h (struct breakpoint): Reindent.
14220
14221 2017-04-13 Pedro Alves <palves@redhat.com>
14222
14223 * breakpoint.c (bp_location): Rename to ...
14224 (bp_locations): ... this. All references updated.
14225 (bp_location_count): Rename to ...
14226 (bp_locations_count): ... this. All references updated.
14227 (bp_location_placed_address_before_address_max): Rename to ...
14228 (bp_locations_placed_address_before_address_max): ... this. All
14229 references updated.
14230 (bp_location_shadow_len_after_address_max): Rename to ...
14231 (bp_locations_shadow_len_after_address_max): ... this. All
14232 references updated.
14233 (bp_location_compare_addrs): Rename to ...
14234 (bp_locations_compare_addrs): ... this. All references updated.
14235 (bp_location_compare):Rename to ...
14236 (bp_locations_compare): ... this. All references updated.
14237 (bp_location_target_extensions_update): Rename to ...
14238 (bp_locations_target_extensions_update): ... this. All references
14239 updated.
14240
14241 2017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
14242
14243 * Makefile.in (HFILES_NO_SRCDIR): Add "common/gdb_termios.h".
14244 * common/common.m4: Check headers 'termios.h', 'termio.h' and
14245 'sgtty.h'.
14246 * common/gdb_termios.h: New file, with parts of "terminal.h".
14247 * inflow.c: Include "gdb_termios.h".
14248 * ser-unix.c: Include "gdb_termios.h".
14249 * terminal.h: Move terminal-related defines to
14250 "common/gdb_termios.h".
14251
14252 2017-04-12 Tom Tromey <tom@tromey.com>
14253
14254 * probe.c (parse_probes): Update.
14255 * location.h (delete_event_location): Don't declare.
14256 (event_location_deleter::operator()): Update.
14257 * location.c (event_location_deleter::operator()): Rename from
14258 delete_event_location.
14259 * linespec.h (linespec_result) <location>: Change type to
14260 event_location_up.
14261 * linespec.c (canonicalize_linespec, event_location_to_sals)
14262 (decode_objc): Update.
14263 (linespec_result): Don't call delete_event_location.
14264 * breakpoint.c (create_breakpoints_sal)
14265 (bkpt_probe_create_sals_from_location)
14266 (strace_marker_create_sals_from_location): Update.
14267
14268 2017-04-12 Tom Tromey <tom@tromey.com>
14269
14270 * linespec.h (struct linespec_result): Add constructor and
14271 destructor.
14272 (init_linespec_result, destroy_linespec_result)
14273 (make_cleanup_destroy_linespec_result): Don't declare.
14274 * linespec.c (init_linespec_result): Remove.
14275 (linespec_result::~linespec_result): Rename from
14276 destroy_linespec_result. Update.
14277 (cleanup_linespec_result, make_cleanup_destroy_linespec_result):
14278 Remove.
14279 * breakpoint.c (create_breakpoint, break_range_command)
14280 (decode_location_default): Update.
14281 * ax-gdb.c (agent_command_1): Update.
14282
14283 2017-04-12 Tom Tromey <tom@tromey.com>
14284
14285 * remote.c (remote_download_tracepoint): Update.
14286 * python/py-breakpoint.c (bppy_get_location): Update.
14287 * guile/scm-breakpoint.c (bpscm_print_breakpoint_smob)
14288 (gdbscm_breakpoint_location): Update.
14289 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Update.
14290 * breakpoint.h (struct breakpoint) <location, location_range_end>:
14291 Change type to event_location_up.
14292 * breakpoint.c (create_overlay_event_breakpoint)
14293 (create_longjmp_master_breakpoint)
14294 (create_std_terminate_master_breakpoint)
14295 (create_exception_master_breakpoint)
14296 (breakpoint_event_location_empty_p, print_breakpoint_location)
14297 (print_one_breakpoint_location, create_thread_event_breakpoint)
14298 (init_breakpoint_sal, create_breakpoint)
14299 (print_recreate_ranged_breakpoint, break_range_command)
14300 (init_ada_exception_breakpoint, say_where): Update.
14301 (base_breakpoint_dtor): Don't call delete_event_location.
14302 (bkpt_print_recreate, tracepoint_print_recreate)
14303 (dprintf_print_recreate, update_static_tracepoint)
14304 (breakpoint_re_set_default): Update.
14305
14306 2017-04-12 Tom Tromey <tom@tromey.com>
14307
14308 * compile/compile-loc2c.c (compute_stack_depth_worker): Change
14309 type of "to_do". Update.
14310 (compute_stack_depth): Use std::vector.
14311
14312 2017-04-12 Tom Tromey <tom@tromey.com>
14313
14314 * printcmd.c (find_instruction_backward): Use std::vector.
14315
14316 2017-04-12 Tom Tromey <tom@tromey.com>
14317
14318 * symfile.c (objfilep): Remove typedef.
14319 (reread_symbols): Use a std::vector.
14320
14321 2017-04-12 Tom Tromey <tom@tromey.com>
14322
14323 * mi/mi-main.c (exec_direction_forward): Remove.
14324 (exec_reverse_continue, mi_execute_command): Use scoped_restore.
14325 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
14326 scoped_restore.
14327 * guile/guile.c (guile_repl_command, guile_command)
14328 (gdbscm_execute_gdb_command): Use scoped_restore.
14329 * go-exp.y (go_parse): Use scoped_restore.
14330 * d-exp.y (d_parse): Use scoped_restore.
14331 * cli/cli-decode.c (cmd_func): Use scoped_restore.
14332 * c-exp.y (c_parse): Use scoped_restore.
14333
14334 2017-04-12 Tom Tromey <tom@tromey.com>
14335
14336 * mi/mi-parse.h (struct mi_parse): Add constructor, destructor.
14337 (mi_parse): Update return type.
14338 (mi_parse_free): Remove.
14339 * mi/mi-parse.c (mi_parse::mi_parse): New constructor.
14340 (mi_parse::~mi_parse): Rename from mi_parse_free.
14341 (mi_parse_cleanup): Remove.
14342 (mi_parse): Return a unique_ptr. Use new.
14343 * mi/mi-main.c (mi_execute_command): Update.
14344
14345 2017-04-12 Tom Tromey <tom@tromey.com>
14346
14347 * location.c (explicit_location_lex_one): Return a
14348 unique_xmalloc_ptr.
14349 (string_to_explicit_location): Update. Remove cleanups.
14350
14351 2017-04-12 Tom Tromey <tom@tromey.com>
14352
14353 * gnu-v3-abi.c (value_and_voffset_p): Remove typedef.
14354 (compare_value_and_voffset): Change type. Update.
14355 (compute_vtable_size): Change type of "offset_vec".
14356 (gnuv3_print_vtable): Use std::vector. Remove cleanups.
14357 (gnuv3_get_typeid): Remove extraneous declaration.
14358
14359 2017-04-12 Tom Tromey <tom@tromey.com>
14360
14361 * charset.h (wchar_iterator): Fix comment.
14362
14363 2017-04-12 Tom Tromey <tom@tromey.com>
14364
14365 * charset.c (iconv_wrapper): New class.
14366 (cleanup_iconv): Remove.
14367 (convert_between_encodings): Use it.
14368
14369 2017-04-12 Tom Tromey <tom@tromey.com>
14370
14371 * symfile.h (increment_reading_symtab): Update type.
14372 * symfile.c (decrement_reading_symtab): Remove.
14373 (increment_reading_symtab): Return a scoped_restore_tmpl<int>.
14374 * psymtab.c (psymtab_to_symtab): Update.
14375 * dwarf2read.c (dw2_instantiate_symtab): Update.
14376
14377 2017-04-12 Tom Tromey <tom@tromey.com>
14378
14379 * jit.c (struct jit_reader): Declare separately. Add constructor
14380 and destructor. Change type of "handle".
14381 (loaded_jit_reader): Define separately.
14382 (jit_reader_load): Update. New "new".
14383 (jit_reader_unload_command): Use "delete".
14384 * gdb-dlfcn.h (struct dlclose_deleter): New.
14385 (gdb_dlhandle_up): New typedef.
14386 (gdb_dlopen, gdb_dlsym): Update types.
14387 (gdb_dlclose): Remove.
14388 * gdb-dlfcn.c (gdb_dlopen): Return a gdb_dlhandle_up.
14389 (gdb_dlsym): Change type of "handle".
14390 (make_cleanup_dlclose): Remove.
14391 (dlclose_deleter::operator()): Rename from gdb_dlclose.
14392 * compile/compile-c-support.c (load_libcc): Update.
14393
14394 2017-04-12 Tom Tromey <tom@tromey.com>
14395
14396 * symtab.h (find_pcs_for_symtab_line): Change return type.
14397 * symtab.c (find_pcs_for_symtab_line): Change return type.
14398 * python/py-linetable.c (build_line_table_tuple_from_pcs): Change
14399 type of "vec". Update.
14400 (ltpy_get_pcs_for_line): Update.
14401 * linespec.c (decode_digits_ordinary): Update.
14402
14403 2017-04-12 Tom Tromey <tom@tromey.com>
14404
14405 * tracepoint.c (actions_command): Update.
14406 * python/python.c (python_command, python_interactive_command):
14407 Update.
14408 * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
14409 * guile/guile.c (guile_command): Update.
14410 * defs.h (read_command_lines, read_command_lines_1): Return
14411 command_line_up.
14412 (command_lines_deleter): New struct.
14413 (command_line_up): New typedef.
14414 * compile/compile.c (compile_code_command)
14415 (compile_print_command): Update.
14416 * cli/cli-script.h (get_command_line, copy_command_lines): Return
14417 command_line_up.
14418 (make_cleanup_free_command_lines): Remove.
14419 * cli/cli-script.c (get_command_line, read_command_lines_1)
14420 (copy_command_lines): Return command_line_up.
14421 (while_command, if_command, read_command_lines, define_command)
14422 (document_command): Update.
14423 (do_free_command_lines_cleanup, make_cleanup_free_command_lines):
14424 Remove.
14425 * breakpoint.h (breakpoint_set_commands): Change type of
14426 "commands".
14427 * breakpoint.c (breakpoint_set_commands): Change type of
14428 "commands". Update.
14429 (do_map_commands_command, update_dprintf_command_list)
14430 (create_tracepoint_from_upload): Update.
14431
14432 2017-04-12 Tom Tromey <tom@tromey.com>
14433
14434 * tracepoint.c (scope_info): Update.
14435 * spu-tdep.c (spu_catch_start): Update.
14436 * python/python.c (gdbpy_decode_line): Update.
14437 * python/py-finishbreakpoint.c (bpfinishpy_init): Update.
14438 * python/py-breakpoint.c (bppy_init): Update.
14439 * probe.c (parse_probes): Update.
14440 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Update.
14441 * location.h (event_location_deleter): New struct.
14442 (event_location_up): New typedef.
14443 (new_linespec_location, new_address_location, new_probe_location)
14444 (new_explicit_location, copy_event_location)
14445 (string_to_event_location, string_to_event_location_basic)
14446 (string_to_explicit_location): Update return type.
14447 (make_cleanup_delete_event_location): Remove.
14448 * location.c (new_linespec_location, new_address_location)
14449 (new_probe_location, new_explicit_location, copy_event_location):
14450 Return event_location_up.
14451 (delete_event_location_cleanup)
14452 (make_cleanup_delete_event_location): Remove.
14453 (string_to_explicit_location, string_to_event_location_basic)
14454 (string_to_event_location): Return event_location_up.
14455 * linespec.c (canonicalize_linespec, event_location_to_sals)
14456 (decode_line_with_current_source)
14457 (decode_line_with_last_displayed, decode_objc): Update.
14458 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
14459 * completer.c (location_completer): Update.
14460 * cli/cli-cmds.c (edit_command, list_command): Update.
14461 * breakpoint.c (create_overlay_event_breakpoint)
14462 (create_longjmp_master_breakpoint)
14463 (create_std_terminate_master_breakpoint)
14464 (create_exception_master_breakpoint)
14465 (create_thread_event_breakpoint): Update.
14466 (init_breakpoint_sal): Update. Remove some dead code.
14467 (create_breakpoint_sal): Change type of "location". Update.
14468 (create_breakpoints_sal, create_breakpoint, break_command_1)
14469 (dprintf_command, break_range_command, until_break_command)
14470 (init_ada_exception_breakpoint)
14471 (strace_marker_create_sals_from_location)
14472 (update_static_tracepoint, trace_command, ftrace_command)
14473 (strace_command, create_tracepoint_from_upload): Update.
14474 * break-catch-throw.c (re_set_exception_catchpoint): Update.
14475 * ax-gdb.c (agent_command_1): Update.
14476
14477 2017-04-12 Pedro Alves <palves@redhat.com>
14478
14479 * Makefile.in (ALL_TARGET_OBS): Add i386-go32-tdep.o.
14480 * configure.tgt: Handle i[34567]86-*-go32* and
14481 i[34567]86-*-msdosdjgpp*.
14482 * i386-tdep.c (i386_svr4_reg_to_regnum):
14483 Make extern.
14484 (i386_go32_init_abi, i386_coff_osabi_sniffer): Moved to
14485 i386-go32-tdep.c.
14486 (_initialize_i386_tdep): DJGPP bits moved to i386-go32-tdep.c.
14487 * i386-go32-tdep.c: New file.
14488 * i386-tdep.h (tdesc_i386_mmx, i386_svr4_reg_to_regnum): New
14489 declarations.
14490
14491 2017-04-12 Simon Marchi <simon.marchi@ericsson.com>
14492
14493 * aix-thread.c (pd_status2str): Change return type to const char *.
14494
14495 2017-04-12 Pedro Alves <palves@redhat.com>
14496
14497 * i386-tdep.c (i386_elf_init_abi, i386_go32_init_abi): Remove
14498 calls to set_gdbarch_gnu_triplet_regexp.
14499
14500 2017-04-12 Pedro Alves <palves@redhat.com>
14501
14502 PR gdb/21323
14503 * c-lang.c (cplus_primitive_types) <cplus_primitive_type_wchar_t>:
14504 New enum value.
14505 (cplus_language_arch_info): Register cplus_primitive_type_wchar_t.
14506 * gdbtypes.h (struct builtin_type) <builtin_wchar>: New field.
14507 * gdbtypes.c (gdbtypes_post_init): Create the "wchar_t" type.
14508 * gdbarch.sh (wchar_bit, wchar_signed): New per-arch values.
14509 * gdbarch.h, gdbarch.c: Regenerate.
14510 * aarch64-tdep.c (aarch64_gdbarch_init): Override
14511 gdbarch_wchar_bit and gdbarch_wchar_signed.
14512 * alpha-tdep.c (alpha_gdbarch_init): Likewise.
14513 * arm-tdep.c (arm_gdbarch_init): Likewise.
14514 * avr-tdep.c (avr_gdbarch_init): Likewise.
14515 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
14516 * i386-nto-tdep.c (i386nto_init_abi): Likewise.
14517 * i386-tdep.c (i386_go32_init_abi): Likewise.
14518 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
14519 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
14520 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
14521 * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
14522 * sh-tdep.c (sh_gdbarch_init): Likewise.
14523 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
14524 * sparc64-tdep.c (sparc64_init_abi): Likewise.
14525 * windows-tdep.c (windows_init_abi): Likewise.
14526 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
14527
14528 2017-04-12 Pedro Alves <palves@redhat.com>
14529
14530 PR c++/21323
14531 * c-lang.c (cplus_primitive_types) <cplus_primitive_type_char16_t,
14532 cplus_primitive_type_char32_t>: New enum values.
14533 (cplus_language_arch_info): Register cplus_primitive_type_char16_t
14534 and cplus_primitive_type_char32_t.
14535 * dwarf2read.c (read_base_type) <DW_ATE_UTF>: If bit size is 16 or
14536 32, use the archtecture's built-in type for char16_t and char32_t,
14537 respectively. Otherwise, fallback to init_integer_type as before,
14538 but make the type unsigned, and issue a complaint.
14539 * gdbtypes.c (gdbtypes_post_init): Make char16_t and char32_t unsigned.
14540
14541 2017-04-12 Alan Hayward <alan.hayward@arm.com>
14542
14543 * m32r-tdep.c (M32R_ARG_REGISTER_SIZE): Added.
14544 (m32r_push_dummy_call): Use M32R_ARG_REGISTER_SIZE.
14545
14546 2017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
14547
14548 * windows-nat.c (windows_create_inferior): Declare 'toexec' as
14549 'const char *'.
14550
14551 2017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
14552
14553 * common/common-utils.c (free_vector_argv): New function.
14554 * common/common-utils.h: Include <vector>.
14555 (free_vector_argv): New prototype.
14556 * darwin-nat.c (darwin_create_inferior): Rewrite function
14557 prototype in order to constify "exec_file" and accept a
14558 "std::string" for "allargs".
14559 * fork-child.c: Include <vector>.
14560 (breakup_args): Rewrite function, using C++.
14561 (fork_inferior): Rewrite function header, constify "exec_file_arg"
14562 and accept "std::string" for "allargs". Update the code to
14563 calculate "argv" based on "allargs". Update calls to "exec_fun"
14564 and "execvp".
14565 * gnu-nat.c (gnu_create_inferior): Rewrite function prototype in
14566 order to constify "exec_file" and accept a "std::string" for
14567 "allargs".
14568 * go32-nat.c (go32_create_inferior): Likewise.
14569 * inf-ptrace.c (inf_ptrace_create_inferior): Likewise.
14570 * infcmd.c (run_command_1): Constify "exec_file". Use
14571 "std::string" for inferior arguments.
14572 * inferior.h (fork_inferior): Update prototype.
14573 * linux-nat.c (linux_nat_create_inferior): Rewrite function
14574 prototype in order to constify "exec_file" and accept a
14575 "std::string" for "allargs".
14576 * nto-procfs.c (procfs_create_inferior): Likewise.
14577 * procfs.c (procfs_create_inferior): Likewise.
14578 * remote-sim.c (gdbsim_create_inferior): Likewise.
14579 * remote.c (extended_remote_run): Update code to accept
14580 "std::string" as argument.
14581 (extended_remote_create_inferior): Rewrite function prototype in
14582 order to constify "exec_file" and accept a "std::string" for
14583 "allargs".
14584 * rs6000-nat.c (super_create_inferior): Likewise.
14585 (rs6000_create_inferior): Likewise.
14586 * target.h (struct target_ops) <to_create_inferior>: Likewise.
14587 * windows-nat.c (windows_create_inferior): Likewise.
14588
14589 2017-04-11 Pedro Alves <palves@redhat.com>
14590
14591 * thread.c: Fix whitespace throughout.
14592
14593 2017-04-11 Philipp Rudo <prudo@linux.vnet.ibm.com>
14594
14595 * linux-nat.c (linux_nat_detach): Remove delete_lwp call.
14596
14597 2017-04-11 Alan Hayward <alan.hayward@arm.com>
14598
14599 * arm-tdep.c (arm_store_return_value): Use FP_REGISTER_SIZE
14600
14601 2017-04-10 Sergio Durigan Junior <sergiodj@redhat.com>
14602
14603 PR gdb/21364
14604 * osdata.c (info_osdata): Check if 'type' is an empty string
14605 instead of NULL.
14606
14607 2017-04-10 Pedro Alves <palves@redhat.com>
14608
14609 * thread.c (add_thread_silent, delete_thread_1, find_thread_ptid)
14610 (ptid_to_global_thread_id, in_thread_list)
14611 (do_captured_list_thread_ids, set_resumed, set_running)
14612 (set_executing, set_stop_requested, finish_thread_state)
14613 (validate_registers_access, can_access_registers_ptid)
14614 (print_thread_info_1, switch_to_thread)
14615 (do_restore_current_thread_cleanup)
14616 (make_cleanup_restore_current_thread, thread_command)
14617 (thread_name_command): Use operator== instead of ptid_equal.
14618
14619 2017-04-10 Pedro Alves <palves@redhat.com>
14620
14621 * thread.c (struct current_thread_cleanup) <next>: Delete field.
14622 (current_thread_cleanup_chain): Delete.
14623 (restore_current_thread_cleanup_dtor)
14624 (make_cleanup_restore_current_thread): Remove references to
14625 current_thread_cleanup_chain.
14626
14627 2017-04-10 Alan Hayward <alan.hayward@arm.com>
14628
14629 * msp430-tdep.c (msp430_pseudo_register_read): Never return
14630 REG_UNKNOWN.
14631
14632 2017-04-10 Yao Qi <yao.qi@linaro.org>
14633
14634 PR gdb/19942
14635 * gdbthread.h (thread_info::deletable): New method.
14636 (thread_info::incref): New method.
14637 (thread_info::decref): New method.
14638 (thread_info::refcount): Move it to private.
14639 * infrun.c (save_stop_context): Call inc_refcount.
14640 (release_stop_context_cleanup): Likewise.
14641 * thread.c (set_thread_exited): New function.
14642 (init_thread_list): Delete "tp" only it is deletable, otherwise
14643 call set_thread_exited.
14644 (delete_thread_1): Call set_thread_exited.
14645 (current_thread_cleanup) <inferior_pid>: Remove.
14646 <thread>: New field.
14647 (restore_current_thread_ptid_changed): Removed.
14648 (do_restore_current_thread_cleanup): Adjust.
14649 (restore_current_thread_cleanup_dtor): Don't call
14650 find_thread_ptid.
14651 (set_thread_refcount): Use dec_refcount.
14652 (make_cleanup_restore_current_thread): Adjust.
14653 (thread_apply_all_command): Call inc_refcount.
14654 (_initialize_thread): Don't call
14655 observer_attach_thread_ptid_changed.
14656
14657 2017-04-10 Yao Qi <yao.qi@linaro.org>
14658
14659 * thread.c (delete_thread_1): Hoist code on marking thread as
14660 exited.
14661
14662 2017-04-09 Simon Marchi <simon.marchi@polymtl.ca>
14663
14664 * windows-nat.c (windows_detach): Initialize ptid with
14665 minus_one_ptid.
14666
14667 2017-04-07 Simon Marchi <simon.marchi@ericsson.com>
14668
14669 * unittests/ptid-selftests.c: Fix erroneous assert messages.
14670
14671 2017-04-07 Alan Hayward <alan.hayward@arm.com>
14672
14673 * bfin-tdep.c (BFIN_MAX_REGISTER_SIZE): Add.
14674 (bfin_pseudo_register_read): Use BFIN_MAX_REGISTER_SIZE.
14675 (bfin_pseudo_register_write): Likewise
14676
14677 2017-04-06 Simon Marchi <simon.marchi@ericsson.com>
14678
14679 * common/ptid.h (struct ptid): Change to...
14680 (class ptid_t): ... this.
14681 <ptid_t>: New constructors.
14682 <pid, lwp_p, lwp, tid_p, tid, is_pid, operator==, operator!=,
14683 matches>: New methods.
14684 <make_null, make_minus_one>: New static methods.
14685 <pid>: Rename to...
14686 <m_pid>: ...this.
14687 <lwp>: Rename to...
14688 <m_lwp>: ...this.
14689 <tid>: Rename to...
14690 <m_tid>: ...this.
14691 (ptid_build, ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
14692 ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match): Take ptid arguments
14693 as references, move comment to class ptid_t.
14694 * common/ptid.c (null_ptid, minus_one_ptid): Initialize with
14695 ptid_t static methods.
14696 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_tid,
14697 ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match):
14698 Take ptid arguments as references, implement using ptid_t methods.
14699 * unittests/ptid-selftests.c: New file.
14700 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14701 unittests/ptid-selftests.c.
14702 (SUBDIR_UNITTESTS_OBS): Add unittests/ptid-selftests.o.
14703
14704 2017-04-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
14705
14706 * python/python.c (python_run_simple_file): Cast mode literal to
14707 non-const char pointer as expected by PyFile_FromString.
14708
14709 2017-04-05 Simon Marchi <simon.marchi@ericsson.com>
14710
14711 * common/ptid.c (ptid_lwp_p, ptid_tid_p): Remove comparison with
14712 minus_one_ptid and null_ptid.
14713
14714 2017-04-05 Pedro Alves <palves@redhat.com>
14715
14716 * warning.m4 (build_warnings): Remove -Wno-write-strings.
14717 * configure: Regenerate.
14718
14719 2017-04-05 Pedro Alves <palves@redhat.com>
14720
14721 * ada-exp.y (yyerror): Constify.
14722 * ada-lang.c (bound_name, get_selections)
14723 (ada_variant_discrim_type)
14724 (ada_variant_discrim_name, ada_value_struct_elt)
14725 (ada_lookup_struct_elt_type, is_unchecked_variant)
14726 (ada_which_variant_applies, standard_exc, ada_get_next_arg)
14727 (catch_ada_exception_command_split)
14728 (catch_ada_assert_command_split, catch_assert_command)
14729 (ada_op_name): Constify.
14730 * ada-lang.h (ada_yyerror, get_selections)
14731 (ada_variant_discrim_name, ada_value_struct_elt): Constify.
14732 * arc-tdep.c (arc_print_frame_cache): Constify.
14733 * arm-tdep.c (arm_skip_stub): Constify.
14734 * ax-gdb.c (gen_binop, gen_struct_ref_recursive, gen_struct_ref)
14735 (gen_aggregate_elt_ref): Constify.
14736 * bcache.c (print_bcache_statistics): Constify.
14737 * bcache.h (print_bcache_statistics): Constify.
14738 * break-catch-throw.c (catch_exception_command_1):
14739 * breakpoint.c (struct ep_type_description::description):
14740 Constify.
14741 (add_solib_catchpoint): Constify.
14742 (catch_fork_command_1): Add cast.
14743 (add_catch_command): Constify.
14744 * breakpoint.h (add_catch_command, add_solib_catchpoint):
14745 Constify.
14746 * bsd-uthread.c (bsd_uthread_state): Constify.
14747 * buildsym.c (patch_subfile_names): Constify.
14748 * buildsym.h (next_symbol_text_func, patch_subfile_names):
14749 Constify.
14750 * c-exp.y (yyerror): Constify.
14751 (token::oper): Constify.
14752 * c-lang.h (c_yyerror, cp_print_class_member): Constify.
14753 * c-varobj.c (cplus_describe_child): Constify.
14754 * charset.c (find_charset_names): Add cast.
14755 (find_charset_names): Constify array and add const_cast.
14756 * cli/cli-cmds.c (complete_command, cd_command): Constify.
14757 (edit_command): Constify.
14758 * cli/cli-decode.c (lookup_cmd): Constify.
14759 * cli/cli-dump.c (dump_memory_command, dump_value_command):
14760 Constify.
14761 (struct dump_context): Constify.
14762 (add_dump_command, restore_command): Constify.
14763 * cli/cli-script.c (get_command_line): Constify.
14764 * cli/cli-script.h (get_command_line): Constify.
14765 * cli/cli-utils.c (check_for_argument): Constify.
14766 * cli/cli-utils.h (check_for_argument): Constify.
14767 * coff-pe-read.c (struct read_pe_section_data): Constify.
14768 * command.h (lookup_cmd): Constify.
14769 * common/print-utils.c (decimal2str): Constify.
14770 * completer.c (gdb_print_filename): Constify.
14771 * corefile.c (set_gnutarget): Constify.
14772 * cp-name-parser.y (yyerror): Constify.
14773 * cp-valprint.c (cp_print_class_member): Constify.
14774 * cris-tdep.c (cris_register_name, crisv32_register_name):
14775 Constify.
14776 * d-exp.y (yyerror): Constify.
14777 (struct token::oper): Constify.
14778 * d-lang.h (d_yyerror): Constify.
14779 * dbxread.c (struct header_file_location::name): Constify.
14780 (add_old_header_file, add_new_header_file, last_function_name)
14781 (dbx_next_symbol_text, add_bincl_to_list)
14782 (find_corresponding_bincl_psymtab, set_namestring)
14783 (find_stab_function_addr, read_dbx_symtab, start_psymtab)
14784 (dbx_end_psymtab, read_ofile_symtab, process_one_symbol):
14785 * defs.h (command_line_input, print_address_symbolic)
14786 (deprecated_readline_begin_hook): Constify.
14787 * dwarf2read.c (anonymous_struct_prefix, dwarf_bool_name):
14788 Constify.
14789 * event-top.c (handle_line_of_input): Constify and add cast.
14790 * exceptions.c (catch_errors): Constify.
14791 * exceptions.h (catch_errors): Constify.
14792 * expprint.c (print_subexp_standard, op_string, op_name)
14793 (op_name_standard, dump_raw_expression, dump_raw_expression):
14794 * expression.h (op_name, op_string, dump_raw_expression):
14795 Constify.
14796 * f-exp.y (yyerror): Constify.
14797 (struct token::oper): Constify.
14798 (struct f77_boolean_val::name): Constify.
14799 * f-lang.c (f_word_break_characters): Constify.
14800 * f-lang.h (f_yyerror): Constify.
14801 * fork-child.c (fork_inferior): Add cast.
14802 * frv-tdep.c (struct gdbarch_tdep::register_names): Constify.
14803 (new_variant): Constify.
14804 * gdbarch.sh (pstring_ptr, pstring_list): Constify.
14805 * gdbarch.c: Regenerate.
14806 * gdbcore.h (set_gnutarget): Constify.
14807 * go-exp.y (yyerror): Constify.
14808 (token::oper): Constify.
14809 * go-lang.h (go_yyerror): Constify.
14810 * go32-nat.c (go32_sysinfo): Constify.
14811 * guile/scm-breakpoint.c (gdbscm_breakpoint_expression): Constify.
14812 * guile/scm-cmd.c (cmdscm_function): Constify.
14813 * guile/scm-param.c (pascm_param_value): Constify.
14814 * h8300-tdep.c (h8300_register_name, h8300s_register_name)
14815 (h8300sx_register_name): Constify.
14816 * hppa-tdep.c (hppa32_register_name, hppa64_register_name):
14817 Constify.
14818 * ia64-tdep.c (ia64_register_names): Constify.
14819 * infcmd.c (construct_inferior_arguments): Constify.
14820 (path_command, attach_post_wait): Constify.
14821 * language.c (show_range_command, show_case_command)
14822 (unk_lang_error): Constify.
14823 * language.h (language_defn::la_error)
14824 (language_defn::la_name_of_this): Constify.
14825 * linespec.c (decode_line_2): Constify.
14826 * linux-thread-db.c (thread_db_err_str): Constify.
14827 * lm32-tdep.c (lm32_register_name): Constify.
14828 * m2-exp.y (yyerror): Constify.
14829 * m2-lang.h (m2_yyerror): Constify.
14830 * m32r-tdep.c (m32r_register_names): Constify and make static.
14831 * m68hc11-tdep.c (m68hc11_register_names): Constify.
14832 * m88k-tdep.c (m88k_register_name): Constify.
14833 * macroexp.c (appendmem): Constify.
14834 * mdebugread.c (fdr_name, add_data_symbol, parse_type)
14835 (upgrade_type, parse_external, parse_partial_symbols)
14836 (mdebug_next_symbol_text, cross_ref, mylookup_symbol, new_psymtab)
14837 (new_symbol): Constify.
14838 * memattr.c (mem_info_command): Constify.
14839 * mep-tdep.c (register_name_from_keyword): Constify.
14840 * mi/mi-cmd-env.c (mi_cmd_env_path, _initialize_mi_cmd_env):
14841 Constify.
14842 * mi/mi-cmd-stack.c (list_args_or_locals): Constify.
14843 * mi/mi-cmd-var.c (mi_cmd_var_show_attributes): Constify.
14844 * mi/mi-main.c (captured_mi_execute_command): Constify and add
14845 cast.
14846 (mi_execute_async_cli_command): Constify.
14847 * mips-tdep.c (mips_register_name): Constify.
14848 * mn10300-tdep.c (register_name, mn10300_generic_register_name)
14849 (am33_register_name, am33_2_register_name)
14850 * moxie-tdep.c (moxie_register_names): Constify.
14851 * nat/linux-osdata.c (osdata_type): Constify fields.
14852 * nto-tdep.c (nto_parse_redirection): Constify.
14853 * objc-lang.c (lookup_struct_typedef, lookup_objc_class)
14854 (lookup_child_selector): Constify.
14855 (objc_methcall::name): Constify.
14856 * objc-lang.h (lookup_objc_class, lookup_child_selector)
14857 (lookup_struct_typedef): Constify.
14858 * objfiles.c (pc_in_section): Constify.
14859 * objfiles.h (pc_in_section): Constify.
14860 * p-exp.y (struct token::oper): Constify.
14861 (yyerror): Constify.
14862 * p-lang.h (pascal_yyerror): Constify.
14863 * parser-defs.h (op_name_standard): Constify.
14864 (op_print::string): Constify.
14865 (exp_descriptor::op_name): Constify.
14866 * printcmd.c (print_address_symbolic): Constify.
14867 * psymtab.c (print_partial_symbols): Constify.
14868 * python/py-breakpoint.c (stop_func): Constify.
14869 (bppy_get_expression): Constify.
14870 * python/py-cmd.c (cmdpy_completer::name): Constify.
14871 (cmdpy_function): Constify.
14872 * python/py-event.c (evpy_add_attribute)
14873 (gdbpy_initialize_event_generic): Constify.
14874 * python/py-event.h (evpy_add_attribute)
14875 (gdbpy_initialize_event_generic): Constify.
14876 * python/py-evts.c (add_new_registry): Constify.
14877 * python/py-finishbreakpoint.c (outofscope_func): Constify.
14878 * python/py-framefilter.c (get_py_iter_from_func): Constify.
14879 * python/py-inferior.c (get_buffer): Add cast.
14880 * python/py-param.c (parm_constant::name): Constify.
14881 * python/py-unwind.c (fprint_frame_id): Constify.
14882 * python/python.c (gdbpy_parameter_value): Constify.
14883 * remote-fileio.c (remote_fio_func_map): Make 'name' const.
14884 * remote.c (memory_packet_config::name): Constify.
14885 (show_packet_config_cmd, remote_write_bytes)
14886 (remote_buffer_add_string):
14887 * reverse.c (exec_reverse_once): Constify.
14888 * rs6000-tdep.c (variant::name, variant::description): Constify.
14889 * rust-exp.y (rustyyerror): Constify.
14890 * rust-lang.c (rust_op_name): Constify.
14891 * rust-lang.h (rustyyerror): Constify.
14892 * serial.h (serial_ops::name): Constify.
14893 * sh-tdep.c (sh_sh_register_name, sh_sh3_register_name)
14894 (sh_sh3e_register_name, sh_sh2e_register_name)
14895 (sh_sh2a_register_name, sh_sh2a_nofpu_register_name)
14896 (sh_sh_dsp_register_name, sh_sh3_dsp_register_name)
14897 (sh_sh4_register_name, sh_sh4_nofpu_register_name)
14898 (sh_sh4al_dsp_register_name): Constify.
14899 * sh64-tdep.c (sh64_register_name): Constify.
14900 * solib-darwin.c (lookup_symbol_from_bfd): Constify.
14901 * spu-tdep.c (spu_register_name, info_spu_dma_cmdlist): Constify.
14902 * stabsread.c (patch_block_stabs, read_type_number)
14903 (ref_map::stabs, ref_add, process_reference)
14904 (symbol_reference_defined, define_symbol, define_symbol)
14905 (error_type, read_type, read_member_functions, read_cpp_abbrev)
14906 (read_one_struct_field, read_struct_fields, read_baseclasses)
14907 (read_tilde_fields, read_struct_type, read_array_type)
14908 (read_enum_type, read_sun_builtin_type, read_sun_floating_type)
14909 (read_huge_number, read_range_type, read_args, common_block_start)
14910 (find_name_end): Constify.
14911 * stabsread.h (common_block_start, define_symbol)
14912 (process_one_symbol, symbol_reference_defined, ref_add):
14913 * symfile.c (get_section_index, add_symbol_file_command):
14914 * symfile.h (get_section_index): Constify.
14915 * target-descriptions.c (tdesc_type::name): Constify.
14916 (tdesc_free_type): Add cast.
14917 * target.c (find_default_run_target):
14918 (add_deprecated_target_alias, find_default_run_target)
14919 (target_announce_detach): Constify.
14920 (do_option): Constify.
14921 * target.h (add_deprecated_target_alias): Constify.
14922 * thread.c (print_thread_info_1): Constify.
14923 * top.c (deprecated_readline_begin_hook, command_line_input):
14924 Constify.
14925 (init_main): Add casts.
14926 * top.h (handle_line_of_input): Constify.
14927 * tracefile-tfile.c (tfile_write_uploaded_tsv): Constify.
14928 * tracepoint.c (tvariables_info_1, trace_status_mi): Constify.
14929 (tfind_command): Rename to ...
14930 (tfind_command_1): ... this and constify.
14931 (tfind_command): New function.
14932 (tfind_end_command, tfind_start_command): Adjust.
14933 (encode_source_string): Constify.
14934 * tracepoint.h (encode_source_string): Constify.
14935 * tui/tui-data.c (tui_partial_win_by_name): Constify.
14936 * tui/tui-data.h (tui_partial_win_by_name): Constify.
14937 * tui/tui-source.c (tui_set_source_content_nil): Constify.
14938 * tui/tui-source.h (tui_set_source_content_nil): Constify.
14939 * tui/tui-win.c (parse_scrolling_args): Constify.
14940 * tui/tui-windata.c (tui_erase_data_content): Constify.
14941 * tui/tui-windata.h (tui_erase_data_content): Constify.
14942 * tui/tui-winsource.c (tui_erase_source_content): Constify.
14943 * tui/tui.c (tui_enable): Add cast.
14944 * utils.c (defaulted_query): Constify.
14945 (init_page_info): Add cast.
14946 (puts_debug, subset_compare): Constify.
14947 * utils.h (subset_compare): Constify.
14948 * varobj.c (varobj_format_string): Constify.
14949 * varobj.h (varobj_format_string): Constify.
14950 * vax-tdep.c (vax_register_name): Constify.
14951 * windows-nat.c (windows_detach): Constify.
14952 * xcoffread.c (process_linenos, xcoff_next_symbol_text): Constify.
14953 * xml-support.c (gdb_xml_end_element): Constify.
14954 * xml-tdesc.c (tdesc_start_reg): Constify.
14955 * xstormy16-tdep.c (xstormy16_register_name): Constify.
14956 * xtensa-tdep.c (xtensa_find_register_by_name): Constify.
14957 * xtensa-tdep.h (xtensa_register_t::name): Constify.
14958
14959 2017-04-05 Pedro Alves <palves@redhat.com>
14960
14961 * proc-api.c (struct trans): Constify.
14962 (procfs_note): Constify.
14963 * proc-events.c (struct trans, syscall_table):
14964 * proc-flags.c (struct trans): Constify.
14965 * proc-utils.h (procfs_note): Constify.
14966 * proc-why.c (struct trans): Constify.
14967 * procfs.c (dead_procinfo, find_syscall, proc_warn, proc_error)
14968 (procfs_detach): Constify.
14969 * sol-thread.c (struct string_map): Constify.
14970 (td_err_string, td_state_string): Constify.
14971
14972 2017-04-05 Pedro Alves <palves@redhat.com>
14973
14974 * proc-api.c (procfs_filename): Don't initialize
14975 procfs_filename.
14976 (prepare_to_trace): Assume procfs_filename is non-NULL.
14977 (_initialize_proc_api): Give procfs_filename a default value here.
14978
14979 2017-04-05 Pedro Alves <palves@redhat.com>
14980
14981 * break-catch-throw.c (handle_gnu_v3_exceptions): Constify
14982 'cond_string' parameter.
14983 (extract_exception_regexp): Constify 'string' parameter.
14984 (catch_exception_command_1): Constify.
14985 * breakpoint.c (init_catchpoint)
14986 (create_fork_vfork_event_catchpoint): Constify 'cond_string'
14987 parameter.
14988 (ep_parse_optional_if_clause, catch_fork_command_1)
14989 (catch_exec_command_1): Constify.
14990 * breakpoint.h (init_catchpoint): Constify 'cond_string'
14991 parameter.
14992 (ep_parse_optional_if_clause): Constify.
14993 * cli/cli-utils.c (remove_trailing_whitespace)
14994 (check_for_argument): Constify.
14995 * cli/cli-utils.h (remove_trailing_whitespace): Constify and add
14996 non-const overload.
14997 (check_for_argument): Likewise.
14998
14999 2017-04-05 Pedro Alves <palves@redhat.com>
15000
15001 * event-top.c (command_line_handler): Add cast to execute_command
15002 call.
15003 * record-btrace.c (cmd_record_btrace_bts_start)
15004 (cmd_record_btrace_pt_start, cmd_record_btrace_start)
15005 (cmd_record_btrace_start): Add cast to execute_command call.
15006 * record-full.c (record_full_goto_insn):
15007 * record.c (record_start, record_stop): Add cast to
15008 execute_command_to_string calls.
15009 (cmd_record_start): Add cast to execute_command calls.
15010
15011 2017-04-05 Pedro Alves <palves@redhat.com>
15012
15013 * python/python-internal.h (gdb_PyArg_ParseTupleAndKeywords): New
15014 static inline function.
15015 * python/py-arch.c (archpy_disassemble): Constify 'keywords'
15016 array and use gdb_PyArg_ParseTupleAndKeywords.
15017 * python/py-cmd.c (cmdpy_init): Likewise.
15018 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
15019 * python/py-inferior.c (infpy_read_memory, infpy_write_memory)
15020 (infpy_search_memory): Likewise.
15021 * python/py-objfile.c (objfpy_add_separate_debug_file)
15022 (gdbpy_lookup_objfile): Likewise.
15023 * python/py-symbol.c (gdbpy_lookup_symbol)
15024 (gdbpy_lookup_global_symbol): Likewise.
15025 * python/py-type.c (gdbpy_lookup_type): Likewise.
15026 * python/py-value.c (valpy_lazy_string, valpy_string): Likewise.
15027 * python/python.c (execute_gdb_command, gdbpy_write, gdbpy_flush):
15028 Likewise.
15029
15030 2017-04-05 Pedro Alves <palves@redhat.com>
15031
15032 * python/python-internal.h (gdb_PyGetSetDef): New type.
15033 * python/py-block.c (block_object_getset)
15034 (breakpoint_object_getset): Now a gdb_PyGetSetDef array.
15035 * python/py-event.c (event_object_getset)
15036 (finish_breakpoint_object_getset): Likewise.
15037 * python/py-inferior.c (inferior_object_getset): Likewise.
15038 * python/py-infthread.c (thread_object_getset): Likewise.
15039 * python/py-lazy-string.c (lazy_string_object_getset): Likewise.
15040 * python/py-linetable.c (linetable_entry_object_getset): Likewise.
15041 * python/py-objfile.c (objfile_getset): Likewise.
15042 * python/py-progspace.c (pspace_getset): Likewise.
15043 * python/py-record-btrace.c (btpy_insn_getset, btpy_call_getset):
15044 Likewise.
15045 * python/py-record.c (recpy_record_getset): Likewise.
15046 * python/py-symbol.c (symbol_object_getset): Likewise.
15047 * python/py-symtab.c (symtab_object_getset, sal_object_getset):
15048 Likewise.
15049 * python/py-type.c (type_object_getset, field_object_getset):
15050 Likewise.
15051 * python/py-value.c (value_object_getset): Likewise.
15052
15053 2017-04-05 Pedro Alves <palves@redhat.com>
15054
15055 * python/python-internal.h (gdb_PyObject_CallMethod)
15056 (gdb_PyErr_NewException, gdb_PySys_GetObject, gdb_PySys_SetPath):
15057 New functions.
15058 (GDB_PYSYS_SETPATH_CHAR, PyObject_CallMethod, PyErr_NewException)
15059 (PySys_GetObject, PySys_SetPath): New macros.
15060
15061 2017-04-05 Pedro Alves <palves@redhat.com>
15062
15063 * mi/mi-cmd-info.c (mi_cmd_info_os): Call info_osdata instead of
15064 info_osdata_command.
15065 * osdata.c (info_osdata_command): Rename to ...
15066 (info_osdata): ... this. Constify 'type' parameter, and remove
15067 the 'from_tty' parameter. Accept NULL TYPE.
15068 (info_osdata_command): New function.
15069 * osdata.h (info_osdata_command): Remove declaration.
15070 (info_osdata): New declaration.
15071
15072 2017-04-05 Pedro Alves <palves@redhat.com>
15073
15074 * mi/mi-cmd-break.c (mi_cmd_break_insert_1, mi_cmd_break_insert)
15075 (mi_cmd_dprintf_insert, mi_cmd_break_passcount)
15076 (mi_cmd_break_watch, mi_cmd_break_commands): Constify 'command'
15077 parameter.
15078 * mi/mi-cmd-catch.c (mi_cmd_catch_assert, mi_cmd_catch_exception)
15079 (mi_cmd_catch_load, mi_cmd_catch_unload): Constify cmd' parameter.
15080 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Constify 'command'
15081 parameter.
15082 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_cd, mi_cmd_env_path)
15083 (mi_cmd_env_dir, mi_cmd_inferior_tty_set, _cmd_inferior_tty_show)
15084 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
15085 (mi_cmd_file_list_exec_source_files)
15086 (mi_cmd_file_list_shared_libraries): Constify 'command' parameter.
15087 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
15088 (mi_cmd_info_gdb_mi_command, mi_cmd_info_os): Constify 'command'
15089 parameter.
15090 * mi/mi-cmd-stack.c (mi_cmd_enable_frame_filters)
15091 (mi_cmd_stack_list_frames, mi_cmd_stack_info_depth)
15092 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
15093 (mi_cmd_stack_list_variables, mi_cmd_stack_select_frame)
15094 (mi_cmd_stack_info_frame): Constify 'command' parameter.
15095 * mi/mi-cmd-target.c (mi_cmd_target_file_get)
15096 (mi_cmd_target_file_put, mi_cmd_target_file_delete): Constify
15097 'command' parameter.
15098 * mi/mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete)
15099 (mi_cmd_var_set_format, mi_cmd_var_set_visualizer)
15100 (mi_cmd_var_set_frozen, mi_cmd_var_show_format)
15101 (mi_cmd_var_info_num_children, mi_cmd_var_list_children)
15102 (mi_cmd_var_info_type, mi_cmd_var_info_path_expression)
15103 (mi_cmd_var_info_expression, mi_cmd_var_show_attributes)
15104 (mi_cmd_var_evaluate_expression, mi_cmd_var_assign)
15105 (mi_cmd_var_update, mi_cmd_enable_pretty_printing)
15106 (mi_cmd_var_set_update_range): Constify 'command' parameter.
15107 * mi/mi-cmds.h (mi_cmd_argv_ftype): Constify 'command' parameter.
15108 * mi/mi-interp.c (mi_cmd_interpreter_exec): Constify 'command'
15109 parameter.
15110 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_next)
15111 (mi_cmd_exec_next_instruction, mi_cmd_exec_step)
15112 (mi_cmd_exec_step_instruction, mi_cmd_exec_finish)
15113 (mi_cmd_exec_return ,mi_cmd_exec_jump, mi_cmd_exec_continue)
15114 (mi_cmd_exec_interrupt, mi_cmd_exec_run, mi_cmd_target_detach)
15115 (mi_cmd_target_flash_erase, mi_cmd_thread_select)
15116 (mi_cmd_thread_list_ids, mi_cmd_thread_info)
15117 (mi_cmd_list_thread_groups, mi_cmd_data_list_register_names)
15118 (mi_cmd_data_list_changed_registers)
15119 (mi_cmd_data_write_register_values)
15120 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
15121 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory)
15122 (mi_cmd_data_write_memory_bytes, mi_cmd_enable_timings)
15123 (mi_cmd_list_features, mi_cmd_list_target_features)
15124 (mi_cmd_add_inferior, mi_cmd_remove_inferior)
15125 (mi_cmd_trace_define_variable, mi_cmd_trace_list_variables)
15126 (mi_cmd_trace_find, mi_cmd_trace_save, mi_cmd_trace_start)
15127 (mi_cmd_trace_status, mi_cmd_trace_stop, mi_cmd_ada_task_info)
15128 (mi_cmd_trace_frame_collected): Constify 'command'
15129 parameter.
15130 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Constify
15131 'command' parameter.
15132
15133 2017-04-05 Pedro Alves <palves@redhat.com>
15134
15135 * ada-lang.c (ada_completer_word_break_characters): Now a const
15136 array.
15137 (ada_get_gdb_completer_word_break_characters): Constify.
15138 * completer.c (gdb_completer_command_word_break_characters)
15139 (gdb_completer_file_name_break_characters)
15140 (gdb_completer_quote_characters): Now const arrays.
15141 (get_gdb_completer_quote_characters): Constify.
15142 (set_rl_completer_word_break_characters): New function.
15143 (set_gdb_completion_word_break_characters)
15144 (complete_line_internal): Use it.
15145 * completer.h (get_gdb_completer_quote_characters): Constify.
15146 (set_rl_completer_word_break_characters): Declare.
15147 * f-lang.c (f_word_break_characters): Constify.
15148 * language.c (default_word_break_characters): Constify.
15149 * language.h (language_defn::la_word_break_characters): Constify.
15150 (default_word_break_characters): Constify.
15151 * top.c (init_main): Use set_rl_completer_word_break_characters.
15152
15153 2017-04-05 Pedro Alves <palves@redhat.com>
15154
15155 * aix-thread.c (aix_thread_pid_to_str)
15156 (aix_thread_extra_thread_info): Constify.
15157 * bsd-kvm.c (bsd_kvm_pid_to_str): Constify.
15158 * bsd-uthread.c (bsd_uthread_extra_thread_info)
15159 (bsd_uthread_pid_to_str): Constify.
15160 * corelow.c (core_pid_to_str): Constify.
15161 * darwin-nat.c (darwin_pid_to_str): Constify.
15162 * fbsd-nat.c (fbsd_pid_to_str): Constify.
15163 * fbsd-tdep.c (fbsd_core_pid_to_str, gdbarch_core_pid_to_str):
15164 Constify.
15165 * gnu-nat.c (gnu_pid_to_str): Constify.
15166 * go32-nat.c (go32_pid_to_str): Constify.
15167 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Constify.
15168 * inf-ptrace.c (inf_ptrace_pid_to_str): Constify.
15169 * inferior.c (inferior_pid_to_str): Constify.
15170 * linux-nat.c (linux_nat_pid_to_str): Constify.
15171 * linux-tdep.c (linux_core_pid_to_str): Constify.
15172 * linux-thread-db.c (thread_db_pid_to_str)
15173 (thread_db_extra_thread_info): Constify.
15174 * nto-tdep.c (nto_extra_thread_info): Constify.
15175 * nto-tdep.h (nto_extra_thread_info): Constify.
15176 * obsd-nat.c (obsd_pid_to_str): Constify.
15177 * procfs.c (procfs_pid_to_str): Constify.
15178 * ravenscar-thread.c (ravenscar_extra_thread_info)
15179 (ravenscar_pid_to_str): Constify.
15180 * remote-sim.c (gdbsim_pid_to_str): Constify.
15181 * remote.c (remote_threads_extra_info, remote_pid_to_str):
15182 Constify.
15183 * sol-thread.c (solaris_pid_to_str): Constify.
15184 * sol2-tdep.c (sol2_core_pid_to_str): Constify.
15185 * sol2-tdep.h (sol2_core_pid_to_str): Constify.
15186 * target.c (default_pid_to_str, target_pid_to_str)
15187 (normal_pid_to_str, default_pid_to_str): Constify.
15188 * target.h (target_ops::to_pid_to_str)
15189 (target_ops::to_extra_thread_info): Constify.
15190 (target_pid_to_str, normal_pid_to_str): Constify.
15191 * windows-nat.c (windows_pid_to_str): Constify.
15192 * gdbarch.sh (core_pid_to_str): Constify.
15193 * target-delegates.c: Regenerate.
15194 * gdbarch.h, gdbarch.c: Regenerate.
15195
15196 2017-04-05 Pedro Alves <palves@redhat.com>
15197
15198 * main.c (captured_main_1): Use gdb::unique_xmalloc_ptr to manage
15199 the memory of the temporary warning_pre_print override.
15200 * utils.c (warning_pre_print): Constify.
15201 * utils.h (warning_pre_print): Constify.
15202
15203 2017-04-05 Pedro Alves <palves@redhat.com>
15204
15205 * cli/cli-cmds.c (shell_escape): Constify 'arg' parameter.
15206 (shell_command): New function.
15207 (make_command): Use std::string.
15208 (init_cli_cmds): Register shell_command instead of shell_escape.
15209
15210 2017-04-05 Pedro Alves <palves@redhat.com>
15211
15212 * breakpoint.c (dprintf_function, dprintf_channel): Don't initialize.
15213 * tracepoint.c (default_collect): Don't initialize.
15214
15215 2017-04-05 Pedro Alves <palves@redhat.com>
15216
15217 * macroexp.c (macro_buffer::shared): Now a bool.
15218 (init_buffer): Update.
15219 (init_shared_buffer): Constify 'addr' parameter.
15220 (substitute_args, expand, macro_expand, macro_expand_next): Remove
15221 casts.
15222
15223 2017-04-05 Pedro Alves <palves@redhat.com>
15224
15225 * arm-tdep.c (show_disassembly_style_sfunc): Constify local.
15226 * disasm.c (set_disassembler_options): Constify local.
15227 * i386-tdep.c (i386_print_insn): Remove cast and FIXME comment.
15228
15229 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
15230
15231 PR gdb/21352
15232 * tracefile.c (tsave_command): Fix argument parsing for '-r'
15233 option.
15234
15235 2017-04-05 Yao Qi <yao.qi@linaro.org>
15236
15237 * frame.c (frame_unwind_register_unsigned): Call
15238 frame_unwind_register_value.
15239
15240 2017-04-05 Yao Qi <yao.qi@linaro.org>
15241
15242 * gdb.threads/thread-specific-bp.exp (check_thread_specific_breakpoint):
15243 Use gdb_test_multiple, and don't match anchor.
15244
15245 2017-04-05 Pedro Alves <palves@redhat.com>
15246
15247 * MAINTAINERS (Global Maintainers): Add Simon Marchi.
15248 (Write After Approval): Remove Simon Marchi.
15249
15250 2017-04-05 Pedro Alves <palves@redhat.com>
15251
15252 * common/gdb_optional.h (optional::optional): Make constexpr and
15253 initialize m_dummy.
15254
15255 2017-04-04 John Baldwin <jhb@FreeBSD.org>
15256
15257 * amd64-fbsd-tdep.c: Remove "bsd-uthread.h" include.
15258 (amd64fbsd_jmp_buf_reg_offset): Remove.
15259 (amd64fbsd_supply_uthread): Remove function.
15260 (amd64fbsd_collect_uthread): Remove function.
15261 (amd64fbsd_init_abi): Don't set bsd-uthread callbacks.
15262 * configure.tgt (i[34567]86-*-freebsd*): Remove bsd-uthread.o.
15263 (x86_64-*-freebsd*): Remove bsd-uthread.o.
15264 (fbsd-nat.c): Update comment.
15265 * i386-fbsd-tdep.c: Remove "bsd-uthread.h" include.
15266 (i386fbsd_jmp_buf_reg_offset): Remove.
15267 (i386fbsd_supply_uthread): Remove function.
15268 (i386fbsd_collect_uthread): Remove function.
15269 (i386fbsd_init_abi): Don't set bsd-uthread callbacks.
15270
15271 2017-04-04 John Baldwin <jhb@FreeBSD.org>
15272
15273 * Makefile.in (ALL_64_TARGET_OBS): Remove alpha-fbsd-tdep.o.
15274 (ALLDEPFILES): Remove alpha-fbsd-tdep.c
15275 * NEWS: Mention that support for FreeBSD/alpha was removed.
15276 * alpha-fbsd-tdep.c: Delete file.
15277 * config/alpha/fbsd.mh: Delete file.
15278 * configure.host: Delete alpha*-*-freebsd* and
15279 alpha*-*-kfreebsd*-gnu.
15280 * configure.tgt: Delete alpha*-*-freebsd* and
15281 alpha*-*-kfreebsd*-gnu.
15282
15283 2017-04-04 John Baldwin <jhb@FreeBSD.org>
15284
15285 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers,
15286 amd64bsd_store_inferior_registers): Use ptid from regcache.
15287
15288 2017-04-04 Pedro Alves <palves@redhat.com>
15289
15290 * dwarf2read.c (lnp_state_machine): Now a class. Initialize all
15291 data fields, make them private and add "m_" prefixes.
15292 (lnp_state_machine::lnp_state_machine): New ctor.
15293 (record_line, check_line_address, handle_set_discriminator)
15294 (handle_set_address, handle_advance_pc, handle_special_opcode)
15295 (handle_advance_line, handle_set_file, handle_negate_stmt)
15296 (handle_const_add_pc, handle_fixed_advance_pc, handle_copy)
15297 (end_sequence, advance_line): New methods.
15298 (m_gdbarch, m_record_lines_p): New fields.
15299 (lnp_reader_state): Delete.
15300 (dwarf_record_line): Rename to ...
15301 (lnp_state_machine::record_line): ... adjust.
15302 (init_lnp_state_machine): Delete.
15303 (lnp_state_machine::lnp_state_machine): New.
15304 (check_line_address): Rename to ...
15305 (lnp_state_machine::check_line_address): This.
15306 (dwarf_decode_lines_1): Remove reference to "reader_state".
15307 Adjust lnp_state_machine having a non-default ctor. Use bool.
15308 State machine internal state manipulation moved to
15309 lnp_state_machine methods.
15310
15311 2017-04-04 Pedro Alves <palves@redhat.com>
15312
15313 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
15314 unittests/offset-type-selftests.c.
15315 (SUBDIR_UNITTESTS_OBS): Add offset-type-selftests.o.
15316 * common/offset-type.h: New file.
15317 * common/preprocessor.h: New file.
15318 * common/traits.h: New file.
15319 * common/valid-expr.h: New file.
15320 * dwarf2expr.c: Include "common/underlying.h". Adjust to use
15321 sect_offset and cu_offset strong typedefs throughout.
15322 * dwarf2expr.h: Adjust to use sect_offset and cu_offset strong
15323 typedefs throughout.
15324 * dwarf2loc.c: Include "common/underlying.h". Adjust to use
15325 sect_offset and cu_offset strong typedefs throughout.
15326 * dwarf2read.c: Adjust to use sect_offset and cu_offset strong
15327 typedefs throughout.
15328 * gdbtypes.h: Include "common/offset-type.h".
15329 (cu_offset): Now an offset type (strong typedef) instead of a
15330 struct.
15331 (sect_offset): Likewise.
15332 (union call_site_parameter_u): Rename "param_offset" field to
15333 "param_cu_off".
15334 * unittests/offset-type-selftests.c: New file.
15335
15336 2017-04-04 Pedro Alves <palves@redhat.com>
15337
15338 * common/underlying.h: New file.
15339 * dwarf2read.c: Include "common/gdb_optional.h" and
15340 "common/underlying.h".
15341 (dir_index, file_name_index): New types.
15342 (file_entry): Use them.
15343 (file_entry::include): Use to_underlying.
15344 (line_header::add_file_name): Use dir_index.
15345 (read_formatted_entries): Use gdb::optional. Read form before
15346 writting to file_entry.
15347 (dwarf_decode_line_header): Use dir_index.
15348 (lnp_state_machine::current_file): Use to_underlying.
15349 (lnp_state_machine::file): Change type to file_name_index.
15350 (dwarf_record_line): Use to_underlying.
15351 (init_lnp_state_machine): Use file_name_index.
15352 (dwarf_decode_lines_1): Use dir_index and file_name_index.
15353
15354 2017-04-04 Pedro Alves <palves@redhat.com>
15355
15356 * common/gdb_optional.h (gdb::optiona): Add operator->, operator*,
15357 operator bool, has_value and get methods.
15358
15359 2017-04-04 Pedro Alves <palves@redhat.com>
15360
15361 * dwarf2read.c (struct file_entry): Add ctors, and initialize all
15362 fields.
15363 (line_header): Initialize all data fields. Change type of
15364 standard_opcode_lengths to std::unique_ptr<unsigned char[]>.
15365 Change type of include_dirs to std::vector<const char *>. Remove
15366 num_include_dirs, include_dirs_size. Change type of file_names to
15367 std::vector<file_entry>. Remove num_file_names, file_names_size.
15368 (line_header::line_header): New.
15369 (line_header::add_include_dir, line_header::add_file_name): New
15370 methods.
15371 (line_header::include_dir_at): Remove NULL check.
15372 (line_header::file_name_at): Add const overload.
15373 (line_header_up): New unique_ptr typedef.
15374 (dw2_get_file_names_reader): Use line_header_up. Adjust to use
15375 std::vector. Remove free_line_header call.
15376 (dwarf2_build_include_psymtabs): Use line_header_up. Remove
15377 free_line_header call.
15378 (free_cu_line_header): Delete.
15379 (handle_DW_AT_stmt_list, handle_DW_AT_stmt_list)
15380 (setup_type_unit_groups): Use line_header_up instead of cleanups.
15381 Adjust to use std::vector.
15382 (free_line_header): Delete.
15383 (free_line_header_voidp): Use delete.
15384 (add_include_dir): Replace with ...
15385 (line_header::add_include_dir): ... this method. Use std::vector.
15386 (add_file_name): Replace with ...
15387 (line_header::add_file_name): ... this method. Use std::vector.
15388 (add_include_dir_stub): Delete.
15389 (read_formatted_entries): Remove memset.
15390 (dwarf_decode_line_header): Return a line_header_up instead of a
15391 raw pointer. Remove cleanup handling. Pass lambdas to
15392 read_formatted_entries. Adjust to use line_header methods.
15393 (dwarf_decode_lines_1): Adjust to use line_header methods.
15394 (dwarf_decode_lines, file_file_name, file_full_name): Adjust to
15395 use std::vector.
15396
15397 2017-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15398
15399 * remote.c (set_general_thread, set_continue_thread): Use ptid_t
15400 instead of struct ptid.
15401
15402 2017-05-04 Alan Hayward <alan.hayward@arm.com>
15403
15404 * frame.c (get_frame_register_bytes): Unwind using value.
15405 (put_frame_register_bytes): Likewise.
15406
15407 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
15408
15409 * d-exp.y (type_aggregate_p): Treat TYPE_CODE_MODULE as being
15410 aggregate-like.
15411
15412 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15413
15414 * auto-load.c (auto_load_section_scripts): Check SEC_HAS_CONTENTS.
15415
15416 2017-03-29 Yao Qi <yao.qi@linaro.org>
15417
15418 * gdbthread.h (struct thread_info): Declare constructor and
15419 destructor. Add some in-class member initializers.
15420 * thread.c (free_thread): Remove.
15421 (init_thread_list): Call delete instead of free_thread.
15422 (new_thread): Call thread_info constructor.
15423 (thread_info::thread_info): New function.
15424 (thread_info::~thread_info): New function.
15425 (delete_thread_1): Call delete instead of free_thread.
15426 (make_cleanup_restore_current_thread): Move tp and frame to
15427 inner block.
15428
15429 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
15430
15431 * arc-tdep.c (arc_frame_cache): Add support for prologue analysis.
15432 (arc_skip_prologue): Likewise.
15433 (arc_make_frame_cache): Likewise.
15434 (arc_pv_get_operand): New function.
15435 (arc_is_in_prologue): Likewise.
15436 (arc_analyze_prologue): Likewise.
15437 (arc_print_frame_cache): Likewise.
15438 (MAX_PROLOGUE_LENGTH): New constant.
15439
15440 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
15441
15442 * configure.tgt: Add arc-insn.o.
15443 * arc-tdep.c (arc_delayed_print_insn): Make non-static.
15444 (dump_arc_instruction_command): New function.
15445 (arc_fprintf_disasm): Likewise.
15446 (arc_disassemble_info): Likewise.
15447 (arc_insn_get_operand_value): Likewise.
15448 (arc_insn_get_operand_value_signed): Likewise.
15449 (arc_insn_get_memory_base_reg): Likewise.
15450 (arc_insn_get_memory_offset): Likewise.
15451 (arc_insn_get_branch_target): Likewise.
15452 (arc_insn_dump): Likewise.
15453 (arc_insn_get_linear_next_pc): Likewise.
15454 * arc-tdep.h (arc_delayed_print_insn): Add function declaration.
15455 (arc_disassemble_info): Likewise.
15456 (arc_insn_get_branch_target): Likewise.
15457 (arc_insn_get_linear_next_pc): Likewise.
15458 * NEWS: Mention new "maint print arc arc-instruction".
15459
15460 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
15461
15462 * arc-tdep (maintenance_print_arc_list): New variable.
15463 (maintenance_print_arc_command): New function.
15464
15465 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
15466
15467 * arc-tdep.c (core_v2_register_names, core_arcompact_register_names)
15468 Add "limm" and "reserved".
15469 (arc_cannot_fetch_register, arc_cannot_store_register): Add
15470 ARC_RESERVED_REGNUM and ARC_LIMM_REGNUM.
15471 * arc-tdep.h (arc_regnum): Likewise.
15472
15473 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
15474
15475 * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
15476 for THREADPTR register.
15477 (supply_gregset_reg): Call regcache_raw_supply for THREADPTR
15478 register.
15479 * xtensa-tdep.c (XTENSA_DBREGN_UREG): New definition.
15480 (xtensa_derive_tdep): Initialize tdep->threadptr_regnum.
15481 * xtensa-tdep.h (gdbarch_tdep::threadptr_regnum): New field.
15482
15483 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
15484
15485 * xtensa-tdep.c (xtensa_pseudo_register_read): Treat all
15486 registers above gdbarch_num_regs (gdbarch) as privileged in
15487 call0 ABI.
15488
15489 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
15490
15491 * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
15492 for a single specified register or for all registers in
15493 a0_base..a0_base + C0_NREGS range.
15494 (supply_gregset_reg): Call regcache_raw_supply for a single
15495 specified register or for all registers in a0_base..a0_base +
15496 C0_NREGS range.
15497
15498 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
15499
15500 * arch/xtensa.h (C0_NREGS): Add definition.
15501 * xtensa-tdep.c (C0_NREGS): Remove definition.
15502
15503 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
15504
15505 * xtensa-tdep.c (xtensa_scan_prologue, call0_analyze_prologue):
15506 Drop xtensa_default_isa initialization.
15507 (xtensa_gdbarch_init): Initialize xtensa_default_isa.
15508
15509 2017-03-27 Pedro Alves <palves@redhat.com>
15510
15511 * dwarf2read.c (file_entry) <dir_index>: Add comment.
15512 (file_entry::include_dir): New method.
15513 (line_header::include_dir_at, line_header::file_name_at): New
15514 methods.
15515 (setup_type_unit_groups, setup_type_unit_groups)
15516 (psymtab_include_file_name): Simplify using the new methods.
15517 (lnp_state_machine) <the_line_header>: New field.
15518 <file>: Add comment.
15519 (lnp_state_machine::current_file): New method.
15520 (dwarf_record_line): Simplify using the new methods.
15521 (init_lnp_state_machine): Initialize the "the_line_header" field.
15522 (dwarf_decode_lines_1, dwarf_decode_lines, file_file_name):
15523 Simplify using the new methods.
15524
15525 2017-03-27 Pedro Alves <palves@redhat.com>
15526
15527 * cp-name-parser.y (make_empty): Delete.
15528 (demangler_special, nested_name, ptr_operator, array_indicator)
15529 (direct_declarator, declarator_1): Use fill_comp instead of
15530 make_empty.
15531
15532 2017-03-27 Pedro Alves <palves@redhat.com>
15533
15534 * xml-support.h (gdb_xml_debug): Pass a "first-to-check" argument
15535 to ATTRIBUTE_PRINTF.
15536 * solib-target.c (library_list_start_list): Print "string" not
15537 "version".
15538 * xml-tdesc.c (tdesc_start_field): Pass "field_name" to
15539 gdb_xml_error call.
15540
15541 2017-03-27 Pedro Alves <palves@redhat.com>
15542
15543 * dwarf2read.c (struct file_and_directory): New.
15544 (dwarf2_get_dwz_file): Adjust to use std::string.
15545 (dw2_get_file_names_reader): Adjust to use file_and_directory.
15546 (find_file_and_directory): Adjust to return a file_and_directory
15547 object.
15548 (read_file_scope): Adjust to use file_and_directory. Remove
15549 make_cleanup/do_cleanups calls.
15550 (open_and_init_dwp_file): Adjust to use std::string. Remove
15551 make_cleanup/do_cleanups calls.
15552 * python/python.c (do_start_initialization): Adjust to ldirname
15553 returning a std::string.
15554 * utils.c (ldirname): Now returns a std::string.
15555 * utils.h (ldirname): Change return type to std::string.
15556 * xml-syscall.c (xml_init_syscalls_info): Adjust to ldirname
15557 returning a std::string.
15558 * xml-tdesc.c (file_read_description_xml): Likewise.
15559
15560 2017-03-24 Alan Hayward <alan.hayward@arm.com>
15561
15562 * regcache.c (regcache_debug_print_register): New function.
15563 * regcache.h (regcache_debug_print_register): New declaration.
15564 * target.c (debug_print_register): Remove.
15565 (target_fetch_registers): Call regcache_debug_print_register.
15566 (target_store_registers): Likewise.
15567
15568 2017-03-24 Pádraig Brady <pbrady@fb.com>
15569
15570 * dwarf2read.c (setup_type_unit_groups): Ensure dir_index doesn't
15571 reference beyond the 'lh->include_dirs' array before accessing to
15572 it.
15573 (psymtab_include_file_name): Likewise.
15574 (dwarf_decode_lines_1): Likewise.
15575 (dwarf_decode_lines): Likewise.
15576 (file_file_name): Likewise.
15577
15578 2017-03-23 Simon Marchi <simon.marchi@ericsson.com>
15579
15580 * fbsd-tdep.c (fbsd_corefile_thread): Don't set/restore
15581 inferior_ptid.
15582 * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
15583 ps_lsetfpregs): Likewise.
15584 * regcache.c (regcache_raw_update, regcache_raw_write): Likewise.
15585 * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
15586 ps_lsetfpregs): Likewise.
15587 * target.c (target_fetch_registers, target_store_registers):
15588 Remove asserts.
15589
15590 2017-03-23 Alan Hayward <alan.hayward@arm.com>
15591
15592 * sol-thread.c (sol_thread_store_registers): Remove regcache calls.
15593
15594 2017-03-23 Yao Qi <yao.qi@linaro.org>
15595
15596 * aarch64-tdep.c (aarch64_process_record_test): Declare.
15597 (_initialize_aarch64_tdep): Register it.
15598 (aarch64_record_load_store): Handle PRFM instruction.
15599 (aarch64_process_record_test): New function.
15600
15601 2017-03-23 Yao Qi <yao.qi@linaro.org>
15602
15603 * aarch64-tdep.c (aarch64_record_load_store): Fix code
15604 indentation.
15605
15606 2017-03-23 Yao Qi <yao.qi@linaro.org>
15607
15608 * aarch64-tdep.c: Remove AARCH64_RECORD_FAILURE.
15609
15610 2017-03-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
15611
15612 python/python.c (do_start_initialization): Fix memory leak.
15613
15614 2017-03-22 Simon Marchi <simon.marchi@polymtl.ca>
15615
15616 * inf-ptrace.c (inf_ptrace_xfer_partial): Get pid from ptid
15617 using get_ptrace_pid.
15618 * linux-nat.c (linux_nat_xfer_partial): Don't set/restore
15619 inferior_ptid.
15620 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use lwp of
15621 inferior_ptid instead of pid.
15622
15623 2017-03-22 Yao Qi <yao.qi@linaro.org>
15624
15625 * aarch64-tdep.c: Wrap locally used classes in anonymous
15626 namespace.
15627 * arm-tdep.c: Likewise.
15628 * linespec.c: Likewise.
15629 * ui-out.c: Likewise.
15630
15631 2017-03-22 Jonah Graham <jonah@kichwacoders.com>
15632
15633 PR gdb/19637
15634 * python/lib/gdb/printer/bound_registers.py: Import sys.
15635
15636 2017-03-21 Simon Marchi <simon.marchi@ericsson.com>
15637
15638 * windows-nat.c (do_windows_fetch_inferior_registers): Add
15639 windows_thread_info parameter and use it instead of
15640 current_thread.
15641 (windows_fetch_inferior_registers): Don't set current_thread,
15642 pass the thread to do_windows_fetch_inferior_registers. Use
15643 ptid from regcache instead of inferior_ptid.
15644 (do_windows_store_inferior_registers): Add windows_thread_info
15645 parameter and use it instead of current_thread.
15646 (windows_store_inferior_registers): Don't set current_thread,
15647 pass the thread to do_windows_store_inferior_registers. Use
15648 ptid from regcache instead of inferior_ptid.
15649
15650 2017-03-21 Simon Marchi <simon.marchi@ericsson.com>
15651
15652 * ser-mingw.c (ser_windows_raw): Remove reference to
15653 struct serial::current_timeout.
15654
15655 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
15656
15657 PR tdep/20928
15658 * gdb/sparc-tdep.h (gdbarch_tdep) <sparc64_ccr_type>: New field.
15659 * gdb/sparc64-tdep.c (sparc64_ccr_type): New function.
15660 (sparc64_fsr_type): Fix %fsr decoding.
15661
15662 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
15663
15664 * python/py-record-btrace.c (btpy_insn_data): Change return type
15665 for Python 2.
15666
15667 2017-03-20 Simon Marchi <simon.marchi@polymtl.ca>
15668
15669 * spu-linux-nat.c (spu_fetch_inferior_registers,
15670 spu_store_inferior_registers): Use ptid from regcache, set and
15671 restore inferior_ptid.
15672 * spu-multiarch.c (spu_fetch_registers, spu_store_registers):
15673 Likewise.
15674
15675 2017-03-20 Simon Marchi <simon.marchi@polymtl.ca>
15676
15677 * i386-linux-nat.c (fetch_register, store_register,
15678 i386_linux_fetch_inferior_registers,
15679 i386_linux_store_inferior_registers): Use ptid from regcache.
15680 * ia64-linux-nat.c (ia64_linux_fetch_register,
15681 ia64_linux_store_register): Likewise.
15682 * inf-ptrace.c (inf_ptrace_fetch_register,
15683 inf_ptrace_store_register): Likewise.
15684 * m32r-linux-nat.c (m32r_linux_fetch_inferior_registers,
15685 m32r_linux_store_inferior_registers): Likewise.
15686 * m68k-bsd-nat.c (m68kbsd_fetch_inferior_registers,
15687 m68kbsd_store_inferior_registers): Likewise.
15688 * m68k-linux-nat.c (fetch_register, store_register,
15689 m68k_linux_fetch_inferior_registers,
15690 m68k_linux_store_inferior_registers): Likewise.
15691 * m88k-bsd-nat.c (m88kbsd_fetch_inferior_registers,
15692 m88kbsd_store_inferior_registers): Likewise.
15693 * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers,
15694 mips_fbsd_store_inferior_registers): Likewise.
15695 * mips-linux-nat.c (mips64_linux_regsets_fetch_registers,
15696 mips64_linux_regsets_store_registers): Likewise.
15697 * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers,
15698 mipsnbsd_store_inferior_registers): Likewise.
15699 * mips-obsd-nat.c (mips64obsd_fetch_inferior_registers,
15700 mips64obsd_store_inferior_registers): Likewise.
15701 * nto-procfs.c (procfs_fetch_registers, procfs_store_registers):
15702 Likewise.
15703 * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers,
15704 ppcfbsd_store_inferior_registers): Likewise.
15705 * ppc-linux-nat.c (ppc_linux_fetch_inferior_registers,
15706 ppc_linux_store_inferior_registers): Likewise.
15707 * ppc-nbsd-nat.c (ppcnbsd_fetch_inferior_registers,
15708 ppcnbsd_store_inferior_registers): Likewise.
15709 * ppc-obsd-nat.c (ppcobsd_fetch_registers,
15710 ppcobsd_store_registers): Likewise.
15711 * procfs.c (procfs_fetch_registers, procfs_store_registers):
15712 Likewise.
15713 * ravenscar-thread.c (ravenscar_fetch_registers,
15714 ravenscar_store_registers, ravenscar_prepare_to_store):
15715 Likewise.
15716 * record-btrace.c (record_btrace_fetch_registers,
15717 record_btrace_store_registers, record_btrace_prepare_to_store):
15718 Likewise.
15719 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register):
15720 Lookup inferior using ptid from regcache, instead of
15721 current_inferior.
15722 * remote.c (remote_fetch_registers, remote_store_registers): Use
15723 ptid from regcache.
15724 * rs6000-nat.c (fetch_register, store_register): Likewise.
15725 * s390-linux-nat.c (s390_linux_fetch_inferior_registers,
15726 s390_linux_store_inferior_registers): Likewise.
15727 * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers,
15728 shnbsd_store_inferior_registers): Likewise.
15729 * sol-thread.c (sol_thread_fetch_registers,
15730 sol_thread_store_registers): Likewise.
15731 * sparc-nat.c (sparc_fetch_inferior_registers,
15732 sparc_store_inferior_registers): Likewise.
15733 * tilegx-linux-nat.c (fetch_inferior_registers,
15734 store_inferior_registers): Likewise.
15735 * vax-bsd-nat.c (vaxbsd_fetch_inferior_registers,
15736 vaxbsd_store_inferior_registers): Likewise.
15737 * xtensa-linux-nat.c (fetch_gregs, store_gregs, fetch_xtregs,
15738 store_xtregs): Likewise.
15739
15740 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15741
15742 PR gdb/14441
15743 * NEWS: Mention support for rvalue references in GDB and python.
15744 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
15745 supports both lvalue and rvalue references.
15746
15747 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15748
15749 PR gdb/14441
15750 * gdbtypes.c (rank_one_type): Implement overloading
15751 resolution rules regarding rvalue references.
15752
15753 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15754
15755 PR gdb/14441
15756 * aarch64-tdep.c (aarch64_type_align)
15757 (aarch64_extract_return_value, aarch64_store_return_value): Change
15758 lvalue reference type checks to general reference type checks.
15759 * amd64-tdep.c (amd64_classify): Likewise.
15760 * amd64-windows-tdep.c (amd64_windows_passed_by_integer_register):
15761 Likewise.
15762 * arm-tdep.c (arm_type_align, arm_extract_return_value)
15763 (arm_store_return_value): Likewise.
15764 * ax-gdb.c (gen_fetch, gen_cast): Likewise.
15765 * c-typeprint.c (c_print_type): Likewise.
15766 * c-varobj.c (adjust_value_for_child_access, c_value_of_variable)
15767 (cplus_number_of_children, cplus_describe_child): Likewise.
15768 * compile/compile-c-symbols.c (generate_vla_size): Likewise.
15769 * completer.c (expression_completer): Likewise.
15770 * cp-support.c (make_symbol_overload_list_adl_namespace):
15771 Likewise.
15772 * darwin-nat-info.c (info_mach_region_command): Likewise.
15773 * dwarf2loc.c (entry_data_value_coerce_ref)
15774 (value_of_dwarf_reg_entry): Likewise.
15775 * eval.c (ptrmath_type_p, evaluate_subexp_standard)
15776 (evaluate_subexp_for_address, evaluate_subexp_for_sizeof):
15777 Likewise.
15778 * findvar.c (extract_typed_address, store_typed_address):
15779 Likewise.
15780 * gdbtypes.c (rank_one_type): Likewise.
15781 * hppa-tdep.c (hppa64_integral_or_pointer_p): Likewise.
15782 * infcall.c (value_arg_coerce): Likewise.
15783 * language.c (pointer_type): Likewise.
15784 * m32c-tdep.c (m32c_reg_arg_type, m32c_m16c_address_to_pointer):
15785 Likewise.
15786 * m88k-tdep.c (m88k_integral_or_pointer_p): Likewise.
15787 * mn10300-tdep.c (mn10300_type_align): Likewise.
15788 * msp430-tdep.c (msp430_push_dummy_call): Likewise.
15789 * ppc-sysv-tdep.c (do_ppc_sysv_return_value)
15790 (ppc64_sysv_abi_push_param, ppc64_sysv_abi_return_value):
15791 Likewise.
15792 * printcmd.c (print_formatted, x_command): Likewise.
15793 * python/py-type.c (typy_get_composite, typy_template_argument):
15794 Likewise.
15795 * python/py-value.c (valpy_referenced_value)
15796 (valpy_get_dynamic_type, value_has_field): Likewise.
15797 * s390-linux-tdep.c (s390_function_arg_integer): Likewise.
15798 * sparc-tdep.c (sparc_integral_or_pointer_p): Likewise.
15799 * sparc64-tdep.c (sparc64_integral_or_pointer_p): Likewise.
15800 * spu-tdep.c (spu_scalar_value_p): Likewise.
15801 * symtab.c (lookup_symbol_aux): Likewise.
15802 * typeprint.c (whatis_exp, print_type_scalar): Likewise.
15803 * valarith.c (binop_types_user_defined_p, unop_user_defined_p):
15804 Likewise.
15805 * valops.c (value_cast_pointers, value_cast)
15806 (value_reinterpret_cast, value_dynamic_cast, value_addr, typecmp)
15807 (value_struct_elt, value_struct_elt_bitpos)
15808 (value_find_oload_method_list, find_overload_match)
15809 (value_rtti_indirect_type): Likewise.
15810 * valprint.c (val_print_scalar_type_p, generic_val_print):
15811 Likewise.
15812 * value.c (value_actual_type, value_as_address, unpack_long)
15813 (pack_long, pack_unsigned_long, coerce_ref_if_computed)
15814 (coerce_ref): Likewise.
15815 * varobj.c (varobj_get_value_type): Likewise.
15816
15817 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15818
15819 PR gdb/14441
15820 * doc/python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
15821 table of constants.
15822 * python/lib/gdb/command/explore.py: Support exploring values
15823 of rvalue reference types.
15824 * python/lib/gdb/types.py: Implement get_basic_type() for
15825 rvalue reference types.
15826 * python/py-type.c (pyty_codes) <TYPE_CODE_RVALUE_REF>: New
15827 constant.
15828 * python/py-value.c (valpy_getitem): Add an rvalue reference
15829 check.
15830 (valpy_reference_value): Add new parameter "refcode".
15831 (valpy_lvalue_reference_value, valpy_rvalue_reference_value):
15832 New wrappers for valpy_reference_value().
15833 * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
15834 (gdbpy_invoke_xmethod): Likewise.
15835
15836 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15837
15838 PR gdb/14441
15839 * dwarf2read.c (process_die, read_type_die_1): Handle the
15840 DW_TAG_rvalue_reference_type DIE.
15841 (read_tag_reference_type): Add new parameter "refcode".
15842
15843 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15844
15845 PR gdb/14441
15846 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix)
15847 (c_type_print_modifier, c_type_print_varspec_suffix)
15848 (c_type_print_base): Support printing rvalue reference types.
15849 * c-valprint.c (c_val_print, c_value_print): Support printing
15850 rvalue reference values.
15851
15852 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15853
15854 PR gdb/14441
15855 * cp-name-parser.y (ptr_operator): Handle the '&&' token in
15856 typename.
15857 * cp-support.c (replace_typedefs): Handle
15858 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
15859 * python/py-type.c (typy_lookup_type): Likewise.
15860
15861 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15862
15863 PR gdb/14441
15864 * c-exp.y (ptr_operator): Handle the '&&' token in the typename.
15865 * parse.c (insert_type): Change assert statement.
15866 (follow_types): Handle rvalue reference types.
15867 * parser-defs.h (enum type_pieces) <tp_rvalue_reference>: New
15868 constant.
15869
15870 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15871
15872 PR gdb/14441
15873 * ada-lang.c (ada_evaluate_subexp): Adhere to the new
15874 value_ref() interface.
15875 * c-valprint.c (c_value_print): Likewise.
15876 * infcall.c (value_arg_coerce): Likewise.
15877 * python/py-value.c (valpy_reference_value): Likewise.
15878 * valops.c (value_cast, value_reinterpret_cast)
15879 (value_dynamic_cast, typecmp): Likewise.
15880 (value_ref): Parameterize by kind of return value reference type.
15881 * value.h (value_ref): Add new parameter "refcode".
15882
15883 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15884
15885 PR gdb/14441
15886 * dwarf2read.c (read_tag_reference_type): Use
15887 lookup_lvalue_reference_type() instead of lookup_reference_type().
15888 * eval.c (evaluate_subexp_standard): Likewise.
15889 * f-exp.y: Likewise.
15890 * gdbtypes.c (make_reference_type, lookup_reference_type):
15891 Generalize with rvalue reference types.
15892 (lookup_lvalue_reference_type, lookup_rvalue_reference_type): New
15893 convenience wrappers for lookup_reference_type().
15894 * gdbtypes.h (make_reference_type, lookup_reference_type): Add a
15895 reference kind parameter.
15896 (lookup_lvalue_reference_type, lookup_rvalue_reference_type): Add
15897 wrappers for lookup_reference_type().
15898 * guile/scm-type.c (gdbscm_type_reference): Use
15899 lookup_lvalue_reference_type() instead of lookup_reference_type().
15900 * guile/scm-value.c (gdbscm_value_dynamic_type): Likewise.
15901 * parse.c (follow_types): Likewise.
15902 * python/py-type.c (typy_reference, typy_lookup_type): Likewise.
15903 * python/py-value.c (valpy_get_dynamic_type, valpy_getitem):
15904 Likewise.
15905 * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
15906 (gdbpy_invoke_xmethod): Likewise.
15907 * stabsread.c: Provide extra argument to make_reference_type()
15908 call.
15909 * valops.c (value_ref, value_rtti_indirect_type): Use
15910 lookup_lvalue_reference_type() instead of lookup_reference_type().
15911
15912 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
15913
15914 PR gdb/14441
15915 * gdbtypes.h (enum type_code) <TYPE_CODE_RVALUE_REF>: New constant.
15916 (TYPE_IS_REFERENCE): New macro.
15917 (struct type): Add rvalue_reference_type field.
15918 (TYPE_RVALUE_REFERENCE_TYPE): New macro.
15919
15920 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
15921
15922 * NEWS: Add an entry about new '-file-list-shared-libraries' command.
15923 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries):
15924 New function definition.
15925 * mi/mi-cmds.c (mi_cmds): Add -file-list-shared-libraries command.
15926 * mi/mi-cmds.h (mi_cmd_file_list_shared_libraries):
15927 New function declaration.
15928 * mi/mi-interp.c (mi_output_solib_attribs): New Function.
15929 * mi/mi-interp.h: New file.
15930 * solib.c (info_sharedlibrary_command): Replace for loop with
15931 ALL_SO_LIBS macro
15932 * solib.h (update_solib_list): New function declaration.
15933 (so_list_head): Move macro.
15934 * solist.h (ALL_SO_LIBS): New macro.
15935
15936 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
15937
15938 * infcmd.c (post_create_inferior): Remove unused argument in
15939 call to solib_add.
15940 * remote.c (remote_start_remote): Likewise.
15941 * solib-frv.c (frv_fetch_objfile_link_map): Likewise.
15942 * solib-svr4.c: (svr4_fetch_objfile_link_map): Likewise.
15943 (enable_break): Likewise.
15944 * solib.c (update_solib_list): Remove unused target argument
15945 and its documentation.
15946 (solib_add): Remove unused target argument. Remove unused
15947 argument in call to update_solib_list.
15948 (info_sharedlibrary_command): Remove unused argument in call
15949 to update_solib_list.
15950 (sharedlibrary_command): Remove unused argument in call to
15951 solib_add.
15952 (handle_solib_event): Likewise.
15953 (reload_shared_libraries): Likewise.
15954 * solib.h (solib_add): Remove unused target argument.
15955
15956 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
15957
15958 * s390-linux-tdep.c (is_rsi, is_rie): Remove functions.
15959 (s390_displaced_step_fixup): Cover relative branches with the
15960 default fixup handling. This fixes lack of support for some
15961 relative branch instructions.
15962
15963 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15964
15965 * i386-gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Use
15966 ptid from regcache.
15967
15968 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15969
15970 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers,
15971 i386_darwin_store_inferior_registers): Use ptid from regcache.
15972
15973 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15974
15975 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers,
15976 i386bsd_store_inferior_registers): Use ptid from regcache.
15977
15978 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15979
15980 * hppa-obsd-nat.c (hppaobsd_fetch_registers,
15981 hppaobsd_store_registers): Use ptid from regcache.
15982
15983 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15984
15985 * hppa-nbsd-nat.c (hppanbsd_fetch_registers,
15986 hppanbsd_store_registers): Use ptid from regcache.
15987
15988 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15989
15990 * hppa-linux-nat.c (fetch_register, store_register): Use ptid
15991 from regcache. Use get_ptrace_pid.
15992
15993 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15994
15995 * corelow.c (get_core_register_section): Use ptid from regcache,
15996 update doc.
15997
15998 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
15999
16000 * bsd-uthread.c (bsd_uthread_fetch_registers,
16001 bsd_uthread_store_registers): Use ptid from regcache, set and
16002 restore inferior_ptid.
16003
16004 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
16005
16006 * arm-nbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
16007 fetch_fp_regs, store_register, store_regs, store_fp_register,
16008 store_fp_regs): Use ptid from regcache.
16009
16010 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
16011
16012 * arm-linux-nat.c (fetch_fpregs, store_fpregs, fetch_regs,
16013 store_regs, fetch_wmmx_regs, store_wmmx_regs, fetch_vfp_regs,
16014 store_vfp_regs): Use ptid from regcache.
16015
16016 2017-03-17 Pedro Alves <palves@redhat.com>
16017
16018 PR remote/21188
16019 * ser-base.c (ser_base_wait_for): Add comment.
16020 (do_ser_base_readchar): Improve comment based on the ser-unix.c's
16021 version.
16022 * ser-unix.c (hardwire_raw): Remove reference to
16023 scb->current_timeout.
16024 (wait_for, do_hardwire_readchar, hardwire_readchar): Delete.
16025 (hardwire_ops): Install ser_base_readchar instead of
16026 hardwire_readchar.
16027 * serial.h (struct serial) <current_timeout, timeout_remaining>:
16028 Remove fields.
16029
16030 2017-03-17 Jonah Graham <jonah@kichwacoders.com>
16031
16032 PR gdb/19637
16033 * python/lib/gdb/printer/bound_registers.py: Add support for
16034 Python 3.
16035
16036 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16037
16038 * dwarf2loc.c (indirect_synthetic_pointer): Get data type of
16039 pointed-to DIE and pass it to dwarf2_evaluate_loc_desc_full.
16040 (dwarf2_evaluate_loc_desc_full): New parameter subobj_type; rename
16041 byte_offset to subobj_byte_offset. Fix the handling of
16042 DWARF_VALUE_STACK on big-endian targets when coming via an
16043 implicit pointer.
16044 (dwarf2_evaluate_loc_desc): Adjust call to
16045 dwarf2_evaluate_loc_desc_full.
16046 * dwarf2loc.h (dwarf2_fetch_die_type_sect_off): New declaration.
16047 * dwarf2read.c (dwarf2_fetch_die_type_sect_off): New function.
16048
16049 2017-03-16 Yao Qi <yao.qi@linaro.org>
16050
16051 * arm-tdep.c (thumb_record_misc): Decode CBNZ, CBZ, REV16,
16052 and REVSH instructions.
16053
16054 2017-03-16 Yao Qi <yao.qi@linaro.org>
16055
16056 * arm-tdep.c [GDB_SELF_TEST]: include "selftests.h".
16057 (arm_record_test): Declare.
16058 (_initialize_arm_tdep) [GDB_SELF_TEST]: call register_self_test.
16059 (thumb_record_ld_st_reg_offset): Rewrite the opcode matching to
16060 align with the manual.
16061 (thumb_record_misc): Adjust the code order to align with the
16062 manual.
16063 (thumb2_record_decode_insn_handler): Fix instruction matching.
16064 (instruction_reader_thumb): New class.
16065 (arm_record_test): New function.
16066
16067 2017-03-16 Yao Qi <yao.qi@linaro.org>
16068
16069 * arm-tdep.c (abstract_memory_reader): New class.
16070 (instruction_reader): New class.
16071 (extract_arm_insn): Add argument 'reader'. Callers updated.
16072 (decode_insn): Likewise.
16073
16074 2017-03-16 Doug Evans <dje@google.com>
16075
16076 * guile/scm-lazy-string.c (lazy_string_smob): Clarify use of LENGTH
16077 member. Change type of TYPE member to SCM. All uses updated.
16078 (lsscm_make_lazy_string_smob): Add assert.
16079 (lsscm_make_lazy_string): Flag bad length values.
16080 (lsscm_elt_type): New function.
16081 (gdbscm_lazy_string_to_value): Rewrite to use
16082 lsscm_safe_lazy_string_to_value.
16083 (lsscm_safe_lazy_string_to_value): Fix handling of TYPE_CODE_PTR.
16084 * guile/scm-value.c (gdbscm_value_to_lazy_string): Flag bad length
16085 values. Fix TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle typedefs
16086 in incoming type.
16087 * guile/guile-internal.h (tyscm_scm_to_type): Declare.
16088 * guile/scm-type.c (tyscm_scm_to_type): New function.
16089
16090 2017-03-15 Doug Evans <dje@google.com>
16091
16092 PR python/17728, python/18439, python/18779
16093 * python/py-lazy-string.c (lazy_string_object): Clarify use of LENGTH
16094 member. Change type of TYPE member to PyObject *. All uses updated.
16095 (stpy_convert_to_value): Fix handling of TYPE_CODE_PTR.
16096 (gdbpy_create_lazy_string_object): Flag bad length values.
16097 Handle TYPE_CODE_ARRAY with possibly different user-provided length.
16098 Handle typedefs in incoming type.
16099 (stpy_lazy_string_elt_type): New function.
16100 (gdbpy_extract_lazy_string): Call it.
16101 * python/py-value.c (valpy_lazy_string): Flag bad length values.
16102 Fix handling of TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle
16103 typedefs in incoming type.
16104
16105 2017-03-16 Doug Evans <dje@google.com>
16106
16107 * guile/guile-internal.h (tyscm_scm_to_type): Declare.
16108 * guile/scm-type.c (tyscm_scm_to_type): New function.
16109
16110 2017-03-16 Jiong Wang <jiong.wang@arm.com>
16111
16112 * inf-ptrace.c (inf_ptrace_peek_poke): Change the type to
16113 "ULONGEST" for "skip".
16114
16115 2017-03-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
16116
16117 PR gdb/21220
16118 * inf-ptrace.c (inf_ptrace_xfer_partial): In "case
16119 TARGET_OBJECT_MEMORY", extract the logic for ptrace peek/poke...
16120 (inf_ptrace_peek_poke): ...here. New function. Now also loop
16121 over ptrace peek/poke until end of buffer or error.
16122
16123 2017-03-14 Simon Marchi <simon.marchi@ericsson.com>
16124
16125 * parse.c (length_of_subexp): Make static.
16126 * parser-defs.h (length_of_subexp): Remove.
16127
16128 2017-03-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
16129
16130 * linux-nat.c (linux_proc_xfer_partial): Handle write operations
16131 as well.
16132
16133 2017-03-14 Pedro Alves <palves@redhat.com>
16134
16135 * cp-name-parser.y (cp_demangled_name_to_comp): Update comment.
16136 (main): Use std::unique_ptr. Remove calls to
16137 cp_demangled_name_parse_free.
16138
16139 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
16140
16141 * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers,
16142 alphabsd_store_inferior_registers): Use regcache->ptid instead
16143 of inferior_ptid.
16144
16145 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
16146
16147 * aix-thread.c (aix_thread_fetch_registers,
16148 aix_thread_store_registers): Use regcache->ptid instead of
16149 inferior_ptid.
16150
16151 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
16152
16153 * aarch64-linux-nat.c (fetch_gregs_from_thread,
16154 store_gregs_to_thread, fetch_fpregs_from_thread,
16155 store_fpregs_to_thread): Use regcache->ptid instead of
16156 inferior_ptid.
16157
16158 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
16159
16160 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers,
16161 amd64_linux_fetch_inferior_registers): Use regcache->ptid
16162 instead of inferior_ptid.
16163
16164 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
16165
16166 * target.c (target_fetch_registers, target_store_registers): Add
16167 assert.
16168
16169 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
16170
16171 * regcache.h (regcache_get_ptid): New function.
16172 * regcache.c (regcache_get_ptid): New function.
16173
16174 2017-03-13 Mark Wielaard <mark@klomp.org>
16175
16176 * cp-name-parser.y (make_empty): Initialize d_printing to zero.
16177
16178 2017-03-10 Keith Seitz <keiths@redhat.com>
16179
16180 PR c++/8218
16181 * c-typeprint.c (cp_type_print_method_args): Skip artificial arguments.
16182
16183 2017-03-08 Pedro Alves <palves@redhat.com>
16184
16185 PR gdb/18360
16186 * infrun.c (start_step_over, do_target_resume, resume)
16187 (restart_threads): Assert we're not resuming a thread that is
16188 meant to be stopped.
16189 (infrun_thread_stop_requested_callback): Delete.
16190 (infrun_thread_stop_requested): If the thread is internally
16191 stopped, queue a pending stop event and clear the thread's
16192 inline-frame state.
16193 (handle_stop_requested): New function.
16194 (handle_syscall_event, handle_inferior_event_1): Use
16195 handle_stop_requested.
16196 (handle_stop_requested): New function.
16197 (handle_signal_stop): Set the thread's stop_signal here instead of
16198 at caller.
16199 (finish_step_over): Clear step over info unconditionally.
16200 (handle_signal_stop): If the user had interrupted the event
16201 thread, consider the stop a random signal.
16202 (handle_signal_stop) <signal arrived while stepping over
16203 breakpoint>: Don't restart threads here.
16204 (stop_waiting): Don't clear step-over info here.
16205
16206 2017-03-08 Pedro Alves <palves@redhat.com>
16207
16208 PR 21206
16209 * common/gdb_unlinker.h (unlinker::unlinker): Attribute nonnull
16210 goes to argument 2, not 1.
16211
16212 2017-03-08 Pedro Alves <palves@redhat.com>
16213
16214 PR cli/21218
16215 * top.c (gdb_readline_wrapper): Avoid passing NULL to
16216 display_gdb_prompt.
16217 (command_line_input): Add comment.
16218
16219 2017-03-08 Pedro Alves <palves@redhat.com>
16220
16221 PR tui/21216
16222 * tui/tui-file.c (tui_file::write): New.
16223 * tui/tui-file.h (tui_file): Override "write".
16224 * tui/tui-io.c (do_tui_putc, update_start_line): New functions,
16225 factored out from ...
16226 (tui_puts): ... here.
16227 (tui_putc): Use them.
16228 (tui_write): New function.
16229 * tui/tui-io.h (tui_write): Declare.
16230
16231 2017-03-07 Sergio Durigan Junior <sergiodj@redhat.com>
16232
16233 * Makefile.in (SFILES): Replace "environ.c" with
16234 "common/environ.c".
16235 (HFILES_NO_SRCDIR): Likewise, for "environ.h".
16236 * environ.c: Include "common-defs.h" instead of "defs.h. Moved
16237 to...
16238 * common/environ.c: ... here.
16239 * environ.h: Moved to...
16240 * common/environ.h: ... here.
16241
16242 2017-03-07 Peter Bergner <bergner@vnet.ibm.com>
16243
16244 * gdbarch.sh (pstring_ptr): New static function.
16245 (gdbarch_disassembler_options): Use it.
16246 (gdbarch_verify_disassembler_options): Print valid_disassembler_options,
16247 not valid_disassembler_option->name.
16248 * gdbarch.c: Regenerate.
16249
16250 2017-03-07 Peter Bergner <bergner@vnet.ibm.com>
16251
16252 * config/powerpc/ppc64-linux.mh (MH_CFLAGS): Delete.
16253
16254 2017-03-07 Pedro Alves <palves@redhat.com>
16255
16256 * tui/tui-regs.c (tui_restore_gdbout): Don't delete gdb_stdout.
16257
16258 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
16259
16260 * i387-tdep.h (i387_reset_bnd_regs): Add function definition.
16261 * i387-tdep.c (i387_reset_bnd_regs): Add function implementation.
16262 * i386-tdep.c (i386_push_dummy_call): Call i387_reset_bnd_regs.
16263 * amd64-tdep.c (amd64_push_dummy_call): Call i387_reset_bnd_regs.
16264
16265 2017-03-06 Simon Marchi <simon.marchi@ericsson.com>
16266
16267 * xtensa-linux-nat.c (fetch_gregs): Remove const.
16268
16269 2017-03-03 Simon Marchi <simon.marchi@ericsson.com>
16270
16271 * remote.c (remote_add_target_side_commands): Use range-based
16272 for loop.
16273
16274 2017-03-03 Yao Qi <yao.qi@linaro.org>
16275
16276 PR gdb/21165
16277 * ada-valprint.c (ada_val_print_ref): Call value_fetch_lazy if
16278 value is lazy.
16279 * valprint.c (common_val_print): Likewise.
16280
16281 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
16282
16283 * NEWS: Mention new set/show disassembler-options commands.
16284 * doc/gdb.texinfo: Document new set/show disassembler-options commands.
16285 * disasm.c: Include "arch-utils.h", "gdbcmd.h" and "safe-ctype.h".
16286 (prospective_options): New static variable.
16287 (gdb_disassembler::gdb_disassembler): Initialize
16288 m_di.disassembler_options.
16289 (gdb_buffered_insn_length_init_dis): Initilize di->disassembler_options.
16290 (get_disassembler_options): New function.
16291 (set_disassembler_options): Likewise.
16292 (set_disassembler_options_sfunc): Likewise.
16293 (show_disassembler_options_sfunc): Likewise.
16294 (disassembler_options_completer): Likewise.
16295 (_initialize_disasm): Likewise.
16296 * disasm.h (get_disassembler_options): New prototype.
16297 (set_disassembler_options): Likewise.
16298 * gdbarch.sh (gdbarch_disassembler_options): New variable.
16299 (gdbarch_verify_disassembler_options): Likewise.
16300 * gdbarch.c: Regenerate.
16301 * gdbarch.h: Likewise.
16302 * arm-tdep.c (num_disassembly_options): Delete.
16303 (set_disassembly_style): Likewise.
16304 (arm_disassembler_options): New static variable.
16305 (set_disassembly_style_sfunc): Convert short style name into long
16306 option name. Call set_disassembler_options.
16307 (show_disassembly_style_sfunc): New function.
16308 (arm_gdbarch_init): Call set_gdbarch_disassembler_options and
16309 set_gdbarch_verify_disassembler_options.
16310 (_initialize_arm_tdep): Delete regnames variable and update callers.
16311 (arm_disassembler_options): Initialize.
16312 (disasm_options): New variable.
16313 (num_disassembly_options): Rename from this...
16314 (num_disassembly_styles): ...to this. Compute by scanning through
16315 disasm_options.
16316 (valid_disassembly_styles): Initialize using disasm_options.
16317 Remove calls to parse_arm_disassembler_option, get_arm_regnames and
16318 set_arm_regname_option.
16319 Pass show_disassembly_style_sfunc to the "disassembler" setshow command.
16320 * rs6000-tdep.c (powerpc_disassembler_options): New static variable.
16321 (rs6000_gdbarch_init): Call set_gdbarch_disassembler_options and
16322 set_gdbarch_verify_disassembler_options.
16323 * s390-tdep.c (s390_disassembler_options): New static variable.
16324 (s390_gdbarch_init):all set_gdbarch_disassembler_options and
16325 set_gdbarch_verify_disassembler_options.
16326
16327 2017-02-27 Simon Marchi <simon.marchi@ericsson.com>
16328
16329 * remote.c (remote_add_target_side_condition): Remove "struct"
16330 keyword from range-based for loop.
16331
16332 2017-02-27 Simon Marchi <simon.marchi@ericsson.com>
16333
16334 * remote.c (remote_add_target_side_condition): Use range-based
16335 for loop. Update comment.
16336
16337 2017-02-27 Yao Qi <yao.qi@linaro.org>
16338
16339 * f-typeprint.c (f_print_type): Check "varstring" is empty first.
16340
16341 2017-02-26 Alan Hayward <alan.hayward@arm.com>
16342
16343 * regcache.c (regcache_raw_update): New function.
16344 (regcache_raw_read): Move code to regcache_raw_update.
16345 * regcache.h (regcache_raw_update): New declaration.
16346 * remote.c (remote_prepare_to_store): Call regcache_raw_update.
16347
16348 2017-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16349
16350 * dwarf2read.c (create_debug_type_hash_table): Initialize
16351 header.signature and header.type_offset_in_tu.
16352
16353 2017-02-24 Pedro Alves <palves@redhat.com>
16354
16355 * symtab.c (make_file_symbol_completion_list_1): Use
16356 add_symtab_completions.
16357
16358 2017-02-24 Alan Hayward <alan.hayward@arm.com>
16359
16360 * stack.c (frame_info): Use frame_unwind_register_value to avoid buf.
16361
16362 2017-02-24 Alan Hayward <alan.hayward@arm.com>
16363
16364 * i386-tdep.c (i386_pseudo_register_read_into_value): Use
16365 I386_MAX_REGISTER_SIZE.
16366 (i386_pseudo_register_write): Likewise.
16367 (i386_process_record): Likewise.
16368 * i387-tdep.c (i387_supply_xsave): Likewise.
16369 * m68k-linux-nat.c (fetch_register): Use M68K_MAX_REGISTER_SIZE.
16370 (store_register): Likewise.
16371
16372 2017-02-23 Pedro Alves <palves@redhat.com>
16373
16374 * ada-lang.c: Include "common/function-view.h".
16375 (ada_iterate_over_symbols): Adjust to use function_view as
16376 callback type.
16377 (struct add_partial_datum, ada_complete_symbol_matcher): Delete.
16378 (ada_make_symbol_completion_list): Use a lambda.
16379 (ada_exc_search_name_matches): Delete.
16380 (name_matches_regex): New.
16381 (ada_add_global_exceptions): Use a lambda and name_matches_regex.
16382 * compile/compile-c-support.c: Include "common/function-view.h".
16383 (print_one_macro): Change prototype to accept a ui_file pointer.
16384 (write_macro_definitions): Use a lambda.
16385 * dwarf2read.c: Include "common/function-view.h".
16386 (dw2_map_expand_apply, dw2_map_symtabs_matching_filename)
16387 (dw2_expand_symtabs_matching): Adjust to use function_view as
16388 callback type.
16389 * language.h: Include "common/function-view.h".
16390 (struct language_defn) <la_iterate_over_symbols>: Adjust to use
16391 function_view as callback type.
16392 (LA_ITERATE_OVER_SYMBOLS): Remove DATA parameter.
16393 * linespec.c: Include "common/function-view.h".
16394 (collect_info::add_symbol): New method.
16395 (struct symbol_and_data_callback, iterate_inline_only, struct
16396 symbol_matcher_data, iterate_name_matcher): Delete.
16397 (iterate_over_all_matching_symtabs): Adjust to use function_view
16398 as callback type and lambdas.
16399 (iterate_over_file_blocks): Adjust to use function_view as
16400 callback type.
16401 (decode_compound_collector): Now a class with private fields.
16402 (decode_compound_collector::release_symbols): New method.
16403 (collect_one_symbol): Rename to...
16404 (decode_compound_collector::operator()): ... this and adjust.
16405 (lookup_prefix_sym): decode_compound_collector construction bits
16406 move to decode_compound_collector ctor. Pass the
16407 decode_compound_collector object directly as callback. Remove
16408 cleanups and use decode_compound_collector::release_symbols
16409 instead.
16410 (symtab_collector): Now a class with private fields.
16411 (symtab_collector::release_symtabs): New method.
16412 (add_symtabs_to_list): Rename to...
16413 (symtab_collector::operator()): ... this and adjust.
16414 (collect_symtabs_from_filename): symtab_collector construction
16415 bits move to symtab_collector ctor. Pass the symtab_collector
16416 object directly as callback. Remove cleanups and use
16417 symtab_collector::release_symtabs instead.
16418 (collect_symbols): Delete.
16419 (add_matching_symbols_to_info): Use lambdas.
16420 * macrocmd.c (print_macro_callback): Delete.
16421 (info_macro_command): Use a lambda.
16422 (info_macros_command): Pass print_macro_definition as callable
16423 directly.
16424 (print_one_macro): Remove 'ignore' parameter.
16425 (macro_list_command): Adjust.
16426 * macrotab.c (macro_for_each_data::fn): Now a function_view.
16427 (macro_for_each_data::user_data): Delete field.
16428 (foreach_macro): Adjust to call the function_view.
16429 (macro_for_each): Adjust to use function_view as callback type.
16430 (foreach_macro_in_scope): Adjust to call the function_view.
16431 (macro_for_each_in_scope): Adjust to use function_view as callback
16432 type.
16433 * macrotab.h: Include "common/function-view.h".
16434 (macro_callback_fn): Declare a prototype instead of a pointer.
16435 Remove "user_data" parameter.
16436 (macro_for_each, macro_for_each_in_scope): Adjust to use
16437 function_view as callback type.
16438 * psymtab.c (partial_map_expand_apply)
16439 (psym_map_symtabs_matching_filename, recursively_search_psymtabs):
16440 Adjust to use function_view as callback type and to return bool.
16441 (psym_expand_symtabs_matching): Adjust to use function_view as
16442 callback types.
16443 * symfile-debug.c (debug_qf_map_symtabs_matching_filename): Adjust
16444 to use function_view as callback type and to return bool.
16445 (debug_qf_expand_symtabs_matching): Adjust to use function_view as
16446 callback types.
16447 * symfile.c (expand_symtabs_matching): Adjust to use function_view
16448 as callback types.
16449 * symfile.h: Include "common/function-view.h".
16450 (expand_symtabs_file_matcher_ftype)
16451 (expand_symtabs_symbol_matcher_ftype)
16452 (expand_symtabs_exp_notify_ftype): Remove "data" parameter and
16453 return bool.
16454 (quick_symbol_functions::map_symtabs_matching_filename)
16455 (quick_symbol_functions::expand_symtabs_matching): Adjust to use
16456 function_view as callback type and return bool.
16457 (expand_symtabs_matching): Adjust to use function_view as callback
16458 type.
16459 (maintenance_expand_name_matcher)
16460 (maintenance_expand_file_matcher): Delete.
16461 (maintenance_expand_symtabs): Use lambdas.
16462 * symtab.c (iterate_over_some_symtabs): Adjust to use
16463 function_view as callback types and return bool.
16464 (iterate_over_symtabs): Likewise. Use unique_xmalloc_ptr instead
16465 of a cleanup.
16466 (lookup_symtab_callback): Delete.
16467 (lookup_symtab): Use a lambda.
16468 (iterate_over_symbols): Adjust to use function_view as callback
16469 type.
16470 (struct search_symbols_data, search_symbols_file_matches)
16471 (search_symbols_name_matches): Delete.
16472 (search_symbols): Use a pair of lambdas.
16473 (struct add_name_data, add_macro_name, symbol_completion_matcher)
16474 (symtab_expansion_callback): Delete.
16475 (default_make_symbol_completion_list_break_on_1): Use lambdas.
16476 * symtab.h: Include "common/function-view.h".
16477 (iterate_over_some_symtabs): Adjust to use function_view as
16478 callback type and return bool.
16479 (iterate_over_symtabs): Adjust to use function_view as callback
16480 type.
16481 (symbol_found_callback_ftype): Remove 'data' parameter and return
16482 bool.
16483 (iterate_over_symbols): Adjust to use function_view as callback
16484 type.
16485
16486 2017-02-23 Pedro Alves <palves@redhat.com>
16487
16488 * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS): New.
16489 (%.o) <unittests/%.c>: New pattern.
16490 * configure.ac ($development): Add $(SUBDIR_UNITTESTS_OBS) to
16491 CONFIG_OBS, and $(SUBDIR_UNITTESTS_SRCS) to CONFIG_SRCS.
16492 * common/function-view.h: New file.
16493 * unittests/function-view-selftests.c: New file.
16494 * configure: Regenerate.
16495
16496 2017-02-23 Simon Marchi <simon.marchi@ericsson.com>
16497
16498 * bsd-uthread.c (bsd_uthread_thread_alive): Use ptid instead of
16499 inferior_ptid.
16500 * go32-nat.c (go32_thread_alive): Likewise.
16501
16502 2017-02-23 Yao Qi <yao.qi@linaro.org>
16503
16504 * varobj-iter.h (varobj_iter_delete): Call xfree instead of
16505 delete.
16506
16507 2017-02-23 Yao Qi <yao.qi@linaro.org>
16508
16509 * varobj.c (varobj_clear_saved_item): Use delete instead of
16510 xfree.
16511 (update_dynamic_varobj_children): Likewise.
16512
16513 2017-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16514
16515 * dwarf2read.c (dwarf2_record_block_ranges): Add forgotten BASEADDR.
16516
16517 2017-02-21 Simon Marchi <simon.marchi@ericsson.com>
16518
16519 * common/enum-flags.h (enum_flags::enum_flags): Initialize
16520 m_enum_value to 0 in default constructor.
16521
16522 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16523
16524 * rs6000-tdep.c (LOAD_AND_RESERVE_MASK): Rename from LWARX_MASK.
16525 (STORE_CONDITIONAL_MASK): Rename from STWCX_MASK.
16526 (LBARX_INSTRUCTION, LHARX_INSTRUCTION, LQARX_INSTRUCTION,
16527 STBCX_INSTRUCTION, STHCX_INSTRUCTION, STQCX_INSTRUCTION): New defines.
16528 (IS_LOAD_AND_RESERVE_INSN, IS_STORE_CONDITIONAL_INSN): New macros.
16529 (ppc_displaced_step_copy_insn): Use IS_LOAD_AND_RESERVE_INSN.
16530 (ppc_deal_with_atomic_sequence): Use IS_LOAD_AND_RESERVE_INSN and
16531 IS_STORE_CONDITIONAL_INSN.
16532
16533 2017-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16534
16535 * dwarf2_rnglists_process: Initialize range_beginning and range_end.
16536
16537 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16538
16539 * NEWS (Changes since GDB 7.12): Add DWARF-5.
16540
16541 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16542
16543 * dwarf2read.c (skip_one_die, read_attribute_value)
16544 (dwarf2_const_value_attr, dump_die_shallow)
16545 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
16546 (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_data16.
16547
16548 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16549
16550 * dwarf2read.c (read_file_scope): Rename DW_MACRO_GNU_*.
16551 (dwarf_parse_macro_header): Accept DWARF version 5.
16552 (dwarf_decode_macro_bytes, dwarf_decode_macros): Rename DW_MACRO_GNU_*.
16553
16554 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16555
16556 * block.c (call_site_for_pc): Rename DW_OP_GNU_*, DW_TAG_GNU_* and
16557 DW_AT_GNU_*.
16558 * common/common-exceptions.h (enum errors): Likewise.
16559 * dwarf2-frame.c (class dwarf_expr_executor): Likewise.
16560 * dwarf2expr.c (dwarf_block_to_dwarf_reg)
16561 (dwarf_expr_context::execute_stack_op): Likewise.
16562 * dwarf2expr.h (struct dwarf_expr_context, struct dwarf_expr_piece):
16563 Likewise.
16564 * dwarf2loc.c (dwarf_evaluate_loc_desc::get_base_type)
16565 (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
16566 (show_entry_values_debug, call_site_to_target_addr)
16567 (func_addr_to_tail_call_list, func_verify_no_selftailcall)
16568 (dwarf_expr_reg_to_entry_parameter, dwarf_entry_parameter_to_value)
16569 (entry_data_value_free_closure, value_of_dwarf_reg_entry)
16570 (value_of_dwarf_block_entry, indirect_pieced_value)
16571 (symbol_needs_eval_context::push_dwarf_reg_entry_value):
16572 (disassemble_dwarf_expression): Likewise.
16573 * dwarf2read.c (process_die, inherit_abstract_dies)
16574 (read_call_site_scope): Likewise.
16575 * gdbtypes.h (struct func_type, struct call_site_parameter)
16576 (struct call_site): Likewise.
16577 * stack.c (read_frame_arg): Likewise.
16578 * std-operator.def (OP_VAR_ENTRY_VALUE): Likewise.
16579
16580 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16581
16582 * defs.h (read_unsigned_leb128): New declaration.
16583 * dwarf2loc.c (decode_debug_loclists_addresses): New function.
16584 (decode_debug_loc_dwo_addresses): Update DEBUG_LOC_* to DW_LLE_*.
16585 (dwarf2_find_location_expression): Call also
16586 decode_debug_loclists_addresses. Handle DWARF-5 ULEB128 length.
16587 * dwarf2loc.h (dwarf2_version): New declaration.
16588 * dwarf2read.c (struct dwarf2_per_objfile): Add loclists, line_str,
16589 rnglists.
16590 (dwarf2_elf_names): Add .debug_loclists, .debug_line_str,
16591 .debug_rnglists.
16592 (struct dwop_section_names): Add loclists_dwo.
16593 (dwop_section_names): Add .debug_loclists.dwo.
16594 (struct comp_unit_head): Add unit_type, signature, type_offset_in_tu.
16595 (struct dwarf2_per_cu_data): Add dwarf_version.
16596 (struct dwo_sections): Add loclists.
16597 (struct attr_abbrev): Add implicit_const.
16598 (read_indirect_line_string): New declaration.
16599 (read_unsigned_leb128): Delete declaration.
16600 (rcuh_kind): New definition.
16601 (read_and_check_comp_unit_head): Change parameter
16602 is_debug_types_section to section_kind.
16603 (dwarf2_locate_sections): Handle loclists, line_str and rnglists.
16604 (read_comp_unit_head): Change parameter abfd to section, add parameter
16605 section_kind. Handle DWARF-5.
16606 (error_check_comp_unit_head): Accept also DWARF version 5.
16607 (read_and_check_comp_unit_head): Change parameter
16608 is_debug_types_section to section_kind.
16609 (read_and_check_type_unit_head): Delete function.
16610 (read_abbrev_offset): Handle DWARF-5.
16611 (create_debug_type_hash_table): Add parameter section_kind. Process
16612 only DW_UT_type. Use signature and type_offset_in_tu from struct
16613 comp_unit_head.
16614 (create_debug_types_hash_table): Update create_debug_type_hash_table
16615 caller.
16616 (create_all_type_units): Call create_debug_type_hash_table.
16617 (read_cutu_die_from_dwo, init_cutu_and_read_dies): Change
16618 read_and_check_type_unit_head caller to read_and_check_comp_unit_head
16619 caller.
16620 (skip_one_die): Handle DW_FORM_implicit_const.
16621 (dwarf2_rnglists_process): New function.
16622 (dwarf2_ranges_process): Call dwarf2_rnglists_process for DWARF-5.
16623 (abbrev_table_read_table): Handle DW_FORM_implicit_const.
16624 (read_attribute_value): Handle DW_FORM_implicit_const,
16625 DW_FORM_line_strp.
16626 (read_attribute): Handle DW_FORM_implicit_const.
16627 (read_indirect_string_at_offset_from): New function from
16628 read_indirect_string_at_offset.
16629 (read_indirect_string_at_offset): Call
16630 read_indirect_string_at_offset_from.
16631 (read_indirect_line_string_at_offset): New function.
16632 (read_indirect_string): New function comment.
16633 (read_indirect_line_string): New function.
16634 (read_unsigned_leb128): Make it global.
16635 (dwarf2_string_attr): Handle DWARF-5.
16636 (add_include_dir_stub, read_formatted_entries): New functions.
16637 (dwarf_decode_line_header, dump_die_shallow, cu_debug_loc_section):
16638 Handle DWARF-5.
16639 (per_cu_header_read_in): Update read_comp_unit_head caller.
16640 (dwarf2_version): New function.
16641 * symfile.h (struct dwarf2_debug_sections): Add loclists, line_str and
16642 rnglists.
16643 * xcoffread.c (dwarf2_xcoff_names): Update struct dwarf2_debug_sections
16644 fields.
16645
16646 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16647
16648 * dwarf2read.c (abbrev_table_read_table): Read the data only once.
16649
16650 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16651
16652 * dwarf2read.c (dwarf2_ranges_process): New function from
16653 dwarf2_ranges_read.
16654 (dwarf2_ranges_read, dwarf2_record_block_ranges): Use
16655 dwarf2_ranges_process.
16656
16657 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16658
16659 * dwarf2read.c (create_debug_type_hash_table): New function from
16660 create_debug_types_hash_table.
16661 (create_debug_types_hash_table): Call create_debug_type_hash_table.
16662 (create_all_type_units, open_and_init_dwo_file): Update
16663 create_debug_types_hash_table callers.
16664
16665 2017-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16666
16667 PR gdb/16188
16668 * fork-child.c (trace_start_error): Fix thinko. va_end should
16669 refer to 'ap', not 'args'.
16670
16671 2017-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16672 Pedro Alves <palves@redhat.com>
16673
16674 PR gdb/16188
16675 * darwin-nat.c (darwin_ptrace_me): Check if calls to system
16676 calls succeeded.
16677 * fork-child.c (trace_start_error): New function.
16678 (trace_start_error_with_name): Likewise.
16679 * gnu-nat.c (gnu_ptrace_me): Check if call to PTRACE succeeded.
16680 * inf-ptrace.c (inf_ptrace_me): Likewise.
16681 * inferior.h (trace_start_error): New prototype.
16682 (trace_start_error_with_name): Likewise.
16683
16684 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
16685
16686 PR gdb/21164
16687 * psymtab.c (maintenance_print_psymbols): Verify if 'argv' is not
16688 NULL before using it.
16689 * symmisc.c (maintenance_print_symbols): Likewise.
16690 (maintenance_print_msymbols): Likewise.
16691
16692 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16693
16694 * NEWS: Add record Python bindings entry.
16695
16696 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16697
16698 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-record-btrace.o,
16699 py-record-full.o.
16700 (SUBDIR_PYTHON_SRCS): Add py-record-btrace.c, py-record-full.c.
16701 * python/py-record-btrace.c, python/py-record-btrace.h,
16702 python/py-record-full.c, python/py-record-full.h: New file.
16703 * python/py-record.c: Add include for py-record-btrace.h and
16704 py-record-full.h.
16705 (recpy_method, recpy_format, recpy_goto, recpy_replay_position,
16706 recpy_instruction_history, recpy_function_call_history, recpy_begin,
16707 recpy_end): Use functions from py-record-btrace.c and py-record-full.c.
16708 * python/python-internal.h (PyInt_FromSsize_t, PyInt_AsSsize_t):
16709 New definition.
16710 (gdbpy_initialize_btrace): New export.
16711 * python/python.c (_initialize_python): Add gdbpy_initialize_btrace.
16712
16713 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16714
16715 * Makefile.in (SUBDIR_PYTHON_OBS): Add python/py-record.o.
16716 (SUBDIR_PYTHON_SRCS): Add python/py-record.c.
16717 * python/py-record.c: New file.
16718 * python/python-internal.h (gdbpy_start_recording,
16719 gdbpy_current_recording, gdpy_stop_recording,
16720 gdbpy_initialize_record): New export.
16721 * python/python.c (_initialize_python): Add gdbpy_initialize_record.
16722 (python_GdbMethods): Add gdbpy_start_recording,
16723 gdbpy_current_recording and gdbpy_stop_recording.
16724
16725 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16726
16727 * record-btrace.c (record_btrace_record_method): New function.
16728 (init_record_btrace_ops): Initialize to_record_method.
16729 * record-full.c (record_full_record_method): New function.
16730 (init_record_full_ops, init_record_full_core_ops): Add
16731 record_full_record_method.
16732 * record.h (enum record_method): New enum.
16733 * target-debug.h (target_debug_print_enum_record_method: New define.
16734 * target-delegates.c: Regenerate.
16735 * target.c (target_record_method): New function.
16736 * target.h: Include record.h.
16737 (struct target_ops) <to_record_method>: New field.
16738 (target_record_method): New export.
16739
16740 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16741
16742 * record.h (record_start, record_stop): New export.
16743 * record.c (record_start, record_stop): New function.
16744
16745 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16746
16747 * btrace.c (btrace_fetch): Copy function call segments pointer
16748 into a vector.
16749 (btrace_clear): Clear the vector.
16750 (btrace_find_insn_by_number): Use binary search to find the correct
16751 function call segment.
16752 * btrace.h (brace_fun_p): New typedef.
16753 (struct btrace_thread_info) <functions>: New field.
16754
16755 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16756
16757 * record-btrace.c (btrace_ui_out_decode_error): Move most of it ...
16758 * btrace.c (btrace_decode_error): ... here. New function.
16759 * btrace.h (btrace_decode_error): New export.
16760
16761 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
16762
16763 * btrace.c (ftrace_call_num_insn, btrace_insn_get_error): New function.
16764 (ftrace_new_function, btrace_insn_number, btrace_insn_cmp,
16765 btrace_find_insn_by_number): Remove special case for gaps.
16766 * btrace.h (btrace_insn_get_error): New export.
16767 (btrace_insn_number, btrace_find_insn_by_number): Adjust comment.
16768 * record-btrace.c (btrace_insn_history): Print number for gaps.
16769 (record_btrace_info, record_btrace_goto): Handle gaps.
16770
16771 2017-02-14 Tom Tromey <tom@tromey.com>
16772
16773 PR python/13598:
16774 * python/python.c (gdbpy_before_prompt_hook): Emit before_prompt
16775 event.
16776 * python/py-evts.c (gdbpy_initialize_py_events): Add
16777 before_prompt registry.
16778 * python/py-events.h (events_object) <before_prompt>: New field.
16779
16780 2017-02-14 Markus Metzger <markus.t.metzger@intel.com>
16781
16782 * btrace.c (ftrace_new_switch): Preserve up link and flags.
16783
16784 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
16785
16786 * symfile (_initialize_symfile): Add usage text to the load command's
16787 help text.
16788
16789 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
16790
16791 * utils.c (defaulted_query): Don't query on secondary UIs.
16792
16793 2017-02-10 Tom Tromey <tom@tromey.com>
16794
16795 * rust-lang.c (rust_get_disr_info): Remove unused variable.
16796
16797 2017-02-10 Tom Tromey <tom@tromey.com>
16798
16799 * python/py-value.c (valpy_richcompare_throw): Remove unnecessary
16800 "cleanup" local.
16801 * python/py-type.c (typy_legacy_template_argument): Remove
16802 unnecessary "cleanup" local.
16803
16804 2017-02-10 Tom Tromey <tom@tromey.com>
16805
16806 * python/python.c (do_start_initialization): New function, from
16807 _initialize_python.
16808 (_initialize_python): Call do_start_initialization.
16809 * python/py-linetable.c (ltpy_iternext): Use explicit returns, not
16810 goto.
16811
16812 2017-02-10 Tom Tromey <tom@tromey.com>
16813
16814 * python/py-prettyprint.c (pretty_print_one_value): Use
16815 gdbpy_ref.
16816
16817 2017-02-10 Tom Tromey <tom@tromey.com>
16818
16819 * python/py-cmd.c (cmdpy_destroyer): Use gdbpy_ref.
16820 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Use
16821 gdbpy_ref.
16822 * python/py-type.c (field_new): Use gdbpy_ref.
16823 * python/py-symtab.c (symtab_and_line_to_sal_object): Use
16824 gdbpy_ref.
16825 * python/py-progspace.c (pspy_new): Use gdbpy_ref.
16826 (py_free_pspace): Likewise.
16827 (pspace_to_pspace_object): Likewise.
16828 * python/py-objfile.c (objfpy_new): Use gdbpy_ref.
16829 (py_free_objfile): Likewise.
16830 (objfile_to_objfile_object): Likewise.
16831 * python/py-inferior.c (delete_thread_object): Use
16832 gdbpy_ref.
16833 (infpy_read_memory): Likewise.
16834 (py_free_inferior): Likewise.
16835 * python/py-evtregistry.c (create_eventregistry_object): Use
16836 gdbpy_ref.
16837 * python/py-event.c (create_event_object): Use gdbpy_ref.
16838
16839 2017-02-10 Tom Tromey <tom@tromey.com>
16840
16841 * python/py-ref.h (gdbpy_ref_policy): Now a template.
16842 (gdbpy_ref): Now a template; allow subclasses of PyObject to be
16843 used.
16844 * python/py-arch.c, python/py-bpevent.c, python/py-breakpoint.c,
16845 python/py-cmd.c, python/py-continueevent.c, python/py-event.c,
16846 python/py-exitedevent.c, python/py-finishbreakpoint.c,
16847 python/py-framefilter.c, python/py-function.c,
16848 python/py-inferior.c, python/py-infevents.c,
16849 python/py-linetable.c, python/py-newobjfileevent.c,
16850 python/py-param.c, python/py-prettyprint.c, python/py-ref.h,
16851 python/py-signalevent.c, python/py-stopevent.c,
16852 python/py-symbol.c, python/py-threadevent.c, python/py-type.c,
16853 python/py-unwind.c, python/py-utils.c, python/py-value.c,
16854 python/py-varobj.c, python/py-xmethods.c, python/python.c,
16855 varobj.c: Change gdbpy_ref to gdbpy_ref<>.
16856
16857 2017-02-10 Tom Tromey <tom@tromey.com>
16858
16859 * ui-out.h (ui_out_emit_type): New class.
16860 (ui_out_emit_tuple, ui_out_emit_list): New typedefs.
16861 * python/py-framefilter.c (py_print_single_arg): Use gdb::optional
16862 and ui_out_emit_tuple.
16863 (enumerate_locals): Likewise.
16864 (py_mi_print_variables, py_print_locals, py_print_args): Use
16865 ui_out_emit_list.
16866 (py_print_frame): Use gdb::optional, ui_out_emit_tuple,
16867 ui_out_emit_list.
16868 * common/gdb_optional.h: New file.
16869
16870 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
16871
16872 * MAINTAINERS (Write After Approval): Update my e-mail address.
16873
16874 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
16875
16876 PR gdb/21122
16877 * breakpoint.c (_initialize_breakpoint): Update the help description
16878 of the 'commands' command to indicate that it takes a list argument.
16879
16880 2017-02-09 Simon Marchi <simon.marchi@ericsson.com>
16881
16882 * interps.c (current_interp_set_logging): Remove "return".
16883
16884 2017-02-09 Gary Benson <gbenson@redhat.com>
16885
16886 * symtab.c (add_symtab_completions): Prevent NULL pointer
16887 dereference.
16888
16889 2017-02-08 Pedro Alves <palves@redhat.com>
16890
16891 * interps.c (interp::interp): Remove reference to quiet_p.
16892 (interp_set): Make static. Remove dead "Switching to" output
16893 code.
16894 (interp_quiet_p, interp_set_quiet): Delete.
16895 (interpreter_exec_cmd): Don't set the interpreter quiet.
16896 * interps.h (interp_quiet_p): Make static.
16897 (class interp) <quiet_p>: Remove field
16898
16899 2017-02-08 Jerome Guitton <guitton@adacore.com>
16900
16901 * cli/cli-decode.c (find_command_name_length): Make it extern.
16902 * cli/cli-decode.h (find_command_name_length): Declare.
16903 * cli/cli-script.c (command_name_equals, line_first_arg):
16904 New functions.
16905 (process_next_line): Use cli-decode to parse command names.
16906 (build_command_line): Make args a constant pointer.
16907
16908 2017-02-08 Jerome Guitton <guitton@adacore.com>
16909
16910 * cli-decode.c (lookup_cmd_1, lookup_cmd_composition):
16911 Remove case-insensitive search.
16912
16913 2017-02-07 Jose E. Marchesi <jose.marchesi@oracle.com>
16914
16915 * sparc-tdep.c (sparc32_gdbarch_init): Do not place a + operator
16916 at the end of the line. Avoids an ARI warning.
16917
16918 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
16919
16920 * NEWS: Mention support for record/replay of Intel 64 rdrand and
16921 rdseed instructions.
16922 i386-tdep.c (i386_process_record): Handle Intel 64 rdrand and rseed.
16923
16924 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
16925
16926 PR tdep/20936
16927 Provide and use sparc32 and sparc64 target description XML files.
16928 * features/sparc/sparc32-cp0.xml, features/sparc/sparc32-cpu.xml,
16929 features/sparc/sparc32-fpu.xml: New files for sparc 32-bit.
16930 * features/sparc/sparc64-cp0.xml, features/sparc/sparc64-cpu.xml,
16931 features/sparc/sparc64-fpu.xml: New files for sparc 64-bit.
16932 * features/sparc/sparc32-solaris.xml: New file.
16933 * features/sparc/sparc64-solaris.xml: New file.
16934 * features/sparc/sparc32-solaris.c: Generated.
16935 * features/sparc/sparc64-solaris.c: Generated.
16936 * sparc-tdep.h: Account for differences in target descriptions.
16937 * sparc-tdep.c (sparc32_register_name): Use target provided registers.
16938 (sparc32_register_type): Use target provided registers.
16939 (validate_tdesc_registers): New function.
16940 (sparc32_gdbarch_init): Use tdesc_has_registers.
16941 Set pseudoregister functions.
16942 * sparc64-tdep.c (sparc64_register_name): Use target provided registers.
16943 (sparc64_register_type): Use target provided registers.
16944 (sparc64_init_abi): Set pseudoregister functions.
16945
16946 2017-02-03 Tom Tromey <tom@tromey.com>
16947
16948 PR rust/21097:
16949 * rust-lang.c (rust_print_type) <TYPE_CODE_UNION>: Handle enums
16950 with a single member.
16951
16952 2017-02-03 Pedro Alves <palves@redhat.com>
16953
16954 * cli/cli-interp.c (cli_interp_base::cli_interp_base)
16955 (cli_interp_base::~cli_interp_base): New.
16956 (cli_interp): New struct.
16957 (as_cli_interp): Cast the interp itself to cli_interp.
16958 (cli_interpreter_pre_command_loop): Rename to ...
16959 (cli_interp_base::pre_command_loop): ... this. Remove 'self'
16960 parameter.
16961 (cli_interpreter_init): Rename to ...
16962 (cli_interp::init): ... this. Remove 'self' parameter. Use
16963 boolean. Make extern.
16964 (cli_interpreter_resume): Rename to ...
16965 (cli_interp::resume): ... this. Remove 'data' parameter. Make
16966 extern.
16967 (cli_interpreter_suspend): Rename to ...
16968 (cli_interp::suspend): ... this. Remove 'data' parameter. Make
16969 extern.
16970 (cli_interpreter_exec): Rename to ...
16971 (cli_interp::exec): ... this. Remove 'data' parameter. Make
16972 extern.
16973 (cli_interpreter_supports_command_editing): Rename to ...
16974 (cli_interp_base::supports_command_editing): ... this. Remove
16975 'interp' parameter. Make extern.
16976 (cli_ui_out): Rename to ...
16977 (cli_interp::interp_ui_out): ... this. Remove 'interp' parameter.
16978 Make extern.
16979 (cli_set_logging): Rename to ...
16980 (cli_interp_base::set_logging): ... this. Remove 'interp'
16981 parameter. Make extern.
16982 (cli_interp_procs): Delete.
16983 (cli_interp_factory): Adjust to use "new".
16984 * cli/cli-interp.h: Include "interps.h".
16985 (struct cli_interp_base): New struct.
16986 * interps.c (struct interp): Delete. Fields moved to interps.h.
16987 (interp_new): Delete.
16988 (interp::interp, interp::~interp): New.
16989 (interp_set): Use bool, and return void. Assume the interpreter
16990 has suspend, init and resume methods, and that the all return
16991 void.
16992 (set_top_level_interpreter): interp_set returns void.
16993 (interp_ui_out): Adapt.
16994 (current_interp_set_logging): Adapt.
16995 (interp_data): Delete.
16996 (interp_pre_command_loop, interp_supports_command_editing): Adapt.
16997 (interp_exec): Adapt.
16998 (top_level_interpreter_data): Delete.
16999 * interps.h (interp_init_ftype, interp_resume_ftype)
17000 (interp_suspend_ftype, interp_exec_ftype)
17001 (interp_pre_command_loop_ftype, interp_ui_out_ftype): Delete.
17002 (class interp): New.
17003 (interp_new): Delete.
17004 (interp_set): Now returns void. Use bool.
17005 (interp_data, top_level_interpreter_data): Delete.
17006 * mi/mi-common.h: Include interps.h.
17007 (class mi_interp): Inherit from interp. Define a ctor. Declare
17008 init, resume, suspect, exec, interp_ui_out, set_logging and
17009 pre_command_loop methods.
17010 * mi/mi-interp.c (as_mi_interp): Cast the interp itself.
17011 (mi_interpreter_init): Rename to ...
17012 (mi_interp::init): ... this. Remove the 'interp' parameter, use
17013 bool, return void and make extern. Adjust.
17014 (mi_interpreter_resume): ... Rename to ...
17015 (mi_interp::resume): ... this. Remove the 'data' parameter,
17016 return void and make extern. Adjust.
17017 (mi_interpreter_suspend): ... Rename to ...
17018 (mi_interp::suspend): ... this. Remove the 'data' parameter,
17019 return void and make extern. Adjust.
17020 (mi_interpreter_exec): ... Rename to ...
17021 (mi_interp::exec): ... this. Remove the 'data' parameter and make
17022 extern. Adjust.
17023 (mi_interpreter_pre_command_loop): ... Rename to ...
17024 (mi_interp::pre_command_loop): ... this. Remove the 'self'
17025 parameter and make extern.
17026 (mi_on_normal_stop_1): Adjust.
17027 (mi_ui_out): Rename to ...
17028 (mi_interp::interp_ui_out): ... this. Remove the 'interp'
17029 parameter and make extern. Adjust.
17030 (mi_set_logging): Rename to ...
17031 (mi_interp::set_logging): ... this. Remove the 'interp'
17032 parameter and make extern. Adjust.
17033 (mi_interp_procs): Delete.
17034 (mi_interp_factory): Adjust to use 'new'.
17035 * mi/mi-main.c (mi_cmd_gdb_exit, captured_mi_execute_command)
17036 (mi_print_exception, mi_execute_command, mi_load_progress):
17037 Adjust.
17038 * tui/tui-interp.c (tui_interp): New class.
17039 (as_tui_interp): Return a tui_interp pointer.
17040 (tui_on_normal_stop, tui_on_signal_received)
17041 (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
17042 (tui_on_no_history, tui_on_user_selected_context_changed): Adjust
17043 to use interp::interp_ui_out.
17044 (tui_init): Rename to ...
17045 (tui_interp::init): ... this. Remove the 'self' parameter, use
17046 bool, return void and make extern. Adjust.
17047 (tui_resume): Rename to ...
17048 (tui_interp::resume): ... this. Remove the 'data' parameter,
17049 return void and make extern. Adjust.
17050 (tui_suspend): Rename to ...
17051 (tui_interp::suspend): ... this. Remove the 'data' parameter,
17052 return void and make extern. Adjust.
17053 (tui_ui_out): Rename to ...
17054 (tui_interp::interp_ui_out): ... this. Remove the 'self'
17055 parameter, and make extern. Adjust.
17056 (tui_exec): Rename to ...
17057 (tui_interp::exec): ... this. Remove the 'data' parameter and
17058 make extern.
17059 (tui_interp_procs): Delete.
17060 (tui_interp_factory): Use "new".
17061
17062 2017-02-02 Tom Tromey <tom@tromey.com>
17063
17064 * rust-exp.y (ends_raw_string, space_then_number)
17065 (rust_identifier_start_p): Return bool.
17066 * rust-lang.c (rust_tuple_type_p, rust_underscore_fields)
17067 (rust_tuple_struct_type_p, rust_tuple_variant_type_p)
17068 (rust_slice_type_p, rust_range_type_p, rust_u8_type_p)
17069 (rust_chartype_p): Return bool.
17070 (val_print_struct, rust_print_struct_def, rust_print_type):
17071 Update.
17072 * rust-lang.h (rust_tuple_type_p, rust_tuple_struct_type_p):
17073 Return bool.
17074
17075 2017-02-02 Tom Tromey <tom@tromey.com>
17076
17077 * rust-lang.c: Reindent.
17078
17079 2017-02-02 Tom Tromey <tom@tromey.com>
17080
17081 * rust-lang.h (rust_crate_for_block): Update.
17082 * rust-lang.c (rust_crate_for_block): Return std::string.
17083 (rust_get_disr_info): Use std:;string, not
17084 gdb::unique_xmalloc_ptr.
17085 * rust-exp.y (crate_name): Update.
17086
17087 2017-02-02 Pedro Alves <palves@redhat.com>
17088
17089 * disasm-selftests.c (print_one_insn_test): Move the "verbose"
17090 field out of gdb_disassembler_test and make it static.
17091
17092 2017-02-02 Pedro Alves <palves@redhat.com>
17093
17094 * mi/mi-common.h (struct mi_interp): Delete the mi2_interp,
17095 mi1_interp and mi_interp fields.
17096
17097 2017-02-02 Pedro Alves <palves@redhat.com>
17098
17099 * cli/cli-interp.c (struct saved_output_files, saved_output):
17100 Moved from cli/cli-logging.c.
17101 (cli_set_logging): New function.
17102 (cli_interp_procs): Install cli_set_logging.
17103 * cli/cli-interp.h (make_logging_output, cli_set_logging):
17104 Declare.
17105 * cli/cli-logging.c (struct saved_output_files, saved_output):
17106 Moved to cli/cli-interp.c.
17107 (pop_output_files): Don't save outputs here.
17108 (make_logging_output): New function.
17109 (handle_redirections): Don't build tee nor save previous outputs
17110 here.
17111 * interps.c (current_interp_set_logging): Change prototype.
17112 Assume there's always a set_logging_proc method installed.
17113 * interps.h (interp_set_logging_ftype): Change prototype.
17114 (current_interp_set_logging): Change prototype and adjust comment.
17115 * mi/mi-interp.c (mi_set_logging): Change protototype. Adjust to
17116 use make_logging_output.
17117 * tui/tui-interp.c (tui_interp_procs): Install cli_set_logging.
17118 2017-02-02 Pedro Alves <palves@redhat.com>
17119
17120 * cli/cli-logging.c (maybe_warn_already_logging): New factored out
17121 from ...
17122 (set_logging_overwrite): ... here.
17123 (logging_no_redirect_file): Delete.
17124 (set_logging_redirect): Don't handle redirection on the fly.
17125 Instead warn that "logging off" / "logging on" is necessary.
17126 (pop_output_files): Delete references to logging_no_redirect_file.
17127 (show_logging_command): Always speak in terms of what will happen
17128 once logging is reenabled.
17129
17130 2017-02-02 Pedro Alves <palves@redhat.com>
17131
17132 * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
17133
17134 2017-02-02 Pedro Alves <palves@redhat.com>
17135
17136 * disasm.c (gdb_pretty_print_insn): Rename to ...
17137 (gdb_pretty_print_disassembler::pretty_print_insn): ... this.
17138 Remove gdbarch parameter. Adapt to clear the object's buffers
17139 instead of allocating new buffers, and to print using the object's
17140 gdb_disassembler instead of calling gdb_print_insn.
17141 (dump_insns): Use gdb_pretty_print_disassembler.
17142 * disasm.h (gdb_pretty_print_insn): Delete declaration.
17143 (gdb_pretty_print_disassembler): New class.
17144 * record-btrace.c (btrace_insn_history): Use
17145 gdb_pretty_print_disassembler.
17146
17147 2017-02-02 Pedro Alves <palves@redhat.com>
17148
17149 * ada-lang.c (type_as_string): Use string_file.
17150 * ada-valprint.c (ada_print_floating): Use string_file.
17151 * ada-varobj.c (ada_varobj_scalar_image)
17152 (ada_varobj_get_value_image): Use string_file.
17153 * aix-thread.c (aix_thread_extra_thread_info): Use string_file.
17154 * arm-tdep.c (_initialize_arm_tdep): Use string_printf.
17155 * breakpoint.c (update_inserted_breakpoint_locations)
17156 (insert_breakpoint_locations, reattach_breakpoints)
17157 (print_breakpoint_location, print_one_detail_ranged_breakpoint)
17158 (print_it_watchpoint): Use string_file.
17159 (save_breakpoints): Use stdio_file.
17160 * c-exp.y (oper): Use string_file.
17161 * cli/cli-logging.c (set_logging_redirect): Use ui_file_up and
17162 tee_file.
17163 (pop_output_files): Use delete.
17164 (handle_redirections): Use stdio_file and tee_file.
17165 * cli/cli-setshow.c (do_show_command): Use string_file.
17166 * compile/compile-c-support.c (c_compute_program): Use
17167 string_file.
17168 * compile/compile-c-symbols.c (generate_vla_size): Take a
17169 'string_file &' instead of a 'ui_file *'.
17170 (generate_c_for_for_one_variable): Take a 'string_file &' instead
17171 of a 'ui_file *'. Use string_file.
17172 (generate_c_for_variable_locations): Take a 'string_file &'
17173 instead of a 'ui_file *'.
17174 * compile/compile-internal.h (generate_c_for_for_one_variable):
17175 Take a 'string_file &' instead of a 'ui_file *'.
17176 * compile/compile-loc2c.c (push, pushf, unary, binary)
17177 (print_label, pushf_register_address, pushf_register)
17178 (do_compile_dwarf_expr_to_c): Take a 'string_file &' instead of a
17179 'ui_file *'. Adjust.
17180 * compile/compile.c (compile_to_object): Use string_file.
17181 * compile/compile.h (compile_dwarf_expr_to_c)
17182 (compile_dwarf_bounds_to_c): Take a 'string_file &' instead of a
17183 'ui_file *'.
17184 * cp-support.c (inspect_type): Use string_file and obstack_copy0.
17185 (replace_typedefs_qualified_name): Use string_file and
17186 obstack_copy0.
17187 * disasm.c (gdb_pretty_print_insn): Use string_file.
17188 (gdb_disassembly): Adjust reference the null_stream global.
17189 (do_ui_file_delete): Delete.
17190 (gdb_insn_length): Use null_stream.
17191 * dummy-frame.c (maintenance_print_dummy_frames): Use stdio_file.
17192 * dwarf2loc.c (dwarf2_compile_property_to_c)
17193 (locexpr_generate_c_location, loclist_generate_c_location): Take a
17194 'string_file &' instead of a 'ui_file *'.
17195 * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise.
17196 * dwarf2read.c (do_ui_file_peek_last): Delete.
17197 (dwarf2_compute_name): Use string_file.
17198 * event-top.c (gdb_setup_readline): Use stdio_file.
17199 * gdbarch.sh (verify_gdbarch): Use string_file.
17200 * gdbtypes.c (safe_parse_type): Use null_stream.
17201 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Use
17202 string_file.
17203 * guile/scm-disasm.c (gdbscm_print_insn_from_port): Take a
17204 'string_file *' instead of a 'ui_file *'.
17205 (gdbscm_arch_disassemble): Use string_file.
17206 * guile/scm-frame.c (frscm_print_frame_smob): Use string_file.
17207 * guile/scm-ports.c (class ioscm_file_port): Now a class that
17208 inherits from ui_file.
17209 (ioscm_file_port_delete, ioscm_file_port_rewind)
17210 (ioscm_file_port_put): Delete.
17211 (ioscm_file_port_write): Rename to ...
17212 (ioscm_file_port::write): ... this. Remove file_port_magic
17213 checks.
17214 (ioscm_file_port_new): Delete.
17215 (ioscm_with_output_to_port_worker): Use ioscm_file_port and
17216 ui_file_up.
17217 * guile/scm-type.c (tyscm_type_name): Use string_file.
17218 * guile/scm-value.c (vlscm_print_value_smob, gdbscm_value_print):
17219 Use string_file.
17220 * infcmd.c (print_return_value_1): Use string_file.
17221 * infrun.c (print_target_wait_results): Use string_file.
17222 * language.c (add_language): Use string_file.
17223 * location.c (explicit_to_string_internal): Use string_file.
17224 * main.c (captured_main_1): Use null_file.
17225 * maint.c (maintenance_print_architecture): Use stdio_file.
17226 * mi/mi-cmd-stack.c (list_arg_or_local): Use string_file.
17227 * mi/mi-common.h (struct mi_interp) <out, err, log, targ,
17228 event_channel>: Change type to mi_console_file pointer.
17229 * mi/mi-console.c (mi_console_file_fputs, mi_console_file_flush)
17230 (mi_console_file_delete): Delete.
17231 (struct mi_console_file): Delete.
17232 (mi_console_file_magic): Delete.
17233 (mi_console_file_new): Delete.
17234 (mi_console_file::mi_console_file): New.
17235 (mi_console_file_delete): Delete.
17236 (mi_console_file_fputs): Delete.
17237 (mi_console_file::write): New.
17238 (mi_console_raw_packet): Delete.
17239 (mi_console_file::flush): New.
17240 (mi_console_file_flush): Delete.
17241 (mi_console_set_raw): Rename to ...
17242 (mi_console_file::set_raw): ... this.
17243 * mi/mi-console.h (class mi_console_file): New class.
17244 (mi_console_file_new, mi_console_set_raw): Delete.
17245 * mi/mi-interp.c (mi_interpreter_init): Use mi_console_file.
17246 (mi_set_logging): Use delete and tee_file. Adjust.
17247 * mi/mi-main.c (output_register): Use string_file.
17248 (mi_cmd_data_evaluate_expression): Use string_file.
17249 (mi_cmd_data_read_memory): Use string_file.
17250 (mi_cmd_execute, print_variable_or_computed): Use string_file.
17251 * mi/mi-out.c (mi_ui_out::main_stream): New.
17252 (mi_ui_out::rewind): Use main_stream and
17253 string_file.
17254 (mi_ui_out::put): Use main_stream and string_file.
17255 (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
17256 Allocate a 'string_file' instead.
17257 (mi_out_new): Don't allocate a mem_fileopen stream here.
17258 * mi/mi-out.h (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
17259 (mi_ui_out::main_stream): Declare method.
17260 * printcmd.c (eval_command): Use string_file.
17261 * psymtab.c (maintenance_print_psymbols): Use stdio_file.
17262 * python/py-arch.c (archpy_disassemble): Use string_file.
17263 * python/py-breakpoint.c (bppy_get_commands): Use string_file.
17264 * python/py-frame.c (frapy_str): Use string_file.
17265 * python/py-framefilter.c (py_print_type, py_print_single_arg):
17266 Use string_file.
17267 * python/py-type.c (typy_str): Use string_file.
17268 * python/py-unwind.c (unwind_infopy_str): Use string_file.
17269 * python/py-value.c (valpy_str): Use string_file.
17270 * record-btrace.c (btrace_insn_history): Use string_file.
17271 * regcache.c (regcache_print): Use stdio_file.
17272 * reggroups.c (maintenance_print_reggroups): Use stdio_file.
17273 * remote.c (escape_buffer): Use string_file.
17274 * rust-lang.c (rust_get_disr_info): Use string_file.
17275 * serial.c (serial_open_ops_1): Use stdio_file.
17276 (do_serial_close): Use delete.
17277 * stack.c (print_frame_arg): Use string_file.
17278 (print_frame_args): Remove local mem_fileopen stream, not used.
17279 (print_frame): Use string_file.
17280 * symmisc.c (maintenance_print_symbols): Use stdio_file.
17281 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
17282 Take a 'string_file *' instead of a 'ui_file *'.
17283 * top.c (new_ui): Use stdio_file and stderr_file.
17284 (free_ui): Use delete.
17285 (execute_command_to_string): Use string_file.
17286 (quit_confirm): Use string_file.
17287 * tracepoint.c (collection_list::append_exp): Use string_file.
17288 * tui/tui-disasm.c (tui_disassemble): Use string_file.
17289 * tui/tui-file.c: Don't include "ui-file.h".
17290 (enum streamtype, struct tui_stream): Delete.
17291 (tui_file_new, tui_file_delete, tui_fileopen, tui_sfileopen)
17292 (tui_file_isatty, tui_file_rewind, tui_file_put): Delete.
17293 (tui_file::tui_file): New method.
17294 (tui_file_fputs): Delete.
17295 (tui_file_get_strbuf): Delete.
17296 (tui_file::puts): New method.
17297 (tui_file_adjust_strbuf): Delete.
17298 (tui_file_flush): Delete.
17299 (tui_file::flush): New method.
17300 * tui/tui-file.h: Tweak intro comment.
17301 Include ui-file.h.
17302 (tui_fileopen, tui_sfileopen, tui_file_get_strbuf)
17303 (tui_file_adjust_strbuf): Delete declarations.
17304 (class tui_file): New class.
17305 * tui/tui-io.c (tui_initialize_io): Use tui_file.
17306 * tui/tui-regs.c (tui_restore_gdbout): Use delete.
17307 (tui_register_format): Use string_stream.
17308 * tui/tui-stack.c (tui_make_status_line): Use string_file.
17309 (tui_get_function_from_frame): Use string_file.
17310 * typeprint.c (type_to_string): Use string_file.
17311 * ui-file.c (struct ui_file, ui_file_magic, ui_file_new): Delete.
17312 (null_stream): New global.
17313 (ui_file_delete): Delete.
17314 (ui_file::ui_file): New.
17315 (null_file_isatty): Delete.
17316 (ui_file::~ui_file): New.
17317 (null_file_rewind): Delete.
17318 (ui_file::printf): New.
17319 (null_file_put): Delete.
17320 (null_file_flush): Delete.
17321 (ui_file::putstr): New.
17322 (null_file_write): Delete.
17323 (ui_file::putstrn): New.
17324 (null_file_read): Delete.
17325 (ui_file::putc): New.
17326 (null_file_fputs): Delete.
17327 (null_file_write_async_safe): Delete.
17328 (ui_file::vprintf): New.
17329 (null_file_delete): Delete.
17330 (null_file::write): New.
17331 (null_file_fseek): Delete.
17332 (null_file::puts): New.
17333 (ui_file_data): Delete.
17334 (null_file::write_async_safe): New.
17335 (gdb_flush, ui_file_isatty): Adjust.
17336 (ui_file_put, ui_file_rewind): Delete.
17337 (ui_file_write): Adjust.
17338 (ui_file_write_for_put): Delete.
17339 (ui_file_write_async_safe, ui_file_read): Adjust.
17340 (ui_file_fseek): Delete.
17341 (fputs_unfiltered): Adjust.
17342 (set_ui_file_flush, set_ui_file_isatty, set_ui_file_rewind)
17343 (set_ui_file_put, set_ui_file_write, set_ui_file_write_async_safe)
17344 (set_ui_file_read, set_ui_file_fputs, set_ui_file_fseek)
17345 (set_ui_file_data): Delete.
17346 (string_file::~string_file, string_file::write)
17347 (struct accumulated_ui_file, do_ui_file_xstrdup, ui_file_xstrdup)
17348 (do_ui_file_as_string, ui_file_as_string): Delete.
17349 (do_ui_file_obsavestring, ui_file_obsavestring): Delete.
17350 (struct mem_file): Delete.
17351 (mem_file_new): Delete.
17352 (stdio_file::stdio_file): New.
17353 (mem_file_delete): Delete.
17354 (stdio_file::stdio_file): New.
17355 (mem_fileopen): Delete.
17356 (stdio_file::~stdio_file): New.
17357 (mem_file_rewind): Delete.
17358 (stdio_file::set_stream): New.
17359 (mem_file_put): Delete.
17360 (stdio_file::open): New.
17361 (mem_file_write): Delete.
17362 (stdio_file_magic, struct stdio_file): Delete.
17363 (stdio_file_new, stdio_file_delete, stdio_file_flush): Delete.
17364 (stdio_file::flush): New.
17365 (stdio_file_read): Rename to ...
17366 (stdio_file::read): ... this. Adjust.
17367 (stdio_file_write): Rename to ...
17368 (stdio_file::write): ... this. Adjust.
17369 (stdio_file_write_async_safe): Rename to ...
17370 (stdio_file::write_async_safe) ... this. Adjust.
17371 (stdio_file_fputs): Rename to ...
17372 (stdio_file::puts) ... this. Adjust.
17373 (stdio_file_isatty): Delete.
17374 (stdio_file_fseek): Delete.
17375 (stdio_file::isatty): New.
17376 (stderr_file_write): Rename to ...
17377 (stderr_file::write) ... this. Adjust.
17378 (stderr_file_fputs): Rename to ...
17379 (stderr_file::puts) ... this. Adjust.
17380 (stderr_fileopen, stdio_fileopen, gdb_fopen): Delete.
17381 (stderr_file::stderr_file): New.
17382 (tee_file_magic): Delete.
17383 (struct tee_file): Delete.
17384 (tee_file::tee_file): New.
17385 (tee_file_new): Delete.
17386 (tee_file::~tee_file): New.
17387 (tee_file_delete): Delete.
17388 (tee_file_flush): Rename to ...
17389 (tee_file::flush): ... this. Adjust.
17390 (tee_file_write): Rename to ...
17391 (tee_file::write): ... this. Adjust.
17392 (tee_file::write_async_safe): New.
17393 (tee_file_fputs): Rename to ...
17394 (tee_file::puts): ... this. Adjust.
17395 (tee_file_isatty): Rename to ...
17396 (tee_file::isatty): ... this. Adjust.
17397 * ui-file.h (struct obstack, struct ui_file): Don't
17398 forward-declare.
17399 (ui_file_new, ui_file_flush_ftype, set_ui_file_flush)
17400 (ui_file_write_ftype)
17401 (set_ui_file_write, ui_file_fputs_ftype, set_ui_file_fputs)
17402 (ui_file_write_async_safe_ftype, set_ui_file_write_async_safe)
17403 (ui_file_read_ftype, set_ui_file_read, ui_file_isatty_ftype)
17404 (set_ui_file_isatty, ui_file_rewind_ftype, set_ui_file_rewind)
17405 (ui_file_put_method_ftype, ui_file_put_ftype, set_ui_file_put)
17406 (ui_file_delete_ftype, set_ui_file_data, ui_file_fseek_ftype)
17407 (set_ui_file_fseek): Delete.
17408 (ui_file_data, ui_file_delete, ui_file_rewind)
17409 (struct ui_file): New.
17410 (ui_file_up): New.
17411 (class null_file): New.
17412 (null_stream): Declare.
17413 (ui_file_write_for_put, ui_file_put): Delete.
17414 (ui_file_xstrdup, ui_file_as_string, ui_file_obsavestring):
17415 Delete.
17416 (ui_file_fseek, mem_fileopen, stdio_fileopen, stderr_fileopen)
17417 (gdb_fopen, tee_file_new): Delete.
17418 (struct string_file): New.
17419 (struct stdio_file): New.
17420 (stdio_file_up): New.
17421 (struct stderr_file): New.
17422 (class tee_file): New.
17423 * ui-out.c (ui_out::field_stream): Take a 'string_file &' instead
17424 of a 'ui_file *'. Adjust.
17425 * ui-out.h (class ui_out) <field_stream>: Likewise.
17426 * utils.c (do_ui_file_delete, make_cleanup_ui_file_delete)
17427 (null_stream): Delete.
17428 (error_stream): Take a 'string_file &' instead of a 'ui_file *'.
17429 Adjust.
17430 * utils.h (struct ui_file): Delete forward declaration..
17431 (make_cleanup_ui_file_delete, null_stream): Delete declarations.
17432 (error_stream): Take a 'string_file &' instead of a
17433 'ui_file *'.
17434 * varobj.c (varobj_value_get_print_value): Use string_file.
17435 * xtensa-tdep.c (xtensa_verify_config): Use string_file.
17436 * gdbarch.c: Regenerate.
17437
17438 2017-02-02 Pedro Alves <palves@redhat.com>
17439
17440 * disasm.c (gdb_disassembler::pretty_print_insn): Rename to...
17441 (gdb_pretty_print_insn): ... this. Now a free function. Add back
17442 a 'gdbarch' parameter. Allocate a mem_fileopen stream here.
17443 Adjust to call gdb_print_insn instead of
17444 gdb_disassembler::print_insn.
17445 (dump_insns, do_mixed_source_and_assembly_deprecated)
17446 (do_mixed_source_and_assembly, do_assembly_only): Add back a
17447 'gdbarch' parameter. Remove gdb_disassembler parameter.
17448 (gdb_disassembly): Don't allocate a gdb_disassembler here.
17449 * disasm.h (gdb_disassembler::pretty_print_insn): Delete
17450 declaration.
17451 (gdb_pretty_print_insn): Re-add declaration.
17452 * record-btrace.c (btrace_insn_history): Don't allocate a
17453 gdb_disassembler here. Adjust to call gdb_pretty_print_insn.
17454
17455 2017-02-01 Simon Marchi <simon.marchi@polymtl.ca>
17456
17457 * disasm.h (gdb_disassembly): Remove file_string parameter.
17458 * disasm.c (gdb_disassembly): Likewise.
17459 * cli/cli-cmds.c (print_disassembly): Adapt.
17460 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
17461 * stack.c (do_gdb_disassembly): Likewise.
17462
17463 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17464
17465 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): For
17466 DWARF_VALUE_LITERAL, no longer ignore the offset on big-endian
17467 targets. And if the implicit value is longer than needed, extract
17468 the first bytes instead of the "least significant" ones.
17469
17470 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
17471
17472 * btrace.c (btrace_enable): Do not call btrace_add_pc for
17473 BTRACE_FORMAT_PT or if can_access_registers_ptid returns false.
17474 (btrace_fetch): Assert can_access_registers_ptid.
17475 * record-btrace.c (require_btrace_thread, record_btrace_info): Call
17476 validate_registers_access.
17477
17478 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
17479
17480 * gdbthread.h (can_access_registers_ptid): New.
17481 * thread.c (can_access_registers_ptid): New.
17482
17483 2017-02-01 Pedro Alves <palves@redhat.com>
17484
17485 * i386-tdep.c (i386_fast_tracepoint_valid_at): Use gdb_insn_length.
17486
17487 2017-01-31 Pedro Alves <palves@redhat.com>
17488
17489 * mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified):
17490 Fix typos.
17491
17492 2017-01-31 Pedro Alves <palves@redhat.com>
17493
17494 * stack.c (print_frame_args): Remove local mem_fileopen stream,
17495 not used.
17496
17497 2017-01-31 Pedro Alves <palves@redhat.com>
17498
17499 * varobj.c (varobj_value_get_print_value): Remove xstrdup call.
17500
17501 2017-01-31 Pedro Alves <palves@redhat.com>
17502
17503 * common/scoped_restore.h
17504 (scoped_restore_tmpl::scoped_restore_tmpl): Template on T2, and
17505 change the value's parameter type to T2.
17506 (make_scoped_restore): Likewise.
17507
17508 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
17509 Richard Henderson <rth@redhat.com>
17510
17511 * amd64-linux-nat.c (PTRACE_ARCH_PRCTL): New define.
17512 (amd64_linux_fetch_inferior_registers): Add case to fetch FS_BASE
17513 GS_BASE for older kernels.
17514 (amd64_linux_store_inferior_registers): Add case to store FS_BASE
17515 GS_BASE for older kernels.
17516 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Add FS_BASE
17517 and GS_BASE to the offset table.
17518 (amd64_linux_register_reggroup_p): Add FS_BASE and GS_BASE to the
17519 system register group.
17520 * amd64-nat.c (amd64_native_gregset_reg_offset): Implements case
17521 for older kernels.
17522 * amd64-tdep.c (amd64_init_abi): Add segment registers for the
17523 amd64 ABI.
17524 * amd64-tdep.h (amd64_regnum): Add AMD64_FSBASE_REGNUM and
17525 AMD64_GSBASE_REGNUM.
17526 (AMD64_NUM_REGS): Set to AMD64_GSBASE_REGNUM + 1.
17527 * features/Makefile (amd64-linux.dat, amd64-avx-linux.dat)
17528 (amd64-mpx-linux.dat, amd64-avx512-linux.dat, x32-linux.dat)
17529 (x32-avx-linux.dat, x32-avx512-linux.dat): Add
17530 i386/64bit-segments.xml in those rules.
17531 * features/i386/64bit-segments.xml: New file.
17532 * features/i386/amd64-avx-mpx-linux.xml: Add 64bit-segments.xml.
17533 * features/i386/amd64-avx-linux.xml: Add 64bit-segments.xml.
17534 * features/i386/amd64-avx512-linux.xml: Add 64bit-segments.xml.
17535 * features/i386/amd64-mpx-linux.xml: Add 64bit-segments.xml.
17536 * features/i386/x32-avx512-linux.xml: Add 64bit-segments.xml.
17537 * features/i386/x32-avx-linux.xml: Add 64bit-segments.xml.
17538 * features/i386/amd64-linux.xml: Add 64bit-segments.xml.
17539 * features/i386/amd64-avx-linux.c: Regenerated.
17540 * features/i386/amd64-avx-mpx-linux.c: Regenerated.
17541 * features/i386/amd64-avx-mpx.c: Regenerated.
17542 * features/i386/amd64-avx512-linux.c: Regenerated.
17543 * features/i386/amd64-linux.c: Regenerated.
17544 * features/i386/amd64-mpx-linux.c: Regenerated.
17545 * features/i386/i386-avx-mpx-linux.c: Regenerated.
17546 * features/i386/i386-avx-mpx.c: Regenerated.
17547 * features/i386/x32-avx-linux.c: Regenerated.
17548 * features/i386/x32-avx512-linux.c: Regenerated.
17549 * regformats/i386/amd64-avx-linux.dat: Regenerated.
17550 * regformats/i386/amd64-avx-mpx-linux.dat: Regenerated.
17551 * regformats/i386/amd64-avx512-linux.dat: Regenerated.
17552 * regformats/i386/amd64-linux.dat: Regenerated.
17553 * regformats/i386/amd64-mpx-linux.dat: Regenerated.
17554 * regformats/i386/x32-avx-linux.dat: Regenerated.
17555 * regformats/i386/x32-avx512-linux.dat: Regenerated.
17556 * regformats/i386/x32-linux.dat: Regenerated.
17557
17558 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
17559
17560 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM):
17561 Set to AMD64_NUM_REGS.
17562
17563 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
17564
17565 * amd64-nat.c (amd64_native_gregset_reg_offset): Simplify logic
17566 that checks validity of a register number.
17567
17568 2017-01-27 Kees Cook <keescook@google.com>
17569
17570 * gdb/arm-linux-nat.c (arm_linux_fetch_inferior_registers): Call
17571 fetch_fpregs if target has fpa registers.
17572 (arm_linux_store_inferior_registers): Call store_fpregs if target
17573 has fpa registers.
17574
17575 2017-01-26 Andreas Arnez <arnez@linux.vnet.ibm.com>
17576
17577 * cris-tdep.c (cris_gdbarch_init): Remove check for
17578 info.byte_order and force it to BFD_ENDIAN_LITTLE.
17579
17580 2017-01-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17581
17582 * corelow.c (get_core_register_section): Check for regset
17583 existence before checking for REGSET_VARIABLE_SIZE.
17584
17585 2017-01-26 Yao Qi <yao.qi@linaro.org>
17586 Pedro Alves <palves@redhat.com>
17587
17588 PR gdb/20939
17589 * disasm.c (gdb_disassembler::dis_asm_memory_error): Don't
17590 call memory_error, save memaddr instead.
17591 (gdb_disassembler::print_insn): If gdbarch_print_insn returns
17592 negative, cal memory_error.
17593 * disasm.h (gdb_disassembler) <m_err_memaddr>: New field.
17594
17595 2017-01-26 Yao Qi <yao.qi@linaro.org>
17596
17597 * disasm-selftests.c (memory_error_test): New function.
17598 (_initialize_disasm_selftests): Register memory_error_test.
17599
17600 2017-01-26 Yao Qi <yao.qi@linaro.org>
17601
17602 * Makefile.in (SFILES): Add disasm-selftests.c and
17603 selftest-arch.c.
17604 (COMMON_OBS): Add disasm-selftests.o and selftest-arch.o.
17605 * disasm-selftests.c: New file.
17606 * selftest-arch.c: New file.
17607 * selftest-arch.h: New file.
17608
17609 2017-01-26 Yao Qi <yao.qi@linaro.org>
17610
17611 * mep-tdep.c (mep_gdb_print_insn): Set info->arch
17612 to bfd_arch_mep. Don't return 0 if section is not
17613 found. Call print_insn_mep.
17614
17615 2017-01-26 Pedro Alves <palves@redhat.com>
17616 Yao Qi <yao.qi@linaro.org>
17617
17618 * arm-tdep.c: Include "disasm.h".
17619 (gdb_print_insn_arm): Update code to get gdbarch.
17620 * disasm.c (dis_asm_read_memory): Change it to
17621 gdb_disassembler::dis_asm_read_memory.
17622 (dis_asm_memory_error): Likewise.
17623 (dis_asm_print_address): Likewise.
17624 (gdb_pretty_print_insn): Change it to
17625 gdb_disassembler::pretty_print_insn.
17626 (dump_insns): Add one argument gdb_disassemlber. All
17627 callers updated.
17628 (do_mixed_source_and_assembly_deprecated): Likewise.
17629 (do_mixed_source_and_assembly): Likewise.
17630 (do_assembly_only): Likewise.
17631 (gdb_disassembler::gdb_disassembler): New.
17632 (gdb_disassembler::print_insn): New.
17633 * disasm.h (class gdb_disassembler): New.
17634 (gdb_pretty_print_insn): Remove declaration.
17635 (gdb_disassemble_info): Likewise.
17636 * guile/scm-disasm.c (class gdbscm_disassembler): New.
17637 (gdbscm_disasm_read_memory_worker): Update.
17638 (gdbscm_disasm_read_memory): Update.
17639 (gdbscm_disasm_memory_error): Remove.
17640 (gdbscm_disasm_print_address): Remove.
17641 (gdbscm_disassembler::gdbscm_disassembler): New.
17642 (gdbscm_print_insn_from_port): Update.
17643 * mips-tdep.c: Include disasm.h.
17644 (gdb_print_insn_mips): Update code to get gdbarch.
17645 * record-btrace.c (btrace_insn_history): Update.
17646 * spu-tdep.c: Include disasm.h.
17647 (struct spu_dis_asm_data): Remove.
17648 (struct spu_dis_asm_info): New.
17649 (spu_dis_asm_print_address): Use spu_dis_asm_info to get
17650 SPU id.
17651 (gdb_print_insn_spu): Cast disassemble_info to
17652 spu_dis_asm_info.
17653
17654 2017-01-26 Yao Qi <yao.qi@linaro.org>
17655
17656 * disasm.c (do_ui_file_delete): Delete.
17657 (gdb_insn_length): Move code creating stream to ...
17658 * utils.c (null_stream): ... here. New function.
17659 * utils.h (null_stream): Declare.
17660
17661 2017-01-23 Simon Marchi <simon.marchi@polymtl.ca>
17662
17663 * python/py-inferior.c (find_thread_object): Return directly
17664 from the loop. Remove "found" variable.
17665
17666 2017-01-21 Joel Brobecker <brobecker@adacore.com>
17667
17668 GDB 7.12.1 released.
17669
17670 2017-01-20 Simon Marchi <simon.marchi@ericsson.com>
17671
17672 * python/py-function.c (fnpy_call): Reorder declarations to have
17673 the gdbpy_enter object declared first.
17674 * python/py-xmethods.c (gdbpy_get_xmethod_arg_types): Likewise.
17675
17676 2017-01-20 Simon Marchi <simon.marchi@ericsson.com>
17677
17678 PR python/21068
17679 * python/python-internal.h (PyMem_RawMalloc): Define for
17680 Python < 3.4.
17681 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Use
17682 PyMem_RawMalloc instead of PyMem_Malloc.
17683
17684 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
17685 Luis Machado <lgustavo@codesourcery.com>
17686
17687 * NEWS (New commands): Mention flash-erase.
17688 (New MI commands): Mention target-flash-erase.
17689 * mi/mi-cmds.c (mi_cmd_target_flash_erase): Add target-flash-erase MI
17690 command.
17691 * mi/mi-cmds.h (mi_cmd_target_flash_erase): New declaration.
17692 * mi/mi-main.c (mi_cmd_target_flash_erase): New function.
17693 * target.c (flash_erase_command): New function.
17694 (initialize_targets): Add new flash-erase command.
17695 * target.h (flash_erase_command): New declaration.
17696
17697 2017-01-20 Joel Brobecker <brobecker@adacore.com>
17698
17699 * nat/linux-ptrace.c: Only include <sys/procfs.h> if
17700 HAVE_SYS_PROCFS_H is defined.
17701
17702 2017-01-18 Alan Hayward <alan.hayward@arm.com>
17703
17704 * remote.c (struct cached_reg): Change data into a pointer.
17705 * (stop_reply_dtr): Free data pointers before deleting vector.
17706 (process_stop_reply): Likewise.
17707 (remote_parse_stop_reply): Allocate space for data
17708
17709 2017-01-18 Alan Hayward <alan.hayward@arm.com>
17710
17711 * amd64-tdep.c (amd64_pseudo_register_read_value): remove
17712 MAX_REGISTER_SIZE.
17713 (amd64_pseudo_register_read_value): Likewise.
17714 * remote.c (fetch_register_using_p): Remove MAX_REGISTER_SIZE.
17715 (store_register_using_P): Likewise.
17716 * regcache.c (regcache_xfer_part): Likewise.
17717
17718 2017-01-16 Ivo Raisr <ivo.raisr@oracle.com>
17719
17720 Split real and pseudo registers.
17721 * sparc-tdep.h (SPARC_CORE_REGISTERS): New macro.
17722 (sparc32_pseudo_regnum): New enum.
17723 * sparc64-tdep.h (sparc64_pseudo_regnum): New enum.
17724 * sparc-tdep.c (SPARC32_FPU_REGISTERS): New macro.
17725 (SPARC32_CP0_REGISTERS): New macro.
17726 (sparc32_pseudo_register_name): New function.
17727 (sparc32_register_name): Use sparc32_pseudo_register_name.
17728 (sparc32_pseudo_register_type): New function.
17729 (sparc32_register_type): Use sparc32_pseudo_register_type.
17730 (sparc32_pseudo_register_read, sparc32_pseudo_register_write): Handle
17731 pseudo register numbers.
17732 * sparc64-tdep.c SPARC64_FPU_REGISTERS): New macro.
17733 (SPARC64_CP0_REGISTERS): New macro.
17734 (sparc64_pseudo_register_name): New function.
17735 (sparc64_register_name): Use sparc64_pseudo_register_name.
17736 (sparc64_pseudo_register_type): New function.
17737 (sparc64_register_type): Use sparc64_pseudo_register_type.
17738 (sparc64_pseudo_register_read, sparc64_pseudo_register_write): Handle
17739 pseudo register numbers.
17740 (sparc64_store_floating_fields, sparc64_extract_floating_fields,
17741 sparc64_store_arguments): Handle pseudo register numbers.
17742
17743 2017-01-13 Yao Qi <yao.qi@linaro.org>
17744
17745 * remote.c (REMOTE_DEBUG_MAX_CHAR): New macro.
17746 (putpkt_binary): Print only REMOTE_DEBUG_MAX_CHAR chars in debug
17747 output.
17748 (getpkt_or_notif_sane_1): Likewise.
17749
17750 2017-01-13 Yao Qi <yao.qi@linaro.org>
17751
17752 * Makefile.in (checker-headers): Use CXX and CXX_DIALET instead
17753 of CC. Pass "-x c++-header" instead of "-x c".
17754
17755 2017-01-12 Simon Marchi <simon.marchi@ericsson.com>
17756
17757 * remote.c (remote_can_async_p): Update comment.
17758
17759 2017-01-12 Simon Marchi <simon.marchi@ericsson.com>
17760
17761 * linux-nat.c (linux_nat_can_async_p): Update comment.
17762
17763 2017-01-12 Simon Marchi <simon.marchi@ericsson.com>
17764
17765 * serial.c (serial_open): Forget about "pc" and "lpt" serial interface.
17766
17767 2017-01-11 Simon Marchi <simon.marchi@ericsson.com>
17768
17769 * cli/cli-decode.c (lookup_cmd_1): Fix typo in comment.
17770
17771 2017-01-10 Tom Tromey <tom@tromey.com>
17772
17773 * python/py-type.c (typy_legacy_template_argument): Update.
17774 * cp-support.h (struct demangle_parse_info) (demangle_parse_info,
17775 ~demangle_parse_info): Declare new members.
17776 (cp_demangled_name_to_comp): Return unique_ptr.
17777 (cp_demangled_name_parse_free)
17778 (make_cleanup_cp_demangled_name_parse_free)
17779 (cp_new_demangle_parse_info): Remove.
17780 * cp-support.c (do_demangled_name_parse_free_cleanup)
17781 (make_cleanup_cp_demangled_name_parse_free): Remove.
17782 (inspect_type, cp_canonicalize_string_full)
17783 (cp_canonicalize_string): Update.
17784 (mangled_name_to_comp): Change return type.
17785 (cp_class_name_from_physname, method_name_from_physname)
17786 (cp_func_name, cp_remove_params): Update.
17787 * cp-name-parser.y (demangle_parse_info): New constructor, from
17788 cp_new_demangle_parse_info.
17789 (~demangle_parse_info): New destructor, from
17790 cp_demangled_name_parse_free.
17791 (cp_merge_demangle_parse_infos): Update.
17792 (cp_demangled_name_to_comp): Change return type.
17793
17794 2017-01-10 Tom Tromey <tom@tromey.com>
17795
17796 * top.c (prevent_dont_repeat): Change return type.
17797 * python/python.c (execute_gdb_command): Use std::string.
17798 Update.
17799 * guile/guile.c (gdbscm_execute_gdb_command): Update.
17800 * command.h (prevent_dont_repeat): Change return type.
17801 * breakpoint.c (bpstat_do_actions_1): Update.
17802
17803 2017-01-10 Tom Tromey <tom@tromey.com>
17804
17805 * value.h (scoped_value_mark::~scoped_value_mark): Call
17806 free_to_mark.
17807 (scoped_value_mark::free_to_mark): New method.
17808 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
17809 scoped_value_mark.
17810
17811 2017-01-10 Tom Tromey <tom@tromey.com>
17812
17813 * python/py-value.c (valpy_dereference, valpy_referenced_value)
17814 (valpy_reference_value, valpy_const_value, valpy_get_address)
17815 (valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
17816 (valpy_getitem, valpy_call, valpy_binop_throw, valpy_negative)
17817 (valpy_absolute, valpy_richcompare_throw): Use scoped_value_mark.
17818 * dwarf2loc.c (dwarf2_loc_desc_get_symbol_read_needs): Use
17819 scoped_value_mark.
17820 * dwarf2-frame.c (execute_stack_op): Use scoped_value_mark.
17821 * value.h (scoped_value_mark): New class.
17822
17823 2017-01-10 Tom Tromey <tom@tromey.com>
17824
17825 * dwarf2read.c (dwarf2_build_psymtabs): Use psymtab_discarder.
17826 * psympriv.h (make_cleanup_discard_psymtabs): Don't declare.
17827 * psymtab.c (discard_psymtabs_upto): Remove.
17828 (make_cleanup_discard_psymtabs): Remove.
17829 (struct psymtab_state): Remove.
17830
17831 2017-01-10 Tom Tromey <tom@tromey.com>
17832
17833 * record-full.c (record_full_save_cleanups): Remove.
17834 (record_full_save): Use gdb::unlinker.
17835 * gcore.c (do_bfd_delete_cleanup): Remove.
17836 (gcore_command): Use gdb::unlinker, unique_xmalloc_ptr. Remove
17837 cleanups.
17838 * dwarf2read.c (unlink_if_set): Remove.
17839 (write_psymtabs_to_index): Use gdb::unlinker.
17840 * common/gdb_unlinker.h: New file.
17841
17842 2017-01-10 Tom Tromey <tom@tromey.com>
17843
17844 * windows-tdep.c (windows_xfer_shared_library): Update.
17845 * windows-nat.c (windows_make_so): Update.
17846 * utils.h (make_cleanup_bfd_unref): Remove.
17847 * utils.c (do_bfd_close_cleanup, make_cleanup_bfd_unref): Remove.
17848 * symfile.h (symfile_bfd_open)
17849 (find_separate_debug_file_in_section): Return gdb_bfd_ref_ptr.
17850 * symfile.c (read_symbols, symbol_file_add)
17851 (separate_debug_file_exists): Update.
17852 (symfile_bfd_open): Return gdb_bfd_ref_ptr.
17853 (generic_load, reread_symbols): Update.
17854 * symfile-mem.c (symbol_file_add_from_memory): Update.
17855 * spu-linux-nat.c (spu_bfd_open): Return gdb_bfd_ref_ptr.
17856 (spu_symbol_file_add_from_memory): Update.
17857 * solist.h (struct target_so_ops) <bfd_open>: Return
17858 gdb_bfd_ref_ptr.
17859 (solib_bfd_fopen, solib_bfd_open): Return gdb_bfd_ref_ptr.
17860 * solib.c (solib_bfd_fopen, solib_bfd_open): Return
17861 gdb_bfd_ref_ptr.
17862 (solib_map_sections, reload_shared_libraries_1): Update.
17863 * solib-svr4.c (enable_break): Update.
17864 * solib-spu.c (spu_bfd_fopen): Return gdb_bfd_ref_ptr.
17865 * solib-frv.c (enable_break2): Update.
17866 * solib-dsbt.c (enable_break): Update.
17867 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): Return
17868 gdb_bfd_ref_ptr.
17869 (darwin_solib_get_all_image_info_addr_at_init): Update.
17870 (darwin_bfd_open): Return gdb_bfd_ref_ptr.
17871 * solib-aix.c (solib_aix_bfd_open): Return gdb_bfd_ref_ptr.
17872 * record-full.c (record_full_save): Update.
17873 * python/py-objfile.c (objfpy_add_separate_debug_file): Update.
17874 * procfs.c (insert_dbx_link_bpt_in_file): Update.
17875 * minidebug.c (find_separate_debug_file_in_section): Return
17876 gdb_bfd_ref_ptr.
17877 * machoread.c (macho_add_oso_symfile): Change abfd to
17878 gdb_bfd_ref_ptr.
17879 (macho_symfile_read_all_oso): Update.
17880 (macho_check_dsym): Return gdb_bfd_ref_ptr.
17881 (macho_symfile_read): Update.
17882 * jit.c (bfd_open_from_target_memory): Return gdb_bfd_ref_ptr.
17883 (jit_bfd_try_read_symtab): Update.
17884 * gdb_bfd.h (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
17885 (gdb_bfd_openw, gdb_bfd_openr_iovec)
17886 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
17887 gdb_bfd_ref_ptr.
17888 (gdb_bfd_ref_policy): New struct.
17889 (gdb_bfd_ref_ptr): New typedef.
17890 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
17891 (gdb_bfd_openw, gdb_bfd_openr_iovec)
17892 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
17893 gdb_bfd_ref_ptr.
17894 * gcore.h (create_gcore_bfd): Return gdb_bfd_ref_ptr.
17895 * gcore.c (create_gcore_bfd): Return gdb_bfd_ref_ptr.
17896 (gcore_command): Update.
17897 * exec.c (exec_file_attach): Update.
17898 * elfread.c (elf_symfile_read): Update.
17899 * dwarf2read.c (dwarf2_get_dwz_file): Update.
17900 (try_open_dwop_file, open_dwo_file): Return gdb_bfd_ref_ptr.
17901 (open_and_init_dwo_file): Update.
17902 (open_dwp_file): Return gdb_bfd_ref_ptr.
17903 (open_and_init_dwp_file): Update.
17904 * corelow.c (core_open): Update.
17905 * compile/compile-object-load.c (compile_object_load): Update.
17906 * common/gdb_ref_ptr.h (ref_ptr::operator->): New operator.
17907 * coffread.c (coff_symfile_read): Update.
17908 * cli/cli-dump.c (bfd_openr_or_error, bfd_openw_or_error): Return
17909 gdb_bfd_ref_ptr. Rename.
17910 (dump_bfd_file, restore_command): Update.
17911 * build-id.h (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
17912 * build-id.c (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
17913 (find_separate_debug_file_by_buildid): Update.
17914
17915 2017-01-10 Tom Tromey <tom@tromey.com>
17916
17917 * common/gdb_ref_ptr.h: New file.
17918 * python/py-ref.h (struct gdbpy_ref_policy): New.
17919 (gdbpy_ref): Now a typedef.
17920
17921 2017-01-10 Tom Tromey <tom@tromey.com>
17922
17923 * utils.h (make_cleanup_htab_delete): Don't declare.
17924 * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete):
17925 Remove.
17926 * linespec.c (decode_compound_collector): Add constructor,
17927 destructor.
17928 (lookup_prefix_sym): Remove cleanup.
17929 (symtab_collector): Add constructor, destructor.
17930 (collect_symtabs_from_filename): Remove cleanup.
17931 * disasm.c (do_mixed_source_and_assembly): Use htab_up.
17932 * compile/compile-c-symbols.c (generate_c_for_variable_locations):
17933 Use htab_up.
17934 * gnu-v3-abi.c (gnuv3_print_vtable): Use htab_up.
17935 * dwarf2read.c (dw2_expand_symtabs_matching)
17936 (dw2_map_symbol_filenames, dwarf_decode_macros)
17937 (write_psymtabs_to_index): Use htab_up.
17938 * dwarf2loc.c (func_verify_no_selftailcall)
17939 (call_site_find_chain_1, func_verify_no_selftailcall)
17940 (chain_candidate, call_site_find_chain_1): Use std::unordered_set,
17941 std::vector, gdb::unique_xmalloc_ptr.
17942 (call_sitep): Remove typedef.
17943 (dwarf2_locexpr_baton_eval): Remove unused variable.
17944
17945 2017-01-10 Tom Tromey <tom@tromey.com>
17946
17947 * python/python-internal.h (make_cleanup_py_decref)
17948 (make_cleanup_py_xdecref): Don't declare.
17949 * python/py-utils.c (py_decref, make_cleanup_py_decref)
17950 (py_xdecref, make_cleanup_py_xdecref): Remove.
17951
17952 2017-01-10 Tom Tromey <tom@tromey.com>
17953
17954 * python/py-framefilter.c (py_mi_print_variables): Use gdbpy_ref.
17955 (py_print_locals, enumerate_locals, py_print_args): Use gdbpy_ref.
17956
17957 2017-01-10 Tom Tromey <tom@tromey.com>
17958
17959 * python/py-framefilter.c (enumerate_args): Use gdbpy_ref.
17960
17961 2017-01-10 Tom Tromey <tom@tromey.com>
17962
17963 * python/py-utils.c (unicode_to_encoded_string)
17964 (python_string_to_target_string)
17965 (python_string_to_target_python_string)
17966 (python_string_to_host_string, gdbpy_obj_to_string)
17967 (get_addr_from_python): Use gdbpy_ref.
17968
17969 2017-01-10 Tom Tromey <tom@tromey.com>
17970
17971 * python/py-unwind.c (pyuw_object_attribute_to_pointer): Use
17972 gdbpy_ref.
17973
17974 2017-01-10 Tom Tromey <tom@tromey.com>
17975
17976 * python/python.c (eval_python_command, gdbpy_decode_line)
17977 (gdbpy_run_events, gdbpy_start_type_printers)
17978 (gdbpy_apply_type_printers): Use gdbpy_ref.
17979
17980 2017-01-10 Tom Tromey <tom@tromey.com>
17981
17982 * python/py-param.c (get_doc_string, compute_enum_values): Use
17983 gdbpy_ref.
17984
17985 2017-01-10 Tom Tromey <tom@tromey.com>
17986
17987 * python/py-inferior.c (find_thread_object, build_inferior_list):
17988 Use gdbpy_ref.
17989
17990 2017-01-10 Tom Tromey <tom@tromey.com>
17991
17992 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
17993
17994 2017-01-10 Tom Tromey <tom@tromey.com>
17995
17996 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope): Use
17997 gdbpy_ref.
17998
17999 2017-01-10 Tom Tromey <tom@tromey.com>
18000
18001 * python/py-cmd.c (cmdpy_completer_helper): Use gdbpy_ref. Remove
18002 extra incref.
18003 (cmdpy_completer_handle_brkchars, cmdpy_completer, cmdpy_init):
18004 Use gdbpy_ref.
18005
18006 2017-01-10 Tom Tromey <tom@tromey.com>
18007
18008 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
18009 gdbpy_ref.
18010
18011 2017-01-10 Tom Tromey <tom@tromey.com>
18012
18013 * python/py-arch.c (archpy_disassemble): Use gdbpy_ref. Don't
18014 decref results of PyArg_ParseTupleAndKeywords.
18015
18016 2017-01-10 Tom Tromey <tom@tromey.com>
18017
18018 * python/python.c (python_run_simple_file): Use
18019 unique_xmalloc_ptr, gdbpy_ref.
18020
18021 2017-01-10 Tom Tromey <tom@tromey.com>
18022
18023 * python/py-prettyprint.c (print_stack_unless_memory_error)
18024 (print_string_repr, print_children): Use gdbpy_ref.
18025 (dummy_python_frame): New class.
18026 (dummy_python_frame::dummy_python_frame): Rename from
18027 push_dummy_python_frame.
18028 (py_restore_tstate): Remove.
18029
18030 2017-01-10 Tom Tromey <tom@tromey.com>
18031
18032 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
18033
18034 2017-01-10 Tom Tromey <tom@tromey.com>
18035
18036 * python/python.c (ensure_python_env, restore_python_env):
18037 Remove.
18038 * python/python-internal.h (ensure_python_env): Don't declare.
18039 * varobj.h (varobj_ensure_python_env): Don't declare.
18040 * varobj.c (varobj_ensure_python_env): Remove.
18041
18042 2017-01-10 Tom Tromey <tom@tromey.com>
18043
18044 * varobj.c (varobj_value_get_print_value): Use
18045 gdbpy_enter_varobj.
18046
18047 2017-01-10 Tom Tromey <tom@tromey.com>
18048
18049 * python/py-prettyprint.c (print_string_repr, print_children):
18050 Update.
18051 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Change type
18052 of "encoding".
18053 * varobj.c (varobj_value_get_print_value): Update.
18054 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
18055
18056 2017-01-10 Tom Tromey <tom@tromey.com>
18057
18058 * varobj.c (varobj_get_display_hint)
18059 (dynamic_varobj_has_child_method, install_new_value_visualizer)
18060 (varobj_set_visualizer, free_variable): Use
18061 gdbpy_enter_varobj.
18062
18063 2017-01-10 Tom Tromey <tom@tromey.com>
18064
18065 * python/python.c (python_command): Use gdbpy_enter, gdbpy_ref.
18066 (do_finish_initialization): New function. Use gdbpy_ref.
18067 (gdbpy_finish_initialization): Use gdbpy_enter. Call
18068 do_finish_initialization.
18069
18070 2017-01-10 Tom Tromey <tom@tromey.com>
18071
18072 * python/py-param.c (get_set_value, get_show_value): Use
18073 gdbpy_enter, gdbpy_ref.
18074
18075 2017-01-10 Tom Tromey <tom@tromey.com>
18076
18077 * python/py-function.c (fnpy_call): Use gdbpy_enter, gdbpy_ref.
18078
18079 2017-01-10 Tom Tromey <tom@tromey.com>
18080
18081 * python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref.
18082
18083 2017-01-10 Tom Tromey <tom@tromey.com>
18084
18085 * python/py-varobj.c (py_varobj_iter_dtor, py_varobj_iter_next):
18086 Use gdbpy_enter_varobj.
18087
18088 2017-01-10 Tom Tromey <tom@tromey.com>
18089
18090 * varobj.c (gdbpy_enter_varobj): New constructor.
18091 * python/python-internal.h (gdbpy_enter_varobj): New class.
18092 * python/py-varobj.c (py_varobj_get_iterator): Use
18093 gdbpy_enter_varobj.
18094
18095 2017-01-10 Tom Tromey <tom@tromey.com>
18096
18097 * python/py-xmethods.c (gdbpy_get_xmethod_result_type): Use
18098 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
18099 (gdbpy_invoke_xmethod): Use gdbpy_ref, gdbpy_enter.
18100 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref,
18101 unique_xmalloc_ptr.
18102 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref, gdbpy_enter.
18103
18104 2017-01-10 Tom Tromey <tom@tromey.com>
18105
18106 * python/py-xmethods.c (invoke_match_method): Use
18107 gdbpy_ref.
18108
18109 2017-01-10 Tom Tromey <tom@tromey.com>
18110
18111 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use
18112 gdbpy_enter, gdbpy_ref.
18113
18114 2017-01-10 Tom Tromey <tom@tromey.com>
18115
18116 * python/python.c (python_interactive_command): Use gdbpy_enter.
18117
18118 2017-01-10 Tom Tromey <tom@tromey.com>
18119
18120 * python/python.c (gdbpy_before_prompt_hook): Use gdbpy_enter,
18121 gdbpy_ref.
18122
18123 2017-01-10 Tom Tromey <tom@tromey.com>
18124
18125 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Use
18126 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
18127
18128 2017-01-10 Tom Tromey <tom@tromey.com>
18129
18130 * utils.h (htab_deleter): New struct.
18131 (htab_up): New typedef.
18132 * python/py-framefilter.c (gdbpy_apply_frame_filter): Use
18133 gdbpy_enter, gdbpy_ref, htab_up.
18134
18135 2017-01-10 Tom Tromey <tom@tromey.com>
18136
18137 * python/py-unwind.c (pending_frame_invalidate): Remove.
18138 (pyuw_sniffer): Use gdbpy_enter and gdbpy_ref.
18139
18140 2017-01-10 Tom Tromey <tom@tromey.com>
18141
18142 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data)
18143 (gdbpy_clone_xmethod_worker_data): Use gdbpy_enter.
18144
18145 2017-01-10 Tom Tromey <tom@tromey.com>
18146
18147 * python/py-type.c (save_objfile_types): Use gdbpy_enter.
18148
18149 2017-01-10 Tom Tromey <tom@tromey.com>
18150
18151 * python/python.c (gdbpy_eval_from_control_command)
18152 (gdbpy_source_script, gdbpy_run_events)
18153 (gdbpy_source_objfile_script, gdbpy_execute_objfile_script)
18154 (gdbpy_free_type_printers, gdbpy_finish_initialization): Use
18155 gdbpy_enter.
18156
18157 2017-01-10 Tom Tromey <tom@tromey.com>
18158
18159 * python/py-progspace.c (py_free_pspace): Use gdbpy_enter.
18160
18161 2017-01-10 Tom Tromey <tom@tromey.com>
18162
18163 * python/py-objfile.c (py_free_objfile): Use gdbpy_enter.
18164
18165 2017-01-10 Tom Tromey <tom@tromey.com>
18166
18167 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
18168 (python_on_inferior_call_pre, python_on_inferior_call_post)
18169 (python_on_memory_change, python_on_register_change)
18170 (python_inferior_exit, python_new_objfile, add_thread_object)
18171 (delete_thread_object, py_free_inferior): Use gdbpy_enter.
18172
18173 2017-01-10 Tom Tromey <tom@tromey.com>
18174
18175 * python/py-finishbreakpoint.c (bpfinishpy_handle_stop)
18176 (bpfinishpy_handle_exit): Use gdbpy_enter.
18177
18178 2017-01-10 Tom Tromey <tom@tromey.com>
18179
18180 * python/py-cmd.c (cmdpy_destroyer)
18181 (cmdpy_completer_handle_brkchars, cmdpy_completer): Use
18182 gdbpy_enter.
18183
18184 2017-01-10 Tom Tromey <tom@tromey.com>
18185
18186 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
18187 gdbpy_enter.
18188 (gdbpy_breakpoint_has_cond): Likewise.
18189
18190 2017-01-10 Tom Tromey <tom@tromey.com>
18191
18192 * python/python.c (gdbpy_enter): New constructor.
18193 (~gdbpy_enter): New destructor.
18194 (restore_python_env, ensure_python_env): Rewrite.
18195 * python/python-internal.h (gdbpy_enter): New class.
18196
18197 2017-01-10 Tom Tromey <tom@tromey.com>
18198
18199 * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
18200
18201 2017-01-10 Tom Tromey <tom@tromey.com>
18202
18203 * python/py-value.c (value_has_field, get_field_flag)
18204 (get_field_type, valpy_getitem, convert_value_from_python): Use
18205 gdbpy_ref.
18206
18207 2017-01-10 Tom Tromey <tom@tromey.com>
18208
18209 * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
18210 gdbpy_ref.
18211
18212 2017-01-10 Tom Tromey <tom@tromey.com>
18213
18214 * python/py-prettyprint.c (search_pp_list)
18215 (find_pretty_printer_from_objfiles)
18216 (find_pretty_printer_from_progspace)
18217 (find_pretty_printer_from_gdb, find_pretty_printer)
18218 (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
18219 gdbpy_ref.
18220
18221 2017-01-10 Tom Tromey <tom@tromey.com>
18222
18223 * python/py-param.c (call_doc_function): Use gdbpy_ref.
18224
18225 2017-01-10 Tom Tromey <tom@tromey.com>
18226
18227 * python/py-linetable.c (build_line_table_tuple_from_pcs)
18228 (ltpy_get_all_source_lines): Use gdbpy_ref.
18229
18230 2017-01-10 Tom Tromey <tom@tromey.com>
18231
18232 * python/py-framefilter.c (extract_sym, extract_value)
18233 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
18234 gdbpy_ref.
18235
18236 2017-01-10 Tom Tromey <tom@tromey.com>
18237
18238 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
18239
18240 2017-01-10 Tom Tromey <tom@tromey.com>
18241
18242 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
18243
18244 2017-01-10 Tom Tromey <tom@tromey.com>
18245
18246 * python/py-function.c (convert_values_to_python, fnpy_init): Use
18247 gdbpy_ref.
18248
18249 2017-01-10 Tom Tromey <tom@tromey.com>
18250
18251 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
18252
18253 2017-01-10 Tom Tromey <tom@tromey.com>
18254
18255 * python/py-type.c (convert_field, make_fielditem, typy_fields)
18256 (typy_range): Use gdbpy_ref.
18257
18258 2017-01-10 Tom Tromey <tom@tromey.com>
18259
18260 * python/py-threadevent.c (create_thread_event_object): Use
18261 gdbpy_ref.
18262 * python/py-stopevent.c (create_stop_event_object): Simplify.
18263 (emit_stop_event): Use gdbpy_ref.
18264 * python/py-signalevent.c (create_signal_event_object): Use
18265 gdbpy_ref.
18266 * python/py-newobjfileevent.c (create_new_objfile_event_object)
18267 (emit_new_objfile_event, create_clear_objfiles_event_object)
18268 (emit_clear_objfiles_event): Use gdbpy_ref.
18269 * python/py-infevents.c (create_inferior_call_event_object)
18270 (create_register_changed_event_object)
18271 (create_memory_changed_event_object, emit_inferior_call_event)
18272 (emit_memory_changed_event, emit_register_changed_event): Use
18273 gdbpy_ref.
18274 * python/py-exitedevent.c (create_exited_event_object)
18275 (emit_exited_event): Use gdbpy_ref.
18276 * python/py-event.h (evpy_emit_event): Remove
18277 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
18278 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
18279 * python/py-continueevent.c (emit_continue_event): Use
18280 gdbpy_ref.
18281 * python/py-breakpoint.c (gdbpy_breakpoint_created)
18282 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
18283 gdbpy_ref.
18284 * python/py-bpevent.c (create_breakpoint_event_object): Use
18285 gdbpy_ref.
18286
18287 2017-01-10 Tom Tromey <tom@tromey.com>
18288
18289 * python/py-ref.h: New file.
18290
18291 2017-01-10 Simon Marchi <simon.marchi@ericsson.com>
18292
18293 * cli-out.c (cli_ui_out::do_redirect): Change return type to
18294 void.
18295 * cli-out.h (cli_ui_out::do_redirect): Likewise.
18296 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
18297 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
18298 * ui-out.c (ui_out::redirect): Likewise.
18299 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
18300 * cli/cli-logging.c (set_logging_redirect): Update call site of
18301 ui_out::redirect.
18302 (handle_redirections): Likewise.
18303 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
18304 * top.c (execute_command_to_string): Likewise.
18305 * utils.c (do_ui_out_redirect_pop): Likewise.
18306
18307 2017-01-10 Simon Marchi <simon.marchi@ericsson.com>
18308
18309 * stack.c (_initialize_stack): Update "frame" command help message.
18310
18311 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
18312
18313 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
18314
18315 2017-01-06 Yao Qi <yao.qi@linaro.org>
18316
18317 * x86-linux-nat.h: Include gdb_proc_service.h.
18318
18319 2017-01-06 Yao Qi <yao.qi@linaro.org>
18320
18321 * ser-base.h: Include serial.h.
18322
18323 2017-01-06 Yao Qi <yao.qi@linaro.org>
18324
18325 * ppc-linux-tdep.h: Include ppc-tdep.h.
18326
18327 2017-01-06 Yao Qi <yao.qi@linaro.org>
18328
18329 * nat/amd64-linux-siginfo.h: Include signal.h.
18330
18331 2017-01-06 Yao Qi <yao.qi@linaro.org>
18332
18333 * nat/aarch64-linux-hw-point.h: Include break-common.h.
18334
18335 2017-01-06 Yao Qi <yao.qi@linaro.org>
18336
18337 * mi/mi-parse.h: Include mi-cmds.h.
18338
18339 2017-01-06 Yao Qi <yao.qi@linaro.org>
18340
18341 * inf-loop.c: Don't include "target.h".
18342 * inf-loop.h: Include it here.
18343
18344 2017-01-06 Yao Qi <yao.qi@linaro.org>
18345
18346 * dfp.h: Include "dboulest.h" and "expression.h".
18347
18348 2017-01-06 Yao Qi <yao.qi@linaro.org>
18349
18350 * ax-gdb.h: Include "ax.h".
18351
18352 2017-01-06 Yao Qi <yao.qi@linaro.org>
18353
18354 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
18355 with nat/gdb_ptrace.h.
18356
18357 2017-01-05 Yao Qi <yao.qi@linaro.org>
18358
18359 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
18360 new line.
18361 (mips64_fbsd_sigframe_init): Likewise.
18362
18363 2017-01-04 John Baldwin <jhb@FreeBSD.org>
18364
18365 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
18366 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
18367
18368 2017-01-04 John Baldwin <jhb@FreeBSD.org>
18369
18370 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
18371 * NEWS: Mention new FreeBSD/mips native configuration.
18372 * config/mips/fbsd.mh: New file.
18373 * configure.host: Add mips*-*-freebsd*.
18374 * mips-fbsd-nat.c: New file.
18375
18376 2017-01-04 John Baldwin <jhb@FreeBSD.org>
18377
18378 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
18379 (ALLDEPFILES): Add mips-fbsd-tdep.c.
18380 * NEWS: Mention new FreeBSD/mips target.
18381 * configure.tgt: Add mips*-*-freebsd*.
18382 * mips-fbsd-tdep.c: New file.
18383 * mips-fbsd-tdep.h: New file.
18384
18385 2017-01-04 Yao Qi <yao.qi@linaro.org>
18386
18387 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
18388 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
18389
18390 2017-01-01 Joel Brobecker <brobecker@adacore.com>
18391
18392 Update copyright year range in all GDB files.
18393
18394 2017-01-01 Joel Brobecker <brobecker@adacore.com>
18395
18396 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
18397
18398 For older changes see ChangeLog-2016.
18399 \f
18400 Local Variables:
18401 mode: change-log
18402 left-margin: 8
18403 fill-column: 74
18404 version-control: never
18405 coding: utf-8
18406 End:
This page took 0.412797 seconds and 4 git commands to generate.