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