nat/linux-ptrace.c: add missing gdb_byte* cast
[external/binutils.git] / gdb / ChangeLog
1 2017-06-18  Thomas Petazzoni  <thomas.petazzoni@free-electrons.com>
2
3         * nat/linux-ptrace.c (linux_fork_to_function): Add cast to
4         gdb_byte*.
5
6 2017-06-17  Simon Marchi  <simon.marchi@ericsson.com>
7
8         * nat/fork-inferior.h (trace_start_error): Add ATTRIBUTE_PRINTF.
9
10 2017-06-17  Simon Marchi  <simon.marchi@ericsson.com>
11
12         * configure: Re-generate.
13         * warning.m4 (build_warnings): Add -Wno-mismatched-tags.
14
15 2017-06-17  Simon Marchi  <simon.marchi@ericsson.com>
16
17         * configure: Re-generate.
18         * warning.m4: Pass -Werror to compiler when checking for
19         supported warning flags.
20
21 2017-06-17  Simon Marchi  <simon.marchi@ericsson.com>
22
23         * Makefile.in (COMPILE.pre): Add "-x c++".
24
25 2017-06-16  Alan Hayward  <alan.hayward@arm.com>
26             Pedro Alves  <palves@redhat.com>
27             Yao Qi  <yao.qi@linaro.org>
28
29         * defs.h (RequireLongest): New.
30         (extract_integer): Declare function template.
31         (extract_signed_integer): Remove the declaration, but define it
32         static inline.
33         (extract_unsigned_integer): Likewise.
34         (store_integer): Declare function template.
35         (store_signed_integer): Remove the declaration, but define it
36         static inline.
37         (store_unsigned_integer): Likewise.
38         * findvar.c (extract_integer): New function template.
39         (extract_signed_integer): Remove.
40         (extract_unsigned_integer): Remove.
41         (extract_integer<LONGEST>, extract_integer<ULONGEST>): Explicit
42         instantiations.
43         (store_integer): New function template.
44         (store_signed_integer): Remove.
45         (store_unsigned_integer): Remove.
46         (store_integer): Explicit instantiations.
47         * regcache.c (regcache_raw_read_signed): Update.
48         (regcache::raw_read): New function.
49         (regcache::raw_read_signed): Remove.
50         (regcache::raw_read_unsigned): Remove.
51         (regcache_raw_read_unsigned): Update.
52         (regcache_raw_write_unsigned): Update.
53         (regcache::raw_write_signed): Remove.
54         (regcache::raw_write): New function.
55         (regcache_cooked_read_signed): Update.
56         (regcache::raw_write_unsigned): Remove.
57         (regcache::cooked_read_signed): Remove.
58         (regcache_cooked_read_unsigned): Update.
59         (regcache::cooked_read_unsigned): Remove.
60         (regcache_cooked_write_signed): Update.
61         (regcache_cooked_write_unsigned): Update.
62         * regcache.h (regcache) <raw_read_signed>: Remove.
63         <raw_write_signed, raw_read_unsigned, raw_write_unsigned>: Remove.
64         <raw_read, raw_write>: New.
65         <cooked_read_signed, cooked_write_signed>: Remove.
66         <cooked_write_unsigned, cooked_read_unsigned>: Remove.
67         <cooked_read, cooked_write>: New.
68         * sh64-tdep.c (sh64_pseudo_register_read): Update.
69         (sh64_pseudo_register_write): Update.
70
71 2017-06-16  Anton Kolesov  <anton.kolesov@synopsys.com>
72
73         * arc-tdep.c (arc_disassembler_options): New variable.
74         (arc_gdbarch_init): Set and use it. Use arc_delayed_print_insn instead
75         of default_print_insn.
76         (arc_delayed_print_insn): Set info->section when needed,
77         use default_print_insn to retrieve a disassembler.
78
79 2017-06-14  Sergio Durigan Junior  <sergiodj@redhat.com>
80
81         PR gdb/21574
82         * infcmd.c (_initialize_infcmd): Expand "help run" documentation
83         to mention $SHELL and startup-with-shell.
84
85 2017-06-14  Max Filippov  <jcmvbkbc@gmail.com>
86
87         * MAINTAINERS: Move Maxim Grigoriev to the Past Maintainers.
88
89 2017-06-14  Yao Qi  <yao.qi@linaro.org>
90
91         * aarch64-tdep.c (aarch64_gdb_print_insn): Call
92         default_print_insn instead of print_insn_aarch64.
93         * arm-tdep.c (gdb_print_insn_arm): Call
94         default_print_insn instead of print_insn_big_arm
95         and print_insn_little_arm.
96         * i386-tdep.c (i386_print_insn): Call default_print_insn
97         instead of print_insn_i386.
98         * ia64-tdep.c (ia64_print_insn): Call
99         default_print_insn instead of print_insn_ia64.
100         * mips-tdep.c (gdb_print_insn_mips): Call
101         default_print_insn instead of print_insn_big_mips
102         and print_insn_little_mips.
103         * spu-tdep.c (gdb_print_insn_spu): Call default_print_insn
104         instead of print_insn_spu.
105
106 2017-06-14  Pedro Alves  <palves@redhat.com>
107
108         * ada-lang.c: Include "common/byte-vector.h".
109         (ada_value_primitive_packed_val): Use gdb::byte_vector.
110         * charset.c (wchar_iterator::iterate): Resize the vector instead
111         of reserving it.
112         * common/byte-vector.h: Include "common/def-vector.h".
113         (wchar_iterator::m_out): Now a gdb::def_vector<gdb_wchar_t>.
114         * cli/cli-dump.c: Include "common/byte-vector.h".
115         (dump_memory_to_file, restore_binary_file): Use gdb::byte_vector.
116         * common/byte-vector.h: New file.
117         * common/def-vector.h: New file.
118         * common/default-init-alloc.h: New file.
119         * dwarf2loc.c: Include "common/byte-vector.h".
120         (rw_pieced_value): Use gdb::byte_vector, and resize the vector
121         instead of reserving it.
122         * dwarf2read.c: Include "common/byte-vector.h".
123         (data_buf::m_vec): Now a gdb::byte_vector.
124         * gdb_regex.c: Include "common/def-vector.h".
125         (compiled_regex::compiled_regex): Use gdb::def_vector<char>.
126         * mi/mi-main.c: Include "common/byte-vector.h".
127         (mi_cmd_data_read_memory): Use gdb::byte_vector.
128         * printcmd.c: Include "common/byte-vector.h".
129         (print_scalar_formatted): Use gdb::byte_vector.
130         * valprint.c: Include "common/byte-vector.h".
131         (maybe_negate_by_bytes, print_decimal_chars): Use
132         gdb::byte_vector.
133
134 2017-06-13  Simon Marchi  <simon.marchi@ericsson.com>
135
136         * darwin-nat.c: Include "nat/fork-inferior.h".
137
138 2017-06-13  Simon Marchi  <simon.marchi@ericsson.com>
139
140         * configure.nat: Factor out Darwin bits that are not
141         architecture-specific.  Add fork-inferior.o.
142
143 2017-06-13  Simon Marchi  <simon.marchi@ericsson.com>
144
145         * configure.nat: Factor out AIX bits that are not
146         architecture-specific.  Add fork-inferior.o.
147
148 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
149
150         * dwarf2loc.c (rw_pieced_value): New.  Merge logic from...
151         (read_pieced_value, write_pieced_value): ...here.  Reduce to
152         wrappers that just call rw_pieced_value.
153
154 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
155
156         * dwarf2loc.c (write_pieced_value): When writing the data for a
157         memory piece, use write_memory_with_notification instead of
158         write_memory.
159
160 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
161
162         * valops.c (read_value_memory): Change embedded_offset to
163         represent a bit offset instead of a byte offset.
164         * value.h (read_value_memory): Adjust comment.
165
166 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
167
168         * dwarf2loc.c (read_pieced_value): Remove unnecessary variables
169         dest_offset_bits and source_offset_bits.
170         (write_pieced_value): Likewise.
171
172 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
173
174         * dwarf2loc.c (read_pieced_value): Respect the piece offset, as
175         given by DW_OP_bit_piece.
176         (write_pieced_value): Likewise.
177
178 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
179
180         * dwarf2loc.c (read_pieced_value): Move the buffer allocation and
181         some other preparations to the places where sufficient information
182         is available.
183         (write_pieced_value): Likewise.
184
185 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
186
187         * dwarf2loc.c (bits_to_bytes): New function.
188         (read_pieced_value): Fix offset calculations for register pieces
189         on big-endian targets.
190         (write_pieced_value): Likewise.
191
192 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
193
194         * dwarf2loc.c (read_pieced_value): Remove buffer_size variable.
195         (write_pieced_value): Likewise.
196
197 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
198
199         * dwarf2loc.c (write_pieced_value): When writing to a bit-field,
200         transfer the source value's least significant bits, instead of its
201         lowest-addressed ones.  Rename type_len to max_offset.
202         (read_pieced_value): Mirror above changes to write_pieced_value as
203         applicable.
204
205 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
206
207         * dwarf2loc.c (write_pieced_value): In DWARF_VALUE_MEMORY,
208         truncate full bytes from dest_offset_bits before using it as an
209         offset into the buffer.
210
211 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
212
213         * dwarf2loc.c (write_pieced_value): Include transfer size in
214         byte-wise check.
215
216 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
217
218         * dwarf2loc.c (write_pieced_value): Fix copy/paste error in the
219         calculation of this_size.
220
221 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
222
223         * dwarf2loc.c (read_pieced_value): Respect parent value's offset
224         when targeting a bit-field.
225         (write_pieced_value): Likewise.
226
227 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
228
229         * dwarf2loc.c (struct piece_closure) <addr_size>: Remove field.
230         (allocate_piece_closure): Drop addr_size parameter.
231         (dwarf2_evaluate_loc_desc_full): Adjust call to
232         allocate_piece_closure.
233
234 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
235
236         PR gdb/21226
237         * dwarf2loc.c (read_pieced_value): Anchor stack value pieces at
238         the LSB end, independent of endianness.
239
240 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
241
242         * dwarf2loc.c (write_pieced_value): Fix order of calculations for
243         size capping.
244
245 2017-06-13  Yao Qi  <yao.qi@linaro.org>
246
247         * mips-linux-nat.c: Move include features/mips*-linux.c to
248         mips-linux-tdep.c.
249         (_initialize_mips_linux_nat): Move initialize_tdesc_mips* calls
250         to mips-linux-tdep.c.
251         * mips-linux-tdep.c: Include features/mips*-linux.c
252         (_initialize_mips_linux_tdep): Call initialize_tdesc_mips*
253         functions.
254         * mips-linux-tdep.h (tdesc_mips_linux): Declare.
255         (tdesc_mips_dsp_linux, tdesc_mips64_linux): Declare.
256         (tdesc_mips64_dsp_linux): Declare.
257
258 2017-06-12  Tom Tromey  <tom@tromey.com>
259
260         * valprint.h (val_print_type_code_int): Remove.
261         * valprint.c (generic_val_print_int): Always call
262         val_print_scalar_formatted.
263         (val_print_type_code_int): Remove.
264         * printcmd.c (print_scalar_formatted): Handle options->format==0.
265         * f-valprint.c (f_val_print): Use val_print_scalar_formatted.
266         * c-valprint.c (c_val_print_int): Use val_print_scalar_formatted.
267         * ada-valprint.c (ada_val_print_num): Use
268         val_print_scalar_formatted.
269
270 2017-06-12  Tom Tromey  <tom@tromey.com>
271
272         * printcmd.c (print_scalar_formatted): Unify the two switches.
273         Don't convert scalars to LONGEST.
274
275 2017-06-12  Tom Tromey  <tom@tromey.com>
276
277         PR exp/16225:
278         * valprint.h (print_decimal_chars): Update.
279         * valprint.c (maybe_negate_by_bytes): New function.
280         (print_decimal_chars): Add "is_signed" argument.
281         * printcmd.c (print_scalar_formatted): Update.
282
283 2017-06-12  Tom Tromey  <tom@tromey.com>
284
285         PR exp/16225:
286         * valprint.h (print_binary_chars, print_hex_chars): Update.
287         * valprint.c (val_print_type_code_int): Update.
288         (print_binary_chars): Add "zero_pad" argument.
289         (emit_octal_digit): New function.
290         (print_octal_chars): Don't zero-pad.
291         (print_decimal_chars): Likewise.
292         (print_hex_chars): Add "zero_pad" argument.
293         * sh64-tdep.c (sh64_do_fp_register): Update.
294         * regcache.c (regcache::dump): Update.
295         * printcmd.c (print_scalar_formatted): Update.
296         * infcmd.c (default_print_one_register_info): Update.
297
298 2017-06-12  Pedro Alves  <palves@redhat.com>
299             Alan Hayward  <alan.hayward@arm.com>
300
301         * mips-tdep.c (MAX_MIPS_ABI_REGSIZE): New.
302         (mips_eabi_push_dummy_call): Rename local 'regsize' to
303         'abi_regsize'.  Rename local array 'valbuf' to 'ref_valbuf', and
304         use MAX_MIPS_ABI_REGSIZE instead of MAX_REGISTER_SIZE to size it.
305         Assert that abi_regsize bytes fit in 'ref_valbuf'.
306
307 2017-06-12  Pedro Alves  <palves@redhat.com>
308
309         * dwarf2read.c (mapped_symtab::data): Now a vector of
310         symtab_index_entry instead of vector of
311         std::unique_ptr<symtab_index_entry>.  All users adjusted to check
312         whether an element's name is NULL instead of checking whether the
313         element itself is NULL.
314         (find_slot): Change return type.  Adjust.
315         (hash_expand, , add_index_entry, uniquify_cu_indices)
316         (write_hash_table): Adjust.
317
318 2017-06-12  Pedro Alves  <palves@redhat.com>
319
320         * dwarf2read.c (recursively_count_psymbols): New function.
321         (write_psymtabs_to_index): Call it to compute number of psyms and
322         pass estimate size of psyms_seen to unordered_set's ctor.
323
324 2017-06-12  Pedro Alves  <palves@redhat.com>
325
326         * dwarf2read.c (write_hash_table): Check if key already exists
327         before emplacing.
328
329 2017-06-12  Pedro Alves  <palves@redhat.com>
330
331         * dwarf2read.c (data_buf::append_space): Rename to...
332         (data_buf::grow): ... this, and make private.  Adjust all callers.
333         (data_buf::append_uint): New method.
334         (add_address_entry, write_one_signatured_type)
335         (write_psymtabs_to_index): Use it.
336
337 2017-06-12  Pedro Alves  <palves@redhat.com>
338
339         * dwarf2read.c (file_write(FILE *, const void *, size_t)): Delete.
340         (file_write (FILE *, const std::vector<Elem>&)): Delete.
341         (data_buf::file_write): Call ::fwrite directly.
342
343 2017-06-12  Pedro Alves  <palves@redhat.com>
344
345         * dwarf2read.c (uniquify_cu_indices): Use std::unique and
346         std::vector::erase.
347
348 2017-06-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
349
350         Code cleanup: C++ify .gdb_index producer.
351         * dwarf2read.c: Include <unordered_set> and <unordered_map>.
352         (MAYBE_SWAP) [WORDS_BIGENDIAN]: Cast to offset_type.
353         (struct strtab_entry, hash_strtab_entry, eq_strtab_entry)
354         (create_strtab, add_string): Remove.
355         (file_write, data_buf): New.
356         (struct symtab_index_entry): Use std::vector for cu_indices.
357         (struct mapped_symtab): Use std::vector for data.
358         (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry)
359         (create_symbol_hash_table, create_mapped_symtab, cleanup_mapped_symtab):
360         Remove.
361         (find_slot): Change return type.  Update it to the new data structures.
362         (hash_expand, add_index_entry): Update it to the new data structures.
363         (offset_type_compare): Remove.
364         (uniquify_cu_indices): Update it to the new data structures.
365         (c_str_view, c_str_view_hasher, vector_hasher): New.
366         (add_indices_to_cpool): Remove.
367         (write_hash_table): Update it to the new data structures.
368         (struct psymtab_cu_index_map, hash_psymtab_cu_index)
369         (eq_psymtab_cu_index): Remove.
370         (psym_index_map): New typedef.
371         (struct addrmap_index_data): Change addr_obstack pointer to data_buf
372         reference and std::unordered_map for cu_index_htab.
373         (add_address_entry, add_address_entry_worker, write_address_map)
374         (write_psymbols): Update it to the new data structures.
375         (write_obstack): Remove.
376         (struct signatured_type_index_data): Change types_list to a data_buf
377         reference and psyms_seen to a std::unordered_set reference.
378         (write_one_signatured_type, recursively_write_psymbols)
379         (write_psymtabs_to_index): Update it to the new data structures.
380
381 2017-06-11  Simon Marchi  <simon.marchi@ericsson.com>
382
383         * NEWS (Changes since GDB 8.0): Announce {set,show} debug
384         separate-debug-file commands.
385         * symfile.h (separate_debug_file_debug): New global.
386         * symfile.c (separate_debug_file_debug): New global.
387         (separate_debug_file_exists, find_separate_debug_file): Add
388         debug output.
389         (_initialize_symfile): Add "set debug separate-debug-file"
390         command.
391         * build-id.c (build_id_to_debug_bfd,
392         find_separate_debug_file_by_buildid): Add debug output.
393
394 2017-06-10  Simon Marchi  <simon.marchi@polymtl.ca>
395
396         * gdbarch.sh (displaced_step_free_closure): Remove.
397         * gdbarch.h, gdbarch.c: Re-generate.
398         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't set
399         displaced_step_free_closure.
400         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
401         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
402         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
403         * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
404         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
405         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
406         * arch-utils.h (simple_displaced_step_free_closure): Remove.
407         * arch-utils.c (simple_displaced_step_free_closure): Remove.
408         * infrun.c (displaced_step_clear): Call xfree instead of
409         gdbarch_displaced_step_free_closure.
410
411 2017-06-08  Sergio Durigan Junior  <sergiodj@redhat.com>
412
413         * common/common-utils.c (stringify_argv): Check for "arg[0] !=
414         NULL".
415
416 2017-06-08 Alan Hayward  <alan.hayward@arm.com>
417
418         * mn10300-tdep.c (MN10300_MAX_REGISTER_SIZE): Add.
419         (mn10300_extract_return_value): Use MN10300_MAX_REGISTER_SIZE.
420         (mn10300_push_dummy_call): Likewise.
421
422 2017-06-08  Alan Hayward  <alan.hayward@arm.com>
423
424         * mi/mi-main.c (register_changed_p): Use value_contents_eq.
425
426 2017-06-08  Alan Hayward  <alan.hayward@arm.com>
427
428         * mi/mi-main.c (register_changed_p): Use cooked_read_value.
429
430 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
431
432         * NEWS (Changes since GDB 8.0): Announce that GDBserver is now
433         able to start inferiors using a shell.
434         (New remote packets): Announce new packet "QStartupWithShell".
435         * remote.c: Add PACKET_QStartupWithShell.
436         (extended_remote_create_inferior): Handle new
437         PACKET_QStartupWithShell.
438         (remote_protocol_features) <QStartupWithShell>: New entry for
439         PACKET_QStartupWithShell.
440         (_initialize_remote): Call "add_packet_config_cmd" for
441         QStartupShell.
442
443 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
444             Pedro Alves  <palves@redhat.com>
445
446         * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-inferior.h"
447         and "nat/fork-inferior.h".
448         * common/common-inferior.h: New file, with contents from
449         "gdb/inferior.h".
450         * commom/common-utils.c: Include "common-utils.h".
451         (stringify_argv): New function.
452         * common/common-utils.h (stringify_argv): New prototype.
453         * configure.nat: Add "fork-inferior.o" as a dependency for
454         "*linux*", "fbsd*" and "nbsd*" hosts.
455         * corefile.c (get_exec_file): Update comment.
456         * darwin-nat.c (darwin_ptrace_him): Call "gdb_startup_inferior"
457         instead of "startup_inferior".
458         (darwin_create_inferior): Call "add_thread_silent" after
459         "fork_inferior".
460         * fork-child.c: Cleanup unnecessary includes.
461         (SHELL_FILE): Move to "common/common-fork-child.c".
462         (environ): Likewise.
463         (exec_wrapper): Initialize.
464         (get_exec_wrapper): New function.
465         (breakup_args): Move to "common/common-fork-child.c"; rename to
466         "breakup_args_for_exec".
467         (escape_bang_in_quoted_argument): Move to
468         "common/common-fork-child.c".
469         (saved_ui): New variable.
470         (prefork_hook): New function.
471         (postfork_hook): Likewise.
472         (postfork_child_hook): Likewise.
473         (gdb_startup_inferior): Likewise.
474         (fork_inferior): Move to "common/common-fork-child.c".  Update
475         function to support gdbserver.
476         (startup_inferior): Likewise.
477         * gdbcore.h (get_exec_file): Remove declaration.
478         * gnu-nat.c (gnu_create_inferior): Call "gdb_startup_inferior"
479         instead of "startup_inferior".  Call "add_thread_silent" after
480         "fork_inferior".
481         * inf-ptrace.c: Include "nat/fork-inferior.h" and "utils.h".
482         (inf_ptrace_create_inferior): Call "gdb_startup_inferior"
483         instead of "startup_inferior".  Call "add_thread_silent" after
484         "fork_inferior".
485         * inferior.h: Include "common-inferior.h".
486         (trace_start_error): Move to "common/common-utils.h".
487         (trace_start_error_with_name): Likewise.
488         (fork_inferior): Move prototype to "nat/fork-inferior.h".
489         (startup_inferior): Likewise.
490         (gdb_startup_inferior): New prototype.
491         * nat/fork-inferior.c: New file, with contents from "fork-child.c".
492         * nat/fork-inferior.h: New file.
493         * procfs.c (procfs_init_inferior): Call "gdb_startup_inferior"
494         instead of "startup_inferior".  Call "add_thread_silent" after
495         "fork_inferior".
496         * target.h (target_terminal_init): Move prototype to
497         "target/target.h".
498         (target_terminal_inferior): Likewise.
499         (target_terminal_ours): Likewise.
500         * target/target.h (target_terminal_init): New prototype, moved
501         from "target.h".
502         (target_terminal_inferior): Likewise.
503         (target_terminal_ours): Likewise.
504         * utils.c (gdb_flush_out_err): New function.
505
506 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
507
508         * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-gdbthread.h".
509         * common/common-gdbthread.h: New file, with parts from
510         "gdb/gdbthread.h".
511         * gdbthread.h: Include "common-gdbthread.h".
512         (switch_to_thread): Moved to "common/common-gdbthread.h".
513
514 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
515
516         * Makefile.in (SFILES): Add "common/job-control.c".
517         (HFILES_NO_SRCDIR): Add "common/job-control.h".
518         (COMMON_OBS): Add "job-control.o".
519         * common/job-control.c: New file, with contents from
520         "gdb/inflow.c".
521         * common/job-control.h: New file, with contents from "terminal.h".
522         * fork-child.c: Include "job-control.h".
523         * inflow.c: Include "job-control.h".
524         (gdb_setpgid): Move to "common/common-inflow.c".
525         (_initialize_inflow): Move setting of "job_control" to
526         "handle_job_control".
527         * terminal.h (job_control): Moved to "common/common-terminal.h".
528         (gdb_setpgid): Likewise.
529         * top.c: Include "job_control.h".
530         * utils.c: Likewise.
531         (job_control): Moved to "job-control.c".
532
533 2017-06-07  Pedro Alves  <palves@redhat.com>
534
535         * Makefile.in (SFILES): Add gdb_regex.c.
536         (COMMON_OBS): Add gdb_regex.o.
537         * ada-lang.c (ada_add_standard_exceptions)
538         (ada_add_exceptions_from_frame, name_matches_regex)
539         (ada_add_global_exceptions, ada_exceptions_list_1): Change regex
540         parameter type to compiled_regex.  Adjust.
541         (ada_exceptions_list): Use compiled_regex.
542         * break-catch-throw.c (exception_catchpoint::pattern): Now a
543         std::unique_ptr<compiled_regex>.
544         (exception_catchpoint::~exception_catchpoint): Remove regfree
545         call.
546         (check_status_exception_catchpoint): Adjust to use compiled_regex.
547         (handle_gnu_v3_exceptions): Adjust to use compiled_regex.
548         * breakpoint.c (solib_catchpoint::compiled): Now a
549         std::unique_ptr<compiled_regex>.
550         (solib_catchpoint::~solib_catchpoint): Remove regfree call.
551         (check_status_catch_solib): Adjust to use compiled_regex.
552         (add_solib_catchpoint): Adjust to use compiled_regex.
553         * cli/cli-cmds.c (apropos_command): Use compiled_regex.
554         * cli/cli-decode.c (apropos_cmd): Change regex parameter to
555         compiled_regex reference.  Adjust to use it.
556         * cli/cli-decode.h: Remove struct re_pattern_buffer forward
557         declaration.  Include "gdb_regex.h".
558         (apropos_cmd): Change regex parameter to compiled_regex reference.
559         * gdb_regex.c: New file.
560         * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Delete
561         declarations.
562         (class compiled_regex): New.
563         * linux-tdep.c: Include "common/gdb_optional.h".
564         (struct mapping_regexes): New, factored out from
565         mapping_is_anonymous_p, and adjusted to use compiled_regex.
566         (mapping_is_anonymous_p): Use mapping_regexes wrapped in a
567         gdb::optional and remove cleanups.  Adjust to compiled_regex.
568         * probe.c: Include "common/gdb_optional.h".
569         (collect_probes): Use compiled_regex and gdb::optional and remove
570         cleanups.
571         * skip.c: Include "common/gdb_optional.h".
572         (skiplist_entry::compiled_function_regexp): Now a
573         gdb::optional<compiled_regex>.
574         (skiplist_entry::compiled_function_regexp_is_valid): Delete field.
575         (free_skiplist_entry): Remove regfree call.
576         (compile_skip_regexp, skip_rfunction_p): Adjust to use
577         compiled_regex and gdb::optional.
578         * symtab.c: Include "common/gdb_optional.h".
579         (search_symbols): Use compiled_regex and gdb::optional.
580         * utils.c (do_regfree_cleanup, make_regfree_cleanup)
581         (get_regcomp_error, compile_rx_or_error): Delete.  Some bits moved
582         to gdb_regex.c.
583
584 2017-06-07  Alan Hayward  <alan.hayward@arm.com>
585
586         * regcache.c (regcache::save): Avoid buffer use.
587         (regcache::dump): Likewise.
588
589 2017-06-07  Alan Hayward  <alan.hayward@arm.com>
590
591         * sh-tdep.c (sh_pseudo_register_read): Remove
592         MAX_REGISTER_SIZE.
593         (sh_pseudo_register_write): Likewise.
594         * sh64-tdep.c (sh64_pseudo_register_read): Likewise.
595         (sh64_pseudo_register_write): Likewise
596
597 2017-06-07  Alan Hayward  <alan.hayward@arm.com>
598
599         * aarch64-tdep.c (aarch64_store_return_value): Use
600         V_REGISTER_SIZE.
601         (aarch64_pseudo_read_value): Likewise.
602         (aarch64_pseudo_write): Likewise.
603
604 2017-06-06  Yao Qi  <yao.qi@linaro.org>
605
606         * regformats/regdef.h (set_register_cache): Remove the
607         declaration.
608
609 2017-06-06 Alan Hayward  <alan.hayward@arm.com>
610
611         * frame.c (frame_unwind_register_signed): Use
612         frame_unwind_register_value.
613
614 2017-06-06  Pedro Alves  <palves@redhat.com>
615
616         PR breakpoints/21553
617         * breakpoint.c (create_breakpoints_sal_default)
618         (init_breakpoint_sal, create_breakpoint_sal): Use
619         gdb::unique_xmalloc_ptr for string parameters.
620         (create_breakpoint): Constify 'extra_string' and 'cond_string'
621         parameters.  Replace cleanups with gdb::unique_xmalloc_ptr.
622         (base_breakpoint_create_breakpoints_sal)
623         (bkpt_create_breakpoints_sal, tracepoint_create_breakpoints_sal)
624         (strace_marker_create_breakpoints_sal)
625         (create_breakpoints_sal_default): Use gdb::unique_xmalloc_ptr for
626         string parameters.
627         * breakpoint.h (breakpoint_ops::create_breakpoints_sal): Use
628         gdb::unique_xmalloc_ptr for string parameters.
629         (create_breakpoint): Constify 'extra_string' and 'cond_string'
630         parameters.
631
632 2017-06-06  Alan Hayward  <alan.hayward@arm.com>
633
634         * alpha-tdep.c (alpha_register_to_value): Use
635         get_frame_register_value.
636         (alpha_value_to_register): Use ALPHA_REGISTER_SIZE.
637
638 2017-06-06  Alan Hayward  <alan.hayward@arm.com>
639
640         * ia64-tdep.c (IA64_MAX_FP_REGISTER_SIZE) Add.
641         (ia64_register_to_value): Use IA64_MAX_FP_REGISTER_SIZE.
642         (ia64_value_to_register): Likewise.
643         (ia64_extract_return_value): Likewise.
644         (ia64_store_return_value): Likewise.
645         (ia64_push_dummy_call): Likewise.
646
647 2017-06-04  Joel Brobecker  <brobecker@adacore.com>
648
649         GDB 8.0 released.
650
651 2017-06-03  Simon Marchi  <simon.marchi@ericsson.com>
652
653         * x86-linux-nat.c (struct arch_lwp_info): Remove.
654
655 2017-06-03  Simon Marchi  <simon.marchi@polymtl.ca>
656
657         * linux-nat.c (linux_nat_post_attach_wait): Remove FIRST
658         parameter.
659         (linux_nat_attach): Adjust call to linux_nat_post_attach_wait.
660
661 2017-06-02  Simon Marchi  <simon.marchi@ericsson.com>
662
663         * event-loop.c (poll_timers): Unallocate timer using delete
664         instead of xfree.
665
666 2017-06-02  Simon Marchi  <simon.marchi@polymtl.ca>
667
668         * breakpoint.h (struct breakpoint_ops) <dtor>: Remove.
669         (struct breakpoint) <~breakpoint>: New.
670         (struct watchpoint): Inherit from breakpoint.
671         <~watchpoint>: New.
672         <base>: Remove.
673         (struct tracepoint): Inherit from breakpoint.
674         <base>: Remove.
675         * breakpoint.c (longjmp_breakpoint_ops): Remove.
676         (struct longjmp_breakpoint): Inherit from breakpoint.
677         <~longjmp_breakpoint>: New.
678         <base>: Remove.
679         (new_breakpoint_from_type): Remove casts.
680         (watchpoint_in_thread_scope): Remove reference to base field.
681         (watchpoint_del_at_next_stop): Likewise.
682         (update_watchpoint): Likewise.
683         (watchpoint_check): Likewise.
684         (bpstat_check_watchpoint): Likewise.
685         (set_longjmp_breakpoint): Likewise.
686         (struct fork_catchpoint): Inherit from breakpoint.
687         <base>: Remove.
688         (struct solib_catchpoint): Inherit from breakpoint.
689         <~solib_catchpoint>: New.
690         <base>: Remove.
691         (dtor_catch_solib): Change to ...
692         (solib_catchpoint::~solib_catchpoint): ... this.
693         (breakpoint_hit_catch_solib): Remove reference to base field.
694         (add_solib_catchpoint): Likewise.
695         (create_fork_vfork_event_catchpoint): Likewise.
696         (struct exec_catchpoint): Inherit from breakpoint.
697         <~exec_catchpoint>: New.
698         <base>: Remove.
699         (dtor_catch_exec): Change to ...
700         (exec_catchpoint::~exec_catchpoint): ... this.
701         (dtor_watchpoint): Change to ...
702         (watchpoint::~watchpoint): ... this.
703         (watch_command_1): Remove reference to base field.
704         (catch_exec_command_1): Likewise.
705         (base_breakpoint_dtor): Change to ...
706         (breakpoint::~breakpoint): ... this.
707         (base_breakpoint_ops): Remove dtor field value.
708         (longjmp_bkpt_dtor): Change to ...
709         (longjmp_breakpoint::~longjmp_breakpoint): ... this.
710         (strace_marker_create_breakpoints_sal): Remove reference to base
711         field.
712         (delete_breakpoint): Don't manually call breakpoint destructor.
713         (create_tracepoint_from_upload): Remove reference to base field.
714         (trace_pass_set_count): Likewise.
715         (initialize_breakpoint_ops): Don't initialize
716         momentary_breakpoint_ops, don't set dtors.
717         * ada-lang.c (struct ada_catchpoint): Inherit from breakpoint.
718         <~ada_catchpoint>: New.
719         <base>: Remove.
720         (create_excep_cond_exprs): Remove reference to base field.
721         (dtor_exception): Change to ...
722         (ada_catchpoint::~ada_catchpoint): ... this.
723         (dtor_catch_exception): Remove.
724         (dtor_catch_exception_unhandled): Remove.
725         (dtor_catch_assert): Remove.
726         (create_ada_exception_catchpoint): Remove reference to base
727         field.
728         (initialize_ada_catchpoint_ops): Don't set dtors.
729         * break-catch-sig.c (struct signal_catchpoint): Inherit from
730         breakpoint.
731         <~signal_catchpoint>: New.
732         <base>: Remove.
733         (signal_catchpoint_dtor): Change to ...
734         (signal_catchpoint::~signal_catchpoint): ... this.
735         (create_signal_catchpoint): Remove reference to base field.
736         (initialize_signal_catchpoint_ops): Don't set dtor.
737         * break-catch-syscall.c (struct syscall_catchpoint): Inherit
738         from breakpoint.
739         <~syscall_catchpoint>: New.
740         <base>: Remove.
741         (dtor_catch_syscall): Change to ...
742         (syscall_catchpoint::~syscall_catchpoint): ... this.
743         (create_syscall_event_catchpoint): Remove reference to base
744         field.
745         (initialize_syscall_catchpoint_ops): Don't set dtor.
746         * break-catch-throw.c (struct exception_catchpoint): Inherit
747         from breakpoint.
748         <~exception_catchpoint>: New.
749         <base>: Remove.
750         (dtor_exception_catchpoint): Change to ...
751         (exception_catchpoint::~exception_catchpoint): ... this.
752         (handle_gnu_v3_exceptions): Remove reference to base field.
753         (initialize_throw_catchpoint_ops): Don't set dtor.
754         * ctf.c (ctf_get_traceframe_address): Remove reference to base
755         field.
756         * remote.c (remote_get_tracepoint_status): Likewise.
757         * tracefile-tfile.c (tfile_get_traceframe_address): Likewise.
758         * tracefile.c (tracefile_fetch_registers): Likewise.
759         * tracepoint.c (actions_command): Likewise.
760         (validate_actionline): Likewise.
761         (tfind_1): Likewise.
762         (get_traceframe_location): Likewise.
763         (find_matching_tracepoint_location): Likewise.
764         (parse_tracepoint_status): Likewise.
765         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
766
767 2017-06-02  Simon Marchi  <simon.marchi@polymtl.ca>
768
769         * breakpoint.c (struct longjmp_breakpoint): New struct.
770         (is_tracepoint_type): Change return type to bool.
771         (is_longjmp_type): New function.
772         (new_breakpoint_from_type): Handle longjmp kinds of breakpoints.
773         (set_raw_breakpoint_without_location): Use
774         new_breakpoint_from_type.
775         (set_raw_breakpoint): Likewise.
776
777 2017-06-02  Simon Marchi  <simon.marchi@polymtl.ca>
778
779         * breakpoint.c (new_breakpoint_from_type): New function.
780         (create_breakpoint_sal): Use new_breakpoint_from_type and
781         unique_ptr.
782         (create_breakpoint): Likewise.
783
784 2017-05-31  Simon Marchi  <simon.marchi@ericsson.com>
785
786         * memattr.c (mem_info_command): Rename to ...
787         (info_mem_command): ... this.
788         (mem_enable_command): Rename to ...
789         (enable_mem_command): ... this.
790         (mem_disable_command): Rename to ...
791         (disable_mem_command): ... this.
792         (mem_delete_command): Rename to ...
793         (delete_mem_command): ... this.
794         (_initialize_mem): Adjust function names.
795
796 2017-05-31  Markus Metzger  <markus.t.metzger@intel.com>
797
798         * btrace.c (handle_pt_insn_events): New.
799         (ftrace_add_pt): Call handle_pt_insn_events.  Rename ERRCODE into
800         STATUS.  Split into this and ...
801         (handle_pt_insn_event_flags): ... this.
802
803 2017-05-31  Markus Metzger  <markus.t.metzger@intel.com>
804
805         * configure.ac: Check for pt_insn_event, struct pt_insn.enabled,
806         and struct pt_insn.resynced.
807         * configure: Regenerated.
808         * config.in: Regenerated.
809
810 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
811
812         * btrace.c (ftrace_find_call_by_number): New function.
813         (ftrace_new_function): Store objects, not pointers.
814         (ftrace_find_call_by_number, ftrace_new_return, ftrace_new_switch,
815         ftrace_new_gap, ftrace_update_function,
816         ftrace_compute_global_level_offset, btrace_stich_bts, btrace_clear,
817         btrace_insn_get, btrace_insn_get_error, btrace_insn_end,
818         btrace_insn_next, btrace_insn_prev, ptrace_find_insn_by_number,
819         btrace_ends_with_single_insn, btrace_call_get): Account for
820         btrace_thread_info::functions now storing objects.
821         * btrace.h (struct btrace_thread_info): Add constructor.
822         (struct btrace_thread_info) <functions>: Make std::vector.
823         (struct btrace_thread_info) <prev, next, up, insn, errcode, flags):
824         Initialize with default values.
825         * record-btrace.c (record_btrace_frame_sniffer): Account for
826         btrace_thread_info::functions now storing objects.
827
828 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
829
830         * btrace.c: Remove typedef bfun_s.
831         (ftrace_new_gap): Directly add gaps to the list of gaps.
832         (btrace_bridge_gaps, btrace_compute_ftrace_bts, pt_btrace_insn_flags,
833         ftrace_add_pt, btrace_compute_ftrace_pt, btrace_compute_ftrace_1,
834         btrace_finalize_ftrace, btrace_compute_ftrace): Use std::vector
835         instead of gdb VEC.
836
837 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
838
839         * btrace.c (ftrace_fixup_caller, ftrace_new_return, ftrace_connect_bfun,
840         ftrace_bridge_gap): Replace references to btrace_thread_info::segment
841         with btrace_thread_info::next_segment and
842         btrace_thread_info::prev_segment.
843         * btrace.h: Remove struct btrace_func_link.
844         (struct btrace_function): Replace pair of function segment pointers
845         with pair of indices.
846         * python/py-record-btrace.c (btpy_call_prev_sibling,
847         btpy_call_next_sibling): Replace references to
848         btrace_thread_info::segment with btrace_thread_info::next_segment and
849         btrace_thread_info::prev_segment.
850         * record-btrace.c (record_btrace_frame_this_id): Use
851         btrace_find_call_by_number.
852
853 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
854
855         * btrace.c (ftrace_new_function, ftrace_fixup_level,
856         ftrace_connect_bfun, ftrace_bridge_gap, btrace_bridge_gaps,
857         btrace_insn_next, btrace_insn_prev): Remove references to
858         btrace_thread_info::flow.
859         * btrace.h (struct btrace_function): Remove FLOW.
860
861 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
862
863         * btrace.c (ftrace_find_call_by_number): New function.
864         (ftrace_update_caller, ftrace_new_call, ftrace_new_tailcall,
865         ftrace_get_caller, ftrace_find_call, ftrace_new_return,
866         ftrace_match_backtrace, ftrace_connect_bfun, ftrace_connect_backtrace,
867         ftrace_bridge_gap, btrace_bridge_gaps): Use btrace_function::up as an
868         index.
869         * btrace.h (struct btrace_function): Turn UP into an index.
870         * python/py-record-btrace.c (btpy_call_up): Use btrace_function::up
871         as an index.
872         * record-btrace.c (record_btrace_frame_unwind_stop_reason,
873         record_btrace_frame_prev_register, record_btrace_frame_sniffer,
874         record_btrace_tailcall_frame_sniffe): Use btrace_find_call_by_number.
875
876 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
877
878         * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
879         ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
880         ftrace_update_function, ftrace_compute_global_level_offset,
881         btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt,
882         btrace_stitch_bts, btrace_fetch, btrace_clear, btrace_insn_number,
883         btrace_insn_end, btrace_is_empty): Remove references to
884         btrace_thread_info::begin and btrace_thread_info::end.
885         * btrace.h (struct btrace_thread_info): Remove BEGIN and END.
886         (struct btrace_thread_info) <functions>: Adjust comment.
887         * record-btrace.c (record_btrace_start_replaying): Remove reference to
888         btrace_thread_info::begin.
889
890 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
891
892         * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
893         ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
894         ftrace_update_function): Remove arguments that implicitly were always
895         BTINFO->END.
896         (btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt):
897         Don't pass BTINFO->END.
898
899 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
900
901         * btrace.c: (btrace_insn_get, btrace_insn_get_error, btrace_insn_number,
902         btrace_insn_begin, btrace_insn_end, btrace_insn_next, btrace_insn_prev,
903         btrace_find_insn_by_number): Replace function segment pointer with
904         index.
905         (btrace_insn_cmp): Simplify.
906         * btrace.h: (struct btrace_insn_iterator) Rename index to
907         insn_index.  Replace function segment pointer with index into function
908         segment vector.
909         * record-btrace.c (record_btrace_call_history): Replace function
910         segment pointer use with index.
911         (record_btrace_frame_sniffer): Retrieve function call segment through
912         vector.
913         (record_btrace_set_replay): Remove defunc't safety check.
914
915 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
916
917         * btrace.c (btrace_ends_with_single_insn): New function.
918         (btrace_call_get, btrace_call_number, btrace_call_begin,
919         btrace_call_end, btrace_call_next, btrace_call_prev,
920         btrace_find_call_by_number): Use index into call segment vector
921         instead of pointer.
922         (btrace_call_cmp): Simplify.
923         * btrace.h (struct btrace_call_iterator): Replace function call segment
924         pointer with index into vector.
925         * record-btrace.c (record_btrace_call_history): Use index instead of
926         pointer.
927
928 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
929
930         * btrace.c (btrace_insn_begin, btrace_insn_end,
931         btrace_find_insn_by_number): Add btinfo to iterator.
932         * btrace.h (struct btrace_insn_iterator): Add btinfo.
933
934 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
935
936         * btrace.c (ftrace_new_function): Add btrace_thread_info to arguments
937         and save pointers directly.
938         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return,
939         ftrace_new_switch, ftrace_new_gap, ftrace_update_function,
940         ftrace_add_pt): Add btrace_thread_info to arguments.  Adjust for
941         changed signature of functions.
942         (btrace_compute_ftrace_pt): Adjust for changed signature of functions.
943         (btrace_fetch): Remove code that adds btrace_function pointers to
944         vector of btrace_functions.
945         (btrace_clear): Simplify freeing vector of btrace_functions.
946
947 2017-05-30  Tim Wiederhake  <tim.wiederhake@intel.com>
948
949         * btrace.c (btrace_fetch, btrace_clear, btrace_find_insn_by_number):
950         Replace VEC_* with std::vector functions.
951         * btrace.h: Add include: vector. Remove typedef for DEF_VEC_P.
952         (struct btrace_thread_info)<functions>: Change type to std::vector.
953
954 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
955
956         * NEWS (Changes in GDB 8.0): Remove extra empty line.  Move
957         "Removed targets and native configurations" up.  Merge duplicate
958         "New commands" sub-sections.  Add "New options" sub-sections.
959
960 2017-05-26  Alan Hayward  <alan.hayward@arm.com>
961
962         * defs.h (copy_integer_to_size): New declaration.
963         * findvar.c (copy_integer_to_size): New function.
964         (do_cint_test): New selftest function.
965         (copy_integer_to_size_test): Likewise.
966         (_initialize_findvar): Likewise.
967         * mips-fbsd-tdep.c (mips_fbsd_supply_reg): Use raw_supply_integer.
968         (mips_fbsd_collect_reg): Use raw_collect_integer.
969         * mips-linux-tdep.c (supply_32bit_reg): Use raw_supply_integer.
970         (mips64_fill_gregset): Use raw_collect_integer
971         (mips64_fill_fpregset): Use raw_supply_integer.
972         * regcache.c (regcache::raw_supply_integer): New function.
973         (regcache::raw_collect_integer): Likewise.
974         * regcache.h: (regcache::raw_supply_integer): New declaration.
975         (regcache::raw_collect_integer): Likewise.
976
977 2017-05-24  Yao Qi  <yao.qi@linaro.org>
978
979         * Makefile.in (SFILES): Add gdbarch-selftests.c.
980         (COMMON_OBS): Add gdbarch-selftests.o.
981         * frame.c [GDB_SELF_TESTS] (create_new_frame): New function.
982         * frame.h [GDB_SELF_TESTS] (create_new_frame): Declare.
983         * gdbarch-selftests.c: New file.
984         * regcache.h (regcache) <~regcache>: Mark it virtual if
985         GDB_SELF_TEST.
986         <raw_write>: Likewise.
987
988 2017-05-24  Yao Qi  <yao.qi@linaro.org>
989
990         * regcache.c (current_regcache): Change it to
991         regcache::current_regcache.
992         (regcache_observer_target_changed): Update.
993         (regcache_thread_ptid_changed): Make it a regcache static
994         method.
995         (regcache_thread_ptid_changed): Update.
996         (class regcache_access): New.
997         (current_regcache_test): Update.
998         (_initialize_regcache): Update.
999         * regcache.h: Include forward_list.
1000         (regcache): Declare regcache_thread_ptid_changed and declare
1001         registers_changed_ptid as friend.
1002
1003 2017-05-24  Yao Qi  <yao.qi@linaro.org>
1004
1005         * i387-tdep.c (i387_register_to_value): Use register_size
1006         instead of TYPE_LENGTH.
1007         * m68k-tdep.c (m68k_register_to_value): Likewise.
1008
1009 2017-05-24  Yao Qi  <yao.qi@linaro.org>
1010
1011         * i387-tdep.c (i387_convert_register_p): Return false if type
1012         code isn't TYPE_CODE_FLT.
1013
1014 2017-05-24  Yao Qi  <yao.qi@linaro.org>
1015
1016         * alpha-tdep.c (alpha_convert_register_p): Return true if type
1017         length is 4.
1018         (alpha_register_to_value): Remove type length check.
1019         (alpha_value_to_register): Likewise.
1020
1021 2017-05-24  Yao Qi  <yao.qi@linaro.org>
1022
1023         * ia64-tdep.c (ia64_convert_register_p): Check type's code is
1024         TYPE_CODE_FLT.
1025
1026 2017-05-24  Yao Qi  <yao.qi@linaro.org>
1027
1028         * m68k-tdep.c (m68k_convert_register_p): Check type's code is
1029         TYPE_CODE_FLT or not.
1030
1031 2017-05-24  Yao Qi  <yao.qi@linaro.org>
1032
1033         * alpha-tdep.c (alpha_gdbarch_init): Use XCNEW instead of XNEW.
1034         * avr-tdep.c (avr_gdbarch_init): Likewise.
1035         * bfin-tdep.c (bfin_gdbarch_init): Likewise.
1036         * cris-tdep.c (cris_gdbarch_init): Likewise.
1037         * ft32-tdep.c (ft32_gdbarch_init): Likewise.
1038         * lm32-tdep.c (lm32_gdbarch_init): Likewise.
1039         * m32r-tdep.c (m32r_gdbarch_init): Likewise.
1040         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
1041         * mep-tdep.c (mep_gdbarch_init): Likewise.
1042         * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
1043         * mips-tdep.c (mips_gdbarch_init): Likewise.
1044         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1045         * moxie-tdep.c (moxie_gdbarch_init): Likewise.
1046         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
1047         * sh64-tdep.c (sh64_gdbarch_init): Likewise.
1048         * v850-tdep.c (v850_gdbarch_init): Likewise.
1049
1050 2017-05-24  Yao Qi  <yao.qi@linaro.org>
1051
1052         * selftest-arch.c (tests_with_arch): Call registers_changed
1053         and reinit_frame_cache.
1054         * selftest.c (run_self_tests): Likewise.
1055
1056 2017-05-24  Yao Qi  <yao.qi@linaro.org>
1057
1058         * rs6000-tdep.c (gdb_print_insn_powerpc): Remove.
1059         (rs6000_gdbarch_init): Don't call set_gdbarch_print_insn.
1060
1061 2017-05-24  Yao Qi  <yao.qi@linaro.org>
1062
1063         * rl78-tdep.c (rl78_gdbarch_init): Don't call
1064         set_gdbarch_print_insn.
1065
1066 2017-05-24  Yao Qi  <yao.qi@linaro.org>
1067
1068         * h8300-tdep.c (h8300_gdbarch_init): Don't call
1069         set_gdbarch_print_insn.
1070
1071 2017-05-24  Yao Qi  <yao.qi@linaro.org>
1072
1073         * alpha-tdep.c (alpha_gdbarch_init): Don't call
1074         set_gdbarch_print_insn.
1075         * arc-tdep.c (arc_gdbarch_init): Likewise.
1076         * arch-utils.c: include dis-asm.h.
1077         (default_print_insn): New function.
1078         * arch-utils.h (default_print_insn): Declare.
1079         * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_print_insn.
1080         * bfin-tdep.c (bfin_gdbarch_init): Likewise.
1081         * cris-tdep.c (cris_delayed_get_disassembler): Remove.
1082         (cris_gdbarch_init): Don't call set_gdbarch_print_insn.
1083         * frv-tdep.c (frv_gdbarch_init): Likewise.
1084         * ft32-tdep.c (ft32_gdbarch_init): Likewise.
1085         * gdbarch.sh (print_insn): Use default_print_insn.
1086         * gdbarch.c: Regenerated.
1087         * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1088         * iq2000-tdep.c (iq2000_gdbarch_init): Likewise.
1089         * lm32-tdep.c (lm32_gdbarch_init): Likewise.
1090         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
1091         * m32r-tdep.c (m32r_gdbarch_init): Likewise.
1092         * m68hc11-tdep.c (gdb_print_insn_m68hc11): Remove.
1093         (m68hc11_gdbarch_init): Don't call set_gdbarch_print_insn.
1094         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
1095         * m88k-tdep.c (m88k_gdbarch_init): Likewise.
1096         * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
1097         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1098         * moxie-tdep.c (moxie_gdbarch_init): Likewise.
1099         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
1100         * mt-tdep.c (mt_gdbarch_init): Likewise.
1101         * nds32-tdep.c (nds32_gdbarch_init): Likewise.
1102         * nios2-tdep.c (nios2_print_insn): Remove.
1103         (nios2_gdbarch_init): Don't call set_gdbarch_print_insn.
1104         * rx-tdep.c (rx_gdbarch_init): Likewise.
1105         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
1106         * score-tdep.c (score_print_insn): Remove.
1107         (score_gdbarch_init): Don't call set_gdbarch_print_insn.
1108         * sh-tdep.c (sh_gdbarch_init): Likewise.
1109         * sh64-tdep.c (sh64_gdbarch_init): Likewise.
1110         * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
1111         * tic6x-tdep.c (tic6x_print_insn): Remove.
1112         (tic6x_gdbarch_init): Don't call set_gdbarch_print_insn.
1113         * tilegx-tdep.c (tilegx_gdbarch_init): Likewise.
1114         * v850-tdep.c (v850_gdbarch_init): Likewise.
1115         * vax-tdep.c (vax_gdbarch_init): Likewise.
1116         * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
1117         * xtensa-tdep.c (xtensa_gdbarch_init): Likewise.
1118
1119 2017-05-23  John Baldwin  <jhb@FreeBSD.org>
1120
1121         * mips-fbsd-tdep.c (MIPS_PC_REGNUM): Remove.
1122         (MIPS_FP0_REGNUM): Remove.
1123         (MIPS_FSR_REGNUM): Remove.
1124         (mips_fbsd_supply_fpregs): Use mips_regnum.
1125         (mips_fbsd_supply_gregs): Likewise.
1126         (mips_fbsd_collect_fpregs): Likewise.
1127         (mips_fbsd_collect_gregs): Likewise.
1128
1129 2017-05-23  John Baldwin  <jhb@FreeBSD.org>
1130
1131         * mips-fbsd-nat.c (getregs_supplies): Fix upper bound comparison.
1132         (getpfpregs_supplies): New function.
1133         (mips_fbsd_fetch_inferior_registers): Remove early exit and use
1134         getfpregs_supplies.
1135         (mips_fbsd_store_inferior_registers): Likewise.
1136
1137 2017-05-22  Pedro Alves <palves@redhat.com>
1138
1139         * MAINTAINERS (Host/Native): Add John Baldwin as FreeBSD
1140         maintainer.
1141
1142 2017-05-22  Alan Hayward  <alan.hayward@arm.com>
1143
1144         * ppc-linux-nat.c (fetch_register): Use PPC_MAX_REGISTER_SIZE.
1145         (store_register): Likewise.
1146         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Likewise.
1147         (get_decimal_float_return_value): Likewise.
1148         (do_ppc_sysv_return_value): Likewise.
1149         (ppc64_sysv_abi_push_integer): Likewise.
1150         (ppc64_sysv_abi_push_freg): Likewise.
1151         (ppc64_sysv_abi_return_value_base): Likewise.
1152         (ppc64_sysv_abi_return_value): Likewise.
1153         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
1154         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
1155         * rs6000-nat.c: Likewise.
1156         * rs6000-tdep.c (rs6000_register_to_value): Likewise.
1157         (rs6000_value_to_register): Likewise.
1158         * ppc-tdep.h (PPC_MAX_REGISTER_SIZE): Add.
1159
1160 2017-05-21  Tom Tromey  <tom@tromey.com>
1161
1162         PR rust/21466:
1163         * rust-lang.c (rust_print_type) <TYPE_CODE_ARRAY>: Print unsized
1164         arrays as "[T]", not "[T; ]".
1165
1166 2017-05-19  Tom Tromey  <tom@tromey.com>
1167
1168         PR rust/21484:
1169         * rust-lang.c (exp_descriptor_rust): New function.
1170         (rust_language_defn): Use it.
1171         * p-lang.c (pascal_language_defn): Update.
1172         * opencl-lang.c (opencl_language_defn): Update.
1173         * objc-lang.c (objc_language_defn): Update.
1174         * m2-lang.c (m2_language_defn): Update.
1175         * language.h (struct language_defn)
1176         <la_watch_location_expression>: New member.
1177         * language.c (unknown_language_defn, auto_language_defn)
1178         (local_language_defn): Update.
1179         * go-lang.c (go_language_defn): Update.
1180         * f-lang.c (f_language_defn): Update.
1181         * d-lang.c (d_language_defn): Update.
1182         * c-lang.h (c_watch_location_expression): Declare.
1183         * c-lang.c (c_watch_location_expression): New function.
1184         (c_language_defn, cplus_language_defn, asm_language_defn)
1185         (minimal_language_defn): Use it.
1186         * breakpoint.c (watch_command_1): Call
1187         la_watch_location_expression.
1188         * ada-lang.c (ada_language_defn): Update.
1189
1190 2017-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1191
1192         PR tui/21482
1193         * gdb_curses.h (NOMACROS): Define.
1194         (NCURSES_NOMACROS): Define.
1195
1196 2017-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1197
1198         PR tui/21482
1199         * tui/tui-windata.c (tui_erase_data_content): Cast last mvwaddstr
1200         arg to char *.
1201         * tui/tui-wingeneral.c (box_win): Likewise.
1202         * tui/tui-winsource.c (tui_erase_source_content): Likewise.
1203         (tui_show_source_line): Likewise.
1204         (tui_show_exec_info_content): Likewise.
1205
1206 2017-05-19  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
1207
1208         * sparc-tdep.c (sparc_structure_return_p)
1209         (sparc_arg_on_registers_p): New functions.
1210         (sparc32_store_arguments): Use them.
1211         * sparc64-tdep.c (sparc64_16_byte_align_p)
1212         (sparc64_store_floating_fields, sparc64_extract_floating_fields):
1213         Handle TYPE_CODE_ARRAY.
1214
1215 2017-05-17  Yao Qi  <yao.qi@linaro.org>
1216
1217         * cli/cli-decode.c (add_alias_cmd): New function.
1218         * command.h (add_alias_cmd): Declare.
1219         * infcmd.c (_initialize_infcmd): Don't call add_com_alias,
1220         instead call add_alias_cmd.
1221
1222 2017-05-17  Pedro Alves  <palves@redhat.com>
1223
1224         * Makefile.in (nat_extra_makefile_frag): Rename to ...
1225         (nat_makefile_frag): ... this.  All references updated.
1226         * configure.ac: Likewise.
1227         * configure.nat: Likewise.  Enhance comments.
1228         * configure: Regenerate.
1229
1230 2017-05-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1231
1232         * procfs.c (procfs_create_inferior): Change prototype to match
1233         definition.
1234
1235 2017-05-13  Eli Zaretskii  <eliz@gnu.org>
1236
1237         * tui/tui.c (tui_enable): Cast "unknown" to 'char *' to avoid a
1238         C++ compiler warning.
1239
1240 2017-05-12  Tom Tromey  <tom@tromey.com>
1241
1242         PR rust/21483:
1243         * rust-lang.c (rust_evaluate_subexp) <STRUCTOP_STRUCT>: Don't
1244         recurse, just call value_struct_elt directly.
1245
1246 2017-05-12  Tom Tromey  <tom@tromey.com>
1247
1248         * rust-lang.c (rust_dump_subexp_body) <STRUCTOP_ANONYMOUS,
1249         OP_RUST_ARRAY>: Fix.
1250
1251 2017-05-12  Tom Tromey  <tom@tromey.com>
1252
1253         * rust-lang.c (rust_print_subexp): Replace "return" with "break".
1254
1255 2017-05-09  Yao Qi  <yao.qi@linaro.org>
1256
1257         * regcache.c: Include <forward_list>.
1258         (struct regcache_list): Remove.
1259         (current_regcache): Update.
1260         (get_thread_arch_aspace_regcache): Update for std::forward_list.
1261         (regcache_thread_ptid_changed): Likewise.
1262         (registers_changed_ptid): Likewise.
1263         (current_regcache_size): Likewise.
1264
1265 2017-05-09  Yao Qi  <yao.qi@linaro.org>
1266
1267         * regcache.c [GDB_SELF_TEST]: Include selftest.h.
1268         (current_regcache_size): New function.
1269         (current_regcache_test): New function.
1270         (_initialize_regcache) [GDB_SELF_TEST]: Register the unit test.
1271
1272 2017-05-08  Alan Hayward  <alan.hayward@arm.com>
1273
1274         * mips-tdep.c (mips_o32_return_value): Remove unused buffer.
1275         (print_gp_register_row): Use get_frame_register_value.
1276
1277 2017-05-08  Alan Hayward  <alan.hayward@arm.com>
1278
1279         * mips-linux-tdep.c (mips_supply_gregset): Use raw_supply_zeroed.
1280         (mips_supply_fpregset): Likewise.
1281         (mips64_supply_gregset): Likewise.
1282
1283 2017-05-08  Alan Hayward  <alan.hayward@arm.com>
1284
1285         * mn10300-linux-tdep.c (am33_supply_gregset_method): Use 
1286         regcache->raw_supply_zeroed.
1287
1288 2017-05-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1289
1290         * configure.nat: Rearrange 'case' statements to match
1291         host before cpu.
1292
1293 2017-05-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1294
1295         * Makefile.in: Remove "@host_makefile_frag@".  Add variables
1296         NAT_FILE, NATDEPFILES, NAT_CDEPS, LOADLIBES, MH_CFLAGS, XM_CLIBS,
1297         NAT_GENERATED_FILES, HAVE_NATIVE_GCORE_HOST.  Add
1298         "@nat_extra_makefile_frag@".
1299         (Makefile): Remove dependency on "@frags@".
1300         ($(GNULIB_BUILDDIR)/Makefile): Likewise.
1301         (data-directory/Makefile): Likewise.
1302         * config/aarch64/linux.mh: Deleted; moved contents to
1303         "gdb/configure.nat".
1304         * config/alpha/alpha-linux.mh: Likewise.
1305         * config/alpha/nbsd.mh: Likewise.
1306         * config/arm/linux.mh: Likewise.
1307         * config/arm/nbsdelf.mh: Likewise.
1308         * config/i386/cygwin.mh: Likewise.
1309         * config/i386/cygwin64.mh: Likewise.
1310         * config/i386/darwin.mh: Likewise.
1311         * config/i386/fbsd.mh: Likewise.
1312         * config/i386/fbsd64.mh: Likewise.
1313         * config/i386/go32.mh: Likewise.
1314         * config/i386/i386gnu.mh: Likewise.
1315         * config/i386/i386sol2.mh: Likewise.
1316         * config/i386/linux.mh: Likewise.
1317         * config/i386/linux64.mh: Likewise.
1318         * config/i386/mingw.mh: Likewise.
1319         * config/i386/mingw64.mh: Likewise.
1320         * config/i386/nbsd64.mh: Likewise.
1321         * config/i386/nbsdelf.mh: Likewise.
1322         * config/i386/nto.mh: Likewise.
1323         * config/i386/obsd.mh: Likewise.
1324         * config/i386/obsd64.mh: Likewise.
1325         * config/i386/sol2-64.mh: Likewise.
1326         * config/ia64/linux.mh: Likewise.
1327         * config/m32r/linux.mh: Likewise.
1328         * config/m68k/linux.mh: Likewise.
1329         * config/m68k/nbsdelf.mh: Likewise.
1330         * config/m68k/obsd.mh: Likewise.
1331         * config/m88k/obsd.mh: Likewise.
1332         * config/mips/fbsd.mh: Likewise.
1333         * config/mips/linux.mh: Likewise.
1334         * config/mips/nbsd.mh: Likewise.
1335         * config/mips/obsd64.mh: Likewise.
1336         * config/pa/linux.mh: Likewise.
1337         * config/pa/nbsd.mh: Likewise.
1338         * config/pa/obsd.mh: Likewise.
1339         * config/powerpc/aix.mh: Likewise.
1340         * config/powerpc/fbsd.mh: Likewise.
1341         * config/powerpc/linux.mh: Likewise.
1342         * config/powerpc/nbsd.mh: Likewise.
1343         * config/powerpc/obsd.mh: Likewise.
1344         * config/powerpc/ppc64-linux.mh: Likewise.
1345         * config/powerpc/spu-linux.mh: Likewise.
1346         * config/s390/linux.mh: Likewise.
1347         * config/sh/nbsd.mh: Likewise.
1348         * config/sparc/fbsd.mh: Likewise.
1349         * config/sparc/linux.mh: Likewise.
1350         * config/sparc/linux64.mh: Likewise.
1351         * config/sparc/nbsd64.mh: Likewise.
1352         * config/sparc/nbsdelf.mh: Likewise.
1353         * config/sparc/obsd64.mh: Likewise.
1354         * config/sparc/sol2.mh: Likewise.
1355         * config/tilegx/linux.mh: Likewise.
1356         * config/vax/nbsdelf.mh: Likewise.
1357         * config/vax/obsd.mh: Likewise.
1358         * config/xtensa/linux.mh: Likewise.
1359         * config/i386/i386gnu.mn: New file, with excerpts from
1360         "config/i386/i386gnu.mh".
1361         * configure: Regenerate.
1362         * configure.ac: Rewrite code to use "gdb/configure.nat" instead of
1363         *.mh files under "gdb/config".
1364         * configure.nat: New file, with contents from the
1365         "gdb/config/*/*.mh" files.
1366
1367 2017-05-05  Tim Wiederhake  <tim.wiederhake@intel.com>
1368
1369         * btrace.c (btrace_clear): Free insn vector.
1370
1371 2017-05-05  Pedro Alves  <palves@redhat.com>
1372
1373         * warning.m4 (build_warnings): Add -Wno-error=maybe-uninitialized.
1374         * configure: Regenerate.
1375
1376 2017-05-04  Pedro Alves  <palves@redhat.com>
1377
1378         * Makefile.in (SFILES): Add progspace-and-thread.c.
1379         (HFILES_NO_SRCDIR): Add progspace-and-thread.h.
1380         (COMMON_OBS): Add progspace-and-thread.o.
1381         * breakpoint.c: Include "progspace-and-thread.h".
1382         (update_inserted_breakpoint_locations)
1383         (insert_breakpoint_locations, create_longjmp_master_breakpoint):
1384         Use scoped_restore_current_pspace_and_thread.
1385         (create_std_terminate_master_breakpoint): Use
1386         scoped_restore_current_program_space.
1387         (remove_breakpoint): Use scoped_restore_current_pspace_and_thread.
1388         (print_breakpoint_location): Use
1389         scoped_restore_current_program_space.
1390         (bp_loc_is_permanent): Use
1391         scoped_restore_current_pspace_and_thread.
1392         (resolve_sal_pc): Use scoped_restore_current_pspace_and_thread.
1393         (download_tracepoint_locations): Use
1394         scoped_restore_current_pspace_and_thread.
1395         (breakpoint_re_set): Use scoped_restore_current_pspace_and_thread.
1396         * exec.c (exec_close_1): Use scoped_restore_current_program_space.
1397         (enum step_over_calls_kind): Moved from inferior.h.
1398         (class scoped_restore_current_thread): New class.
1399         * gdbthread.h (make_cleanup_restore_current_thread): Delete
1400         declaration.
1401         (scoped_restore_current_thread): New class.
1402         * infcmd.c: Include "common/gdb_optional.h".
1403         (continue_1, proceed_after_attach): Use
1404         scoped_restore_current_thread.
1405         (notice_new_inferior): Use scoped_restore_current_thread.
1406         * inferior.c: Include "progspace-and-thread.h".
1407         (restore_inferior, save_current_inferior): Delete.
1408         (add_inferior_command, clone_inferior_command): Use
1409         scoped_restore_current_pspace_and_thread.
1410         * inferior.h (scoped_restore_current_inferior): New class.
1411         * infrun.c: Include "progspace-and-thread.h" and
1412         "common/gdb_optional.h".
1413         (follow_fork_inferior): Use
1414         scoped_restore_current_pspace_and_thread.
1415         (scoped_restore_exited_inferior): New class.
1416         (handle_vfork_child_exec_or_exit): Use
1417         scoped_restore_exited_inferior,
1418         scoped_restore_current_pspace_and_thread,
1419         scoped_restore_current_thread and scoped_restore.
1420         (fetch_inferior_event): Use scoped_restore_current_thread.
1421         * linespec.c (decode_line_full, decode_line_1): Use
1422         scoped_restore_current_program_space.
1423         * mi/mi-main.c: Include "progspace-and-thread.h".
1424         (exec_continue): Use scoped_restore_current_thread.
1425         (mi_cmd_exec_run): Use scoped_restore_current_pspace_and_thread.
1426         (mi_cmd_trace_frame_collected): Use scoped_restore_current_thread.
1427         * proc-service.c (ps_pglobal_lookup): Use
1428         scoped_restore_current_program_space.
1429         * progspace-and-thread.c: New file.
1430         * progspace-and-thread.h: New file.
1431         * progspace.c (release_program_space, clone_program_space): Use
1432         scoped_restore_current_program_space.
1433         (restore_program_space, save_current_program_space)
1434         (save_current_space_and_thread): Delete.
1435         (switch_to_program_space_and_thread): Moved to
1436         progspace-and-thread.c.
1437         * progspace.h (save_current_program_space)
1438         (save_current_space_and_thread): Delete declarations.
1439         (scoped_restore_current_program_space): New class.
1440         * remote.c (remote_btrace_maybe_reopen): Use
1441         scoped_restore_current_thread.
1442         * symtab.c: Include "progspace-and-thread.h".
1443         (skip_prologue_sal): Use scoped_restore_current_pspace_and_thread.
1444         * thread.c (print_thread_info_1): Use
1445         scoped_restore_current_thread.
1446         (struct current_thread_cleanup): Delete.
1447         (do_restore_current_thread_cleanup)
1448         (restore_current_thread_cleanup_dtor): Rename/convert both to ...
1449         (scoped_restore_current_thread::~scoped_restore_current_thread):
1450         ... this new dtor.
1451         (make_cleanup_restore_current_thread): Rename/convert to ...
1452         (scoped_restore_current_thread::scoped_restore_current_thread):
1453         ... this new ctor.
1454         (thread_apply_all_command): Use scoped_restore_current_thread.
1455         (thread_apply_command): Use scoped_restore_current_thread.
1456         * tracepoint.c (tdump_command): Use scoped_restore_current_thread.
1457         * varobj.c (value_of_root_1): Use scoped_restore_current_thread.
1458
1459 2017-05-04  Pedro Alves  <palves@redhat.com>
1460
1461         * thread.c (make_cleanup_restore_current_thread): Move
1462         find_thread_ptid call before the is_stopped call.  Assert that the
1463         thread is found.  Replace is_stopped call by checking the thread's
1464         state directly.  Remove unnecessary NULL-thread check.
1465
1466 2017-05-04  Pedro Alves  <palves@redhat.com>
1467
1468         * corelow.c (thread_section_name): New class.
1469         (get_core_register_section, get_core_siginfo): Use it.
1470
1471 2017-05-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1472
1473         * corelow.c (sniff_core_bfd): Remove extra semicolon.
1474         (get_core_register_section): Remove xfree of NULL pointer.
1475
1476 2017-05-03  Alan Hayward  <alan.hayward@arm.com>
1477
1478         * frv-linux-tdep.c (frv_linux_supply_gregset): Use raw_supply_zeroed.
1479         * regcache.c (regcache::raw_supply_zeroed): New function.
1480         * regcache.h (regcache::raw_supply_zeroed): New declaration.
1481
1482 2017-05-03  Simon Marchi  <simon.marchi@ericsson.com>
1483
1484         * gdbarch.sh: Remove commented out definition of
1485         TARGET_CHAR_BIT.
1486         * gdbarch.h: Re-generate.
1487
1488 2017-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
1489
1490         * configure: Regenerate.
1491
1492 2017-05-02  Simon Marchi  <simon.marchi@ericsson.com>
1493
1494         * solib-target.c (solib_target_relocate_section_addresses):
1495         Remove num_section_bases, num_bases, segment_bases variables.
1496
1497 2017-05-02  Simon Marchi  <simon.marchi@polymtl.ca>
1498
1499         * common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.
1500
1501 2017-05-02  Simon Marchi  <simon.marchi@polymtl.ca>
1502
1503         * solib-target.c: Include <vector>
1504         (struct lm_info_target) <~lm_info_target>: Remove.
1505         <segment_bases, section_bases>: Change type to
1506         std::vector<CORE_ADDR>.
1507         (library_list_start_segment, library_list_start_section,
1508         library_list_end_library,
1509         solib_target_relocate_section_addresses): Adjust.
1510
1511 2017-05-02  Simon Marchi  <simon.marchi@polymtl.ca>
1512
1513         * gdbarch.sh (software_single_step): Change return type to
1514         std::vector<CORE_ADDR>.
1515         * gdbarch.c, gdbarch.h: Re-generate.
1516         * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
1517         Adjust.
1518         (arm_deal_with_atomic_sequence_raw): Adjust.
1519         (thumb_get_next_pcs_raw): Adjust.
1520         (arm_get_next_pcs_raw): Adjust.
1521         (arm_get_next_pcs): Adjust.
1522         * arch/arm-get-next-pcs.h (arm_get_next_pcs): Adjust.
1523         * aarch64-tdep.c (aarch64_software_single_step): Adjust.
1524         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Adjust.
1525         (alpha_software_single_step): Adjust.
1526         * alpha-tdep.h (alpha_software_single_step): Adjust.
1527         * arm-linux-tdep.c (arm_linux_software_single_step): Adjust.
1528         * arm-tdep.c (arm_software_single_step): Adjust.
1529         (arm_breakpoint_kind_from_current_state): Adjust.
1530         * arm-tdep.h (arm_software_single_step): Adjust.
1531         * breakpoint.c (insert_single_step_breakpoint): Adjust.
1532         * cris-tdep.c (cris_software_single_step): Adjust.
1533         * mips-tdep.c (mips_deal_with_atomic_sequence): Adjust.
1534         (micromips_deal_with_atomic_sequence): Adjust.
1535         (deal_with_atomic_sequence): Adjust.
1536         (mips_software_single_step): Adjust.
1537         * mips-tdep.h (mips_software_single_step): Adjust.
1538         * moxie-tdep.c (moxie_software_single_step): Adjust.
1539         * nios2-tdep.c (nios2_software_single_step): Adjust.
1540         * ppc-tdep.h (ppc_deal_with_atomic_sequence): Adjust.
1541         * rs6000-aix-tdep.c (rs6000_software_single_step): Adjust.
1542         * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Adjust.
1543         * s390-linux-tdep.c (s390_software_single_step): Adjust.
1544         * sparc-tdep.c (sparc_software_single_step): Adjust.
1545         * spu-tdep.c (spu_software_single_step): Adjust.
1546         * tic6x-tdep.c (tic6x_software_single_step): Adjust.
1547
1548 2017-05-02  Simon Marchi  <simon.marchi@polymtl.ca>
1549
1550         * gdbarch.sh: Use semi-colon as field separator instead of colon.
1551         * gdbarch.h: Re-generate.
1552
1553 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
1554
1555         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-instruction.o.
1556         (SUBDIR_PYTHON_SRCS): Add py-instruction.c.
1557         * python/py-instruction.c, python/py-instruction.h: New file.
1558         * python/py-record.c: Add py-instruction.h include.
1559         (gdbpy_initialize_record): Make gdb.Instruction a super class of
1560         gdb.RecordInstruction.
1561         * python/python-internal.h: Add gdbpy_initialize_instruction
1562         declaration.
1563         * python/python.c (do_start_initialization): Add
1564         gdbpy_initialize_instruction.
1565
1566 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
1567
1568         * python/py-record-btrace.c (BTPY_REQUIRE_VALID_CALL, btpy_call_type):
1569         Remove.
1570         (btrace_func_from_recpy_func): New function.
1571         (btpy_call_new, btpy_number, btpy_hash, btpy_richcompare): Remove.
1572         (btpy_call_level, btpy_call_symbol, btpy_call_instructions,
1573         btpy_call_up, btpy_call_prev_sibling, btpy_call_next_sibling): Rename to ...
1574         (recpy_bt_func_level, recpy_bt_func_symbol, recpy_bt_func_instructions,
1575         recpy_bt_func_up, recpy_bt_func_prev, recpy_bt_func_next): This.
1576         Also, use new helper functions.
1577         (btpy_list_item): Use new helper functions.
1578         (recpy_bt_function_call_history): Use new type name.
1579         (btpy_call_getset): Remove.
1580         (gdbpy_initialize_btrace): Remove code to initialize
1581         gdb.BtraceFunctionCall.
1582         * python/py-record-btrace.h (recpy_bt_func_number, recpy_btb_func_level,
1583         recpy_btb_func_symbol, recpy_bt_func_instructions, recpy_bt_func_up,
1584         recpy_bt_func_prev, recpy_bt_func_next): New export.
1585         * python/py-record.c (recpy_func_type): New static object.
1586         (recpy_func_new, recpy_func_level, recpy_func_symbol,
1587         recpy_func_instructions, recpy_func_up, recpy_func_prev,
1588         recpy_func_next): New function.
1589         (recpy_element_hash, recpy_element_richcompare): Updated comment.
1590         (recpy_func_getset): New static object.
1591         (gdbpy_initialize_record): Add code to initialize gdb.RecordInstruction.
1592         * python/py-record.h (recpy_func_type, recpy_func_new): New export.
1593
1594 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
1595
1596         * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN): Remove.
1597         (btpy_object, btpy_insn_type, btpy_new): Remove.
1598         (btpy_list_object): Use gdb.RecordInstruction type instead of
1599         gdb.BtraceInstruction type.
1600         (btrace_insn_from_recpy_insn): New function.
1601         (btpy_insn_or_gap_new): Adjust comment. Use recpy_insn_new instead of
1602         btpy_new.
1603         (btpy_call_new, btpy_list_item): Do not use btpy_new anymore.
1604         (btpy_number, btpy_hash, btpy_call_level, btpy_call_symbol,
1605         btpy_call_instructions, btpy_call_up, btpy_call_prev_sibling,
1606         btpy_call_next_sibling, btpy_richcompare): Use recpy_element_object
1607         instead of btpy_object.
1608         (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
1609         btpy_insn_data, btpy_insn_decode): Rename to ...
1610         (recpy_bt_insn_sal, recpy_bt_insn_pc, recpy_bt_insn_size,
1611         recpy_bt_insn_is_speculative, recpy_bt_insn_data,
1612         recpy_bt_insn_decode): This.  Also, use new helper functions.
1613         (btpy_list_position, recpy_bt_goto): Use recpy_element_object and
1614         recpy_insn_type.
1615         (btpy_insn_getset): Remove.
1616         (gdbpy_initialize_btrace): Remove code to initialize
1617         gdb.BtraceInstruction.  Use recpy_element_object.
1618         * python/py-record-btrace.h (recpy_bt_insn_number, recpy_bt_insn_sal,
1619         recpy_bt_insn_pc, recpy_bt_insn_data, recpy_bt_insn_decoded,
1620         recpy_bt_insn_size, recpy_bt_insn_is_speculative): New export.
1621         * python/py-record.c (recpy_insn_type): New static object.
1622         (recpy_insn_new, recpy_insn_sal, recpy_insn_pc, recpy_insn_data,
1623         recpy_insn_decoded, recpy_insn_size, recpy_insn_is_speculative,
1624         recpy_element_number, recpy_element_hash, recpy_element_richcompare):
1625         New function.
1626         (recpy_insn_getset): New static object.
1627         (gdbpy_initialize_record): Initialize gdb.RecordInstruction.
1628         * python/py-record.h (recpy_element_object): New typedef.
1629         (recpy_insn_type, recpy_insn_new): New export.
1630
1631 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
1632
1633         * py-record-btrace.c (btpy_insn_new): Removed.
1634         (btpy_insn_or_gap_new): New function.
1635         (btpy_insn_error): Removed.
1636         (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
1637         btpy_insn_data, btpy_insn_decode): Remove code path for gaps.
1638         (recpy_bt_replay_position, recpy_bt_begin, recpy_bt_end): Call
1639         btpy_insn_or_gap_new instead of btpy_insn_new.
1640         (btpy_insn_getset): Remove btpy_insn_error.
1641         * py-record.c (recpy_gap_type): New static object.
1642         (recpy_gap_object): New typedef.
1643         (recpy_gap_new, recpy_gap_number, recpy_gap_reason_code,
1644         recpy_gap_reason_string): New function.
1645         (recpy_gap_getset): New static object.
1646         (gdbpy_initialize_record): Initialize gdb.RecordGap type.
1647         * py-record.h (recpy_gap_new): New export.
1648
1649 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
1650
1651         * python/py-record.c (recpy_ptid): Remove.
1652         (recpy_record_getset): Remove recpy_ptid.
1653
1654 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
1655
1656         * btrace.c (btrace_fetch): Set inferior_ptid.
1657         * python/py-record-btrace.c: Add "py-record.h" include.
1658         (recpy_bt_format, recpy_bt_replay_position, recpy_bt_begin,
1659         recpy_bt_end, recpy_bt_instruction_history,
1660         recpy_bt_function_call_history, recpy_bt_goto): Use ptid stored
1661         in gdb.Record object instead of current ptid.
1662         * python/py-record.c: Include new "py-record.h" file.
1663         (recpy_record_object): Moved to py-record.h.
1664         * python/py-record.h: New file.
1665
1666 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
1667
1668         * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN,
1669         BTPY_REQUIRE_VALID_CALL, recpy_bt_function_call_history): Fix
1670         indentation.
1671
1672 2017-05-01  Joel Brobecker  <brobecker@adacore.com>
1673
1674         * MAINTAINERS: Move Daniel Jacobowitz and Mark Kettenis to
1675         the past maintainers section.
1676
1677 2017-04-28  Yao Qi  <yao.qi@linaro.org>
1678
1679         * infcmd.c (get_return_value): Use regcache ctor, and remove
1680         cleanup.
1681
1682 2017-04-28  Yao Qi  <yao.qi@linaro.org>
1683             Pedro Alves  <palves@redhat.com>
1684
1685         * regcache.c (regcache::regcache): New tag dispatch ctor.
1686         (do_cooked_read): Moved above.
1687         (regcache_dup): Use the tag dispatch ctor..
1688         * regcache.h (regcache): Declare ctor, delete copy ctor and
1689         assignment operator, remove friend regcache_dup.
1690
1691 2017-04-28  Yao Qi  <yao.qi@linaro.org>
1692
1693         * regcache.c (regcache_dup): Assert !src->m_readonly_p and
1694         call method save instead of regcache_cpy.
1695         * regcache.h (struct regcache): Make regcache_dup a friend.
1696
1697 2017-04-28  Yao Qi  <yao.qi@linaro.org>
1698
1699         * regcache.c (struct regcache): Move to regcache.h
1700         (regcache::arch): New method.
1701         (regcache_get_ptid): Update.
1702         (get_regcache_arch): Call arch method.
1703         (get_regcache_aspace): Call method aspace.
1704         (register_buffer): Change it to method.
1705         (regcache_save): Change it to regcache::save.
1706         (regcache_restore): Likewise.
1707         (regcache_cpy_no_passthrough): Remove the declaration.
1708         (regcache_cpy): Call methods restore and cpy_no_passthrough.
1709         (regcache_cpy_no_passthrough): Change it to method
1710         cpy_no_passthrough.
1711         (regcache_register_status): Change it to method
1712         get_register_status.
1713         (regcache_invalidate): Change it to method invalidate.
1714         (regcache_thread_ptid_changed): Use methods ptid and set_ptid.
1715         (regcache_raw_update): Change it to method raw_update.
1716         (regcache_raw_read): Likewise.
1717         (regcache_raw_read_signed): Likewise.
1718         (regcache_raw_read_unsigned): Likewise.
1719         (regcache_raw_write_signed): Likewise.
1720         (regcache_raw_write_unsigned): Likewise.
1721         (regcache_cooked_read): Likewise.
1722         (regcache_cooked_read_value): Likewise.
1723         (regcache_cooked_read_signed): Likewise.
1724         (regcache_cooked_read_unsigned): Likewise.
1725         (regcache_cooked_write_signed): Likewise.
1726         (regcache_cooked_write_unsigned): Likewise.
1727         (regcache_raw_set_cached_value): Likewise.
1728         (regcache_raw_write): Likewise.
1729         (regcache_cooked_write): Likewise.
1730         (regcache_xfer_part): Likewise.
1731         (regcache_raw_read_part): Likewise.
1732         (regcache_raw_write_part): Likewise.
1733         (regcache_cooked_read_part): Likewise.
1734         (regcache_cooked_write_part): Likewise.
1735         (regcache_raw_supply): Likewise.
1736         (regcache_raw_collect): Likewise.
1737         (regcache_transfer_regset): Likewise.
1738         (regcache_supply_regset): Likewise.
1739         (regcache_collect_regset): Likewise.
1740         (regcache_debug_print_register): Likewise.
1741         (enum regcache_dump_what): Move it to regcache.h.
1742         (regcache_dump): Change it to method dump.
1743         * regcache.h (enum regcache_dump_what): New.
1744         (class regcache): New.
1745         * target.c (target_fetch_registers): Call method
1746         debug_print_register.
1747         (target_store_registers): Likewise.
1748
1749 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
1750
1751         * windows-nat.c (struct lm_info_windows): Initialize field.
1752         (windows_make_so): Allocate lm_info_windows with new.
1753         (windows_free_so): Free lm_info_windows with delete.
1754
1755 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
1756
1757         * solib-darwin.c (struct lm_info_darwin): Initialize field.
1758         (darwin_current_sos): Allocate lm_info_darwin with new, remove
1759         cleanup.
1760         (darwin_free_so): Free lm_info_darwin with delete.
1761
1762 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
1763
1764         * solib-svr4.h (struct lm_info_svr4): Initialize fields.
1765         <l_addr_p>: Change type to bool.
1766         * solib-svr4.c (lm_info_read): Allocate lm_info_svr4 with new.
1767         (svr4_free_so): Free lm_info_svr4 with delete.
1768         (svr4_copy_library_list): Replace memcpy with call to copy
1769         constructor.
1770         (library_list_start_library, svr4_default_sos): Allocate
1771         lm_info_svr4 with new.
1772
1773 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
1774
1775         * solib-target.c (struct lm_info_target): Add destructor,
1776         initialize fields.
1777         <name>: Change type to std::string.
1778         (library_list_start_library): Allocate lm_info_target with new.
1779         (solib_target_free_library_list): Free lm_info_target with
1780         delete.
1781         (solib_target_current_sos): Adapt to std::string.
1782         (solib_target_free_so): Free lm_info_target with delete.
1783
1784 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
1785
1786         * solib-frv.c (struct lm_info_frv): Add destructor, initialize
1787         fields.
1788         (frv_current_sos): Allocate lm_info_frv with new.
1789         (frv_relocate_main_executable): Free lm_info_frv with delete,
1790         allocate with new.
1791         (frv_clear_solib, frv_free_so): Free lm_info_frv with delete.
1792
1793 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
1794
1795         * solib-frv.c (struct lm_info_frv): Fix indentation.
1796
1797 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
1798
1799         * solib-dsbt.c (struct lm_info_dsbt): Add destructor, initialize
1800         map field.
1801         (dsbt_current_sos): Allocate lm_info_dsbt with new.
1802         (dsbt_relocate_main_executable): Free lm_info_dsbt with delete
1803         and allocate with new.
1804         (dsbt_clear_solib, dsbt_free_so): Free lm_info_dsbt with delete.
1805
1806 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
1807
1808         * solib-aix.c (struct lm_info_aix): Initialize fields in-class.
1809         <filename, member_name>: Change type to std::string.
1810         (solib_aix_new_lm_info, solib_aix_xfree_lm_info): Remove.
1811         (library_list_start_library): Allocate lm_info_aix with new.
1812         (solib_aix_free_library_list, solib_aix_free_so): Free with delete.
1813         (solib_aix_current_sos): Adapt to std::string, copy lm_info_aix
1814         with copy constructor.
1815
1816 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
1817
1818         * solist.h (struct lm_info): Remove.
1819         (struct lm_info_base): New class.
1820         (struct so_list) <lm_info>: Change type to lm_info_base *.
1821         * nto-tdep.c (struct lm_info): Remove.
1822         (lm_addr): Adjust.
1823         * solib-aix.c (struct lm_info): Rename to ...
1824         (struct lm_info_aix): ... this.  Extend lm_info_base.
1825         (lm_info_p): Rename to ...
1826         (lm_info_aix_p): ... this, and adjust.
1827         (solib_aix_new_lm_info, solib_aix_xfree_lm_info,
1828         solib_aix_parse_libraries, library_list_start_library,
1829         solib_aix_free_library_list, solib_aix_parse_libraries,
1830         solib_aix_get_library_list,
1831         solib_aix_relocate_section_addresses, solib_aix_free_so,
1832         solib_aix_get_section_offsets,
1833         solib_aix_solib_create_inferior_hook, solib_aix_current_sos):
1834         Adjust.
1835         (struct solib_aix_inferior_data) <library_list>: Adjust.
1836         * solib-darwin.c (struct lm_info): Rename to ...
1837         (struct lm_info_darwin): ... this.  Extend lm_info_base.
1838         (darwin_current_sos, darwin_relocate_section_addresses): Adjust.
1839         * solib-dsbt.c (struct lm_info): Rename to ...
1840         (struct lm_info_dsbt): ... this.  Extend lm_info_base.
1841         (struct dsbt_info) <main_executable_lm_info): Adjust.
1842         (dsbt_current_sos, dsbt_relocate_main_executable, dsbt_free_so,
1843         dsbt_relocate_section_addresses): Adjust.
1844         * solib-frv.c (struct lm_info): Rename to ...
1845         (struct lm_info_frv): ... this.  Extend lm_info_base.
1846         (main_executable_lm_info): Adjust.
1847         (frv_current_sos, frv_relocate_main_executable, frv_free_so,
1848         frv_relocate_section_addresses, frv_fdpic_find_global_pointer,
1849         find_canonical_descriptor_in_load_object,
1850         frv_fdpic_find_canonical_descriptor): Adjust.
1851         * solib-svr4.c (struct lm_info): Move to solib-svr4.h, renamed
1852         to lm_info_svr4.
1853         (lm_info_read, lm_addr_check, svr4_keep_data_in_core,
1854         svr4_clear_so, svr4_copy_library_list,
1855         library_list_start_library, svr4_default_sos, svr4_read_so_list,
1856         svr4_current_sos, svr4_fetch_objfile_link_map,
1857         solist_update_incremental): Adjust.
1858         * solib-svr4.h (struct lm_info_svr4): Move here from
1859         solib-svr4.c.
1860         * solib-target.c (struct lm_info): Rename to ...
1861         (struct lm_info_target): ... this.  Extend lm_info_base.
1862         (lm_info_p): Rename to ...
1863         (lm_info_target_p): ... this.
1864         (solib_target_parse_libraries, library_list_start_segment,
1865         library_list_start_section, library_list_start_library,
1866         library_list_end_library, solib_target_free_library_list,
1867         solib_target_current_sos, solib_target_free_so,
1868         solib_target_relocate_section_addresses): Adjust.
1869         * windows-nat.c (struct lm_info): Rename to ...
1870         (struct lm_info_windows): ... this.  Extend lm_info_base.
1871         (windows_make_so, handle_load_dll, handle_unload_dll,
1872         windows_xfer_shared_libraries): Adjust.
1873
1874 2017-04-28  Simon Marchi  <simon.marchi@ericsson.com>
1875
1876         * solib-darwin.c (struct darwin_so_list): Remove.
1877         (darwin_current_sos): Allocate an so_list object instead of a
1878         darwin_so_list, separately allocate an lm_info object.
1879         (darwin_free_so): Free lm_info.
1880
1881 2017-04-28  John Baldwin  <jhb@FreeBSD.org>
1882
1883         * mips-tdep.c (print_gp_register_row): Replace printf_filtered
1884         with fprintf_filtered.
1885
1886 2017-04-28  Yao Qi  <yao.qi@linaro.org>
1887
1888         * regcache.c (regcache::regcache): New function.
1889         (regcache::~regcache): New function.
1890         (regcache_xmalloc_1): Remove.
1891         (regcache_xmalloc): Call new regcache.
1892         (regcache_xfree): Call delete regcache.
1893         (get_thread_arch_aspace_regcache): Call new regcache.
1894
1895 2017-04-28  Yao Qi  <yao.qi@linaro.org>
1896
1897         * mips-linux-nat.c (mips_linux_new_thread): Use ptid method
1898         lwp instead of ptid_get_lwp.
1899
1900 2017-04-28  Yao Qi  <yao.qi@linaro.org>
1901
1902         * mips-linux-nat.c (mips_linux_new_thread): Get lwpid from
1903         lwp_info instead of getting from inferior_ptid.
1904
1905 2017-04-27  Keith Seitz  <keiths@redhat.com>
1906
1907         * gdbtypes.c (LVALUE_REFERENCE_TO_RVALUE_BINDING_BADNESS)
1908         DIFFERENT_REFERENCE_TYPE_BADNESS): Remove.
1909         (CV_CONVERSION_BADNESS): Define.
1910         (rank_one_type): Remove overly restrictive rvalue reference
1911         rank checks.
1912         Add cv-qualifier checks and subranks for type equality.
1913         * gdbtypes.h (REFERENCE_CONVERSION_RVALUE,
1914         REFERENCE_CONVERSION_CONST_LVALUE, CV_CONVERSION_BADNESS,
1915         CV_CONVERSION_CONST, CV_CONVERSION_VOLATILE): Declare.
1916
1917 2017-04-27  Simon Marchi  <simon.marchi@ericsson.com>
1918
1919         * python/py-inferior.c (inferior_to_inferior_object): Increment reference
1920         count when creating the object.
1921
1922 2017-04-27  Sangamesh Mallayya  <sangamesh.swamy@in.ibm.com>
1923             Ulrich Weigand  <uweigand@de.ibm.com>
1924
1925         * xcoffread.c (read_xcoff_symtab): Read correct function auxiliary
1926         entry if xlc -qfuncsect or gcc -ffunction-sections compiler option
1927         is used in AIX.
1928         (read_xcoff_symtab): Handle C_WEAKEXT storage class.
1929         (process_xcoff_symbol): Likewise.
1930         (scan_xcoff_symtab): Likewise.
1931
1932 2017-04-26  Alan Hayward  <alan.hayward@arm.com>
1933
1934         * ia64-tdep.c (examine_prologue): Use get_frame_register_unsigned.
1935         (ia64_sigtramp_frame_prev_register): Use read_memory_unsigned_integer.
1936         (ia64_access_reg): Use get_frame_register_unsigned.
1937         (ia64_access_rse_reg): Likewise.
1938         (ia64_libunwind_frame_prev_register): Likewise.
1939
1940 2017-04-26  Jiong Wang  <jiong.wang@arm.com>
1941
1942         * gdbarch.sh: New gdbarch method execute_dwarf_cfa_vendor_op.
1943         * gdbarch.c: Regenerated.
1944         * gdbarch.h: Regenerated.
1945         * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Made the
1946         visibility external.
1947         (execute_cfa_program): Call execute_dwarf_cfa_vendor_op for CFI
1948         between DW_CFA_lo_user and DW_CFA_high_user inclusive.
1949         (enum cfa_how_kind): Move to ...
1950         (struct dwarf2_frame_state_reg_info): Likewise.
1951         (struct dwarf2_frame_state): Likewise.
1952         * dwarf2-frame.h: ... here.
1953         (dwarf2_frame_state_alloc_regs): New declaration.
1954         * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): New function.
1955         (sparc32_gdbarch_init): Register execute_dwarf_cfa_vendor_op hook.
1956
1957 2017-04-26  Alan Hayward  <alan.hayward@arm.com>
1958
1959         * xtensa-tdep.c (xtensa_pseudo_register_read): Use
1960         regcache_raw_read_unsigned.
1961         (xtensa_pseudo_register_write): Likewise.
1962
1963 2017-04-26  Alan Hayward  <alan.hayward@arm.com>
1964
1965         * nds32-tdep.c (nds32_pseudo_register_read): Abort on errors.
1966         (nds32_pseudo_register_write): Likewise.
1967
1968 2017-04-25  Yao Qi  <yao.qi@linaro.org>
1969
1970         * regcache.c (struct regcache) <readonly_p>: Change its type
1971         to bool.
1972         (regcache_xmalloc_1): Update parameter type and callers update.
1973
1974 2017-04-25  Yao Qi  <yao.qi@linaro.org>
1975
1976         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
1977         set_gdbarch_wchar_bit.
1978         * arm-tdep.c (arm_gdbarch_init): Likewise.
1979
1980 2017-04-25  Pedro Alves  <palves@redhat.com>
1981
1982         * common/poison.h [!HAVE_IS_TRIVIALLY_COPYABLE] (IsRelocatable)
1983         (BothAreRelocatable, memcopy, memmove): Don't define.
1984         * common/traits.h (__has_feature, HAVE_IS_TRIVIALLY_COPYABLE): New
1985         macros.
1986
1987 2017-04-25  Pedro Alves  <palves@redhat.com>
1988
1989         * common/common-defs.h: Include "common/poison.h".
1990         * common/function-view.h: (Not, Or, Requires): Move to traits.h
1991         and adjust.
1992         * common/poison.h: New file.
1993         * common/traits.h: Include <type_traits>.
1994         (Not, Or, Requires): New, moved from common/function-view.h.
1995
1996 2017-04-25  Pedro Alves  <palves@redhat.com>
1997
1998         * breakpoint.h (struct breakpoint): In-class initialize all
1999         fields.  Make boolean fields "bool".
2000         * breakpoint.c (init_raw_breakpoint_without_location): Remove
2001         memset call and initializations no longer necessary.
2002
2003 2017-04-25  Pedro Alves  <palves@redhat.com>
2004
2005         * btrace.c (pt_btrace_insn_flags): Change parameter type to
2006         reference.
2007         (pt_btrace_insn): New function.
2008         (ftrace_add_pt): Remove memset call and use pt_btrace_insn.
2009
2010 2017-04-25  Pedro Alves  <palves@redhat.com>
2011
2012         * ada-lang.c (ada_catchpoint_location): Now a "class".  Remove
2013         "base" field and inherit from "bp_location" instead.  Add
2014         non-default ctor.
2015         (allocate_location_exception): Use new non-default ctor.
2016         * breakpoint.c (get_first_locp_gte_addr): Remove memset call.
2017         (init_bp_location): Convert to ...
2018         (bp_location::bp_location): ... this new ctor, and remove memset
2019         call.
2020         (base_breakpoint_allocate_location): Use the new non-default ctor.
2021         * breakpoint.h (bp_location): Now a class.  Declare default and
2022         non-default ctors.  In-class initialize all members.
2023         (init_bp_location): Remove declaration.
2024
2025 2017-04-25  Pedro Alves  <palves@redhat.com>
2026
2027         * common/enum-flags.h (enum_flags): Don't implement copy ctor and
2028         assignment operator.
2029
2030 2017-04-24  Yao Qi  <yao.qi@linaro.org>
2031
2032         * doublest.c (convert_doublest_to_floatformat): Call
2033         floatformat_totalsize_bytes.
2034
2035 2017-04-22  Tom Tromey  <tom@tromey.com>
2036
2037         * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
2038         ui_out_emit_list.
2039         * stack.c (print_frame): Use ui_out_emit_list.
2040         * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
2041         ui_out_emit_list.
2042         * mi/mi-main.c (print_one_inferior)
2043         (mi_cmd_data_list_register_names)
2044         (mi_cmd_data_list_register_values, mi_cmd_list_features)
2045         (mi_cmd_list_target_features, mi_cmd_trace_frame_collected): Use
2046         ui_out_emit_list.
2047         * mi/mi-interp.c (mi_on_normal_stop_1): Use ui_out_emit_list.
2048         (mi_output_solib_attribs): Use ui_out_emit_list,
2049         ui_out_emit_tuple.
2050         * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_list.
2051         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
2052         (mi_cmd_stack_list_args, list_args_or_locals): Use
2053         ui_out_emit_list.
2054         * disasm.c (do_assembly_only): Use ui_out_emit_list.
2055         * breakpoint.c (print_solib_event, output_thread_groups): Use
2056         ui_out_emit_list.
2057
2058 2017-04-22  Tom Tromey  <tom@tromey.com>
2059
2060         * mi/mi-main.c (print_variable_or_computed): Use ui_out_emit_tuple.
2061         * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_tuple.
2062         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_out_emit_tuple.
2063
2064 2017-04-22  Tom Tromey  <tom@tromey.com>
2065
2066         * tracepoint.c (tvariables_info_1)
2067         (print_one_static_tracepoint_marker): Use ui_out_emit_tuple.
2068
2069 2017-04-22  Tom Tromey  <tom@tromey.com>
2070
2071         * stack.c (print_frame_arg): Use ui_out_emit_tuple,
2072         annotate_arg_emitter.
2073         * breakpoint.c (print_mention_watchpoint)
2074         (print_mention_masked_watchpoint): Use ui_out_emit_tuple.
2075         * annotate.h (struct annotate_arg_emitter): New.
2076
2077 2017-04-22  Tom Tromey  <tom@tromey.com>
2078
2079         * record-btrace.c (record_btrace_insn_history)
2080         (record_btrace_insn_history_range, record_btrace_call_history)
2081         (record_btrace_call_history_range): Use ui_out_emit_tuple.
2082         * thread.c (do_captured_list_thread_ids, print_thread_info_1): Use
2083         ui_out_emit_tuple.
2084         * stack.c (print_frame_info): Use ui_out_emit_tuple.
2085         * solib.c (info_sharedlibrary_command): Use ui_out_emit_tuple.
2086         * skip.c (skip_info): Use ui_out_emit_tuple.
2087         * remote.c (show_remote_cmd): Use ui_out_emit_tuple.
2088         * progspace.c (print_program_space): Use ui_out_emit_tuple.
2089         * probe.c (info_probes_for_ops): Use ui_out_emit_tuple.
2090         * osdata.c (info_osdata): Use ui_out_emit_tuple.
2091         * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
2092         ui_out_emit_tuple.
2093         * mi/mi-main.c (print_one_inferior, list_available_thread_groups)
2094         (output_register, mi_cmd_data_read_memory)
2095         (mi_cmd_data_read_memory_bytes, mi_load_progress)
2096         (mi_cmd_trace_frame_collected): Use ui_out_emit_tuple.
2097         * mi/mi-cmd-var.c (mi_cmd_var_list_children, varobj_update_one):
2098         Use ui_out_emit_tuple.
2099         * mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Use
2100         ui_out_emit_tuple.
2101         * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
2102         (mi_cmd_info_gdb_mi_command): Use ui_out_emit_tuple.
2103         * linux-thread-db.c (info_auto_load_libthread_db): Use
2104         ui_out_emit_tuple.
2105         * inferior.c (print_inferior): Use ui_out_emit_tuple.
2106         * gdb_bfd.c (print_one_bfd): Use ui_out_emit_tuple.
2107         * disasm.c (do_mixed_source_and_assembly_deprecated)
2108         (do_mixed_source_and_assembly): Use ui_out_emit_tuple.
2109         * cp-abi.c (list_cp_abis): Use ui_out_emit_tuple.
2110         * cli/cli-setshow.c (cmd_show_list): Use ui_out_emit_tuple.
2111         * breakpoint.c (print_one_breakpoint_location)
2112         (print_one_breakpoint): Use ui_out_emit_tuple.
2113         * auto-load.c (print_script, info_auto_load_cmd): Use
2114         ui_out_emit_tuple.
2115         * ada-tasks.c (print_ada_task_info): Use ui_out_emit_tuple.
2116
2117 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
2118
2119         * thread.c (print_thread_info_1): Remove dead code.
2120
2121 2017-04-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2122
2123         * aarch64-tdep.c (selftests::aarch64_process_record_test): Make it #if
2124         GDB_SELF_TEST.
2125         * arm-tdep.c (selftests::arm_record_test): Likewise.
2126
2127 2017-04-21  Yao Qi  <yao.qi@linaro.org>
2128
2129         * regcache.c (regcache_restore): Remove argument 2.  Replace
2130         argument 3 with regcache.  Get register status from
2131         src->register_status and get register contents from
2132         register_buffer (src, regnum).
2133         (regcache_cpy): Update.
2134
2135 2017-04-19  Pedro Alves  <palves@redhat.com>
2136
2137         * gdbthread.h (thread): Add missing closing parenthesis in
2138         comment.
2139
2140 2017-04-19  Pedro Alves  <palves@redhat.com>
2141
2142         * common/refcounted-object.h: New file.
2143         * gdbthread.h: Include "common/refcounted-object.h".
2144         (thread_info): Inherit from refcounted_object and add comments.
2145         (thread_info::incref, thread_info::decref)
2146         (thread_info::m_refcount): Delete.
2147         (thread_info::deletable): Use the refcounted_object::refcount()
2148         method.
2149         * inferior.c (current_inferior_): Add comment.
2150         (set_current_inferior): Increment/decrement refcounts.
2151         (prune_inferiors, remove_inferior_command): Skip inferiors marked
2152         not-deletable instead of comparing with the current inferior.
2153         (initialize_inferiors): Increment the initial inferior's refcount.
2154         * inferior.h (struct inferior): Forward declare.
2155         Include "common/refcounted-object.h".
2156         (current_inferior, set_current_inferior): Move declaration to
2157         before struct inferior's definition, and fix comment.
2158         (inferior): Inherit from refcounted_object.  Add comments.
2159         * thread.c (switch_to_thread_no_regs): Reference the thread's
2160         inferior pointer directly instead of doing a ptid lookup.
2161         (switch_to_no_thread): New function.
2162         (switch_to_thread(thread_info *)): New function, factored out
2163         from ...
2164         (switch_to_thread(ptid_t)): ... this.
2165         (restore_current_thread): Delete.
2166         (current_thread_cleanup): Remove 'inf_id' and 'was_removable'
2167         fields, and add 'inf' field.
2168         (do_restore_current_thread_cleanup): Check whether old->inf is
2169         alive instead of looking up an inferior by ptid.  Use
2170         switch_to_thread and switch_to_no_thread.
2171         (restore_current_thread_cleanup_dtor): Use old->inf directly
2172         instead of lookup up an inferior by id.  Decref the inferior.
2173         Don't restore 'removable'.
2174         (make_cleanup_restore_current_thread): Same the inferior pointer
2175         in old, instead of the inferior number.  Incref the inferior.
2176         Don't save/clear 'removable'.
2177
2178 2017-04-19  Pedro Alves  <palves@redhat.com>
2179
2180         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
2181         unittests/scoped_restore-selftests.c.
2182         (SUBDIR_UNITTESTS_OBS): Add scoped_restore-selftests.o.
2183         * common/scoped_restore.h (scoped_restore_base): Make "class".
2184         (scoped_restore_base::release): New public method.
2185         (scoped_restore_base::scoped_restore_base): New protected ctor.
2186         (scoped_restore_base::m_saved_var): New protected field.
2187         (scoped_restore_tmpl::scoped_restore_tmpl(T*)): Initialize the
2188         scoped_restore_base base class instead of m_saved_var directly.
2189         (scoped_restore_tmpl::scoped_restore_tmpl(T*, T2)): Likewise.
2190         (scoped_restore_tmpl::scoped_restore_tmpl(const
2191         scoped_restore_tmpl<T>&)): Likewise.
2192         (scoped_restore_tmpl::~scoped_restore_tmpl): Use the saved_var
2193         method.
2194         (scoped_restore_tmpl::saved_var): New method.
2195         (scoped_restore_tmpl::m_saved_var): Delete.
2196         * inferior.h (inferior::detaching): Now a bool.
2197         * infrun.c (prepare_for_detach): Use a scoped_restore instead of a
2198         cleanup.
2199         * unittests/scoped_restore-selftests.c: New file.
2200
2201 2017-04-19  Pedro Alves  <palves@redhat.com>
2202
2203         * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS):
2204         Re-sort in alphabetic order.
2205
2206 2017-04-18  Pedro Alves  <palves@redhat.com>
2207
2208         * xml-support.c (obstack_xml_printf): Delete.
2209         * xml-support.h (obstack_xml_printf): Delete.
2210
2211 2017-04-18  Pedro Alves  <palves@redhat.com>
2212
2213         * xml-support.c (gdb_xml_parser) <use_dtd, dtd_name, parse,
2214         vdebug, verror, body_text, start_element, end_element, name,
2215         user_data, set_is_xinclude, set_error, expat_parser>: New methods.
2216         <name, user_data, expat_parser, scopes, error, last_line, dtd_name,
2217         is_xinclude>: Make private and add m_ prefix.
2218         (gdb_xml_parser::body_text): New method, based on ...
2219         (gdb_xml_body_text): ... this.  Adjust.
2220         (gdb_xml_parser::vdebug): New method, based on ...
2221         (gdb_xml_debug): ... this.  Adjust.
2222         (gdb_xml_parser::verror): New method, based on ...
2223         (gdb_xml_error): ... this.  Adjust.
2224         (gdb_xml_parser::start_element): New method, based on ...
2225         (gdb_xml_start_element): ... this.  Adjust.
2226         (gdb_xml_start_element_wrapper): Defer to
2227         gdb_xml_parser::start_element and gdb_xml_parser::set_error.
2228         (gdb_xml_parser::end_element): New method, based on ...
2229         (gdb_xml_end_element_wrapper): ... this.  Adjust.
2230         (gdb_xml_parser::~gdb_xml_parser): Adjust.
2231         (gdb_xml_parser::gdb_xml_parser): Adjust to field renames.
2232         (gdb_xml_parser::use_dtd): New method, based on ...
2233         (gdb_xml_use_dtd): ... this.  Adjust.
2234         (gdb_xml_parser::parse): New method, based on ...
2235         (gdb_xml_parse): ... this.  Adjust.
2236         (gdb_xml_parse_quick): Adjust to call the parser's parse method.
2237         (xinclude_start_include): Adjust to call the parser's name method.
2238         (xml_xinclude_default, xml_xinclude_start_doctype)
2239         (xml_xinclude_end_doctype): Adjust to call the parser's user_data
2240         method.
2241         (xml_process_xincludes): Adjust to call parser methods.
2242         * xml-support.h (gdb_xml_use_dtd, gdb_xml_parse): Delete
2243         declarations.
2244
2245 2017-04-18  Pedro Alves  <palves@redhat.com>
2246
2247         * tracefile-tfile.c (tfile_write_tdesc): Adjust to use
2248         gdb::optional<std::string>.
2249         * xml-support.c: Include <string>.
2250         (scope_level::scope_level(scope_level &&))
2251         (scope_level::~scope_level): Delete.
2252         (scope_level::body): Now a std::string.
2253         (gdb_xml_body_text, gdb_xml_end_element): Adjust.
2254         (xinclude_parsing_data::xinclude_parsing_data): Add 'output'
2255         parameter.
2256         (xinclude_parsing_data::~xinclude_parsing_data): Delete.
2257         (xinclude_parsing_data::output): Now a std::string reference.
2258         (xinclude_start_include): Adjust.
2259         (xml_xinclude_default): Adjust.
2260         (xml_process_xincludes): Add 'output' parameter, and return bool.
2261         * xml-support.h (xml_process_xincludes): Add 'output' parameter,
2262         and return bool.
2263         * xml-tdesc.c: Include <unordered_map> and <string>.
2264         (tdesc_xml_cache): Delete.
2265         (tdesc_xml_cache_s): Delete.
2266         (xml_cache): Now an std::unordered_map.
2267         (tdesc_parse_xml): Adjust to use std::string and unordered_map.
2268         (target_fetch_description_xml): Change return type to
2269         gdb::optional<std::string>, and adjust.
2270         * xml-tdesc.h: Include "common/gdb_optional.h" and <string>.
2271         (target_fetch_description_xml): Change return type to
2272         gdb::optional<std::string>.
2273
2274 2017-04-18  Pedro Alves  <palves@redhat.com>
2275
2276         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
2277         unittests/optional-selftests.c.
2278         (SUBDIR_UNITTESTS_OBS): Add optional-selftests.o.
2279         * unittests/optional-selftests.c: New file.
2280         * unittests/optional/assignment/1.cc: New file.
2281         * unittests/optional/assignment/2.cc: New file.
2282         * unittests/optional/assignment/3.cc: New file.
2283         * unittests/optional/assignment/4.cc: New file.
2284         * unittests/optional/assignment/5.cc: New file.
2285         * unittests/optional/assignment/6.cc: New file.
2286         * unittests/optional/assignment/7.cc: New file.
2287         * unittests/optional/cons/copy.cc: New file.
2288         * unittests/optional/cons/default.cc: New file.
2289         * unittests/optional/cons/move.cc: New file.
2290         * unittests/optional/cons/value.cc: New file.
2291         * unittests/optional/in_place.cc: New file.
2292         * unittests/optional/observers/1.cc: New file.
2293         * unittests/optional/observers/2.cc: New file.
2294
2295 2017-04-18  Pedro Alves  <palves@redhat.com>
2296
2297         * common/gdb_optional.h: Include common/traits.h.
2298         (in_place_t): New type.
2299         (in_place): New constexpr variable.
2300         (optional::optional): Remove member initialization of
2301         m_instantiated.
2302         (optional::optional(in_place_t...)): New constructor.
2303         (optional::~optional): Use reset.
2304         (optional::optional(const optional&)): New.
2305         (optional::optional(const optional&&)): New.
2306         (optional::optional(T &)): New.
2307         (optional::optional(T &&)): New.
2308         (operator::operator=(const optional &)): New.
2309         (operator::operator=(optional &&)): New.
2310         (operator::operator= (const T &))
2311         (operator::operator= (T &&))
2312         (operator::emplace (Args &&... args)): Return a T&.  Use reset.
2313         (operator::reset): New.
2314         (operator::m_instantiated):: Add in-class initializer.
2315         * common/traits.h: Include <type_traits>.
2316         (struct And): New types.
2317
2318 2017-04-18  Pedro Alves  <palves@redhat.com>
2319
2320         * xml-support.c: Include <vector>.
2321         (scope_level::scope_level(const gdb_xml_element *))
2322         (scope_level::scope_level(scope_level&&)): New.
2323         (scope_level::~scope_level): New.
2324         (scope_level_s): Delete.
2325         (gdb_xml_parser::scopes): Now a std::vector.
2326         (gdb_xml_body_text, gdb_xml_start_element, gdb_xml_end_element):
2327         Use std::vector.
2328         (gdb_xml_parser::~gdb_xml_parser): Remove now unnecessary
2329         scope cleanup code.
2330         (gdb_xml_parser::gdb_xml_parser): Remove explicit initialization
2331         of the scopes member.  Use std::vector::emplace_back.
2332
2333 2017-04-18  Pedro Alves  <palves@redhat.com>
2334
2335         * xml-support.c (gdb_xml_parser): Add ctor/dtor.  Make is_xinclude
2336         a bool.
2337         (gdb_xml_end_element): Change type of first parameter.
2338         (gdb_xml_cleanup): Rename to ...
2339         (gdb_xml_parser::~gdb_xml_parser): ... this.
2340         (gdb_xml_create_parser_and_cleanup): Delete with ...
2341         (gdb_xml_parser::gdb_xml_parser): ... creation parts factored out
2342         to this new ctor.
2343         (gdb_xml_parse_quick): Create a local gdb_xml_parser instead of
2344         using gdb_xml_create_parser_and_cleanup.
2345         (xinclude_parsing_data): Add ctor/dtor.
2346         (xml_xinclude_cleanup): Delete.
2347         (xml_process_xincludes): Create a local xinclude_parsing_data
2348         instead of heap-allocating one.  Create a local gdb_xml_parser
2349         instead of heap-allocating one with
2350         gdb_xml_create_parser_and_cleanup.
2351
2352 2017-04-18  John Baldwin  <jhb@FreeBSD.org>
2353
2354         PR threads/20743
2355         * fbsd-nat.c (resume_one_thread_cb): Remove.
2356         (resume_all_threads_cb): Remove.
2357         (fbsd_resume): Use ALL_NON_EXITED_THREADS instead of
2358         iterate_over_threads.
2359
2360 2017-04-17  Joel Brobecker  <brobecker@adacore.com>
2361
2362         * NEWS: Create a new section for the next release branch.
2363         Rename the section of the current branch, now that it has
2364         been cut.
2365
2366 2017-04-17  Joel Brobecker  <brobecker@adacore.com>
2367
2368         GDB 8.0 branch created (725bf5cf125783c2a7ca4ab63d3768e220bab2db):
2369         * version.in: Bump version to 8.0.50.DATE-git.
2370
2371 2017-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
2372
2373         PR gdb/21385
2374         * windows-nat.c (windows_create_inferior): Declare 'allargs'
2375         independently of the host, and fix build breakage on Cygwin.
2376
2377 2017-04-13  Pedro Alves  <palves@redhat.com>
2378
2379         * inferior.c (free_inferior): Convert to ...
2380         (inferior::~inferior): ... this dtor.
2381         (inferior::inferior): New ctor, factored out from ...
2382         (add_inferior_silent): ... here.  Allocate the inferior with a new
2383         expression.
2384         (delete_inferior): Call delete instead of free_inferior.
2385         * inferior.h (gdb_environ, continuation): Forward declare.
2386         (inferior): Now a class.  Add in-class initialization to all
2387         members.  Make boolean fields bool, except 'detaching'.
2388         (inferior::inferior): New explicit ctor.
2389         (inferior::~inferior): New.
2390
2391 2017-04-13  Pedro Alves  <palves@redhat.com>
2392
2393         * inferior.c (init_inferior_list): Delete.
2394         * inferior.h (init_inferior_list): Delete.
2395
2396 2017-04-13  Pedro Alves  <palves@redhat.com>
2397
2398         PR threads/13217
2399         * gdb.threads/threadapply.exp (thr_apply_detach): New procedure.
2400         (top level): Call it twice, with different thread sets.
2401
2402 2017-04-13  Pedro Alves  <palves@redhat.com>
2403
2404         * thread.c: Include <algorithm>.
2405         (thread_array_cleanup): Delete.
2406         (scoped_inc_dec_ref): New class.
2407         (live_threads_count): New function.
2408         (set_thread_refcount): Delete.
2409         (tp_array_compar_ascending): Now a bool.
2410         (tp_array_compar): Convert to a std::sort comparison function.
2411         (thread_apply_all_command): Use std::vector and scoped_inc_dec_ref
2412         and live_threads_count.
2413
2414 2017-04-13  Pedro Alves  <palves@redhat.com>
2415
2416         * infrun.c (follow_fork_inferior): Also switch the current
2417         inferior.
2418
2419 2017-04-13  Pedro Alves  <palves@redhat.com>
2420
2421         * breakpoint.c (watch_command_1): Save watchpoint-frame info
2422         before calling create_internal_breakpoint.
2423
2424 2017-04-13  Pedro Alves  <palves@redhat.com>
2425
2426         * fork-child.c (execv_argv): New class.
2427         (breakup_args): Refactored as ...
2428         (execv_argv::init_for_no_shell): .. this method of execv_argv.
2429         Copy arguments to storage and replace separators with NULL
2430         terminators in place.
2431         (escape_bang_in_quoted_argument): Adjust to return bool.
2432         (execv_argv::execv_argv): New ctor.
2433         (execv_argv::init_for_shell): New method, factored out from
2434         fork_inferior.  Don't strdup strings into the vector.
2435         (fork_inferior): Eliminate "shell" local and use execv_argv.  Use
2436         Remove free_vector_argv call.
2437
2438 2017-04-13  Yao Qi  <yao.qi@linaro.org>
2439
2440         * rx-tdep.c (rx_fpsw_type): Check tdep->rx_fpsw_type instead of
2441         tdep->rx_psw_type.
2442
2443 2017-04-13  Yao Qi  <yao.qi@linaro.org>
2444
2445         * rl78-tdep.c (rl78_gdbarch_init): Use XCNEW instead of XNEW.
2446         * rx-tdep.c (rx_gdbarch_init): Likewise.
2447
2448 2017-04-13  Pedro Alves  <palves@redhat.com>
2449
2450         * breakpoint.h (struct breakpoint): Reindent.
2451
2452 2017-04-13  Pedro Alves  <palves@redhat.com>
2453
2454         * breakpoint.c (bp_location): Rename to ...
2455         (bp_locations): ... this.  All references updated.
2456         (bp_location_count): Rename to ...
2457         (bp_locations_count): ... this.  All references updated.
2458         (bp_location_placed_address_before_address_max): Rename to ...
2459         (bp_locations_placed_address_before_address_max): ... this.  All
2460         references updated.
2461         (bp_location_shadow_len_after_address_max): Rename to ...
2462         (bp_locations_shadow_len_after_address_max): ... this.  All
2463         references updated.
2464         (bp_location_compare_addrs): Rename to ...
2465         (bp_locations_compare_addrs): ... this.  All references updated.
2466         (bp_location_compare):Rename to ...
2467         (bp_locations_compare): ... this.  All references updated.
2468         (bp_location_target_extensions_update): Rename to ...
2469         (bp_locations_target_extensions_update): ... this.  All references
2470         updated.
2471
2472 2017-04-12  Sergio Durigan Junior  <sergiodj@redhat.com>
2473
2474         * Makefile.in (HFILES_NO_SRCDIR): Add "common/gdb_termios.h".
2475         * common/common.m4: Check headers 'termios.h', 'termio.h' and
2476         'sgtty.h'.
2477         * common/gdb_termios.h: New file, with parts of "terminal.h".
2478         * inflow.c: Include "gdb_termios.h".
2479         * ser-unix.c: Include "gdb_termios.h".
2480         * terminal.h: Move terminal-related defines to
2481         "common/gdb_termios.h".
2482
2483 2017-04-12  Tom Tromey  <tom@tromey.com>
2484
2485         * probe.c (parse_probes): Update.
2486         * location.h (delete_event_location): Don't declare.
2487         (event_location_deleter::operator()): Update.
2488         * location.c (event_location_deleter::operator()): Rename from
2489         delete_event_location.
2490         * linespec.h (linespec_result) <location>: Change type to
2491         event_location_up.
2492         * linespec.c (canonicalize_linespec, event_location_to_sals)
2493         (decode_objc): Update.
2494         (linespec_result): Don't call delete_event_location.
2495         * breakpoint.c (create_breakpoints_sal)
2496         (bkpt_probe_create_sals_from_location)
2497         (strace_marker_create_sals_from_location): Update.
2498
2499 2017-04-12  Tom Tromey  <tom@tromey.com>
2500
2501         * linespec.h (struct linespec_result): Add constructor and
2502         destructor.
2503         (init_linespec_result, destroy_linespec_result)
2504         (make_cleanup_destroy_linespec_result): Don't declare.
2505         * linespec.c (init_linespec_result): Remove.
2506         (linespec_result::~linespec_result): Rename from
2507         destroy_linespec_result.  Update.
2508         (cleanup_linespec_result, make_cleanup_destroy_linespec_result):
2509         Remove.
2510         * breakpoint.c (create_breakpoint, break_range_command)
2511         (decode_location_default): Update.
2512         * ax-gdb.c (agent_command_1): Update.
2513
2514 2017-04-12  Tom Tromey  <tom@tromey.com>
2515
2516         * remote.c (remote_download_tracepoint): Update.
2517         * python/py-breakpoint.c (bppy_get_location): Update.
2518         * guile/scm-breakpoint.c (bpscm_print_breakpoint_smob)
2519         (gdbscm_breakpoint_location): Update.
2520         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Update.
2521         * breakpoint.h (struct breakpoint) <location, location_range_end>:
2522         Change type to event_location_up.
2523         * breakpoint.c (create_overlay_event_breakpoint)
2524         (create_longjmp_master_breakpoint)
2525         (create_std_terminate_master_breakpoint)
2526         (create_exception_master_breakpoint)
2527         (breakpoint_event_location_empty_p, print_breakpoint_location)
2528         (print_one_breakpoint_location, create_thread_event_breakpoint)
2529         (init_breakpoint_sal, create_breakpoint)
2530         (print_recreate_ranged_breakpoint, break_range_command)
2531         (init_ada_exception_breakpoint, say_where): Update.
2532         (base_breakpoint_dtor): Don't call delete_event_location.
2533         (bkpt_print_recreate, tracepoint_print_recreate)
2534         (dprintf_print_recreate, update_static_tracepoint)
2535         (breakpoint_re_set_default): Update.
2536
2537 2017-04-12  Tom Tromey  <tom@tromey.com>
2538
2539         * compile/compile-loc2c.c (compute_stack_depth_worker): Change
2540         type of "to_do".  Update.
2541         (compute_stack_depth): Use std::vector.
2542
2543 2017-04-12  Tom Tromey  <tom@tromey.com>
2544
2545         * printcmd.c (find_instruction_backward): Use std::vector.
2546
2547 2017-04-12  Tom Tromey  <tom@tromey.com>
2548
2549         * symfile.c (objfilep): Remove typedef.
2550         (reread_symbols): Use a std::vector.
2551
2552 2017-04-12  Tom Tromey  <tom@tromey.com>
2553
2554         * mi/mi-main.c (exec_direction_forward): Remove.
2555         (exec_reverse_continue, mi_execute_command): Use scoped_restore.
2556         * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
2557         scoped_restore.
2558         * guile/guile.c (guile_repl_command, guile_command)
2559         (gdbscm_execute_gdb_command): Use scoped_restore.
2560         * go-exp.y (go_parse): Use scoped_restore.
2561         * d-exp.y (d_parse): Use scoped_restore.
2562         * cli/cli-decode.c (cmd_func): Use scoped_restore.
2563         * c-exp.y (c_parse): Use scoped_restore.
2564
2565 2017-04-12  Tom Tromey  <tom@tromey.com>
2566
2567         * mi/mi-parse.h (struct mi_parse): Add constructor, destructor.
2568         (mi_parse): Update return type.
2569         (mi_parse_free): Remove.
2570         * mi/mi-parse.c (mi_parse::mi_parse): New constructor.
2571         (mi_parse::~mi_parse): Rename from mi_parse_free.
2572         (mi_parse_cleanup): Remove.
2573         (mi_parse): Return a unique_ptr.  Use new.
2574         * mi/mi-main.c (mi_execute_command): Update.
2575
2576 2017-04-12  Tom Tromey  <tom@tromey.com>
2577
2578         * location.c (explicit_location_lex_one): Return a
2579         unique_xmalloc_ptr.
2580         (string_to_explicit_location): Update.  Remove cleanups.
2581
2582 2017-04-12  Tom Tromey  <tom@tromey.com>
2583
2584         * gnu-v3-abi.c (value_and_voffset_p): Remove typedef.
2585         (compare_value_and_voffset): Change type.  Update.
2586         (compute_vtable_size): Change type of "offset_vec".
2587         (gnuv3_print_vtable): Use std::vector.  Remove cleanups.
2588         (gnuv3_get_typeid): Remove extraneous declaration.
2589
2590 2017-04-12  Tom Tromey  <tom@tromey.com>
2591
2592         * charset.h (wchar_iterator): Fix comment.
2593
2594 2017-04-12  Tom Tromey  <tom@tromey.com>
2595
2596         * charset.c (iconv_wrapper): New class.
2597         (cleanup_iconv): Remove.
2598         (convert_between_encodings): Use it.
2599
2600 2017-04-12  Tom Tromey  <tom@tromey.com>
2601
2602         * symfile.h (increment_reading_symtab): Update type.
2603         * symfile.c (decrement_reading_symtab): Remove.
2604         (increment_reading_symtab): Return a scoped_restore_tmpl<int>.
2605         * psymtab.c (psymtab_to_symtab): Update.
2606         * dwarf2read.c (dw2_instantiate_symtab): Update.
2607
2608 2017-04-12  Tom Tromey  <tom@tromey.com>
2609
2610         * jit.c (struct jit_reader): Declare separately.  Add constructor
2611         and destructor.  Change type of "handle".
2612         (loaded_jit_reader): Define separately.
2613         (jit_reader_load): Update.  New "new".
2614         (jit_reader_unload_command): Use "delete".
2615         * gdb-dlfcn.h (struct dlclose_deleter): New.
2616         (gdb_dlhandle_up): New typedef.
2617         (gdb_dlopen, gdb_dlsym): Update types.
2618         (gdb_dlclose): Remove.
2619         * gdb-dlfcn.c (gdb_dlopen): Return a gdb_dlhandle_up.
2620         (gdb_dlsym): Change type of "handle".
2621         (make_cleanup_dlclose): Remove.
2622         (dlclose_deleter::operator()): Rename from gdb_dlclose.
2623         * compile/compile-c-support.c (load_libcc): Update.
2624
2625 2017-04-12  Tom Tromey  <tom@tromey.com>
2626
2627         * symtab.h (find_pcs_for_symtab_line): Change return type.
2628         * symtab.c (find_pcs_for_symtab_line): Change return type.
2629         * python/py-linetable.c (build_line_table_tuple_from_pcs): Change
2630         type of "vec".  Update.
2631         (ltpy_get_pcs_for_line): Update.
2632         * linespec.c (decode_digits_ordinary): Update.
2633
2634 2017-04-12  Tom Tromey  <tom@tromey.com>
2635
2636         * tracepoint.c (actions_command): Update.
2637         * python/python.c (python_command, python_interactive_command):
2638         Update.
2639         * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
2640         * guile/guile.c (guile_command): Update.
2641         * defs.h (read_command_lines, read_command_lines_1): Return
2642         command_line_up.
2643         (command_lines_deleter): New struct.
2644         (command_line_up): New typedef.
2645         * compile/compile.c (compile_code_command)
2646         (compile_print_command): Update.
2647         * cli/cli-script.h (get_command_line, copy_command_lines): Return
2648         command_line_up.
2649         (make_cleanup_free_command_lines): Remove.
2650         * cli/cli-script.c (get_command_line, read_command_lines_1)
2651         (copy_command_lines): Return command_line_up.
2652         (while_command, if_command, read_command_lines, define_command)
2653         (document_command): Update.
2654         (do_free_command_lines_cleanup, make_cleanup_free_command_lines):
2655         Remove.
2656         * breakpoint.h (breakpoint_set_commands): Change type of
2657         "commands".
2658         * breakpoint.c (breakpoint_set_commands): Change type of
2659         "commands".  Update.
2660         (do_map_commands_command, update_dprintf_command_list)
2661         (create_tracepoint_from_upload): Update.
2662
2663 2017-04-12  Tom Tromey  <tom@tromey.com>
2664
2665         * tracepoint.c (scope_info): Update.
2666         * spu-tdep.c (spu_catch_start): Update.
2667         * python/python.c (gdbpy_decode_line): Update.
2668         * python/py-finishbreakpoint.c (bpfinishpy_init): Update.
2669         * python/py-breakpoint.c (bppy_init): Update.
2670         * probe.c (parse_probes): Update.
2671         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Update.
2672         * location.h (event_location_deleter): New struct.
2673         (event_location_up): New typedef.
2674         (new_linespec_location, new_address_location, new_probe_location)
2675         (new_explicit_location, copy_event_location)
2676         (string_to_event_location, string_to_event_location_basic)
2677         (string_to_explicit_location): Update return type.
2678         (make_cleanup_delete_event_location): Remove.
2679         * location.c (new_linespec_location, new_address_location)
2680         (new_probe_location, new_explicit_location, copy_event_location):
2681         Return event_location_up.
2682         (delete_event_location_cleanup)
2683         (make_cleanup_delete_event_location): Remove.
2684         (string_to_explicit_location, string_to_event_location_basic)
2685         (string_to_event_location): Return event_location_up.
2686         * linespec.c (canonicalize_linespec, event_location_to_sals)
2687         (decode_line_with_current_source)
2688         (decode_line_with_last_displayed, decode_objc): Update.
2689         * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
2690         * completer.c (location_completer): Update.
2691         * cli/cli-cmds.c (edit_command, list_command): Update.
2692         * breakpoint.c (create_overlay_event_breakpoint)
2693         (create_longjmp_master_breakpoint)
2694         (create_std_terminate_master_breakpoint)
2695         (create_exception_master_breakpoint)
2696         (create_thread_event_breakpoint): Update.
2697         (init_breakpoint_sal): Update.  Remove some dead code.
2698         (create_breakpoint_sal): Change type of "location".  Update.
2699         (create_breakpoints_sal, create_breakpoint, break_command_1)
2700         (dprintf_command, break_range_command, until_break_command)
2701         (init_ada_exception_breakpoint)
2702         (strace_marker_create_sals_from_location)
2703         (update_static_tracepoint, trace_command, ftrace_command)
2704         (strace_command, create_tracepoint_from_upload): Update.
2705         * break-catch-throw.c (re_set_exception_catchpoint): Update.
2706         * ax-gdb.c (agent_command_1): Update.
2707
2708 2017-04-12  Pedro Alves  <palves@redhat.com>
2709
2710         * Makefile.in (ALL_TARGET_OBS): Add i386-go32-tdep.o.
2711         * configure.tgt: Handle i[34567]86-*-go32* and
2712         i[34567]86-*-msdosdjgpp*.
2713         * i386-tdep.c (i386_svr4_reg_to_regnum):
2714         Make extern.
2715         (i386_go32_init_abi, i386_coff_osabi_sniffer): Moved to
2716         i386-go32-tdep.c.
2717         (_initialize_i386_tdep): DJGPP bits moved to i386-go32-tdep.c.
2718         * i386-go32-tdep.c: New file.
2719         * i386-tdep.h (tdesc_i386_mmx, i386_svr4_reg_to_regnum): New
2720         declarations.
2721
2722 2017-04-12  Simon Marchi  <simon.marchi@ericsson.com>
2723
2724         * aix-thread.c (pd_status2str): Change return type to const char *.
2725
2726 2017-04-12  Pedro Alves  <palves@redhat.com>
2727
2728         * i386-tdep.c (i386_elf_init_abi, i386_go32_init_abi): Remove
2729         calls to set_gdbarch_gnu_triplet_regexp.
2730
2731 2017-04-12  Pedro Alves  <palves@redhat.com>
2732
2733         PR gdb/21323
2734         * c-lang.c (cplus_primitive_types) <cplus_primitive_type_wchar_t>:
2735         New enum value.
2736         (cplus_language_arch_info): Register cplus_primitive_type_wchar_t.
2737         * gdbtypes.h (struct builtin_type) <builtin_wchar>: New field.
2738         * gdbtypes.c (gdbtypes_post_init): Create the "wchar_t" type.
2739         * gdbarch.sh (wchar_bit, wchar_signed): New per-arch values.
2740         * gdbarch.h, gdbarch.c: Regenerate.
2741         * aarch64-tdep.c (aarch64_gdbarch_init): Override
2742         gdbarch_wchar_bit and gdbarch_wchar_signed.
2743         * alpha-tdep.c (alpha_gdbarch_init): Likewise.
2744         * arm-tdep.c (arm_gdbarch_init): Likewise.
2745         * avr-tdep.c (avr_gdbarch_init): Likewise.
2746         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
2747         * i386-nto-tdep.c (i386nto_init_abi): Likewise.
2748         * i386-tdep.c (i386_go32_init_abi): Likewise.
2749         * m32r-tdep.c (m32r_gdbarch_init): Likewise.
2750         * moxie-tdep.c (moxie_gdbarch_init): Likewise.
2751         * nds32-tdep.c (nds32_gdbarch_init): Likewise.
2752         * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
2753         * sh-tdep.c (sh_gdbarch_init): Likewise.
2754         * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
2755         * sparc64-tdep.c (sparc64_init_abi): Likewise.
2756         * windows-tdep.c (windows_init_abi): Likewise.
2757         * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
2758
2759 2017-04-12  Pedro Alves  <palves@redhat.com>
2760
2761         PR c++/21323
2762         * c-lang.c (cplus_primitive_types) <cplus_primitive_type_char16_t,
2763         cplus_primitive_type_char32_t>: New enum values.
2764         (cplus_language_arch_info): Register cplus_primitive_type_char16_t
2765         and cplus_primitive_type_char32_t.
2766         * dwarf2read.c (read_base_type) <DW_ATE_UTF>: If bit size is 16 or
2767         32, use the archtecture's built-in type for char16_t and char32_t,
2768         respectively.  Otherwise, fallback to init_integer_type as before,
2769         but make the type unsigned, and issue a complaint.
2770         * gdbtypes.c (gdbtypes_post_init): Make char16_t and char32_t unsigned.
2771
2772 2017-04-12  Alan Hayward  <alan.hayward@arm.com>
2773
2774         * m32r-tdep.c (M32R_ARG_REGISTER_SIZE): Added.
2775         (m32r_push_dummy_call): Use M32R_ARG_REGISTER_SIZE.
2776
2777 2017-04-12  Sergio Durigan Junior  <sergiodj@redhat.com>
2778
2779         * windows-nat.c (windows_create_inferior): Declare 'toexec' as
2780         'const char *'.
2781
2782 2017-04-12  Sergio Durigan Junior  <sergiodj@redhat.com>
2783
2784         * common/common-utils.c (free_vector_argv): New function.
2785         * common/common-utils.h: Include <vector>.
2786         (free_vector_argv): New prototype.
2787         * darwin-nat.c (darwin_create_inferior): Rewrite function
2788         prototype in order to constify "exec_file" and accept a
2789         "std::string" for "allargs".
2790         * fork-child.c: Include <vector>.
2791         (breakup_args): Rewrite function, using C++.
2792         (fork_inferior): Rewrite function header, constify "exec_file_arg"
2793         and accept "std::string" for "allargs".  Update the code to
2794         calculate "argv" based on "allargs".  Update calls to "exec_fun"
2795         and "execvp".
2796         * gnu-nat.c (gnu_create_inferior): Rewrite function prototype in
2797         order to constify "exec_file" and accept a "std::string" for
2798         "allargs".
2799         * go32-nat.c (go32_create_inferior): Likewise.
2800         * inf-ptrace.c (inf_ptrace_create_inferior): Likewise.
2801         * infcmd.c (run_command_1): Constify "exec_file".  Use
2802         "std::string" for inferior arguments.
2803         * inferior.h (fork_inferior): Update prototype.
2804         * linux-nat.c (linux_nat_create_inferior): Rewrite function
2805         prototype in order to constify "exec_file" and accept a
2806         "std::string" for "allargs".
2807         * nto-procfs.c (procfs_create_inferior): Likewise.
2808         * procfs.c (procfs_create_inferior): Likewise.
2809         * remote-sim.c (gdbsim_create_inferior): Likewise.
2810         * remote.c (extended_remote_run): Update code to accept
2811         "std::string" as argument.
2812         (extended_remote_create_inferior): Rewrite function prototype in
2813         order to constify "exec_file" and accept a "std::string" for
2814         "allargs".
2815         * rs6000-nat.c (super_create_inferior): Likewise.
2816         (rs6000_create_inferior): Likewise.
2817         * target.h (struct target_ops) <to_create_inferior>: Likewise.
2818         * windows-nat.c (windows_create_inferior): Likewise.
2819
2820 2017-04-11  Pedro Alves  <palves@redhat.com>
2821
2822         * thread.c: Fix whitespace throughout.
2823
2824 2017-04-11  Philipp Rudo  <prudo@linux.vnet.ibm.com>
2825
2826         * linux-nat.c (linux_nat_detach): Remove delete_lwp call.
2827
2828 2017-04-11  Alan Hayward  <alan.hayward@arm.com>
2829
2830         * arm-tdep.c (arm_store_return_value): Use FP_REGISTER_SIZE
2831
2832 2017-04-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2833
2834         PR gdb/21364
2835         * osdata.c (info_osdata): Check if 'type' is an empty string
2836         instead of NULL.
2837
2838 2017-04-10  Pedro Alves  <palves@redhat.com>
2839
2840         * thread.c (add_thread_silent, delete_thread_1, find_thread_ptid)
2841         (ptid_to_global_thread_id, in_thread_list)
2842         (do_captured_list_thread_ids, set_resumed, set_running)
2843         (set_executing, set_stop_requested, finish_thread_state)
2844         (validate_registers_access, can_access_registers_ptid)
2845         (print_thread_info_1, switch_to_thread)
2846         (do_restore_current_thread_cleanup)
2847         (make_cleanup_restore_current_thread, thread_command)
2848         (thread_name_command): Use operator== instead of ptid_equal.
2849
2850 2017-04-10  Pedro Alves  <palves@redhat.com>
2851
2852         * thread.c (struct current_thread_cleanup) <next>: Delete field.
2853         (current_thread_cleanup_chain): Delete.
2854         (restore_current_thread_cleanup_dtor)
2855         (make_cleanup_restore_current_thread): Remove references to
2856         current_thread_cleanup_chain.
2857
2858 2017-04-10  Alan Hayward  <alan.hayward@arm.com>
2859
2860         * msp430-tdep.c (msp430_pseudo_register_read): Never return
2861         REG_UNKNOWN.
2862
2863 2017-04-10  Yao Qi  <yao.qi@linaro.org>
2864
2865         PR gdb/19942
2866         * gdbthread.h (thread_info::deletable): New method.
2867         (thread_info::incref): New method.
2868         (thread_info::decref): New method.
2869         (thread_info::refcount): Move it to private.
2870         * infrun.c (save_stop_context): Call inc_refcount.
2871         (release_stop_context_cleanup): Likewise.
2872         * thread.c (set_thread_exited): New function.
2873         (init_thread_list): Delete "tp" only it is deletable, otherwise
2874         call set_thread_exited.
2875         (delete_thread_1): Call set_thread_exited.
2876         (current_thread_cleanup) <inferior_pid>: Remove.
2877         <thread>: New field.
2878         (restore_current_thread_ptid_changed): Removed.
2879         (do_restore_current_thread_cleanup): Adjust.
2880         (restore_current_thread_cleanup_dtor): Don't call
2881         find_thread_ptid.
2882         (set_thread_refcount): Use dec_refcount.
2883         (make_cleanup_restore_current_thread): Adjust.
2884         (thread_apply_all_command): Call inc_refcount.
2885         (_initialize_thread): Don't call
2886         observer_attach_thread_ptid_changed.
2887
2888 2017-04-10  Yao Qi  <yao.qi@linaro.org>
2889
2890         * thread.c (delete_thread_1): Hoist code on marking thread as
2891         exited.
2892
2893 2017-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
2894
2895         * windows-nat.c (windows_detach): Initialize ptid with
2896         minus_one_ptid.
2897
2898 2017-04-07  Simon Marchi  <simon.marchi@ericsson.com>
2899
2900         * unittests/ptid-selftests.c: Fix erroneous assert messages.
2901
2902 2017-04-07  Alan Hayward  <alan.hayward@arm.com>
2903
2904         * bfin-tdep.c (BFIN_MAX_REGISTER_SIZE): Add.
2905         (bfin_pseudo_register_read): Use BFIN_MAX_REGISTER_SIZE.
2906         (bfin_pseudo_register_write): Likewise
2907
2908 2017-04-06  Simon Marchi  <simon.marchi@ericsson.com>
2909
2910         * common/ptid.h (struct ptid): Change to...
2911         (class ptid_t): ... this.
2912         <ptid_t>: New constructors.
2913         <pid, lwp_p, lwp, tid_p, tid, is_pid, operator==, operator!=,
2914         matches>: New methods.
2915         <make_null, make_minus_one>: New static methods.
2916         <pid>: Rename to...
2917         <m_pid>: ...this.
2918         <lwp>: Rename to...
2919         <m_lwp>: ...this.
2920         <tid>: Rename to...
2921         <m_tid>: ...this.
2922         (ptid_build, ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
2923         ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match): Take ptid arguments
2924         as references, move comment to class ptid_t.
2925         * common/ptid.c (null_ptid, minus_one_ptid): Initialize with
2926         ptid_t static methods.
2927         (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_tid,
2928         ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match):
2929         Take ptid arguments as references, implement using ptid_t methods.
2930         * unittests/ptid-selftests.c: New file.
2931         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
2932         unittests/ptid-selftests.c.
2933         (SUBDIR_UNITTESTS_OBS): Add unittests/ptid-selftests.o.
2934
2935 2017-04-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2936
2937         * python/python.c (python_run_simple_file): Cast mode literal to
2938         non-const char pointer as expected by PyFile_FromString.
2939
2940 2017-04-05  Simon Marchi  <simon.marchi@ericsson.com>
2941
2942         * common/ptid.c (ptid_lwp_p, ptid_tid_p): Remove comparison with
2943         minus_one_ptid and null_ptid.
2944
2945 2017-04-05  Pedro Alves  <palves@redhat.com>
2946
2947         * warning.m4 (build_warnings): Remove -Wno-write-strings.
2948         * configure: Regenerate.
2949
2950 2017-04-05  Pedro Alves  <palves@redhat.com>
2951
2952         * ada-exp.y (yyerror): Constify.
2953         * ada-lang.c (bound_name, get_selections)
2954         (ada_variant_discrim_type)
2955         (ada_variant_discrim_name, ada_value_struct_elt)
2956         (ada_lookup_struct_elt_type, is_unchecked_variant)
2957         (ada_which_variant_applies, standard_exc, ada_get_next_arg)
2958         (catch_ada_exception_command_split)
2959         (catch_ada_assert_command_split, catch_assert_command)
2960         (ada_op_name): Constify.
2961         * ada-lang.h (ada_yyerror, get_selections)
2962         (ada_variant_discrim_name, ada_value_struct_elt): Constify.
2963         * arc-tdep.c (arc_print_frame_cache): Constify.
2964         * arm-tdep.c (arm_skip_stub): Constify.
2965         * ax-gdb.c (gen_binop, gen_struct_ref_recursive, gen_struct_ref)
2966         (gen_aggregate_elt_ref): Constify.
2967         * bcache.c (print_bcache_statistics): Constify.
2968         * bcache.h (print_bcache_statistics): Constify.
2969         * break-catch-throw.c (catch_exception_command_1):
2970         * breakpoint.c (struct ep_type_description::description):
2971         Constify.
2972         (add_solib_catchpoint): Constify.
2973         (catch_fork_command_1): Add cast.
2974         (add_catch_command): Constify.
2975         * breakpoint.h (add_catch_command, add_solib_catchpoint):
2976         Constify.
2977         * bsd-uthread.c (bsd_uthread_state): Constify.
2978         * buildsym.c (patch_subfile_names): Constify.
2979         * buildsym.h (next_symbol_text_func, patch_subfile_names):
2980         Constify.
2981         * c-exp.y (yyerror): Constify.
2982         (token::oper): Constify.
2983         * c-lang.h (c_yyerror, cp_print_class_member): Constify.
2984         * c-varobj.c (cplus_describe_child): Constify.
2985         * charset.c (find_charset_names): Add cast.
2986         (find_charset_names): Constify array and add const_cast.
2987         * cli/cli-cmds.c (complete_command, cd_command): Constify.
2988         (edit_command): Constify.
2989         * cli/cli-decode.c (lookup_cmd): Constify.
2990         * cli/cli-dump.c (dump_memory_command, dump_value_command):
2991         Constify.
2992         (struct dump_context): Constify.
2993         (add_dump_command, restore_command): Constify.
2994         * cli/cli-script.c (get_command_line): Constify.
2995         * cli/cli-script.h (get_command_line): Constify.
2996         * cli/cli-utils.c (check_for_argument): Constify.
2997         * cli/cli-utils.h (check_for_argument): Constify.
2998         * coff-pe-read.c (struct read_pe_section_data): Constify.
2999         * command.h (lookup_cmd): Constify.
3000         * common/print-utils.c (decimal2str): Constify.
3001         * completer.c (gdb_print_filename): Constify.
3002         * corefile.c (set_gnutarget): Constify.
3003         * cp-name-parser.y (yyerror): Constify.
3004         * cp-valprint.c (cp_print_class_member): Constify.
3005         * cris-tdep.c (cris_register_name, crisv32_register_name):
3006         Constify.
3007         * d-exp.y (yyerror): Constify.
3008         (struct token::oper): Constify.
3009         * d-lang.h (d_yyerror): Constify.
3010         * dbxread.c (struct header_file_location::name): Constify.
3011         (add_old_header_file, add_new_header_file, last_function_name)
3012         (dbx_next_symbol_text, add_bincl_to_list)
3013         (find_corresponding_bincl_psymtab, set_namestring)
3014         (find_stab_function_addr, read_dbx_symtab, start_psymtab)
3015         (dbx_end_psymtab, read_ofile_symtab, process_one_symbol):
3016         * defs.h (command_line_input, print_address_symbolic)
3017         (deprecated_readline_begin_hook): Constify.
3018         * dwarf2read.c (anonymous_struct_prefix, dwarf_bool_name):
3019         Constify.
3020         * event-top.c (handle_line_of_input): Constify and add cast.
3021         * exceptions.c (catch_errors): Constify.
3022         * exceptions.h (catch_errors): Constify.
3023         * expprint.c (print_subexp_standard, op_string, op_name)
3024         (op_name_standard, dump_raw_expression, dump_raw_expression):
3025         * expression.h (op_name, op_string, dump_raw_expression):
3026         Constify.
3027         * f-exp.y (yyerror): Constify.
3028         (struct token::oper): Constify.
3029         (struct f77_boolean_val::name): Constify.
3030         * f-lang.c (f_word_break_characters): Constify.
3031         * f-lang.h (f_yyerror): Constify.
3032         * fork-child.c (fork_inferior): Add cast.
3033         * frv-tdep.c (struct gdbarch_tdep::register_names): Constify.
3034         (new_variant): Constify.
3035         * gdbarch.sh (pstring_ptr, pstring_list): Constify.
3036         * gdbarch.c: Regenerate.
3037         * gdbcore.h (set_gnutarget): Constify.
3038         * go-exp.y (yyerror): Constify.
3039         (token::oper): Constify.
3040         * go-lang.h (go_yyerror): Constify.
3041         * go32-nat.c (go32_sysinfo): Constify.
3042         * guile/scm-breakpoint.c (gdbscm_breakpoint_expression): Constify.
3043         * guile/scm-cmd.c (cmdscm_function): Constify.
3044         * guile/scm-param.c (pascm_param_value): Constify.
3045         * h8300-tdep.c (h8300_register_name, h8300s_register_name)
3046         (h8300sx_register_name): Constify.
3047         * hppa-tdep.c (hppa32_register_name, hppa64_register_name):
3048         Constify.
3049         * ia64-tdep.c (ia64_register_names): Constify.
3050         * infcmd.c (construct_inferior_arguments): Constify.
3051         (path_command, attach_post_wait): Constify.
3052         * language.c (show_range_command, show_case_command)
3053         (unk_lang_error): Constify.
3054         * language.h (language_defn::la_error)
3055         (language_defn::la_name_of_this): Constify.
3056         * linespec.c (decode_line_2): Constify.
3057         * linux-thread-db.c (thread_db_err_str): Constify.
3058         * lm32-tdep.c (lm32_register_name): Constify.
3059         * m2-exp.y (yyerror): Constify.
3060         * m2-lang.h (m2_yyerror): Constify.
3061         * m32r-tdep.c (m32r_register_names): Constify and make static.
3062         * m68hc11-tdep.c (m68hc11_register_names): Constify.
3063         * m88k-tdep.c (m88k_register_name): Constify.
3064         * macroexp.c (appendmem): Constify.
3065         * mdebugread.c (fdr_name, add_data_symbol, parse_type)
3066         (upgrade_type, parse_external, parse_partial_symbols)
3067         (mdebug_next_symbol_text, cross_ref, mylookup_symbol, new_psymtab)
3068         (new_symbol): Constify.
3069         * memattr.c (mem_info_command): Constify.
3070         * mep-tdep.c (register_name_from_keyword): Constify.
3071         * mi/mi-cmd-env.c (mi_cmd_env_path, _initialize_mi_cmd_env):
3072         Constify.
3073         * mi/mi-cmd-stack.c (list_args_or_locals): Constify.
3074         * mi/mi-cmd-var.c (mi_cmd_var_show_attributes): Constify.
3075         * mi/mi-main.c (captured_mi_execute_command): Constify and add
3076         cast.
3077         (mi_execute_async_cli_command): Constify.
3078         * mips-tdep.c (mips_register_name): Constify.
3079         * mn10300-tdep.c (register_name, mn10300_generic_register_name)
3080         (am33_register_name, am33_2_register_name)
3081         * moxie-tdep.c (moxie_register_names): Constify.
3082         * nat/linux-osdata.c (osdata_type): Constify fields.
3083         * nto-tdep.c (nto_parse_redirection): Constify.
3084         * objc-lang.c (lookup_struct_typedef, lookup_objc_class)
3085         (lookup_child_selector): Constify.
3086         (objc_methcall::name): Constify.
3087         * objc-lang.h (lookup_objc_class, lookup_child_selector)
3088         (lookup_struct_typedef): Constify.
3089         * objfiles.c (pc_in_section): Constify.
3090         * objfiles.h (pc_in_section): Constify.
3091         * p-exp.y (struct token::oper): Constify.
3092         (yyerror): Constify.
3093         * p-lang.h (pascal_yyerror): Constify.
3094         * parser-defs.h (op_name_standard): Constify.
3095         (op_print::string): Constify.
3096         (exp_descriptor::op_name): Constify.
3097         * printcmd.c (print_address_symbolic): Constify.
3098         * psymtab.c (print_partial_symbols): Constify.
3099         * python/py-breakpoint.c (stop_func): Constify.
3100         (bppy_get_expression): Constify.
3101         * python/py-cmd.c (cmdpy_completer::name): Constify.
3102         (cmdpy_function): Constify.
3103         * python/py-event.c (evpy_add_attribute)
3104         (gdbpy_initialize_event_generic): Constify.
3105         * python/py-event.h (evpy_add_attribute)
3106         (gdbpy_initialize_event_generic): Constify.
3107         * python/py-evts.c (add_new_registry): Constify.
3108         * python/py-finishbreakpoint.c (outofscope_func): Constify.
3109         * python/py-framefilter.c (get_py_iter_from_func): Constify.
3110         * python/py-inferior.c (get_buffer): Add cast.
3111         * python/py-param.c (parm_constant::name): Constify.
3112         * python/py-unwind.c (fprint_frame_id): Constify.
3113         * python/python.c (gdbpy_parameter_value): Constify.
3114         * remote-fileio.c (remote_fio_func_map): Make 'name' const.
3115         * remote.c (memory_packet_config::name): Constify.
3116         (show_packet_config_cmd, remote_write_bytes)
3117         (remote_buffer_add_string):
3118         * reverse.c (exec_reverse_once): Constify.
3119         * rs6000-tdep.c (variant::name, variant::description): Constify.
3120         * rust-exp.y (rustyyerror): Constify.
3121         * rust-lang.c (rust_op_name): Constify.
3122         * rust-lang.h (rustyyerror): Constify.
3123         * serial.h (serial_ops::name): Constify.
3124         * sh-tdep.c (sh_sh_register_name, sh_sh3_register_name)
3125         (sh_sh3e_register_name, sh_sh2e_register_name)
3126         (sh_sh2a_register_name, sh_sh2a_nofpu_register_name)
3127         (sh_sh_dsp_register_name, sh_sh3_dsp_register_name)
3128         (sh_sh4_register_name, sh_sh4_nofpu_register_name)
3129         (sh_sh4al_dsp_register_name): Constify.
3130         * sh64-tdep.c (sh64_register_name): Constify.
3131         * solib-darwin.c (lookup_symbol_from_bfd): Constify.
3132         * spu-tdep.c (spu_register_name, info_spu_dma_cmdlist): Constify.
3133         * stabsread.c (patch_block_stabs, read_type_number)
3134         (ref_map::stabs, ref_add, process_reference)
3135         (symbol_reference_defined, define_symbol, define_symbol)
3136         (error_type, read_type, read_member_functions, read_cpp_abbrev)
3137         (read_one_struct_field, read_struct_fields, read_baseclasses)
3138         (read_tilde_fields, read_struct_type, read_array_type)
3139         (read_enum_type, read_sun_builtin_type, read_sun_floating_type)
3140         (read_huge_number, read_range_type, read_args, common_block_start)
3141         (find_name_end): Constify.
3142         * stabsread.h (common_block_start, define_symbol)
3143         (process_one_symbol, symbol_reference_defined, ref_add):
3144         * symfile.c (get_section_index, add_symbol_file_command):
3145         * symfile.h (get_section_index): Constify.
3146         * target-descriptions.c (tdesc_type::name): Constify.
3147         (tdesc_free_type): Add cast.
3148         * target.c (find_default_run_target):
3149         (add_deprecated_target_alias, find_default_run_target)
3150         (target_announce_detach): Constify.
3151         (do_option): Constify.
3152         * target.h (add_deprecated_target_alias): Constify.
3153         * thread.c (print_thread_info_1): Constify.
3154         * top.c (deprecated_readline_begin_hook, command_line_input):
3155         Constify.
3156         (init_main): Add casts.
3157         * top.h (handle_line_of_input): Constify.
3158         * tracefile-tfile.c (tfile_write_uploaded_tsv): Constify.
3159         * tracepoint.c (tvariables_info_1, trace_status_mi): Constify.
3160         (tfind_command): Rename to ...
3161         (tfind_command_1): ... this and constify.
3162         (tfind_command): New function.
3163         (tfind_end_command, tfind_start_command): Adjust.
3164         (encode_source_string): Constify.
3165         * tracepoint.h (encode_source_string): Constify.
3166         * tui/tui-data.c (tui_partial_win_by_name): Constify.
3167         * tui/tui-data.h (tui_partial_win_by_name): Constify.
3168         * tui/tui-source.c (tui_set_source_content_nil): Constify.
3169         * tui/tui-source.h (tui_set_source_content_nil): Constify.
3170         * tui/tui-win.c (parse_scrolling_args): Constify.
3171         * tui/tui-windata.c (tui_erase_data_content): Constify.
3172         * tui/tui-windata.h (tui_erase_data_content): Constify.
3173         * tui/tui-winsource.c (tui_erase_source_content): Constify.
3174         * tui/tui.c (tui_enable): Add cast.
3175         * utils.c (defaulted_query): Constify.
3176         (init_page_info): Add cast.
3177         (puts_debug, subset_compare): Constify.
3178         * utils.h (subset_compare): Constify.
3179         * varobj.c (varobj_format_string): Constify.
3180         * varobj.h (varobj_format_string): Constify.
3181         * vax-tdep.c (vax_register_name): Constify.
3182         * windows-nat.c (windows_detach): Constify.
3183         * xcoffread.c (process_linenos, xcoff_next_symbol_text): Constify.
3184         * xml-support.c (gdb_xml_end_element): Constify.
3185         * xml-tdesc.c (tdesc_start_reg): Constify.
3186         * xstormy16-tdep.c (xstormy16_register_name): Constify.
3187         * xtensa-tdep.c (xtensa_find_register_by_name): Constify.
3188         * xtensa-tdep.h (xtensa_register_t::name): Constify.
3189
3190 2017-04-05  Pedro Alves  <palves@redhat.com>
3191
3192         * proc-api.c (struct trans): Constify.
3193         (procfs_note): Constify.
3194         * proc-events.c (struct trans, syscall_table):
3195         * proc-flags.c (struct trans): Constify.
3196         * proc-utils.h (procfs_note): Constify.
3197         * proc-why.c (struct trans): Constify.
3198         * procfs.c (dead_procinfo, find_syscall, proc_warn, proc_error)
3199         (procfs_detach): Constify.
3200         * sol-thread.c (struct string_map): Constify.
3201         (td_err_string, td_state_string): Constify.
3202
3203 2017-04-05  Pedro Alves  <palves@redhat.com>
3204
3205         * proc-api.c (procfs_filename): Don't initialize
3206         procfs_filename.
3207         (prepare_to_trace): Assume procfs_filename is non-NULL.
3208         (_initialize_proc_api): Give procfs_filename a default value here.
3209
3210 2017-04-05  Pedro Alves  <palves@redhat.com>
3211
3212         * break-catch-throw.c (handle_gnu_v3_exceptions): Constify
3213         'cond_string' parameter.
3214         (extract_exception_regexp): Constify 'string' parameter.
3215         (catch_exception_command_1): Constify.
3216         * breakpoint.c (init_catchpoint)
3217         (create_fork_vfork_event_catchpoint): Constify 'cond_string'
3218         parameter.
3219         (ep_parse_optional_if_clause, catch_fork_command_1)
3220         (catch_exec_command_1): Constify.
3221         * breakpoint.h (init_catchpoint): Constify 'cond_string'
3222         parameter.
3223         (ep_parse_optional_if_clause): Constify.
3224         * cli/cli-utils.c (remove_trailing_whitespace)
3225         (check_for_argument): Constify.
3226         * cli/cli-utils.h (remove_trailing_whitespace): Constify and add
3227         non-const overload.
3228         (check_for_argument): Likewise.
3229
3230 2017-04-05  Pedro Alves  <palves@redhat.com>
3231
3232         * event-top.c (command_line_handler): Add cast to execute_command
3233         call.
3234         * record-btrace.c (cmd_record_btrace_bts_start)
3235         (cmd_record_btrace_pt_start, cmd_record_btrace_start)
3236         (cmd_record_btrace_start): Add cast to execute_command call.
3237         * record-full.c (record_full_goto_insn):
3238         * record.c (record_start, record_stop): Add cast to
3239         execute_command_to_string calls.
3240         (cmd_record_start): Add cast to execute_command calls.
3241
3242 2017-04-05  Pedro Alves  <palves@redhat.com>
3243
3244         * python/python-internal.h (gdb_PyArg_ParseTupleAndKeywords): New
3245         static inline function.
3246         * python/py-arch.c (archpy_disassemble): Constify 'keywords'
3247         array and use gdb_PyArg_ParseTupleAndKeywords.
3248         * python/py-cmd.c (cmdpy_init): Likewise.
3249         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3250         * python/py-inferior.c (infpy_read_memory, infpy_write_memory)
3251         (infpy_search_memory): Likewise.
3252         * python/py-objfile.c (objfpy_add_separate_debug_file)
3253         (gdbpy_lookup_objfile): Likewise.
3254         * python/py-symbol.c (gdbpy_lookup_symbol)
3255         (gdbpy_lookup_global_symbol): Likewise.
3256         * python/py-type.c (gdbpy_lookup_type): Likewise.
3257         * python/py-value.c (valpy_lazy_string, valpy_string): Likewise.
3258         * python/python.c (execute_gdb_command, gdbpy_write, gdbpy_flush):
3259         Likewise.
3260
3261 2017-04-05  Pedro Alves  <palves@redhat.com>
3262
3263         * python/python-internal.h (gdb_PyGetSetDef): New type.
3264         * python/py-block.c (block_object_getset)
3265         (breakpoint_object_getset): Now a gdb_PyGetSetDef array.
3266         * python/py-event.c (event_object_getset)
3267         (finish_breakpoint_object_getset): Likewise.
3268         * python/py-inferior.c (inferior_object_getset): Likewise.
3269         * python/py-infthread.c (thread_object_getset): Likewise.
3270         * python/py-lazy-string.c (lazy_string_object_getset): Likewise.
3271         * python/py-linetable.c (linetable_entry_object_getset): Likewise.
3272         * python/py-objfile.c (objfile_getset): Likewise.
3273         * python/py-progspace.c (pspace_getset): Likewise.
3274         * python/py-record-btrace.c (btpy_insn_getset, btpy_call_getset):
3275         Likewise.
3276         * python/py-record.c (recpy_record_getset): Likewise.
3277         * python/py-symbol.c (symbol_object_getset): Likewise.
3278         * python/py-symtab.c (symtab_object_getset, sal_object_getset):
3279         Likewise.
3280         * python/py-type.c (type_object_getset, field_object_getset):
3281         Likewise.
3282         * python/py-value.c (value_object_getset): Likewise.
3283
3284 2017-04-05  Pedro Alves  <palves@redhat.com>
3285
3286         * python/python-internal.h (gdb_PyObject_CallMethod)
3287         (gdb_PyErr_NewException, gdb_PySys_GetObject, gdb_PySys_SetPath):
3288         New functions.
3289         (GDB_PYSYS_SETPATH_CHAR, PyObject_CallMethod, PyErr_NewException)
3290         (PySys_GetObject, PySys_SetPath): New macros.
3291
3292 2017-04-05  Pedro Alves  <palves@redhat.com>
3293
3294         * mi/mi-cmd-info.c (mi_cmd_info_os): Call info_osdata instead of
3295         info_osdata_command.
3296         * osdata.c (info_osdata_command): Rename to ...
3297         (info_osdata): ... this.  Constify 'type' parameter, and remove
3298         the 'from_tty' parameter.  Accept NULL TYPE.
3299         (info_osdata_command): New function.
3300         * osdata.h (info_osdata_command): Remove declaration.
3301         (info_osdata): New declaration.
3302
3303 2017-04-05  Pedro Alves  <palves@redhat.com>
3304
3305         * mi/mi-cmd-break.c (mi_cmd_break_insert_1, mi_cmd_break_insert)
3306         (mi_cmd_dprintf_insert, mi_cmd_break_passcount)
3307         (mi_cmd_break_watch, mi_cmd_break_commands): Constify 'command'
3308         parameter.
3309         * mi/mi-cmd-catch.c (mi_cmd_catch_assert, mi_cmd_catch_exception)
3310         (mi_cmd_catch_load, mi_cmd_catch_unload): Constify cmd' parameter.
3311         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Constify 'command'
3312         parameter.
3313         * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_cd, mi_cmd_env_path)
3314         (mi_cmd_env_dir, mi_cmd_inferior_tty_set, _cmd_inferior_tty_show)
3315         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
3316         (mi_cmd_file_list_exec_source_files)
3317         (mi_cmd_file_list_shared_libraries): Constify 'command' parameter.
3318         * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
3319         (mi_cmd_info_gdb_mi_command, mi_cmd_info_os): Constify 'command'
3320         parameter.
3321         * mi/mi-cmd-stack.c (mi_cmd_enable_frame_filters)
3322         (mi_cmd_stack_list_frames, mi_cmd_stack_info_depth)
3323         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
3324         (mi_cmd_stack_list_variables, mi_cmd_stack_select_frame)
3325         (mi_cmd_stack_info_frame): Constify 'command' parameter.
3326         * mi/mi-cmd-target.c (mi_cmd_target_file_get)
3327         (mi_cmd_target_file_put, mi_cmd_target_file_delete): Constify
3328         'command' parameter.
3329         * mi/mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete)
3330         (mi_cmd_var_set_format, mi_cmd_var_set_visualizer)
3331         (mi_cmd_var_set_frozen, mi_cmd_var_show_format)
3332         (mi_cmd_var_info_num_children, mi_cmd_var_list_children)
3333         (mi_cmd_var_info_type, mi_cmd_var_info_path_expression)
3334         (mi_cmd_var_info_expression, mi_cmd_var_show_attributes)
3335         (mi_cmd_var_evaluate_expression, mi_cmd_var_assign)
3336         (mi_cmd_var_update, mi_cmd_enable_pretty_printing)
3337         (mi_cmd_var_set_update_range): Constify 'command' parameter.
3338         * mi/mi-cmds.h (mi_cmd_argv_ftype): Constify 'command' parameter.
3339         * mi/mi-interp.c (mi_cmd_interpreter_exec): Constify 'command'
3340         parameter.
3341         * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_next)
3342         (mi_cmd_exec_next_instruction, mi_cmd_exec_step)
3343         (mi_cmd_exec_step_instruction, mi_cmd_exec_finish)
3344         (mi_cmd_exec_return ,mi_cmd_exec_jump, mi_cmd_exec_continue)
3345         (mi_cmd_exec_interrupt, mi_cmd_exec_run, mi_cmd_target_detach)
3346         (mi_cmd_target_flash_erase, mi_cmd_thread_select)
3347         (mi_cmd_thread_list_ids, mi_cmd_thread_info)
3348         (mi_cmd_list_thread_groups, mi_cmd_data_list_register_names)
3349         (mi_cmd_data_list_changed_registers)
3350         (mi_cmd_data_write_register_values)
3351         (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
3352         (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory)
3353         (mi_cmd_data_write_memory_bytes, mi_cmd_enable_timings)
3354         (mi_cmd_list_features, mi_cmd_list_target_features)
3355         (mi_cmd_add_inferior, mi_cmd_remove_inferior)
3356         (mi_cmd_trace_define_variable, mi_cmd_trace_list_variables)
3357         (mi_cmd_trace_find, mi_cmd_trace_save, mi_cmd_trace_start)
3358         (mi_cmd_trace_status, mi_cmd_trace_stop, mi_cmd_ada_task_info)
3359         (mi_cmd_trace_frame_collected): Constify 'command'
3360         parameter.
3361         * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Constify
3362         'command' parameter.
3363
3364 2017-04-05  Pedro Alves  <palves@redhat.com>
3365
3366         * ada-lang.c (ada_completer_word_break_characters): Now a const
3367         array.
3368         (ada_get_gdb_completer_word_break_characters): Constify.
3369         * completer.c (gdb_completer_command_word_break_characters)
3370         (gdb_completer_file_name_break_characters)
3371         (gdb_completer_quote_characters): Now const arrays.
3372         (get_gdb_completer_quote_characters): Constify.
3373         (set_rl_completer_word_break_characters): New function.
3374         (set_gdb_completion_word_break_characters)
3375         (complete_line_internal): Use it.
3376         * completer.h (get_gdb_completer_quote_characters): Constify.
3377         (set_rl_completer_word_break_characters): Declare.
3378         * f-lang.c (f_word_break_characters): Constify.
3379         * language.c (default_word_break_characters): Constify.
3380         * language.h (language_defn::la_word_break_characters): Constify.
3381         (default_word_break_characters): Constify.
3382         * top.c (init_main): Use set_rl_completer_word_break_characters.
3383
3384 2017-04-05  Pedro Alves  <palves@redhat.com>
3385
3386         * aix-thread.c (aix_thread_pid_to_str)
3387         (aix_thread_extra_thread_info): Constify.
3388         * bsd-kvm.c (bsd_kvm_pid_to_str): Constify.
3389         * bsd-uthread.c (bsd_uthread_extra_thread_info)
3390         (bsd_uthread_pid_to_str): Constify.
3391         * corelow.c (core_pid_to_str): Constify.
3392         * darwin-nat.c (darwin_pid_to_str): Constify.
3393         * fbsd-nat.c (fbsd_pid_to_str): Constify.
3394         * fbsd-tdep.c (fbsd_core_pid_to_str, gdbarch_core_pid_to_str):
3395         Constify.
3396         * gnu-nat.c (gnu_pid_to_str): Constify.
3397         * go32-nat.c (go32_pid_to_str): Constify.
3398         * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Constify.
3399         * inf-ptrace.c (inf_ptrace_pid_to_str): Constify.
3400         * inferior.c (inferior_pid_to_str): Constify.
3401         * linux-nat.c (linux_nat_pid_to_str): Constify.
3402         * linux-tdep.c (linux_core_pid_to_str): Constify.
3403         * linux-thread-db.c (thread_db_pid_to_str)
3404         (thread_db_extra_thread_info): Constify.
3405         * nto-tdep.c (nto_extra_thread_info): Constify.
3406         * nto-tdep.h (nto_extra_thread_info): Constify.
3407         * obsd-nat.c (obsd_pid_to_str): Constify.
3408         * procfs.c (procfs_pid_to_str): Constify.
3409         * ravenscar-thread.c (ravenscar_extra_thread_info)
3410         (ravenscar_pid_to_str): Constify.
3411         * remote-sim.c (gdbsim_pid_to_str): Constify.
3412         * remote.c (remote_threads_extra_info, remote_pid_to_str):
3413         Constify.
3414         * sol-thread.c (solaris_pid_to_str): Constify.
3415         * sol2-tdep.c (sol2_core_pid_to_str): Constify.
3416         * sol2-tdep.h (sol2_core_pid_to_str): Constify.
3417         * target.c (default_pid_to_str, target_pid_to_str)
3418         (normal_pid_to_str, default_pid_to_str): Constify.
3419         * target.h (target_ops::to_pid_to_str)
3420         (target_ops::to_extra_thread_info): Constify.
3421         (target_pid_to_str, normal_pid_to_str): Constify.
3422         * windows-nat.c (windows_pid_to_str): Constify.
3423         * gdbarch.sh (core_pid_to_str): Constify.
3424         * target-delegates.c: Regenerate.
3425         * gdbarch.h, gdbarch.c: Regenerate.
3426
3427 2017-04-05  Pedro Alves  <palves@redhat.com>
3428
3429         * main.c (captured_main_1): Use gdb::unique_xmalloc_ptr to manage
3430         the memory of the temporary warning_pre_print override.
3431         * utils.c (warning_pre_print): Constify.
3432         * utils.h (warning_pre_print): Constify.
3433
3434 2017-04-05  Pedro Alves  <palves@redhat.com>
3435
3436         * cli/cli-cmds.c (shell_escape): Constify 'arg' parameter.
3437         (shell_command): New function.
3438         (make_command): Use std::string.
3439         (init_cli_cmds): Register shell_command instead of shell_escape.
3440
3441 2017-04-05  Pedro Alves  <palves@redhat.com>
3442
3443         * breakpoint.c (dprintf_function, dprintf_channel): Don't initialize.
3444         * tracepoint.c (default_collect): Don't initialize.
3445
3446 2017-04-05  Pedro Alves  <palves@redhat.com>
3447
3448         * macroexp.c (macro_buffer::shared): Now a bool.
3449         (init_buffer): Update.
3450         (init_shared_buffer): Constify 'addr' parameter.
3451         (substitute_args, expand, macro_expand, macro_expand_next): Remove
3452         casts.
3453
3454 2017-04-05  Pedro Alves  <palves@redhat.com>
3455
3456         * arm-tdep.c (show_disassembly_style_sfunc): Constify local.
3457         * disasm.c (set_disassembler_options): Constify local.
3458         * i386-tdep.c (i386_print_insn): Remove cast and FIXME comment.
3459
3460 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
3461
3462         PR gdb/21352
3463         * tracefile.c (tsave_command): Fix argument parsing for '-r'
3464         option.
3465
3466 2017-04-05  Yao Qi  <yao.qi@linaro.org>
3467
3468         * frame.c (frame_unwind_register_unsigned): Call
3469         frame_unwind_register_value.
3470
3471 2017-04-05  Yao Qi  <yao.qi@linaro.org>
3472
3473         * gdb.threads/thread-specific-bp.exp (check_thread_specific_breakpoint):
3474         Use gdb_test_multiple, and don't match anchor.
3475
3476 2017-04-05  Pedro Alves  <palves@redhat.com>
3477
3478         * MAINTAINERS (Global Maintainers): Add Simon Marchi.
3479         (Write After Approval): Remove Simon Marchi.
3480
3481 2017-04-05  Pedro Alves  <palves@redhat.com>
3482
3483         * common/gdb_optional.h (optional::optional): Make constexpr and
3484         initialize m_dummy.
3485
3486 2017-04-04  John Baldwin  <jhb@FreeBSD.org>
3487
3488         * amd64-fbsd-tdep.c: Remove "bsd-uthread.h" include.
3489         (amd64fbsd_jmp_buf_reg_offset): Remove.
3490         (amd64fbsd_supply_uthread): Remove function.
3491         (amd64fbsd_collect_uthread): Remove function.
3492         (amd64fbsd_init_abi): Don't set bsd-uthread callbacks.
3493         * configure.tgt (i[34567]86-*-freebsd*): Remove bsd-uthread.o.
3494         (x86_64-*-freebsd*): Remove bsd-uthread.o.
3495         (fbsd-nat.c): Update comment.
3496         * i386-fbsd-tdep.c: Remove "bsd-uthread.h" include.
3497         (i386fbsd_jmp_buf_reg_offset): Remove.
3498         (i386fbsd_supply_uthread): Remove function.
3499         (i386fbsd_collect_uthread): Remove function.
3500         (i386fbsd_init_abi): Don't set bsd-uthread callbacks.
3501
3502 2017-04-04  John Baldwin  <jhb@FreeBSD.org>
3503
3504         * Makefile.in (ALL_64_TARGET_OBS): Remove alpha-fbsd-tdep.o.
3505         (ALLDEPFILES): Remove alpha-fbsd-tdep.c
3506         * NEWS: Mention that support for FreeBSD/alpha was removed.
3507         * alpha-fbsd-tdep.c: Delete file.
3508         * config/alpha/fbsd.mh: Delete file.
3509         * configure.host: Delete alpha*-*-freebsd* and
3510         alpha*-*-kfreebsd*-gnu.
3511         * configure.tgt: Delete alpha*-*-freebsd* and
3512         alpha*-*-kfreebsd*-gnu.
3513
3514 2017-04-04  John Baldwin  <jhb@FreeBSD.org>
3515
3516         * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers,
3517         amd64bsd_store_inferior_registers): Use ptid from regcache.
3518
3519 2017-04-04  Pedro Alves  <palves@redhat.com>
3520
3521         * dwarf2read.c (lnp_state_machine): Now a class.  Initialize all
3522         data fields, make them private and add "m_" prefixes.
3523         (lnp_state_machine::lnp_state_machine): New ctor.
3524         (record_line, check_line_address, handle_set_discriminator)
3525         (handle_set_address, handle_advance_pc, handle_special_opcode)
3526         (handle_advance_line, handle_set_file, handle_negate_stmt)
3527         (handle_const_add_pc, handle_fixed_advance_pc, handle_copy)
3528         (end_sequence, advance_line): New methods.
3529         (m_gdbarch, m_record_lines_p): New fields.
3530         (lnp_reader_state): Delete.
3531         (dwarf_record_line): Rename to ...
3532         (lnp_state_machine::record_line): ... adjust.
3533         (init_lnp_state_machine): Delete.
3534         (lnp_state_machine::lnp_state_machine): New.
3535         (check_line_address): Rename to ...
3536         (lnp_state_machine::check_line_address): This.
3537         (dwarf_decode_lines_1): Remove reference to "reader_state".
3538         Adjust lnp_state_machine having a non-default ctor.  Use bool.
3539         State machine internal state manipulation moved to
3540         lnp_state_machine methods.
3541
3542 2017-04-04  Pedro Alves  <palves@redhat.com>
3543
3544         * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
3545         unittests/offset-type-selftests.c.
3546         (SUBDIR_UNITTESTS_OBS): Add offset-type-selftests.o.
3547         * common/offset-type.h: New file.
3548         * common/preprocessor.h: New file.
3549         * common/traits.h: New file.
3550         * common/valid-expr.h: New file.
3551         * dwarf2expr.c: Include "common/underlying.h".  Adjust to use
3552         sect_offset and cu_offset strong typedefs throughout.
3553         * dwarf2expr.h: Adjust to use sect_offset and cu_offset strong
3554         typedefs throughout.
3555         * dwarf2loc.c: Include "common/underlying.h".  Adjust to use
3556         sect_offset and cu_offset strong typedefs throughout.
3557         * dwarf2read.c: Adjust to use sect_offset and cu_offset strong
3558         typedefs throughout.
3559         * gdbtypes.h: Include "common/offset-type.h".
3560         (cu_offset): Now an offset type (strong typedef) instead of a
3561         struct.
3562         (sect_offset): Likewise.
3563         (union call_site_parameter_u): Rename "param_offset" field to
3564         "param_cu_off".
3565         * unittests/offset-type-selftests.c: New file.
3566
3567 2017-04-04  Pedro Alves  <palves@redhat.com>
3568
3569         * common/underlying.h: New file.
3570         * dwarf2read.c: Include "common/gdb_optional.h" and
3571         "common/underlying.h".
3572         (dir_index, file_name_index): New types.
3573         (file_entry): Use them.
3574         (file_entry::include): Use to_underlying.
3575         (line_header::add_file_name): Use dir_index.
3576         (read_formatted_entries): Use gdb::optional.  Read form before
3577         writting to file_entry.
3578         (dwarf_decode_line_header): Use dir_index.
3579         (lnp_state_machine::current_file): Use to_underlying.
3580         (lnp_state_machine::file): Change type to file_name_index.
3581         (dwarf_record_line): Use to_underlying.
3582         (init_lnp_state_machine): Use file_name_index.
3583         (dwarf_decode_lines_1): Use dir_index and file_name_index.
3584
3585 2017-04-04  Pedro Alves  <palves@redhat.com>
3586
3587         * common/gdb_optional.h (gdb::optiona): Add operator->, operator*,
3588         operator bool, has_value and get methods.
3589
3590 2017-04-04  Pedro Alves  <palves@redhat.com>
3591
3592         * dwarf2read.c (struct file_entry): Add ctors, and initialize all
3593         fields.
3594         (line_header): Initialize all data fields.  Change type of
3595         standard_opcode_lengths to std::unique_ptr<unsigned char[]>.
3596         Change type of include_dirs to std::vector<const char *>.  Remove
3597         num_include_dirs, include_dirs_size.  Change type of file_names to
3598         std::vector<file_entry>.  Remove num_file_names, file_names_size.
3599         (line_header::line_header): New.
3600         (line_header::add_include_dir, line_header::add_file_name): New
3601         methods.
3602         (line_header::include_dir_at): Remove NULL check.
3603         (line_header::file_name_at): Add const overload.
3604         (line_header_up): New unique_ptr typedef.
3605         (dw2_get_file_names_reader): Use line_header_up.  Adjust to use
3606         std::vector.  Remove free_line_header call.
3607         (dwarf2_build_include_psymtabs): Use line_header_up.  Remove
3608         free_line_header call.
3609         (free_cu_line_header): Delete.
3610         (handle_DW_AT_stmt_list, handle_DW_AT_stmt_list)
3611         (setup_type_unit_groups): Use line_header_up instead of cleanups.
3612         Adjust to use std::vector.
3613         (free_line_header): Delete.
3614         (free_line_header_voidp): Use delete.
3615         (add_include_dir): Replace with ...
3616         (line_header::add_include_dir): ... this method.  Use std::vector.
3617         (add_file_name): Replace with ...
3618         (line_header::add_file_name): ... this method.  Use std::vector.
3619         (add_include_dir_stub): Delete.
3620         (read_formatted_entries): Remove memset.
3621         (dwarf_decode_line_header): Return a line_header_up instead of a
3622         raw pointer.  Remove cleanup handling.  Pass lambdas to
3623         read_formatted_entries.  Adjust to use line_header methods.
3624         (dwarf_decode_lines_1): Adjust to use line_header methods.
3625         (dwarf_decode_lines, file_file_name, file_full_name): Adjust to
3626         use std::vector.
3627
3628 2017-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
3629
3630         * remote.c (set_general_thread, set_continue_thread): Use ptid_t
3631         instead of struct ptid.
3632
3633 2017-05-04  Alan Hayward  <alan.hayward@arm.com>
3634
3635         * frame.c (get_frame_register_bytes): Unwind using value.
3636         (put_frame_register_bytes): Likewise.
3637
3638 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
3639
3640         * d-exp.y (type_aggregate_p): Treat TYPE_CODE_MODULE as being
3641         aggregate-like.
3642
3643 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3644
3645         * auto-load.c (auto_load_section_scripts): Check SEC_HAS_CONTENTS.
3646
3647 2017-03-29  Yao Qi  <yao.qi@linaro.org>
3648
3649         * gdbthread.h (struct thread_info): Declare constructor and
3650         destructor.  Add some in-class member initializers.
3651         * thread.c (free_thread): Remove.
3652         (init_thread_list): Call delete instead of free_thread.
3653         (new_thread): Call thread_info constructor.
3654         (thread_info::thread_info): New function.
3655         (thread_info::~thread_info): New function.
3656         (delete_thread_1): Call delete instead of free_thread.
3657         (make_cleanup_restore_current_thread): Move tp and frame to
3658         inner block.
3659
3660 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3661
3662         * arc-tdep.c (arc_frame_cache): Add support for prologue analysis.
3663         (arc_skip_prologue): Likewise.
3664         (arc_make_frame_cache): Likewise.
3665         (arc_pv_get_operand): New function.
3666         (arc_is_in_prologue): Likewise.
3667         (arc_analyze_prologue): Likewise.
3668         (arc_print_frame_cache): Likewise.
3669         (MAX_PROLOGUE_LENGTH): New constant.
3670
3671 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3672
3673         * configure.tgt: Add arc-insn.o.
3674         * arc-tdep.c (arc_delayed_print_insn): Make non-static.
3675         (dump_arc_instruction_command): New function.
3676         (arc_fprintf_disasm): Likewise.
3677         (arc_disassemble_info): Likewise.
3678         (arc_insn_get_operand_value): Likewise.
3679         (arc_insn_get_operand_value_signed): Likewise.
3680         (arc_insn_get_memory_base_reg): Likewise.
3681         (arc_insn_get_memory_offset): Likewise.
3682         (arc_insn_get_branch_target): Likewise.
3683         (arc_insn_dump): Likewise.
3684         (arc_insn_get_linear_next_pc): Likewise.
3685         * arc-tdep.h (arc_delayed_print_insn): Add function declaration.
3686         (arc_disassemble_info): Likewise.
3687         (arc_insn_get_branch_target): Likewise.
3688         (arc_insn_get_linear_next_pc): Likewise.
3689         * NEWS: Mention new "maint print arc arc-instruction".
3690
3691 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3692
3693         * arc-tdep (maintenance_print_arc_list): New variable.
3694         (maintenance_print_arc_command): New function.
3695
3696 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3697
3698         * arc-tdep.c (core_v2_register_names, core_arcompact_register_names)
3699         Add "limm" and "reserved".
3700         (arc_cannot_fetch_register, arc_cannot_store_register): Add
3701         ARC_RESERVED_REGNUM and ARC_LIMM_REGNUM.
3702         * arc-tdep.h (arc_regnum): Likewise.
3703
3704 2017-03-27  Max Filippov  <jcmvbkbc@gmail.com>
3705
3706         * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
3707         for THREADPTR register.
3708         (supply_gregset_reg): Call regcache_raw_supply for THREADPTR
3709         register.
3710         * xtensa-tdep.c (XTENSA_DBREGN_UREG): New definition.
3711         (xtensa_derive_tdep): Initialize tdep->threadptr_regnum.
3712         * xtensa-tdep.h (gdbarch_tdep::threadptr_regnum): New field.
3713
3714 2017-03-27  Max Filippov  <jcmvbkbc@gmail.com>
3715
3716         * xtensa-tdep.c (xtensa_pseudo_register_read): Treat all
3717         registers above gdbarch_num_regs (gdbarch) as privileged in
3718         call0 ABI.
3719
3720 2017-03-27  Max Filippov  <jcmvbkbc@gmail.com>
3721
3722         * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
3723         for a single specified register or for all registers in
3724         a0_base..a0_base + C0_NREGS range.
3725         (supply_gregset_reg): Call regcache_raw_supply for a single
3726         specified register or for all registers in a0_base..a0_base +
3727         C0_NREGS range.
3728
3729 2017-03-27  Max Filippov  <jcmvbkbc@gmail.com>
3730
3731         * arch/xtensa.h (C0_NREGS): Add definition.
3732         * xtensa-tdep.c (C0_NREGS): Remove definition.
3733
3734 2017-03-27  Max Filippov  <jcmvbkbc@gmail.com>
3735
3736         * xtensa-tdep.c (xtensa_scan_prologue, call0_analyze_prologue):
3737         Drop xtensa_default_isa initialization.
3738         (xtensa_gdbarch_init): Initialize xtensa_default_isa.
3739
3740 2017-03-27  Pedro Alves  <palves@redhat.com>
3741
3742         * dwarf2read.c (file_entry) <dir_index>: Add comment.
3743         (file_entry::include_dir): New method.
3744         (line_header::include_dir_at, line_header::file_name_at): New
3745         methods.
3746         (setup_type_unit_groups, setup_type_unit_groups)
3747         (psymtab_include_file_name): Simplify using the new methods.
3748         (lnp_state_machine) <the_line_header>: New field.
3749         <file>: Add comment.
3750         (lnp_state_machine::current_file): New method.
3751         (dwarf_record_line): Simplify using the new methods.
3752         (init_lnp_state_machine): Initialize the "the_line_header" field.
3753         (dwarf_decode_lines_1, dwarf_decode_lines, file_file_name):
3754         Simplify using the new methods.
3755
3756 2017-03-27  Pedro Alves  <palves@redhat.com>
3757
3758         * cp-name-parser.y (make_empty): Delete.
3759         (demangler_special, nested_name, ptr_operator, array_indicator)
3760         (direct_declarator, declarator_1): Use fill_comp instead of
3761         make_empty.
3762
3763 2017-03-27  Pedro Alves  <palves@redhat.com>
3764
3765         * xml-support.h (gdb_xml_debug): Pass a "first-to-check" argument
3766         to ATTRIBUTE_PRINTF.
3767         * solib-target.c (library_list_start_list): Print "string" not
3768         "version".
3769         * xml-tdesc.c (tdesc_start_field): Pass "field_name" to
3770         gdb_xml_error call.
3771
3772 2017-03-27  Pedro Alves  <palves@redhat.com>
3773
3774         * dwarf2read.c (struct file_and_directory): New.
3775         (dwarf2_get_dwz_file): Adjust to use std::string.
3776         (dw2_get_file_names_reader): Adjust to use file_and_directory.
3777         (find_file_and_directory): Adjust to return a file_and_directory
3778         object.
3779         (read_file_scope): Adjust to use file_and_directory.  Remove
3780         make_cleanup/do_cleanups calls.
3781         (open_and_init_dwp_file): Adjust to use std::string.  Remove
3782         make_cleanup/do_cleanups calls.
3783         * python/python.c (do_start_initialization): Adjust to ldirname
3784         returning a std::string.
3785         * utils.c (ldirname): Now returns a std::string.
3786         * utils.h (ldirname): Change return type to std::string.
3787         * xml-syscall.c (xml_init_syscalls_info): Adjust to ldirname
3788         returning a std::string.
3789         * xml-tdesc.c (file_read_description_xml): Likewise.
3790
3791 2017-03-24  Alan Hayward  <alan.hayward@arm.com>
3792
3793         * regcache.c (regcache_debug_print_register): New function.
3794         * regcache.h (regcache_debug_print_register): New declaration.
3795         * target.c (debug_print_register): Remove.
3796         (target_fetch_registers): Call regcache_debug_print_register.
3797         (target_store_registers): Likewise.
3798
3799 2017-03-24  Pádraig Brady  <pbrady@fb.com>
3800
3801         * dwarf2read.c (setup_type_unit_groups): Ensure dir_index doesn't
3802         reference beyond the 'lh->include_dirs' array before accessing to
3803         it.
3804         (psymtab_include_file_name): Likewise.
3805         (dwarf_decode_lines_1): Likewise.
3806         (dwarf_decode_lines): Likewise.
3807         (file_file_name): Likewise.
3808
3809 2017-03-23  Simon Marchi  <simon.marchi@ericsson.com>
3810
3811         * fbsd-tdep.c (fbsd_corefile_thread): Don't set/restore
3812         inferior_ptid.
3813         * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
3814         ps_lsetfpregs): Likewise.
3815         * regcache.c (regcache_raw_update, regcache_raw_write): Likewise.
3816         * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
3817         ps_lsetfpregs): Likewise.
3818         * target.c (target_fetch_registers, target_store_registers):
3819         Remove asserts.
3820
3821 2017-03-23  Alan Hayward  <alan.hayward@arm.com>
3822
3823         * sol-thread.c (sol_thread_store_registers): Remove regcache calls.
3824
3825 2017-03-23  Yao Qi  <yao.qi@linaro.org>
3826
3827         * aarch64-tdep.c (aarch64_process_record_test): Declare.
3828         (_initialize_aarch64_tdep): Register it.
3829         (aarch64_record_load_store): Handle PRFM instruction.
3830         (aarch64_process_record_test): New function.
3831
3832 2017-03-23  Yao Qi  <yao.qi@linaro.org>
3833
3834         * aarch64-tdep.c (aarch64_record_load_store): Fix code
3835         indentation.
3836
3837 2017-03-23  Yao Qi  <yao.qi@linaro.org>
3838
3839         * aarch64-tdep.c: Remove AARCH64_RECORD_FAILURE.
3840
3841 2017-03-23  Philipp Rudo  <prudo@linux.vnet.ibm.com>
3842
3843         python/python.c (do_start_initialization): Fix memory leak.
3844
3845 2017-03-22  Simon Marchi  <simon.marchi@polymtl.ca>
3846
3847         * inf-ptrace.c (inf_ptrace_xfer_partial): Get pid from ptid
3848         using get_ptrace_pid.
3849         * linux-nat.c (linux_nat_xfer_partial): Don't set/restore
3850         inferior_ptid.
3851         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use lwp of
3852         inferior_ptid instead of pid.
3853
3854 2017-03-22  Yao Qi  <yao.qi@linaro.org>
3855
3856         * aarch64-tdep.c: Wrap locally used classes in anonymous
3857         namespace.
3858         * arm-tdep.c: Likewise.
3859         * linespec.c: Likewise.
3860         * ui-out.c: Likewise.
3861
3862 2017-03-22  Jonah Graham  <jonah@kichwacoders.com>
3863
3864         PR gdb/19637
3865         * python/lib/gdb/printer/bound_registers.py: Import sys.
3866
3867 2017-03-21  Simon Marchi  <simon.marchi@ericsson.com>
3868
3869         * windows-nat.c (do_windows_fetch_inferior_registers): Add
3870         windows_thread_info parameter and use it instead of
3871         current_thread.
3872         (windows_fetch_inferior_registers): Don't set current_thread,
3873         pass the thread to do_windows_fetch_inferior_registers.  Use
3874         ptid from regcache instead of inferior_ptid.
3875         (do_windows_store_inferior_registers): Add windows_thread_info
3876         parameter and use it instead of current_thread.
3877         (windows_store_inferior_registers): Don't set current_thread,
3878         pass the thread to do_windows_store_inferior_registers.  Use
3879         ptid from regcache instead of inferior_ptid.
3880
3881 2017-03-21  Simon Marchi  <simon.marchi@ericsson.com>
3882
3883         * ser-mingw.c (ser_windows_raw): Remove reference to
3884         struct serial::current_timeout.
3885
3886 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
3887
3888         PR tdep/20928
3889         * gdb/sparc-tdep.h (gdbarch_tdep) <sparc64_ccr_type>: New field.
3890         * gdb/sparc64-tdep.c (sparc64_ccr_type): New function.
3891         (sparc64_fsr_type): Fix %fsr decoding.
3892
3893 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
3894
3895         * python/py-record-btrace.c (btpy_insn_data): Change return type
3896         for Python 2.
3897
3898 2017-03-20  Simon Marchi  <simon.marchi@polymtl.ca>
3899
3900         * spu-linux-nat.c (spu_fetch_inferior_registers,
3901         spu_store_inferior_registers): Use ptid from regcache, set and
3902         restore inferior_ptid.
3903         * spu-multiarch.c (spu_fetch_registers, spu_store_registers):
3904         Likewise.
3905
3906 2017-03-20  Simon Marchi  <simon.marchi@polymtl.ca>
3907
3908         * i386-linux-nat.c (fetch_register, store_register,
3909         i386_linux_fetch_inferior_registers,
3910         i386_linux_store_inferior_registers): Use ptid from regcache.
3911         * ia64-linux-nat.c (ia64_linux_fetch_register,
3912         ia64_linux_store_register): Likewise.
3913         * inf-ptrace.c (inf_ptrace_fetch_register,
3914         inf_ptrace_store_register): Likewise.
3915         * m32r-linux-nat.c (m32r_linux_fetch_inferior_registers,
3916         m32r_linux_store_inferior_registers): Likewise.
3917         * m68k-bsd-nat.c (m68kbsd_fetch_inferior_registers,
3918         m68kbsd_store_inferior_registers): Likewise.
3919         * m68k-linux-nat.c (fetch_register, store_register,
3920         m68k_linux_fetch_inferior_registers,
3921         m68k_linux_store_inferior_registers): Likewise.
3922         * m88k-bsd-nat.c (m88kbsd_fetch_inferior_registers,
3923         m88kbsd_store_inferior_registers): Likewise.
3924         * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers,
3925         mips_fbsd_store_inferior_registers): Likewise.
3926         * mips-linux-nat.c (mips64_linux_regsets_fetch_registers,
3927         mips64_linux_regsets_store_registers): Likewise.
3928         * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers,
3929         mipsnbsd_store_inferior_registers): Likewise.
3930         * mips-obsd-nat.c (mips64obsd_fetch_inferior_registers,
3931         mips64obsd_store_inferior_registers): Likewise.
3932         * nto-procfs.c (procfs_fetch_registers, procfs_store_registers):
3933         Likewise.
3934         * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers,
3935         ppcfbsd_store_inferior_registers): Likewise.
3936         * ppc-linux-nat.c (ppc_linux_fetch_inferior_registers,
3937         ppc_linux_store_inferior_registers): Likewise.
3938         * ppc-nbsd-nat.c (ppcnbsd_fetch_inferior_registers,
3939         ppcnbsd_store_inferior_registers): Likewise.
3940         * ppc-obsd-nat.c (ppcobsd_fetch_registers,
3941         ppcobsd_store_registers): Likewise.
3942         * procfs.c (procfs_fetch_registers, procfs_store_registers):
3943         Likewise.
3944         * ravenscar-thread.c (ravenscar_fetch_registers,
3945         ravenscar_store_registers, ravenscar_prepare_to_store):
3946         Likewise.
3947         * record-btrace.c (record_btrace_fetch_registers,
3948         record_btrace_store_registers, record_btrace_prepare_to_store):
3949         Likewise.
3950         * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register):
3951         Lookup inferior using ptid from regcache, instead of
3952         current_inferior.
3953         * remote.c (remote_fetch_registers, remote_store_registers): Use
3954         ptid from regcache.
3955         * rs6000-nat.c (fetch_register, store_register): Likewise.
3956         * s390-linux-nat.c (s390_linux_fetch_inferior_registers,
3957         s390_linux_store_inferior_registers): Likewise.
3958         * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers,
3959         shnbsd_store_inferior_registers): Likewise.
3960         * sol-thread.c (sol_thread_fetch_registers,
3961         sol_thread_store_registers): Likewise.
3962         * sparc-nat.c (sparc_fetch_inferior_registers,
3963         sparc_store_inferior_registers): Likewise.
3964         * tilegx-linux-nat.c (fetch_inferior_registers,
3965         store_inferior_registers): Likewise.
3966         * vax-bsd-nat.c (vaxbsd_fetch_inferior_registers,
3967         vaxbsd_store_inferior_registers): Likewise.
3968         * xtensa-linux-nat.c (fetch_gregs, store_gregs, fetch_xtregs,
3969         store_xtregs): Likewise.
3970
3971 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
3972
3973         PR gdb/14441
3974         * NEWS: Mention support for rvalue references in GDB and python.
3975         * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
3976         supports both lvalue and rvalue references.
3977
3978 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
3979
3980         PR gdb/14441
3981         * gdbtypes.c (rank_one_type): Implement overloading
3982         resolution rules regarding rvalue references.
3983
3984 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
3985
3986         PR gdb/14441
3987         * aarch64-tdep.c (aarch64_type_align)
3988         (aarch64_extract_return_value, aarch64_store_return_value): Change
3989         lvalue reference type checks to general reference type checks.
3990         * amd64-tdep.c (amd64_classify): Likewise.
3991         * amd64-windows-tdep.c (amd64_windows_passed_by_integer_register):
3992         Likewise.
3993         * arm-tdep.c (arm_type_align, arm_extract_return_value)
3994         (arm_store_return_value): Likewise.
3995         * ax-gdb.c (gen_fetch, gen_cast): Likewise.
3996         * c-typeprint.c (c_print_type): Likewise.
3997         * c-varobj.c (adjust_value_for_child_access, c_value_of_variable)
3998         (cplus_number_of_children, cplus_describe_child): Likewise.
3999         * compile/compile-c-symbols.c (generate_vla_size): Likewise.
4000         * completer.c (expression_completer): Likewise.
4001         * cp-support.c (make_symbol_overload_list_adl_namespace):
4002         Likewise.
4003         * darwin-nat-info.c (info_mach_region_command): Likewise.
4004         * dwarf2loc.c (entry_data_value_coerce_ref)
4005         (value_of_dwarf_reg_entry): Likewise.
4006         * eval.c (ptrmath_type_p, evaluate_subexp_standard)
4007         (evaluate_subexp_for_address, evaluate_subexp_for_sizeof):
4008         Likewise.
4009         * findvar.c (extract_typed_address, store_typed_address):
4010         Likewise.
4011         * gdbtypes.c (rank_one_type): Likewise.
4012         * hppa-tdep.c (hppa64_integral_or_pointer_p): Likewise.
4013         * infcall.c (value_arg_coerce): Likewise.
4014         * language.c (pointer_type): Likewise.
4015         * m32c-tdep.c (m32c_reg_arg_type, m32c_m16c_address_to_pointer):
4016         Likewise.
4017         * m88k-tdep.c (m88k_integral_or_pointer_p): Likewise.
4018         * mn10300-tdep.c (mn10300_type_align): Likewise.
4019         * msp430-tdep.c (msp430_push_dummy_call): Likewise.
4020         * ppc-sysv-tdep.c (do_ppc_sysv_return_value)
4021         (ppc64_sysv_abi_push_param, ppc64_sysv_abi_return_value):
4022         Likewise.
4023         * printcmd.c (print_formatted, x_command): Likewise.
4024         * python/py-type.c (typy_get_composite, typy_template_argument):
4025         Likewise.
4026         * python/py-value.c (valpy_referenced_value)
4027         (valpy_get_dynamic_type, value_has_field): Likewise.
4028         * s390-linux-tdep.c (s390_function_arg_integer): Likewise.
4029         * sparc-tdep.c (sparc_integral_or_pointer_p): Likewise.
4030         * sparc64-tdep.c (sparc64_integral_or_pointer_p): Likewise.
4031         * spu-tdep.c (spu_scalar_value_p): Likewise.
4032         * symtab.c (lookup_symbol_aux): Likewise.
4033         * typeprint.c (whatis_exp, print_type_scalar): Likewise.
4034         * valarith.c (binop_types_user_defined_p, unop_user_defined_p):
4035         Likewise.
4036         * valops.c (value_cast_pointers, value_cast)
4037         (value_reinterpret_cast, value_dynamic_cast, value_addr, typecmp)
4038         (value_struct_elt, value_struct_elt_bitpos)
4039         (value_find_oload_method_list, find_overload_match)
4040         (value_rtti_indirect_type): Likewise.
4041         * valprint.c (val_print_scalar_type_p, generic_val_print):
4042         Likewise.
4043         * value.c (value_actual_type, value_as_address, unpack_long)
4044         (pack_long, pack_unsigned_long, coerce_ref_if_computed)
4045         (coerce_ref): Likewise.
4046         * varobj.c (varobj_get_value_type): Likewise.
4047
4048 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
4049
4050         PR gdb/14441
4051         * doc/python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
4052         table of constants.
4053         * python/lib/gdb/command/explore.py: Support exploring values
4054         of rvalue reference types.
4055         * python/lib/gdb/types.py: Implement get_basic_type() for
4056         rvalue reference types.
4057         * python/py-type.c (pyty_codes) <TYPE_CODE_RVALUE_REF>: New
4058         constant.
4059         * python/py-value.c (valpy_getitem): Add an rvalue reference
4060         check.
4061         (valpy_reference_value): Add new parameter "refcode".
4062         (valpy_lvalue_reference_value, valpy_rvalue_reference_value):
4063         New wrappers for valpy_reference_value().
4064         * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
4065         (gdbpy_invoke_xmethod): Likewise.
4066
4067 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
4068
4069         PR gdb/14441
4070         * dwarf2read.c (process_die, read_type_die_1): Handle the
4071         DW_TAG_rvalue_reference_type DIE.
4072         (read_tag_reference_type): Add new parameter "refcode".
4073
4074 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
4075
4076         PR gdb/14441
4077         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix)
4078         (c_type_print_modifier, c_type_print_varspec_suffix)
4079         (c_type_print_base): Support printing rvalue reference types.
4080         * c-valprint.c (c_val_print, c_value_print): Support printing
4081         rvalue reference values.
4082
4083 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
4084
4085         PR gdb/14441
4086         * cp-name-parser.y (ptr_operator): Handle the '&&' token in
4087         typename.
4088         * cp-support.c (replace_typedefs): Handle
4089         DEMANGLE_COMPONENT_RVALUE_REFERENCE.
4090         * python/py-type.c (typy_lookup_type): Likewise.
4091
4092 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
4093
4094         PR gdb/14441
4095         * c-exp.y (ptr_operator): Handle the '&&' token in the typename.
4096         * parse.c (insert_type): Change assert statement.
4097         (follow_types): Handle rvalue reference types.
4098         * parser-defs.h (enum type_pieces) <tp_rvalue_reference>: New
4099         constant.
4100
4101 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
4102
4103         PR gdb/14441
4104         * ada-lang.c (ada_evaluate_subexp): Adhere to the new
4105         value_ref() interface.
4106         * c-valprint.c (c_value_print): Likewise.
4107         * infcall.c (value_arg_coerce): Likewise.
4108         * python/py-value.c (valpy_reference_value): Likewise.
4109         * valops.c (value_cast, value_reinterpret_cast)
4110         (value_dynamic_cast, typecmp): Likewise.
4111         (value_ref): Parameterize by kind of return value reference type.
4112         * value.h (value_ref): Add new parameter "refcode".
4113
4114 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
4115
4116         PR gdb/14441
4117         * dwarf2read.c (read_tag_reference_type): Use
4118         lookup_lvalue_reference_type() instead of lookup_reference_type().
4119         * eval.c (evaluate_subexp_standard): Likewise.
4120         * f-exp.y: Likewise.
4121         * gdbtypes.c (make_reference_type, lookup_reference_type):
4122         Generalize with rvalue reference types.
4123         (lookup_lvalue_reference_type, lookup_rvalue_reference_type): New
4124         convenience wrappers for lookup_reference_type().
4125         * gdbtypes.h (make_reference_type, lookup_reference_type): Add a
4126         reference kind parameter.
4127         (lookup_lvalue_reference_type, lookup_rvalue_reference_type): Add
4128         wrappers for lookup_reference_type().
4129         * guile/scm-type.c (gdbscm_type_reference): Use
4130         lookup_lvalue_reference_type() instead of lookup_reference_type().
4131         * guile/scm-value.c (gdbscm_value_dynamic_type): Likewise.
4132         * parse.c (follow_types): Likewise.
4133         * python/py-type.c (typy_reference, typy_lookup_type): Likewise.
4134         * python/py-value.c (valpy_get_dynamic_type, valpy_getitem):
4135         Likewise.
4136         * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
4137         (gdbpy_invoke_xmethod): Likewise.
4138         * stabsread.c: Provide extra argument to make_reference_type()
4139         call.
4140         * valops.c (value_ref, value_rtti_indirect_type): Use
4141         lookup_lvalue_reference_type() instead of lookup_reference_type().
4142
4143 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
4144
4145         PR gdb/14441
4146         * gdbtypes.h (enum type_code) <TYPE_CODE_RVALUE_REF>: New constant.
4147         (TYPE_IS_REFERENCE): New macro.
4148         (struct type): Add rvalue_reference_type field.
4149         (TYPE_RVALUE_REFERENCE_TYPE): New macro.
4150
4151 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
4152
4153         * NEWS: Add an entry about new '-file-list-shared-libraries' command.
4154         * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries):
4155         New function definition.
4156         * mi/mi-cmds.c (mi_cmds): Add -file-list-shared-libraries command.
4157         * mi/mi-cmds.h (mi_cmd_file_list_shared_libraries):
4158         New function declaration.
4159         * mi/mi-interp.c (mi_output_solib_attribs): New Function.
4160         * mi/mi-interp.h: New file.
4161         * solib.c (info_sharedlibrary_command): Replace for loop with
4162         ALL_SO_LIBS macro
4163         * solib.h (update_solib_list): New function declaration.
4164         (so_list_head): Move macro.
4165         * solist.h (ALL_SO_LIBS): New macro.
4166
4167 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
4168
4169         * infcmd.c (post_create_inferior): Remove unused argument in
4170         call to solib_add.
4171         * remote.c (remote_start_remote): Likewise.
4172         * solib-frv.c (frv_fetch_objfile_link_map): Likewise.
4173         * solib-svr4.c: (svr4_fetch_objfile_link_map): Likewise.
4174         (enable_break): Likewise.
4175         * solib.c (update_solib_list): Remove unused target argument
4176         and its documentation.
4177         (solib_add): Remove unused target argument.  Remove unused
4178         argument in call to update_solib_list.
4179         (info_sharedlibrary_command): Remove unused argument in call
4180         to update_solib_list.
4181         (sharedlibrary_command): Remove unused argument in call to
4182         solib_add.
4183         (handle_solib_event): Likewise.
4184         (reload_shared_libraries): Likewise.
4185         * solib.h (solib_add): Remove unused target argument.
4186
4187 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4188
4189         * s390-linux-tdep.c (is_rsi, is_rie): Remove functions.
4190         (s390_displaced_step_fixup): Cover relative branches with the
4191         default fixup handling.  This fixes lack of support for some
4192         relative branch instructions.
4193
4194 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
4195
4196         * i386-gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Use
4197         ptid from regcache.
4198
4199 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
4200
4201         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers,
4202         i386_darwin_store_inferior_registers): Use ptid from regcache.
4203
4204 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
4205
4206         * i386-bsd-nat.c (i386bsd_fetch_inferior_registers,
4207         i386bsd_store_inferior_registers): Use ptid from regcache.
4208
4209 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
4210
4211         * hppa-obsd-nat.c (hppaobsd_fetch_registers,
4212         hppaobsd_store_registers): Use ptid from regcache.
4213
4214 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
4215
4216         * hppa-nbsd-nat.c (hppanbsd_fetch_registers,
4217         hppanbsd_store_registers): Use ptid from regcache.
4218
4219 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
4220
4221         * hppa-linux-nat.c (fetch_register, store_register): Use ptid
4222         from regcache.  Use get_ptrace_pid.
4223
4224 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
4225
4226         * corelow.c (get_core_register_section): Use ptid from regcache,
4227         update doc.
4228
4229 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
4230
4231         * bsd-uthread.c (bsd_uthread_fetch_registers,
4232         bsd_uthread_store_registers): Use ptid from regcache, set and
4233         restore inferior_ptid.
4234
4235 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
4236
4237         * arm-nbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
4238         fetch_fp_regs, store_register, store_regs, store_fp_register,
4239         store_fp_regs): Use ptid from regcache.
4240
4241 2017-03-17  Simon Marchi  <simon.marchi@polymtl.ca>
4242
4243         * arm-linux-nat.c (fetch_fpregs, store_fpregs, fetch_regs,
4244         store_regs, fetch_wmmx_regs, store_wmmx_regs, fetch_vfp_regs,
4245         store_vfp_regs): Use ptid from regcache.
4246
4247 2017-03-17  Pedro Alves  <palves@redhat.com>
4248
4249         PR remote/21188
4250         * ser-base.c (ser_base_wait_for): Add comment.
4251         (do_ser_base_readchar): Improve comment based on the ser-unix.c's
4252         version.
4253         * ser-unix.c (hardwire_raw): Remove reference to
4254         scb->current_timeout.
4255         (wait_for, do_hardwire_readchar, hardwire_readchar): Delete.
4256         (hardwire_ops): Install ser_base_readchar instead of
4257         hardwire_readchar.
4258         * serial.h (struct serial) <current_timeout, timeout_remaining>:
4259         Remove fields.
4260
4261 2017-03-17  Jonah Graham  <jonah@kichwacoders.com>
4262
4263         PR gdb/19637
4264         * python/lib/gdb/printer/bound_registers.py: Add support for
4265         Python 3.
4266
4267 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4268
4269         * dwarf2loc.c (indirect_synthetic_pointer): Get data type of
4270         pointed-to DIE and pass it to dwarf2_evaluate_loc_desc_full.
4271         (dwarf2_evaluate_loc_desc_full): New parameter subobj_type; rename
4272         byte_offset to subobj_byte_offset.  Fix the handling of
4273         DWARF_VALUE_STACK on big-endian targets when coming via an
4274         implicit pointer.
4275         (dwarf2_evaluate_loc_desc): Adjust call to
4276         dwarf2_evaluate_loc_desc_full.
4277         * dwarf2loc.h (dwarf2_fetch_die_type_sect_off): New declaration.
4278         * dwarf2read.c (dwarf2_fetch_die_type_sect_off): New function.
4279
4280 2017-03-16  Yao Qi  <yao.qi@linaro.org>
4281
4282         * arm-tdep.c (thumb_record_misc): Decode CBNZ, CBZ, REV16,
4283         and REVSH instructions.
4284
4285 2017-03-16  Yao Qi  <yao.qi@linaro.org>
4286
4287         * arm-tdep.c [GDB_SELF_TEST]: include "selftests.h".
4288         (arm_record_test): Declare.
4289         (_initialize_arm_tdep) [GDB_SELF_TEST]: call register_self_test.
4290         (thumb_record_ld_st_reg_offset): Rewrite the opcode matching to
4291         align with the manual.
4292         (thumb_record_misc): Adjust the code order to align with the
4293         manual.
4294         (thumb2_record_decode_insn_handler): Fix instruction matching.
4295         (instruction_reader_thumb): New class.
4296         (arm_record_test): New function.
4297
4298 2017-03-16  Yao Qi  <yao.qi@linaro.org>
4299
4300         * arm-tdep.c (abstract_memory_reader): New class.
4301         (instruction_reader): New class.
4302         (extract_arm_insn): Add argument 'reader'.  Callers updated.
4303         (decode_insn): Likewise.
4304
4305 2017-03-16  Doug Evans  <dje@google.com>
4306
4307         * guile/scm-lazy-string.c (lazy_string_smob): Clarify use of LENGTH
4308         member.  Change type of TYPE member to SCM.  All uses updated.
4309         (lsscm_make_lazy_string_smob): Add assert.
4310         (lsscm_make_lazy_string): Flag bad length values.
4311         (lsscm_elt_type): New function.
4312         (gdbscm_lazy_string_to_value): Rewrite to use
4313         lsscm_safe_lazy_string_to_value.
4314         (lsscm_safe_lazy_string_to_value): Fix handling of TYPE_CODE_PTR.
4315         * guile/scm-value.c (gdbscm_value_to_lazy_string): Flag bad length
4316         values.  Fix TYPE_CODE_PTR.  Handle TYPE_CODE_ARRAY.  Handle typedefs
4317         in incoming type.
4318         * guile/guile-internal.h (tyscm_scm_to_type): Declare.
4319         * guile/scm-type.c (tyscm_scm_to_type): New function.
4320
4321 2017-03-15  Doug Evans  <dje@google.com>
4322
4323         PR python/17728, python/18439, python/18779
4324         * python/py-lazy-string.c (lazy_string_object): Clarify use of LENGTH
4325         member.  Change type of TYPE member to PyObject *.  All uses updated.
4326         (stpy_convert_to_value): Fix handling of TYPE_CODE_PTR.
4327         (gdbpy_create_lazy_string_object): Flag bad length values.
4328         Handle TYPE_CODE_ARRAY with possibly different user-provided length.
4329         Handle typedefs in incoming type.
4330         (stpy_lazy_string_elt_type): New function.
4331         (gdbpy_extract_lazy_string): Call it.
4332         * python/py-value.c (valpy_lazy_string): Flag bad length values.
4333         Fix handling of TYPE_CODE_PTR.  Handle TYPE_CODE_ARRAY.  Handle
4334         typedefs in incoming type.
4335
4336 2017-03-16  Doug Evans  <dje@google.com>
4337
4338         * guile/guile-internal.h (tyscm_scm_to_type): Declare.
4339         * guile/scm-type.c (tyscm_scm_to_type): New function.
4340
4341 2017-03-16  Jiong Wang  <jiong.wang@arm.com>
4342
4343         * inf-ptrace.c (inf_ptrace_peek_poke): Change the type to
4344         "ULONGEST" for "skip".
4345
4346 2017-03-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4347
4348         PR gdb/21220
4349         * inf-ptrace.c (inf_ptrace_xfer_partial): In "case
4350         TARGET_OBJECT_MEMORY", extract the logic for ptrace peek/poke...
4351         (inf_ptrace_peek_poke): ...here.  New function.  Now also loop
4352         over ptrace peek/poke until end of buffer or error.
4353
4354 2017-03-14  Simon Marchi  <simon.marchi@ericsson.com>
4355
4356         * parse.c (length_of_subexp): Make static.
4357         * parser-defs.h (length_of_subexp): Remove.
4358
4359 2017-03-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4360
4361         * linux-nat.c (linux_proc_xfer_partial): Handle write operations
4362         as well.
4363
4364 2017-03-14  Pedro Alves  <palves@redhat.com>
4365
4366         * cp-name-parser.y (cp_demangled_name_to_comp): Update comment.
4367         (main): Use std::unique_ptr.  Remove calls to
4368         cp_demangled_name_parse_free.
4369
4370 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
4371
4372         * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers,
4373         alphabsd_store_inferior_registers): Use regcache->ptid instead
4374         of inferior_ptid.
4375
4376 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
4377
4378         * aix-thread.c (aix_thread_fetch_registers,
4379         aix_thread_store_registers): Use regcache->ptid instead of
4380         inferior_ptid.
4381
4382 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
4383
4384         * aarch64-linux-nat.c (fetch_gregs_from_thread,
4385         store_gregs_to_thread, fetch_fpregs_from_thread,
4386         store_fpregs_to_thread): Use regcache->ptid instead of
4387         inferior_ptid.
4388
4389 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
4390
4391         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers,
4392         amd64_linux_fetch_inferior_registers): Use regcache->ptid
4393         instead of inferior_ptid.
4394
4395 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
4396
4397         * target.c (target_fetch_registers, target_store_registers): Add
4398         assert.
4399
4400 2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
4401
4402         * regcache.h (regcache_get_ptid): New function.
4403         * regcache.c (regcache_get_ptid): New function.
4404
4405 2017-03-13  Mark Wielaard  <mark@klomp.org>
4406
4407         * cp-name-parser.y (make_empty): Initialize d_printing to zero.
4408
4409 2017-03-10  Keith Seitz  <keiths@redhat.com>
4410
4411         PR c++/8218
4412         * c-typeprint.c (cp_type_print_method_args): Skip artificial arguments.
4413
4414 2017-03-08  Pedro Alves  <palves@redhat.com>
4415
4416         PR gdb/18360
4417         * infrun.c (start_step_over, do_target_resume, resume)
4418         (restart_threads): Assert we're not resuming a thread that is
4419         meant to be stopped.
4420         (infrun_thread_stop_requested_callback): Delete.
4421         (infrun_thread_stop_requested): If the thread is internally
4422         stopped, queue a pending stop event and clear the thread's
4423         inline-frame state.
4424         (handle_stop_requested): New function.
4425         (handle_syscall_event, handle_inferior_event_1): Use
4426         handle_stop_requested.
4427         (handle_stop_requested): New function.
4428         (handle_signal_stop): Set the thread's stop_signal here instead of
4429         at caller.
4430         (finish_step_over): Clear step over info unconditionally.
4431         (handle_signal_stop): If the user had interrupted the event
4432         thread, consider the stop a random signal.
4433         (handle_signal_stop) <signal arrived while stepping over
4434         breakpoint>: Don't restart threads here.
4435         (stop_waiting): Don't clear step-over info here.
4436
4437 2017-03-08  Pedro Alves  <palves@redhat.com>
4438
4439         PR 21206
4440         * common/gdb_unlinker.h (unlinker::unlinker): Attribute nonnull
4441         goes to argument 2, not 1.
4442
4443 2017-03-08  Pedro Alves  <palves@redhat.com>
4444
4445         PR cli/21218
4446         * top.c (gdb_readline_wrapper): Avoid passing NULL to
4447         display_gdb_prompt.
4448         (command_line_input): Add comment.
4449
4450 2017-03-08  Pedro Alves  <palves@redhat.com>
4451
4452         PR tui/21216
4453         * tui/tui-file.c (tui_file::write): New.
4454         * tui/tui-file.h (tui_file): Override "write".
4455         * tui/tui-io.c (do_tui_putc, update_start_line): New functions,
4456         factored out from ...
4457         (tui_puts): ... here.
4458         (tui_putc): Use them.
4459         (tui_write): New function.
4460         * tui/tui-io.h (tui_write): Declare.
4461
4462 2017-03-07  Sergio Durigan Junior  <sergiodj@redhat.com>
4463
4464         * Makefile.in (SFILES): Replace "environ.c" with
4465         "common/environ.c".
4466         (HFILES_NO_SRCDIR): Likewise, for "environ.h".
4467         * environ.c: Include "common-defs.h" instead of "defs.h.  Moved
4468         to...
4469         * common/environ.c: ... here.
4470         * environ.h: Moved to...
4471         * common/environ.h: ... here.
4472
4473 2017-03-07  Peter Bergner  <bergner@vnet.ibm.com>
4474
4475         * gdbarch.sh (pstring_ptr): New static function.
4476         (gdbarch_disassembler_options): Use it.
4477         (gdbarch_verify_disassembler_options): Print valid_disassembler_options,
4478         not valid_disassembler_option->name.
4479         * gdbarch.c: Regenerate.
4480
4481 2017-03-07  Peter Bergner  <bergner@vnet.ibm.com>
4482
4483         * config/powerpc/ppc64-linux.mh (MH_CFLAGS): Delete.
4484
4485 2017-03-07  Pedro Alves  <palves@redhat.com>
4486
4487         * tui/tui-regs.c (tui_restore_gdbout): Don't delete gdb_stdout.
4488
4489 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4490
4491         * i387-tdep.h (i387_reset_bnd_regs): Add function definition.
4492         * i387-tdep.c (i387_reset_bnd_regs): Add function implementation.
4493         * i386-tdep.c (i386_push_dummy_call): Call i387_reset_bnd_regs.
4494         * amd64-tdep.c (amd64_push_dummy_call): Call i387_reset_bnd_regs.
4495
4496 2017-03-06  Simon Marchi  <simon.marchi@ericsson.com>
4497
4498         * xtensa-linux-nat.c (fetch_gregs): Remove const.
4499
4500 2017-03-03  Simon Marchi  <simon.marchi@ericsson.com>
4501
4502         * remote.c (remote_add_target_side_commands): Use range-based
4503         for loop.
4504
4505 2017-03-03  Yao Qi  <yao.qi@linaro.org>
4506
4507         PR gdb/21165
4508         * ada-valprint.c (ada_val_print_ref): Call value_fetch_lazy if
4509         value is lazy.
4510         * valprint.c (common_val_print): Likewise.
4511
4512 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
4513
4514         * NEWS: Mention new set/show disassembler-options commands.
4515         * doc/gdb.texinfo: Document new set/show disassembler-options commands.
4516         * disasm.c: Include "arch-utils.h", "gdbcmd.h" and "safe-ctype.h".
4517         (prospective_options): New static variable.
4518         (gdb_disassembler::gdb_disassembler): Initialize
4519         m_di.disassembler_options.
4520         (gdb_buffered_insn_length_init_dis): Initilize di->disassembler_options.
4521         (get_disassembler_options): New function.
4522         (set_disassembler_options): Likewise.
4523         (set_disassembler_options_sfunc): Likewise.
4524         (show_disassembler_options_sfunc): Likewise.
4525         (disassembler_options_completer): Likewise.
4526         (_initialize_disasm): Likewise.
4527         * disasm.h (get_disassembler_options): New prototype.
4528         (set_disassembler_options): Likewise.
4529         * gdbarch.sh (gdbarch_disassembler_options): New variable.
4530         (gdbarch_verify_disassembler_options): Likewise.
4531         * gdbarch.c: Regenerate.
4532         * gdbarch.h: Likewise.
4533         * arm-tdep.c (num_disassembly_options): Delete.
4534         (set_disassembly_style): Likewise.
4535         (arm_disassembler_options): New static variable.
4536         (set_disassembly_style_sfunc): Convert short style name into long
4537         option name.  Call set_disassembler_options.
4538         (show_disassembly_style_sfunc): New function.
4539         (arm_gdbarch_init): Call set_gdbarch_disassembler_options and
4540         set_gdbarch_verify_disassembler_options.
4541         (_initialize_arm_tdep): Delete regnames variable and update callers.
4542         (arm_disassembler_options): Initialize.
4543         (disasm_options): New variable.
4544         (num_disassembly_options): Rename from this...
4545         (num_disassembly_styles): ...to this.  Compute by scanning through
4546         disasm_options.
4547         (valid_disassembly_styles): Initialize using disasm_options.
4548         Remove calls to parse_arm_disassembler_option, get_arm_regnames and
4549         set_arm_regname_option.
4550         Pass show_disassembly_style_sfunc to the "disassembler" setshow command.
4551         * rs6000-tdep.c (powerpc_disassembler_options): New static variable.
4552         (rs6000_gdbarch_init): Call set_gdbarch_disassembler_options and
4553         set_gdbarch_verify_disassembler_options.
4554         * s390-tdep.c (s390_disassembler_options): New static variable.
4555         (s390_gdbarch_init):all set_gdbarch_disassembler_options and
4556         set_gdbarch_verify_disassembler_options.
4557
4558 2017-02-27  Simon Marchi  <simon.marchi@ericsson.com>
4559
4560         * remote.c (remote_add_target_side_condition): Remove "struct"
4561         keyword from range-based for loop.
4562
4563 2017-02-27  Simon Marchi  <simon.marchi@ericsson.com>
4564
4565         * remote.c (remote_add_target_side_condition): Use range-based
4566         for loop.  Update comment.
4567
4568 2017-02-27  Yao Qi  <yao.qi@linaro.org>
4569
4570         * f-typeprint.c (f_print_type): Check "varstring" is empty first.
4571
4572 2017-02-26  Alan Hayward  <alan.hayward@arm.com>
4573
4574         * regcache.c (regcache_raw_update): New function.
4575         (regcache_raw_read): Move code to regcache_raw_update.
4576         * regcache.h (regcache_raw_update): New declaration.
4577         * remote.c (remote_prepare_to_store): Call regcache_raw_update.
4578
4579 2017-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4580
4581         * dwarf2read.c (create_debug_type_hash_table): Initialize
4582         header.signature and header.type_offset_in_tu.
4583
4584 2017-02-24  Pedro Alves  <palves@redhat.com>
4585
4586         * symtab.c (make_file_symbol_completion_list_1): Use
4587         add_symtab_completions.
4588
4589 2017-02-24  Alan Hayward  <alan.hayward@arm.com>
4590
4591         * stack.c (frame_info): Use frame_unwind_register_value to avoid buf.
4592
4593 2017-02-24  Alan Hayward  <alan.hayward@arm.com>
4594
4595         * i386-tdep.c (i386_pseudo_register_read_into_value): Use
4596         I386_MAX_REGISTER_SIZE.
4597         (i386_pseudo_register_write): Likewise.
4598         (i386_process_record): Likewise.
4599         * i387-tdep.c (i387_supply_xsave): Likewise.
4600         * m68k-linux-nat.c (fetch_register): Use M68K_MAX_REGISTER_SIZE.
4601         (store_register): Likewise.
4602
4603 2017-02-23  Pedro Alves  <palves@redhat.com>
4604
4605         * ada-lang.c: Include "common/function-view.h".
4606         (ada_iterate_over_symbols): Adjust to use function_view as
4607         callback type.
4608         (struct add_partial_datum, ada_complete_symbol_matcher): Delete.
4609         (ada_make_symbol_completion_list): Use a lambda.
4610         (ada_exc_search_name_matches): Delete.
4611         (name_matches_regex): New.
4612         (ada_add_global_exceptions): Use a lambda and name_matches_regex.
4613         * compile/compile-c-support.c: Include "common/function-view.h".
4614         (print_one_macro): Change prototype to accept a ui_file pointer.
4615         (write_macro_definitions): Use a lambda.
4616         * dwarf2read.c: Include "common/function-view.h".
4617         (dw2_map_expand_apply, dw2_map_symtabs_matching_filename)
4618         (dw2_expand_symtabs_matching): Adjust to use function_view as
4619         callback type.
4620         * language.h: Include "common/function-view.h".
4621         (struct language_defn) <la_iterate_over_symbols>: Adjust to use
4622         function_view as callback type.
4623         (LA_ITERATE_OVER_SYMBOLS): Remove DATA parameter.
4624         * linespec.c: Include "common/function-view.h".
4625         (collect_info::add_symbol): New method.
4626         (struct symbol_and_data_callback, iterate_inline_only, struct
4627         symbol_matcher_data, iterate_name_matcher): Delete.
4628         (iterate_over_all_matching_symtabs): Adjust to use function_view
4629         as callback type and lambdas.
4630         (iterate_over_file_blocks): Adjust to use function_view as
4631         callback type.
4632         (decode_compound_collector): Now a class with private fields.
4633         (decode_compound_collector::release_symbols): New method.
4634         (collect_one_symbol): Rename to...
4635         (decode_compound_collector::operator()): ... this and adjust.
4636         (lookup_prefix_sym): decode_compound_collector construction bits
4637         move to decode_compound_collector ctor.  Pass the
4638         decode_compound_collector object directly as callback.  Remove
4639         cleanups and use decode_compound_collector::release_symbols
4640         instead.
4641         (symtab_collector): Now a class with private fields.
4642         (symtab_collector::release_symtabs): New method.
4643         (add_symtabs_to_list): Rename to...
4644         (symtab_collector::operator()): ... this and adjust.
4645         (collect_symtabs_from_filename): symtab_collector construction
4646         bits move to symtab_collector ctor.  Pass the symtab_collector
4647         object directly as callback.  Remove cleanups and use
4648         symtab_collector::release_symtabs instead.
4649         (collect_symbols): Delete.
4650         (add_matching_symbols_to_info): Use lambdas.
4651         * macrocmd.c (print_macro_callback): Delete.
4652         (info_macro_command): Use a lambda.
4653         (info_macros_command): Pass print_macro_definition as callable
4654         directly.
4655         (print_one_macro): Remove 'ignore' parameter.
4656         (macro_list_command): Adjust.
4657         * macrotab.c (macro_for_each_data::fn): Now a function_view.
4658         (macro_for_each_data::user_data): Delete field.
4659         (foreach_macro): Adjust to call the function_view.
4660         (macro_for_each): Adjust to use function_view as callback type.
4661         (foreach_macro_in_scope): Adjust to call the function_view.
4662         (macro_for_each_in_scope): Adjust to use function_view as callback
4663         type.
4664         * macrotab.h: Include "common/function-view.h".
4665         (macro_callback_fn): Declare a prototype instead of a pointer.
4666         Remove "user_data" parameter.
4667         (macro_for_each, macro_for_each_in_scope): Adjust to use
4668         function_view as callback type.
4669         * psymtab.c (partial_map_expand_apply)
4670         (psym_map_symtabs_matching_filename, recursively_search_psymtabs):
4671         Adjust to use function_view as callback type and to return bool.
4672         (psym_expand_symtabs_matching): Adjust to use function_view as
4673         callback types.
4674         * symfile-debug.c (debug_qf_map_symtabs_matching_filename): Adjust
4675         to use function_view as callback type and to return bool.
4676         (debug_qf_expand_symtabs_matching): Adjust to use function_view as
4677         callback types.
4678         * symfile.c (expand_symtabs_matching): Adjust to use function_view
4679         as callback types.
4680         * symfile.h: Include "common/function-view.h".
4681         (expand_symtabs_file_matcher_ftype)
4682         (expand_symtabs_symbol_matcher_ftype)
4683         (expand_symtabs_exp_notify_ftype): Remove "data" parameter and
4684         return bool.
4685         (quick_symbol_functions::map_symtabs_matching_filename)
4686         (quick_symbol_functions::expand_symtabs_matching): Adjust to use
4687         function_view as callback type and return bool.
4688         (expand_symtabs_matching): Adjust to use function_view as callback
4689         type.
4690         (maintenance_expand_name_matcher)
4691         (maintenance_expand_file_matcher): Delete.
4692         (maintenance_expand_symtabs): Use lambdas.
4693         * symtab.c (iterate_over_some_symtabs): Adjust to use
4694         function_view as callback types and return bool.
4695         (iterate_over_symtabs): Likewise.  Use unique_xmalloc_ptr instead
4696         of a cleanup.
4697         (lookup_symtab_callback): Delete.
4698         (lookup_symtab): Use a lambda.
4699         (iterate_over_symbols): Adjust to use function_view as callback
4700         type.
4701         (struct search_symbols_data, search_symbols_file_matches)
4702         (search_symbols_name_matches): Delete.
4703         (search_symbols): Use a pair of lambdas.
4704         (struct add_name_data, add_macro_name, symbol_completion_matcher)
4705         (symtab_expansion_callback): Delete.
4706         (default_make_symbol_completion_list_break_on_1): Use lambdas.
4707         * symtab.h: Include "common/function-view.h".
4708         (iterate_over_some_symtabs): Adjust to use function_view as
4709         callback type and return bool.
4710         (iterate_over_symtabs): Adjust to use function_view as callback
4711         type.
4712         (symbol_found_callback_ftype): Remove 'data' parameter and return
4713         bool.
4714         (iterate_over_symbols): Adjust to use function_view as callback
4715         type.
4716
4717 2017-02-23  Pedro Alves  <palves@redhat.com>
4718
4719         * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS): New.
4720         (%.o) <unittests/%.c>: New pattern.
4721         * configure.ac ($development): Add $(SUBDIR_UNITTESTS_OBS) to
4722         CONFIG_OBS, and $(SUBDIR_UNITTESTS_SRCS) to CONFIG_SRCS.
4723         * common/function-view.h: New file.
4724         * unittests/function-view-selftests.c: New file.
4725         * configure: Regenerate.
4726
4727 2017-02-23  Simon Marchi  <simon.marchi@ericsson.com>
4728
4729         * bsd-uthread.c (bsd_uthread_thread_alive): Use ptid instead of
4730         inferior_ptid.
4731         * go32-nat.c (go32_thread_alive): Likewise.
4732
4733 2017-02-23  Yao Qi  <yao.qi@linaro.org>
4734
4735         * varobj-iter.h (varobj_iter_delete): Call xfree instead of
4736         delete.
4737
4738 2017-02-23  Yao Qi  <yao.qi@linaro.org>
4739
4740         * varobj.c (varobj_clear_saved_item): Use delete instead of
4741         xfree.
4742         (update_dynamic_varobj_children): Likewise.
4743
4744 2017-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4745
4746         * dwarf2read.c (dwarf2_record_block_ranges): Add forgotten BASEADDR.
4747
4748 2017-02-21  Simon Marchi  <simon.marchi@ericsson.com>
4749
4750         * common/enum-flags.h (enum_flags::enum_flags): Initialize
4751         m_enum_value to 0 in default constructor.
4752
4753 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4754
4755         * rs6000-tdep.c (LOAD_AND_RESERVE_MASK): Rename from LWARX_MASK.
4756         (STORE_CONDITIONAL_MASK): Rename from STWCX_MASK.
4757         (LBARX_INSTRUCTION, LHARX_INSTRUCTION, LQARX_INSTRUCTION,
4758         STBCX_INSTRUCTION, STHCX_INSTRUCTION, STQCX_INSTRUCTION): New defines.
4759         (IS_LOAD_AND_RESERVE_INSN, IS_STORE_CONDITIONAL_INSN): New macros.
4760         (ppc_displaced_step_copy_insn): Use IS_LOAD_AND_RESERVE_INSN.
4761         (ppc_deal_with_atomic_sequence): Use IS_LOAD_AND_RESERVE_INSN and
4762         IS_STORE_CONDITIONAL_INSN.
4763
4764 2017-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4765
4766         * dwarf2_rnglists_process: Initialize range_beginning and range_end.
4767
4768 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4769
4770         * NEWS (Changes since GDB 7.12): Add DWARF-5.
4771
4772 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4773
4774         * dwarf2read.c (skip_one_die, read_attribute_value)
4775         (dwarf2_const_value_attr, dump_die_shallow)
4776         (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
4777         (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_data16.
4778
4779 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4780
4781         * dwarf2read.c (read_file_scope): Rename DW_MACRO_GNU_*.
4782         (dwarf_parse_macro_header): Accept DWARF version 5.
4783         (dwarf_decode_macro_bytes, dwarf_decode_macros): Rename DW_MACRO_GNU_*.
4784
4785 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4786
4787         * block.c (call_site_for_pc): Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4788         DW_AT_GNU_*.
4789         * common/common-exceptions.h (enum errors): Likewise.
4790         * dwarf2-frame.c (class dwarf_expr_executor): Likewise.
4791         * dwarf2expr.c (dwarf_block_to_dwarf_reg)
4792         (dwarf_expr_context::execute_stack_op): Likewise.
4793         * dwarf2expr.h (struct dwarf_expr_context, struct dwarf_expr_piece):
4794         Likewise.
4795         * dwarf2loc.c (dwarf_evaluate_loc_desc::get_base_type)
4796         (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
4797         (show_entry_values_debug, call_site_to_target_addr)
4798         (func_addr_to_tail_call_list, func_verify_no_selftailcall)
4799         (dwarf_expr_reg_to_entry_parameter, dwarf_entry_parameter_to_value)
4800         (entry_data_value_free_closure, value_of_dwarf_reg_entry)
4801         (value_of_dwarf_block_entry, indirect_pieced_value)
4802         (symbol_needs_eval_context::push_dwarf_reg_entry_value):
4803         (disassemble_dwarf_expression): Likewise.
4804         * dwarf2read.c (process_die, inherit_abstract_dies)
4805         (read_call_site_scope): Likewise.
4806         * gdbtypes.h (struct func_type, struct call_site_parameter)
4807         (struct call_site): Likewise.
4808         * stack.c (read_frame_arg): Likewise.
4809         * std-operator.def (OP_VAR_ENTRY_VALUE): Likewise.
4810
4811 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4812
4813         * defs.h (read_unsigned_leb128): New declaration.
4814         * dwarf2loc.c (decode_debug_loclists_addresses): New function.
4815         (decode_debug_loc_dwo_addresses): Update DEBUG_LOC_* to DW_LLE_*.
4816         (dwarf2_find_location_expression): Call also
4817         decode_debug_loclists_addresses.  Handle DWARF-5 ULEB128 length.
4818         * dwarf2loc.h (dwarf2_version): New declaration.
4819         * dwarf2read.c (struct dwarf2_per_objfile): Add loclists, line_str,
4820         rnglists.
4821         (dwarf2_elf_names): Add .debug_loclists, .debug_line_str,
4822         .debug_rnglists.
4823         (struct dwop_section_names): Add loclists_dwo.
4824         (dwop_section_names): Add .debug_loclists.dwo.
4825         (struct comp_unit_head): Add unit_type, signature, type_offset_in_tu.
4826         (struct dwarf2_per_cu_data): Add dwarf_version.
4827         (struct dwo_sections): Add loclists.
4828         (struct attr_abbrev): Add implicit_const.
4829         (read_indirect_line_string): New declaration.
4830         (read_unsigned_leb128): Delete declaration.
4831         (rcuh_kind): New definition.
4832         (read_and_check_comp_unit_head): Change parameter
4833         is_debug_types_section to section_kind.
4834         (dwarf2_locate_sections): Handle loclists, line_str and rnglists.
4835         (read_comp_unit_head): Change parameter abfd to section, add parameter
4836         section_kind.  Handle DWARF-5.
4837         (error_check_comp_unit_head): Accept also DWARF version 5.
4838         (read_and_check_comp_unit_head): Change parameter
4839         is_debug_types_section to section_kind.
4840         (read_and_check_type_unit_head): Delete function.
4841         (read_abbrev_offset): Handle DWARF-5.
4842         (create_debug_type_hash_table): Add parameter section_kind.  Process
4843         only DW_UT_type.  Use signature and type_offset_in_tu from struct
4844         comp_unit_head.
4845         (create_debug_types_hash_table): Update create_debug_type_hash_table
4846         caller.
4847         (create_all_type_units): Call create_debug_type_hash_table.
4848         (read_cutu_die_from_dwo, init_cutu_and_read_dies): Change
4849         read_and_check_type_unit_head caller to read_and_check_comp_unit_head
4850         caller.
4851         (skip_one_die): Handle DW_FORM_implicit_const.
4852         (dwarf2_rnglists_process): New function.
4853         (dwarf2_ranges_process): Call dwarf2_rnglists_process for DWARF-5.
4854         (abbrev_table_read_table): Handle DW_FORM_implicit_const.
4855         (read_attribute_value): Handle DW_FORM_implicit_const,
4856         DW_FORM_line_strp.
4857         (read_attribute): Handle DW_FORM_implicit_const.
4858         (read_indirect_string_at_offset_from): New function from
4859         read_indirect_string_at_offset.
4860         (read_indirect_string_at_offset): Call
4861         read_indirect_string_at_offset_from.
4862         (read_indirect_line_string_at_offset): New function.
4863         (read_indirect_string): New function comment.
4864         (read_indirect_line_string): New function.
4865         (read_unsigned_leb128): Make it global.
4866         (dwarf2_string_attr): Handle DWARF-5.
4867         (add_include_dir_stub, read_formatted_entries): New functions.
4868         (dwarf_decode_line_header, dump_die_shallow, cu_debug_loc_section):
4869         Handle DWARF-5.
4870         (per_cu_header_read_in): Update read_comp_unit_head caller.
4871         (dwarf2_version): New function.
4872         * symfile.h (struct dwarf2_debug_sections): Add loclists, line_str and
4873         rnglists.
4874         * xcoffread.c (dwarf2_xcoff_names): Update struct dwarf2_debug_sections
4875         fields.
4876
4877 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4878
4879         * dwarf2read.c (abbrev_table_read_table): Read the data only once.
4880
4881 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4882
4883         * dwarf2read.c (dwarf2_ranges_process): New function from
4884         dwarf2_ranges_read.
4885         (dwarf2_ranges_read, dwarf2_record_block_ranges): Use
4886         dwarf2_ranges_process.
4887
4888 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4889
4890         * dwarf2read.c (create_debug_type_hash_table): New function from
4891         create_debug_types_hash_table.
4892         (create_debug_types_hash_table): Call create_debug_type_hash_table.
4893         (create_all_type_units, open_and_init_dwo_file): Update
4894         create_debug_types_hash_table callers.
4895
4896 2017-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
4897
4898         PR gdb/16188
4899         * fork-child.c (trace_start_error): Fix thinko.  va_end should
4900         refer to 'ap', not 'args'.
4901
4902 2017-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
4903             Pedro Alves  <palves@redhat.com>
4904
4905         PR gdb/16188
4906         * darwin-nat.c (darwin_ptrace_me): Check if calls to system
4907         calls succeeded.
4908         * fork-child.c (trace_start_error): New function.
4909         (trace_start_error_with_name): Likewise.
4910         * gnu-nat.c (gnu_ptrace_me): Check if call to PTRACE succeeded.
4911         * inf-ptrace.c (inf_ptrace_me): Likewise.
4912         * inferior.h (trace_start_error): New prototype.
4913         (trace_start_error_with_name): Likewise.
4914
4915 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
4916
4917         PR gdb/21164
4918         * psymtab.c (maintenance_print_psymbols): Verify if 'argv' is not
4919         NULL before using it.
4920         * symmisc.c (maintenance_print_symbols): Likewise.
4921         (maintenance_print_msymbols): Likewise.
4922
4923 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
4924
4925         * NEWS: Add record Python bindings entry.
4926
4927 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
4928
4929         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-record-btrace.o,
4930         py-record-full.o.
4931         (SUBDIR_PYTHON_SRCS): Add py-record-btrace.c, py-record-full.c.
4932         * python/py-record-btrace.c, python/py-record-btrace.h,
4933         python/py-record-full.c, python/py-record-full.h: New file.
4934         * python/py-record.c: Add include for py-record-btrace.h and
4935         py-record-full.h.
4936         (recpy_method, recpy_format, recpy_goto, recpy_replay_position,
4937         recpy_instruction_history, recpy_function_call_history, recpy_begin,
4938         recpy_end): Use functions from py-record-btrace.c and py-record-full.c.
4939         * python/python-internal.h (PyInt_FromSsize_t, PyInt_AsSsize_t):
4940         New definition.
4941         (gdbpy_initialize_btrace): New export.
4942         * python/python.c (_initialize_python): Add gdbpy_initialize_btrace.
4943
4944 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
4945
4946         * Makefile.in (SUBDIR_PYTHON_OBS): Add python/py-record.o.
4947         (SUBDIR_PYTHON_SRCS): Add python/py-record.c.
4948         * python/py-record.c: New file.
4949         * python/python-internal.h (gdbpy_start_recording,
4950         gdbpy_current_recording, gdpy_stop_recording,
4951         gdbpy_initialize_record): New export.
4952         * python/python.c (_initialize_python): Add gdbpy_initialize_record.
4953         (python_GdbMethods): Add gdbpy_start_recording,
4954         gdbpy_current_recording and gdbpy_stop_recording.
4955
4956 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
4957
4958         * record-btrace.c (record_btrace_record_method): New function.
4959         (init_record_btrace_ops): Initialize to_record_method.
4960         * record-full.c (record_full_record_method): New function.
4961         (init_record_full_ops, init_record_full_core_ops): Add
4962         record_full_record_method.
4963         * record.h (enum record_method): New enum.
4964         * target-debug.h (target_debug_print_enum_record_method: New define.
4965         * target-delegates.c: Regenerate.
4966         * target.c (target_record_method): New function.
4967         * target.h: Include record.h.
4968         (struct target_ops) <to_record_method>: New field.
4969         (target_record_method): New export.
4970
4971 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
4972
4973         * record.h (record_start, record_stop): New export.
4974         * record.c (record_start, record_stop): New function.
4975
4976 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
4977
4978         * btrace.c (btrace_fetch): Copy function call segments pointer
4979         into a vector.
4980         (btrace_clear): Clear the vector.
4981         (btrace_find_insn_by_number): Use binary search to find the correct
4982         function call segment.
4983         * btrace.h (brace_fun_p): New typedef.
4984         (struct btrace_thread_info) <functions>: New field.
4985
4986 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
4987
4988         * record-btrace.c (btrace_ui_out_decode_error): Move most of it ...
4989         * btrace.c (btrace_decode_error): ... here.  New function.
4990         * btrace.h (btrace_decode_error): New export.
4991
4992 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
4993
4994         * btrace.c (ftrace_call_num_insn, btrace_insn_get_error): New function.
4995         (ftrace_new_function, btrace_insn_number, btrace_insn_cmp,
4996         btrace_find_insn_by_number): Remove special case for gaps.
4997         * btrace.h (btrace_insn_get_error): New export.
4998         (btrace_insn_number, btrace_find_insn_by_number): Adjust comment.
4999         * record-btrace.c (btrace_insn_history): Print number for gaps.
5000         (record_btrace_info, record_btrace_goto): Handle gaps.
5001
5002 2017-02-14  Tom Tromey  <tom@tromey.com>
5003
5004         PR python/13598:
5005         * python/python.c (gdbpy_before_prompt_hook): Emit before_prompt
5006         event.
5007         * python/py-evts.c (gdbpy_initialize_py_events): Add
5008         before_prompt registry.
5009         * python/py-events.h (events_object) <before_prompt>: New field.
5010
5011 2017-02-14  Markus Metzger  <markus.t.metzger@intel.com>
5012
5013         * btrace.c (ftrace_new_switch): Preserve up link and flags.
5014
5015 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
5016
5017         * symfile (_initialize_symfile): Add usage text to the load command's
5018         help text.
5019
5020 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
5021
5022         * utils.c (defaulted_query): Don't query on secondary UIs.
5023
5024 2017-02-10  Tom Tromey  <tom@tromey.com>
5025
5026         * rust-lang.c (rust_get_disr_info): Remove unused variable.
5027
5028 2017-02-10  Tom Tromey  <tom@tromey.com>
5029
5030         * python/py-value.c (valpy_richcompare_throw): Remove unnecessary
5031         "cleanup" local.
5032         * python/py-type.c (typy_legacy_template_argument): Remove
5033         unnecessary "cleanup" local.
5034
5035 2017-02-10  Tom Tromey  <tom@tromey.com>
5036
5037         * python/python.c (do_start_initialization): New function, from
5038         _initialize_python.
5039         (_initialize_python): Call do_start_initialization.
5040         * python/py-linetable.c (ltpy_iternext): Use explicit returns, not
5041         goto.
5042
5043 2017-02-10  Tom Tromey  <tom@tromey.com>
5044
5045         * python/py-prettyprint.c (pretty_print_one_value): Use
5046         gdbpy_ref.
5047
5048 2017-02-10  Tom Tromey  <tom@tromey.com>
5049
5050         * python/py-cmd.c (cmdpy_destroyer): Use gdbpy_ref.
5051         * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Use
5052         gdbpy_ref.
5053         * python/py-type.c (field_new): Use gdbpy_ref.
5054         * python/py-symtab.c (symtab_and_line_to_sal_object): Use
5055         gdbpy_ref.
5056         * python/py-progspace.c (pspy_new): Use gdbpy_ref.
5057         (py_free_pspace): Likewise.
5058         (pspace_to_pspace_object): Likewise.
5059         * python/py-objfile.c (objfpy_new): Use gdbpy_ref.
5060         (py_free_objfile): Likewise.
5061         (objfile_to_objfile_object): Likewise.
5062         * python/py-inferior.c (delete_thread_object): Use
5063         gdbpy_ref.
5064         (infpy_read_memory): Likewise.
5065         (py_free_inferior): Likewise.
5066         * python/py-evtregistry.c (create_eventregistry_object): Use
5067         gdbpy_ref.
5068         * python/py-event.c (create_event_object): Use gdbpy_ref.
5069
5070 2017-02-10  Tom Tromey  <tom@tromey.com>
5071
5072         * python/py-ref.h (gdbpy_ref_policy): Now a template.
5073         (gdbpy_ref): Now a template; allow subclasses of PyObject to be
5074         used.
5075         * python/py-arch.c, python/py-bpevent.c, python/py-breakpoint.c,
5076         python/py-cmd.c, python/py-continueevent.c, python/py-event.c,
5077         python/py-exitedevent.c, python/py-finishbreakpoint.c,
5078         python/py-framefilter.c, python/py-function.c,
5079         python/py-inferior.c, python/py-infevents.c,
5080         python/py-linetable.c, python/py-newobjfileevent.c,
5081         python/py-param.c, python/py-prettyprint.c, python/py-ref.h,
5082         python/py-signalevent.c, python/py-stopevent.c,
5083         python/py-symbol.c, python/py-threadevent.c, python/py-type.c,
5084         python/py-unwind.c, python/py-utils.c, python/py-value.c,
5085         python/py-varobj.c, python/py-xmethods.c, python/python.c,
5086         varobj.c: Change gdbpy_ref to gdbpy_ref<>.
5087
5088 2017-02-10  Tom Tromey  <tom@tromey.com>
5089
5090         * ui-out.h (ui_out_emit_type): New class.
5091         (ui_out_emit_tuple, ui_out_emit_list): New typedefs.
5092         * python/py-framefilter.c (py_print_single_arg): Use gdb::optional
5093         and ui_out_emit_tuple.
5094         (enumerate_locals): Likewise.
5095         (py_mi_print_variables, py_print_locals, py_print_args): Use
5096         ui_out_emit_list.
5097         (py_print_frame): Use gdb::optional, ui_out_emit_tuple,
5098         ui_out_emit_list.
5099         * common/gdb_optional.h: New file.
5100
5101 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
5102
5103         * MAINTAINERS (Write After Approval): Update my e-mail address.
5104
5105 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
5106
5107         PR gdb/21122
5108         * breakpoint.c (_initialize_breakpoint): Update the help description
5109         of the 'commands' command to indicate that it takes a list argument.
5110
5111 2017-02-09  Simon Marchi  <simon.marchi@ericsson.com>
5112
5113         * interps.c (current_interp_set_logging): Remove "return".
5114
5115 2017-02-09  Gary Benson  <gbenson@redhat.com>
5116
5117         * symtab.c (add_symtab_completions): Prevent NULL pointer
5118         dereference.
5119
5120 2017-02-08  Pedro Alves  <palves@redhat.com>
5121
5122         * interps.c (interp::interp): Remove reference to quiet_p.
5123         (interp_set): Make static.  Remove dead "Switching to" output
5124         code.
5125         (interp_quiet_p, interp_set_quiet): Delete.
5126         (interpreter_exec_cmd): Don't set the interpreter quiet.
5127         * interps.h (interp_quiet_p): Make static.
5128         (class interp) <quiet_p>: Remove field
5129
5130 2017-02-08  Jerome Guitton  <guitton@adacore.com>
5131
5132         * cli/cli-decode.c (find_command_name_length): Make it extern.
5133         * cli/cli-decode.h (find_command_name_length): Declare.
5134         * cli/cli-script.c (command_name_equals, line_first_arg):
5135         New functions.
5136         (process_next_line): Use cli-decode to parse command names.
5137         (build_command_line): Make args a constant pointer.
5138
5139 2017-02-08  Jerome Guitton  <guitton@adacore.com>
5140
5141         * cli-decode.c (lookup_cmd_1, lookup_cmd_composition):
5142         Remove case-insensitive search.
5143
5144 2017-02-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5145
5146         * sparc-tdep.c (sparc32_gdbarch_init): Do not place a + operator
5147         at the end of the line.  Avoids an ARI warning.
5148
5149 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
5150
5151         * NEWS: Mention support for record/replay of Intel 64 rdrand and
5152         rdseed instructions.
5153         i386-tdep.c (i386_process_record): Handle Intel 64 rdrand and rseed.
5154
5155 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
5156
5157         PR tdep/20936
5158         Provide and use sparc32 and sparc64 target description XML files.
5159         * features/sparc/sparc32-cp0.xml, features/sparc/sparc32-cpu.xml,
5160         features/sparc/sparc32-fpu.xml: New files for sparc 32-bit.
5161         * features/sparc/sparc64-cp0.xml, features/sparc/sparc64-cpu.xml,
5162         features/sparc/sparc64-fpu.xml: New files for sparc 64-bit.
5163         * features/sparc/sparc32-solaris.xml: New file.
5164         * features/sparc/sparc64-solaris.xml: New file.
5165         * features/sparc/sparc32-solaris.c: Generated.
5166         * features/sparc/sparc64-solaris.c: Generated.
5167         * sparc-tdep.h: Account for differences in target descriptions.
5168         * sparc-tdep.c (sparc32_register_name): Use target provided registers.
5169         (sparc32_register_type): Use target provided registers.
5170         (validate_tdesc_registers): New function.
5171         (sparc32_gdbarch_init): Use tdesc_has_registers.
5172         Set pseudoregister functions.
5173         * sparc64-tdep.c (sparc64_register_name): Use target provided registers.
5174         (sparc64_register_type): Use target provided registers.
5175         (sparc64_init_abi): Set pseudoregister functions.
5176
5177 2017-02-03  Tom Tromey  <tom@tromey.com>
5178
5179         PR rust/21097:
5180         * rust-lang.c (rust_print_type) <TYPE_CODE_UNION>: Handle enums
5181         with a single member.
5182
5183 2017-02-03  Pedro Alves  <palves@redhat.com>
5184
5185         * cli/cli-interp.c (cli_interp_base::cli_interp_base)
5186         (cli_interp_base::~cli_interp_base): New.
5187         (cli_interp): New struct.
5188         (as_cli_interp): Cast the interp itself to cli_interp.
5189         (cli_interpreter_pre_command_loop): Rename to ...
5190         (cli_interp_base::pre_command_loop): ... this.  Remove 'self'
5191         parameter.
5192         (cli_interpreter_init): Rename to ...
5193         (cli_interp::init): ... this.  Remove 'self' parameter.  Use
5194         boolean.  Make extern.
5195         (cli_interpreter_resume): Rename to ...
5196         (cli_interp::resume): ... this.  Remove 'data' parameter.  Make
5197         extern.
5198         (cli_interpreter_suspend): Rename to ...
5199         (cli_interp::suspend): ... this.  Remove 'data' parameter.  Make
5200         extern.
5201         (cli_interpreter_exec): Rename to ...
5202         (cli_interp::exec): ... this.  Remove 'data' parameter.  Make
5203         extern.
5204         (cli_interpreter_supports_command_editing): Rename to ...
5205         (cli_interp_base::supports_command_editing): ... this.  Remove
5206         'interp' parameter.  Make extern.
5207         (cli_ui_out): Rename to ...
5208         (cli_interp::interp_ui_out): ... this.  Remove 'interp' parameter.
5209         Make extern.
5210         (cli_set_logging): Rename to ...
5211         (cli_interp_base::set_logging): ... this.  Remove 'interp'
5212         parameter.  Make extern.
5213         (cli_interp_procs): Delete.
5214         (cli_interp_factory): Adjust to use "new".
5215         * cli/cli-interp.h: Include "interps.h".
5216         (struct cli_interp_base): New struct.
5217         * interps.c (struct interp): Delete.  Fields moved to interps.h.
5218         (interp_new): Delete.
5219         (interp::interp, interp::~interp): New.
5220         (interp_set): Use bool, and return void.  Assume the interpreter
5221         has suspend, init and resume methods, and that the all return
5222         void.
5223         (set_top_level_interpreter): interp_set returns void.
5224         (interp_ui_out): Adapt.
5225         (current_interp_set_logging): Adapt.
5226         (interp_data): Delete.
5227         (interp_pre_command_loop, interp_supports_command_editing): Adapt.
5228         (interp_exec): Adapt.
5229         (top_level_interpreter_data): Delete.
5230         * interps.h (interp_init_ftype, interp_resume_ftype)
5231         (interp_suspend_ftype, interp_exec_ftype)
5232         (interp_pre_command_loop_ftype, interp_ui_out_ftype): Delete.
5233         (class interp): New.
5234         (interp_new): Delete.
5235         (interp_set): Now returns void.  Use bool.
5236         (interp_data, top_level_interpreter_data): Delete.
5237         * mi/mi-common.h: Include interps.h.
5238         (class mi_interp): Inherit from interp.  Define a ctor.  Declare
5239         init, resume, suspect, exec, interp_ui_out, set_logging and
5240         pre_command_loop methods.
5241         * mi/mi-interp.c (as_mi_interp): Cast the interp itself.
5242         (mi_interpreter_init): Rename to ...
5243         (mi_interp::init): ... this.  Remove the 'interp' parameter, use
5244         bool, return void and make extern.  Adjust.
5245         (mi_interpreter_resume): ... Rename to ...
5246         (mi_interp::resume): ... this.  Remove the 'data' parameter,
5247         return void and make extern.  Adjust.
5248         (mi_interpreter_suspend): ... Rename to ...
5249         (mi_interp::suspend): ... this.  Remove the 'data' parameter,
5250         return void and make extern.  Adjust.
5251         (mi_interpreter_exec): ... Rename to ...
5252         (mi_interp::exec): ... this.  Remove the 'data' parameter and make
5253         extern.  Adjust.
5254         (mi_interpreter_pre_command_loop): ... Rename to ...
5255         (mi_interp::pre_command_loop): ... this.  Remove the 'self'
5256         parameter and make extern.
5257         (mi_on_normal_stop_1): Adjust.
5258         (mi_ui_out): Rename to ...
5259         (mi_interp::interp_ui_out): ... this.  Remove the 'interp'
5260         parameter and make extern.  Adjust.
5261         (mi_set_logging): Rename to ...
5262         (mi_interp::set_logging): ... this.  Remove the 'interp'
5263         parameter and make extern.  Adjust.
5264         (mi_interp_procs): Delete.
5265         (mi_interp_factory): Adjust to use 'new'.
5266         * mi/mi-main.c (mi_cmd_gdb_exit, captured_mi_execute_command)
5267         (mi_print_exception, mi_execute_command, mi_load_progress):
5268         Adjust.
5269         * tui/tui-interp.c (tui_interp): New class.
5270         (as_tui_interp): Return a tui_interp pointer.
5271         (tui_on_normal_stop, tui_on_signal_received)
5272         (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
5273         (tui_on_no_history, tui_on_user_selected_context_changed): Adjust
5274         to use interp::interp_ui_out.
5275         (tui_init): Rename to ...
5276         (tui_interp::init): ... this.  Remove the 'self' parameter, use
5277         bool, return void and make extern.  Adjust.
5278         (tui_resume): Rename to ...
5279         (tui_interp::resume): ... this.  Remove the 'data' parameter,
5280         return void and make extern.  Adjust.
5281         (tui_suspend): Rename to ...
5282         (tui_interp::suspend): ... this.  Remove the 'data' parameter,
5283         return void and make extern.  Adjust.
5284         (tui_ui_out): Rename to ...
5285         (tui_interp::interp_ui_out): ... this.  Remove the 'self'
5286         parameter, and make extern.  Adjust.
5287         (tui_exec): Rename to ...
5288         (tui_interp::exec): ... this.  Remove the 'data' parameter and
5289         make extern.
5290         (tui_interp_procs): Delete.
5291         (tui_interp_factory): Use "new".
5292
5293 2017-02-02  Tom Tromey  <tom@tromey.com>
5294
5295         * rust-exp.y (ends_raw_string, space_then_number)
5296         (rust_identifier_start_p): Return bool.
5297         * rust-lang.c (rust_tuple_type_p, rust_underscore_fields)
5298         (rust_tuple_struct_type_p, rust_tuple_variant_type_p)
5299         (rust_slice_type_p, rust_range_type_p, rust_u8_type_p)
5300         (rust_chartype_p): Return bool.
5301         (val_print_struct, rust_print_struct_def, rust_print_type):
5302         Update.
5303         * rust-lang.h (rust_tuple_type_p, rust_tuple_struct_type_p):
5304         Return bool.
5305
5306 2017-02-02  Tom Tromey  <tom@tromey.com>
5307
5308         * rust-lang.c: Reindent.
5309
5310 2017-02-02  Tom Tromey  <tom@tromey.com>
5311
5312         * rust-lang.h (rust_crate_for_block): Update.
5313         * rust-lang.c (rust_crate_for_block): Return std::string.
5314         (rust_get_disr_info): Use std:;string, not
5315         gdb::unique_xmalloc_ptr.
5316         * rust-exp.y (crate_name): Update.
5317
5318 2017-02-02  Pedro Alves  <palves@redhat.com>
5319
5320         * disasm-selftests.c (print_one_insn_test): Move the "verbose"
5321         field out of gdb_disassembler_test and make it static.
5322
5323 2017-02-02  Pedro Alves  <palves@redhat.com>
5324
5325         * mi/mi-common.h (struct mi_interp): Delete the mi2_interp,
5326         mi1_interp and mi_interp fields.
5327
5328 2017-02-02  Pedro Alves  <palves@redhat.com>
5329
5330         * cli/cli-interp.c (struct saved_output_files, saved_output):
5331         Moved from cli/cli-logging.c.
5332         (cli_set_logging): New function.
5333         (cli_interp_procs): Install cli_set_logging.
5334         * cli/cli-interp.h (make_logging_output, cli_set_logging):
5335         Declare.
5336         * cli/cli-logging.c (struct saved_output_files, saved_output):
5337         Moved to cli/cli-interp.c.
5338         (pop_output_files): Don't save outputs here.
5339         (make_logging_output): New function.
5340         (handle_redirections): Don't build tee nor save previous outputs
5341         here.
5342         * interps.c (current_interp_set_logging): Change prototype.
5343         Assume there's always a set_logging_proc method installed.
5344         * interps.h (interp_set_logging_ftype): Change prototype.
5345         (current_interp_set_logging): Change prototype and adjust comment.
5346         * mi/mi-interp.c (mi_set_logging): Change protototype.  Adjust to
5347         use make_logging_output.
5348         * tui/tui-interp.c (tui_interp_procs): Install cli_set_logging.
5349 2017-02-02  Pedro Alves  <palves@redhat.com>
5350
5351         * cli/cli-logging.c (maybe_warn_already_logging): New factored out
5352         from ...
5353         (set_logging_overwrite): ... here.
5354         (logging_no_redirect_file): Delete.
5355         (set_logging_redirect): Don't handle redirection on the fly.
5356         Instead warn that "logging off" / "logging on" is necessary.
5357         (pop_output_files): Delete references to logging_no_redirect_file.
5358         (show_logging_command): Always speak in terms of what will happen
5359         once logging is reenabled.
5360
5361 2017-02-02  Pedro Alves  <palves@redhat.com>
5362
5363         * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
5364
5365 2017-02-02  Pedro Alves  <palves@redhat.com>
5366
5367         * disasm.c (gdb_pretty_print_insn): Rename to ...
5368         (gdb_pretty_print_disassembler::pretty_print_insn): ... this.
5369         Remove gdbarch parameter.  Adapt to clear the object's buffers
5370         instead of allocating new buffers, and to print using the object's
5371         gdb_disassembler instead of calling gdb_print_insn.
5372         (dump_insns): Use gdb_pretty_print_disassembler.
5373         * disasm.h (gdb_pretty_print_insn): Delete declaration.
5374         (gdb_pretty_print_disassembler): New class.
5375         * record-btrace.c (btrace_insn_history): Use
5376         gdb_pretty_print_disassembler.
5377
5378 2017-02-02  Pedro Alves  <palves@redhat.com>
5379
5380         * ada-lang.c (type_as_string): Use string_file.
5381         * ada-valprint.c (ada_print_floating): Use string_file.
5382         * ada-varobj.c (ada_varobj_scalar_image)
5383         (ada_varobj_get_value_image): Use string_file.
5384         * aix-thread.c (aix_thread_extra_thread_info): Use string_file.
5385         * arm-tdep.c (_initialize_arm_tdep): Use string_printf.
5386         * breakpoint.c (update_inserted_breakpoint_locations)
5387         (insert_breakpoint_locations, reattach_breakpoints)
5388         (print_breakpoint_location, print_one_detail_ranged_breakpoint)
5389         (print_it_watchpoint): Use string_file.
5390         (save_breakpoints): Use stdio_file.
5391         * c-exp.y (oper): Use string_file.
5392         * cli/cli-logging.c (set_logging_redirect): Use ui_file_up and
5393         tee_file.
5394         (pop_output_files): Use delete.
5395         (handle_redirections): Use stdio_file and tee_file.
5396         * cli/cli-setshow.c (do_show_command): Use string_file.
5397         * compile/compile-c-support.c (c_compute_program): Use
5398         string_file.
5399         * compile/compile-c-symbols.c (generate_vla_size): Take a
5400         'string_file &' instead of a 'ui_file *'.
5401         (generate_c_for_for_one_variable): Take a 'string_file &' instead
5402         of a 'ui_file *'.  Use string_file.
5403         (generate_c_for_variable_locations): Take a 'string_file &'
5404         instead of a 'ui_file *'.
5405         * compile/compile-internal.h (generate_c_for_for_one_variable):
5406         Take a 'string_file &' instead of a 'ui_file *'.
5407         * compile/compile-loc2c.c (push, pushf, unary, binary)
5408         (print_label, pushf_register_address, pushf_register)
5409         (do_compile_dwarf_expr_to_c): Take a 'string_file &' instead of a
5410         'ui_file *'.  Adjust.
5411         * compile/compile.c (compile_to_object): Use string_file.
5412         * compile/compile.h (compile_dwarf_expr_to_c)
5413         (compile_dwarf_bounds_to_c): Take a 'string_file &' instead of a
5414         'ui_file *'.
5415         * cp-support.c (inspect_type): Use string_file and obstack_copy0.
5416         (replace_typedefs_qualified_name): Use string_file and
5417         obstack_copy0.
5418         * disasm.c (gdb_pretty_print_insn): Use string_file.
5419         (gdb_disassembly): Adjust reference the null_stream global.
5420         (do_ui_file_delete): Delete.
5421         (gdb_insn_length): Use null_stream.
5422         * dummy-frame.c (maintenance_print_dummy_frames): Use stdio_file.
5423         * dwarf2loc.c (dwarf2_compile_property_to_c)
5424         (locexpr_generate_c_location, loclist_generate_c_location): Take a
5425         'string_file &' instead of a 'ui_file *'.
5426         * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise.
5427         * dwarf2read.c (do_ui_file_peek_last): Delete.
5428         (dwarf2_compute_name): Use string_file.
5429         * event-top.c (gdb_setup_readline): Use stdio_file.
5430         * gdbarch.sh (verify_gdbarch): Use string_file.
5431         * gdbtypes.c (safe_parse_type): Use null_stream.
5432         * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Use
5433         string_file.
5434         * guile/scm-disasm.c (gdbscm_print_insn_from_port): Take a
5435         'string_file *' instead of a 'ui_file *'.
5436         (gdbscm_arch_disassemble): Use string_file.
5437         * guile/scm-frame.c (frscm_print_frame_smob): Use string_file.
5438         * guile/scm-ports.c (class ioscm_file_port): Now a class that
5439         inherits from ui_file.
5440         (ioscm_file_port_delete, ioscm_file_port_rewind)
5441         (ioscm_file_port_put): Delete.
5442         (ioscm_file_port_write): Rename to ...
5443         (ioscm_file_port::write): ... this.  Remove file_port_magic
5444         checks.
5445         (ioscm_file_port_new): Delete.
5446         (ioscm_with_output_to_port_worker): Use ioscm_file_port and
5447         ui_file_up.
5448         * guile/scm-type.c (tyscm_type_name): Use string_file.
5449         * guile/scm-value.c (vlscm_print_value_smob, gdbscm_value_print):
5450         Use string_file.
5451         * infcmd.c (print_return_value_1): Use string_file.
5452         * infrun.c (print_target_wait_results): Use string_file.
5453         * language.c (add_language): Use string_file.
5454         * location.c (explicit_to_string_internal): Use string_file.
5455         * main.c (captured_main_1): Use null_file.
5456         * maint.c (maintenance_print_architecture): Use stdio_file.
5457         * mi/mi-cmd-stack.c (list_arg_or_local): Use string_file.
5458         * mi/mi-common.h (struct mi_interp) <out, err, log, targ,
5459         event_channel>: Change type to mi_console_file pointer.
5460         * mi/mi-console.c (mi_console_file_fputs, mi_console_file_flush)
5461         (mi_console_file_delete): Delete.
5462         (struct mi_console_file): Delete.
5463         (mi_console_file_magic): Delete.
5464         (mi_console_file_new): Delete.
5465         (mi_console_file::mi_console_file): New.
5466         (mi_console_file_delete): Delete.
5467         (mi_console_file_fputs): Delete.
5468         (mi_console_file::write): New.
5469         (mi_console_raw_packet): Delete.
5470         (mi_console_file::flush): New.
5471         (mi_console_file_flush): Delete.
5472         (mi_console_set_raw): Rename to ...
5473         (mi_console_file::set_raw): ... this.
5474         * mi/mi-console.h (class mi_console_file): New class.
5475         (mi_console_file_new, mi_console_set_raw): Delete.
5476         * mi/mi-interp.c (mi_interpreter_init): Use mi_console_file.
5477         (mi_set_logging): Use delete and tee_file.  Adjust.
5478         * mi/mi-main.c (output_register): Use string_file.
5479         (mi_cmd_data_evaluate_expression): Use string_file.
5480         (mi_cmd_data_read_memory): Use string_file.
5481         (mi_cmd_execute, print_variable_or_computed): Use string_file.
5482         * mi/mi-out.c (mi_ui_out::main_stream): New.
5483         (mi_ui_out::rewind): Use main_stream and
5484         string_file.
5485         (mi_ui_out::put): Use main_stream and string_file.
5486         (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
5487         Allocate a 'string_file' instead.
5488         (mi_out_new): Don't allocate a mem_fileopen stream here.
5489         * mi/mi-out.h (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
5490         (mi_ui_out::main_stream): Declare method.
5491         * printcmd.c (eval_command): Use string_file.
5492         * psymtab.c (maintenance_print_psymbols): Use stdio_file.
5493         * python/py-arch.c (archpy_disassemble): Use string_file.
5494         * python/py-breakpoint.c (bppy_get_commands): Use string_file.
5495         * python/py-frame.c (frapy_str): Use string_file.
5496         * python/py-framefilter.c (py_print_type, py_print_single_arg):
5497         Use string_file.
5498         * python/py-type.c (typy_str): Use string_file.
5499         * python/py-unwind.c (unwind_infopy_str): Use string_file.
5500         * python/py-value.c (valpy_str): Use string_file.
5501         * record-btrace.c (btrace_insn_history): Use string_file.
5502         * regcache.c (regcache_print): Use stdio_file.
5503         * reggroups.c (maintenance_print_reggroups): Use stdio_file.
5504         * remote.c (escape_buffer): Use string_file.
5505         * rust-lang.c (rust_get_disr_info): Use string_file.
5506         * serial.c (serial_open_ops_1): Use stdio_file.
5507         (do_serial_close): Use delete.
5508         * stack.c (print_frame_arg): Use string_file.
5509         (print_frame_args): Remove local mem_fileopen stream, not used.
5510         (print_frame): Use string_file.
5511         * symmisc.c (maintenance_print_symbols): Use stdio_file.
5512         * symtab.h (struct symbol_computed_ops) <generate_c_location>:
5513         Take a 'string_file *' instead of a 'ui_file *'.
5514         * top.c (new_ui): Use stdio_file and stderr_file.
5515         (free_ui): Use delete.
5516         (execute_command_to_string): Use string_file.
5517         (quit_confirm): Use string_file.
5518         * tracepoint.c (collection_list::append_exp): Use string_file.
5519         * tui/tui-disasm.c (tui_disassemble): Use string_file.
5520         * tui/tui-file.c: Don't include "ui-file.h".
5521         (enum streamtype, struct tui_stream): Delete.
5522         (tui_file_new, tui_file_delete, tui_fileopen, tui_sfileopen)
5523         (tui_file_isatty, tui_file_rewind, tui_file_put): Delete.
5524         (tui_file::tui_file): New method.
5525         (tui_file_fputs): Delete.
5526         (tui_file_get_strbuf): Delete.
5527         (tui_file::puts): New method.
5528         (tui_file_adjust_strbuf): Delete.
5529         (tui_file_flush): Delete.
5530         (tui_file::flush): New method.
5531         * tui/tui-file.h: Tweak intro comment.
5532         Include ui-file.h.
5533         (tui_fileopen, tui_sfileopen, tui_file_get_strbuf)
5534         (tui_file_adjust_strbuf): Delete declarations.
5535         (class tui_file): New class.
5536         * tui/tui-io.c (tui_initialize_io): Use tui_file.
5537         * tui/tui-regs.c (tui_restore_gdbout): Use delete.
5538         (tui_register_format): Use string_stream.
5539         * tui/tui-stack.c (tui_make_status_line): Use string_file.
5540         (tui_get_function_from_frame): Use string_file.
5541         * typeprint.c (type_to_string): Use string_file.
5542         * ui-file.c (struct ui_file, ui_file_magic, ui_file_new): Delete.
5543         (null_stream): New global.
5544         (ui_file_delete): Delete.
5545         (ui_file::ui_file): New.
5546         (null_file_isatty): Delete.
5547         (ui_file::~ui_file): New.
5548         (null_file_rewind): Delete.
5549         (ui_file::printf): New.
5550         (null_file_put): Delete.
5551         (null_file_flush): Delete.
5552         (ui_file::putstr): New.
5553         (null_file_write): Delete.
5554         (ui_file::putstrn): New.
5555         (null_file_read): Delete.
5556         (ui_file::putc): New.
5557         (null_file_fputs): Delete.
5558         (null_file_write_async_safe): Delete.
5559         (ui_file::vprintf): New.
5560         (null_file_delete): Delete.
5561         (null_file::write): New.
5562         (null_file_fseek): Delete.
5563         (null_file::puts): New.
5564         (ui_file_data): Delete.
5565         (null_file::write_async_safe): New.
5566         (gdb_flush, ui_file_isatty): Adjust.
5567         (ui_file_put, ui_file_rewind): Delete.
5568         (ui_file_write): Adjust.
5569         (ui_file_write_for_put): Delete.
5570         (ui_file_write_async_safe, ui_file_read): Adjust.
5571         (ui_file_fseek): Delete.
5572         (fputs_unfiltered): Adjust.
5573         (set_ui_file_flush, set_ui_file_isatty, set_ui_file_rewind)
5574         (set_ui_file_put, set_ui_file_write, set_ui_file_write_async_safe)
5575         (set_ui_file_read, set_ui_file_fputs, set_ui_file_fseek)
5576         (set_ui_file_data): Delete.
5577         (string_file::~string_file, string_file::write)
5578         (struct accumulated_ui_file, do_ui_file_xstrdup, ui_file_xstrdup)
5579         (do_ui_file_as_string, ui_file_as_string): Delete.
5580         (do_ui_file_obsavestring, ui_file_obsavestring): Delete.
5581         (struct mem_file): Delete.
5582         (mem_file_new): Delete.
5583         (stdio_file::stdio_file): New.
5584         (mem_file_delete): Delete.
5585         (stdio_file::stdio_file): New.
5586         (mem_fileopen): Delete.
5587         (stdio_file::~stdio_file): New.
5588         (mem_file_rewind): Delete.
5589         (stdio_file::set_stream): New.
5590         (mem_file_put): Delete.
5591         (stdio_file::open): New.
5592         (mem_file_write): Delete.
5593         (stdio_file_magic, struct stdio_file): Delete.
5594         (stdio_file_new, stdio_file_delete, stdio_file_flush): Delete.
5595         (stdio_file::flush): New.
5596         (stdio_file_read): Rename to ...
5597         (stdio_file::read): ... this.  Adjust.
5598         (stdio_file_write): Rename to ...
5599         (stdio_file::write): ... this.  Adjust.
5600         (stdio_file_write_async_safe): Rename to ...
5601         (stdio_file::write_async_safe) ... this.  Adjust.
5602         (stdio_file_fputs): Rename to ...
5603         (stdio_file::puts) ... this.  Adjust.
5604         (stdio_file_isatty): Delete.
5605         (stdio_file_fseek): Delete.
5606         (stdio_file::isatty): New.
5607         (stderr_file_write): Rename to ...
5608         (stderr_file::write) ... this.  Adjust.
5609         (stderr_file_fputs): Rename to ...
5610         (stderr_file::puts) ... this.  Adjust.
5611         (stderr_fileopen, stdio_fileopen, gdb_fopen): Delete.
5612         (stderr_file::stderr_file): New.
5613         (tee_file_magic): Delete.
5614         (struct tee_file): Delete.
5615         (tee_file::tee_file): New.
5616         (tee_file_new): Delete.
5617         (tee_file::~tee_file): New.
5618         (tee_file_delete): Delete.
5619         (tee_file_flush): Rename to ...
5620         (tee_file::flush): ... this.  Adjust.
5621         (tee_file_write): Rename to ...
5622         (tee_file::write): ... this.  Adjust.
5623         (tee_file::write_async_safe): New.
5624         (tee_file_fputs): Rename to ...
5625         (tee_file::puts): ... this.  Adjust.
5626         (tee_file_isatty): Rename to ...
5627         (tee_file::isatty): ... this.  Adjust.
5628         * ui-file.h (struct obstack, struct ui_file): Don't
5629         forward-declare.
5630         (ui_file_new, ui_file_flush_ftype, set_ui_file_flush)
5631         (ui_file_write_ftype)
5632         (set_ui_file_write, ui_file_fputs_ftype, set_ui_file_fputs)
5633         (ui_file_write_async_safe_ftype, set_ui_file_write_async_safe)
5634         (ui_file_read_ftype, set_ui_file_read, ui_file_isatty_ftype)
5635         (set_ui_file_isatty, ui_file_rewind_ftype, set_ui_file_rewind)
5636         (ui_file_put_method_ftype, ui_file_put_ftype, set_ui_file_put)
5637         (ui_file_delete_ftype, set_ui_file_data, ui_file_fseek_ftype)
5638         (set_ui_file_fseek): Delete.
5639         (ui_file_data, ui_file_delete, ui_file_rewind)
5640         (struct ui_file): New.
5641         (ui_file_up): New.
5642         (class null_file): New.
5643         (null_stream): Declare.
5644         (ui_file_write_for_put, ui_file_put): Delete.
5645         (ui_file_xstrdup, ui_file_as_string, ui_file_obsavestring):
5646         Delete.
5647         (ui_file_fseek, mem_fileopen, stdio_fileopen, stderr_fileopen)
5648         (gdb_fopen, tee_file_new): Delete.
5649         (struct string_file): New.
5650         (struct stdio_file): New.
5651         (stdio_file_up): New.
5652         (struct stderr_file): New.
5653         (class tee_file): New.
5654         * ui-out.c (ui_out::field_stream): Take a 'string_file &' instead
5655         of a 'ui_file *'.  Adjust.
5656         * ui-out.h (class ui_out) <field_stream>: Likewise.
5657         * utils.c (do_ui_file_delete, make_cleanup_ui_file_delete)
5658         (null_stream): Delete.
5659         (error_stream): Take a 'string_file &' instead of a 'ui_file *'.
5660         Adjust.
5661         * utils.h (struct ui_file): Delete forward declaration..
5662         (make_cleanup_ui_file_delete, null_stream): Delete declarations.
5663         (error_stream): Take a 'string_file &' instead of a
5664         'ui_file *'.
5665         * varobj.c (varobj_value_get_print_value): Use string_file.
5666         * xtensa-tdep.c (xtensa_verify_config): Use string_file.
5667         * gdbarch.c: Regenerate.
5668
5669 2017-02-02  Pedro Alves  <palves@redhat.com>
5670
5671         * disasm.c (gdb_disassembler::pretty_print_insn): Rename to...
5672         (gdb_pretty_print_insn): ... this.  Now a free function.  Add back
5673         a 'gdbarch' parameter.  Allocate a mem_fileopen stream here.
5674         Adjust to call gdb_print_insn instead of
5675         gdb_disassembler::print_insn.
5676         (dump_insns, do_mixed_source_and_assembly_deprecated)
5677         (do_mixed_source_and_assembly, do_assembly_only): Add back a
5678         'gdbarch' parameter.  Remove gdb_disassembler parameter.
5679         (gdb_disassembly): Don't allocate a gdb_disassembler here.
5680         * disasm.h (gdb_disassembler::pretty_print_insn): Delete
5681         declaration.
5682         (gdb_pretty_print_insn): Re-add declaration.
5683         * record-btrace.c (btrace_insn_history): Don't allocate a
5684         gdb_disassembler here.  Adjust to call gdb_pretty_print_insn.
5685
5686 2017-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
5687
5688         * disasm.h (gdb_disassembly): Remove file_string parameter.
5689         * disasm.c (gdb_disassembly): Likewise.
5690         * cli/cli-cmds.c (print_disassembly): Adapt.
5691         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
5692         * stack.c (do_gdb_disassembly): Likewise.
5693
5694 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5695
5696         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): For
5697         DWARF_VALUE_LITERAL, no longer ignore the offset on big-endian
5698         targets.  And if the implicit value is longer than needed, extract
5699         the first bytes instead of the "least significant" ones.
5700
5701 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5702
5703         * btrace.c (btrace_enable): Do not call btrace_add_pc for
5704         BTRACE_FORMAT_PT or if can_access_registers_ptid returns false.
5705         (btrace_fetch): Assert can_access_registers_ptid.
5706         * record-btrace.c (require_btrace_thread, record_btrace_info): Call
5707         validate_registers_access.
5708
5709 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5710
5711         * gdbthread.h (can_access_registers_ptid): New.
5712         * thread.c (can_access_registers_ptid): New.
5713
5714 2017-02-01  Pedro Alves  <palves@redhat.com>
5715
5716         * i386-tdep.c (i386_fast_tracepoint_valid_at): Use gdb_insn_length.
5717
5718 2017-01-31  Pedro Alves  <palves@redhat.com>
5719
5720         * mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified):
5721         Fix typos.
5722
5723 2017-01-31  Pedro Alves  <palves@redhat.com>
5724
5725         * stack.c (print_frame_args): Remove local mem_fileopen stream,
5726         not used.
5727
5728 2017-01-31  Pedro Alves  <palves@redhat.com>
5729
5730         * varobj.c (varobj_value_get_print_value): Remove xstrdup call.
5731
5732 2017-01-31  Pedro Alves  <palves@redhat.com>
5733
5734         * common/scoped_restore.h
5735         (scoped_restore_tmpl::scoped_restore_tmpl): Template on T2, and
5736         change the value's parameter type to T2.
5737         (make_scoped_restore): Likewise.
5738
5739 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5740             Richard Henderson  <rth@redhat.com>
5741
5742         * amd64-linux-nat.c (PTRACE_ARCH_PRCTL): New define.
5743         (amd64_linux_fetch_inferior_registers): Add case to fetch FS_BASE
5744         GS_BASE for older kernels.
5745         (amd64_linux_store_inferior_registers): Add case to store FS_BASE
5746         GS_BASE for older kernels.
5747         * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Add FS_BASE
5748         and GS_BASE to the offset table.
5749         (amd64_linux_register_reggroup_p): Add FS_BASE and GS_BASE to the
5750         system register group.
5751         * amd64-nat.c (amd64_native_gregset_reg_offset): Implements case
5752         for older kernels.
5753         * amd64-tdep.c (amd64_init_abi): Add segment registers for the
5754         amd64 ABI.
5755         * amd64-tdep.h (amd64_regnum): Add AMD64_FSBASE_REGNUM and
5756         AMD64_GSBASE_REGNUM.
5757         (AMD64_NUM_REGS): Set to AMD64_GSBASE_REGNUM + 1.
5758         * features/Makefile (amd64-linux.dat, amd64-avx-linux.dat)
5759         (amd64-mpx-linux.dat, amd64-avx512-linux.dat, x32-linux.dat)
5760         (x32-avx-linux.dat, x32-avx512-linux.dat): Add
5761         i386/64bit-segments.xml in those rules.
5762         * features/i386/64bit-segments.xml: New file.
5763         * features/i386/amd64-avx-mpx-linux.xml: Add 64bit-segments.xml.
5764         * features/i386/amd64-avx-linux.xml: Add 64bit-segments.xml.
5765         * features/i386/amd64-avx512-linux.xml: Add 64bit-segments.xml.
5766         * features/i386/amd64-mpx-linux.xml: Add 64bit-segments.xml.
5767         * features/i386/x32-avx512-linux.xml: Add 64bit-segments.xml.
5768         * features/i386/x32-avx-linux.xml: Add 64bit-segments.xml.
5769         * features/i386/amd64-linux.xml: Add 64bit-segments.xml.
5770         * features/i386/amd64-avx-linux.c: Regenerated.
5771         * features/i386/amd64-avx-mpx-linux.c: Regenerated.
5772         * features/i386/amd64-avx-mpx.c: Regenerated.
5773         * features/i386/amd64-avx512-linux.c: Regenerated.
5774         * features/i386/amd64-linux.c: Regenerated.
5775         * features/i386/amd64-mpx-linux.c: Regenerated.
5776         * features/i386/i386-avx-mpx-linux.c: Regenerated.
5777         * features/i386/i386-avx-mpx.c: Regenerated.
5778         * features/i386/x32-avx-linux.c: Regenerated.
5779         * features/i386/x32-avx512-linux.c: Regenerated.
5780         * regformats/i386/amd64-avx-linux.dat: Regenerated.
5781         * regformats/i386/amd64-avx-mpx-linux.dat: Regenerated.
5782         * regformats/i386/amd64-avx512-linux.dat: Regenerated.
5783         * regformats/i386/amd64-linux.dat: Regenerated.
5784         * regformats/i386/amd64-mpx-linux.dat: Regenerated.
5785         * regformats/i386/x32-avx-linux.dat: Regenerated.
5786         * regformats/i386/x32-avx512-linux.dat: Regenerated.
5787         * regformats/i386/x32-linux.dat: Regenerated.
5788
5789 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5790
5791         * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM):
5792         Set to AMD64_NUM_REGS.
5793
5794 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5795
5796         * amd64-nat.c (amd64_native_gregset_reg_offset): Simplify logic
5797         that checks validity of a register number.
5798
5799 2017-01-27  Kees Cook  <keescook@google.com>
5800
5801         * gdb/arm-linux-nat.c (arm_linux_fetch_inferior_registers): Call
5802         fetch_fpregs if target has fpa registers.
5803         (arm_linux_store_inferior_registers): Call store_fpregs if target
5804         has fpa registers.
5805
5806 2017-01-26  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5807
5808         * cris-tdep.c (cris_gdbarch_init): Remove check for
5809         info.byte_order and force it to BFD_ENDIAN_LITTLE.
5810
5811 2017-01-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
5812
5813         * corelow.c (get_core_register_section): Check for regset
5814         existence before checking for REGSET_VARIABLE_SIZE.
5815
5816 2017-01-26  Yao Qi  <yao.qi@linaro.org>
5817             Pedro Alves  <palves@redhat.com>
5818
5819         PR gdb/20939
5820         * disasm.c (gdb_disassembler::dis_asm_memory_error): Don't
5821         call memory_error, save memaddr instead.
5822         (gdb_disassembler::print_insn): If gdbarch_print_insn returns
5823         negative, cal memory_error.
5824         * disasm.h (gdb_disassembler) <m_err_memaddr>: New field.
5825
5826 2017-01-26  Yao Qi  <yao.qi@linaro.org>
5827
5828         * disasm-selftests.c (memory_error_test): New function.
5829         (_initialize_disasm_selftests): Register memory_error_test.
5830
5831 2017-01-26  Yao Qi  <yao.qi@linaro.org>
5832
5833         * Makefile.in (SFILES): Add disasm-selftests.c and
5834         selftest-arch.c.
5835         (COMMON_OBS): Add disasm-selftests.o and selftest-arch.o.
5836         * disasm-selftests.c: New file.
5837         * selftest-arch.c: New file.
5838         * selftest-arch.h: New file.
5839
5840 2017-01-26  Yao Qi  <yao.qi@linaro.org>
5841
5842         * mep-tdep.c (mep_gdb_print_insn): Set info->arch
5843         to bfd_arch_mep.  Don't return 0 if section is not
5844         found.  Call print_insn_mep.
5845
5846 2017-01-26  Pedro Alves  <palves@redhat.com>
5847             Yao Qi  <yao.qi@linaro.org>
5848
5849         * arm-tdep.c: Include "disasm.h".
5850         (gdb_print_insn_arm): Update code to get gdbarch.
5851         * disasm.c (dis_asm_read_memory): Change it to
5852         gdb_disassembler::dis_asm_read_memory.
5853         (dis_asm_memory_error): Likewise.
5854         (dis_asm_print_address): Likewise.
5855         (gdb_pretty_print_insn): Change it to
5856         gdb_disassembler::pretty_print_insn.
5857         (dump_insns): Add one argument gdb_disassemlber.  All
5858         callers updated.
5859         (do_mixed_source_and_assembly_deprecated): Likewise.
5860         (do_mixed_source_and_assembly): Likewise.
5861         (do_assembly_only): Likewise.
5862         (gdb_disassembler::gdb_disassembler): New.
5863         (gdb_disassembler::print_insn): New.
5864         * disasm.h (class gdb_disassembler): New.
5865         (gdb_pretty_print_insn): Remove declaration.
5866         (gdb_disassemble_info): Likewise.
5867         * guile/scm-disasm.c (class gdbscm_disassembler): New.
5868         (gdbscm_disasm_read_memory_worker): Update.
5869         (gdbscm_disasm_read_memory): Update.
5870         (gdbscm_disasm_memory_error): Remove.
5871         (gdbscm_disasm_print_address): Remove.
5872         (gdbscm_disassembler::gdbscm_disassembler): New.
5873         (gdbscm_print_insn_from_port): Update.
5874         * mips-tdep.c: Include disasm.h.
5875         (gdb_print_insn_mips): Update code to get gdbarch.
5876         * record-btrace.c (btrace_insn_history): Update.
5877         * spu-tdep.c: Include disasm.h.
5878         (struct spu_dis_asm_data): Remove.
5879         (struct spu_dis_asm_info): New.
5880         (spu_dis_asm_print_address): Use spu_dis_asm_info to get
5881         SPU id.
5882         (gdb_print_insn_spu): Cast disassemble_info to
5883         spu_dis_asm_info.
5884
5885 2017-01-26  Yao Qi  <yao.qi@linaro.org>
5886
5887         * disasm.c (do_ui_file_delete): Delete.
5888         (gdb_insn_length): Move code creating stream to ...
5889         * utils.c (null_stream): ... here.  New function.
5890         * utils.h (null_stream): Declare.
5891
5892 2017-01-23  Simon Marchi  <simon.marchi@polymtl.ca>
5893
5894         * python/py-inferior.c (find_thread_object): Return directly
5895         from the loop.  Remove "found" variable.
5896
5897 2017-01-21  Joel Brobecker  <brobecker@adacore.com>
5898
5899         GDB 7.12.1 released.
5900
5901 2017-01-20  Simon Marchi  <simon.marchi@ericsson.com>
5902
5903         * python/py-function.c (fnpy_call): Reorder declarations to have
5904         the gdbpy_enter object declared first.
5905         * python/py-xmethods.c (gdbpy_get_xmethod_arg_types): Likewise.
5906
5907 2017-01-20  Simon Marchi  <simon.marchi@ericsson.com>
5908
5909         PR python/21068
5910         * python/python-internal.h (PyMem_RawMalloc): Define for
5911         Python < 3.4.
5912         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Use
5913         PyMem_RawMalloc instead of PyMem_Malloc.
5914
5915 2017-01-20  Mike Wrighton  <mike_wrighton@codesourcery.com>
5916             Luis Machado  <lgustavo@codesourcery.com>
5917
5918         * NEWS (New commands): Mention flash-erase.
5919         (New MI commands): Mention target-flash-erase.
5920         * mi/mi-cmds.c (mi_cmd_target_flash_erase): Add target-flash-erase MI
5921         command.
5922         * mi/mi-cmds.h (mi_cmd_target_flash_erase): New declaration.
5923         * mi/mi-main.c (mi_cmd_target_flash_erase): New function.
5924         * target.c (flash_erase_command): New function.
5925         (initialize_targets): Add new flash-erase command.
5926         * target.h (flash_erase_command): New declaration.
5927
5928 2017-01-20  Joel Brobecker  <brobecker@adacore.com>
5929
5930         * nat/linux-ptrace.c: Only include <sys/procfs.h> if
5931         HAVE_SYS_PROCFS_H is defined.
5932
5933 2017-01-18  Alan Hayward  <alan.hayward@arm.com>
5934
5935         * remote.c (struct cached_reg): Change data into a pointer.
5936         * (stop_reply_dtr): Free data pointers before deleting vector.
5937         (process_stop_reply): Likewise.
5938         (remote_parse_stop_reply): Allocate space for data
5939
5940 2017-01-18  Alan Hayward  <alan.hayward@arm.com>
5941
5942         * amd64-tdep.c (amd64_pseudo_register_read_value): remove
5943         MAX_REGISTER_SIZE.
5944         (amd64_pseudo_register_read_value): Likewise.
5945         * remote.c (fetch_register_using_p): Remove MAX_REGISTER_SIZE.
5946         (store_register_using_P): Likewise.
5947         * regcache.c (regcache_xfer_part): Likewise.
5948
5949 2017-01-16  Ivo Raisr  <ivo.raisr@oracle.com>
5950
5951         Split real and pseudo registers.
5952         * sparc-tdep.h (SPARC_CORE_REGISTERS): New macro.
5953         (sparc32_pseudo_regnum): New enum.
5954         * sparc64-tdep.h (sparc64_pseudo_regnum): New enum.
5955         * sparc-tdep.c (SPARC32_FPU_REGISTERS): New macro.
5956         (SPARC32_CP0_REGISTERS): New macro.
5957         (sparc32_pseudo_register_name): New function.
5958         (sparc32_register_name): Use sparc32_pseudo_register_name.
5959         (sparc32_pseudo_register_type): New function.
5960         (sparc32_register_type): Use sparc32_pseudo_register_type.
5961         (sparc32_pseudo_register_read, sparc32_pseudo_register_write): Handle
5962         pseudo register numbers.
5963         * sparc64-tdep.c SPARC64_FPU_REGISTERS): New macro.
5964         (SPARC64_CP0_REGISTERS): New macro.
5965         (sparc64_pseudo_register_name): New function.
5966         (sparc64_register_name): Use sparc64_pseudo_register_name.
5967         (sparc64_pseudo_register_type): New function.
5968         (sparc64_register_type): Use sparc64_pseudo_register_type.
5969         (sparc64_pseudo_register_read, sparc64_pseudo_register_write): Handle
5970         pseudo register numbers.
5971         (sparc64_store_floating_fields, sparc64_extract_floating_fields,
5972         sparc64_store_arguments): Handle pseudo register numbers.
5973
5974 2017-01-13  Yao Qi  <yao.qi@linaro.org>
5975
5976         * remote.c (REMOTE_DEBUG_MAX_CHAR): New macro.
5977         (putpkt_binary): Print only REMOTE_DEBUG_MAX_CHAR chars in debug
5978         output.
5979         (getpkt_or_notif_sane_1): Likewise.
5980
5981 2017-01-13  Yao Qi  <yao.qi@linaro.org>
5982
5983         * Makefile.in (checker-headers): Use CXX and CXX_DIALET instead
5984         of CC.  Pass "-x c++-header" instead of "-x c".
5985
5986 2017-01-12  Simon Marchi  <simon.marchi@ericsson.com>
5987
5988         * remote.c (remote_can_async_p): Update comment.
5989
5990 2017-01-12  Simon Marchi  <simon.marchi@ericsson.com>
5991
5992         * linux-nat.c (linux_nat_can_async_p): Update comment.
5993
5994 2017-01-12  Simon Marchi  <simon.marchi@ericsson.com>
5995
5996         * serial.c (serial_open): Forget about "pc" and "lpt" serial interface.
5997
5998 2017-01-11  Simon Marchi  <simon.marchi@ericsson.com>
5999
6000         * cli/cli-decode.c (lookup_cmd_1): Fix typo in comment.
6001
6002 2017-01-10  Tom Tromey  <tom@tromey.com>
6003
6004         * python/py-type.c (typy_legacy_template_argument): Update.
6005         * cp-support.h (struct demangle_parse_info) (demangle_parse_info,
6006         ~demangle_parse_info): Declare new members.
6007         (cp_demangled_name_to_comp): Return unique_ptr.
6008         (cp_demangled_name_parse_free)
6009         (make_cleanup_cp_demangled_name_parse_free)
6010         (cp_new_demangle_parse_info): Remove.
6011         * cp-support.c (do_demangled_name_parse_free_cleanup)
6012         (make_cleanup_cp_demangled_name_parse_free): Remove.
6013         (inspect_type, cp_canonicalize_string_full)
6014         (cp_canonicalize_string): Update.
6015         (mangled_name_to_comp): Change return type.
6016         (cp_class_name_from_physname, method_name_from_physname)
6017         (cp_func_name, cp_remove_params): Update.
6018         * cp-name-parser.y (demangle_parse_info): New constructor, from
6019         cp_new_demangle_parse_info.
6020         (~demangle_parse_info): New destructor, from
6021         cp_demangled_name_parse_free.
6022         (cp_merge_demangle_parse_infos): Update.
6023         (cp_demangled_name_to_comp): Change return type.
6024
6025 2017-01-10  Tom Tromey  <tom@tromey.com>
6026
6027         * top.c (prevent_dont_repeat): Change return type.
6028         * python/python.c (execute_gdb_command): Use std::string.
6029         Update.
6030         * guile/guile.c (gdbscm_execute_gdb_command): Update.
6031         * command.h (prevent_dont_repeat): Change return type.
6032         * breakpoint.c (bpstat_do_actions_1): Update.
6033
6034 2017-01-10  Tom Tromey  <tom@tromey.com>
6035
6036         * value.h (scoped_value_mark::~scoped_value_mark): Call
6037         free_to_mark.
6038         (scoped_value_mark::free_to_mark): New method.
6039         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
6040         scoped_value_mark.
6041
6042 2017-01-10  Tom Tromey  <tom@tromey.com>
6043
6044         * python/py-value.c (valpy_dereference, valpy_referenced_value)
6045         (valpy_reference_value, valpy_const_value, valpy_get_address)
6046         (valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
6047         (valpy_getitem, valpy_call, valpy_binop_throw, valpy_negative)
6048         (valpy_absolute, valpy_richcompare_throw): Use scoped_value_mark.
6049         * dwarf2loc.c (dwarf2_loc_desc_get_symbol_read_needs): Use
6050         scoped_value_mark.
6051         * dwarf2-frame.c (execute_stack_op): Use scoped_value_mark.
6052         * value.h (scoped_value_mark): New class.
6053
6054 2017-01-10  Tom Tromey  <tom@tromey.com>
6055
6056         * dwarf2read.c (dwarf2_build_psymtabs): Use psymtab_discarder.
6057         * psympriv.h (make_cleanup_discard_psymtabs): Don't declare.
6058         * psymtab.c (discard_psymtabs_upto): Remove.
6059         (make_cleanup_discard_psymtabs): Remove.
6060         (struct psymtab_state): Remove.
6061
6062 2017-01-10  Tom Tromey  <tom@tromey.com>
6063
6064         * record-full.c (record_full_save_cleanups): Remove.
6065         (record_full_save): Use gdb::unlinker.
6066         * gcore.c (do_bfd_delete_cleanup): Remove.
6067         (gcore_command): Use gdb::unlinker, unique_xmalloc_ptr.  Remove
6068         cleanups.
6069         * dwarf2read.c (unlink_if_set): Remove.
6070         (write_psymtabs_to_index): Use gdb::unlinker.
6071         * common/gdb_unlinker.h: New file.
6072
6073 2017-01-10  Tom Tromey  <tom@tromey.com>
6074
6075         * windows-tdep.c (windows_xfer_shared_library): Update.
6076         * windows-nat.c (windows_make_so): Update.
6077         * utils.h (make_cleanup_bfd_unref): Remove.
6078         * utils.c (do_bfd_close_cleanup, make_cleanup_bfd_unref): Remove.
6079         * symfile.h (symfile_bfd_open)
6080         (find_separate_debug_file_in_section): Return gdb_bfd_ref_ptr.
6081         * symfile.c (read_symbols, symbol_file_add)
6082         (separate_debug_file_exists): Update.
6083         (symfile_bfd_open): Return gdb_bfd_ref_ptr.
6084         (generic_load, reread_symbols): Update.
6085         * symfile-mem.c (symbol_file_add_from_memory): Update.
6086         * spu-linux-nat.c (spu_bfd_open): Return gdb_bfd_ref_ptr.
6087         (spu_symbol_file_add_from_memory): Update.
6088         * solist.h (struct target_so_ops) <bfd_open>: Return
6089         gdb_bfd_ref_ptr.
6090         (solib_bfd_fopen, solib_bfd_open): Return gdb_bfd_ref_ptr.
6091         * solib.c (solib_bfd_fopen, solib_bfd_open): Return
6092         gdb_bfd_ref_ptr.
6093         (solib_map_sections, reload_shared_libraries_1): Update.
6094         * solib-svr4.c (enable_break): Update.
6095         * solib-spu.c (spu_bfd_fopen): Return gdb_bfd_ref_ptr.
6096         * solib-frv.c (enable_break2): Update.
6097         * solib-dsbt.c (enable_break): Update.
6098         * solib-darwin.c (gdb_bfd_mach_o_fat_extract): Return
6099         gdb_bfd_ref_ptr.
6100         (darwin_solib_get_all_image_info_addr_at_init): Update.
6101         (darwin_bfd_open): Return gdb_bfd_ref_ptr.
6102         * solib-aix.c (solib_aix_bfd_open): Return gdb_bfd_ref_ptr.
6103         * record-full.c (record_full_save): Update.
6104         * python/py-objfile.c (objfpy_add_separate_debug_file): Update.
6105         * procfs.c (insert_dbx_link_bpt_in_file): Update.
6106         * minidebug.c (find_separate_debug_file_in_section): Return
6107         gdb_bfd_ref_ptr.
6108         * machoread.c (macho_add_oso_symfile): Change abfd to
6109         gdb_bfd_ref_ptr.
6110         (macho_symfile_read_all_oso): Update.
6111         (macho_check_dsym): Return gdb_bfd_ref_ptr.
6112         (macho_symfile_read): Update.
6113         * jit.c (bfd_open_from_target_memory): Return gdb_bfd_ref_ptr.
6114         (jit_bfd_try_read_symtab): Update.
6115         * gdb_bfd.h (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
6116         (gdb_bfd_openw, gdb_bfd_openr_iovec)
6117         (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
6118         gdb_bfd_ref_ptr.
6119         (gdb_bfd_ref_policy): New struct.
6120         (gdb_bfd_ref_ptr): New typedef.
6121         * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
6122         (gdb_bfd_openw, gdb_bfd_openr_iovec)
6123         (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
6124         gdb_bfd_ref_ptr.
6125         * gcore.h (create_gcore_bfd): Return gdb_bfd_ref_ptr.
6126         * gcore.c (create_gcore_bfd): Return gdb_bfd_ref_ptr.
6127         (gcore_command): Update.
6128         * exec.c (exec_file_attach): Update.
6129         * elfread.c (elf_symfile_read): Update.
6130         * dwarf2read.c (dwarf2_get_dwz_file): Update.
6131         (try_open_dwop_file, open_dwo_file): Return gdb_bfd_ref_ptr.
6132         (open_and_init_dwo_file): Update.
6133         (open_dwp_file): Return gdb_bfd_ref_ptr.
6134         (open_and_init_dwp_file): Update.
6135         * corelow.c (core_open): Update.
6136         * compile/compile-object-load.c (compile_object_load): Update.
6137         * common/gdb_ref_ptr.h (ref_ptr::operator->): New operator.
6138         * coffread.c (coff_symfile_read): Update.
6139         * cli/cli-dump.c (bfd_openr_or_error, bfd_openw_or_error): Return
6140         gdb_bfd_ref_ptr.  Rename.
6141         (dump_bfd_file, restore_command): Update.
6142         * build-id.h (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
6143         * build-id.c (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
6144         (find_separate_debug_file_by_buildid): Update.
6145
6146 2017-01-10  Tom Tromey  <tom@tromey.com>
6147
6148         * common/gdb_ref_ptr.h: New file.
6149         * python/py-ref.h (struct gdbpy_ref_policy): New.
6150         (gdbpy_ref): Now a typedef.
6151
6152 2017-01-10  Tom Tromey  <tom@tromey.com>
6153
6154         * utils.h (make_cleanup_htab_delete): Don't declare.
6155         * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete):
6156         Remove.
6157         * linespec.c (decode_compound_collector): Add constructor,
6158         destructor.
6159         (lookup_prefix_sym): Remove cleanup.
6160         (symtab_collector): Add constructor, destructor.
6161         (collect_symtabs_from_filename): Remove cleanup.
6162         * disasm.c (do_mixed_source_and_assembly): Use htab_up.
6163         * compile/compile-c-symbols.c (generate_c_for_variable_locations):
6164         Use htab_up.
6165         * gnu-v3-abi.c (gnuv3_print_vtable): Use htab_up.
6166         * dwarf2read.c (dw2_expand_symtabs_matching)
6167         (dw2_map_symbol_filenames, dwarf_decode_macros)
6168         (write_psymtabs_to_index): Use htab_up.
6169         * dwarf2loc.c (func_verify_no_selftailcall)
6170         (call_site_find_chain_1, func_verify_no_selftailcall)
6171         (chain_candidate, call_site_find_chain_1): Use std::unordered_set,
6172         std::vector, gdb::unique_xmalloc_ptr.
6173         (call_sitep): Remove typedef.
6174         (dwarf2_locexpr_baton_eval): Remove unused variable.
6175
6176 2017-01-10  Tom Tromey  <tom@tromey.com>
6177
6178         * python/python-internal.h (make_cleanup_py_decref)
6179         (make_cleanup_py_xdecref): Don't declare.
6180         * python/py-utils.c (py_decref, make_cleanup_py_decref)
6181         (py_xdecref, make_cleanup_py_xdecref): Remove.
6182
6183 2017-01-10  Tom Tromey  <tom@tromey.com>
6184
6185         * python/py-framefilter.c (py_mi_print_variables): Use gdbpy_ref.
6186         (py_print_locals, enumerate_locals, py_print_args): Use gdbpy_ref.
6187
6188 2017-01-10  Tom Tromey  <tom@tromey.com>
6189
6190         * python/py-framefilter.c (enumerate_args): Use gdbpy_ref.
6191
6192 2017-01-10  Tom Tromey  <tom@tromey.com>
6193
6194         * python/py-utils.c (unicode_to_encoded_string)
6195         (python_string_to_target_string)
6196         (python_string_to_target_python_string)
6197         (python_string_to_host_string, gdbpy_obj_to_string)
6198         (get_addr_from_python): Use gdbpy_ref.
6199
6200 2017-01-10  Tom Tromey  <tom@tromey.com>
6201
6202         * python/py-unwind.c (pyuw_object_attribute_to_pointer): Use
6203         gdbpy_ref.
6204
6205 2017-01-10  Tom Tromey  <tom@tromey.com>
6206
6207         * python/python.c (eval_python_command, gdbpy_decode_line)
6208         (gdbpy_run_events, gdbpy_start_type_printers)
6209         (gdbpy_apply_type_printers): Use gdbpy_ref.
6210
6211 2017-01-10  Tom Tromey  <tom@tromey.com>
6212
6213         * python/py-param.c (get_doc_string, compute_enum_values): Use
6214         gdbpy_ref.
6215
6216 2017-01-10  Tom Tromey  <tom@tromey.com>
6217
6218         * python/py-inferior.c (find_thread_object, build_inferior_list):
6219         Use gdbpy_ref.
6220
6221 2017-01-10  Tom Tromey  <tom@tromey.com>
6222
6223         * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
6224
6225 2017-01-10  Tom Tromey  <tom@tromey.com>
6226
6227         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope): Use
6228         gdbpy_ref.
6229
6230 2017-01-10  Tom Tromey  <tom@tromey.com>
6231
6232         * python/py-cmd.c (cmdpy_completer_helper): Use gdbpy_ref.  Remove
6233         extra incref.
6234         (cmdpy_completer_handle_brkchars, cmdpy_completer, cmdpy_init):
6235         Use gdbpy_ref.
6236
6237 2017-01-10  Tom Tromey  <tom@tromey.com>
6238
6239         * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
6240         gdbpy_ref.
6241
6242 2017-01-10  Tom Tromey  <tom@tromey.com>
6243
6244         * python/py-arch.c (archpy_disassemble): Use gdbpy_ref.  Don't
6245         decref results of PyArg_ParseTupleAndKeywords.
6246
6247 2017-01-10  Tom Tromey  <tom@tromey.com>
6248
6249         * python/python.c (python_run_simple_file): Use
6250         unique_xmalloc_ptr, gdbpy_ref.
6251
6252 2017-01-10  Tom Tromey  <tom@tromey.com>
6253
6254         * python/py-prettyprint.c (print_stack_unless_memory_error)
6255         (print_string_repr, print_children): Use gdbpy_ref.
6256         (dummy_python_frame): New class.
6257         (dummy_python_frame::dummy_python_frame): Rename from
6258         push_dummy_python_frame.
6259         (py_restore_tstate): Remove.
6260
6261 2017-01-10  Tom Tromey  <tom@tromey.com>
6262
6263         * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
6264
6265 2017-01-10  Tom Tromey  <tom@tromey.com>
6266
6267         * python/python.c (ensure_python_env, restore_python_env):
6268         Remove.
6269         * python/python-internal.h (ensure_python_env): Don't declare.
6270         * varobj.h (varobj_ensure_python_env): Don't declare.
6271         * varobj.c (varobj_ensure_python_env): Remove.
6272
6273 2017-01-10  Tom Tromey  <tom@tromey.com>
6274
6275         * varobj.c (varobj_value_get_print_value): Use
6276         gdbpy_enter_varobj.
6277
6278 2017-01-10  Tom Tromey  <tom@tromey.com>
6279
6280         * python/py-prettyprint.c (print_string_repr, print_children):
6281         Update.
6282         * python/py-lazy-string.c (gdbpy_extract_lazy_string): Change type
6283         of "encoding".
6284         * varobj.c (varobj_value_get_print_value): Update.
6285         * python/python-internal.h (gdbpy_extract_lazy_string): Update.
6286
6287 2017-01-10  Tom Tromey  <tom@tromey.com>
6288
6289         * varobj.c (varobj_get_display_hint)
6290         (dynamic_varobj_has_child_method, install_new_value_visualizer)
6291         (varobj_set_visualizer, free_variable): Use
6292         gdbpy_enter_varobj.
6293
6294 2017-01-10  Tom Tromey  <tom@tromey.com>
6295
6296         * python/python.c (python_command): Use gdbpy_enter, gdbpy_ref.
6297         (do_finish_initialization): New function.  Use gdbpy_ref.
6298         (gdbpy_finish_initialization): Use gdbpy_enter.  Call
6299         do_finish_initialization.
6300
6301 2017-01-10  Tom Tromey  <tom@tromey.com>
6302
6303         * python/py-param.c (get_set_value, get_show_value): Use
6304         gdbpy_enter, gdbpy_ref.
6305
6306 2017-01-10  Tom Tromey  <tom@tromey.com>
6307
6308         * python/py-function.c (fnpy_call): Use gdbpy_enter, gdbpy_ref.
6309
6310 2017-01-10  Tom Tromey  <tom@tromey.com>
6311
6312         * python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref.
6313
6314 2017-01-10  Tom Tromey  <tom@tromey.com>
6315
6316         * python/py-varobj.c (py_varobj_iter_dtor, py_varobj_iter_next):
6317         Use gdbpy_enter_varobj.
6318
6319 2017-01-10  Tom Tromey  <tom@tromey.com>
6320
6321         * varobj.c (gdbpy_enter_varobj): New constructor.
6322         * python/python-internal.h (gdbpy_enter_varobj): New class.
6323         * python/py-varobj.c (py_varobj_get_iterator): Use
6324         gdbpy_enter_varobj.
6325
6326 2017-01-10  Tom Tromey  <tom@tromey.com>
6327
6328         * python/py-xmethods.c (gdbpy_get_xmethod_result_type): Use
6329         gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
6330         (gdbpy_invoke_xmethod): Use gdbpy_ref, gdbpy_enter.
6331         (gdbpy_get_xmethod_arg_types): Use gdbpy_ref,
6332         unique_xmalloc_ptr.
6333         (gdbpy_get_xmethod_arg_types): Use gdbpy_ref, gdbpy_enter.
6334
6335 2017-01-10  Tom Tromey  <tom@tromey.com>
6336
6337         * python/py-xmethods.c (invoke_match_method): Use
6338         gdbpy_ref.
6339
6340 2017-01-10  Tom Tromey  <tom@tromey.com>
6341
6342         * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use
6343         gdbpy_enter, gdbpy_ref.
6344
6345 2017-01-10  Tom Tromey  <tom@tromey.com>
6346
6347         * python/python.c (python_interactive_command): Use gdbpy_enter.
6348
6349 2017-01-10  Tom Tromey  <tom@tromey.com>
6350
6351         * python/python.c (gdbpy_before_prompt_hook): Use gdbpy_enter,
6352         gdbpy_ref.
6353
6354 2017-01-10  Tom Tromey  <tom@tromey.com>
6355
6356         * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Use
6357         gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
6358
6359 2017-01-10  Tom Tromey  <tom@tromey.com>
6360
6361         * utils.h (htab_deleter): New struct.
6362         (htab_up): New typedef.
6363         * python/py-framefilter.c (gdbpy_apply_frame_filter): Use
6364         gdbpy_enter, gdbpy_ref, htab_up.
6365
6366 2017-01-10  Tom Tromey  <tom@tromey.com>
6367
6368         * python/py-unwind.c (pending_frame_invalidate): Remove.
6369         (pyuw_sniffer): Use gdbpy_enter and gdbpy_ref.
6370
6371 2017-01-10  Tom Tromey  <tom@tromey.com>
6372
6373         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data)
6374         (gdbpy_clone_xmethod_worker_data): Use gdbpy_enter.
6375
6376 2017-01-10  Tom Tromey  <tom@tromey.com>
6377
6378         * python/py-type.c (save_objfile_types): Use gdbpy_enter.
6379
6380 2017-01-10  Tom Tromey  <tom@tromey.com>
6381
6382         * python/python.c (gdbpy_eval_from_control_command)
6383         (gdbpy_source_script, gdbpy_run_events)
6384         (gdbpy_source_objfile_script, gdbpy_execute_objfile_script)
6385         (gdbpy_free_type_printers, gdbpy_finish_initialization): Use
6386         gdbpy_enter.
6387
6388 2017-01-10  Tom Tromey  <tom@tromey.com>
6389
6390         * python/py-progspace.c (py_free_pspace): Use gdbpy_enter.
6391
6392 2017-01-10  Tom Tromey  <tom@tromey.com>
6393
6394         * python/py-objfile.c (py_free_objfile): Use gdbpy_enter.
6395
6396 2017-01-10  Tom Tromey  <tom@tromey.com>
6397
6398         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
6399         (python_on_inferior_call_pre, python_on_inferior_call_post)
6400         (python_on_memory_change, python_on_register_change)
6401         (python_inferior_exit, python_new_objfile, add_thread_object)
6402         (delete_thread_object, py_free_inferior): Use gdbpy_enter.
6403
6404 2017-01-10  Tom Tromey  <tom@tromey.com>
6405
6406         * python/py-finishbreakpoint.c (bpfinishpy_handle_stop)
6407         (bpfinishpy_handle_exit): Use gdbpy_enter.
6408
6409 2017-01-10  Tom Tromey  <tom@tromey.com>
6410
6411         * python/py-cmd.c (cmdpy_destroyer)
6412         (cmdpy_completer_handle_brkchars, cmdpy_completer): Use
6413         gdbpy_enter.
6414
6415 2017-01-10  Tom Tromey  <tom@tromey.com>
6416
6417         * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
6418         gdbpy_enter.
6419         (gdbpy_breakpoint_has_cond): Likewise.
6420
6421 2017-01-10  Tom Tromey  <tom@tromey.com>
6422
6423         * python/python.c (gdbpy_enter): New constructor.
6424         (~gdbpy_enter): New destructor.
6425         (restore_python_env, ensure_python_env): Rewrite.
6426         * python/python-internal.h (gdbpy_enter): New class.
6427
6428 2017-01-10  Tom Tromey  <tom@tromey.com>
6429
6430         * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
6431
6432 2017-01-10  Tom Tromey  <tom@tromey.com>
6433
6434         * python/py-value.c (value_has_field, get_field_flag)
6435         (get_field_type, valpy_getitem, convert_value_from_python): Use
6436         gdbpy_ref.
6437
6438 2017-01-10  Tom Tromey  <tom@tromey.com>
6439
6440         * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
6441         gdbpy_ref.
6442
6443 2017-01-10  Tom Tromey  <tom@tromey.com>
6444
6445         * python/py-prettyprint.c (search_pp_list)
6446         (find_pretty_printer_from_objfiles)
6447         (find_pretty_printer_from_progspace)
6448         (find_pretty_printer_from_gdb, find_pretty_printer)
6449         (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
6450         gdbpy_ref.
6451
6452 2017-01-10  Tom Tromey  <tom@tromey.com>
6453
6454         * python/py-param.c (call_doc_function): Use gdbpy_ref.
6455
6456 2017-01-10  Tom Tromey  <tom@tromey.com>
6457
6458         * python/py-linetable.c (build_line_table_tuple_from_pcs)
6459         (ltpy_get_all_source_lines): Use gdbpy_ref.
6460
6461 2017-01-10  Tom Tromey  <tom@tromey.com>
6462
6463         * python/py-framefilter.c (extract_sym, extract_value)
6464         (get_py_iter_from_func, bootstrap_python_frame_filters): Use
6465         gdbpy_ref.
6466
6467 2017-01-10  Tom Tromey  <tom@tromey.com>
6468
6469         * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
6470
6471 2017-01-10  Tom Tromey  <tom@tromey.com>
6472
6473         * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
6474
6475 2017-01-10  Tom Tromey  <tom@tromey.com>
6476
6477         * python/py-function.c (convert_values_to_python, fnpy_init): Use
6478         gdbpy_ref.
6479
6480 2017-01-10  Tom Tromey  <tom@tromey.com>
6481
6482         * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
6483
6484 2017-01-10  Tom Tromey  <tom@tromey.com>
6485
6486         * python/py-type.c (convert_field, make_fielditem, typy_fields)
6487         (typy_range): Use gdbpy_ref.
6488
6489 2017-01-10  Tom Tromey  <tom@tromey.com>
6490
6491         * python/py-threadevent.c (create_thread_event_object): Use
6492         gdbpy_ref.
6493         * python/py-stopevent.c (create_stop_event_object): Simplify.
6494         (emit_stop_event): Use gdbpy_ref.
6495         * python/py-signalevent.c (create_signal_event_object): Use
6496         gdbpy_ref.
6497         * python/py-newobjfileevent.c (create_new_objfile_event_object)
6498         (emit_new_objfile_event, create_clear_objfiles_event_object)
6499         (emit_clear_objfiles_event): Use gdbpy_ref.
6500         * python/py-infevents.c (create_inferior_call_event_object)
6501         (create_register_changed_event_object)
6502         (create_memory_changed_event_object, emit_inferior_call_event)
6503         (emit_memory_changed_event, emit_register_changed_event): Use
6504         gdbpy_ref.
6505         * python/py-exitedevent.c (create_exited_event_object)
6506         (emit_exited_event): Use gdbpy_ref.
6507         * python/py-event.h (evpy_emit_event): Remove
6508         CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
6509         * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
6510         * python/py-continueevent.c (emit_continue_event): Use
6511         gdbpy_ref.
6512         * python/py-breakpoint.c (gdbpy_breakpoint_created)
6513         (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
6514         gdbpy_ref.
6515         * python/py-bpevent.c (create_breakpoint_event_object): Use
6516         gdbpy_ref.
6517
6518 2017-01-10  Tom Tromey  <tom@tromey.com>
6519
6520         * python/py-ref.h: New file.
6521
6522 2017-01-10  Simon Marchi  <simon.marchi@ericsson.com>
6523
6524         * cli-out.c (cli_ui_out::do_redirect): Change return type to
6525         void.
6526         * cli-out.h (cli_ui_out::do_redirect): Likewise.
6527         * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
6528         * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
6529         * ui-out.c (ui_out::redirect): Likewise.
6530         * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
6531         * cli/cli-logging.c (set_logging_redirect): Update call site of
6532         ui_out::redirect.
6533         (handle_redirections): Likewise.
6534         * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
6535         * top.c (execute_command_to_string): Likewise.
6536         * utils.c (do_ui_out_redirect_pop): Likewise.
6537
6538 2017-01-10  Simon Marchi  <simon.marchi@ericsson.com>
6539
6540         * stack.c (_initialize_stack): Update "frame" command help message.
6541
6542 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
6543
6544         * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
6545
6546 2017-01-06  Yao Qi  <yao.qi@linaro.org>
6547
6548         * x86-linux-nat.h: Include gdb_proc_service.h.
6549
6550 2017-01-06  Yao Qi  <yao.qi@linaro.org>
6551
6552         * ser-base.h: Include serial.h.
6553
6554 2017-01-06  Yao Qi  <yao.qi@linaro.org>
6555
6556         * ppc-linux-tdep.h: Include ppc-tdep.h.
6557
6558 2017-01-06  Yao Qi  <yao.qi@linaro.org>
6559
6560         * nat/amd64-linux-siginfo.h: Include signal.h.
6561
6562 2017-01-06  Yao Qi  <yao.qi@linaro.org>
6563
6564         * nat/aarch64-linux-hw-point.h: Include break-common.h.
6565
6566 2017-01-06  Yao Qi  <yao.qi@linaro.org>
6567
6568         * mi/mi-parse.h: Include mi-cmds.h.
6569
6570 2017-01-06  Yao Qi  <yao.qi@linaro.org>
6571
6572         * inf-loop.c: Don't include "target.h".
6573         * inf-loop.h: Include it here.
6574
6575 2017-01-06  Yao Qi  <yao.qi@linaro.org>
6576
6577         * dfp.h: Include "dboulest.h" and "expression.h".
6578
6579 2017-01-06  Yao Qi  <yao.qi@linaro.org>
6580
6581         * ax-gdb.h: Include "ax.h".
6582
6583 2017-01-06  Yao Qi  <yao.qi@linaro.org>
6584
6585         * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
6586         with nat/gdb_ptrace.h.
6587
6588 2017-01-05  Yao Qi  <yao.qi@linaro.org>
6589
6590         * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
6591         new line.
6592         (mips64_fbsd_sigframe_init): Likewise.
6593
6594 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
6595
6596         * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
6597         GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
6598
6599 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
6600
6601         * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
6602         * NEWS: Mention new FreeBSD/mips native configuration.
6603         * config/mips/fbsd.mh: New file.
6604         * configure.host: Add mips*-*-freebsd*.
6605         * mips-fbsd-nat.c: New file.
6606
6607 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
6608
6609         * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
6610         (ALLDEPFILES): Add mips-fbsd-tdep.c.
6611         * NEWS: Mention new FreeBSD/mips target.
6612         * configure.tgt: Add mips*-*-freebsd*.
6613         * mips-fbsd-tdep.c: New file.
6614         * mips-fbsd-tdep.h: New file.
6615
6616 2017-01-04  Yao Qi  <yao.qi@linaro.org>
6617
6618         * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
6619         use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
6620
6621 2017-01-01  Joel Brobecker  <brobecker@adacore.com>
6622
6623         Update copyright year range in all GDB files.
6624
6625 2017-01-01  Joel Brobecker  <brobecker@adacore.com>
6626
6627         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
6628
6629 For older changes see ChangeLog-2016.
6630 \f
6631 Local Variables:
6632 mode: change-log
6633 left-margin: 8
6634 fill-column: 74
6635 version-control: never
6636 coding: utf-8
6637 End: