Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
3d415c26
TT
12017-10-19 Tom Tromey <tom@tromey.com>
2
3 * break-catch-syscall.c (catch_syscall_completer): Use
4 std::string, gdb::unique_xmalloc_ptr.
5
395423c4
TT
62017-10-19 Tom Tromey <tom@tromey.com>
7
8 * infcall.c (call_function_by_hand_dummy): Use std::string.
9
54f70bc1
TT
102017-10-19 Tom Tromey <tom@tromey.com>
11
12 * mi/mi-main.c (mi_cmd_execute): Update.
13 * top.h (prepare_execute_command): Return scoped_value_mark.
14 * value.h (class scoped_value_mark): Use DISABLE_COPY_AND_ASSIGN.
15 Add move constructor.
16 * top.c (prepare_execute_command): Return scoped_value_mark.
17 (execute_command): Update.
18
63929e84
PA
192017-10-19 Pedro Alves <palves@redhat.com>
20
21 * xml-support.c (xml_fetch_content_from_file): Check fread's
22 return.
23
a75868f5
PA
242017-10-19 Pedro Alves <palves@redhat.com>
25
26 * ser-base.c (ser_base_read_error_fd): Delete the file handler if
27 async.
28 (handle_error_fd): New function.
29 (ser_base_async): Add/delete an event loop file handler for
30 error_fd.
31
2edf834e
PA
322017-10-19 Pedro Alves <palves@redhat.com>
33
34 * xml-support.c (xml_fetch_content_from_file): Don't read in
35 chunks. Instead use fseek to determine the file's size, and read
36 it in one go.
37
c8ba13ad
KS
382017-11-18 Keith Seitz <keiths@redhat.com>
39
40 * c-exp.y (oper): Canonicalize conversion operators of user-defined
41 types.
42 Add whitespace to front of type name.
43
37534686
KS
442017-10-18 Keith Seitz <keiths@redhat.com>
45
46 * dwarf2read.c (dwarf2_add_typedef): Issue a complaint on unhandled
47 DW_AT_accessibility.
48
28c7c158
YQ
492017-10-18 Yao Qi <yao.qi@linaro.org>
50
51 * features/tic6x-c62x-linux.c: Remove.
52
30f0b101
TT
532017-10-17 Tom Tromey <tom@tromey.com>
54
55 * disasm.c (do_mixed_source_and_assembly_deprecated): Use
56 gdb::optional, ui_out_emit_list, ui_out_emit_tuple.
57 (do_mixed_source_and_assembly): Likewise.
58
57e12da9
TT
592017-10-17 Tom Tromey <tom@tromey.com>
60
61 * regcache.c (regcache::xfer_part): Remove assertion.
62
7b700999
PA
632017-10-17 Pedro Alves <palves@redhat.com>
64
65 * xml-support.c (xml_fetch_content_from_file): Call
66 unique_ptr::release() instead unique_ptr::get() when passing
67 through xrealloc.
68
d3037ba6
YQ
692017-10-17 Yao Qi <yao.qi@linaro.org>
70
71 * regcache.c (regcache::xfer_part): Remove parameters read and
72 write, add parameter is_raw. All callers are updated.
73
83d5a34d
KS
742017-10-16 Keith Seitz <keiths@redhat.com>
75
76 * c-typeprint.c (enum access_specifier): Moved here from
77 c_type_print_base.
78 (output_access_specifier): New function.
79 (c_type_print_base): Consider typedefs when assessing
80 whether access labels are needed.
81 Use output_access_specifier as needed.
82 Output access specifier for typedefs, if needed.
83 * dwarf2read.c (dwarf2_add_typedef): Record DW_AT_accessibility.
84 * gdbtypes.h (struct typedef_field) <is_protected, is_private>: New
85 fields.
86 (TYPE_TYPEDEF_FIELD_PROTECTED, TYPE_TYPEDEF_FIELD_PRIVATE): New
87 accessor macros.
88
87028b87
TT
892017-10-16 Tom Tromey <tom@tromey.com>
90
91 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full)
92 (linux_fill_prpsinfo, linux_vsyscall_range_raw): Update.
93 * target.c (target_fileio_read_stralloc): Update.
94 * sparc64-tdep.c (adi_is_addr_mapped): Update.
95 * target.h (target_fileio_read_stralloc): Return
96 unique_xmalloc_ptr.
97
b7b030ad
TT
982017-10-16 Tom Tromey <tom@tromey.com>
99
100 * xml-syscall.c (xml_init_syscalls_info): Update.
101 * xml-support.c (xinclude_start_include): Update.
102 (xml_fetch_content_from_file): Return unique_xmalloc_ptr.
103 * xml-support.h (xml_fetch_another): Return unique_xmalloc_ptr.
104 (xml_fetch_content_from_file): Likewise.
105 * osdata.c (get_osdata): Update.
106 * target.h (target_read_stralloc, target_get_osdata): Return
107 unique_xmalloc_ptr.
108 * solib-aix.c (solib_aix_get_library_list): Update.
109 * solib-target.c (solib_target_current_sos): Update.
110 * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Update.
111 * xml-tdesc.c (fetch_available_features_from_target): Update.
112 (target_fetch_description_xml): Update.
113 (file_read_description_xml): Update.
114 * remote.c (remote_get_threads_with_qxfer, remote_memory_map)
115 (remote_traceframe_info, btrace_read_config, remote_read_btrace)
116 (remote_pid_to_exec_file): Update.
117 * target.c (target_read_stralloc): Return unique_xmalloc_ptr.
118 (target_get_osdata): Likewise.
119
b80406ac
TT
1202017-10-16 Tom Tromey <tom@tromey.com>
121
122 * remote.c (remote_register_number_and_offset): Use std::vector.
123 (remote_set_syscall_catchpoint): Use gdb::unique_xmalloc_ptr.
124 (putpkt_binary): Use gdb::def_vector.
125 (compare_sections_command): Use gdb::byte_vector.
126
a90ecff8
TT
1272017-10-16 Tom Tromey <tom@tromey.com>
128
129 * ppc-linux-nat.c (hwdebug_insert_point): Use
130 gdb::unique_xmalloc_ptr, XDUP.
131
2dc0e219
TT
1322017-10-16 Tom Tromey <tom@tromey.com>
133
134 * probe.c (parse_probes): Use std::string.
135 (info_probes_for_ops, enable_probes_command)
136 (disable_probes_command): Remove cleanups.
137
b05628f0
TT
1382017-10-16 Tom Tromey <tom@tromey.com>
139
140 * buildsym.c (block_compar): Remove.
141 (end_symtab_get_static_block): Use std::vector.
142
a79b1bc6
SM
1432017-10-16 Simon Marchi <simon.marchi@ericsson.com>
144
145 * memrange.h (struct mem_range): Define operator< and operator==.
146 (mem_range_s): Remove.
147 (DEF_VEC_O (mem_range_s)): Remove.
148 (normalize_mem_ranges): Change parameter type to std::vector.
149 * memrange.c (compare_mem_ranges): Remove.
150 (normalize_mem_ranges): Change parameter type to std::vector,
151 adjust to vector change.
152 * exec.c (section_table_available_memory): Return vector, remove
153 parameter.
154 (section_table_read_available_memory): Adjust to std::vector
155 change.
156 * remote.c (remote_read_bytes): Adjust to std::vector
157 change.
158 * tracepoint.h (traceframe_available_memory): Change parameter
159 type to std::vector.
160 * tracepoint.c (traceframe_available_memory): Change parameter
161 type to std::vector, adjust.
162 * gdb/mi/mi-main.c (mi_cmd_trace_frame_collected): Adjust to
163 std::vector change.
164 * gdb/Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
165 unittests/memrange-selftests.c.
166 (SUBDIR_UNITTESTS_OBS): Add memrange-selftests.o.
167 * gdb/unittests/memrange-selftests.c: New file.
168
63f0e930
PA
1692017-10-16 Pedro Alves <palves@redhat.com>
170
171 * elfread.c (probe_key_free): Rename range-for variable.
172 * probe.c (parse_probes_in_pspace, find_probes_in_objfile)
173 (find_probe_by_pc, collect_probes): Rename range-for variable.
174
c40c7bfc
YQ
1752017-10-16 Yao Qi <yao.qi@linaro.org>
176
177 * features/Makefile (XMLTOC): Remove tic6x-*.xml.
178 * features/tic6x-c62x.c: Remove.
179 * features/tic6x-c64x-linux.c: Remove.
180 * features/tic6x-c64x.c: Remove.
181 * features/tic6x-c64xp-linux.c: Remove.
182 * features/tic6x-c64xp.c: Remove.
183 * tic6x-linux-tdep.c (_initialize_tic6x_linux_tdep): Don't call
184 initialize_tdesc_tic6x_*_linux functions.
185 * tic6x-tdep.c (_initialize_tic6x_tdep): Don't call
186 initialize_tdesc_tic6x_* functions.
187
df27ae6a
YQ
1882017-10-16 Yao Qi <yao.qi@linaro.org>
189
190 * features/Makefile (WHICH): Remove tic6x-c64xp, tic6x-c64x
191 tic6x-c62x.
192 * regformats/tic6x-c62x.dat: Remove.
193 * regformats/tic6x-c64x.dat: Remove.
194 * regformats/tic6x-c64xp.dat: Remove.
195
86766165
SM
1962017-10-15 Simon Marchi <simon.marchi@ericsson.com>
197
198 * tracepoint.c (parse_traceframe_info): Return a unique_ptr
199 (the !HAVE_LIBEXPAT version).
200
824dfcc3
SM
2012017-10-14 Simon Marchi <simon.marchi@ericsson.com>
202
203 * nat/linux-osdata.c (struct pid_pgid_entry) <operator<>: Make
204 const.
205
2098b393
SM
2062017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
207
208 * target.h: Include tracepoint.h.
209 (enum trace_find_type): Move to tracepoint.h.
210 (struct target_ops) <to_traceframe_info>: Return a unique ptr.
211 * tracepoint.h: Don't include target.h
212 (enum trace_find_type): Move from target.h.
213 (parse_traceframe_info): Return a unique ptr.
214 * tracepoint.c (current_traceframe_info): Change type to unique
215 ptr.
216 (free_traceframe_info): Remove.
217 (clear_traceframe_info): Don't manually free
218 current_traceframe_info.
219 (free_result): Remove.
220 (parse_traceframe_info): Return a unique ptr.
221 (get_traceframe_info): Adjust to unique ptr.
222 * ctf.c (ctf_traceframe_info): Return a unique ptr.
223 * remote.c (remote_traceframe_info): Return a unique ptr.
224 * tracefile-tfile.c (tfile_traceframe_info): Return a unique
225 ptr.
226 * target-debug.h (target_debug_print_traceframe_info_up): New
227 macro.
228 * target-delegates.c: Regenerate.
229
4cdd21a8
SM
2302017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
231
232 * memrange.h (struct mem_range): Add constructors.
233 * tracepoint.h (struct traceframe_info) <memory>: Change type to
234 std::vector<mem_range>.
235 * tracepoint.c (free_traceframe_info): Don't manually free
236 vector.
237 (traceframe_info_start_memory): Adjust to vector change.
238 (traceframe_available_memory): Likewise.
239 * tracefile-tfile.c (build_traceframe_info): Likewise.
240 * ctf.c (ctf_traceframe_info): Likewise.
241
d0d292a2
SM
2422017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
243
244 * tracepoint.h (struct traceframe_info) <tvars>: Change type to
245 std::vector<int>.
246 * tracepoint.c (free_traceframe_info): Deallocate with delete.
247 (traceframe_info_start_tvar): Adjust to vector change.
248 (parse_traceframe_info): Allocate with new.
249 * ctf.c (ctf_traceframe_info): Allocate with new, adjust to
250 vector change.
251 * tracefile-tfile.c (build_traceframe_info): Adjust to vector
252 change.
253 tfile_traceframe_info): Allocate with new.
254 * mi/mi-main.c (mi_cmd_trace_frame_collected): Adjust to vector
255 change.
256
8d3c73ef
SM
2572017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
258
259 * tracepoint.c (traceframe_info): Rename to...
260 (current_traceframe_info): ...this.
261 (clear_traceframe_info): Adjust.
262 (get_traceframe_info): Adjust.
263
b129dcac
SM
2642017-10-14 Simon Marchi <simon.marchi@ericsson.com>
265
266 * nat/linux-osdata.c: Include algorithm.
267 (compare_processes): Remove.
268 (struct pid_pgid_entry): New struct.
269 (linux_xfer_osdata_processgroups): Use std::vector instead of
270 XNEWVEC.
271
af5bf4ad
SM
2722017-10-14 Simon Marchi <simon.marchi@ericsson.com>
273
274 * objfiles.h: Don't include symfile.h.
275 (struct partial_symbol): Remove forward-declaration.
276 (struct objfile) <global_psymbols, static_psymbols>: Change type
277 to std::vector<partial_symbol *>.
278 * objfiles.c (objfile::objfile): Don't memset those fields.
279 (objfile::~objfile): Don't free those fields.
280 * psympriv.h (struct psymbol_allocation_list): Remove
281 forward-declaration.
282 (add_psymbol_to_list): Change psymbol_allocation_list parameter
283 to std::vector.
284 (start_psymtab_common): Change parameters to std::vector.
285 * psymtab.c: Include algorithm.
286 (require_partial_symbols): Call shrink_to_fit.
287 (find_pc_sect_psymbol): Adjust to vector change.
288 (match_partial_symbol): Likewise.
289 (lookup_partial_symbol): Likewise.
290 (psym_relocate): Likewise.
291 (dump_psymtab): Likewise.
292 (recursively_search_psymtabs): Likewise.
293 (compare_psymbols): Remove.
294 (sort_pst_symbols): Adjust to vector change.
295 (start_psymtab_common): Likewise.
296 (end_psymtab_common): Likewise.
297 (psymbol_bcache_full): De-constify return value.
298 (add_psymbol_to_bcache): Likewise.
299 (extend_psymbol_list): Remove.
300 (append_psymbol_to_list): Adjust to vector change.
301 (add_psymbol_to_list): Likewise.
302 (init_psymbol_list): Likewise.
303 (maintenance_info_psymtabs): Likewise.
304 (maintenance_check_psymtabs): Likewise.
305 * symfile.h (struct psymbol_allocation_list): Remove.
306 * symfile.c (reread_symbols): Adjust to vector change.
307 * dbxread.c (start_psymtab): Change type of parameters.
308 (dbx_symfile_read): Adjust to vector change.
309 (read_dbx_symtab): Likewise.
310 (start_psymtab): Change type of parameters.
311 * dwarf2read.c (dwarf2_build_psymtabs): Adjust to vector change.
312 (create_partial_symtab): Likewise.
313 (add_partial_symbol): Likewise.
314 (write_one_signatured_type): Likewise.
315 (recursively_write_psymbols): Likewise.
316 * mdebugread.c (parse_partial_symbols): Likewise.
317 * xcoffread.c (xcoff_start_psymtab): Change type of parameters.
318 (scan_xcoff_symtab): Adjust to vector change.
319 (xcoff_initial_scan): Likewise.
320
3ec5942f
SM
3212017-10-13 Simon Marchi <simon.marchi@ericsson.com>
322
323 * ada-typeprint.c (print_dynamic_range_bound): Use std::string.
324
2399fe6a
YQ
3252017-10-13 Yao Qi <yao.qi@linaro.org>
326
327 * features/Makefile: Remove tic6x-*-expedite, add tic6x-expedite.
328 Remove s390x-*-expedite, add s390x-expedite.
329
4bf3f4a8
YQ
3302017-10-13 Yao Qi <yao.qi@linaro.org>
331
332 * features/s390-gs-linux64.c: Regenerated.
333 * features/s390x-gs-linux64.c: Regenerated.
334
9e86da07
TT
3352017-10-13 Tom Tromey <tom@tromey.com>
336
337 * compile/compile-object-run.c (do_module_cleanup): Use delete.
338 * solib.c (update_solib_list, reload_shared_libraries_1): Use
339 delete.
340 * symfile.c (symbol_file_add_with_addrs): Use new.
341 (symbol_file_add_separate): Update comment.
342 (syms_from_objfile_1, remove_symbol_file_command): Use delete.
343 * jit.c (jit_object_close_impl): Use new.
344 (jit_unregister_code): Use delete.
345 * objfiles.c (objfile::objfile): Rename from allocate_objfile.
346 (~objfile): Rename from free_objfile.
347 (free_objfile_separate_debug, do_free_objfile_cleanup)
348 (free_all_objfiles, objfile_purge_solibs): Use delete.
349 * objfiles.h (struct objfile): Add constructor and destructor.
350 Use DISABLE_COPY_AND_ASSIGN. Add initializers to data members.
351 (allocate_objfile, free_objfile): Don't declare.
352 (struct objstats): Add initializers.
353
c2508e90
SM
3542017-10-12 Simon Marchi <simon.marchi@ericsson.com>
355
356 * arch-utils.h (simple_displaced_step_copy_insn): Remove.
357 * arch-utils.c (simple_displaced_step_copy_insn): Remove.
358 * gdbarch.sh (displaced_step_copy_insn): Adjust comment.
359 * gdbarch.h: Regenerate.
360 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn):
361 Adjust comment.
362 * i386-tdep.c (i386_displaced_step_copy_insn): Adjust comment.
363 (i386_displaced_step_fixup): Adjust comment.
364 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Adjust comment.
365
a900ff72
TT
3662017-10-12 Tom Tromey <tom@tromey.com>
367
368 * prologue-value.h (pv_area::store_would_trash): Return bool.
369 (pv_area::find_reg): Likewise.
370 * prologue-value.c (pv_area::store_would_trash): Return bool.
371 (pv_area::find_reg): Likewise.
372
f7b7ed97
TT
3732017-10-12 Tom Tromey <tom@tromey.com>
374
375 * s390-linux-tdep.c (s390_store, s390_load)
376 (s390_check_for_saved, s390_analyze_prologue): Update.
377 * rx-tdep.c (check_for_saved, rx_analyze_prologue): Update.
378 * rl78-tdep.c (rl78_analyze_prologue, check_for_saved): Update.
379 * prologue-value.h (class pv_area): Move from prologue-value.c.
380 Change names of members. Add constructor, destructor, member
381 functions.
382 (make_pv_area, free_pv_area, make_cleanup_free_pv_area)
383 (pv_area_store, pv_area_fetch, pv_area_store_would_trash)
384 (pv_area_fetch, pv_area_scan): Don't declare.
385 * prologue-value.c (struct pv_area::area_entry): Now member of
386 pv_area.
387 (struct pv_area): Move to prologue-value.h.
388 (pv_area::pv_area): Rename from make_pv_area.
389 (pv_area::~pv_area): Rename from free_pv_area.
390 (do_free_pv_area_cleanup, make_cleanup_free_pv_area): Remove.
391 (clear_entries, find_entry, overlaps, store_would_trash, store)
392 (fetch, find_reg, scan): Now member of pv_area.
393 Remove "area" argument. Update.
394 * msp430-tdep.c (check_for_saved, msp430_analyze_prologue):
395 Update.
396 * mn10300-tdep.c (push_reg, check_for_saved)
397 (mn10300_analyze_prologue): Update.
398 * mep-tdep.c (is_arg_spill, check_for_saved)
399 (mep_analyze_prologue): Update.
400 * m32c-tdep.c (m32c_pv_push, m32c_srcdest_fetch)
401 (m32c_srcdest_store, m32c_pv_enter, m32c_is_arg_spill)
402 (m32c_is_struct_return, m32c_analyze_prologue): Update.
403 * arm-tdep.c (thumb_analyze_prologue, arm_analyze_prologue):
404 Update.
405 * arc-tdep.c (arc_is_in_prologue, arc_analyze_prologue): Update.
406 * aarch64-tdep.c (aarch64_analyze_prologue): Update.
407
466eecee
SM
4082017-10-12 Simon Marchi <simon.marchi@ericsson.com>
409
410 * linux-nat.h (linux_nat_set_delete_thread): New declaration.
411 * linux-nat.c (linux_nat_delete_thread): New variable.
412 (lwp_free): Invoke linux_nat_delete_thread if set.
413 (linux_nat_set_delete_thread): New function.
414 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Assign
415 thread delete callback.
416 * arm-linux-nat.c (arm_linux_delete_thread): New function.
417 (_initialize_arm_linux_nat): Assign thread delete callback.
418 * s390-linux-nat.c (s390_delete_thread): New function.
419 (_initialize_s390_nat): Assign thread delete callback.
420 * x86-linux-nat.c (x86_linux_add_target): Likewise.
421 * nat/aarch64-linux.c (aarch64_linux_delete_thread): New
422 function.
423 * nat/aarch64-linux.h (aarch64_linux_delete_thread): New
424 declaration.
425 * nat/x86-linux.c (x86_linux_delete_thread): New function.
426 * nat/x86-linux.h (x86_linux_delete_thread): New declaration.
427
f71c8822
TT
4282017-10-09 Tom Tromey <tom@tromey.com>
429
430 * tui/tui-win.c (tui_set_win_height, parse_scrolling_args): Use
431 std::string.
432 * tui/tui-layout.c (enum tui_status): Use std::string.
433
981a3fb3
TT
4342017-10-11 Tom Tromey <tom@tromey.com>
435
436 * gdbthread.h (thread_command): Constify.
437 * inferior.h (detach_command): Constify.
438 * top.h (set_history, show_history): Constify.
439 * arm-tdep.c (set_arm_command, show_arm_command): Constify.
440 * serial.c (serial_set_cmd, serial_show_cmd): Constify.
441 * bsd-kvm.c (bsd_kvm_cmd): Constify.
442 * printcmd.c (set_command): Constify.
443 (non_const_set_command): New function.
444 * dcache.c (set_dcache_command, show_dcache_command): Constify.
445 * breakpoint.c (enable_command, disable_command, delete_command)
446 (catch_command, tcatch_command, set_breakpoint_cmd)
447 (show_breakpoint_cmd): Constify.
448 * macrocmd.c (macro_command): Constify.
449 * infcmd.c (unset_command, kill_command, detach_command)
450 (info_proc_cmd): Constify.
451 * i386-tdep.c (set_mpx_cmd, show_mpx_cmd): Constify.
452 * auto-load.c (show_auto_load_cmd, set_auto_load_cmd)
453 (info_auto_load_cmd): Constify.
454 * target-descriptions.c (set_tdesc_cmd, show_tdesc_cmd)
455 (unset_tdesc_cmd): Constify.
456 * ada-lang.c (set_ada_command, show_ada_command)
457 (maint_set_ada_cmd, maint_show_ada_cmd): Constify.
458 * guile/guile.c (set_guile_command, show_guile_command)
459 (info_guile_command): Constify.
460 * tui/tui-win.c (tui_command, set_tui_cmd, show_tui_cmd):
461 Constify.
462 * skip.c (skip_command): Constify.
463 * compile/compile.c (_initialize_compile): Constify.
464 * dwarf2read.c (set_dwarf_cmd, show_dwarf_cmd): Constify.
465 * btrace.c (maint_btrace_cmd, maint_btrace_set_cmd)
466 (maint_btrace_show_cmd, maint_btrace_pt_set_cmd)
467 (maint_btrace_pt_show_cmd): Constify.
468 * remote.c (set_remote_cmd, show_remote_cmd, remote_command):
469 Constify.
470 * python/python.c (user_show_python, user_set_python): Constify.
471 * mips-tdep.c (set_mips_command, show_mips_command)
472 (set_mipsfpu_command): Constify.
473 * record-btrace.c (cmd_record_btrace_start)
474 (cmd_set_record_btrace, cmd_show_record_btrace)
475 (cmd_set_record_btrace_bts, cmd_show_record_btrace_bts)
476 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): Constify.
477 * rs6000-tdep.c (set_powerpc_command, show_powerpc_command):
478 Constify.
479 * symfile.c (overlay_command): Constify.
480 * spu-tdep.c (set_spu_command, show_spu_command): Constify.
481 * cli/cli-logging.c (set_logging_command, show_logging_command):
482 Constify.
483 * cli/cli-dump.c (dump_command, append_command)
484 (srec_dump_command, ihex_dump_command, verilog_dump_command)
485 (tekhex_dump_command, binary_dump_command)
486 (binary_append_command): Constify.
487 * cli/cli-decode.c (struct cmd_list_element): Change type of
488 "fun".
489 * cli/cli-cmds.c (info_command, show_command, set_debug)
490 (show_debug): Constify.
491 (show_command): Add non-const overload.
492 * top.c (set_history, show_history): Constify.
493 * sh-tdep.c (set_sh_command, show_sh_command): Constify.
494 * command.h (add_prefix_cmd): Accept a cmd_const_cfunc_ftype.
495 * target.c (target_command): Constify.
496 * sparc64-tdep.c (info_adi_command): Constify.
497 * record-full.c (cmd_record_full_start): Constify.
498 (set_record_full_command): Constify. Fix typo.
499 (show_record_full_command): Constify.
500 * thread.c (thread_command, thread_apply_command): Constify.
501 * memattr.c (dummy_cmd): Constify.
502 * value.c (function_command): Constify.
503 * frame.c (set_backtrace_cmd, show_backtrace_cmd): Constify.
504 * probe.c (info_probes_command): Constify.
505 * ser-tcp.c (set_tcp_cmd, show_tcp_cmd): Constify.
506 * gnu-nat.c (set_task_cmd, show_task_cmd, set_thread_cmd)
507 (show_thread_cmd, set_thread_default_cmd)
508 (show_thread_default_cmd): Constify.
509 (check_empty): Constify.
510 * tracepoint.c (tfind_command): Constify.
511 * cp-support.c (maint_cplus_command): Constify.
512 * windows-tdep.c (info_w32_command): Constify.
513 * record.c (cmd_record_start, set_record_command)
514 (show_record_command, info_record_command, cmd_record_goto):
515 Constify.
516 * ravenscar-thread.c (set_ravenscar_command)
517 (show_ravenscar_command): Constify.
518 * utils.c (set_internal_problem_cmd, show_internal_problem_cmd):
519 Constify.
520 (add_internal_problem_command): Remove casts.
521 * arc-tdep.c (maintenance_print_arc_command): Constify.
522 * valprint.c (set_print, show_print, set_print_raw)
523 (show_print_raw): Constify.
524 * maint.c (maintenance_command, maintenance_info_command)
525 (maintenance_print_command, maintenance_set_cmd)
526 (maintenance_show_cmd, set_per_command_cmd)
527 (show_per_command_cmd, maintenance_check_command): Constify.
528 * language.c (set_check, show_check): Constify.
529 * typeprint.c (show_print_type, set_print_type): Constify.
530 * go32-nat.c (go32_info_dos_command): Constify.
531
fdf44873
TT
5322017-10-11 Tom Tromey <tom@tromey.com>
533
534 * breakpoint.c (prepare_re_set_context): Remove.
535 (breakpoint_re_set_one): Update. Don't use cleanups.
536 (breakpoint_re_set): Use scoped_restore, std::string, and
537 scoped_restore_current_language.
538
81b1e71c
TT
5392017-10-11 Tom Tromey <tom@tromey.com>
540
541 * breakpoint.c (commands_command_1): Use std::string.
542 (cleanup_executing_breakpoints): Remove.
543 (bpstat_do_actions_1): Use scoped_restore.
544 (bpstat_check_watchpoint): Use std::string.
545 (decode_static_tracepoint_spec): Likewise.
546 (break_range_command): Likewise.
547 (watch_command_1): Likewise.
548 (compare_breakpoints): Change argument types.
549 (clear_command): Use std::vector.
550 (cleanup_executing_breakpoints): Remove.
551 (update_global_location_list): Use unique_xmalloc_ptr.
552 (strace_command): Remove unused declaration.
553
4f9d9906
JB
5542017-10-11 John Baldwin <jhb@FreeBSD.org>
555
556 * Makefile.in (ALLDEPFILES): Add arm-fbsd-nat.c.
557 * NEWS: Mention new FreeBSD/arm native configuration.
558 * configure.host: Add arm*-*-freebsd*.
559 * configure.nat: Likewise.
560 * arm-fbsd-nat.c: New file.
561
7176dfd2
JB
5622017-10-11 John Baldwin <jhb@FreeBSD.org>
563
564 * Makefile.in (ALL_TARGET_OBS): Add arm-fbsd-tdep.o.
565 (ALLDEPFILES): Add arm-fbsd-tdep.c.
566 * NEWS: Mention new FreeBSD/arm target.
567 * configure.tgt: Add arm*-*-freebsd*.
568 * arm-fbsd-tdep.c: New file.
569 * arm-fbsd-tdep.h: New file.
570
fe220226
MR
5712017-10-11 Maciej W. Rozycki <macro@imgtec.com>
572
573 * linux-tdep.c (linux_make_corefile_notes): Remove call to
574 `gdbarch_elfcore_write_linux_prpsinfo'.
575 * gdbarch.sh (elfcore_write_linux_prpsinfo): Remove architecture
576 method.
577 (elf_internal_linux_prpsinfo): Remove declaration.
578 * gdbarch.h: Regenerate.
579 * gdbarch.c: Regenerate.
580
a2f63b2e
MR
5812017-10-11 Maciej W. Rozycki <macro@imgtec.com>
582
583 * ppc-linux-tdep.c (ppc_linux_init_abi): Remove call to
584 `set_gdbarch_elfcore_write_linux_prpsinfo'.
585
458ca1d0
PA
5862017-10-11 Pedro Alves <palves@redhat.com>
587
588 * breakpoint.c (reattach_breakpoints): Delete.
589 * breakpoint.h (reattach_breakpoints): Delete.
590
905014d7
SM
5912017-10-11 Simon Marchi <simon.marchi@ericsson.com>
592
593 * symfile.c (registered_sym_fns): Make struct, not typedef.
594 (DEF_VEC_O (registered_sym_fns)): Remove.
595 (symtab_fns): Change type to std::vector.
596 (add_symtab_fns): Adjust.
597 (find_sym_fns): Adjust.
598
56d704da
AK
5992017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
600
601 * arc-tdep.c (arc_gdbarch_init): Pass proper cpu value to disassembler.
602 * arc-tdep.h (arc_arch_is_em): New function.
603 (arc_arch_is_hs): Likewise.
604
7fa29be9
EB
6052017-10-11 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
606
607 * macrotab.h (macro_lookup_inclusion): Remove unnecessary
608 parentheses in the declaration.
609 (macro_lookup_inclusion): Likewise.
610 (macro_lookup_definition): Likewise.
611 * p-lang.h (pascal_builtin_types): Likewise.
612 * tui/tui-data.c (tui_win_list): Likewise.
613 * tui/tui-data.h (tui_win_list): Likewise.
614 * utils.h (make_cleanup_free_section_addr_info): Likewise.
615
d9b477e3
KB
6162017-10-11 Mark Rages <markrages@gmail.com>
617
618 * target-memory.c (block_boundaries): Fix for block address not
619 aligned on block size.
620
65630365
PA
6212017-10-10 Pedro Alves <palves@redhat.com>
622 Tom Tromey <tom@tromey.com>
623
624 * breakpoint.c (struct captured_breakpoint_query_args)
625 (do_captured_breakpoint_query, gdb_breakpoint_query): Delete.
626 (print_breakpoint): New.
627 * breakpoint.h (print_breakpoint): Declare.
628 * common/common-exceptions.h (enum return_reason): Remove
629 references to catch_exceptions.
630 * exceptions.c (catch_exceptions, catch_exceptions_with_msg):
631 Delete.
632 * exceptions.h (catch_exceptions_ftype, catch_exceptions)
633 (catch_exception_ftype, catch_exceptions_with_msg): Delete.
634 * gdb.h: Delete.
635 * gdbthread.h (thread_select): Declare.
636 * mi/mi-cmd-break.c: Don't include gdb.h.
637 (breakpoint_notify): Use print_breakpoint.
638 * mi/mi-cmd-catch.c: Don't include gdb.h.
639 * mi/mi-interp.c: Don't include gdb.h.
640 (mi_print_breakpoint_for_event): New.
641 (mi_breakpoint_created, mi_breakpoint_modified): Use
642 mi_print_breakpoint_for_event.
643 * mi/mi-main.c: Don't include gdb.h.
644 (mi_cmd_thread_select): Parse the global thread ID here. Use
645 thread_select instead of gdb_thread_select.
646 (mi_cmd_thread_list_ids): Output "thread-ids" tuple here instead
647 of using gdb_list_thread_ids.
648 * remote-fileio.c (do_remote_fileio_request): Change type. Reply
649 FILEIO_ENOSYS here.
650 (remote_fileio_request): Use TRY/CATCH instead of
651 catch_exceptions.
652 * symfile-mem.c (struct symbol_file_add_from_memory_args)
653 (symbol_file_add_from_memory_wrapper): Delete.
654 (add_vsyscall_page): Use TRY/CATCH instead of catch_exceptions.
655 * thread.c: Don't include gdb.h.
656 (do_captured_list_thread_ids, gdb_list_thread_ids): Delete.
657 (thread_alive): Use thread_select.
658 (do_captured_thread_select): Delete, parts salvaged as ...
659 (thread_select): ... this new function.
660 (gdb_thread_select): Delete.
661
bf469271
PA
6622017-10-10 Pedro Alves <palves@redhat.com>
663 Tom Tromey <tom@tromey.com>
664
665 * breakpoint.c (breakpoint_cond_eval): Change return type to bool
666 and reverse logic.
667 (WP_DELETED, WP_VALUE_CHANGED, WP_VALUE_NOT_CHANGED, WP_IGNORE):
668 No longer macros. Instead ...
669 (enum wp_check_result): They're now values of this new
670 enumeration.
671 (watchpoint_check): Change return type to wp_check_result and
672 parameter type to bpstat.
673 (bpstat_check_watchpoint): Use TRY/CATCH instead of catch_errors.
674 (bpstat_check_breakpoint_conditions): Use TRY/CATCH instead of
675 catch_errors. Reverse logic of watchpoint_check call.
676 (breakpoint_re_set_one): Now returns void and takes a breakpoint
677 pointer as parameter.
678 (breakpoint_re_set): Use TRY/CATCH instead of catch_errors.
679 * common/common-exceptions.c (throw_exception_sjlj): Update
680 comments to avoid mentioning catch_errors.
681 * exceptions.c (catch_errors): Delete.
682 * exceptions.h: Update comments to avoid mentioning catch_errors.
683 (catch_errors_ftype, catch_errors): Delete.
684 * infrun.c (normal_stop): Use TRY/CATCH instead of catch_errors.
685 (hook_stop_stub): Delete.
686 (restore_selected_frame): Change return type to void, and
687 parameter type to const frame_id &.
688 (restore_infcall_control_state): Use TRY/CATCH instead of
689 catch_errors.
690 * main.c (captured_command_loop): Return void and remove
691 parameter. Remove references to catch_errors.
692 (captured_main): Use TRY/CATCH instead of catch_errors.
693 * objc-lang.c (objc_submethod_helper_data)
694 (find_objc_msgcall_submethod_helper): Delete.
695 (find_objc_msgcall_submethod): Use TRY/CATCH instead of
696 catch_errors.
697 * record-full.c (record_full_message): Return void.
698 (record_full_message_args, record_full_message_wrapper): Delete.
699 (record_full_message_wrapper_safe): Return bool and use TRY/CATCH
700 instead of catch_errors.
701 * solib-aix.c (solib_aix_open_symbol_file_object): Change
702 parameter type to int.
703 * solib-darwin.c (open_symbol_file_object): Ditto.
704 * solib-dsbt.c (open_symbol_file_object): Ditto.
705 * solib-frv.c (open_symbol_file_object): Ditto.
706 * solib-svr4.c (open_symbol_file_object): Ditto.
707 * solib-target.c (solib_target_open_symbol_file_object): Ditto.
708 * solib.c (update_solib_list): Use TRY/CATCH instead of
709 catch_errors.
710 * solist.h (struct target_so_ops) <open_symbol_file_object>:
711 Change type.
712 * symmisc.c (struct print_symbol_args): Remove.
713 (dump_symtab_1): Use TRY/CATCH instead of catch_errors.
714 (print_symbol): Change type.
715 * windows-nat.c (handle_load_dll, handle_unload_dll): Return void
716 and remove parameters.
717 (catch_errors): New.
718 (get_windows_debug_event): Adjust.
719
1a56bfa5
TT
7202017-10-09 Tom Tromey <tom@tromey.com>
721
722 * mi/mi-main.c (free_splay_tree): Remove.
723 (list_available_thread_groups): Use splay_tree_up.
724 * common/gdb_splay_tree.h: New file.
725
0c478e2d
TT
7262017-10-09 Tom Tromey <tom@tromey.com>
727
728 * mi/mi-main.c (do_nothing): Remove.
729 (list_available_thread_groups): Update.
730
cbd2b4e3
PA
7312017-10-09 Pedro Alves <palves@redhat.com>
732
733 * infrun.c (handle_inferior_event_1) <TARGET_WAITKIND_EXECD>: Skip
734 reading registers when switching context.
735
a181c0bf
JB
7362017-10-09 John Baldwin <jhb@FreeBSD.org>
737
738 * fbsd-nat.c (fbsd_siginfo_size): Use gdbarch_long_bit.
739 (fbsd_convert_siginfo): Likewise.
740 * fbsd-tdep.c (fbsd_core_xfer_siginfo): Likewise.
741
6e66f753
SM
7422017-10-09 Simon Marchi <simon.marchi@polymtl.ca>
743
744 * configure.ac (try_guile_versions): Remove guile-2.2.
745 * configure: Regenerate.
746
890e9790
TT
7472017-10-09 Tom Tromey <tom@tromey.com>
748
749 * Makefile.in (COMPILE.post, POSTCOMPILE): Restore $(basename).
750 (COMPILE.pre): Use $(CXX).
751
109483d9
PA
7522017-10-09 Pedro Alves <palves@redhat.com>
753
754 * cp-support.c (cp_remove_params): Return a gdb::unique_xmalloc_ptr.
755 Use bool.
756 (overload_list_add_symbol): Adjust to use gdb::unique_xmalloc_ptr.
757 * cp-support.h (cp_remove_params): Now returns a
758 gdb::unique_xmalloc_ptr.
759 * dwarf2read.c (find_slot_in_mapped_hash): Now returns bool.
760 Adjust to cp_remove_params returning a gdb::unique_xmalloc_ptr.
761 * psymtab.c (psymtab_search_name): Adjust to cp_remove_params
762 returning a gdb::unique_xmalloc_ptr.
763 (lookup_partial_symbol): Adjust to use gdb::unique_xmalloc_ptr.
764 * stack.c (find_frame_funname): Adjust to cp_remove_params
765 returning a gdb::unique_xmalloc_ptr.
766
791afaa2
TT
7672017-10-08 Tom Tromey <tom@tromey.com>
768
769 * dwarf2read.c (dwarf2_get_dwz_file): Use
770 gdb::unique_xmalloc_ptr.
771 (find_slot_in_mapped_hash): Likewise.
772 (dwarf2_physname): Likewise.
773 (create_dwo_unit_in_dwp_v1): Use std::string.
774 (create_dwo_unit_in_dwp_v2): Likewise.
775 (lookup_dwo_cutu): Likewise.
776 (inherit_abstract_dies): Use std::vector.
777 (read_array_type): Likewise.
778 (dwarf_decode_macros): Remove unused declaration.
779 (unsigned_int_compar): Remove.
780 (dwarf2_build_psymtabs_hard): Use scoped_restore.
781 (psymtabs_addrmap_cleanup): Remove.
782
30a9c02f
TT
7832017-10-08 Tom Tromey <tom@tromey.com>
784
785 * frame-unwind.c (frame_unwind_try_unwinder): Update.
786 * frame.h (frame_cleanup_after_sniffer): Declare.
787 (frame_prepare_for_sniffer): Return void.
788 * frame.c (frame_cleanup_after_sniffer): No longer static. Change
789 type of argument.
790 (frame_prepare_for_sniffer): Return void.
791
757325a3
TT
7922017-10-08 Tom Tromey <tom@tromey.com>
793
794 * utils.h (make_cleanup_value_free): Remove.
795 * utils.c (do_value_free, struct cleanup): Remove.
796 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>:
797 Use gdb_value_up.
798 * value.h (struct value_deleter): New.
799 (gdb_value_up): New typedef.
800
b9c04fb2
TT
8012017-10-08 Tom Tromey <tom@tromey.com>
802
803 * symtab.c (free_search_symbols, do_free_search_symbols_cleanup)
804 (make_cleanup_free_search_symbols): Remove.
805 (search_symbols): Return std::vector.
806 (symbol_search::compare_search_syms): Now member of
807 symbol_search. Change arguments.
808 (sort_search_symbols_remove_dups): Change arguments. Rewrite.
809 (symtab_symbol_info, rbreak_command): Update.
810 * symtab.h (struct symbol_search) <next>: Remove.
811 Add constructors.
812 (symbol_search::operator<): New function.
813 (symbol_search::operator==): New function.
814 (search_symbols): Remove std::vector.
815 (free_search_symbols, make_cleanup_free_search_symbols): Remove.
816 (symbol_search::compare_search_syms): Declare.
817
0d28b0a5
YQ
8182017-10-06 Yao Qi <yao.qi@linaro.org>
819
820 * Makefile.in (ALL_64_TARGET_OBS): Replace aarch64-insn.o with
821 arch/aarch64-insn.o.
822 Remove one rule.
823 * configure.tgt: Replace aarch64-insn.o with arch/aarch64-insn.o.
824
71917808
YQ
8252017-10-06 Yao Qi <yao.qi@linaro.org>
826
827 * Makefile.in (ALL_TARGET_OBS): Replace arm.o, arm-get-next-pcs.o,
828 and arm-linux.o with arch/arm.o, arch/arm-get-next-pcs.o and
829 arch/arm-linux.o respectively.
830 * configure.tgt: Likewise.
831
2081b2b2
YQ
8322017-10-06 Yao Qi <yao.qi@linaro.org>
833
834 * Makefile.in (ALL_TARGET_OBS): Rename i386.o to arch/i386.o.
835 * configure.tgt (i386_tobjs): Replace i386.o with arch/i386.o.
836
a1b85d28
PA
8372017-10-06 Pedro Alves <palves@redhat.com>
838
839 * windows-nat.c: Include <algorithm>.
840
d97987e2
YQ
8412017-10-06 Yao Qi <yao.qi@linaro.org>
842
843 * configure.tgt (i386_tobjs): New variable.
844 (amd64_tobjs): New variable.
845 Set $cpu_obs and $os_obs.
846
f38307f5
YQ
8472017-10-06 Yao Qi <yao.qi@linaro.org>
848
849 * Makefile.in (CONFIG_SRC_SUBDIR): New.
850 (ALL_64_TARGET_OBS): Replace amd64.o with arch/amd64.o.
851 (clean): Remove object files and dependency files.
852 (distclean): Remove the directory.
853 * configure.ac: Invoke AC_CONFIG_COMMANDS.
854 * configure: Re-generated.
855 * configure.tgt: Replace amd64.o with arch/amd64.o.
856
2f924de6
JM
8572017-10-05 Jose E. Marchesi <jose.marchesi@oracle.com>
858
859 PR build/22188
860 * arm-tdep.c (arm_decode_misc_memhint_neon): Fix decoding of CPS
861 and SETEND.
862
2fd9d7ca
PA
8632017-10-05 Pedro Alves <palves@redhat.com>
864
865 * linux-nat.c (linux_child_follow_fork): When following the parent
866 and detaching the child, consult the parent thread's architecture
867 instead of the child's.
868
d13b8493
UW
8692017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
870
871 * ax.h: Do not include "doublest.h".
872 (union agent_val): Remove.
873
3b4b2f16
UW
8742017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
875
876 * dfp.h (MAX_DECIMAL_STRING): Move to dfp.c.
877 (decimal_to_string): Return std::string object.
878 (decimal_from_string): Accept std::string object. Return bool.
879 (decimal_from_integral, decimal_from_doublest): Remove.
880 (decimal_from_longest): Add prototype.
881 (decimal_from_ulongest): Likewise.
882 (decimal_to_longest): Likewise.
883 (decimal_from_doublest): Likewise.
884 * dfp.c: Do not include "gdbtypes.h" or "value.h".
885 (MAX_DECIMAL_STRING): Move here.
886 (decimal_to_string): Return std::string object.
887 (decimal_from_string): Accept std::string object. Return bool.
888 (decimal_from_integral): Remove, replace by ...
889 (decimal_from_longest, decimal_from_ulongest): ... these new functions.
890 (decimal_to_longest): New function.
891 (decimal_from_floating): Remove, replace by ...
892 (decimal_from_doublest): ... this new function.
893 (decimal_to_doublest): Update to new decimal_to_string interface.
894
895 * value.c (unpack_long): Use decimal_to_longest.
896 * valops.c (value_cast): Use decimal_from_doublest instead of
897 decimal_from_floating. Use decimal_from_[u]longest isntead of
898 decimal_from_integral.
899 * valarith.c (value_args_as_decimal): Likewise.
900 * valprint.c (print_decimal_floating): Update to new
901 decimal_to_string interface.
902 * printcmd.c (printf_decfloat): Likewise.
903 * c-exp.y (parse_number): Update to new decimal_from_string interface.
904
1841ee5d
UW
9052017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
906
907 * doublest.h: Do not include "floatformat.h". Remove stale comments.
908 * gdbtypes.c: Include "floatformat.h".
909 * value.c: Likewise.
910 * m68k-tdep.c: Likewise.
911
912 * findvar.c: Do not include "floatformat.h".
913 * amd64-darwin-tdep.c: Likewise.
914 * arm-linux-tdep.c: Likewise.
915 * i386-darwin-tdep.c: Likewise.
916 * i387-tdep.c: Likewise.
917 * m68k-linux-tdep.c: Likewise.
918 * mep-tdep.c: Likewise.
919 * mips-tdep.c: Likewise.
920 * nios2-tdep.c: Likewise.
921 * s390-linux-tdep.c: Likewise.
922 * sparc-obsd-tdep.c: Likewise.
923 * sparc-tdep.c: Likewise.
924 * sparc64-tdep.c: Likewise.
925 * spu-tdep.c: Likewise.
926 * tic6x-tdep.c: Likewise.
927 * tilegx-tdep.c: Likewise.
928 * vax-tdep.c: Likewise.
929 * xstormy16-tdep.c: Likewise.
930 * xtensa-tdep.c: Likewise.
931
932 * top.c: Do not include "doublest.h".
933 * aarch64-tdep.c: Likewise.
934 * alpha-tdep.c: Likewise.
935 * arm-linux-tdep.c: Likewise.
936 * m68k-linux-tdep.c: Likewise.
937 * tilegx-tdep.c: Likewise.
938 * xstormy16-tdep.c: Likewise.
939
a80a6471
JB
9402017-10-05 John Baldwin <jhb@FreeBSD.org>
941
942 * mips-fbsd-tdep.c (MIPS_INST_ADDIU_A0_SP_N32): Define.
943 (mipsn32_fbsd_sigframe): Define.
944 (mips_fbsd_init_abi): Install mipsn32_fbsd_sigframe unwinder
945 for FreeBSD/mipsn32.
946
12c4bd7f
JB
9472017-10-05 John Baldwin <jhb@FreeBSD.org>
948
949 * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_EHDRFLAGS and
950 AT_HWCAP.
951
c91933e9
TG
9522017-10-05 Tristan Gingold <tgingold@free.fr>
953
954 * MAINTAINERS (Misc): Update my email address.
955
5cd63fda
PA
9562017-10-04 Pedro Alves <palves@redhat.com>
957
958 * remote.c (get_remote_arch_state): New 'gdbarch' parameter. Use
959 it instead of target_gdbarch.
960 (get_remote_state, get_remote_packet_size): Adjust
961 get_remote_arch_state calls, passing down target_gdbarch
962 explicitly.
963 (packet_reg_from_regnum, packet_reg_from_pnum): New parameter
964 'gdbarch' and use it instead of target_gdbarch.
965 (get_memory_packet_size): Adjust get_remote_arch_state calls,
966 passing down target_gdbarch explicitly.
967 (struct stop_reply) <arch>: New field.
968 (remote_parse_stop_reply): Use the stopped thread's architecture,
969 not the current inferior's. Save the architecture in the
970 stop_reply.
971 (process_stop_reply): Use the stop reply's architecture.
972 (process_g_packet, remote_fetch_registers)
973 (remote_prepare_to_store, store_registers_using_G)
974 (remote_store_registers): Adjust get_remote_arch_state calls,
975 using the regcache's architecture.
976 (remote_get_trace_status): Adjust get_remote_arch_state calls,
977 passing down target_gdbarch explicitly.
978 * spu-multiarch.c (spu_thread_architecture): Defer to the target
979 beneath instead of calling target_gdbarch.
980 * target.c (default_thread_architecture): Use the specified
981 inferior's architecture, instead of the current inferior's
982 architecture (via target_gdbarch).
983
ed4227b7
PA
9842017-10-04 Pedro Alves <palves@redhat.com>
985
986 * regcache.c (get_thread_arch_regcache): Remove null_ptid special
987 case.
988 (regcache_print): Handle !target_has_registers here instead.
989
55b11ddf
PA
9902017-10-04 Pedro Alves <palves@redhat.com>
991
992 * frame.c (create_test_frame): Delete.
993 * frame.h (create_test_frame): Delete.
994 * gdbarch-selftests.c: Include gdbthread.h and target.h.
995 (class regcache_test): Delete.
996 (test_target_has_registers, test_target_has_stack)
997 (test_target_has_memory, test_target_prepare_to_store)
998 (test_target_store_registers): New functions.
999 (test_target_ops): New class.
1000 (register_to_value_test): Error out if there's already a
1001 process_stratum (or higher) target pushed. Create a fuller mock
1002 environment, with mock target_ops, inferior, address space, thread
1003 and inferior_ptid.
1004 * progspace.c (struct address_space): Move to ...
1005 * progspace.h (struct address_space): ... here.
1006 * regcache.h (regcache::~regcache, regcache::raw_write)
1007 [GDB_SELF_TEST]: No longer virtual.
1008
4c71c105
SM
10092017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1010
1011 * mi/mi-main.c (list_available_thread_groups): Reverse filter logic.
1012
73dcd72d
PA
10132017-10-04 Pedro Alves <palves@redhat.com>
1014
1015 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Move code
1016 out of 'between TRY and CATCH'.
1017
44704526
PA
10182017-10-04 Pedro Alves <palves@redhat.com>
1019
1020 * cli/cli-cmds.c (complete_command): Add missing END_CATCH.
1021 * common/common-exceptions.h (TRY): Open an outermost scope.
1022 Expand intro comment.
1023 (CATCH): Reindent.
1024 (END_CATCH): Close the outermost scope.
1025 * completer.c (complete_line_internal): Add missing END_CATCH.
1026
bc3b087d
SDJ
10272017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1028
1029 * NEWS (Changes since GDB 8.0): Add entry about new
1030 'set-cwd-on-gdbserver' feature.
1031 (New remote packets): Add entry for QSetWorkingDir.
1032 * common/common-inferior.h (set_inferior_cwd): New prototype.
1033 * infcmd.c (set_inferior_cwd): Remove "static".
1034 (show_cwd_command): Expand text to include remote debugging.
1035 * remote.c: Add PACKET_QSetWorkingDir.
1036 (remote_protocol_features) <QSetWorkingDir>: New entry for
1037 PACKET_QSetWorkingDir.
1038 (extended_remote_set_inferior_cwd): New function.
1039 (extended_remote_create_inferior): Call
1040 "extended_remote_set_inferior_cwd".
1041 (_initialize_remote): Call "add_packet_config_cmd" for
1042 QSetWorkingDir.
1043
d092c5a2
SDJ
10442017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1045
1046 * NEWS (New commands): Mention "set/show cwd".
1047 * cli/cli-cmds.c (_initialize_cli_cmds): Mention "set cwd" on
1048 "cd" command's help text.
1049 * common/common-inferior.h (get_inferior_cwd): New prototype.
1050 * infcmd.c (inferior_cwd_scratch): New global variable.
1051 (set_inferior_cwd): New function.
1052 (get_inferior_cwd): Likewise.
1053 (set_cwd_command): Likewise.
1054 (show_cwd_command): Likewise.
1055 (_initialize_infcmd): Add "set/show cwd" commands.
1056 * inferior.h (class inferior) <cwd>: New field.
1057 * nat/fork-inferior.c: Include "gdb_tilde_expand.h".
1058 (fork_inferior): Change inferior's cwd before its execution.
1059 * windows-nat.c (windows_create_inferior): Pass inferior's cwd
1060 to CreateProcess.
1061
7da0a886
SDJ
10622017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1063
1064 * Makefile.in (SFILES): Add gdb_tilde_expand.c.
1065 (HFILES_NO_SRCDIR): Add gdb_tilde_expand.h.
1066 (COMMON_OBS): Add gdb_tilde_expand.o.
1067 * common/gdb_tilde_expand.c: New file.
1068 * common/gdb_tilde_expand.h: Likewise.
1069
db8dd160
MR
10702017-10-03 Maciej W. Rozycki <macro@imgtec.com>
1071
1072 * gdbarch.sh (objfile): Remove duplicate declaration.
1073 * gdbarch.h: Regenerate.
1074
f8bfbf22
TT
10752017-10-03 Tom Tromey <tom@tromey.com>
1076
1077 * utils.c (internal_vproblem): Use string_vprintf.
1078
5178ed48
TT
10792017-10-03 Tom Tromey <tom@tromey.com>
1080
1081 * printcmd.c (info_symbol_command): Use std::string.
1082
8cff8730
TT
10832017-10-03 Tom Tromey <tom@tromey.com>
1084
1085 * top.c (gdb_safe_append_history): Use std::string.
1086
895b8f30
TT
10872017-10-03 Tom Tromey <tom@tromey.com>
1088
1089 * event-top.c (stdin_event_handler): Update.
1090 * main.c (captured_main_1): Update.
1091 * top.h (make_delete_ui_cleanup): Remove.
1092 (struct ui): Add constructor and destructor.
1093 (new_ui, delete_ui): Remove.
1094 * top.c (make_delete_ui_cleanup): Remove.
1095 (new_ui_command): Use std::unique_ptr.
1096 (delete_ui_cleanup): Remove.
1097 (ui::ui): Rename from new_ui. Update.
1098 (free_ui): Remove.
1099 (ui::~ui): Rename from delete_ui. Update.
1100
0efef640
TT
11012017-10-03 Tom Tromey <tom@tromey.com>
1102
1103 * symfile.c (load_progress): Use gdb::byte_vector.
1104
245ad7d3
TT
11052017-10-03 Tom Tromey <tom@tromey.com>
1106
1107 * mi/mi-main.c (mi_cmd_trace_frame_collected): Remove unused
1108 declaration.
1109 * printcmd.c (x_command): Remove unused declaration.
1110 * symfile.c (symbol_file_command): Remove unused declaration.
1111
e05550d7
TT
11122017-10-03 Tom Tromey <tom@tromey.com>
1113
1114 * utils.c (internal_vproblem): Use std::string.
1115 (defaulted_query): Likewise.
1116
b95de2b7
TT
11172017-10-03 Tom Tromey <tom@tromey.com>
1118
1119 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Update.
1120 * top.c (execute_command_to_string): Update.
1121 * utils.c (make_cleanup_restore_page_info): Remove.
1122 (do_restore_page_info_cleanup): Remove.
1123 (set_batch_flag_and_restore_page_info):
1124 New.
1125 (make_cleanup_restore_page_info): Remove.
1126 (set_batch_flag_and_make_cleanup_restore_page_info): Remove.
1127 (~set_batch_flag_and_restore_page_info): New
1128 (make_cleanup_restore_uinteger): Remove.
1129 (make_cleanup_restore_integer): Remove.
1130 (struct restore_integer_closure): Remove.
1131 (restore_integer): Remove.
1132 * utils.h (struct set_batch_flag_and_restore_page_info): New
1133 class.
1134 (set_batch_flag_and_make_cleanup_restore_page_info): Remove.
1135 (make_cleanup_restore_page_info): Remove.
1136 (make_cleanup_restore_uinteger) Remove.
1137 (make_cleanup_restore_integer) Remove.
1138
07036511
TT
11392017-10-03 Tom Tromey <tom@tromey.com>
1140
1141 * record-full.h (record_full_gdb_operation_disable_set): Return
1142 scoped_restore_tmpl<int>.
1143 * infrun.c (adjust_pc_after_break): Update.
1144 (handle_signal_stop): Update.
1145 * record-full.c (record_full_gdb_operation_disable_set): Return
1146 scoped_restore_tmpl<int>.
1147 (record_full_wait_1, record_full_insert_breakpoint)
1148 (record_full_remove_breakpoint, record_full_save)
1149 (record_full_goto_insn): Update.
1150
45320ffa
TT
11512017-10-02 Tom Tromey <tom@tromey.com>
1152
1153 PR rust/22236:
1154 * rust-lang.c (rust_val_print_str): New function.
1155 (val_print_struct): Call it.
1156 (rust_subscript): Preserve name of slice type.
1157
b3e3859b
TT
11582017-10-02 Tom Tromey <tom@tromey.com>
1159
1160 * rust-lang.c (rust_subscript): Handle slices in
1161 EVAL_AVOID_SIDE_EFFECTS case.
1162
01af5e0d
TT
11632017-10-02 Tom Tromey <tom@tromey.com>
1164
1165 * rust-lang.c (rust_slice_type_p): Recognize &str as a slice type.
1166
888e3ddb
TT
11672017-10-02 Tom Tromey <tom@tromey.com>
1168
1169 * rust-lang.h (rust_slice_type): Add "extern".
1170
cc536b21
PA
11712017-10-02 Tom Tromey <tom@tromey.com>
1172 Pedro Alves <palves@redhat.com>
1173
1174 * ada-lang.h (ada_exc_info::operator<): Make const.
1175 (ada_exc_info::operator==): Make const.
1176 * ada-lang.c (ada_exc_info::operator<, ada_exc_info::operator==):
1177 Make const.
1178
386c8614
TT
11792017-09-29 Tom Tromey <tom@tromey.com>
1180
1181 * target.c (read_whatever_is_readable): Change type of "result".
1182 Update.
1183 (free_memory_read_result_vector): Remove.
1184 (read_memory_robust): Change return type. Update.
1185 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Update. Use
1186 bin2hex, std::string.
1187 * target.h (memory_read_result_s): Remove typedef.
1188 (free_memory_read_result_vector): Remove.
1189 (read_memory_robust): Return std::vector.
1190
789c4b5e
TT
11912017-09-29 Tom Tromey <tom@tromey.com>
1192
1193 * mi/mi-main.c (captured_mi_execute_command): Use scope_restore.
1194
ab816a27
TT
11952017-09-29 Tom Tromey <tom@tromey.com>
1196
1197 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Update.
1198 * ada-lang.h (struct ada_exc_info): Remove typedef. Declare
1199 operator< and operator==.
1200 (ada_exceptions_list): Return a std::vector.
1201 * ada-lang.c (ada_exc_info::operator<): Rename from
1202 compare_ada_exception_info.
1203 (ada_exc_info::operator==): New.
1204 (sort_remove_dups_ada_exceptions_list): Change type of
1205 "exceptions".
1206 (ada_add_standard_exceptions, ada_add_exceptions_from_frame)
1207 (ada_add_global_exceptions): Likewise.
1208 (ada_exceptions_list_1): Return a std::vector.
1209 (ada_exceptions_list): Likewise.
1210
52f9abe4
TT
12112017-09-29 Tom Tromey <tom@tromey.com>
1212
1213 * mi/mi-main.c (struct print_one_inferior_data) <inferiors>: Now a
1214 'std::set *'.
1215 (print_one_inferior): Update.
1216 (free_vector_of_ints): Remove.
1217 (list_available_thread_groups): Change "ids" to std::set.
1218 (mi_cmd_list_thread_groups): Update.
1219 (struct collect_cores_data) <core>: Now a std::set.
1220 (collect_cores): Update.
1221 (unique): Remove.
1222 (print_one_inferior): Update.
1223
dcd5ddcc
TT
12242017-09-29 Tom Tromey <tom@tromey.com>
1225
1226 * mi/mi-main.c (mi_execute_cli_command): Use std::string.
1227 (mi_execute_async_cli_command): Likewise.
1228 (mi_cmd_trace_frame_collected): Use field_fmt.
1229
45d288cc
TT
12302017-09-29 Tom Tromey <tom@tromey.com>
1231
1232 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Use
1233 gdb::byte_vector.
1234
6afe2f4a
TT
12352017-09-29 Tom Tromey <tom@tromey.com>
1236
1237 * mi/mi-parse.c (mi_parse): Remove unused declaration.
1238
9813429a
TT
12392017-09-29 Tom Tromey <tom@tromey.com>
1240
1241 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Don't copy "oarg".
1242
2d6960b4
TT
12432017-09-29 Tom Tromey <tom@tromey.com>
1244
1245 * varobj.h (varobj_gen_name): Return std::string.
1246 * varobj.c (varobj_gen_name): Return std::string.
1247 * mi/mi-cmd-var.c (mi_cmd_var_create): Use std::string.
1248 (mi_cmd_var_delete): Don't copy "name".
1249
784c453a
TT
12502017-09-29 Tom Tromey <tom@tromey.com>
1251
1252 * mi/mi-cmd-break.c (mi_argv_to_format): Return std::string.
1253 (mi_cmd_break_insert_1): Update.
1254
a9bc57b9
TT
12552017-09-29 Tom Tromey <tom@tromey.com>
1256
1257 * target.h (make_scoped_defer_target_commit_resume): Update.
1258 * target.c (make_scoped_defer_target_commit_resume): Rename from
1259 make_cleanup_defer_target_commit_resume. Return a
1260 scoped_restore.
1261 * infrun.c (proceed): Use make_scoped_defer_target_commit_resume.
1262
9754d8c4
TT
12632017-09-29 Tom Tromey <tom@tromey.com>
1264
1265 * main.c (captured_main_1): Remove unused declaration.
1266 * spu-multiarch.c (parse_spufs_run): Remove unused declaration.
1267
99ef965c
TT
12682017-09-29 Tom Tromey <tom@tromey.com>
1269
1270 * symtab.c (search_symbols): Remove unused outer cleanup.
1271 (make_source_files_completion_list): Remove unused declaration.
1272
42518ba7
TT
12732017-09-29 Tom Tromey <tom@tromey.com>
1274
1275 * mt-tdep.c (mt_push_dummy_call): Use gdb::byte_vector.
1276
726b2169
TT
12772017-09-29 Tom Tromey <tom@tromey.com>
1278
1279 * xstormy16-tdep.c (xstormy16_push_dummy_call): Use
1280 gdb::byte_vector.
1281
55b06432
TT
12822017-09-29 Tom Tromey <tom@tromey.com>
1283
1284 * complaints.c (vcomplaint): Use std::string.
1285
8abcee91
TT
12862017-09-29 Tom Tromey <tom@tromey.com>
1287
1288 * tracepoint.c (trace_variable_command): Use std::string.
1289 (encode_actions_1): Remove unused declarations.
1290 (create_tsv_from_upload): Use std::string.
1291
6ad94bc7
TT
12922017-09-29 Tom Tromey <tom@tromey.com>
1293
1294 * cp-support.c (gdb_demangle): Use std::string.
1295
2003f3d8
TT
12962017-09-29 Tom Tromey <tom@tromey.com>
1297
1298 * stack.c (parse_frame_specification): Use std::string
1299 (info_frame_command): Use gdb::unique_xmalloc_ptr.
1300
8f8accb5
TT
13012017-09-29 Tom Tromey <tom@tromey.com>
1302
1303 * tilegx-tdep.c (tilegx_push_dummy_call): Use gdb::byte_vector.
1304
200aa7b1
TT
13052017-09-29 Tom Tromey <tom@tromey.com>
1306
1307 * utils.c (vfprintf_maybe_filtered): Use std::string.
1308 (vfprintf_unfiltered): Likewise.
1309
606aae8a
TT
13102017-09-29 Tom Tromey <tom@tromey.com>
1311
1312 * event-top.c (top_level_prompt): Return std::string.
1313 (display_gdb_prompt): Update.
1314
bd413795
TT
13152017-09-29 Tom Tromey <tom@tromey.com>
1316
1317 * unittests/common-utils-selftests.c (format): New function.
1318 (string_vprintf_tests): New function.
1319 (_initialize_common_utils_selftests): Register new tests.
1320 * common/common-utils.c (string_vprintf): New function.
1321 * common/common-utils.h (string_vprintf): Declare.
1322
256642e8
PA
13232017-09-29 Pedro Alves <palves@redhat.com>
1324
1325 * common/rsp-low.c (unpack_varlen_hex): Constify.
1326 * common/rsp-low.h (unpack_varlen_hex): Constify.
1327 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
1328 Constify.
1329 * remote.c (remote_set_permissions, read_ptid)
1330 (remote_current_thread, remote_get_threads_with_qthreadinfo)
1331 (remote_static_tracepoint_marker_at)
1332 (remote_static_tracepoint_markers_by_strid)
1333 (stop_reply_extract_thread, remote_parse_stop_reply): Constify.
1334 * tracepoint.c (parse_trace_status, parse_tracepoint_status)
1335 (parse_tracepoint_definition, parse_tsv_definition)
1336 (parse_static_tracepoint_marker_definition): Constify.
1337 * tracepoint.h (parse_static_tracepoint_marker_definition)
1338 (parse_trace_status, parse_tracepoint_status)
1339 (parse_tracepoint_definition, parse_tsv_definition): Constify.
1340
b6bb3468
PA
13412017-09-29 Pedro Alves <palves@redhat.com>
1342
1343 * remote.c (target_buf, target_buf_size): Delete.
1344 (remote_get_noisy_reply): Remove buf_p and sizeof_buf parameters.
1345 Use the connection's packet buffer instead.
1346 All callers adjusted.
1347 (_initialize_remote): Remove references to target_buf and
1348 target_buf_size.
1349
b2f8eb7a
PA
13502017-09-28 Pedro Alves <palves@redhat.com>
1351
1352 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
1353 unittests/common-utils-selftests.c.
1354 (SUBDIR_UNITTESTS_OBS): Add common-utils-selftests.o.
1355 (COMMON_OBS): Remove utils-selftests.o.
1356 * utils-selftests.c: Move to ...
1357 * unittests/common-utils-selftests.c: ... here and rename self
1358 test to "string_printf".
1359
08302ed2
DE
13602017-09-28 Alexander Shaposhnikov <alexander.v.shaposhnikov@gmail.com> (tiny patch)
1361
1362 * dwarf2read.c (open_and_init_dwp_file): Protect against dwp_file
1363 having NULL cus or tus.
1364
96a5a1d3
UW
13652017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
1366
1367 * arm-tdep.c: (convert_from_extended): Remove.
1368 (convert_to_extended): Likewise.
1369 (arm_extract_return_value): Use convert_typed_floating.
1370 (arm_store_return_value): Likewise.
1371
1372 * sh-tdep.h (struct gdbarch_tdep): Add sh_littlebyte_bigword_type.
1373 * sh-tdep.c: Do not include "floatformat.h".
1374 (sh_littlebyte_bigword_type): New function.
1375 (sh_register_convert_to_virtual): Use convert_typed_floating.
1376 (sh_register_convert_to_raw): Likewise.
1377 * sh64-tdep.c: (struct gdbarch_tdep): Add sh_littlebyte_bigword_type.
1378 (sh64_littlebyte_bigword_type): New function.
1379 (sh64_extract_return_value): Use convert_typed_floating.
1380 (sh64_register_convert_to_virtual): Likewise.
1381 (sh64_register_convert_to_raw): Likewise.
1382
0db7851f
UW
13832017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
1384
1385 * doublest.h (floatformat_from_type): Move to gdbtypes.h.
1386 * doublest.c (floatformat_from_type): Move to gdbtypes.c.
1387
1388 * gdbtypes.h (union type_specific): Make field floatformat hold
1389 just a single struct floatformat, not an array.
1390 (floatformat_from_type): Move here.
1391 * gdbtypes.c (floatformat_from_type): Move here. Update to
1392 changed TYPE_FLOATFORMAT definition.
1393 (verify_floatformat): Update to changed TYPE_FLOATFORMAT.
1394 (recursive_dump_type): Likewise.
1395 (init_float_type): Install correct floatformat for byte order.
1396 (arch_float_type): Likewise.
1397
77b7c781
UW
13982017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
1399
1400 * gdbtypes.c (init_type): Change incoming argument from
1401 length-in-bytes to length-in-bits. Assert length is a
1402 multiple of TARGET_CHAR_BITS.
1403 (arch_type, arch_flags_type): Likewise.
1404 (init_integer_type): Update call to init_type.
1405 (init_character_type): Likewise.
1406 (init_boolean_type): Likewise.
1407 (init_float_type): Likewise.
1408 (init_decfloat_type): Likewise.
1409 (init_complex_type): Likewise.
1410 (init_pointer_type): Likewise.
1411 (objfile_type): Likewise.
1412 (arch_integer_type): Update call to arch_type.
1413 (arch_character_type): Likewise.
1414 (arch_boolean_type): Likewise.
1415 (arch_float_type): Likewise.
1416 (arch_decfloat_type): Likewise.
1417 (arch_complex_type): Likewise.
1418 (arch_pointer_type): Likewise.
1419 (gdbtypes_post_init): Likewise.
1420
1421 * dwarf2read.c (dwarf2_init_float_type): Update call to init_type.
1422 (read_base_type): Likewise.
1423 * mdebugread.c (basic_type): Likewise.
1424 * stabsread.c (dbx_init_float_type): Likewise.
1425 (rs6000_builtin_type): Likewise.
1426 (read_range_type): Likewise. Also, fix call to init_integer_type
1427 with erroneous length argument.
1428
1429 * ada-lang.c (ada_language_arch_info): Update call to arch_type.
1430 * d-lang.c (build_d_types): Likewise.
1431 * f-lang.c (build_fortran_types): Likewise.
1432 * go-lang.c (build_go_types): Likewise.
1433 * opencl-lang.c (build_opencl_types): Likewise.
1434 * jit.c (finalize_symtab): Likewise.
1435 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
1436 (build_std_type_info_type): Likewise.
1437 * target-descriptions.c (tdesc_gdb_type): Likewise. Also,
1438 update call to arch_flags_type.
1439
1440 * linux-tdep.c (linux_get_siginfo_type_with_fields): Update call to
1441 arch_type.
1442 * fbsd-tdep.c (fbsd_get_siginfo_type): Likewise.
1443 * windows-tdep.c (windows_get_tlb_type): Likewise.
1444
1445 * avr-tdep.c (avr_gdbarch_init): Update call to arch_type.
1446 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
1447 * m32c-tdep.c (make_types): Likewise.
1448 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
1449 (rl78_psw_type): Update call to arch_flags_type.
1450 * m68k-tdep.c (m68k_ps_type): Update call to arch_flags_type.
1451 * rx-tdep.c (rx_psw_type): Likewise.
1452 (rx_fpsw_type): Likewise.
1453 * sparc-tdep.c (sparc_psr_type): Likewise.
1454 (sparc_fsr_type): Likewise.
1455 * sparc64-tdep.c (sparc64_pstate_type): Likewise.
1456 (sparc64_ccr_type): Likewise.
1457 (sparc64_fsr_type): Likewise.
1458 (sparc64_fprs_type): Likewise.
1459
f21b4d5c
TT
14602017-09-27 Tom Tromey <tom@tromey.com>
1461
1462 * findcmd.c (find_command): Constify.
1463
643c2ffa
TT
14642017-09-27 Tom Tromey <tom@tromey.com>
1465
1466 * ada-tasks.c (task_command_1, task_command): Constify.
1467
510e5e56
TT
14682017-09-27 Tom Tromey <tom@tromey.com>
1469
1470 * symtab.c (maintenance_print_symbol_cache)
1471 (maintenance_flush_symbol_cache)
1472 (maintenance_print_symbol_cache_statistics): Constify.
1473
e503b191
TT
14742017-09-27 Tom Tromey <tom@tromey.com>
1475
1476 * inferior.c (detach_inferior_command, kill_inferior_command)
1477 (inferior_command): Constify.
1478
4e001312
TT
14792017-09-27 Tom Tromey <tom@tromey.com>
1480
1481 * regcache.c (regcache_print, maintenance_print_registers)
1482 (maintenance_print_raw_registers)
1483 (maintenance_print_cooked_registers)
1484 (maintenance_print_register_groups)
1485 (maintenance_print_remote_registers): Constify.
1486
77763700
TT
14872017-09-27 Tom Tromey <tom@tromey.com>
1488
1489 * printcmd.c (map_display_numbers, undisplay_command)
1490 (enable_disable_display_command, enable_display_command)
1491 (disable_display_command): Constify.
1492
4495129a
TT
14932017-09-27 Tom Tromey <tom@tromey.com>
1494
1495 * breakpoint.h (delete_command): Don't declare.
1496 * breakpoint.c (delete_command, enable_once_command)
1497 (enable_count_command, enable_delete_command, breakpoint_1)
1498 (maintenance_info_breakpoints, stopin_command, stopat_command)
1499 (delete_command, delete_trace_command, save_breakpoints)
1500 (save_breakpoints_command, save_tracepoints_command): Constify.
1501
3088cf40
TT
15022017-09-27 Tom Tromey <tom@tromey.com>
1503
1504 * macrocmd.c (macro_expand_command, macro_expand_once_command)
1505 (skip_ws, extract_identifier, macro_define_command)
1506 (macro_undef_command, macro_list_command): Constify.
1507
69f476a3
TT
15082017-09-27 Tom Tromey <tom@tromey.com>
1509
1510 * infcmd.c (environment_info, set_environment_command)
1511 (unset_environment_command, path_info, info_proc_cmd_1)
1512 (info_proc_cmd_mappings, info_proc_cmd_stat)
1513 (info_proc_cmd_status, info_proc_cmd_cwd, info_proc_cmd_cmdline)
1514 (info_proc_cmd_exe, info_proc_cmd_all): Constify.
1515
c4a3e68e
TT
15162017-09-27 Tom Tromey <tom@tromey.com>
1517
1518 * i386-tdep.c (i386_mpx_info_bounds, i386_mpx_set_bounds):
1519 Constify.
1520
c9d31bd6
TT
15212017-09-27 Tom Tromey <tom@tromey.com>
1522
1523 * symfile-mem.c (add_symbol_file_from_memory_command): Constify.
1524
1f3f85eb
TT
15252017-09-27 Tom Tromey <tom@tromey.com>
1526
1527 * demangle.c (demangle_command): Constify.
1528
9c504b5d
TT
15292017-09-27 Tom Tromey <tom@tromey.com>
1530
1531 * progspace.c (maintenance_info_program_spaces_command):
1532 Constify.
1533
6663cf91
TT
15342017-09-27 Tom Tromey <tom@tromey.com>
1535
1536 * compile/compile.c (check_raw_argument, compile_file_command)
1537 (compile_code_command, compile_print_command): Constify.
1538
34e5fa26
TT
15392017-09-27 Tom Tromey <tom@tromey.com>
1540
1541 * reggroups.c (maintenance_print_reggroups): Constify.
1542
8384c356
TT
15432017-09-27 Tom Tromey <tom@tromey.com>
1544
1545 * dwarf2read.c (save_gdb_index_command): Constify.
1546
884beb0c
TT
15472017-09-27 Tom Tromey <tom@tromey.com>
1548
1549 * stap-probe.c (info_probes_stap_command): Constify.
1550
e0b2930c
TT
15512017-09-27 Tom Tromey <tom@tromey.com>
1552
1553 * fork-child.c (unset_exec_wrapper_command): Constify.
1554
f938677d
TT
15552017-09-27 Tom Tromey <tom@tromey.com>
1556
1557 * btrace.c (get_uint, get_context_size, no_chunk)
1558 (maint_btrace_packet_history_cmd)
1559 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
1560 (maint_info_btrace_cmd): Constify.
1561
8949cb87
TT
15622017-09-27 Tom Tromey <tom@tromey.com>
1563
1564 * reverse.c (delete_bookmark_command): Constify.
1565
ac88e2de
TT
15662017-09-27 Tom Tromey <tom@tromey.com>
1567
1568 * remote.c (set_memory_packet_size)
1569 (set_memory_write_packet_size, show_memory_write_packet_size)
1570 (set_memory_read_packet_size, show_memory_read_packet_size)
1571 (compare_sections_command, packet_command, remote_put_command)
1572 (remote_get_command, remote_delete_command): Constify.
1573
bd4c9dfe
TT
15742017-09-27 Tom Tromey <tom@tromey.com>
1575
1576 * mips-tdep.c (show_mipsfpu_command, set_mipsfpu_single_command)
1577 (set_mipsfpu_double_command, set_mipsfpu_none_command)
1578 (set_mipsfpu_auto_command): Constify.
1579
5e93d4c6
TT
15802017-09-27 Tom Tromey <tom@tromey.com>
1581
1582 * cli/cli-cmds.h (cd_command): Constify.
1583 * cli/cli-cmds.c (cd_command): Constify.
1584
fc41a75b
TT
15852017-09-27 Tom Tromey <tom@tromey.com>
1586
1587 * thread.c (thread_name_command, thread_find_command): Constify.
1588
67810076
TT
15892017-09-27 Tom Tromey <tom@tromey.com>
1590
1591 * probe.c (enable_probes_command, disable_probes_command):
1592 Constify.
1593
1d8b34a7
TT
15942017-09-27 Tom Tromey <tom@tromey.com>
1595
1596 * symfile.c (symbol_file_command): Constify.
1597 * gdbcore.h (deprecated_file_changed_hook): Constify.
1598 * exec.c (deprecated_file_changed_hook, exec_file_command)
1599 (file_command): Constify.
1600 * defs.h (symbol_file_command): Constify.
1601
442019e1
TT
16022017-09-27 Tom Tromey <tom@tromey.com>
1603
1604 * remote-fileio.c (set_system_call_allowed)
1605 (show_system_call_allowed): Constify.
1606
2983f7cb
TT
16072017-09-27 Tom Tromey <tom@tromey.com>
1608
1609 * tracepoint.c (delete_trace_variable_command)
1610 (tfind_end_command, tfind_start_command, tfind_pc_command)
1611 (tfind_tracepoint_command, tfind_line_command)
1612 (tfind_range_command, tfind_outside_command): Constify.
1613
4fd41b24
TT
16142017-09-27 Tom Tromey <tom@tromey.com>
1615
1616 * ax-gdb.c (maint_agent_printf_command, agent_command)
1617 (agent_eval_command): Constify.
1618
f2fc3015
TT
16192017-09-27 Tom Tromey <tom@tromey.com>
1620
1621 * tracepoint.c (info_scope_command): Constify.
1622 * python/python.c (gdbpy_decode_line): Constify.
1623 * python/py-breakpoint.c (bppy_init): Constify.
1624 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Constify.
1625 * location.h: (new_linespec_location)
1626 (string_to_event_location_basic, string_to_event_location):
1627 Constify.
1628 * location.c (new_linespec_location)
1629 (string_to_event_location_basic, string_to_event_location):
1630 Constify.
1631 * linespec.h (decode_line_with_current_source)
1632 (decode_line_with_last_displayed, linespec_lex_to_end): Constify.
1633 * linespec.c (linespec_lex_to_end)
1634 (decode_line_with_current_source)
1635 (decode_line_with_last_displayed): Constify.
1636 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x):
1637 Constify.
1638 * cli/cli-cmds.c (edit_command, list_command): Constify.
1639 * breakpoint.h (until_break_command, watch_command_wrapper)
1640 (awatch_command_wrapper, rwatch_command_wrapper)
1641 (init_ada_exception_breakpoint): Constify.
1642 * breakpoint.c (break_command_1, dprintf_command)
1643 (break_range_command, watch_command_wrapper)
1644 (rwatch_command_wrapper, awatch_command_wrapper)
1645 (until_break_command, init_ada_exception_breakpoint)
1646 (strace_marker_create_sals_from_location, trace_command)
1647 (ftrace_command, strace_command, struct tracepoint): Constify.
1648 * ax-gdb.c (agent_command_1): Constify.
1649 * ada-lang.c (ada_exception_sal): Constify.
1650
8c2f95f4
TT
16512017-09-27 Tom Tromey <tom@tromey.com>
1652
1653 * record.c (cmd_record_delete, cmd_record_stop, cmd_record_save)
1654 (cmd_record_goto_begin, cmd_record_goto_end, get_insn_number)
1655 (get_context_size, no_chunk, get_insn_history_modifiers)
1656 (cmd_record_insn_history, get_call_history_modifiers)
1657 (cmd_record_call_history): Constify.
1658
a0d65762
TT
16592017-09-27 Tom Tromey <tom@tromey.com>
1660
1661 * source.c (show_substitute_path_command)
1662 (unset_substitute_path_command, set_substitute_path_command):
1663 Constify.
1664
58971144
TT
16652017-09-27 Tom Tromey <tom@tromey.com>
1666
1667 * typeprint.c (maintenance_print_type): Constify.
1668 * maint.c (maintenance_dump_me, maintenance_demangle)
1669 (maintenance_time_display, maintenance_info_sections)
1670 (maintenance_print_statistics, maintenance_deprecate)
1671 (maintenance_undeprecate): Constify.
1672 (maintenance_do_deprecate): Constify. Use std::string.
1673 (maintenance_selftest): Constify.
1674 * gdbtypes.h (maintenance_print_type): Constify.
1675
c482f52c
TT
16762017-09-27 Tom Tromey <tom@tromey.com>
1677
1678 * hppa-tdep.c (unwind_command): Constify.
1679
e100df1a
TT
16802017-09-27 Tom Tromey <tom@tromey.com>
1681
1682 * target-descriptions.c (unset_tdesc_filename_cmd)
1683 (maint_print_c_tdesc_cmd, maintenance_check_xml_descriptions):
1684 Constify.
1685
31d56ade
TT
16862017-09-27 Tom Tromey <tom@tromey.com>
1687
1688 * dummy-frame.c (maintenance_print_dummy_frames): Constify.
1689
b961da0b
TT
16902017-09-27 Tom Tromey <tom@tromey.com>
1691
1692 * tui/tui.c (tui_enable_command, tui_disable_command): Constify.
1693
e2d8ae16
TT
16942017-09-27 Tom Tromey <tom@tromey.com>
1695
1696 * tui/tui-regs.c (tui_reg_command): Constify.
1697
863779b0
TT
16982017-09-27 Tom Tromey <tom@tromey.com>
1699
1700 * skip.c (skip_file_command, skip_function_command)
1701 (skip_enable_command, skip_disable_command, skip_delete_command):
1702 Constify.
1703
cdb34d4a
TT
17042017-09-27 Tom Tromey <tom@tromey.com>
1705
1706 * record-btrace.c (cmd_record_btrace_bts_start)
1707 (cmd_record_btrace_pt_start): Constify.
1708
e99c83e7
TT
17092017-09-27 Tom Tromey <tom@tromey.com>
1710
1711 * symmisc.c (maintenance_print_symbols)
1712 (maintenance_print_msymbols, maintenance_print_objfiles)
1713 (maintenance_info_symtabs, maintenance_check_symtabs)
1714 (maintenance_expand_symtabs, maintenance_info_line_tables):
1715 Constify.
1716
32faf971
TT
17172017-09-27 Tom Tromey <tom@tromey.com>
1718
1719 * top.c (new_ui_command): Constify.
1720
2cf311eb
TT
17212017-09-27 Tom Tromey <tom@tromey.com>
1722
1723 * symfile.c (add_symbol_file_command)
1724 (remove_symbol_file_command, list_overlays_command)
1725 (map_overlay_command, unmap_overlay_command)
1726 (overlay_auto_command, overlay_manual_command)
1727 (overlay_off_command, overlay_load_command): Constify.
1728
e6738699
TT
17292017-09-27 Tom Tromey <tom@tromey.com>
1730
1731 * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
1732 (info_spu_mailbox_command, info_spu_dma_command)
1733 (info_spu_proxydma_command): Constify.
1734
aa360cd5
TT
17352017-09-27 Tom Tromey <tom@tromey.com>
1736
1737 * cli/cli-logging.c (set_logging_on, set_logging_off): Constify.
1738
898241a5
TT
17392017-09-27 Tom Tromey <tom@tromey.com>
1740
1741 * cli/cli-script.c (user_defined_command): Constify.
1742
2d0ac106
TT
17432017-09-27 Tom Tromey <tom@tromey.com>
1744
1745 * cli/cli-dump.c (dump_memory_command, dump_value_command)
1746 (dump_srec_memory, dump_srec_value, dump_ihex_memory)
1747 (dump_ihex_value, dump_verilog_memory, dump_verilog_value)
1748 (dump_tekhex_memory, dump_tekhex_value, dump_binary_memory)
1749 (dump_binary_value, append_binary_memory, append_binary_value):
1750 Constify.
1751 (struct dump_context) <func>: Constify.
1752 (add_dump_command): Update.
1753
dede02ce
TT
17542017-09-27 Tom Tromey <tom@tromey.com>
1755
1756 * cli/cli-cmds.c (show_version, show_configuration)
1757 (source_command, show_user): Constify.
1758
d3cb6b99
TT
17592017-09-27 Tom Tromey <tom@tromey.com>
1760
1761 * target.c (maintenance_print_target_stack): Constify.
1762
1970a12f
TT
17632017-09-27 Tom Tromey <tom@tromey.com>
1764
1765 * interps.c (interpreter_exec_cmd): Constify.
1766
41243651
TT
17672017-09-27 Tom Tromey <tom@tromey.com>
1768
1769 * record-full.c (cmd_record_full_restore): Constify.
1770
4465d9db
TT
17712017-09-27 Tom Tromey <tom@tromey.com>
1772
1773 * memattr.c (enable_mem_command, disable_mem_command)
1774 (delete_mem_command): Constify.
1775
ad25e423
TT
17762017-09-27 Tom Tromey <tom@tromey.com>
1777
1778 * value.c (show_convenience): Constify.
1779
d64097b1
TT
17802017-09-27 Tom Tromey <tom@tromey.com>
1781
1782 * gdbcore.h (core_file_command): Update.
1783 * corefile.c (core_file_command): Constify.
1784
4d4589ef
TT
17852017-09-27 Tom Tromey <tom@tromey.com>
1786
1787 * user-regs.c (maintenance_print_user_registers): Constify.
1788
32a7bf17
TT
17892017-09-27 Tom Tromey <tom@tromey.com>
1790
1791 * cp-namespace.c (maintenance_cplus_namespace): Constify.
1792
4a475551
TT
17932017-09-27 Tom Tromey <tom@tromey.com>
1794
1795 * cp-support.c (first_component_command): Constify.
1796
990b9f9f
TT
17972017-09-27 Tom Tromey <tom@tromey.com>
1798
1799 * psymtab.c (maintenance_print_psymbols)
1800 (maintenance_info_psymtabs, maintenance_check_psymtabs):
1801 Constify.
1802
c281872e
TT
18032017-09-27 Tom Tromey <tom@tromey.com>
1804
1805 * windows-tdep.c (display_tib): Constify.
1806
5b64bf74
TT
18072017-09-27 Tom Tromey <tom@tromey.com>
1808
1809 * linux-fork.c (delete_checkpoint_command)
1810 (detach_checkpoint_command): Constify.
1811
4ada038f
TT
18122017-09-27 Tom Tromey <tom@tromey.com>
1813
1814 * cp-abi.c (set_cp_abi_cmd, show_cp_abi_cmd): Constify.
1815
57f5a81b
TT
18162017-09-27 Tom Tromey <tom@tromey.com>
1817
1818 * arc-tdep.c (dump_arc_instruction_command): Constify.
1819
b0a8e6c4
TT
18202017-09-27 Tom Tromey <tom@tromey.com>
1821
1822 * valprint.c (set_radix, show_radix): Constify.
1823
8d97dc1c
TT
18242017-09-27 Tom Tromey <tom@tromey.com>
1825
1826 * dtrace-probe.c (info_probes_dtrace_command): Constify.
1827
eb7c454d
TT
18282017-09-27 Tom Tromey <tom@tromey.com>
1829
1830 * command.h (not_just_help_class_command): Update.
1831 * cli/cli-decode.h (not_just_help_class_command): Update.
1832 * cli/cli-decode.c (not_just_help_class_command): Constify.
1833
e4e33335
TT
18342017-09-27 Tom Tromey <tom@tromey.com>
1835
1836 * gdb_bfd.c (maintenance_info_bfds): Constify.
1837
0450cc4c
TT
18382017-09-27 Tom Tromey <tom@tromey.com>
1839
1840 * cli/cli-decode.c (add_cmd, set_cmd_cfunc): New function
1841 overloads.
1842 (do_add_cmd): Rename from add_cmd. Don't call set_cmd_cfunc.
1843 (do_const_cfunc): New function.
1844 (cmd_cfunc_eq): New overload.
1845 (cli_user_command_p): Check do_const_cfunc.
1846 * cli/cli-decode.h (struct cmd_list_element) <function>: New field
1847 const_cfunc.
1848 * command.h (add_cmd): Add const overload and no-function
1849 overload.
1850 (set_cmd_cfunc): Add const overload.
1851 (cmd_const_cfunc_ftype): Declare.
1852 (cmd_cfunc_eq): Add const overload.
1853 * breakpoint.c, cli-cmds.c, cli-dump.c, guile/scm-cmd.c,
1854 python/py-cmd.c, target.c, tracepoint.c: Use no-function add_cmd
1855 overload.
1856
a9bbfbd8
TT
18572017-09-27 Tom Tromey <tom@tromey.com>
1858
1859 * macroexp.c (get_next_token_for_substitution): New function.
1860 (substitute_args): Call it. Check for __VA_OPT__.
1861
5230b05a
WT
18622017-09-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
1863 Pedro Alves <palves@redhat.com>
1864
1865 * dwarf2read.c (dwarf2_cu): Remove field producer_is_icc and add
1866 producer_is_icc_lt_14.
1867 (producer_is_icc_lt_14): New function.
1868 (check_producer): Add code for checking version of ICC.
1869 (producer_is_icc): Move to producer.c.
1870 (read_structure_type): Restrict ICC workaround to ICC<14.
1871 * producer.c: Include selftest.h.
1872 (producer_is_icc, producer_parsing_tests, _initialize_producer):
1873 New functions.
1874 * producer.h (producer_is_icc): New declaration.
1875
b32b108a
WT
18762017-09-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
1877
1878 * Makefile.in (SFILES): Add producer.c.
1879 (COMMON_OBS): Add producer.o
1880 * amd64-tdep.c (producer.h): Add new include.
1881 * dwarf2read.c (producer.h): Add new include.
1882 * producer.c: New file.
1883 * producer.h: New file.
1884 * utils.c (producer_is_gcc, producer_is_gcc_ge_4): Move to
1885 producer.c.
1886 * utils.h (producer_is_gcc, producer_is_gcc_ge_4): Move to
1887 producer.h.
1888
5007d765
MK
18892017-09-26 Matthias Klose <doko@ubuntu.com>
1890
1891 * configure.ac: Search ncursesw before ncurses.
1892 Check ncursesw/ncurses.h before ncurses/ncurses.h.
1893 * gdb_curses.h: Include <ncursesw/ncurses.h>
1894 * config.in, configure: Regenerate.
1895
281c4447
RO
18962017-09-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1897
1898 PR gdb/22185
1899 * configure.host <*-*-solaris2.[01], *-*-solaris2.[2-9]*>: Mark as
1900 obsolete.
1901 Use gdb_host sol2 for i[34567]86-*-solaris2*, x86_64-*-solaris2*.
1902 Remove i386sol2 support.
1903 * configure.nat <i386sol2>: Remove.
1904 <sol2-64>: Fold into ...
1905 <sol2>: ... this.
1906 Move common settings to default section.
1907 Add sol-thread.o.
1908 * configure.tgt <i[34567]86-*-solaris2.1[0-9]*,
1909 x86_64-*-solaris2.1[0-9]*>: Rename to ...
1910 <i[34567]86-*-solaris2*, x86_64-*-solaris2*>: ... this.
1911 <i[34567]86-*-solaris*>: Remove.
1912 <sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*>: Remove.
1913
1914 * configure.ac: Remove wctype in libw check.
1915 (_MSE_INT_H): Don't define on Solaris 7-9.
1916 <solaris*>: Remove libthread_db.so.1 check.
1917 * configure: Regenerate.
1918 * config.in: Regenerate.
1919
1920 * proc-service.c: Remove PROC_SERVICE_IS_OLD handling.
1921 (gdb_ps_prochandle_t, gdb_ps_read_buf_t, gdb_ps_write_buf_t)
1922 (gdb_ps_size_t): Remove.
1923 Use base types in users.
1924 * sol-thread.c: Likewise, also for gdb_ps_addr_t.
1925
1926 * NEWS (Changes since GDB 8.0): Document Solaris 2.0-9 removal.
1927
39b06c20
RO
19282017-09-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1929
1930 PR build/22206
1931 * sparc64-tdep.c (adi_tag_fd): Print pid as long.
1932 (adi_is_addr_mapped): Likewise.
1933 (PSR_ICC): Don't redefine.
1934 (PSR_IMPL): Likewise.
1935
6c3e20f1
TT
19362017-09-25 Tom Tromey <tom@tromey.com>
1937
1938 * regcache.c (regcache::dump): Use string_printf.
1939
b292235f
TT
19402017-09-25 Tom Tromey <tom@tromey.com>
1941
1942 * regcache.c (class regcache_invalidator): New.
1943 (struct register_to_invalidate): Remove.
1944 (make_cleanup_regcache_invalidate): Remove.
1945 (regcache::raw_write): Use regcache_invalidator.
1946
9ac86b52
TT
19472017-09-25 Tom Tromey <tom@tromey.com>
1948
1949 * spu-tdep.c (spu2ppu_sniffer): Update.
1950 * regcache.h (make_cleanup_regcache_xfree): Don't declare.
1951 * regcache.c (do_regcache_xfree, make_cleanup_regcache_xfree):
1952 Remove.
1953 * ppc-linux-tdep.c (ppu2spu_sniffer): Update.
1954 * mi/mi-main.c (mi_cmd_data_list_changed_registers): Update.
1955 * frame.h (frame_save_as_regcache): Return std::unique_ptr.
1956 * frame.c (frame_save_as_regcache): Return std::unique_ptr.
1957 (frame_pop): Update.
1958
c0e383c6
TT
19592017-09-25 Tom Tromey <tom@tromey.com>
1960
1961 * spu-tdep.c (spu2ppu_dealloc_cache): Use delete.
1962 * regcache.h (regcache_xfree): Don't declare.
1963 * regcache.c (regcache_xfree): Remove.
1964 (do_regcache_xfree): Use delete.
1965 * ppc-linux-tdep.c (ppu2spu_dealloc_cache): Use delete.
1966 * linux-fork.c (free_fork): Use delete.
1967 (fork_save_infrun_state): Likewise.
1968 * jit.c (jit_dealloc_cache): Use delete.
1969 * infrun.c (discard_infcall_suspend_state): Use delete.
1970
791199cc
TT
19712017-09-25 Tom Tromey <tom@tromey.com>
1972
1973 * regcache.h (regcache_xmalloc): Don't declare.
1974 (regcache_raw_set_cached_value): Update comment.
1975 * regcache.c (regcache_xmalloc): Remove.
1976 * ppc-linux-tdep.c (ppu2spu_sniffer): Use new.
1977 * jit.c (jit_frame_sniffer): Use new.
1978 * frame.c (frame_save_as_regcache): Use new.
1979
289e23aa
AA
19802017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1981
1982 * NEWS: Advertise support for guarded-storage registers on IBM z.
1983
1b63490c
AA
19842017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1985
1986 * s390-linux-nat.c (have_regset_gs): New static variable.
1987 (s390_linux_fetch_inferior_registers): Handle guarded-storage
1988 control block and guarded-storage broadcast control regsets.
1989 (s390_read_description): Detect whether the target has
1990 guarded-storage support, return appropriate tdesc.
1991 * s390-linux-tdep.c (features/s390-gs-linux64.c): New include.
1992 (features/s390x-gs-linux64.c): Likewise.
1993 (struct gdbarch_tdep) <have_gs>: New field.
1994 (s390_regmap_gs, s390_regmap_gsbc, s390_gs_regset)
1995 (s390_gsbc_regset): New variables.
1996 (s390_iterate_over_regset_sections): Iterate over s390_gs_regset
1997 and s390_gsbc_regset, if applicable.
1998 (s390_core_read_description): Check whether core file was from a
1999 target with guarded-storage support; include appropriate regsets.
2000 (s390_gdbarch_init): Add registers for guarded-storage support.
2001 (_initialize_s390_tdep): Initialize new target descriptions that
2002 include registers for guarded-storage support.
2003 * s390-linux-tdep.h (HWCAP_S390_GS, S390_GSD_REGNUM)
2004 (S390_GSSM_REGNUM, S390_GSEPLA_REGNUM)
2005 (S390_BC_GSD_REGNUM, S390_BC_GSSM_REGNUM): New defines.
2006 (S390_NUM_REGS): Adjust macro definition.
2007 (s390_gs_regset, s390_gsbc_regset, tdesc_s390_gs_linux64)
2008 (tdesc_s390x_gs_linux64): New declarations.
2009
96235dc1
AA
20102017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2011
2012 * features/s390-gs-linux64.xml: New file.
2013 * features/s390-gs.xml: New file.
2014 * features/s390-gsbc.xml: New file.
2015 * features/s390x-gs-linux64.xml: New file.
2016 * features/Makefile (WHICH): Add s390-gs-linux64 and
2017 s390x-gs-linux64.
2018 (s390-gs-linux64-expedite, s390x-gs-linux64-expedite): New macros.
2019 (XMLTOC): Add s390-gs-linux64.xml and s390x-linux64.xml.
2020 * features/s390-gs-linux64.c: New generated file.
2021 * features/s390x-gs-linux64.c: New file.
2022 * regformats/s390-gs-linux64.dat: New file.
2023 * regformats/s390x-gs-linux64.dat: New file.
2024
b4a7c699
TT
20252017-09-23 Tom Tromey <tom@tromey.com>
2026
2027 * defs.h (make_cleanup_override_quit_handler): Don't declare.
2028
c2f97536
TT
20292017-09-22 Tom Tromey <tom@tromey.com>
2030
2031 * utils.c (class scoped_input_handler) <m_quit_handler>: Change
2032 type to scoped_restore_tmpl.
2033 <scoped_input_handler>: Initialize m_quit_handler directly.
2034
43573013
SDJ
20352017-09-22 Sergio Durigan Junior <sergiodj@redhat.com>
2036
2037 * cli/cli-cmds.c (pwd_command): Use "getcwd (NULL, 0)".
2038 (cd_command): Likewise. Free "current_directory" before
2039 assigning to it.
2040 * main.c (captured_main_1): Use "getcwd (NULL, 0)".
2041 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Likewise.
2042 * top.c (gdb_dirbuf): Remove global declaration.
2043 * top.h (gdb_dirbuf): Likewise.
2044
6ec2e0f5
SDJ
20452017-09-22 Sergio Durigan Junior <sergiodj@redhat.com>
2046
2047 * gnulib/aclocal.m4: Regenerate.
2048 * gnulib/config.in: Regenerate.
2049 * gnulib/configure: Regenerate.
2050 * gnulib/import/Makefile.am: Regenerate.
2051 * gnulib/import/Makefile.in: Regenerate.
2052 * gnulib/import/assure.h: New file.
2053 * gnulib/import/at-func.c: Likewise
2054 * gnulib/import/chdir-long.c: New file.
2055 * gnulib/import/chdir-long.h: New file.
2056 * gnulib/import/cloexec.c: New file.
2057 * gnulib/import/cloexec.h: New file.
2058 * gnulib/import/close.c: New file.
2059 * gnulib/import/closedir.c: New file.
2060 * gnulib/import/dirent-private.h: New file.
2061 * gnulib/import/dup-safer.c: New file.
2062 * gnulib/import/dup.c: New file.
2063 * gnulib/import/dup2.c: New file.
2064 * gnulib/import/error.c: New file.
2065 * gnulib/import/error.h: New file.
2066 * gnulib/import/exitfail.c: New file.
2067 * gnulib/import/exitfail.h: New file.
2068 * gnulib/import/fchdir.c: New file.
2069 * gnulib/import/fcntl.c: New file.
2070 * gnulib/import/fcntl.in.h: New file.
2071 * gnulib/import/fd-hook.c: New file.
2072 * gnulib/import/fd-hook.h: New file.
2073 * gnulib/import/fd-safer.c: New file.
2074 * gnulib/import/fdopendir.c: New file.
2075 * gnulib/import/filename.h: New file.
2076 * gnulib/import/filenamecat-lgpl.c: New file.
2077 * gnulib/import/filenamecat.h: New file.
2078 * gnulib/import/fstat.c: New file.
2079 * gnulib/import/fstatat.c: New file.
2080 * gnulib/import/getcwd-lgpl.c: New file.
2081 * gnulib/import/getcwd.c: New file.
2082 * gnulib/import/getdtablesize.c: New file.
2083 * gnulib/import/getlogin_r.c: New file.
2084 * gnulib/import/getprogname.c: New file.
2085 * gnulib/import/getprogname.h: New file.
2086 * gnulib/import/gettext.h: New file.
2087 * gnulib/import/glob-libc.h: New file.
2088 * gnulib/import/glob.c: New file.
2089 * gnulib/import/glob.in.h: New file.
2090 * gnulib/import/intprops.h: New file.
2091 * gnulib/import/m4/chdir-long.m4: New file.
2092 * gnulib/import/m4/close.m4: New file.
2093 * gnulib/import/m4/closedir.m4: New file.
2094 * gnulib/import/m4/d-ino.m4: New file.
2095 * gnulib/import/m4/d-type.m4: New file.
2096 * gnulib/import/m4/dup.m4: New file.
2097 * gnulib/import/m4/dup2.m4: New file.
2098 * gnulib/import/m4/error.m4: New file.
2099 * gnulib/import/m4/fchdir.m4: New file.
2100 * gnulib/import/m4/fcntl.m4: New file.
2101 * gnulib/import/m4/fcntl_h.m4: New file.
2102 * gnulib/import/m4/fdopendir.m4: New file.
2103 * gnulib/import/m4/filenamecat.m4: New file.
2104 * gnulib/import/m4/fstat.m4: New file.
2105 * gnulib/import/m4/fstatat.m4: New file.
2106 * gnulib/import/m4/getcwd-abort-bug.m4: New file.
2107 * gnulib/import/m4/getcwd-path-max.m4: New file.
2108 * gnulib/import/m4/getcwd.m4: New file.
2109 * gnulib/import/m4/getdtablesize.m4: New file.
2110 * gnulib/import/m4/getlogin_r.m4: New file.
2111 * gnulib/import/m4/getprogname.m4: New file.
2112 * gnulib/import/m4/glob.m4: New file.
2113 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
2114 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
2115 * gnulib/import/m4/mempcpy.m4: New file.
2116 * gnulib/import/m4/memrchr.m4: New file.
2117 * gnulib/import/m4/mode_t.m4: New file.
2118 * gnulib/import/m4/msvc-inval.m4: New file.
2119 * gnulib/import/m4/msvc-nothrow.m4: New file.
2120 * gnulib/import/m4/open.m4: New file.
2121 * gnulib/import/m4/openat.m4: New file.
2122 * gnulib/import/m4/opendir.m4: New file.
2123 * gnulib/import/m4/readdir.m4: New file.
2124 * gnulib/import/m4/realloc.m4: New file.
2125 * gnulib/import/m4/rewinddir.m4: New file.
2126 * gnulib/import/m4/save-cwd.m4: New file.
2127 * gnulib/import/m4/strdup.m4: New file.
2128 * gnulib/import/m4/strerror.m4: New file.
2129 * gnulib/import/m4/unistd-safer.m4: New file.
2130 * gnulib/import/mempcpy.c: New file.
2131 * gnulib/import/memrchr.c: New file.
2132 * gnulib/import/msvc-inval.c: New file.
2133 * gnulib/import/msvc-inval.h: New file.
2134 * gnulib/import/msvc-nothrow.c: New file.
2135 * gnulib/import/msvc-nothrow.h: New file.
2136 * gnulib/import/open.c: New file.
2137 * gnulib/import/openat-die.c: New file.
2138 * gnulib/import/openat-priv.h: New file.
2139 * gnulib/import/openat-proc.c: New file.
2140 * gnulib/import/openat.c: New file.
2141 * gnulib/import/openat.h: New file.
2142 * gnulib/import/opendir.c: New file.
2143 * gnulib/import/pipe-safer.c: New file.
2144 * gnulib/import/readdir.c: New file.
2145 * gnulib/import/realloc.c: New file.
2146 * gnulib/import/rewinddir.c: New file.
2147 * gnulib/import/save-cwd.c: New file.
2148 * gnulib/import/save-cwd.h: New file.
2149 * gnulib/import/strdup.c: New file.
2150 * gnulib/import/strerror-override.c: New file.
2151 * gnulib/import/strerror-override.h: New file.
2152 * gnulib/import/strerror.c: New file.
2153 * gnulib/import/unistd--.h: New file.
2154 * gnulib/import/unistd-safer.h: New file.
2155 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
2156 "getcwd" and "glob".
2157 * ser-tcp.c: Undefine "close" before redefining it.
2158
432ae719
SM
21592017-09-21 Simon Marchi <simon.marchi@ericsson.com>
2160
2161 * guile/scm-value.c (gdbscm_value_address): Initialize address,
2162 get rid of res_val.
2163
4fa7574e
RO
21642017-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2165
2166 * configure.nat <i386sol2,i386>: Add fork-inferior.o to NATDEPFILES.
2167 <sol2,sparc>: Likewise.
2168 <sol2-64,i386>: Likewise.
2169
2170 * warning.m4 (AM_GDB_WARNINGS): Disable -Wunknown-pragmas,
2171 -Wdeprecated-declarations on *-*-solaris*.
2172 * configure: Regenerate.
2173
2174 * procfs.c: Include "nat/inferior.h".
2175 (procfs_info_proc): Fix typo.
2176
f6327dcb
KB
21772017-09-21 Kevin Buettner <kevinb@redhat.com>
2178
2179 * remote.c (vector): Include.
2180 (struct private_thread_info): Add field, thread_handle.
2181 (free_private_thread_info): Deallocate storage associated with
2182 thread handle.
2183 (get_private_info_thread): Initialize `thread_handle' field.
2184 (struct thread_item): Add field, thread_handle.
2185 (clear_threads_listing_context): Deallocate storage associated
2186 with thread handle.
2187 (start_thread): Add support for "handle" attribute.
2188 (thread_attributes): Add "handle".
2189 (remote_get_threads_with_qthreadinfo): Initialize thread_handle
2190 field.
2191 (remote_update_thread_list): Update thread_handle.
2192 (remote_thread_handle_to_thread_info): New function.
2193 (init_remote_ops): Initialize to_thread_handle_to_thread_info.
2194
fbbe5337
KB
21952017-09-21 Kevin Buettner <kevinb@redhat.com>
2196
2197 * python/py-inferior.c (gdbpy_thread_from_thread_handle): New
2198 function.
2199 (inferior_object_methods): Add gdbpy_thread_from_thread_handle.
2200 * python/python-internal.h (thread_object_type): Declare.
2201
e04ee09e
KB
22022017-09-21 Kevin Buettner <kevinb@redhat.com>
2203
2204 * target.h (struct target_ops): Add to_thread_handle_to_thread_info.
2205 (target_thread_handle_to_thread_info): Declare.
2206 * target.c (target_thread_handle_to_thread_info): New function.
2207 * target-delegates.c: Regenerate.
2208 * gdbthread.h (find_thread_by_handle): Declare.
2209 * thread.c (find_thread_by_handle): New function.
2210 * linux-thread-db.c (thread_db_thread_handle_to_thread_info): New
2211 function.
2212 (init_thread_db_ops): Register thread_db_thread_handle_to_thread_info.
2213
1e5b66ed
SM
22142017-09-21 Simon Marchi <simon.marchi@ericsson.com>
2215
2216 * nat/linux-waitpid.c (linux_debug): Add ATTRIBUTE_PRINTF.
2217
ebe48ba0
SM
22182017-09-21 Simon Marchi <simon.marchi@ericsson.com>
2219
2220 * microblaze-tdep.c (microblaze_debug): Add ATTRIBUTE_PRINTF.
2221
0a0bf5dc
YQ
22222017-09-21 Yao Qi <yao.qi@linaro.org>
2223
2224 * configure.tgt (aarch64*-*-freebsd*): Add fbsd-tdep.o solib-svr4.o
2225 to gdb_target_obs.
2226
d1b0a7bf
TT
22272017-09-20 Tom Tromey <tom@tromey.com>
2228
2229 * breakpoint.c (struct counted_command_line): Remove.
2230 (breakpoint_commands): Update.
2231 (alloc_counted_command_line, incref_counted_command_line)
2232 (decref_counted_command_line, do_cleanup_counted_command_line)
2233 (make_cleanup_decref_counted_command_line): Remove.
2234 (breakpoint_set_commands, commands_command_1, ~bpstats, bpstats)
2235 (bpstat_clear_actions, bpstat_do_actions_1, watchpoint_check)
2236 (bpstat_stop_status, print_one_breakpoint_location, ~breakpoint)
2237 (save_breakpoints): Update.
2238 * breakpoint.h (counted_command_line): Now a typedef to
2239 shared_ptr.
2240 (struct breakpoint) <commands>: Now a counted_command_line.
2241 (struct bpstats) <command>: Likewise.
2242
48649e1b
TT
22432017-09-20 Tom Tromey <tom@tromey.com>
2244
2245 * breakpoint.c (struct commands_info, do_map_commands_command):
2246 Remove.
2247 (commands_command_1): Update.
2248 (iterate_over_related_breakpoints): Take a function_view.
2249 (do_delete_breakpoint, do_map_delete_breakpoint): Remove.
2250 (delete_command): Update.
2251 (map_breakpoint_numbers): Take a function_view.
2252 (do_disable_breakpoint, do_map_delete_breakpoint): Remove.
2253 (disable_command): Update.
2254 (do_enable_breakpoint, do_map_enable_breakpoint): Remove.
2255 (enable_command): Update.
2256 (struct disp_data, do_enable_breakpoint_disp)
2257 (do_map_enable_once_breakpoint, do_map_enable_count_breakpoint)
2258 (do_map_enable_delete_breakpoint): Remove.
2259 (enable_once_command, enable_count_command, enable_delete_command)
2260 (delete_trace_variable_command): Update.
2261
04afa70c
TT
22622017-09-20 Tom Tromey <tom@tromey.com>
2263
2264 * breakpoint.c (~bpstats): Rename from bpstat_free. Update.
2265 (bpstat_clear): Use delete.
2266 (bpstats): New constructors.
2267 (bpstat_copy, bpstat_stop_status): Use new.
2268 (dprintf_after_condition_true): Update.
2269 * breakpoint.h (bpstats::bpstats): Add constructors.
2270 (bpstats::~bpstats): Add destructor.
2271
c83833f4
PA
22722017-09-20 Pedro Alves <palves@redhat.com>
2273
2274 * eval.c (make_params): Delete, refactored as ...
2275 (class fake_method): ... this new type's ctor.
2276 (fake_method::~fake_method): New.
2277 (evaluate_subexp_standard): Use 'fake_method'.
2278
223ffa71
TT
22792017-09-20 Tom Tromey <tom@tromey.com>
2280
2281 * windows-nat.c (get_windows_debug_event, windows_wait)
2282 (do_initial_windows_stuff, windows_attach): Update.
2283 * utils.c (vwarning, internal_vproblem): Update.
2284 (ui_unregister_input_event_handler_cleanup)
2285 (prepare_to_handle_input): Remove.
2286 (class scoped_input_handler): New.
2287 (defaulted_query, prompt_for_continue): Update.
2288 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
2289 Update.
2290 * top.c (undo_terminal_modifications_before_exit): Update.
2291 * target/target.h (target_terminal_init, target_terminal_inferior)
2292 (target_terminal_ours): Don't declare.
2293 (class target_terminal): New.
2294 * target.h (target_terminal_is_inferior, target_terminal_is_ours)
2295 (target_terminal_ours_for_output)
2296 (make_cleanup_restore_target_terminal): Don't declare.
2297 (target_terminal_info): Remove.
2298 * target.c (enum terminal_state, terminal_state): Remove.
2299 (target_terminal::terminal_state): Define.
2300 (target_terminal::init): Rename from target_terminal_init.
2301 (target_terminal::inferior): Rename from
2302 target_terminal_inferior.
2303 (target_terminal::ours): Rename from target_terminal_ours.
2304 (target_terminal::ours_for_output): Rename from
2305 target_terminal_ours_for_output.
2306 (target_terminal::info): New method.
2307 (cleanup_restore_target_terminal)
2308 (make_cleanup_restore_target_terminal): Remove.
2309 * solib.c (handle_solib_event): Update.
2310 * remote.c (remote_serial_quit_handler): Update.
2311 (remote_terminal_inferior, remote_wait_as): Update.
2312 * record-full.c (record_full_wait_1): Update.
2313 * nto-procfs.c (procfs_create_inferior): Update.
2314 * nat/fork-inferior.c (startup_inferior): Update.
2315 * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
2316 (mi_record_changed, mi_inferior_added, mi_inferior_appeared)
2317 (mi_inferior_exit, mi_inferior_removed, mi_traceframe_changed)
2318 (mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
2319 (mi_breakpoint_created, mi_breakpoint_deleted)
2320 (mi_breakpoint_modified, mi_on_resume, mi_solib_loaded)
2321 (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
2322 (mi_user_selected_context_changed, report_initial_inferior):
2323 Update.
2324 * linux-nat.c (linux_nat_attach, linux_nat_terminal_ours)
2325 (linux_nat_terminal_inferior): Update.
2326 * infrun.c (follow_fork_inferior)
2327 (handle_vfork_child_exec_or_exit, do_target_resume)
2328 (check_curr_ui_sync_execution_done, handle_inferior_event_1)
2329 (handle_signal_stop, maybe_remove_breakpoints, normal_stop):
2330 Update.
2331 * inflow.c (child_terminal_init, info_terminal_command): Update.
2332 * infcmd.c (post_create_inferior, continue_1, prepare_one_step)
2333 (attach_command): Update.
2334 * infcall.c (call_thread_fsm_should_stop): Update.
2335 * gnu-nat.c (gnu_attach): Update.
2336 * extension.c (struct active_ext_lang_state)
2337 (restore_active_ext_lang): Update.
2338 * exceptions.c (print_flush): Update.
2339 * event-top.c (async_enable_stdin, default_quit_handler): Update.
2340 (struct quit_handler_cleanup_data, restore_quit_handler)
2341 (restore_quit_handler_dtor, make_cleanup_override_quit_handler):
2342 Remove.
2343 * cp-support.c (gdb_demangle): Update.
2344 * breakpoint.c (update_inserted_breakpoint_locations)
2345 (insert_breakpoint_locations, handle_jit_event)
2346 (disable_breakpoints_in_unloaded_shlib): Update.
2347 * annotate.c (annotate_breakpoints_invalid)
2348 (annotate_frames_invalid): Update.
2349
013af3fc
TT
23502017-09-20 Tom Tromey <tom@tromey.com>
2351
2352 * main.c (catch_command_errors): Rename from
2353 catch_command_errors_const.
2354 (captured_main_1): Update.
2355
06871ae8
PA
23562017-09-20 Pedro Alves <palves@redhat.com>
2357
2358 * cli/cli-cmds.c (list_command): Use print_sal_location.
2359 (print_sal_location): New function.
2360 (ambiguous_line_spec): Use print_sal_location.
2361 * linespec.c (symbol_to_sal): Record the symbol in the sal.
2362 * symtab.c (find_function_start_sal): Likewise.
2363 * symtab.h (symtab_and_line::symbol): New field.
2364
e5f25bc5
PA
23652017-09-20 Pedro Alves <palves@redhat.com>
2366
2367 * linespec.c (minsym_found): Handle non-text minsyms.
2368 (symbol_to_sal): Record a sal.pc for non-block, non-label symbols.
2369
1b7fa39e
WT
23702017-09-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
2371
2372 * features/Makefile (i386-avx-mpx-avx512-pku.dat): Add missing
2373 backslash.
2374
37dd0825
WT
23752017-09-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
2376
2377 * gdb.arch/i386-avx512.c (move_zmm_data_to_reg): Use
2378 vmovups instead vmovaps.
2379 (move_zmm_data_to_memory): Use vmovups instead vmovaps.
2380
4e5a4f58
JB
23812017-09-19 John Baldwin <jhb@FreeBSD.org>
2382
2383 * NEWS (Changes since GDB 8.0): Add starti.
2384 * infcmd.c (enum run_break): New.
2385 (run_command_1): Queue pending event for RUN_STOP_AT_FIRST_INSN
2386 case.
2387 (run_command): Use enum run_how.
2388 (start_command): Likewise.
2389 (starti_command): New function.
2390 (RUN_ARGS_HELP): New macro.
2391 (_initialize_infcmd): Use RUN_ARGS_HELP for run and start
2392 commands. Add starti command.
2393
aa70c9f1
YQ
23942017-09-19 Yao Qi <yao.qi@linaro.org>
2395
2396 * Makefile.in (monitor.o): Remove the rule.
2397
d6541620
YQ
23982017-09-19 Yao Qi <yao.qi@linaro.org>
2399
2400 * annotate.h (struct annotate_arg_emitter): Use
2401 DISABLE_COPY_AND_ASSIGN.
2402 * common/refcounted-object.h (refcounted_object): Likewise.
2403 * completer.h (struct completion_result): Likewise.
2404 * dwarf2read.c (struct dwarf2_per_objfile): Likewise.
2405 * filename-seen-cache.h (filename_seen_cache): Likewise.
2406 * gdbcore.h (thread_section_name): Likewise.
2407 * gdb_regex.h (compiled_regex): Likewise.
2408 * gdbthread.h (scoped_restore_current_thread): Likewise.
2409 * inferior.h (scoped_restore_current_inferior): Likewise.
2410 * jit.c (jit_reader): Likewise.
2411 * linespec.h (struct linespec_result): Likewise.
2412 * mi/mi-parse.h (struct mi_parse): Likewise.
2413 * nat/fork-inferior.c (execv_argv): Likewise.
2414 * progspace.h (scoped_restore_current_program_space): Likewise.
2415 * python/python-internal.h (class gdbpy_enter): Likewise.
2416 * regcache.h (regcache): Likewise.
2417 * target-descriptions.c (struct tdesc_reg): Likewise.
2418 (struct tdesc_type): Likewise.
2419 (struct tdesc_feature): Likewise.
2420 * ui-out.h (ui_out_emit_type): Likewise.
2421
0615127c
SM
24222017-09-18 Simon Marchi <simon.marchi@ericsson.com>
2423
2424 * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Remove
2425 label abort_expression.
2426
5e187554
SM
24272017-09-16 Simon Marchi <simon.marchi@ericsson.com>
2428
2429 * common/buffer.c (buffer_xml_printf): Adjust.
2430 * common/xml-utils.c (xml_escape_text): Change return type to
2431 std::string, update code accordingly.
2432 * common/xml-utils.h (xml_escape_text): Change return type to
2433 std::string.
2434 * rs6000-aix-tdep.c (rs6000_aix_shared_library_to_xml): Adjust.
2435 * windows-tdep.c (windows_xfer_shared_library): Adjust.
2436 * unittests/xml-utils-selftests.c (test_xml_escape_text):
2437 Adjust.
2438
c3d7b541
SM
24392017-09-16 Simon Marchi <simon.marchi@ericsson.com>
2440
2441 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new source file.
2442 (SUBDIR_UNITTESTS_OBS): Add new object file.
2443 * unittests/xml-utils-selftests.c: New file.
2444
1526853e
SM
24452017-09-16 Simon Marchi <simon.marchi@ericsson.com>
2446
2447 * common/selftest.h (selftest): New struct/interface.
2448 (register_test): Add name parameter, add new overload.
2449 (run_tests): Add filter parameter.
2450 (for_each_selftest_ftype): New typedef.
2451 (for_each_selftest): New declaration.
2452 * common/selftest.c (tests): Change type to
2453 map<string, unique_ptr<selftest>>.
2454 (simple_selftest): New struct.
2455 (register_test): New function.
2456 (register_test): Add name parameter and use it.
2457 (run_tests): Add filter parameter and use it. Add prints.
2458 Adjust to vector -> map change.
2459 * aarch64-tdep.c (_initialize_aarch64_tdep): Add names when
2460 registering selftests.
2461 * arm-tdep.c (_initialize_arm_tdep): Likewise.
2462 * disasm-selftests.c (_initialize_disasm_selftests): Likewise.
2463 * dwarf2-frame.c (_initialize_dwarf2_frame): Likewise.
2464 * dwarf2loc.c (_initialize_dwarf2loc): Likewise.
2465 * findvar.c (_initialize_findvar): Likewise.
2466 * gdbarch-selftests.c (_initialize_gdbarch_selftests): Likewise.
2467 * maint.c (maintenance_selftest): Update call to run_tests.
2468 (maintenance_info_selftests): New function.
2469 (_initialize_maint_cmds): Register "maintenance info selftests"
2470 command. Update "maintenance selftest" doc.
2471 * regcache.c (_initialize_regcache): Add names when registering
2472 selftests.
2473 * rust-exp.y (_initialize_rust_exp): Likewise.
2474 * selftest-arch.c (gdbarch_selftest): New struct.
2475 (gdbarch_tests): Remove.
2476 (register_test_foreach_arch): Add name parameter. Call
2477 register_test.
2478 (tests_with_arch): Remove, move most content to
2479 gdbarch_selftest::operator().
2480 (_initialize_selftests_foreach_arch): Remove.
2481 * selftest-arch.h (register_test_foreach_arch): Add name
2482 parameter.
2483 (run_tests_with_arch): New declaration.
2484 * utils-selftests.c (_initialize_utils_selftests): Add names
2485 when registering selftests.
2486 * utils.c (_initialize_utils): Likewise.
2487 * unittests/array-view-selftests.c
2488 (_initialize_array_view_selftests): Likewise.
2489 * unittests/environ-selftests.c (_initialize_environ_selftests):
2490 Likewise.
2491 * unittests/function-view-selftests.c
2492 (_initialize_function_view_selftests): Likewise.
2493 * unittests/offset-type-selftests.c
2494 (_initialize_offset_type_selftests): Likewise.
2495 * unittests/optional-selftests.c
2496 (_initialize_optional_selftests): Likewise.
2497 * unittests/scoped_restore-selftests.c
2498 (_initialize_scoped_restore_selftests): Likewise.
2499 * NEWS: Document "maintenance selftest" and "maint info
2500 selftests".
2501
5846367a
SM
25022017-09-16 Simon Marchi <simon.marchi@ericsson.com>
2503
2504 * mi/mi-main.c (mi_load_progress): Restore current_uiout using a
2505 scoped_restore.
2506
bd77e8ff
SM
25072017-09-16 Simon Marchi <simon.marchi@ericsson.com>
2508
2509 * mi/mi-main.c (mi_load_progress): Make uiout variable
2510 a unique_ptr.
2511
26a67918
PA
25122017-09-15 Pedro Alves <palves@redhat.com>
2513
2514 * compile/compile-c-types.c (convert_enum, convert_int)
2515 (convert_float): Adjust to refer to int_type_v0 and float_type_v0.
2516
3f8a7804
SM
25172017-09-15 Simon Marchi <simon.marchi@ericsson.com>
2518
2519 * dwarf2read.c (copy_string): Remove.
2520 (parse_macro_definition): Replace copy_string with savestring.
2521
8d200706
YQ
25222017-09-15 Yao Qi <yao.qi@linaro.org>
2523
2524 * configure.tgt (i[34567]86-*-darwin*): Append amd64.o to
2525 gdb_target_obs.
2526 (i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*):
2527 Likewise.
2528 (i[34567]86-*-linux*): Likewise.
2529
d185219d
SM
25302017-09-14 Simon Marchi <simon.marchi@ericsson.com>
2531
2532 * dwarf2expr.h (dwarf_stack_value): Add constructor.
2533 (dwarf_expr_context) <~dwarf_expr_context>: Define as default.
2534 <stack>: Change type to std::vector.
2535 <stack_len, stack_allocated>: Remove.
2536 <grow_stack>: Remove.
2537 * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
2538 (dwarf_expr_context::~dwarf_expr_context): Remove.
2539 (dwarf_expr_context::grow_stack): Remove.
2540 (dwarf_expr_context::push): Adjust.
2541 (dwarf_expr_context::pop): Adjust.
2542 (dwarf_expr_context::fetch): Adjust.
2543 (dwarf_expr_context::fetch_in_stack_memory): Adjust.
2544 (dwarf_expr_context::stack_empty_p): Adjust.
2545 (dwarf_expr_context::execute_stack_op): Adjust.
2546
eccd80d6
SM
25472017-09-14 Simon Marchi <simon.marchi@ericsson.com>
2548
2549 * dwarf2expr.h (dwarf_expr_context) <stack_empty_p>: Change
2550 return type to bool.
2551 * dwarf2expr.c (dwarf_expr_context::stack_empty_p): Likewise.
2552
69009882
SM
25532017-09-14 Simon Marchi <simon.marchi@ericsson.com>
2554
2555 * dwarf2expr.h (dwarf_expr_piece) <v.mem.in_stack_memory>:
2556 Change type to bool.
2557 (dwarf_stack_value) <in_stack_memory>: Likewise.
2558 (dwarf_expr_context) <push_address>: Change parameter type to
2559 bool.
2560 <fetch_in_stack_memory>: Change return type to bool.
2561 <push>: Change parameter type to bool.
2562 * dwarf2expr.c (dwarf_expr_context::push): Change parameter type
2563 to bool.
2564 (dwarf_expr_context::push_address): Likewise.
2565 (dwarf_expr_context::fetch_in_stack_memory): Change return type
2566 to bool.
2567 (dwarf_expr_context::execute_stack_op): Adjust.
2568 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Adjust.
2569
1e467161
SM
25702017-09-14 Simon Marchi <simon.marchi@ericsson.com>
2571
2572 * dwarf2expr.h (struct dwarf_expr_piece): Move up.
2573 (struct dwarf_expr_context) <n_pieces>: Remove.
2574 <pieces>: Change type to std::vector.
2575 * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
2576 (dwarf_expr_context::~dwarf_expr_context): Don't manually free
2577 pieces.
2578 (dwarf_expr_context::add_piece): Adjust.
2579 * dwarf2loc.c (struct piece_closure): Initialize fields.
2580 <n_pieces>: Remove.
2581 <pieces>: Change type to std::vector.
2582 (allocate_piece_closure): Adjust, change parameter to
2583 std::vector rvalue and std::move it to piece_closure.
2584 (rw_pieced_value): Adjust.
2585 (check_pieced_synthetic_pointer): Adjust.
2586 (indirect_synthetic_pointer): Adjust.
2587 (coerce_pieced_ref): Adjust.
2588 (free_pieced_value_closure): Adjust. Use delete to free
2589 piece_closure.
2590 (dwarf2_evaluate_loc_desc_full): Adjust. std::move ctx.pieces
2591 to allocate_piece_closure.
2592 (dwarf2_loc_desc_get_symbol_read_needs): Adjust.
2593
0782db84
SM
25942017-09-12 Simon Marchi <simon.marchi@ericsson.com>
2595
2596 * probe.h (probe_ops_cp): Remove typedef.
2597 (DEF_VEC_P (probe_ops_cp)): Remove.
2598 (all_probe_ops): Change type to std::vector.
2599 * probe.c (info_probes_for_ops): Adjust to vector change.
2600 (probe_linespec_to_ops): Likewise.
2601 (all_probe_ops): Change type to std::vector.
2602 (_initialize_probe): Adjust to vector change.
2603 * dtrace-probe.c (_initialize_dtrace_probe): Likewise.
2604 * elfread.c (elf_get_probes): Likewise.
2605 * stap-probe.c (_initialize_stap_probe): Likewise.
2606
1eac6bea
SM
26072017-09-12 Simon Marchi <simon.marchi@ericsson.com>
2608
2609 * probe.h (struct bound_probe): Define constructors.
2610 * probe.c (bound_probe_s): Remove typedef.
2611 (DEF_VEC_O (bound_probe_s)): Remove VEC.
2612 (collect_probes): Change return type to std::vector, remove
2613 cleanup.
2614 (compare_probes): Return bool, change parameter type. Change
2615 semantic to "less than".
2616 (gen_ui_out_table_header_info): Change parameter to std::vector
2617 and update.
2618 (exists_probe_with_pops): Likewise.
2619 (info_probes_for_ops): Update to std::vector change.
2620 (enable_probes_command): Likewise.
2621 (disable_probes_command): Likewise.
2622
aaa63a31
SM
26232017-09-12 Simon Marchi <simon.marchi@ericsson.com>
2624
2625 * probe.h (struct probe_ops) <get_probes>: Change parameter from
2626 vec to std::vector.
2627 * probe.c (parse_probes_in_pspace): Update.
2628 (find_probes_in_objfile): Update.
2629 (find_probe_by_pc): Update.
2630 (collect_probes): Update.
2631 (probe_any_get_probes): Update.
2632 * symfile.h (struct sym_probe_fns) <sym_get_probes> Change
2633 return type to reference to std::vector.
2634 * dtrace-probe.c (dtrace_process_dof_probe): Change parameter to
2635 std::vector and update.
2636 (dtrace_process_dof): Likewise.
2637 (dtrace_get_probes): Likewise.
2638 * elfread.c (elf_get_probes): Change return type to std::vector,
2639 store an std::vector in bfd_data.
2640 (probe_key_free): Update to std::vector.
2641 * stap-probe.c (handle_stap_probe): Change parameter to
2642 std::vector and update.
2643 (stap_get_probes): Likewise.
2644 * symfile-debug.c (debug_sym_get_probes): Change return type to
2645 std::vector and update.
2646
cb85b21b
TT
26472017-09-11 Tom Tromey <tom@tromey.com>
2648
2649 * breakpoint.c (program_breakpoint_here_p): Update.
2650 * target.c (make_scoped_restore_show_memory_breakpoints): Rename
2651 from make_show_memory_breakpoints_cleanup. Return a
2652 scoped_restore_tmpl<int>.
2653 (restore_show_memory_breakpoints): Remove.
2654 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Update.
2655 * mem-break.c (memory_validate_breakpoint): Update.
2656 * ia64-tdep.c (ia64_memory_insert_breakpoint): Update.
2657 (ia64_memory_remove_breakpoint): Update.
2658 (ia64_breakpoint_from_pc): Update.
2659 * target.h (make_scoped_restore_show_memory_breakpoints): Rename
2660 from make_show_memory_breakpoints_cleanup.
2661
8fbc99ef
TT
26622017-09-11 Tom Tromey <tom@tromey.com>
2663
2664 * d-namespace.c (d_lookup_symbol): Use std::string.
2665 (find_symbol_in_baseclass): Likewise.
2666
50feb4bd
TT
26672017-09-11 Tom Tromey <tom@tromey.com>
2668
2669 * ctf.c (ctf_start): Use std::string.
2670
c6dc63a1
TT
26712017-09-11 Tom Tromey <tom@tromey.com>
2672
2673 * ada-lang.c (is_known_support_routine): Update.
2674 (ada_unhandled_exception_name_addr_from_raise): Update.
2675 * guile/scm-frame.c (gdbscm_frame_name): Update.
2676 * python/py-frame.c (frapy_name): Update.
2677 (frapy_function): Update.
2678 * stack.h (find_frame_funname): Update.
2679 * stack.c (find_frame_funname): Return unique_xmalloc_ptr.
2680 (print_frame): Update.
2681
d6b9b80f
TT
26822017-09-11 Tom Tromey <tom@tromey.com>
2683
2684 * findcmd.c (put_bits): Take a gdb::byte_vector.
2685 (parse_find_args): Return gdb::byte_vector. "args" now const.
2686 Remove "pattern_bufp" and "pattern_lenp" parameters. Remove
2687 cleanups.
2688 (find_command): Update.
2689
a9921622
TT
26902017-09-11 Tom Tromey <tom@tromey.com>
2691
2692 * cli/cli-script.c (class scoped_restore_hook_in): New.
2693 (clear_hook_in_cleanup): Remove.
2694 (execute_cmd_pre_hook, execute_cmd_post_hook): Use
2695 scoped_restore_hook_in.
2696
be0d7abb
TT
26972017-09-11 Tom Tromey <tom@tromey.com>
2698
2699 * cli/cli-script.c (restore_interp): Remove.
2700 (read_command_lines): Use scoped_restore_interp.
2701 * interps.c (scoped_restore_interp::set_temp): Rename from
2702 interp_set_temp.
2703 * interps.h (class scoped_restore_interp): New.
2704 (interp_set_temp): Remove.
2705
00f675ff
TT
27062017-09-11 Tom Tromey <tom@tromey.com>
2707
2708 * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
2709 (mi_cmd_catch_exception, mi_catch_load_unload): Update.
2710 * mi/mi-cmd-break.c (setup_breakpoint_reporting): Return a
2711 scoped_restore.
2712 (mi_cmd_break_insert_1): Update.
2713 * mi/mi-cmd-break.h (setup_breakpoint_reporting): Return a
2714 scoped_restore.
2715
cb791d59
TT
27162017-09-11 Tom Tromey <tom@tromey.com>
2717
2718 * demangle.c (demangle_command): Update.
2719 * breakpoint.c (disable_command): Update.
2720 (enable_command): Update.
2721 (find_location_by_number): Make "number" const. Use
2722 get_number_trailer.
2723 * cli/cli-utils.c (extract_arg): Return std::string.
2724 * probe.c (parse_probe_linespec): Update. Change types.
2725 (collect_probes): Take string arguments.
2726 (parse_probe_linespec): Likewise.
2727 (info_probes_for_ops): Update.
2728 (enable_probes_command): Update.
2729 (disable_probes_command): Update.
2730 * break-catch-sig.c (catch_signal_split_args): Update.
2731 * mi/mi-parse.c (mi_parse): Update.
2732
2039bd9f
TT
27332017-09-11 Tom Tromey <tom@tromey.com>
2734
2735 * language.h (language_enum): Make argument const.
2736 * language.c (language_enum): Make argument const.
2737
f1735a53
TT
27382017-09-11 Tom Tromey <tom@tromey.com>
2739
2740 * common/common-utils.h (skip_to_space): Remove macro, redeclare
2741 as function.
2742 (skip_to_space): Rename from skip_to_space_const.
2743 * common/common-utils.c (skip_to_space): New function.
2744 (skip_to_space): Rename from skip_to_space_const.
2745 * cli/cli-utils.h (get_number): Rename from get_number_const.
2746 (extract_arg): Rename from extract_arg_const.
2747 * cli/cli-utils.c (get_number): Rename from get_number_const.
2748 (extract_arg): Rename from extract_arg_const.
2749 (number_or_range_parser::get_number): Use ::get_number.
2750 * aarch64-linux-tdep.c, ada-lang.c, arm-linux-tdep.c, ax-gdb.c,
2751 break-catch-throw.c, breakpoint.c, cli/cli-cmds.c, cli/cli-dump.c,
2752 cli/cli-script.c, cli/cli-setshow.c, compile/compile.c,
2753 completer.c, demangle.c, disasm.c, findcmd.c, linespec.c,
2754 linux-tdep.c, linux-thread-db.c, location.c, mi/mi-parse.c,
2755 minsyms.c, nat/linux-procfs.c, printcmd.c, probe.c,
2756 python/py-breakpoint.c, record.c, rust-exp.y, serial.c, stack.c,
2757 stap-probe.c, tid-parse.c, tracepoint.c: Update all callers.
2758
7d221d74
TT
27592017-09-11 Tom Tromey <tom@tromey.com>
2760
2761 * python/python.c (do_start_initialization): Use
2762 py-event-types.def to initialize types.
2763 Define all object type structures.
2764 * python/python-internal.h: Don't declare event initialization
2765 functions.
2766 * python/py-threadevent.c (thread_event_object_type): Don't
2767 define.
2768 * python/py-stopevent.c (stop_event_object_type): Don't define.
2769 * python/py-signalevent.c (signal_event_object_type): Don't
2770 declare or define.
2771 * python/py-newobjfileevent.c (new_objfile_event_object_type)
2772 (clear_objfiles_event_object_type): Don't declare or define.
2773 * python/py-infevents.c (inferior_call_pre_event_object_type)
2774 (inferior_call_post_event_object_type)
2775 (register_changed_event_object_type)
2776 (memory_changed_event_object_type): Don't declare or define.
2777 * python/py-inferior.c (new_thread_event_object_type)
2778 (new_inferior_event_object_type)
2779 (inferior_deleted_event_object_type): Don't declare or define.
2780 * python/py-exitedevent.c (exited_event_object_type): Don't
2781 declare or define.
2782 * python/py-evts.c (gdbpy_initialize_py_events): Use
2783 py-all-events.def.
2784 * python/py-events.h (thread_event_object_type): Don't declare.
2785 (events_object): Use py-all-events.def.
2786 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove. Use
2787 py-event-types.def.
2788 * python/py-event-types.def: New file.
2789 * python/py-continueevent.c (create_continue_event_object): Don't
2790 declare or define.
2791 * python/py-bpevent.c (breakpoint_event_object_type): Don't
2792 declare or define.
2793 * python/py-all-events.def: New file.
2794
35c61a1d
TT
27952017-09-11 Tom Tromey <tom@tromey.com>
2796
2797 * python/py-threadevent.c (create_thread_event_object): Return
2798 gdbpy_ref.
2799 * python/py-stopevent.h (create_stop_event_object)
2800 (create_breakpoint_event_object, create_signal_event_object):
2801 Update.
2802 * python/py-stopevent.c (create_stop_event_object): Return
2803 gdbpy_ref.
2804 (emit_stop_event): Update.
2805 * python/py-signalevent.c (create_signal_event_object): Return
2806 gdbpy_ref.
2807 * python/py-infevents.c (create_inferior_call_event_object):
2808 Update.
2809 * python/py-event.h (create_event_object)
2810 (create_thread_event_object): Update.
2811 * python/py-event.c (create_event_object): Return gdbpy_ref.
2812 * python/py-continueevent.c: Return gdbpy_ref.
2813 * python/py-bpevent.c (create_breakpoint_event_object): Return
2814 gdbpy_ref.
2815
7c96f8c1
TT
28162017-09-11 Tom Tromey <tom@tromey.com>
2817
2818 PR python/15622:
2819 * NEWS: Add entry.
2820 * python/python.c (do_start_initialization): Initialize new event
2821 types.
2822 * python/python-internal.h (gdbpy_initialize_new_inferior_event)
2823 (gdbpy_initialize_inferior_deleted_event)
2824 (gdbpy_initialize_new_thread_event): Declare.
2825 * python/py-threadevent.c (create_thread_event_object): Add option
2826 "thread" parameter.
2827 * python/py-inferior.c (new_thread_event_object_type)
2828 (new_inferior_event_object_type)
2829 (inferior_deleted_event_object_type): Declare.
2830 (python_new_inferior, python_inferior_deleted): New functions.
2831 (add_thread_object): Emit new_thread event.
2832 (gdbpy_initialize_inferior): Attach new functions to corresponding
2833 observers.
2834 (new_thread, new_inferior, inferior_deleted): Define new event
2835 types.
2836 * python/py-evts.c (gdbpy_initialize_py_events): Add new
2837 registries.
2838 * python/py-events.h (events_object) <new_inferior,
2839 inferior_deleted, new_thread>: New fields.
2840 * python/py-event.h (create_thread_event_breakpoint): Add optional
2841 "thread" parameter.
2842
72542b8e
AB
28432017-09-10 Andrew Burgess <andrew.burgess@embecosm.com>
2844
2845 * utils.c (abort_with_message): Don't compare gdb_stderr to NULL,
2846 check current_ui instead.
2847 (internal_vproblem): Likewise.
2848
0d64823e
SM
28492017-09-09 Simon Marchi <simon.marchi@ericsson.com>
2850
2851 * thread.c (print_thread_info_1): Remove unnecessary calls to
2852 uiout->is_mi_like_p.
2853
eb1e02fd
TT
28542017-09-09 Tom Tromey <tom@tromey.com>
2855
2856 * namespace.h (add_using_directive): Update.
2857 * namespace.c (add_using_directive): Change type of excludes to
2858 std::vector.
2859 * dwarf2read.c (read_import_statement): Use std::vector.
2860 (read_namespace): Update.
2861 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
2862
0fc21fd8
TT
28632017-09-09 Tom Tromey <tom@tromey.com>
2864
2865 * linespec.c (create_sals_line_offset): Use gdb::def_vector.
2866
49663d05
TT
28672017-09-09 Tom Tromey <tom@tromey.com>
2868
2869 * p-valprint.c (pascal_object_print_value): Use gdb::byte_vector.
2870
0b868b60
TT
28712017-09-09 Tom Tromey <tom@tromey.com>
2872
2873 * stack.c (func_command): Use gdb::def_vector.
2874
c0470d48
TT
28752017-09-09 Tom Tromey <tom@tromey.com>
2876
2877 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Use gdb::optional,
2878 ui_out_emit_list, ui_out_emit_tuple.
2879 (mi_cmd_var_update): Likewise.
2880
ca5909c7
TT
28812017-09-09 Tom Tromey <tom@tromey.com>
2882
2883 * mi/mi-interp.c (mi_user_selected_context_changed): Use
2884 ui_out_redirect_pop.
2885 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
2886 ui_out_redirect_pop.
2887 * utils.c (do_ui_out_redirect_pop)
2888 (make_cleanup_ui_out_redirect_pop): Remove.
2889 * top.c (execute_command_to_string): Use ui_out_redirect_pop.
2890 * utils.h (make_cleanup_ui_out_redirect_pop): Remove.
2891 * ui-out.h (ui_out_redirect_pop): New class.
2892
e6a2252a
TT
28932017-09-09 Tom Tromey <tom@tromey.com>
2894
2895 * mi/mi-main.c (output_cores): Use ui_out_emit_list.
2896 (list_available_thread_groups, mi_cmd_list_thread_groups)
2897 (mi_cmd_data_list_changed_registers, mi_cmd_data_read_memory)
2898 (mi_cmd_data_read_memory_bytes, mi_cmd_trace_frame_collected):
2899 Likewise.
2900
393702cd
TT
29012017-09-09 Tom Tromey <tom@tromey.com>
2902
2903 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
2904 ui_out_emit_tuple.
2905
76f9c9cf
TT
29062017-09-09 Tom Tromey <tom@tromey.com>
2907
2908 * target.c (flash_erase_command): Use ui_out_emit_tuple.
2909 * stack.c (print_frame): Use ui_out_emit_tuple.
2910 * spu-tdep.c (info_spu_event_command): Use ui_out_emit_tuple.
2911 (info_spu_mailbox_command, info_spu_dma_command)
2912 (info_spu_proxydma_command): Likewise.
2913 * mi/mi-main.c (mi_cmd_trace_frame_collected): Use
2914 ui_out_emit_tuple, gdb::byte_vector, bin2hex.
2915 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
2916 ui_out_emit_tuple.
2917 * breakpoint.c (print_it_watchpoint): Use ui_out_emit_tuple.
2918
dc9fe180
TT
29192017-09-09 Tom Tromey <tom@tromey.com>
2920
2921 * ui-out.h (make_cleanup_ui_out_table_begin_end): Remove.
2922 (class ui_out_emit_table): Update comment.
2923 * ui-out.c (do_cleanup_table_end)
2924 (make_cleanup_ui_out_table_begin_end): Remove.
2925 * spu-tdep.c (info_spu_mailbox_list): Use ui_out_emit_table.
2926 (info_spu_dma_cmdlist): Likewise.
2927 * probe.c (info_probes_for_ops): Use ui_out_emit_table.
2928 * darwin-nat-info.c (darwin_debug_regions_recurse): Use
2929 ui_out_emit_table.
2930
f8cc3da6
TT
29312017-09-09 Tom Tromey <tom@tromey.com>
2932
2933 * thread.c (print_thread_info_1): Use ui_out_emit_table,
2934 ui_out_emit_list, gdb::optional.
2935
481695ed
JB
29362017-09-09 John Baldwin <jhb@FreeBSD.org>
2937
2938 * aarch64-linux-nat.c: Remove _initialize_aarch64_linux_nat
2939 prototype.
2940 * aarch64-linux-tdep.c: Remove _initialize_aarch64_linux_tdep
2941 prototype.
2942 * aarch64-newlib-tdep.c: Remove _initialize_aarch64_newlib_tdep
2943 prototype.
2944 * aarch64-tdep.c: Remove _initialize_aarch64_tdep prototype.
2945 * ada-exp.y: Remove _initialize_ada_exp prototype.
2946 * ada-lang.c: Remove _initialize_ada_language prototype.
2947 * ada-tasks.c: Remove _initialize_tasks prototype.
2948 * addrmap.c: Remove _initialize_addrmap prototype.
2949 * agent.c: Remove _initialize_agent prototype.
2950 * aix-thread.c: Remove _initialize_aix_thread prototype.
2951 * alpha-bsd-nat.c: Remove _initialize_alphabsd_nat prototype.
2952 * alpha-linux-nat.c: Remove _initialize_alpha_linux_nat prototype.
2953 * alpha-linux-tdep.c: Remove _initialize_alpha_linux_tdep
2954 prototype.
2955 * alpha-nbsd-tdep.c: Remove _initialize_alphanbsd_tdep prototype.
2956 * alpha-obsd-tdep.c: Remove _initialize_alphaobsd_tdep prototype.
2957 * alpha-tdep.c: Remove _initialize_alpha_tdep prototype.
2958 * amd64-darwin-tdep.c: Remove _initialize_amd64_darwin_tdep
2959 prototype.
2960 * amd64-dicos-tdep.c: Remove _initialize_amd64_dicos_tdep
2961 prototype.
2962 * amd64-fbsd-nat.c: Remove _initialize_amd64fbsd_nat prototype.
2963 * amd64-fbsd-tdep.c: Remove _initialize_amd64fbsd_tdep prototype.
2964 * amd64-linux-nat.c: Remove _initialize_amd64_linux_nat prototype.
2965 * amd64-linux-tdep.c: Remove _initialize_amd64_linux_tdep
2966 prototype.
2967 * amd64-nbsd-nat.c: Remove _initialize_amd64nbsd_nat prototype.
2968 * amd64-nbsd-tdep.c: Remove _initialize_amd64nbsd_tdep prototype.
2969 * amd64-obsd-nat.c: Remove _initialize_amd64obsd_nat prototype.
2970 * amd64-obsd-tdep.c: Remove _initialize_amd64obsd_tdep prototype.
2971 * amd64-sol2-tdep.c: Remove _initialize_amd64_sol2_tdep prototype.
2972 * amd64-tdep.c: Remove _initialize_amd64_tdep prototype.
2973 * amd64-windows-nat.c: Remove _initialize_amd64_windows_nat
2974 prototype.
2975 * amd64-windows-tdep.c: Remove _initialize_amd64_windows_tdep
2976 prototype.
2977 * annotate.c: Remove _initialize_annotate prototype.
2978 * arc-newlib-tdep.c: Remove _initialize_arc_newlib_tdep prototype.
2979 * arc-tdep.c: Remove _initialize_arc_tdep prototype.
2980 * arch-utils.c: Remove _initialize_gdbarch_utils prototype.
2981 * arm-linux-nat.c: Remove _initialize_arm_linux_nat prototype.
2982 * arm-linux-tdep.c: Remove _initialize_arm_linux_tdep prototype.
2983 * arm-nbsd-tdep.c: Remove _initialize_arm_netbsd_tdep prototype.
2984 * arm-obsd-tdep.c: Remove _initialize_armobsd_tdep prototype.
2985 * arm-symbian-tdep.c: Remove _initialize_arm_symbian_tdep
2986 prototype.
2987 * arm-tdep.c: Remove _initialize_arm_tdep prototype.
2988 * arm-wince-tdep.c: Remove _initialize_arm_wince_tdep prototype.
2989 * auto-load.c: Remove _initialize_auto_load prototype.
2990 * auxv.c: Remove _initialize_auxv prototype.
2991 * avr-tdep.c: Remove _initialize_avr_tdep prototype.
2992 * ax-gdb.c: Remove _initialize_ax_gdb prototype.
2993 * bfin-linux-tdep.c: Remove _initialize_bfin_linux_tdep prototype.
2994 * bfin-tdep.c: Remove _initialize_bfin_tdep prototype.
2995 * break-catch-sig.c: Remove _initialize_break_catch_sig prototype.
2996 * break-catch-syscall.c: Remove _initialize_break_catch_syscall
2997 prototype.
2998 * break-catch-throw.c: Remove _initialize_break_catch_throw
2999 prototype.
3000 * breakpoint.c: Remove _initialize_breakpoint prototype.
3001 * bsd-uthread.c: Remove _initialize_bsd_uthread prototype.
3002 * btrace.c: Remove _initialize_btrace prototype.
3003 * charset.c: Remove _initialize_charset prototype.
3004 * cli/cli-cmds.c: Remove _initialize_cli_cmds prototype.
3005 * cli/cli-dump.c: Remove _initialize_cli_dump prototype.
3006 * cli/cli-interp.c: Remove _initialize_cli_interp prototype.
3007 * cli/cli-logging.c: Remove _initialize_cli_logging prototype.
3008 * cli/cli-script.c: Remove _initialize_cli_script prototype.
3009 * coff-pe-read.c: Remove _initialize_coff_pe_read prototype.
3010 * coffread.c: Remove _initialize_coffread prototype.
3011 * compile/compile.c: Remove _initialize_compile prototype.
3012 * complaints.c: Remove _initialize_complaints prototype.
3013 * completer.c: Remove _initialize_completer prototype.
3014 * copying.awk: Remove _initialize_copying prototype.
3015 * copying.c: Regenerate.
3016 * core-regset.c: Remove _initialize_core_regset prototype.
3017 * corefile.c: Remove _initialize_core prototype.
3018 * corelow.c: Remove _initialize_corelow prototype.
3019 * cp-abi.c: Remove _initialize_cp_abi prototype.
3020 * cp-namespace.c: Remove _initialize_cp_namespace prototype.
3021 * cp-support.c: Remove _initialize_cp_support prototype.
3022 * cp-valprint.c: Remove _initialize_cp_valprint prototype.
3023 * cris-linux-tdep.c: Remove _initialize_cris_linux_tdep prototype.
3024 * cris-tdep.c: Remove _initialize_cris_tdep prototype.
3025 * ctf.c: Remove _initialize_ctf prototype.
3026 * d-lang.c: Remove _initialize_d_language prototype.
3027 * darwin-nat-info.c: Remove _initialize_darwin_info_commands
3028 prototype.
3029 * darwin-nat.c: Remove _initialize_darwin_inferior prototype.
3030 * dbxread.c: Remove _initialize_dbxread prototype.
3031 * dcache.c: Remove _initialize_dcache prototype.
3032 * demangle.c: Remove _initialize_demangler prototype.
3033 * disasm-selftests.c: Remove _initialize_disasm_selftests
3034 prototype.
3035 * disasm.c: Remove _initialize_disasm prototype.
3036 * dtrace-probe.c: Remove _initialize_dtrace_probe prototype.
3037 * dummy-frame.c: Remove _initialize_dummy_frame prototype.
3038 * dwarf2-frame-tailcall.c: Remove _initialize_tailcall_frame
3039 prototype.
3040 * dwarf2-frame.c: Remove _initialize_dwarf2_frame prototype.
3041 * dwarf2expr.c: Remove _initialize_dwarf2expr prototype.
3042 * dwarf2loc.c: Remove _initialize_dwarf2loc prototype.
3043 * dwarf2read.c: Remove _initialize_dwarf2_read prototype.
3044 * elfread.c: Remove _initialize_elfread prototype.
3045 * exec.c: Remove _initialize_exec prototype.
3046 * extension.c: Remove _initialize_extension prototype.
3047 * f-lang.c: Remove _initialize_f_language prototype.
3048 * f-valprint.c: Remove _initialize_f_valprint prototype.
3049 * fbsd-nat.c: Remove _initialize_fbsd_nat prototype.
3050 * fbsd-tdep.c: Remove _initialize_fbsd_tdep prototype.
3051 * filesystem.c: Remove _initialize_filesystem prototype.
3052 * findcmd.c: Remove _initialize_mem_search prototype.
3053 * fork-child.c: Remove _initialize_fork_child prototype.
3054 * frame-base.c: Remove _initialize_frame_base prototype.
3055 * frame-unwind.c: Remove _initialize_frame_unwind prototype.
3056 * frame.c: Remove _initialize_frame prototype.
3057 * frv-linux-tdep.c: Remove _initialize_frv_linux_tdep prototype.
3058 * frv-tdep.c: Remove _initialize_frv_tdep prototype.
3059 * ft32-tdep.c: Remove _initialize_ft32_tdep prototype.
3060 * gcore.c: Remove _initialize_gcore prototype.
3061 * gdb_bfd.c: Remove _initialize_gdb_bfd prototype.
3062 * gdbarch.c: Regenerate.
3063 * gdbarch.sh: Remove _initialize_gdbarch prototype.
3064 * gdbtypes.c: Remove _initialize_gdbtypes prototype.
3065 * gnu-nat.c: Remove _initialize_gnu_nat prototype.
3066 * gnu-v2-abi.c: Remove _initialize_gnu_v2_abi prototype.
3067 * gnu-v3-abi.c: Remove _initialize_gnu_v3_abi prototype.
3068 * go-lang.c: Remove _initialize_go_language prototype.
3069 * go32-nat.c: Remove _initialize_go32_nat prototype.
3070 * guile/guile.c: Remove _initialize_guile prototype.
3071 * h8300-tdep.c: Remove _initialize_h8300_tdep prototype.
3072 * hppa-linux-nat.c: Remove _initialize_hppa_linux_nat prototype.
3073 * hppa-linux-tdep.c: Remove _initialize_hppa_linux_tdep prototype.
3074 * hppa-nbsd-nat.c: Remove _initialize_hppanbsd_nat prototype.
3075 * hppa-nbsd-tdep.c: Remove _initialize_hppanbsd_tdep prototype.
3076 * hppa-obsd-nat.c: Remove _initialize_hppaobsd_nat prototype.
3077 * hppa-obsd-tdep.c: Remove _initialize_hppaobsd_tdep prototype.
3078 * hppa-tdep.c: Remove _initialize_hppa_tdep prototype.
3079 * i386-bsd-nat.c: Remove _initialize_i386bsd_nat prototype.
3080 * i386-cygwin-tdep.c: Remove _initialize_i386_cygwin_tdep
3081 prototype.
3082 * i386-darwin-tdep.c: Remove _initialize_i386_darwin_tdep
3083 prototype.
3084 * i386-dicos-tdep.c: Remove _initialize_i386_dicos_tdep prototype.
3085 * i386-fbsd-nat.c: Remove _initialize_i386fbsd_nat prototype.
3086 * i386-fbsd-tdep.c: Remove _initialize_i386fbsd_tdep prototype.
3087 * i386-gnu-nat.c: Remove _initialize_i386gnu_nat prototype.
3088 * i386-gnu-tdep.c: Remove _initialize_i386gnu_tdep prototype.
3089 * i386-linux-nat.c: Remove _initialize_i386_linux_nat prototype.
3090 * i386-linux-tdep.c: Remove _initialize_i386_linux_tdep prototype.
3091 * i386-nbsd-nat.c: Remove _initialize_i386nbsd_nat prototype.
3092 * i386-nbsd-tdep.c: Remove _initialize_i386nbsd_tdep prototype.
3093 * i386-nto-tdep.c: Remove _initialize_i386nto_tdep prototype.
3094 * i386-obsd-nat.c: Remove _initialize_i386obsd_nat prototype.
3095 * i386-obsd-tdep.c: Remove _initialize_i386obsd_tdep prototype.
3096 * i386-sol2-nat.c: Remove _initialize_amd64_sol2_nat prototype.
3097 * i386-sol2-tdep.c: Remove _initialize_amd64_sol2_tdep prototype.
3098 * i386-tdep.c: Remove _initialize_i386_tdep prototype.
3099 * i386-windows-nat.c: Remove _initialize_i386_windows_nat
3100 prototype.
3101 * ia64-libunwind-tdep.c: Remove _initialize_libunwind_frame
3102 prototype.
3103 * ia64-linux-nat.c: Remove _initialize_ia64_linux_nat prototype.
3104 * ia64-linux-tdep.c: Remove _initialize_ia64_linux_tdep prototype.
3105 * ia64-tdep.c: Remove _initialize_ia64_tdep prototype.
3106 * ia64-vms-tdep.c: Remove _initialize_ia64_vms_tdep prototype.
3107 * infcall.c: Remove _initialize_infcall prototype.
3108 * infcmd.c: Remove _initialize_infcmd prototype.
3109 * inferior.c: Remove _initialize_inferiors prototype.
3110 * inflow.c: Remove _initialize_inflow prototype.
3111 * infrun.c: Remove _initialize_infrun prototype.
3112 * interps.c: Remove _initialize_interpreter prototype.
3113 * iq2000-tdep.c: Remove _initialize_iq2000_tdep prototype.
3114 * jit.c: Remove _initialize_jit prototype.
3115 * language.c: Remove _initialize_language prototype.
3116 * linux-fork.c: Remove _initialize_linux_fork prototype.
3117 * linux-nat.c: Remove _initialize_linux_nat prototype.
3118 * linux-tdep.c: Remove _initialize_linux_tdep prototype.
3119 * linux-thread-db.c: Remove _initialize_thread_db prototype.
3120 * lm32-tdep.c: Remove _initialize_lm32_tdep prototype.
3121 * m2-lang.c: Remove _initialize_m2_language prototype.
3122 * m32c-tdep.c: Remove _initialize_m32c_tdep prototype.
3123 * m32r-linux-nat.c: Remove _initialize_m32r_linux_nat prototype.
3124 * m32r-linux-tdep.c: Remove _initialize_m32r_linux_tdep prototype.
3125 * m32r-tdep.c: Remove _initialize_m32r_tdep prototype.
3126 * m68hc11-tdep.c: Remove _initialize_m68hc11_tdep prototype.
3127 * m68k-bsd-nat.c: Remove _initialize_m68kbsd_nat prototype.
3128 * m68k-bsd-tdep.c: Remove _initialize_m68kbsd_tdep prototype.
3129 * m68k-linux-nat.c: Remove _initialize_m68k_linux_tdep prototype.
3130 * m68k-linux-tdep.c: Remove _initialize_m68k_linux_tdep prototype.
3131 * m68k-tdep.c: Remove _initialize_m68k_tdep prototype.
3132 * m88k-bsd-nat.c: Remove _initialize_m68kbsd_nat prototype.
3133 * m88k-tdep.c: Remove _initialize_m68kbsd_tdep prototype.
3134 * machoread.c: Remove _initialize_machoread prototype.
3135 * macrocmd.c: Remove _initialize_macrocmd prototype.
3136 * macroscope.c: Remove _initialize_macroscope prototype.
3137 * maint.c: Remove _initialize_maint_cmds prototype.
3138 * mdebugread.c: Remove _initialize_mdebugread prototype.
3139 * memattr.c: Remove _initialize_mem prototype.
3140 * mep-tdep.c: Remove _initialize_mep_tdep prototype.
3141 * mi/mi-cmd-env.c: Remove _initialize_mi_cmd_env prototype.
3142 * mi/mi-cmds.c: Remove _initialize_mi_cmds prototype.
3143 * mi/mi-interp.c: Remove _initialize_mi_interp prototype.
3144 * mi/mi-main.c: Remove _initialize_mi_main prototype.
3145 * microblaze-linux-tdep.c: Remove
3146 _initialize_microblaze_linux_tdep prototype.
3147 * microblaze-tdep.c: Remove _initialize_microblaze_tdep prototype.
3148 * mips-fbsd-nat.c: Remove _initialize_mips_fbsd_nat prototype.
3149 * mips-fbsd-tdep.c: Remove _initialize_mips_fbsd_tdep prototype.
3150 * mips-linux-nat.c: Remove _initialize_mips_linux_nat prototype.
3151 * mips-linux-tdep.c: Remove _initialize_mips_linux_tdep prototype.
3152 * mips-nbsd-nat.c: Remove _initialize_mipsnbsd_nat prototype.
3153 * mips-nbsd-tdep.c: Remove _initialize_mipsnbsd_tdep prototype.
3154 * mips-sde-tdep.c: Remove _initialize_mips_sde_tdep prototype.
3155 * mips-tdep.c: Remove _initialize_mips_tdep prototype.
3156 * mips64-obsd-nat.c: Remove _initialize_mips64obsd_nat prototype.
3157 * mips64-obsd-tdep.c: Remove _initialize_mips64obsd_tdep
3158 prototype.
3159 * mipsread.c: Remove _initialize_mipsread prototype.
3160 * mn10300-linux-tdep.c: Remove _initialize_mn10300_linux_tdep
3161 prototype.
3162 * mn10300-tdep.c: Remove _initialize_mn10300_tdep prototype.
3163 * moxie-tdep.c: Remove _initialize_moxie_tdep prototype.
3164 * msp430-tdep.c: Remove _initialize_msp430_tdep prototype.
3165 * mt-tdep.c: Remove _initialize_mt_tdep prototype.
3166 * nds32-tdep.c: Remove _initialize_nds32_tdep prototype.
3167 * nios2-linux-tdep.c: Remove _initialize_nios2_linux_tdep
3168 prototype.
3169 * nios2-tdep.c: Remove _initialize_nios2_tdep prototype.
3170 * nto-procfs.c: Remove _initialize_procfs prototype.
3171 * nto-tdep.c: Remove _initialize_nto_tdep prototype.
3172 * objc-lang.c: Remove _initialize_objc_language prototype.
3173 * objfiles.c: Remove _initialize_objfiles prototype.
3174 * observer.c: Remove observer_test_first_notification_function,
3175 observer_test_second_notification_function,
3176 observer_test_third_notification_function, and
3177 _initialize_observer prototypes.
3178 * opencl-lang.c: Remove _initialize_opencl_language prototypes.
3179 * osabi.c: Remove _initialize_gdb_osabi prototype.
3180 * osdata.c: Remove _initialize_osdata prototype.
3181 * p-valprint.c: Remove _initialize_pascal_valprint prototype.
3182 * parse.c: Remove _initialize_parse prototype.
3183 * ppc-fbsd-nat.c: Remove _initialize_ppcfbsd_nat prototype.
3184 * ppc-fbsd-tdep.c: Remove _initialize_ppcfbsd_tdep prototype.
3185 * ppc-linux-nat.c: Remove _initialize_ppc_linux_nat prototype.
3186 * ppc-linux-tdep.c: Remove _initialize_ppc_linux_tdep prototype.
3187 * ppc-nbsd-nat.c: Remove _initialize_ppcnbsd_nat prototype.
3188 * ppc-nbsd-tdep.c: Remove _initialize_ppcnbsd_tdep prototype.
3189 * ppc-obsd-nat.c: Remove _initialize_ppcobsd_nat prototype.
3190 * ppc-obsd-tdep.c: Remove _initialize_ppcobsd_tdep prototype.
3191 * printcmd.c: Remove _initialize_printcmd prototype.
3192 * probe.c: Remove _initialize_probe prototype.
3193 * proc-api.c: Remove _initialize_proc_api prototype.
3194 * proc-events.c: Remove _initialize_proc_events prototype.
3195 * proc-service.c: Remove _initialize_proc_service prototype.
3196 * procfs.c: Remove _initialize_procfs prototype.
3197 * psymtab.c: Remove _initialize_psymtab prototype.
3198 * python/python.c: Remove _initialize_python prototype.
3199 * ravenscar-thread.c: Remove _initialize_ravenscar prototype.
3200 * record-btrace.c: Remove _initialize_record_btrace prototype.
3201 * record-full.c: Remove _initialize_record_full prototype.
3202 * record.c: Remove _initialize_record prototype.
3203 * regcache.c: Remove _initialize_regcache prototype.
3204 * reggroups.c: Remove _initialize_reggroup prototype.
3205 * remote-notif.c: Remove _initialize_notif prototype.
3206 * remote-sim.c: Remove _initialize_remote_sim prototype.
3207 * remote.c: Remove _initialize_remote prototype.
3208 * reverse.c: Remove _initialize_reverse prototype.
3209 * rl78-tdep.c: Remove _initialize_rl78_tdep prototype.
3210 * rs6000-aix-tdep.c: Remove _initialize_rs6000_aix_tdep prototype.
3211 * rs6000-lynx178-tdep.c: Remove _initialize_rs6000_lynx178_tdep
3212 prototype.
3213 * rs6000-nat.c: Remove _initialize_rs6000_nat prototype.
3214 * rs6000-tdep.c: Remove _initialize_rs6000_tdep prototype.
3215 * rust-exp.y: Remove _initialize_rust_exp prototype.
3216 * rx-tdep.c: Remove _initialize_rx_tdep prototype.
3217 * s390-linux-nat.c: Remove _initialize_s390_nat prototype.
3218 * s390-linux-tdep.c: Remove _initialize_s390_tdep prototype.
3219 * score-tdep.c: Remove _initialize_score_tdep prototype.
3220 * selftest-arch.c: Remove _initialize_selftests_foreach_arch
3221 prototype.
3222 * ser-go32.c: Remove _initialize_ser_dos prototype.
3223 * ser-mingw.c: Remove _initialize_ser_windows prototype.
3224 * ser-pipe.c: Remove _initialize_ser_pipe prototype.
3225 * ser-tcp.c: Remove _initialize_ser_tcp prototype.
3226 * ser-unix.c: Remove _initialize_ser_hardwire prototype.
3227 * serial.c: Remove _initialize_serial prototype.
3228 * sh-linux-tdep.c: Remove _initialize_sh_linux_tdep prototype.
3229 * sh-nbsd-nat.c: Remove _initialize_shnbsd_nat prototype.
3230 * sh-nbsd-tdep.c: Remove _initialize_shnbsd_tdep prototype.
3231 * sh-tdep.c: Remove _initialize_sh_tdep prototype.
3232 * skip.c: Remove _initialize_step_skip prototype.
3233 * sol-thread.c: Remove _initialize_sol_thread prototype.
3234 * solib-aix.c: Remove _initialize_solib_aix prototype.
3235 * solib-darwin.c: Remove _initialize_darwin_solib prototype.
3236 * solib-dsbt.c: Remove _initialize_dsbt_solib prototype.
3237 * solib-frv.c: Remove _initialize_frv_solib prototype.
3238 * solib-spu.c: Remove _initialize_spu_solib prototype.
3239 * solib-svr4.c: Remove _initialize_svr4_solib prototype.
3240 * solib-target.c: Remove _initialize_solib_target prototype.
3241 * solib.c: Remove _initialize_solib prototype.
3242 * source.c: Remove _initialize_source prototype.
3243 * sparc-linux-nat.c: Remove _initialize_sparc_linux_nat prototype.
3244 * sparc-linux-tdep.c: Remove _initialize_sparc_linux_tdep
3245 prototype.
3246 * sparc-nat.c: Remove _initialize_sparc_nat prototype.
3247 * sparc-nbsd-nat.c: Remove _initialize_sparcnbsd_nat prototype.
3248 * sparc-nbsd-tdep.c: Remove _initialize_sparcnbsd_tdep prototype.
3249 * sparc-obsd-tdep.c: Remove _initialize_sparc32obsd_tdep
3250 prototype.
3251 * sparc-sol2-nat.c: Remove _initialize_sparc_sol2_nat prototype.
3252 * sparc-sol2-tdep.c: Remove _initialize_sparc_sol2_tdep prototype.
3253 * sparc-tdep.c: Remove _initialize_sparc_tdep prototype.
3254 * sparc64-fbsd-nat.c: Remove _initialize_sparc64fbsd_nat
3255 prototype.
3256 * sparc64-fbsd-tdep.c: Remove _initialize_sparc64fbsd_tdep
3257 prototype.
3258 * sparc64-linux-nat.c: Remove _initialize_sparc64_linux_nat
3259 prototype.
3260 * sparc64-linux-tdep.c: Remove _initialize_sparc64_linux_tdep
3261 prototype.
3262 * sparc64-nat.c: Remove _initialize_sparc64_nat prototype.
3263 * sparc64-nbsd-nat.c: Remove _initialize_sparc64nbsd_nat
3264 prototype.
3265 * sparc64-nbsd-tdep.c: Remove _initialize_sparc64nbsd_tdep
3266 prototype.
3267 * sparc64-obsd-nat.c: Remove _initialize_sparc64obsd_nat
3268 prototype.
3269 * sparc64-obsd-tdep.c: Remove _initialize_sparc64obsd_tdep
3270 prototype.
3271 * sparc64-sol2-tdep.c: Remove _initialize_sparc64_sol2_tdep
3272 prototype.
3273 * spu-linux-nat.c: Remove _initialize_spu_nat prototype.
3274 * spu-multiarch.c: Remove _initialize_spu_multiarch prototype.
3275 * spu-tdep.c: Remove _initialize_spu_tdep prototype.
3276 * stabsread.c: Remove _initialize_stabsread prototype.
3277 * stack.c: Remove _initialize_stack prototype.
3278 * stap-probe.c: Remove _initialize_stap_probe prototype.
3279 * std-regs.c: Remove _initialize_frame_reg prototype.
3280 * symfile-debug.c: Remove _initialize_symfile_debug prototype.
3281 * symfile-mem.c: Remove _initialize_symfile_mem prototype.
3282 * symfile.c: Remove _initialize_symfile prototype.
3283 * symmisc.c: Remove _initialize_symmisc prototype.
3284 * symtab.c: Remove _initialize_symtab prototype.
3285 * target-dcache.c: Remove _initialize_target_dcache prototype.
3286 * target-descriptions.c: Remove _initialize_target_descriptions
3287 prototype.
3288 * thread.c: Remove _initialize_thread prototype.
3289 * tic6x-linux-tdep.c: Remove _initialize_tic6x_linux_tdep
3290 prototype.
3291 * tic6x-tdep.c: Remove _initialize_tic6x_tdep prototype.
3292 * tilegx-linux-nat.c: Remove _initialize_tile_linux_nat prototype.
3293 * tilegx-linux-tdep.c: Remove _initialize_tilegx_linux_tdep
3294 prototype.
3295 * tilegx-tdep.c: Remove _initialize_tilegx_tdep prototype.
3296 * tracefile-tfile.c: Remove _initialize_tracefile_tfile prototype.
3297 * tracefile.c: Remove _initialize_tracefile prototype.
3298 * tracepoint.c: Remove _initialize_tracepoint prototype.
3299 * tui/tui-hooks.c: Remove _initialize_tui_hooks prototype.
3300 * tui/tui-interp.c: Remove _initialize_tui_interp prototype.
3301 * tui/tui-layout.c: Remove _initialize_tui_layout prototype.
3302 * tui/tui-regs.c: Remove _initialize_tui_regs prototype.
3303 * tui/tui-stack.c: Remove _initialize_tui_stack prototype.
3304 * tui/tui-win.c: Remove _initialize_tui_win prototype.
3305 * tui/tui.c: Remove _initialize_tui prototype.
3306 * typeprint.c: Remove _initialize_typeprint prototype.
3307 * user-regs.c: Remove _initialize_user_regs prototype.
3308 * utils.c: Remove _initialize_utils prototype.
3309 * v850-tdep.c: Remove _initialize_v850_tdep prototype.
3310 * valarith.c: Remove _initialize_valarith prototype.
3311 * valops.c: Remove _initialize_valops prototype.
3312 * valprint.c: Remove _initialize_valprint prototype.
3313 * value.c: Remove _initialize_values prototype.
3314 * varobj.c: Remove _initialize_varobj prototype.
3315 * vax-bsd-nat.c: Remove _initialize_vaxbsd_nat prototype.
3316 * vax-nbsd-tdep.c: Remove _initialize_vaxnbsd_tdep prototype.
3317 * vax-tdep.c: Remove _initialize_vax_tdep prototype.
3318 * windows-nat.c: Remove _initialize_windows_nat,
3319 _initialize_check_for_gdb_ini, and _initialize_loadable
3320 prototypes.
3321 * windows-tdep.c: Remove _initialize_windows_tdep prototype.
3322 * xcoffread.c: Remove _initialize_xcoffread prototype.
3323 * xml-support.c: Remove _initialize_xml_support prototype.
3324 * xstormy16-tdep.c: Remove _initialize_xstormy16_tdep prototype.
3325 * xtensa-linux-nat.c: Remove _initialize_xtensa_linux_nat
3326 prototype.
3327 * xtensa-linux-tdep.c: Remove _initialize_xtensa_linux_tdep
3328 prototype.
3329 * xtensa-tdep.c: Remove _initialize_xtensa_tdep prototype.
3330
a611b5cb
KS
33312017-09-08 Keith Seitz <keiths@redhat.com>
3332
3333 * dwarf2read.c (struct field_info) <fnfields>: Remove unused
3334 field.
3335
469412dd
CW
33362017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3337
3338 * f-valprint.c (f_val_print): Remove check for one byte
3339 sized integers. Remove printing of character type.
3340
a5ad232b
FP
33412017-09-08 Frank Penczek <frank.penczek@intel.com>
3342 Christoph Weinmann <christoph.t.weinmann@intel.com>
3343 Bernhard Heckel <bernhard.heckel@intel.com>
3344
3345 * f-typeprint.c (f_type_print_base): Use fprintfi_filtered
3346 to maintain proper indentation when printing pointers/refs.
3347
e5014227
JB
33482017-09-07 Joel Brobecker <brobecker@adacore.com>
3349
3350 GDB 8.0.1 released.
3351
63c99141
JB
33522017-09-07 Joel Brobecker <brobecker@adacore.com>
3353
3354 * NEWS (Changes in GDB 7.11): Remove entry for QStartupWithShell.
3355
69c1e056
TT
33562017-09-05 Tom Tromey <tom@tromey.com>
3357
3358 * parse.c (funcall_chain): Now a std::vector.
3359 (start_arglist, end_arglist): Simplify.
3360 (free_funcalls): Remove.
3361 (parse_exp_in_context_1): Remove cleanup.
3362
fef704bf
TT
33632017-09-05 Tom Tromey <tom@tromey.com>
3364
3365 * go-exp.y (go_parse): Don't create a cleanup.
3366
5613c585
TT
33672017-09-05 Tom Tromey <tom@tromey.com>
3368
3369 * d-exp.y (PrimaryExpression): Use std::string.
3370 (d_parse): Don't create a cleanup.
3371
eae49211
TT
33722017-09-05 Tom Tromey <tom@tromey.com>
3373
3374 * utils.c (do_clear_parser_state): Remove.
3375 (make_cleanup_clear_parser_state): Remove.
3376 * p-exp.y (pascal_parse): Use scoped_restore.
3377 * m2-exp.y (m2_parse): Use scoped_restore.
3378 * f-exp.y (f_parse): Use scoped_restore.
3379 * d-exp.y (d_parse): Use scoped_restore.
3380 * c-exp.y (c_parse): Use scoped_restore.
3381 * ada-exp.y (ada_parse): Use scoped_restore.
3382 * utils.h (make_cleanup_clear_parser_state): Remove.
3383
73b9be8b
KS
33842017-09-06 Keith Seitz <keiths@redhat.com>
3385
3386 * dwarf2read.c (dw2_linkage_name_attr): New function.
3387 (dw2_linkage_name): New function.
3388 (dwarf2_compute_name, dwarf2_physname, read_call_site_scope)
3389 (guess_full_die_structure_name, dwarf2_name): Use dw2_linkage_name.
3390 (anonymous_struct_prefix, dwarf2_name): Use dw2_linkage_name_attr.
3391
a102602b
KR
33922017-09-06 Kamil Rytarowski <n54@gmx.com>
3393
3394 * config/djgpp/djconfig.sh: Correct shell portability issue.
3395
28ad437d
KR
33962017-09-06 Kamil Rytarowski <n54@gmx.com>
3397
3398 * configure.nat: Define HAVE_NATIVE_GCORE_HOST on NetBSD.
3399
351787dd
JB
34002017-09-06 John Baldwin <jhb@FreeBSD.org>
3401
3402 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
3403 * NEWS: Mention new FreeBSD/mips native configuration.
3404 * configure.host: Add aarch64*-*-freebsd*.
3405 * configure.nat: Likewise.
3406 * aarch64-fbsd-nat.c: New file.
3407
c0f84956
JB
34082017-09-06 John Baldwin <jhb@FreeBSD.org>
3409
3410 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-fbsd-tdep.o.
3411 (ALLDEPFILES): Add aarch64-fbsd-tdep.c.
3412 * NEWS: Mention new FreeBSD/aarch64 target.
3413 * configure.tgt: Add aarch64*-*-freebsd*.
3414 * aarch64-fbsd-tdep.c: New file.
3415 * aarch64-fbsd-tdep.h: New file.
3416
7610297a
KR
34172017-09-06 Kamil Rytarowski <n54@gmx.com>
3418
3419 * MAINTAINERS (Write After Approval): Add Kamil Rytarowski.
3420
fbd1b771
JK
34212017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3422
3423 * parse.c (find_minsym_type_and_address): Don't relocate addresses
3424 of TLS symbols.
3425
5ca79eae
PW
34262017-09-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3427
3428 * objfiles.c (get_objfile_bfd_data): Remove useless obstack_init
3429 call.
3430
bf93d7ba
SM
34312017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3432
3433 * infrun.c (follow_exec): Call add_thread after
3434 target_find_description.
3435
1bb7c059
SM
34362017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3437
3438 * infrun.c (handle_inferior_event_1): When exec'ing, read
3439 stop_pc after follow_exec.
3440
fc809827
SM
34412017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3442
3443 * remote.c (process_g_packet): Update error message.
3444
d2fcdd85
YQ
34452017-09-05 Yao Qi <yao.qi@linaro.org>
3446
3447 * configure.tgt (gdb_target_obs): Add i386.o for x86_64-*
3448 targets.
3449
e69570ee
PA
34502017-09-05 Pedro Alves <palves@redhat.com>
3451
3452 * eval.c (eval_call, evaluate_funcall): New functions, factored
3453 out from ...
3454 (evaluate_subexp_standard): ... this.
3455
22916b07
YQ
34562017-09-05 Yao Qi <yao.qi@linaro.org>
3457
3458 * amd64-tdep.c (amd64_target_description): Create target
3459 descriptions.
3460 (_initialize_amd64_tdep): Don't call functions
3461 initialize_tdesc_amd64_*. Add self tests.
3462 * arch/amd64.c (amd64_create_target_description): Add parameter
3463 is_linux. Call set_tdesc_osabi if is_linux is true.
3464 * arch/amd64.h (amd64_create_target_description): Update the
3465 declaration.
3466 * arch/i386.c (i386_create_target_description): Add parameter
3467 is_linux. Call set_tdesc_osabi if is_linux is true.
3468 * arch/i386.h (i386_create_target_description): Update
3469 declaration.
3470 * configure.tgt: Add i386.o to gdb_target_obs.
3471 * features/Makefile (XMLTOC): Remove i386/*.xml.
3472 * features/i386/amd64-avx-avx512.c: Remove.
3473 * features/i386/amd64-avx-mpx-avx512-pku.c: Remove.
3474 * features/i386/amd64-avx-mpx.c: Remove.
3475 * features/i386/amd64-avx.c: Remove.
3476 * features/i386/amd64-mpx.c: Remove.
3477 * features/i386/amd64.c: Remove.
3478 * features/i386/i386-avx-avx512.c: Remove.
3479 * features/i386/i386-avx-mpx-avx512-pku.c: Remove.
3480 * features/i386/i386-avx-mpx.c: Remove.
3481 * features/i386/i386-avx.c: Remove.
3482 * features/i386/i386-mmx.c: Remove.
3483 * features/i386/i386-mpx.c: Remove.
3484 * features/i386/i386.c: Remove.
3485 * i386-tdep.c: Don't include features/i386/i386*.c., include
3486 target-descriptions.h and arch/i386.h.
3487 (i386_target_description): Create target descriptions.
3488 (i386_gdbarch_init): Don't call initialize_tdesc_i386_*
3489 functions. Do self tests.
3490
0854b7b1
YQ
34912017-09-05 Yao Qi <yao.qi@linaro.org>
3492
3493 * features/Makefile (XMLTOC): Remove i386/amd64XXX-linux.xml.
3494 * features/i386/amd64-avx-avx512-linux.c: Removed.
3495 * features/i386/amd64-avx-linux.c: Removed.
3496 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Removed.
3497 * features/i386/amd64-avx-mpx-linux.c: Removed.
3498 * features/i386/amd64-linux.c: Removed.
3499 * features/i386/amd64-mpx-linux.c: Removed.
3500 * features/i386/x32-avx-avx512-linux.c: Removed.
3501 * features/i386/x32-avx-linux.c: Removed.
3502 * features/i386/x32-linux.c: Removed.
3503
b4570e4b
YQ
35042017-09-05 Yao Qi <yao.qi@linaro.org>
3505
3506 * amd64-linux-tdep.c: Include arch/amd64.h. Don't include
3507 features/i386/*.c.
3508 (amd64_linux_read_description): Call
3509 amd64_create_target_description.
3510 * arch/amd64.c: New file.
3511 * arch/amd64.h: New file.
3512 * configure.tgt (x86_64-*-linux*): Append amd64.o.
3513 * Makefile.in (ALL_64_TARGET_OBS): Append amd64.o.
3514
6c73f67f
YQ
35152017-09-05 Yao Qi <yao.qi@linaro.org>
3516
3517 * amd64-linux-tdep.c: Don't include amd64-XXX-linux and
3518 x32-XXX-linux.c. Include 64bit-XX.c and x32-XX.c.
3519 (amd64_linux_read_description): Create target descriptions.
3520 (_initialize_amd64_linux_tdep): Don't call initialize_tdesc_XXX
3521 functions. Add unit tests.
3522 * features/Makefile (FEATURE_XMLFILES): Append 64bit-XXX.xml and
3523 x32-core.xml.
3524 * features/i386/64bit-avx.c: Generated.
3525 * features/i386/64bit-avx512.c: Generated.
3526 * features/i386/64bit-core.c: Generated.
3527 * features/i386/64bit-linux.c: Generated.
3528 * features/i386/64bit-mpx.c: Generated.
3529 * features/i386/64bit-pkeys.c: Generated.
3530 * features/i386/64bit-segments.c: Generated.
3531 * features/i386/64bit-sse.c: Generated.
3532 * features/i386/x32-core.c: Generated.
3533 * target-descriptions.c (maint_print_c_tdesc_cmd): Print feature
3534 c files for amd64-linux and x32-linux.
3535
9d3d478b
YQ
35362017-09-05 Yao Qi <yao.qi@linaro.org>
3537
3538 * amd64-linux-tdep.c (amd64_linux_read_description): New
3539 function.
3540 (amd64_linux_core_read_description): Call
3541 amd64_linux_read_description.
3542 (amd64_linux_init_abi): Likewise.
3543 (amd64_x32_linux_init_abi): Likewise.
3544 * amd64-linux-tdep.h (amd64_linux_read_description): Declare.
3545 * x86-linux-nat.c (x86_linux_read_description): Call
3546 amd64_linux_read_description.
3547
b9f1d50f
YQ
35482017-09-05 Yao Qi <yao.qi@linaro.org>
3549
3550 * amd64-linux-tdep.c (amd64_linux_core_read_description): Update
3551 comments.
3552
188c9e6d
YQ
35532017-09-05 Yao Qi <yao.qi@linaro.org>
3554
3555 * features/Makefile (XMLTOC): Remove i386/i386-XX-linux.xml.
3556 * features/i386/i386-avx-avx512-linux.c: Remove.
3557 * features/i386/i386-avx-linux.c: Remove.
3558 * features/i386/i386-avx-mpx-avx512-pku-linux.c: Remove.
3559 * features/i386/i386-avx-mpx-linux.c: Remove.
3560 * features/i386/i386-linux.c: Remove.
3561 * features/i386/i386-mmx-linux.c: Remove.
3562 * features/i386/i386-mpx-linux.c: Remove.
3563
5f035c07
YQ
35642017-09-05 Yao Qi <yao.qi@linaro.org>
3565
3566 * Makefile.in (ALL_TARGET_OBS): Add i386.o.
3567 (SFILES): Add arch/i386.c.
3568 (HFILES_NO_SRCDIR): Add arch/i386.h.
3569 * arch/i386.c: New file.
3570 * arch/i386.h: New file.
3571 * arch/tdesc.h (allocate_target_description): Declare.
3572 (set_tdesc_architecture): Declare.
3573 (set_tdesc_osabi): Declare.
3574 * configure.tgt (i[34567]86-*-linux*): Add i386.o.
3575 * i386-linux-tdep.c: Don't include ../features/i386/32bit-XXX.c.
3576 include arch/i386.h.
3577 (i386_linux_read_description): Remove code and call
3578 i386_create_target_description.
3579 (set_tdesc_architecture): New function.
3580 (set_tdesc_osabi): New function.
3581 * target-descriptions.h (allocate_target_description): Remove.
3582
0abe8a89
YQ
35832017-09-05 Yao Qi <yao.qi@linaro.org>
3584
3585 * arch/tdesc.h (tdesc_create_feature): Add an argument xml.
3586 * target-descriptions.c (tdesc_create_feature): Likewise, and
3587 adjust code.
3588 * features/i386/32bit-avx.c: Re-generated.
3589 * features/i386/32bit-avx512.c: Re-generated.
3590 * features/i386/32bit-core.c: Re-generated.
3591 * features/i386/32bit-linux.c: Re-generated.
3592 * features/i386/32bit-mpx.c: Re-generated.
3593 * features/i386/32bit-pkeys.c: Re-generated.
3594 * features/i386/32bit-sse.c: Re-generated.
3595
0a188386
YQ
35962017-09-05 Yao Qi <yao.qi@linaro.org>
3597
3598 * regformats/regdef.h (struct reg): Override operator == and !=.
3599
f49ff000
YQ
36002017-09-05 Yao Qi <yao.qi@linaro.org>
3601
3602 * arch/tdesc.h: New file.
3603 * regformats/regdat.sh: Generate code using tdesc_create_reg.
3604 * target-descriptions.c: Update comments.
3605 * target-descriptions.h: Include "arch/tdesc.h". Remove the
3606 declarations.
3607 * features/i386/32bit-avx.c: Re-generated.
3608 * features/i386/32bit-avx512.c: Re-generated.
3609 * features/i386/32bit-core.c: Re-generated.
3610 * features/i386/32bit-linux.c: Re-generated.
3611 * features/i386/32bit-mpx.c: Re-generated.
3612 * features/i386/32bit-pkeys.c: Re-generated.
3613 * features/i386/32bit-sse.c: Re-generated.
3614
f7000548
YQ
36152017-09-05 Yao Qi <yao.qi@linaro.org>
3616
3617 * regformats/regdat.sh: Update generated code.
3618
c9a5e2a5
YQ
36192017-09-05 Yao Qi <yao.qi@linaro.org>
3620
3621 * regformats/regdat.sh: Adjust code order.
3622
d6b687ac
SM
36232017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3624
3625 * expprint.c (dump_subexp_body_standard): Use constant format
3626 string in fprintf_filtered call.
3627
a379bfd0
JB
36282017-09-04 John Baldwin <jhb@FreeBSD.org>
3629
3630 * configure.nat: Add "x86-nat.o x86-dregs.o" for NetBSD/amd64 and
3631 NetBSD/i386.
3632 * x86-bsd-nat.c [!DBREG_DRX && __NetBSD__]: Define DBREG_DRX.
3633
f7efc967
JB
36342017-09-04 John Baldwin <jhb@FreeBSD.org>
3635
3636 * bsd-kvm.o: Make <sys/user.h> conditional on HAVE_SYS_USER_H.
3637
c49fbc6c
JB
36382017-09-04 John Baldwin <jhb@FreeBSD.org>
3639
3640 * bsd-kvm.o: Define _KMEMUSER.
3641 * configure.ac: Define _KMEMUSER when checking for "struct lwp".
3642 * configure: Regenerate.
3643
26562e73
JB
36442017-09-04 John Baldwin <jhb@FreeBSD.org>
3645
3646 * amd64-fbsd-nat.c: Add include of "x86-xstate.h".
3647 * i386-fbsd-nat.c: Likewise.
3648
31cf1487
JB
36492017-09-04 John Baldwin <jhb@FreeBSD.org>
3650
3651 * unittests/array-view-selftests.c: Add include of <array>.
3652
5b9f8a7c
JB
36532017-09-04 John Baldwin <jhb@FreeBSD.org>
3654
3655 * spu-tdep.c (flush_ea_cache): Add missing argument to
3656 call_function_by_hand.
3657
d69cf9b2
PA
36582017-09-04 Pedro Alves <palves@redhat.com>
3659
3660 * NEWS (Safer support for debugging with no debug info): New.
3661
3693fdb3
PA
36622017-09-04 Pedro Alves <palves@redhat.com>
3663
3664 * c-exp.y (function_method, function_method_void): Add current
3665 instance flags to TYPE_INSTANCE.
3666 * dwarf2read.c (check_modifier): New.
3667 (compute_delayed_physnames): Assert that only C++ adds delayed
3668 physnames. Mark fn_fields as const/volatile depending on
3669 physname.
3670 * eval.c (make_params): New type_instance_flags parameter. Use
3671 it as the new type's instance flags.
3672 (evaluate_subexp_standard) <TYPE_INSTANCE>: Extract the instance
3673 flags element and pass it to make_params.
3674 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: Handle
3675 instance flags element.
3676 (dump_subexp_body_standard) <TYPE_INSTANCE>: Likewise.
3677 * gdbtypes.h: Include "enum-flags.h".
3678 (type_instance_flags): New enum-flags type.
3679 (TYPE_CONST, TYPE_VOLATILE, TYPE_RESTRICT, TYPE_ATOMIC)
3680 (TYPE_CODE_SPACE, TYPE_DATA_SPACE): Return boolean.
3681 * parse.c (operator_length_standard) <TYPE_INSTANCE>: Adjust.
3682 (follow_type_instance_flags): New function.
3683 (operator_check_standard) <TYPE_INSTANCE>: Adjust.
3684 * parser-defs.h (follow_type_instance_flags): Declare.
3685 * valops.c (value_struct_elt_for_reference): const/volatile must
3686 match too.
3687
e68cb8e0
PA
36882017-09-04 Pedro Alves <palves@redhat.com>
3689
3690 * cp-namespace.c (cp_search_static_and_baseclasses): Handle
3691 function/method scopes; lookup the nested name as a function local
3692 static variable.
3693
858be34c
PA
36942017-09-04 Pedro Alves <palves@redhat.com>
3695
3696 (%type <voidval>): Add function_method.
3697 * c-exp.y (exp): New production for calls with no arguments.
3698 (function_method, function_method_void_or_typelist): New
3699 productions.
3700 (exp): New production for "method()::static_var".
3701 * eval.c (evaluate_subexp_standard): Handle OP_FUNC_STATIC_VAR.
3702 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
3703 Handle OP_FUNC_STATIC_VAR.
3704 * parse.c (operator_length_standard):
3705 Handle OP_FUNC_STATIC_VAR.
3706
dd5901a6
PA
37072017-09-04 Pedro Alves <palves@redhat.com>
3708
3709 * eval.c (evaluate_subexp_standard): Remove UNOP_MEMVAL_TLS
3710 handling.
3711 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
3712 Ditto.
3713 * parse.c (operator_length_standard, operator_check_standard):
3714 Ditto.
3715 * std-operator.def (UNOP_MEMVAL_TLS): Delete.
3716
46a4882b
PA
37172017-09-04 Pedro Alves <palves@redhat.com>
3718
3719 * ax-gdb.c: Include "typeprint.h".
3720 (gen_expr_for_cast): New function.
3721 (gen_expr) <OP_CAST, OP_CAST_TYPE>: Use it.
3722 <OP_VAR_VALUE, OP_MSYM_VAR_VALUE>: Error out if the variable's
3723 type is unknown.
3724 * dwarf2read.c (new_symbol_full): Fallback to int instead of
3725 nodebug_data_symbol.
3726 * eval.c: Include "typeprint.h".
3727 (evaluate_subexp_standard) <OP_VAR_VALUE, OP_VAR_MSYM_VALUE>:
3728 Error out if symbol has unknown type.
3729 <UNOP_CAST, UNOP_CAST_TYPE>: Common bits factored out to
3730 evaluate_subexp_for_cast.
3731 (evaluate_subexp_for_address, evaluate_subexp_for_sizeof): Handle
3732 OP_VAR_MSYM_VALUE.
3733 (evaluate_subexp_for_cast): New function.
3734 * gdbtypes.c (init_nodebug_var_type): New function.
3735 (objfile_type): Use it to initialize types of variables with no
3736 debug info.
3737 * typeprint.c (error_unknown_type): New.
3738 * typeprint.h (error_unknown_type): New declaration.
3739 * compile/compile-c-types.c (convert_type_basic): Handle
3740 TYPE_CODE_ERROR; warn and fallback to int for variables with
3741 unknown type.
3742
fe13dfec
PA
37432017-09-04 Pedro Alves <palves@redhat.com>
3744
3745 * eval.c (evaluate_var_value): New function, factored out from ...
3746 (evaluate_subexp_standard): ... here.
3747
d008ee21
PA
37482017-09-04 Pedro Alves <palves@redhat.com>
3749
3750 * eval.c (evaluate_subexp_standard) <UNOP_COMPLEMENT, UNOP_ADDR>:
3751 Remove useless assignments to 'op'.
3752
827d0c51
PA
37532017-09-04 Pedro Alves <palves@redhat.com>
3754
3755 * eval.c (eval_skip_value): New function.
3756 (evaluate_subexp_standard): Use it.
3757
2c5a2be1
PA
37582017-09-04 Pedro Alves <palves@redhat.com>
3759
3760 * eval.c (evaluate_subexp_standard): <OP_FUNCALL>: Extract
3761 function name from symbol/minsym and pass it to
3762 error_call_unknown_return_type.
3763
74ea4be4
PA
37642017-09-04 Pedro Alves <palves@redhat.com>
3765
3766 * ada-lang.c (resolve_subexp): Handle OP_VAR_MSYM_VALUE.
3767 * ax-gdb.c (gen_msym_var_ref): New function.
3768 (gen_expr): Handle OP_VAR_MSYM_VALUE.
3769 * eval.c (evaluate_var_msym_value): New function.
3770 * eval.c (evaluate_subexp_standard): Handle OP_VAR_MSYM_VALUE.
3771 <OP_FUNCALL>: Extract function name from symbol/minsym and pass it
3772 to call_function_by_hand.
3773 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
3774 Handle OP_VAR_MSYM_VALUE.
3775 (union exp_element) <msymbol>: New field.
3776 * minsyms.h (struct type): Forward declare.
3777 (find_minsym_type_and_address): Declare.
3778 * parse.c (write_exp_elt_msym): New function.
3779 (write_exp_msymbol): Delete, refactored as ...
3780 (find_minsym_type_and_address): ... this new function.
3781 (write_exp_msymbol): Reimplement using OP_VAR_MSYM_VALUE.
3782 (operator_length_standard, operator_check_standard): Handle
3783 OP_VAR_MSYM_VALUE.
3784 * std-operator.def (OP_VAR_MSYM_VALUE): New.
3785
7022349d
PA
37862017-09-04 Pedro Alves <palves@redhat.com>
3787
3788 * ada-lang.c (ada_evaluate_subexp) <TYPE_CODE_FUNC>: Don't handle
3789 TYPE_GNU_IFUNC specially here. Throw error if return type is
3790 unknown.
3791 * ada-typeprint.c (print_func_type): Handle functions with unknown
3792 return type.
3793 * c-typeprint.c (c_type_print_base): Handle functions and methods
3794 with unknown return type.
3795 * compile/compile-c-symbols.c (convert_symbol_bmsym)
3796 <mst_text_gnu_ifunc>: Use nodebug_text_gnu_ifunc_symbol.
3797 * compile/compile-c-types.c: Include "objfiles.h".
3798 (convert_func): For functions with unknown return type, warn and
3799 default to int.
3800 * compile/compile-object-run.c (compile_object_run): Adjust call
3801 to call_function_by_hand_dummy.
3802 * elfread.c (elf_gnu_ifunc_resolve_addr): Adjust call to
3803 call_function_by_hand.
3804 * eval.c (evaluate_subexp_standard): Adjust calls to
3805 call_function_by_hand. Handle functions and methods with unknown
3806 return type. Pass expect_type to call_function_by_hand.
3807 * f-typeprint.c (f_type_print_base): Handle functions with unknown
3808 return type.
3809 * gcore.c (call_target_sbrk): Adjust call to
3810 call_function_by_hand.
3811 * gdbtypes.c (objfile_type): Leave nodebug text symbol with NULL
3812 return type instead of int. Make nodebug_text_gnu_ifunc_symbol be
3813 an integer address type instead of nodebug.
3814 * guile/scm-value.c (gdbscm_value_call): Adjust call to
3815 call_function_by_hand.
3816 * infcall.c (error_call_unknown_return_type): New function.
3817 (call_function_by_hand): New "default_return_type" parameter.
3818 Pass it down.
3819 (call_function_by_hand_dummy): New "default_return_type"
3820 parameter. Use it instead of defaulting to int. If there's no
3821 default and the return type is unknown, throw an error. If
3822 there's a default return type, and the called function has no
3823 debug info, then assume the function is prototyped.
3824 * infcall.h (call_function_by_hand, call_function_by_hand_dummy):
3825 New "default_return_type" parameter.
3826 (error_call_unknown_return_type): New declaration.
3827 * linux-fork.c (call_lseek): Cast return type of lseek.
3828 (inferior_call_waitpid, checkpoint_command): Adjust calls to
3829 call_function_by_hand.
3830 * linux-tdep.c (linux_infcall_mmap, linux_infcall_munmap): Adjust
3831 calls to call_function_by_hand.
3832 * m2-typeprint.c (m2_procedure): Handle functions with unknown
3833 return type.
3834 * objc-lang.c (lookup_objc_class, lookup_child_selector)
3835 (value_nsstring, print_object_command): Adjust calls to
3836 call_function_by_hand.
3837 * p-typeprint.c (pascal_type_print_varspec_prefix): Handle
3838 functions with unknown return type.
3839 (pascal_type_print_func_varspec_suffix): New function.
3840 (pascal_type_print_varspec_suffix) <TYPE_CODE_FUNC,
3841 TYPE_CODE_METHOD>: Use it.
3842 * python/py-value.c (valpy_call): Adjust call to
3843 call_function_by_hand.
3844 * rust-lang.c (rust_evaluate_funcall): Adjust call to
3845 call_function_by_hand.
3846 * valarith.c (value_x_binop, value_x_unop): Adjust calls to
3847 call_function_by_hand.
3848 * valops.c (value_allocate_space_in_inferior): Adjust call to
3849 call_function_by_hand.
3850 * typeprint.c (type_print_unknown_return_type): New function.
3851 * typeprint.h (type_print_unknown_return_type): New declaration.
3852
54990598
PA
38532017-09-04 Pedro Alves <palves@redhat.com>
3854
3855 * gdbtypes.c (lookup_function_type_with_arguments): Mark function
3856 types with more than one parameter as prototyped.
3857
9a24775b
PA
38582017-09-04 Pedro Alves <palves@redhat.com>
3859
3860 * cli/cli-cmds.c (print_disassembly, disassemble_current_function)
3861 (disassemble_command): Use gdb_disassembly_flags instead of bare
3862 int.
3863 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn)
3864 (dump_insns, do_mixed_source_and_assembly_deprecated)
3865 (do_mixed_source_and_assembly, do_assembly_only, gdb_disassembly):
3866 Use gdb_disassembly_flags instead of bare int.
3867 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED, DISASSEMBLY_RAW_INSN)
3868 (DISASSEMBLY_OMIT_FNAME, DISASSEMBLY_FILENAME)
3869 (DISASSEMBLY_OMIT_PC, DISASSEMBLY_SOURCE)
3870 (DISASSEMBLY_SPECULATIVE): No longer macros. Instead they're...
3871 (enum gdb_disassembly_flag): ... values of this new enumeration.
3872 (gdb_disassembly_flags): Define.
3873 (gdb_disassembly)
3874 (gdb_pretty_print_disassembler::pretty_print_insn): Use it.
3875 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Use
3876 gdb_disassembly_flags instead of bare int.
3877 * record-btrace.c (btrace_insn_history)
3878 (record_btrace_insn_history, record_btrace_insn_history_range)
3879 (record_btrace_insn_history_from): Use gdb_disassembly_flags
3880 instead of bare int.
3881 * record.c (get_insn_history_modifiers, cmd_record_insn_history):
3882 Use gdb_disassembly_flags instead of bare int.
3883 * target-debug.h (target_debug_print_gdb_disassembly_flags):
3884 Define.
3885 * target-delegates.c: Regenerate.
3886 * target.c (target_insn_history, target_insn_history_from)
3887 (target_insn_history_range): Use gdb_disassembly_flags instead of
3888 bare int.
3889 * target.h: Include "disasm.h".
3890 (struct target_ops) <to_insn_history, to_insn_history_from,
3891 to_insn_history_range>: Use gdb_disassembly_flags instead of bare
3892 int.
3893 (target_insn_history, target_insn_history_from)
3894 (target_insn_history_range): Use gdb_disassembly_flags instead of
3895 bare int.
3896
80a65e9b
SM
38972017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3898
3899 * cli/cli-script.c (build_command_line): For if/while commands,
3900 check whether args is empty.
3901
6b66338c
SM
39022017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3903
3904 * cli/cli-script.h (enum misc_command_type): Move from defs.h.
3905 (enum command_control_type): Likewise.
3906 (struct command_line): Likewise.
3907 (free_command_lines): Likewise.
3908 (struct command_lines_deleter): Likewise.
3909 (command_line_up): Likewise.
3910 (read_command_lines): Likewise.
3911 (read_command_lines_1): Likewise.
3912 * defs.h (enum misc_command_type): Move to cli/cli-script.h.
3913 (enum command_control_type): Likewise.
3914 (struct command_line): Likewise.
3915 (free_command_lines): Likewise.
3916 (struct command_lines_deleter): Likewise.
3917 (command_line_up): Likewise.
3918 (read_command_lines): Likewise.
3919 (read_command_lines_1): Likewise.
3920 * breakpoint.h: Include cli/cli-script.h.
3921 * extension-priv.h: Likewise.
3922 * gdbcmd.h: Likewise.
3923
51abb421
PA
39242017-09-04 Pedro Alves <palves@redhat.com>
3925
3926 * ada-lang.c (is_known_support_routine): Move sal declaration to
3927 where it is initialized.
3928 * breakpoint.c (create_internal_breakpoint, init_catchpoint)
3929 (parse_breakpoint_sals, decode_static_tracepoint_spec)
3930 (clear_command, update_static_tracepoint): Remove init_sal
3931 references. Move declarations closer to initializations.
3932 * cli/cli-cmds.c (list_command): Move sal declarations closer to
3933 initializations.
3934 * elfread.c (elf_gnu_ifunc_resolver_stop): Remove init_sal
3935 references. Move sal declarations closer to initializations.
3936 * frame.c (find_frame_sal): Return a symtab_and_line via function
3937 return instead of output parameter. Remove init_sal references.
3938 * frame.h (find_frame_sal): Return a symtab_and_line via function
3939 return instead of output parameter.
3940 * guile/scm-frame.c (gdbscm_frame_sal): Adjust.
3941 * guile/scm-symtab.c (stscm_make_sal_smob): Use in-place new
3942 instead of memset.
3943 (gdbscm_find_pc_line): Remove init_sal reference.
3944 * infcall.c (call_function_by_hand_dummy): Remove init_sal
3945 references. Move declarations closer to initializations.
3946 * infcmd.c (set_step_frame): Update. Move declarations closer to
3947 initializations.
3948 (finish_backward): Remove init_sal references. Move declarations
3949 closer to initializations.
3950 * infrun.c (process_event_stop_test, handle_step_into_function)
3951 (insert_hp_step_resume_breakpoint_at_frame)
3952 (insert_step_resume_breakpoint_at_caller): Likewise.
3953 * linespec.c (create_sals_line_offset, decode_digits_ordinary)
3954 (symbol_to_sal): Likewise.
3955 * probe.c (parse_probes_in_pspace): Remove init_sal reference.
3956 * python/py-frame.c (frapy_find_sal): Move sal declaration closer
3957 to its initialization.
3958 * reverse.c (save_bookmark_command): Use new/delete. Remove
3959 init_sal references. Move declarations closer to initializations.
3960 * source.c (get_current_source_symtab_and_line): Remove brace
3961 initialization.
3962 (set_current_source_symtab_and_line): Now takes the sal by const
3963 reference. Remove brace initialization.
3964 (line_info): Remove init_sal reference.
3965 * source.h (set_current_source_symtab_and_line): Now takes a
3966 symtab_and_line via const reference.
3967 * stack.c (set_current_sal_from_frame): Adjust.
3968 (print_frame_info): Adjust.
3969 (get_last_displayed_sal): Return the sal via function return
3970 instead of via output parameter. Simplify.
3971 (frame_info): Adjust.
3972 * stack.h (get_last_displayed_sal): Return the sal via function
3973 return instead of via output parameter.
3974 * symtab.c (init_sal): Delete.
3975 (find_pc_sect_line): Remove init_sal references. Move
3976 declarations closer to initializations.
3977 (find_function_start_sal): Remove init_sal references. Move
3978 declarations closer to initializations.
3979 * symtab.h (struct symtab_and_line): In-class initialize all
3980 fields.
3981 * tracepoint.c (set_traceframe_context)
3982 (print_one_static_tracepoint_marker): Remove init_sal references.
3983 Move declarations closer to initializations.
3984 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Adjust.
3985 * tui/tui-stack.c (tui_show_frame_info): Adjust. Move
3986 declarations closer to initializations.
3987 * tui/tui-winsource.c (tui_update_source_window_as_is): Remove
3988 init_sal references. Adjust.
3989
6c5b2ebe
PA
39902017-09-04 Pedro Alves <palves@redhat.com>
3991
3992 * ax-gdb.c (agent_command_1): Use range-for.
3993 * break-catch-throw.c (re_set_exception_catchpoint): Update.
3994 * breakpoint.c: Include "common/array-view.h".
3995 (init_breakpoint_sal, create_breakpoint_sal): Change sals
3996 parameter from struct symtabs_and_lines to
3997 array_view<symtab_and_line>. Adjust. Use range-for. Update.
3998 (breakpoint_sals_to_pc): Change sals parameter from struct
3999 symtabs_and_lines to std::vector reference.
4000 (check_fast_tracepoint_sals): Change sals parameter from struct
4001 symtabs_and_lines to std::array_view. Use range-for.
4002 (decode_static_tracepoint_spec): Return a std::vector instead of
4003 symtabs_and_lines. Update.
4004 (create_breakpoint): Update.
4005 (break_range_command, until_break_command, clear_command): Update.
4006 (base_breakpoint_decode_location, bkpt_decode_location)
4007 (bkpt_probe_create_sals_from_location)
4008 (bkpt_probe_decode_location, tracepoint_decode_location)
4009 (tracepoint_probe_decode_location)
4010 (strace_marker_create_sals_from_location): Return a std::vector
4011 instead of symtabs_and_lines.
4012 (strace_marker_create_breakpoints_sal): Update.
4013 (strace_marker_decode_location): Return a std::vector instead of
4014 symtabs_and_lines. Update.
4015 (update_breakpoint_locations): Change struct symtabs_and_lines
4016 parameters to gdb::array_view. Adjust.
4017 (location_to_sals): Return a std::vector instead of
4018 symtabs_and_lines. Update.
4019 (breakpoint_re_set_default): Use std::vector instead of struct
4020 symtabs_and_lines.
4021 (decode_location_default): Return a std::vector instead of
4022 symtabs_and_lines. Update.
4023 * breakpoint.h: Include "common/array-view.h".
4024 (struct breakpoint_ops) <decode_location>: Now returns a
4025 std::vector instead of returning a symtabs_and_lines via output
4026 parameter.
4027 (update_breakpoint_locations): Change sals parameters to use
4028 gdb::array_view.
4029 * cli/cli-cmds.c (edit_command, list_command): Update to use
4030 std::vector and gdb::array_view.
4031 (ambiguous_line_spec): Adjust to use gdb::array_view and
4032 range-for.
4033 (compare_symtabs): Rename to ...
4034 (cmp_symtabs): ... this. Change parameters to symtab_and_line
4035 const reference and adjust.
4036 (filter_sals): Rewrite using std::vector and standard algorithms.
4037 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Simplify.
4038 (jump_command): Update to use std::vector.
4039 * linespec.c (struct linespec_state) <canonical_names>: Update
4040 comment.
4041 (add_sal_to_sals_basic): Delete.
4042 (add_sal_to_sals, filter_results, convert_results_to_lsals)
4043 (decode_line_2, create_sals_line_offset)
4044 (convert_address_location_to_sals, convert_linespec_to_sals)
4045 (convert_explicit_location_to_sals, parse_linespec)
4046 (event_location_to_sals, decode_line_full, decode_line_1)
4047 (decode_line_with_current_source)
4048 (decode_line_with_last_displayed, decode_objc)
4049 (decode_digits_list_mode, decode_digits_ordinary, minsym_found)
4050 (linespec_result::~linespec_result): Adjust to use std::vector
4051 instead of symtabs_and_lines.
4052 * linespec.h (linespec_sals::sals): Now a std::vector.
4053 (struct linespec_result): Use std::vector, bool, and in-class
4054 initialization.
4055 (decode_line_1, decode_line_with_current_source)
4056 (decode_line_with_last_displayed): Return std::vector.
4057 * macrocmd.c (info_macros_command): Use std::vector.
4058 * mi/mi-main.c (mi_cmd_trace_find): Use std::vector.
4059 * probe.c (parse_probes_in_pspace, parse_probes): Adjust to use
4060 std::vector.
4061 * probe.h (parse_probes): Return a std::vector.
4062 * python/python.c (gdbpy_decode_line): Use std::vector and
4063 gdb::array_view.
4064 * source.c (select_source_symtab, line_info): Use std::vector.
4065 * stack.c (func_command): Use std::vector.
4066 * symtab.h (struct symtabs_and_lines): Delete.
4067 * tracepoint.c (tfind_line_command, scope_info): Use std::vector.
4068
7c44b49c
PA
40692017-09-04 Pedro Alves <palves@redhat.com>
4070
4071 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
4072 unittests/array-view-selftests.c.
4073 (SUBDIR_UNITTESTS_OBS): Add array-view-selftests.o.
4074 * common/array-view.h: New file.
4075 * unittests/array-view-selftests.c: New file.
4076
e439fa14
PA
40772017-09-04 Pedro Alves <palves@redhat.com>
4078
4079 * cli/cli-cmds.c (edit_command): Pass message to
4080 ambiguous_line_spec.
4081 (list_command): Pass message to ambiguous_line_spec. Say
4082 "first"/"last" instead of "start" and "end" to be consistent with
4083 the manual.
4084 (ambiguous_line_spec): Add 'format' and vararg parameters. Use
4085 them to print formatted message.
4086
7525b645
PA
40872017-09-04 Pedro Alves <palves@redhat.com>
4088
4089 * btrace.c (ftrace_add_pt): Pass btrace_insn to
4090 ftrace_update_insns by reference instead of pointer.
4091
badc0020
YQ
40922017-09-04 Yao Qi <yao.qi@linaro.org>
4093
4094 * i386-go32-tdep.c: Include x86-xstate.h.
4095 (i386_go32_init_abi): Call i386_target_description.
4096 * i386-tdep.c (i386_target_description): Return tdesc_i386_mmx
4097 if xcr0 is X86_XSTATE_X87_MASK.
4098 * i386-tdep.h (tdesc_i386): Remove the declaration.
4099 (tdesc_i386_mmx): Likewise.
4100
d78bdb54
YQ
41012017-09-04 Yao Qi <yao.qi@linaro.org>
4102
4103 * i386-fbsd-tdep.c (i386fbsd_core_read_xcr0): Return
4104 X86_XSTATE_SSE_MASK instead of 0.
4105
ca1fa5ee
YQ
41062017-09-04 Yao Qi <yao.qi@linaro.org>
4107
4108 * amd64-fbsd-nat.c (amd64fbsd_read_description): Call
4109 i386_target_description.
4110 * i386-fbsd-nat.c (i386fbsd_read_description): Call
4111 i386_target_description.
4112 * i386-tdep.c (i386_gdbarch_init): Likewise.
4113
2434b019
YQ
41142017-09-04 Yao Qi <yao.qi@linaro.org>
4115
4116 * amd64-darwin-tdep.c: Include "x86-xstate.h".
4117 (x86_darwin_init_abi_64): Call amd64_target_description.
4118 * amd64-dicos-tdep.c: Likewise.
4119 * amd64-fbsd-nat.c: Likewise.
4120 * amd64-fbsd-tdep.c: Likewise.
4121 * amd64-nbsd-tdep.c: Likewise.
4122 * amd64-obsd-tdep.c: Likewise.
4123 * amd64-sol2-tdep.c: Likewise.
4124 * amd64-windows-tdep.c: Likewise.
4125 * amd64-tdep.h (tdesc_amd64): Remove the declaration.
4126
0860c437
SM
41272017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4128
4129 * btrace.h (btrace_insn_s, DEF_VEC_O (btrace_insn_s)): Remove.
4130 (btrace_function) <insn>: Change type to use std::vector.
4131 * btrace.c (ftrace_debug, ftrace_call_num_insn,
4132 ftrace_find_call, ftrace_new_gap, ftrace_update_function,
4133 ftrace_update_insns, ftrace_compute_global_level_offset,
4134 btrace_stitch_bts, btrace_clear, btrace_insn_get,
4135 btrace_insn_end, btrace_insn_next, btrace_insn_prev): Adjust to
4136 change to std::vector.
4137 (ftrace_update_insns): Adjust to change to std::vector, change
4138 type of INSN parameter.
4139 (btrace_compute_ftrace_bts): Adjust call to ftrace_update_insns.
4140 * record-btrace.c (btrace_call_history_insn_range,
4141 btrace_compute_src_line_range,
4142 record_btrace_frame_prev_register): Adjust to change to
4143 std::vector.
4144 * python/py-record-btrace.c (recpy_bt_func_instructions): Adjust
4145 to change to std::vector.
4146
0638b7f9
TT
41472017-09-03 Tom Tromey <tom@tromey.com>
4148
4149 * corefile.c (reopen_exec_file): Use std::string.
4150
8f84fb0e
TT
41512017-09-03 Tom Tromey <tom@tromey.com>
4152
4153 * compile/compile.c (compile_register_name_mangled): Return
4154 std::string.
4155 * compile/compile-loc2c.c (pushf_register_address): Update.
4156 (pushf_register): Update.
4157 * compile/compile-c-types.c (convert_array): Update.
4158 * compile/compile-c-symbols.c (generate_vla_size): Update.
4159 (error_symbol_once): Use a gdb::unique_xmalloc_ptr.
4160 (symbol_substitution_name): Return a gdb::unique_xmalloc_ptr.
4161 (convert_one_symbol): Update.
4162 (generate_c_for_for_one_variable): Update.
4163 * compile/compile-c-support.c (c_get_range_decl_name): Return a
4164 std::string.
4165 (generate_register_struct): Update.
4166 * compile/compile-internal.h (c_get_range_decl_name): Return a
4167 std::string.
4168 (compile_register_name_mangled): Return std::string.
4169
18e9961f
TT
41702017-09-03 Tom Tromey <tom@tromey.com>
4171
4172 * utils.c (perror_string): Return a std::string.
4173 (throw_perror_with_name, perror_warning_with_name): Update.
4174
45343786
TT
41752017-09-03 Tom Tromey <tom@tromey.com>
4176
4177 * demangle.c (demangle_command): Use std::string,
4178 unique_xmalloc_ptr.
4179
b57af503
TT
41802017-09-03 Tom Tromey <tom@tromey.com>
4181
4182 * cli/cli-setshow.c (do_set_command): Use std::string.
4183
6eecf35f
TT
41842017-09-03 Tom Tromey <tom@tromey.com>
4185
4186 * cli/cli-cmds.c (cd_command): Use gdb::unique_xmalloc_ptr.
4187
56496dd4
TT
41882017-09-03 Tom Tromey <tom@tromey.com>
4189
4190 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use std::string.
4191
e91a1fa7
TT
41922017-09-03 Tom Tromey <tom@tromey.com>
4193
4194 * mi/mi-cmd-env.c (env_execute_cli_command): Use
4195 gdb::unique_xmalloc_ptr.
4196
7ffd83d7
TT
41972017-09-03 Tom Tromey <tom@tromey.com>
4198
4199 * thread.c (print_thread_info_1): Use string_printf.
4200 (thread_apply_command, thread_apply_all_command): Use
4201 std::string.
4202
1ccbe998
TT
42032017-09-03 Tom Tromey <tom@tromey.com>
4204
4205 * valprint.c (val_print_string): Update.
4206 * gdbcore.h (memory_error_message): Return std::string.
4207 * corefile.c (memory_error_message): Return std::string.
4208 (memory_error): Update.
4209 * breakpoint.c (insert_bp_location): Update.
4210
23fdd69e
SM
42112017-09-03 Simon Marchi <simon.marchi@ericsson.com>
4212
4213 * target/waitstatus.h (target_waitstatus_to_string): Change
4214 return type to std::string.
4215 * target/waitstatus.c (target_waitstatus_to_string): Return
4216 std::string.
4217 * target.h (target_waitstatus_to_string): Remove declaration.
4218 * infrun.c (resume, clear_proceed_status_thread,
4219 print_target_wait_results, do_target_wait, save_waitstatus,
4220 stop_all_threads): Adjust.
4221 * record-btrace.c (record_btrace_wait): Adjust.
4222 * target-debug.h
4223 (target_debug_print_struct_target_waitstatus_p): Adjust.
4224
5c811d30
JK
42252017-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4226
4227 PR gdb/22046
4228 * nat/linux-procfs.c (parse_proc_status_state): Fix PROC_STATE_STOPPED
4229 detection.
4230
0a2dde4a
SDJ
42312017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4232
4233 * NEWS (Changes since GDB 8.0): Add entry mentioning new support
4234 for setting/unsetting environment variables on the remote target.
4235 (New remote packets): Add entries for QEnvironmentHexEncoded,
4236 QEnvironmentUnset and QEnvironmentReset.
4237 * common/environ.c (gdb_environ::operator=): Extend method to
4238 handle m_user_set_env_list and m_user_unset_env_list.
4239 (gdb_environ::clear): Likewise.
4240 (match_var_in_string): Change type of first parameter from 'char
4241 *' to 'const char *'.
4242 (gdb_environ::set): Extend method to handle
4243 m_user_set_env_list and m_user_unset_env_list.
4244 (gdb_environ::unset): Likewise.
4245 (gdb_environ::clear_user_set_env): New method.
4246 (gdb_environ::user_set_envp): Likewise.
4247 (gdb_environ::user_unset_envp): Likewise.
4248 * common/environ.h (gdb_environ): Handle m_user_set_env_list and
4249 m_user_unset_env_list on move constructor/assignment.
4250 (unset): Add new default parameter 'update_unset_list = true'.
4251 (clear_user_set_env): New method.
4252 (user_set_envp): Likewise.
4253 (user_unset_envp): Likewise.
4254 (m_user_set_env_list): New std::set.
4255 (m_user_unset_env_list): Likewise.
4256 * common/rsp-low.c (hex2str): New function.
4257 (bin2hex): New overload for bin2hex function.
4258 * common/rsp-low.c (hex2str): New prototype.
4259 (str2hex): New overload prototype.
4260 * remote.c: Include "environ.h". Add QEnvironmentHexEncoded,
4261 QEnvironmentUnset and QEnvironmentReset.
4262 (remote_protocol_features): Add QEnvironmentHexEncoded,
4263 QEnvironmentUnset and QEnvironmentReset packets.
4264 (send_environment_packet): New function.
4265 (extended_remote_environment_support): Likewise.
4266 (extended_remote_create_inferior): Call
4267 extended_remote_environment_support.
4268 (_initialize_remote): Add QEnvironmentHexEncoded,
4269 QEnvironmentUnset and QEnvironmentReset packet configs.
4270 * unittests/environ-selftests.c (gdb_selftest_env_var):
4271 New variable.
4272 (test_vector_initialization): New function.
4273 (test_init_from_host_environ): Likewise.
4274 (test_reinit_from_host_environ): Likewise.
4275 (test_set_A_unset_B_unset_A_cannot_find_A_can_find_B):
4276 Likewise.
4277 (test_unset_set_empty_vector): Likewise.
4278 (test_vector_clear): Likewise.
4279 (test_std_move): Likewise.
4280 (test_move_constructor):
4281 (test_self_move): Likewise.
4282 (test_set_unset_reset): Likewise.
4283 (run_tests): Rewrite in terms of the functions above.
4284
654670a4
WP
42852017-08-31 Weimin Pan <weimin.pan@oracle.com>
4286
4287 * sparc64-tdep.c (adi_stat_t): Fix comment formatting.
4288 (adi_available): Use a temp variable of type CORE_ADDR as argument
4289 3 when calling target_auxv_search.
4290 (adi_normalize_address): Use masks and xor operators to calculate
4291 normalized address.
4292 (adi_read_versions, adi_write_versions, adi_print_versions)
4293 (do_examine, do_assign): Use paddress.
4294
7755ddb7
JB
42952017-08-29 John Baldwin <jhb@FreeBSD.org>
4296
4297 * mips-fbsd-nat.c (getfpregs_supplies): Return true for FIR.
4298 * mips-fbsd-tdep.c (mips_fbsd_supply_fpregs): Split supply of FSR
4299 out of loop and add supply of FIR.
4300 (mips_fbsd_collect_fpregs): Split collect of FSR out of loop and
4301 add collect of FIR.
4302
fd437cbc
SM
43032017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4304
3804a343 4305 PR gdb/21827
fd437cbc
SM
4306 * cli/cli-script.c (define_command): Don't convert command name
4307 to lower case.
4308
988f6b3d
JB
43092017-08-25 Joel Brobecker <brobecker@adacore.com>
4310
4311 * ada-lang.c (ada_lookup_struct_elt_type): Remove parameter "dispp".
4312 Update all callers accordingly. Remove all code blocks handling
4313 the case where DISPP is not NULL.
4314
663c44ac
JK
43152017-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4316
4317 PR symtab/22003
4318 * dwarf2read.c (dwarf2_const_value_attr, dump_die_shallow)
4319 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
4320 (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_implicit_const.
4321
f1902523
JK
43222017-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4323
4324 * dwarf2read.c (build_type_psymtabs_reader): New prototype.
4325 (process_psymtab_comp_unit): Accept IS_DEBUG_TYPES.
4326 (read_comp_units_from_section): New parameter abbrev_section, use
4327 read_and_check_comp_unit_head, allocate signatured_type if needed.
4328 (create_all_comp_units): Update read_comp_units_from_section caller.
4329
87215ad1
SDJ
43302017-08-23 Pedro Alves <palves@redhat.com>
4331
4332 PR remote/21852
4333 * remote.c (add_current_inferior_and_thread): Set inferior_ptid
4334 to null_ptid and switch to thread without reading the registers
4335 after adding the inferior.
4336
6e41ddec
JK
43372017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4338
4339 * NEWS (Changes since GDB 8.0): Add set compile-gcc and show
4340 compile-gcc.
4341 * compile/compile.c (compile_gcc, show_compile_gcc): New.
4342 (compile_to_object): Implement compile_gcc.
4343 (_initialize_compile): Install "set compile-gcc". Initialize
4344 compile_gcc.
4345
e68c32d5
JK
43462017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4347
4348 * compile/compile.c (compile_to_object): Conditionally call
4349 set_verbose. Conditionally call compile or compile_v0.
4350
58afddc6
WP
43512017-08-07 Weimin Pan <weimin.pan@oracle.com>
4352
4353 * sparc64-tdep.h: (adi_normalize_address): New export.
4354 * sparc-nat.h: (open_adi_tag_fd): New export.
4355 * sparc64-linux-nat.c: (open_adi_tag_fd): New function.
4356 * sparc64-linux-tdep.c:
4357 (SEGV_ACCADI, SEGV_ADIDERR, SEGV_ADIPERR) New defines.
4358 (sparc64_linux_handle_segmentation_fault): New function.
4359 (sparc64_linux_init_abi): Register
4360 sparc64_linux_handle_segmentation_fault
4361 * sparc64-tdep.c: Include cli-utils.h,gdbcmd.h,auxv.h.
4362 (sparc64_addr_bits_remove): New function.
4363 (sparc64_init_abi): Register sparc64_addr_bits_remove.
4364 (MAX_PROC_NAME_SIZE): New macro.
4365 (AT_ADI_BLKSZ, AT_ADI_NBITS, AT_ADI_UEONADI) New defines.
4366 (sparc64adilist): New variable.
4367 (adi_proc_list): New variable.
4368 (find_adi_info): New function.
4369 (add_adi_info): New function.
4370 (get_adi_info_proc): New function.
4371 (get_adi_info): New function.
4372 (info_adi_command): New function.
4373 (read_maps_entry): New function.
4374 (adi_available): New function.
4375 (adi_normalize_address): New function.
4376 (adi_align_address): New function.
4377 (adi_convert_byte_count): New function.
4378 (adi_tag_fd): New function.
4379 (adi_is_addr_mapped): New function.
4380 (adi_read_versions): New function.
4381 (adi_write_versions): New function.
4382 (adi_print_versions): New function.
4383 (do_examine): New function.
4384 (do_assign): New function.
4385 (adi_examine_command): New function.
4386 (adi_assign_command): New function.
4387 (_initialize_sparc64_adi_tdep): New function.
4388
11db9430
SM
43892017-08-22 Simon Marchi <simon.marchi@ericsson.com>
4390
4391 * breakpoint.c (breakpoints_info): Rename to ...
4392 (info_breakpoints_command): ... this.
4393 (watchpoints_info): Rename to ...
4394 (info_watchpoints_command): ... this.
4395 (tracepoints_info): Rename to ...
4396 (info_tracepoints_command): ... this.
4397 (_initialize_breakpoint): Adjust.
4398 * dcache.c (dcache_info): Rename to ...
4399 (info_display_command): ... this.
4400 (_initialize_dcache): Adjust.
4401 * frame.h (args_info): Rename to ...
4402 (info_args_command): ... this.
4403 (locals_info): Rename to ...
4404 (info_locals_command): ... this.
4405 * infcmd.c (nofp_registers_info): Rename to ...
4406 (info_registers_command): ... this.
4407 (float_info): Rename to ...
4408 (info_float_command): ... this.
4409 (program_info): Rename to ...
4410 (info_program_command): ... this.
4411 (all_registers_info): Rename to ...
4412 (info_all_registers_command): ... this.
4413 (vector_info): Rename to ...
4414 (info_vector_command): ... this.
4415 (float_info): Rename to ...
4416 (info_float_command): ... this.
4417 (_initialize_infcmd): Adjust.
4418 * inferior.h (term_info): Rename to ...
4419 (info_terminal_command): ... this.
4420 * inflow.c (term_info): Rename to ...
4421 (info_terminal_command): ... this.
4422 (_initialize_inflow): Adjust.
4423 * infrun.c (signals_info): Rename to ...
4424 (info_signals_command): ... this.
4425 (_initialize_infrun): Adjust.
4426 * objc-lang.c (classes_info): Rename to ...
4427 (info_classes_command): ... this.
4428 (selectors_info): Rename to ...
4429 (info_selectors_command): ... this.
4430 (_initialize_objc_language): Adjust.
4431 * printcmd.c (sym_info): Rename to ...
4432 (info_symbol_command): ... this.
4433 (address_info): Rename to ...
4434 (info_address_command): ... this.
4435 (display_info): Rename to ...
4436 (info_display_command): ... this.
4437 (_initialize_printcmd): Adjust.
4438 * reverse.c (bookmarks_info): Rename to ...
4439 (info_breakpoints_command): ... this.
4440 (_initialize_reverse): Adjust.
4441 * ser-go32.c (dos_info): Rename to ...
4442 (info_serial_command): ... this.
4443 (_initialize_ser_dos): Adjust.
4444 * skip.c (skip_info): Rename to ...
4445 (info_skip_command): ... this.
4446 (_initialize_step_skip): Adjust.
4447 * source.c (line_info): Rename to ...
4448 (info_line_command): ... this.
4449 (source_info): Rename to ...
4450 (info_source_command)
4451 * stack.c (frame_info): Rename to ...
4452 (info_frame_command): ... this.
4453 (locals_info): Rename to ...
4454 (info_locals_command): ... this.
4455 (args_info): Rename to ...
4456 (info_args_command): ... this.
4457 (_initialize_stack): Adjust.
4458 * symtab.c (sources_info): Rename to ...
4459 (info_sources_command): ... this.
4460 (variables_info): Rename to ...
4461 (info_variables_command): ... this.
4462 (functions_info): Rename to ...
4463 (info_functions_command): ... this.
4464 (types_info): Rename to ...
4465 (info_types_command): ... this.
4466 (_initialize_symtab): Adjust.
4467 * target.c (target_info): Rename to ...
4468 (info_target_command): ... this.
4469 (initialize_targets): Adjust.
4470 * tracepoint.c (tvariables_info): Rename to ...
4471 (info_tvariables_command): ... this.
4472 (scope_info): Rename to ...
4473 (info_scope_command): ... this.
4474 (trace_dump_actions): Adjust.
4475 (_initialize_tracepoint): Adjust.
4476
b270e6f9
TT
44772017-08-22 Tom Tromey <tom@tromey.com>
4478
4479 * breakpoint.h (install_breakpoint): Update.
4480 * breakpoint.c (add_solib_catchpoint): Update.
4481 (install_breakpoint): Change argument to a std::unique_ptr.
4482 (create_fork_vfork_event_catchpoint): Use std::unique_ptr.
4483 (create_breakpoint_sal, create_breakpoint): Update.
4484 (watch_command_1, catch_exec_command_1)
4485 (strace_marker_create_breakpoints_sal): Use std::unique_ptr.
4486 (add_to_breakpoint_chain): Change argument to a std::unique_ptr.
4487 Return the breakpoint.
4488 (set_raw_breakpoint_without_location, set_raw_breakpoint)
4489 (new_single_step_breakpoint): Update.
4490 * break-catch-throw.c (handle_gnu_v3_exceptions): Use
4491 std::unique_ptr.
4492 * break-catch-syscall.c (create_syscall_event_catchpoint): Use
4493 std::unique_ptr.
4494 * break-catch-sig.c (create_signal_catchpoint): Use
4495 std::unique_ptr.
4496 * ada-lang.c (create_ada_exception_catchpoint): Use
4497 std::unique_ptr.
4498
36bd8eaa
TT
44992017-08-22 Tom Tromey <tom@tromey.com>
4500
4501 * breakpoint.c (add_solib_catchpoint): Use std::unique_ptr.
4502
56f37645
TT
45032017-08-22 Tom Tromey <tom@tromey.com>
4504
4505 * psymtab.c (psymtab_search_name): Return a unique_xmalloc_ptr.
4506 (lookup_partial_symbol): Update.
4507
0b581c69
TT
45082017-08-22 Tom Tromey <tom@tromey.com>
4509
4510 * source.h (rewrite_source_path): Return a unique_xmalloc_ptr.
4511 * source.c (rewrite_source_path): Return a unique_xmalloc_ptr.
4512 (find_and_open_source, symtab_to_fullname): Update.
4513 * psymtab.c (psymtab_to_fullname): Update.
4514
14278e1f
TT
45152017-08-22 Tom Tromey <tom@tromey.com>
4516
4517 * exec.c (exec_file_attach): Update.
4518 * linux-thread-db.c (try_thread_db_load): Update.
4519 * guile/scm-safe-call.c (gdbscm_safe_source_script): Update.
4520 * utils.c (gdb_realpath): Change return type.
4521 (gdb_realpath_keepfile): Update.
4522 (gdb_realpath_check_trailer, gdb_realpath_tests): New functions.
4523 (_initialize_utils): Register the new self test.
4524 * source.c (openp): Update.
4525 (find_and_open_source): Update.
4526 * nto-tdep.c (nto_find_and_open_solib): Update.
4527 * main.c (set_gdb_data_directory): Update.
4528 (captured_main_1): Update.
4529 * dwarf2read.c (dwarf2_get_dwz_file): Update
4530 (dw2_map_symbol_filenames): Update.
4531 * auto-load.c (auto_load_safe_path_vec_update): Update.
4532 (filename_is_in_auto_load_safe_path_vec): Change type of
4533 "filename_realp".
4534 (auto_load_objfile_script): Update.
4535 (file_is_auto_load_safe): Update. Use std::string.
4536 * utils.h (gdb_realpath): Return a gdb::unique_xmalloc_ptr.
4537
4971c9a7
TT
45382017-08-22 Tom Tromey <tom@tromey.com>
4539
4540 * utils.c (gdb_realpath_keepfile): Return a
4541 gdb::unique_xmalloc_ptr.
4542 * exec.c (exec_file_attach): Update.
4543 * utils.h (gdb_realpath_keepfile): Return a
4544 gdb::unique_xmalloc_ptr.
4545
e3e41d58
TT
45462017-08-22 Tom Tromey <tom@tromey.com>
4547
4548 * compile/compile.c (compile_file_command): Use
4549 gdb::unique_xmalloc_ptr, std::string.
4550 * utils.c (gdb_abspath): Change return type.
4551 * source.c (openp): Update.
4552 * objfiles.c (allocate_objfile): Update.
4553 * main.c (set_gdb_data_directory): Update.
4554 * utils.h (gdb_abspath): Return a gdb::unique_xmalloc_ptr.
4555
0d999a6e
ZZ
45562017-08-22 Zhouyi Zhou <zhouzhouyi@gmail.com>
4557
4558 * cli-cmds.c (list_commands): List actual code around more than
4559 one location.
4560
329d5e7e
JB
45612017-08-21 John Baldwin <jhb@FreeBSD.org>
4562
4563 * fbsd-nat.c (fbsd_add_threads): Use array type for `lwps'.
4564
bf223d3e
PA
45652017-08-21 Pedro Alves <palves@redhat.com>
4566
4567 PR gdb/19487
4568 * c-exp.y (variable production): Handle function aliases.
4569 * minsyms.c (msymbol_is_text): New function.
4570 * minsyms.h (msymbol_is_text): Declare.
4571 * symtab.c (find_function_alias_target): New function.
4572 * symtab.h (find_function_alias_target): Declare.
4573
c973d0aa
PA
45742017-08-21 Pedro Alves <palves@redhat.com>
4575
4576 * eval.c (evaluate_subexp_standard) <OP_TYPE>: Don't dig past
4577 typedefs.
4578 * typeprint.c (whatis_exp): If handling "whatis", and expression
4579 is OP_TYPE, strip one typedef level. Otherwise don't strip
4580 typedefs here.
4581 * valops.c (value_cast): Save "to" type before resolving
4582 stubs/typedefs. Use that type as resulting value's type.
4583
2989a365
TT
45842017-08-18 Tom Tromey <tom@tromey.com>
4585 Pedro Alves <palves@redhat.com>
4586
4587 * spu-multiarch.c (parse_spufs_run): Use scoped_restore.
4588 * sol-thread.c (sol_thread_resume, sol_thread_wait)
4589 (sol_thread_xfer_partial, rw_common): Use scoped_restore.
4590 * procfs.c (procfs_do_thread_registers): Use scoped_restore.
4591 * proc-service.c (ps_xfer_memory): Use scoped_restore.
4592 * linux-tdep.c (linux_corefile_thread): Remove a cleanup.
4593 (linux_get_siginfo_data): Add "thread" argument. Use
4594 scoped_restore.
4595 * linux-nat.c (linux_child_follow_fork)
4596 (check_stopped_by_watchpoint): Use scoped_restore.
4597 * infrun.c (displaced_step_prepare_throw, write_memory_ptid)
4598 (THREAD_STOPPED_BY, handle_signal_stop): Use scoped_restore.
4599 (restore_inferior_ptid, save_inferior_ptid): Remove.
4600 * btrace.c (btrace_fetch): Use scoped_restore.
4601 * bsd-uthread.c (bsd_uthread_fetch_registers)
4602 (bsd_uthread_store_registers): Use scoped_restore.
4603 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
4604 scoped_restore.
4605 * aix-thread.c (aix_thread_resume, aix_thread_wait)
4606 (aix_thread_xfer_partial): Use scoped_restore.
4607 * inferior.h (save_inferior_ptid): Remove.
4608
e60eb288
YQ
46092017-08-18 Yao Qi <yao.qi@linaro.org>
4610
4611 PR tdep/21818
4612 * arm-tdep.c (gdb_print_insn_arm): Mark
4613 USER_SPECIFIED_MACHINE_TYPE if exec_bfd isn't NULL.
4614
6d580b63
YQ
46152017-08-18 Yao Qi <yao.qi@linaro.org>
4616
4617 * NEWS: Mention GDBserver's new option "--selftest".
4618 * Makefile.in (SFILES): Remove selftest.c, add common/selftest.c.
4619 * selftest.c: Move it to common/selftest.c.
4620 * selftest.h: Move it to common/selftest.h.
4621 * selftest-arch.c (reset): New function.
4622 (tests_with_arch): Call reset.
4623
86dcbf50
YQ
46242017-08-18 Yao Qi <yao.qi@linaro.org>
4625
4626 * selftest.c (run_tests): Don't call QUIT. Call debug_printf
4627 instead of exception_fprintf and printf_filtered.
4628
7649770c
YQ
46292017-08-18 Yao Qi <yao.qi@linaro.org>
4630
4631 * selftest.c (register_self_test): Rename it to
4632 selftests::register_test.
4633 (run_self_tests): selftest::run_tests.
4634 * selftest.h: Update declarations.
4635 * selftest-arch.c (register_self_test_foreach_arch): Rename it to
4636 selftests::register_test_foreach_arch.
4637 * selftest-arch.h: Update declaration.
4638 * aarch64-tdep.c: Update.
4639 * arm-tdep.c: Likewise.
4640 * disasm-selftests.c: Likewise.
4641 * dwarf2loc.c: Likewise.
4642 * dwarf2-frame.c: Likewise.
4643 * findvar.c: Likewise.
4644 * gdbarch-selftests.c: Likewise.
4645 * maint.c (maintenance_selftest): Likewise.
4646 * regcache.c: Likewise.
4647 * rust-exp.y: Likewise.
4648 * selftest-arch.c: Likewise.
4649 * unittests/environ-selftests.c: Likewise.
4650 * unittests/function-view-selftests.c: Likewise.
4651 * unittests/offset-type-selftests.c: Likewise.
4652 * unittests/optional-selftests.c: Likewise.
4653 * unittests/scoped_restore-selftests.c: Likewise.
4654 * utils-selftests.c: Likewise.
4655
b0cba12e
PA
46562017-08-17 Pedro Alves <palves@redhat.com>
4657
4658 * cli/cli-cmds.c (source_command): Delete 'old_source_verbose'
4659 local.
4660
4c8aa72d
PA
46612017-08-17 Pedro Alves <palves@redhat.com>
4662
4663 * dwarf2read.c (struct dwarf2_cu) <line_header_die_owner>: New
4664 field.
4665 (reset_die_in_process): Delete, replaced by ...
4666 (process_die_scope): ... this new class. Make it responsible for
4667 freeing cu->line_header too.
4668 (process_die): Use process_die_scope.
4669 (handle_DW_AT_stmt_list): Record the line header's owner CU/DIE in
4670 cu->line_header_die_owner. Don't release the line header if it's
4671 owned by the CU.
4672 (setup_type_unit_groups): Make the CU/DIE own the line header.
4673 Don't release the line header here.
4674
ba713918
AL
46752017-08-17 Alex Lindsay <alexlindsay239@gmail.com> (tiny change)
4676
4677 * elfread.c (elf_read_minimal_symbols): xfree synthsyms.
4678
44d0fb3a
RK
46792017-08-17 Ruslan Kabatsayev <b7.10110111@gmail.com>
4680
4681 * NEWS: Mention new shortcuts for nexti and stepi in TUI
4682 Single-Key mode
4683
a5afdb16
RK
46842017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
4685
4686 * tui/tui.c (tui_commands): Add "nexti" and "stepi" to the Single-Key
4687 mode command list.
4688
47613aeb
SH
46892017-08-15 Stafford Horne <shorne@gmail.com>
4690
4691 * MAINTAINERS (Write After Approval): Add Stafford Horne.
4692
9c3cc999
SH
46932017-08-15 Stafford Horne <shorne@gmail.com>
4694
4695 * xtensa-tdep.c (xtensa_init_reggroups): Use xstrdup for cpname.
4696
206726fb
SDJ
46972017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4698
4699 PR gdb/21954
4700 * infcmd.c (unset_environment_command): Use the 'clear' method on
4701 the environment instead of resetting it.
4702
0335ac6d
JB
47032017-08-15 John Baldwin <jhb@FreeBSD.org>
4704
4705 * fbsd-nat.c (fbsd_convert_siginfo): Fix compile on big-endian
4706 platforms.
4707
d3abe1c8
TT
47082017-08-14 Tom Tromey <tom@tromey.com>
4709
4710 * valprint.c (print_octal_chars): Use HOST_CHAR_BIT.
4711 (print_binary_chars): Likewise.
4712 (BITS_IN_BYTES): Remove.
4713
d6382fff
TT
47142017-08-14 Tom Tromey <tom@tromey.com>
4715
4716 PR gdb/21675
4717 * valprint.c (LOW_ZERO): Change value to 034.
4718 (print_octal_chars): Add static_asserts for octal constants.
4719 * printcmd.c (print_scalar_formatted): Add 'd' case.
4720
f978cb06
TT
47212017-08-11 Tom Tromey <tom@tromey.com>
4722
4723 * symfile.c (add_symbol_file_command): Use std::vector.
4724
2f5404b3
TT
47252017-08-14 Tom Tromey <tom@tromey.com>
4726
4727 * break-catch-throw.c (handle_gnu_v3_exceptions): Use std::move.
4728 * break-catch-syscall.c (create_syscall_event_catchpoint): Use
4729 std::move.
4730 * break-catch-sig.c (create_signal_catchpoint): Use std::move.
4731
de7985c3
PA
47322017-08-11 Pedro Alves <palves@redhat.com>
4733
4734 * infrun.c (process_event_stop_test): Adjust
4735 function_name_is_marked_for_skip call.
4736 * skip.c: Include <list>.
4737 (skiplist_entry): Make it a class with private fields, and
4738 getters/setters.
4739 (skiplist_entry_chain): Delete.
4740 (skiplist_entries): New.
4741 (skiplist_entry_count): Delete.
4742 (highest_skiplist_entry_num): New.
4743 (ALL_SKIPLIST_ENTRIES, ALL_SKIPLIST_ENTRIES_SAFE): Delete.
4744 (add_skiplist_entry): Delete.
4745 (skiplist_entry::skiplist_entry): New.
4746 (skiplist_entry::add_entry): New.
4747 (skip_file_command, skip_function): Adjust.
4748 (compile_skip_regexp): Delete.
4749 (skip_command): Don't compile regexp here. Adjust to use
4750 skiplist_entry::add_entry.
4751 (skip_info): Adjust to use range-for and getters.
4752 (skip_enable_command, skip_disable_command): Adjust to use
4753 range-for and setters.
4754 (skip_delete_command): Adjust to use std::list.
4755 (add_skiplist_entry): Delete.
4756 (skip_file_p): Delete, refactored as ...
4757 (skiplist_entry::do_skip_file_p): ... this new method.
4758 (skip_gfile_p): Delete, refactored as ...
4759 (skiplist_entry::do_gskip_file_p): ... this new method.
4760 (skip_function_p, skip_rfunction_p): Delete, refactored as ...
4761 (skiplist_entry::skip_function_p): ... this new method.
4762 (function_name_is_marked_for_skip): Now returns bool, and takes
4763 the function sal by const reference. Adjust to use range-for and
4764 skiplist_entry methods.
4765 (_initialize_step_skip): Remove references to
4766 skiplist_entry_chain, skiplist_entry_count.
4767 * skip.h (function_name_is_marked_for_skip): Now returns bool, and
4768 takes the function sal by const reference.
4769
be7d3cd5
YQ
47702017-08-11 Yao Qi <yao.qi@linaro.org>
4771
4772 * dwarf2-frame.c (clear_pointer_cleanup): Remove.
4773 (dwarf2_frame_cache): Remove reset_cache_cleanup.
4774 (dwarf2_frame_cache):
4775 * frame-unwind.c (frame_unwind_try_unwinder): Catch
4776 RETURN_MASK_ALL and set *this_case to NULL.
4777 * frame-unwind.h: Update comments.
4778
1c90d9f0
YQ
47792017-08-11 Yao Qi <yao.qi@linaro.org>
4780
4781 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Remove.
4782 (dwarf2_frame_state_copy_regs): Remove.
4783 (dwarf2_frame_state_free_regs): Remove.
4784 (dwarf2_frame_state::~dwarf2_frame_state): Remove.
4785 (dwarf2_restore_rule): Call method .alloc_regs instead of
4786 dwarf2_frame_state_alloc_regs.
4787 (execute_cfa_program): Likewise. Call dwarf2_frame_state_reg_info
4788 constructor. Call std::move.
4789 (dwarf2_fetch_cfa_info): Don't call dwarf2_frame_state_copy_regs.
4790 (dwarf2_frame_cache): Likewise.
4791
4792 [GDB_SELF_TEST]: Include selftest.h and
4793 selftest-arch.h.
4794 [GDB_SELF_TEST] (execute_cfa_program_test): New function.
4795 (_initialize_dwarf2_frame) [GDB_SELF_TEST]: Register
4796 execute_cfa_program_test.
4797
4798 * dwarf2-frame.h (dwarf2_frame_state_reg_info): Add ctor, dtor,
4799 copy ctor, assignment operator, move assignment.
4800 <alloc_regs>: New method.
4801 <swap>: New method.
4802 (struct dwarf2_frame_state): Delete dtor.
4803 (dwarf2_frame_state_alloc_regs): Remove declaration.
4804 * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): Don't call
4805 dwarf2_frame_state_alloc_regs, use .alloc_regs instead.
4806
afe37d6b
YQ
48072017-08-11 Yao Qi <yao.qi@linaro.org>
4808
4809 * dwarf2-frame.c (dwarf2_frame_state_free): Remove.
4810 (dwarf2_frame_state::dwarf2_frame_state): New.
4811 (dwarf2_frame_state::~dwarf2_frame_state): New.
4812 (dwarf2_fetch_cfa_info): Update.
4813 (dwarf2_frame_cache): Remove old_chain. Change 'fs' to an object
4814 rather than a pointer. Update code.
4815 * dwarf2-frame.h (struct dwarf2_frame_state): Declare ctor and
4816 dtor.
4817 <data_align, code_align, retaddr_column>: Change them to const.
4818 <armcc_cfa_offsets_sf, armcc_cfa_offsets_reversed>: Change them
4819 to bool.
4820
b348037f
YQ
48212017-08-11 Yao Qi <yao.qi@linaro.org>
4822
4823 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <exp_len>: Remove.
4824 <loc.exp>: New field.
4825 * dwarf2-frame.c (execute_cfa_program): Update.
4826 (dwarf2_frame_prev_register): Update.
4827
e7c9de26
PA
48282017-08-10 Pedro Alves <palves@redhat.com>
4829
4830 * common/gdb_unique_ptr.h (xfree_deleter<T[]>): Define.
4831
e8c6b620
JB
48322017-08-09 John Baldwin <jhb@FreeBSD.org>
4833
4834 * fbsd-nat.c (struct fbsd_fork_info): Remove.
4835 (fbsd_pending_children): Use std::list.
4836 (fbsd_remember_child): Likewise.
4837 (fbsd_is_child_pending): Likewise.
4838 (fbsd_pending_vfork_done): Use std::forward_list.
4839 (fbsd_add_vfork_done): Likewise.
4840 (fbsd_is_vfork_done_pending): Likewise.
4841 (fbsd_next_vfork_done): Likewise.
4842
e4a26669
JB
48432017-08-09 John Baldwin <jhb@FreeBSD.org>
4844
4845 * fbsd-nat.c [HAVE_KINFO_GETVMMAP] (struct free_deleter): New.
4846 (fbsd_find_memory_regions): Use free_deleter with std::unique_ptr.
4847 [!HAVE_KINFO_GETVMMAP] (fbsd_find_memory_regions): Use std::string
4848 for `mapfilename'.
4849 (fbsd_xfer_partial): Use gdb::byte_vector.
af3881e6 4850 (fbsd_add_threads): Use gdb::unique_xmalloc_ptr.
e4a26669 4851
142311d3
JB
48522017-08-09 John Baldwin <jhb@FreeBSD.org>
4853
4854 * fbsd-nat.c: [!HAVE_KINFO_GETVMMAP]: Include <sys/user.h> and
4855 "filestuff.h".
4856 (fbsd_find_memory_regions): Fix `mapfile' initialization.
4857
42fa2e0e
TT
48582017-08-09 Tom Tromey <tom@tromey.com>
4859
4860 * skip.c (skiplist_entry): New constructor.
4861 (skiplist_entry::enabled, skiplist_entry::function_is_regexp)
4862 (skiplist_entry::file_is_glob): Now bool.
4863 (skiplist_entry::file, skiplist_entry::function): Now
4864 std::string.
4865 (make_skip_entry): Return a unique_ptr. Use new.
4866 (free_skiplist_entry, free_skiplist_entry_cleanup)
4867 (make_free_skiplist_entry_cleanup): Remove.
4868 (skip_command, skip_disable_command, add_skiplist_entry)
4869 (skip_form_bytes, compile_skip_regexp, skip_command, skip_info)
4870 (skip_file_p, skip_gfile_p, skip_function_p, skip_rfunction_p)
4871 (function_name_is_marked_for_skip): Update.
4872 (skip_delete_command): Update. Use delete.
4873
cd3af38d
JW
48742017-08-09 Jiong Wang <jiong.wang@arm.com>
4875
4876 * aarch64-linux-tdep.c: Include "auxv.h" and "elf/common.h".
4877 (aarch64_linux_core_read_description): New function.
4878 (aarch64_linux_init_abi): Register gdbarch_core_read_description.
4879
29592bde
PA
48802017-08-09 Pedro Alves <palves@redhat.com>
4881
4882 * cp-name-parser.y (cp_comp_to_string): Return a
4883 gdb::unique_xmalloc_ptr<char>.
4884 * cp-support.c (replace_typedefs_qualified_name)
4885 (replace_typedefs): Adjust to use gdb::unique_xmalloc_ptr<char>.
4886 (cp_canonicalize_string_full): Use op= instead of explicit
4887 convertion.
4888 (cp_class_name_from_physname, method_name_from_physname)
4889 (cp_func_name, cp_remove_params): Adjust to use
4890 gdb::unique_xmalloc_ptr<char>.
4891 * cp-support.h (cp_comp_to_string): Return a
4892 gdb::unique_xmalloc_ptr<char>.
4893 * python/py-type.c (typy_lookup_type): Adjust to use
4894 gdb::unique_xmalloc_ptr<char>.
4895
b3340438
L
48962017-08-09 H.J. Lu <hongjiu.lu@intel.com>
4897
4898 * dwarf2read.c (dwarf2_string_attr): Fix a typo.
4899
e88e8651
YQ
49002017-08-09 Alex Lindsay <alexlindsay239@gmail.com>
4901 Yao Qi <yao.qi@linaro.org>
4902
4903 * cp-support.c (cp_canonicalize_string_full): Use
4904 gdb::unique_xmalloc_ptr<char>.
4905 (cp_canonicalize_string): Likewise.
4906
f5a29eb0
YQ
49072017-08-09 Yao Qi <yao.qi@linaro.org>
4908
4909 * features/Makefile (WHICH): Remove i386/ non-linux stuff.
4910 * regformats/i386/amd64-avx-avx512.dat: Remove.
4911 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Remove.
4912 * regformats/i386/amd64-avx-mpx.dat:Remove.
4913 * regformats/i386/amd64-avx.dat: Remove.
4914 * regformats/i386/amd64-mpx.dat: Remove.
4915 * regformats/i386/i386-avx-avx512.dat: Remove.
4916 * regformats/i386/i386-avx-mpx-avx512-pku.dat: Remove.
4917 * regformats/i386/i386-avx-mpx.dat: Remove.
4918 * regformats/i386/i386-mmx.dat: Remove.
4919 * regformats/i386/i386-mpx.dat: Remove.
4920
57757c2f
YQ
49212017-08-09 Yao Qi <yao.qi@linaro.org>
4922
4923 * amd64-tdep.h (tdesc_x32): Remove the declaration.
4924 * amd64-tdep.c: Don't include features/i386/x32*.c.
4925 (_initialize_amd64_tdep): Don't call initialize_tdesc_x32*
4926 functions.
4927 * features/Makefile (WHICH): Remove i386/x32, i386/x32-avx,
4928 and i386/x32-avx-avx512.
4929 (XMLTOC): Remove i386/x32-avx.xml, i386/x32-avx-avx512.xml,
4930 and i386/x32.xml.
4931 * features/i386/x32-avx-avx512.c: Removed.
4932 * features/i386/x32-avx-avx512.xml: Removed.
4933 * features/i386/x32-avx.c: Removed.
4934 * features/i386/x32-avx.xml: Removed.
4935 * features/i386/x32.c: Removed.
4936 * features/i386/x32.xml: Removed.
4937 * regformats/i386/x32-avx-avx512.dat: Removed.
4938 * regformats/i386/x32-avx.dat: Removed.
4939 * regformats/i386/x32.dat: Removed.
4940
ba7b109b
MR
49412017-08-07 Maciej W. Rozycki <macro@imgtec.com>
4942
4943 PR breakpoints/21886
4944 * mem-break.c (default_memory_insert_breakpoint): Use
4945 `->placed_address' rather than `->reqstd_address' for the
4946 breakpoint location.
4947
e347efc3
MR
49482017-08-07 Maciej W. Rozycki <macro@imgtec.com>
4949
4950 * arch-utils.c (default_print_insn): Remove arch/mach/endian
4951 assertions.
4952
0dba2a6c
MR
49532017-08-07 Maciej W. Rozycki <macro@imgtec.com>
4954
4955 * gdbarch.sh (gdbarch_info): Replace the `tdep_info' member with
4956 a union of `tdep_info', `tdesc_data' and `id'.
4957 * aarch64-tdep.c (aarch64_gdbarch_init): Use `info.tdesc_data'
4958 rather than `info.tdep_info'.
4959 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
4960 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
4961 * i386-tdep.c (i386_gdbarch_init): Likewise.
4962 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
4963 * mips-tdep.c (mips_gdbarch_init): Likewise.
4964 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
4965 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
4966 * ppc-linux-tdep.c (ppu2spu_sniffer): Use `info.id' rather than
4967 `info.tdep_info'.
4968 (ppc_linux_init_abi): Use `info.tdesc_data' rather than
4969 `info.tdep_info'.
4970 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
4971 * spu-multiarch.c (spu_gdbarch): Use `info.id' rather than
4972 `info.tdep_info'.
4973 * spu-tdep.c (spu_gdbarch_init): Likewise.
4974 * gdbarch.h: Regenerate.
4975
16eb6b2d
LS
49762017-08-07 Leszek Swirski <leszeks@google.com>
4977
7b005726 4978 PR symtab/20899
16eb6b2d
LS
4979 * dwarf2read.c (dwarf2_string_attr): Allow DW_FORM_GNU_strp_alt.
4980
74cbb09e
SM
49812017-08-07 Simon Marchi <simon.marchi@ericsson.com>
4982
4983 * remote-sim.c (gdbsim_load): Remove char **argv local variable.
4984 (gdbsim_open): Rename gdb_argv args object to argv.
4985
ee0c3293
TT
49862017-08-05 Tom Tromey <tom@tromey.com>
4987
4988 * compile/compile-object-load.c (compile_object_load): Use
4989 gdb::unique_xmalloc_ptr.
4990 * cli/cli-dump.c (scan_filename): Rename from
4991 scan_filename_with_cleanup. Change return type.
4992 (scan_expression): Rename from scan_expression_with_cleanup.
4993 Change return type.
4994 (dump_memory_to_file, dump_value_to_file, restore_command):
4995 Use gdb::unique_xmalloc_ptr. Update.
4996 * cli/cli-cmds.c (find_and_open_script): Use
4997 gdb::unique_xmalloc_ptr.
4998 * tracefile-tfile.c (tfile_open): Use gdb::unique_xmalloc_ptr.
4999 * symmisc.c (maintenance_print_symbols)
5000 (maintenance_print_msymbols): Use gdb::unique_xmalloc_ptr.
5001 * symfile.c (symfile_bfd_open, generic_load)
5002 (add_symbol_file_command, remove_symbol_file_command): Use
5003 gdb::unique_xmalloc_ptr.
5004 * source.c (openp): Use gdb::unique_xmalloc_ptr.
5005 * psymtab.c (maintenance_print_psymbols): Use
5006 gdb::unique_xmalloc_ptr.
5007 * corelow.c (core_open): Use gdb::unique_xmalloc_ptr.
5008 * breakpoint.c (save_breakpoints): Use gdb::unique_xmalloc_ptr.
5009 * solib.c (solib_map_sections): Use gdb::unique_xmalloc_ptr.
5010 (reload_shared_libraries_1): Likewise.
5011
3232fabd
TT
50122017-08-05 Tom Tromey <tom@tromey.com>
5013
5014 * rust-exp.y (rust_op_ptr, set_field): Remove typedefs.
5015 (rust_op_vector, rust_set_vector): New typedefs.
5016 (current_parser): New global.
5017 (work_obstack): Change to pointer type. Update all users.
5018 (rust_ast, pstate): Remove globals.
5019 (struct rust_parser): New.
5020 (%union) <params, field_inits>: Change type.
5021 (start, tuple_expr, unit_expr, struct_expr_list, literal)
5022 (field_expr, expr_list, maybe_expr_list, type_list): Update.
5023 (ast_call_ish, ast_path, ast_function_type, ast_tuple_type)
5024 (convert_params_to_types, convert_params_to_expression): Change
5025 type of "params".
5026 (ast_string): Change type of "fields".
5027 (rust_parse): Make a rust_parser. Remove cleanups.
5028 (rust_lex_tests): Make and install an auto_obstack.
5029
f02fd774
YQ
50302017-08-04 Yao Qi <yao.qi@linaro.org>
5031
5032 * configure.srv (ipa_x32_linux_regobj): New.
5033 * linux-amd64-ipa.c (get_ipa_tdesc): Use X86_TDESC_AVX_AVX512
5034 instead of X86_TDESC_AVX512.
5035 (initialize_low_tracepoint): Call
5036 init_registers_x32_avx_avx512_linux.
5037
91975afd
YQ
50382017-08-04 Yao Qi <yao.qi@linaro.org>
5039
5040 * utils.h (gdb_argv): Add namespace std for nullptr_t.
5041
2331fa3a
RK
50422017-08-03 Ruslan Kabatsayev <b7.10110111@gmail.com>
5043
5044 * MAINTAINERS (Write After Approval): Add Ruslan Kabatsayev.
5045
744e4fe1
TT
50462017-08-03 Tom Tromey <tom@tromey.com>
5047
5048 * utils.c (make_cleanup_freeargv, do_freeargv, gdb_buildargv):
5049 Remove.
5050 * utils.h (make_cleanup_freeargv, gdb_buildargv): Remove.
5051
1c034b67
TT
50522017-08-03 Tom Tromey <tom@tromey.com>
5053
5054 * python/py-param.c (compute_enum_values): Use gdb_argv.
5055
773a1edc
TT
50562017-08-03 Tom Tromey <tom@tromey.com>
5057
5058 * utils.h (struct gdb_argv_deleter): New.
5059 (gdb_argv): New class.
5060 * utils.c (gdb_argv::reset): New method.
5061 * tracepoint.c (delete_trace_variable_command): Use gdb_argv.
5062 * tracefile.c (tsave_command): Use gdb_argv.
5063 * top.c (new_ui_command): Use gdb_argv.
5064 * symmisc.c (maintenance_print_symbols)
5065 (maintenance_print_msymbols, maintenance_expand_symtabs): Use gdb_argv.
5066 * symfile.c (symbol_file_command, generic_load)
5067 (remove_symbol_file_command): Use gdb_argv.
5068 * stack.c (backtrace_command): Use gdb_argv.
5069 * source.c (add_path, show_substitute_path_command)
5070 (unset_substitute_path_command, set_substitute_path_command):
5071 Use gdb_argv.
5072 * skip.c (skip_command): Use gdb_argv. Use gdb_buildargv.
5073 * ser-mingw.c (pipe_windows_open): Use gdb_argv.
5074 * remote.c (extended_remote_run, remote_put_command)
5075 (remote_get_command, remote_delete_command): Use gdb_argv.
5076 * remote-sim.c (gdbsim_load, gdbsim_create_inferior)
5077 (gdbsim_open): Use gdb_argv.
5078 * python/py-cmd.c (gdbpy_string_to_argv): Use gdb_argv.
5079 * psymtab.c (maintenance_print_psymbols): Use gdb_argv.
5080 * procfs.c (procfs_info_proc): Use gdb_argv.
5081 * interps.c (interpreter_exec_cmd): Use gdb_argv.
5082 * infrun.c (handle_command): Use gdb_argv.
5083 * inferior.c (add_inferior_command, clone_inferior_command):
5084 Use gdb_argv.
5085 * guile/scm-string.c (gdbscm_string_to_argv): Use gdb_argv.
5086 * exec.c (exec_file_command): Use gdb_argv.
5087 * cli/cli-cmds.c (alias_command): Use gdb_argv.
5088 * compile/compile.c (build_argc_argv): Use gdb_argv.
5089
0d50bde3
TT
50902017-08-03 Tom Tromey <tom@tromey.com>
5091
5092 * python/python.c (gdbpy_decode_line): Use unique_xmalloc_ptr.
5093
7f968c89
TT
50942017-08-03 Tom Tromey <tom@tromey.com>
5095
5096 * python/python.c (compute_python_string): Return std::string.
5097 (gdbpy_eval_from_control_command): Update.
5098 (do_start_initialization): Use std::string.
5099 * python/py-varobj.c (py_varobj_iter_next): Use string_printf, not
5100 xstrprintf.
5101 * python/py-breakpoint.c (local_setattro): Use string_printf, not
5102 xstrprintf.
5103
3c9ebddd
TT
51042017-08-03 Tom Tromey <tom@tromey.com>
5105
5106 * top.h (do_restore_instream_cleanup): Remove.
5107 * top.c (do_restore_instream_cleanup): Remove.
5108 (read_command_file): Use scoped_restore.
5109 * cli/cli-script.c (execute_user_command): Use scoped_restore.
5110
b51b225e
TT
51112017-08-03 Tom Tromey <tom@tromey.com>
5112
5113 * cli/cli-script.c (execute_user_command)
5114 (execute_control_command): Use scoped_restore.
5115
ac991630
TT
51162017-08-03 Tom Tromey <tom@tromey.com>
5117
5118 * cli/cli-script.c (do_restore_user_call_depth): Remove.
5119 (execute_user_command): Remove user_call_depth; use
5120 user_args_stack's size instead.
5121
898e0c8e
TT
51222017-08-03 Tom Tromey <tom@tromey.com>
5123
5124 * top.h (in_user_command): Remove.
5125 * top.c (in_user_command): Remove.
5126 * cli/cli-script.c (do_restore_user_call_depth)
5127 (execute_user_command): Update.
5128
26fcd5d7
TT
51292017-08-03 Tom Tromey <tom@tromey.com>
5130
5131 * valops.c (search_struct_method): Use gdb::byte_vector.
5132 * valarith.c (value_concat): Use std::vector.
5133 * target.c (memory_xfer_partial): Use gdb::byte_vector.
5134 (simple_search_memory): Likewise.
5135 * printcmd.c (find_string_backward): Use gdb::byte_vector.
5136 * mi/mi-main.c (mi_cmd_data_write_memory): Use gdb::byte_vector.
5137 * gcore.c (gcore_copy_callback): Use gdb::byte_vector.
5138 * elfread.c (elf_rel_plt_read): Use std::string.
5139 * cp-valprint.c (cp_print_value): Use gdb::byte_vector.
5140 * cli/cli-dump.c (restore_section_callback): Use
5141 gdb::byte_vector.
5142
7c218e6c
TT
51432017-08-03 Tom Tromey <tom@tromey.com>
5144
5145 * jit.c (jit_reader_load_command): Use unique_xmalloc_ptr.
5146
31b68d4a
TT
51472017-08-03 Tom Tromey <tom@tromey.com>
5148
5149 * tui/tui-regs.c (tui_restore_gdbout): Remove.
5150 (tui_register_format): Use scoped_restore.
5151
2ec845e7
TT
51522017-08-03 Tom Tromey <tom@tromey.com>
5153
5154 * reverse.c (exec_direction_default): Remove.
5155 (exec_reverse_once): Use scoped_restore.
5156 * remote.c (restore_remote_timeout): Remove.
5157 (remote_flash_erase, remote_flash_write, remote_flash_done)
5158 (readchar, remote_serial_write): Use scoped_restore.
5159 * cli/cli-script.c (struct source_cleanup_lines_args)
5160 (source_cleanup_lines): Remove.
5161 (script_from_file): Use scoped_restore.
5162 * cli/cli-cmds.c (source_verbose_cleanup): Remove.
5163 (source_command): Use scoped_restore.
5164
b3bc8453
TT
51652017-08-03 Tom Tromey <tom@tromey.com>
5166
5167 * utils.h (make_cleanup_free_so): Remove.
5168 * utils.c (do_free_so, make_cleanup_free_so): Remove.
5169 * solist.h (struct so_deleter): New.
5170 (so_list_up): New typedef.
5171 * solib-svr4.c (svr4_read_so_list): Use so_list_up.
5172
e3ad2841
TT
51732017-08-03 Tom Tromey <tom@tromey.com>
5174
5175 * utils.h (make_cleanup_restore_current_language): Remove.
5176 * utils.c (do_restore_current_language)
5177 (make_cleanup_restore_current_language): Remove.
5178 * parse.c (parse_exp_in_context_1)
5179 (parse_expression_with_language): Use
5180 scoped_restore_current_language.
5181 * mi/mi-main.c (mi_cmd_execute): Use
5182 scoped_restore_current_language.
5183 * language.h (scoped_restore_current_language): New class.
5184
b80cf838
TT
51852017-08-03 Tom Tromey <tom@tromey.com>
5186
5187 * compile/compile.c (cleanup_unlink_file): Remove.
5188 (compile_to_object): Use gdb::unlinker.
5189 (eval_compile_command): Likewise.
5190
fad0444a
TT
51912017-08-03 Tom Tromey <tom@tromey.com>
5192
5193 * utils.h (make_cleanup_fclose): Remove.
5194 * utils.c (do_fclose_cleanup, make_cleanup_fclose): Remove.
5195
6e7bc05c
TT
51962017-08-03 Tom Tromey <tom@tromey.com>
5197
5198 * top.c (open_terminal_stream): Return gdb_file_up.
5199 (new_ui_command): Update.
5200
4a45905b
TT
52012017-08-03 Tom Tromey <tom@tromey.com>
5202
5203 * source.c (print_source_lines_base, forward_search_command)
5204 (reverse_search_command): Use gdb_file_up.
5205
7cd06d6e
TT
52062017-08-03 Tom Tromey <tom@tromey.com>
5207
5208 * fbsd-nat.c (fbsd_find_memory_regions): Update.
5209
ed166945
TT
52102017-08-03 Tom Tromey <tom@tromey.com>
5211
5212 * cli/cli-cmds.c (find_and_open_script): Change return type.
5213 Remove "streamp" and "full_path" parameters.
5214 (source_script_with_search): Update.
5215 * auto-load.c (source_script_file): Update.
5216 * cli/cli-cmds.h (find_and_open_script): Change type.
5217 (open_script): New struct.
5218
d419f42d
TT
52192017-08-03 Tom Tromey <tom@tromey.com>
5220
5221 * xml-support.c (xml_fetch_content_from_file): Update.
5222 * ui-file.c (stdio_file::open): Update.
5223 * tracefile-tfile.c (tfile_start): Update.
5224 * remote.c (remote_file_put, remote_file_get): Update.
5225 * nat/linux-procfs.c (linux_proc_get_int)
5226 (linux_proc_pid_get_state, linux_proc_tid_get_name): Update.
5227 * nat/linux-osdata.c (linux_common_core_of_thread): Update.
5228 (command_from_pid, commandline_from_pid, linux_xfer_osdata_cpus)
5229 (print_sockets, linux_xfer_osdata_shm, linux_xfer_osdata_sem)
5230 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Update.
5231 * nat/linux-btrace.c (linux_determine_kernel_start): Update.
5232 * linux-nat.c (linux_proc_pending_signals): Update.
5233 * dwarf2read.c (write_psymtabs_to_index): Use gdb_file_up.
5234 (file_closer): Remove.
5235 * compile/compile.c (compile_to_object): Update.
5236 * common/filestuff.h (struct gdb_file_deleter): New.
5237 (gdb_file_up): New typedef.
5238 (gdb_fopen_cloexec): Change return type.
5239 * common/filestuff.c (gdb_fopen_cloexec): Return gdb_file_up.
5240 * cli/cli-dump.c (fopen_with_cleanup): Remove.
5241 (dump_binary_file, restore_binary_file): Update.
5242 * auto-load.c (auto_load_objfile_script_1): Update.
5243
4a2b031d
TT
52442017-08-03 Tom Tromey <tom@tromey.com>
5245
5246 * tracepoint.c (tvariables_info_1): Use ui_out_emit_table.
5247 (info_static_tracepoint_markers_command): Likewise.
5248 * solib.c (info_sharedlibrary_command): Use ui_out_emit_table.
5249 * skip.c (skip_info): Use ui_out_emit_table.
5250 * progspace.c (print_program_space): Use ui_out_emit_table.
5251 * osdata.c (info_osdata): Use ui_out_emit_table.
5252 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Use
5253 ui_out_emit_table.
5254 * linux-thread-db.c (info_auto_load_libthread_db): Use
5255 ui_out_emit_table.
5256 * inferior.c (print_inferior): Use ui_out_emit_table.
5257 * gdb_bfd.c (maintenance_info_bfds): Use ui_out_emit_table.
5258 * breakpoint.c (breakpoint_1): Use ui_out_emit_table.
5259 * auto-load.c (auto_load_info_scripts): Use ui_out_emit_table.
5260 * ada-tasks.c (print_ada_task_info): Use ui_out_emit_table.
5261 * ui-out.h (class ui_out_emit_table): New.
5262
a4f320fd
MR
52632017-08-02 Maciej W. Rozycki <macro@imgtec.com>
5264
5265 * mips-tdep.c (mips_fpu_type_str): New function.
5266 (mips_dump_tdep): Call it.
5267
a2f1f308
MR
52682017-08-01 Maciej W. Rozycki <macro@imgtec.com>
5269
5270 * mips-tdep.c (mips_gdbarch_init): Use MIPS_FPU_TYPE to access
5271 `->mips_fpu_type'.
5272
7e5ed83b
XR
52732017-07-31 Xavier Roirand <roirand@adacore.com>
5274
5275 * solib-darwin.c (DYLD_VERSION_MAX): Increase value.
5276
4c9dc811
XR
52772017-07-27 Xavier Roirand <roirand@adacore.com>
5278
5279 * MAINTAINERS (Write After Approval): Add Xavier Roirand.
5280
27d41eac
YQ
52812017-07-26 Yao Qi <yao.qi@linaro.org>
5282
5283 * cli/cli-cmds.c (maintenancechecklist): New variable.
5284 * gdbcmd.h (maintenancechecklist): Declare it.
5285 * i386-linux-tdep.c (_initialize_i386_linux_tdep) [GDB_SELF_TEST]:
5286 Call i386_linux_read_description with different masks.
5287 * maint.c (maintenance_check_command): New function.
5288 (_initialize_maint_cmds): Call add_prefix_cmd.
5289 * target-descriptions.c (tdesc_reg): override operator != and ==.
5290 (tdesc_type): Likewise.
5291 (tdesc_feature): Likewise.
5292 (target_desc): Likewise.
5293 [GDB_SELF_TEST] (selftests::record_xml_tdesc): New function.
5294 (maintenance_check_xml_descriptions): New function.
5295 (_initialize_target_descriptions) Add command "xml-descriptions".
5296 * target-descriptions.h (selftests::record_xml_tdesc): Declare.
5297
ea03d0d3
YQ
52982017-07-26 Yao Qi <yao.qi@linaro.org>
5299
5300 * i386-linux-tdep.c: Don't include features/i386/i386-*linux.c.
5301 Include features/i386/32bit-*.c.
5302 (i386_linux_read_description): Generate target description if it
5303 doesn't exist.
5304 (_initialize_i386_linux_tdep): Don't call _initialize_tdesc_i386
5305 functions.
5306 * features/i386/32bit-linux.c: Re-generated.
5307 * features/i386/32bit-sse.c: Likewise.
5308 * target-descriptions.c (print_c_feature::visit): Print code to
5309 set register number if needed.
5310 (print_c_feature) <m_next_regnum>: New field.
5311
25aa13e5
YQ
53122017-07-26 Yao Qi <yao.qi@linaro.org>
5313
5314 * features/Makefile (CFILES): Rename with TDESC_CFILES.
5315 (FEATURE_XMLFILES): New.
5316 (FEATURE_CFILES): New.
5317 New rules.
5318 (clean-cfiles): Remove generated c files.
5319 * features/i386/32bit-avx.c: Generated.
5320 * features/i386/32bit-avx512.c: Generated.
5321 * features/i386/32bit-core.c: Generated.
5322 * features/i386/32bit-linux.c: Generated.
5323 * features/i386/32bit-mpx.c: Generated.
5324 * features/i386/32bit-pkeys.c: Generated.
5325 * features/i386/32bit-sse.c: Generated.
5326 * target-descriptions.c: Include algorithm.
5327 (tdesc_element_visitor): Add method visit_end.
5328 (print_c_tdesc): Implement visit_end.
5329 (print_c_tdesc:: m_filename_after_features): Move it to
5330 protected.
5331 (print_c_feature): New class.
5332 (maint_print_c_tdesc_cmd): Use print_c_feature if XML file
5333 name starts with "i386/32bit-".
5334
6eb1e6a8
YQ
53352017-07-26 Yao Qi <yao.qi@linaro.org>
5336
5337 * target-descriptions.c (tdesc_element_visitor): New class.
5338 (tdesc_element): New class.
5339 (tdesc_reg): Inherit from tdesc_element.
5340 (tdesc_reg::accept): New function.
5341 (tdesc_type): Inherit from tdesc_element.
5342 (tdesc_type::accept): New function.
5343 (tdesc_feature): Inherit from tdesc_element.
5344 (tdesc_feature::accept): New function.
5345 (target_desc): Inherit from tdesc_element.
5346 (target_desc::target_desc): New.
5347 (target_desc::~target_desc): New.
5348 (target_desc::accept): New.
5349 (allocate_target_description): Use new.
5350 (free_target_description): Use delete.
5351 (print_c_tdesc): New class.
5352 (maint_print_c_tdesc_cmd): Adjust.
5353
5354 * features/aarch64.c: Re-generated.
5355 * features/arc-arcompact.c: Re-generated.
5356 * features/arc-v2.c: Re-generated.
5357 * features/arm/arm-with-iwmmxt.c: Re-generated.
5358 * features/arm/arm-with-m.c: Re-generated.
5359 * features/arm/arm-with-m-fpa-layout.c: Re-generated.
5360 * features/arm/arm-with-m-vfp-d16.c: Re-generated.
5361 * features/arm/arm-with-neon.c: Re-generated.
5362 * features/arm/arm-with-vfpv2.c: Re-generated.
5363 * features/arm/arm-with-vfpv3.c: Re-generated.
5364 * features/i386/amd64-avx-avx512.c: Re-generated.
5365 * features/i386/amd64-avx-avx512-linux.c: Re-generated.
5366 * features/i386/amd64-avx.c: Re-generated.
5367 * features/i386/amd64-avx-linux.c: Re-generated.
5368 * features/i386/amd64-avx-mpx-avx512-pku.c: Re-generated.
5369 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
5370 * features/i386/amd64-avx-mpx.c: Re-generated.
5371 * features/i386/amd64-avx-mpx-linux.c: Re-generated.
5372 * features/i386/amd64.c: Re-generated.
5373 * features/i386/amd64-linux.c: Re-generated.
5374 * features/i386/amd64-mpx.c: Re-generated.
5375 * features/i386/amd64-mpx-linux.c: Re-generated.
5376 * features/i386/i386-avx-avx512.c: Re-generated.
5377 * features/i386/i386-avx-avx512-linux.c: Re-generated.
5378 * features/i386/i386-avx.c: Re-generated.
5379 * features/i386/i386-avx-linux.c: Re-generated.
5380 * features/i386/i386-avx-mpx-avx512-pku.c: Re-generated.
5381 * features/i386/i386-avx-mpx-avx512-pku-linux.c: Re-generated.
5382 * features/i386/i386-avx-mpx.c: Re-generated.
5383 * features/i386/i386-avx-mpx-linux.c: Re-generated.
5384 * features/i386/i386.c: Re-generated.
5385 * features/i386/i386-linux.c: Re-generated.
5386 * features/i386/i386-mmx.c: Re-generated.
5387 * features/i386/i386-mmx-linux.c: Re-generated.
5388 * features/i386/i386-mpx.c: Re-generated.
5389 * features/i386/i386-mpx-linux.c: Re-generated.
5390 * features/i386/x32-avx-avx512.c: Re-generated.
5391 * features/i386/x32-avx-avx512-linux.c: Re-generated.
5392 * features/i386/x32-avx.c: Re-generated.
5393 * features/i386/x32-avx-linux.c: Re-generated.
5394 * features/i386/x32.c: Re-generated.
5395 * features/i386/x32-linux.c: Re-generated.
5396 * features/microblaze.c: Re-generated.
5397 * features/microblaze-with-stack-protect.c: Re-generated.
5398 * features/mips64-dsp-linux.c: Re-generated.
5399 * features/mips64-linux.c: Re-generated.
5400 * features/mips-dsp-linux.c: Re-generated.
5401 * features/mips-linux.c: Re-generated.
5402 * features/nds32.c: Re-generated.
5403 * features/nios2.c: Re-generated.
5404 * features/nios2-linux.c: Re-generated.
5405 * features/rs6000/powerpc-32.c: Re-generated.
5406 * features/rs6000/powerpc-32l.c: Re-generated.
5407 * features/rs6000/powerpc-403.c: Re-generated.
5408 * features/rs6000/powerpc-403gc.c : Re-generated.
5409 * features/rs6000/powerpc-405.c: Re-generated.
5410 * features/rs6000/powerpc-505.c: Re-generated.
5411 * features/rs6000/powerpc-601.c: Re-generated.
5412 * features/rs6000/powerpc-602.c: Re-generated.
5413 * features/rs6000/powerpc-603.c: Re-generated.
5414 * features/rs6000/powerpc-604.c: Re-generated.
5415 * features/rs6000/powerpc-64.c: Re-generated.
5416 * features/rs6000/powerpc-64l.c: Re-generated.
5417 * features/rs6000/powerpc-7400.c: Re-generated.
5418 * features/rs6000/powerpc-750.c: Re-generated.
5419 * features/rs6000/powerpc-860.c: Re-generated.
5420 * features/rs6000/powerpc-altivec32.c: Re-generated.
5421 * features/rs6000/powerpc-altivec32l.c: Re-generated.
5422 * features/rs6000/powerpc-altivec64.c: Re-generated.
5423 * features/rs6000/powerpc-altivec64l.c: Re-generated.
5424 * features/rs6000/powerpc-cell32l.c: Re-generated.
5425 * features/rs6000/powerpc-cell64l.c: Re-generated.
5426 * features/rs6000/powerpc-e500.c: Re-generated.
5427 * features/rs6000/powerpc-e500l.c: Re-generated.
5428 * features/rs6000/powerpc-isa205-32l.c: Re-generated.
5429 * features/rs6000/powerpc-isa205-64l.c: Re-generated.
5430 * features/rs6000/powerpc-isa205-altivec32l.c: Re-generated.
5431 * features/rs6000/powerpc-isa205-altivec64l.c: Re-generated.
5432 * features/rs6000/powerpc-isa205-vsx32l.c: Re-generated.
5433 * features/rs6000/powerpc-isa205-vsx64l.c: Re-generated.
5434 * features/rs6000/powerpc-vsx32.c: Re-generated.
5435 * features/rs6000/powerpc-vsx32l.c: Re-generated.
5436 * features/rs6000/powerpc-vsx64.c: Re-generated.
5437 * features/rs6000/powerpc-vsx64l.c: Re-generated.
5438 * features/rs6000/rs6000.c: Re-generated.
5439 * features/s390-linux32.c: Re-generated.
5440 * features/s390-linux32v1.c: Re-generated.
5441 * features/s390-linux32v2.c: Re-generated.
5442 * features/s390-linux64.c: Re-generated.
5443 * features/s390-linux64v1.c: Re-generated.
5444 * features/s390-linux64v2.c: Re-generated.
5445 * features/s390-te-linux64.c: Re-generated.
5446 * features/s390-tevx-linux64.c: Re-generated.
5447 * features/s390-vx-linux64.c: Re-generated.
5448 * features/s390x-linux64.c: Re-generated.
5449 * features/s390x-linux64v1.c: Re-generated.
5450 * features/s390x-linux64v2.c: Re-generated.
5451 * features/s390x-te-linux64.c: Re-generated.
5452 * features/s390x-tevx-linux64.c: Re-generated.
5453 * features/s390x-vx-linux64.c: Re-generated.
5454 * features/sparc/sparc32-solaris.c: Re-generated.
5455 * features/sparc/sparc64-solaris.c: Re-generated.
5456 * features/tic6x-c62x.c: Re-generated.
5457 * features/tic6x-c62x-linux.c: Re-generated.
5458 * features/tic6x-c64x.c: Re-generated.
5459 * features/tic6x-c64x-linux.c: Re-generated.
5460 * features/tic6x-c64xp.c: Re-generated.
5461 * features/tic6x-c64xp-linux.c: Re-generated.
5462
35b4818d
YQ
54632017-07-26 Yao Qi <yao.qi@linaro.org>
5464
5465 * i386-linux-tdep.c (i386_linux_read_description): New function.
5466 (i386_linux_core_read_description): Call
5467 i386_linux_read_description.
5468 * i386-linux-tdep.h (i386_linux_read_description): Declare.
5469 (tdesc_i386_linux, tdesc_i386_mmx_linux): Remove declarations.
5470 (tdesc_i386_avx_linux, tdesc_i386_mpx_linux): Likewise
5471 (tdesc_i386_avx_mpx_linux, tdesc_i386_avx_avx512_linux): Likewise.
5472 (tdesc_i386_avx_mpx_avx512_pku_linux): Likewise.
5473 * x86-linux-nat.c (x86_linux_read_description): Call
5474 i386_linux_read_description.
5475
8e2141c6
YQ
54762017-07-26 Yao Qi <yao.qi@linaro.org>
5477
5478 * NEWS: Mention it.
5479 * features/Makefile (%.c: %.xml): Pass the xml file name to
5480 command "maint print c-tdesc".
5481 * target-descriptions.c (maint_print_c_tdesc_cmd): Get file
5482 name from 'arg'.
5483
b468ff4c
YQ
54842017-07-26 Yao Qi <yao.qi@linaro.org>
5485
5486 * target-descriptions.c (target_desc): Add ctor and dtor. Do
5487 in-class initialization.
5488 (tdesc_create_feature): Call new instead of XCNEW.
5489 (free_target_description): Ue delete.
5490
b9c0e1b4
JB
54912017-07-25 John Baldwin <jhb@FreeBSD.org>
5492
5493 * configure.nat: Add "-lkvm" for NetBSD/sparc64 and fix typo.
5494
a04b5337
YQ
54952017-07-25 Yao Qi <yao.qi@linaro.org>
5496
5497 * amd64-tdep.c (amd64_init_abi): Make argument default_tdesc
5498 constant.
5499 (amd64_x32_init_abi): Likewise.
5500 * amd64-tdep.h (amd64_init_abi): Update declaration.
5501 (amd64_x32_init_abi): Likewise.
5502
02ad7fc2
YQ
55032017-07-25 Yao Qi <yao.qi@linaro.org>
5504
5505 PR tdep/21717
5506 * arm-linux-nat.c (arm_linux_fetch_inferior_registers): Update
5507 condition for FPSCR.
5508 (arm_linux_store_inferior_registers): Likewise.
5509
b6f48cb0
TT
55102017-07-22 Tom Tromey <tom@tromey.com>
5511
5512 * break-catch-syscall.c (struct catch_syscall_inferior_data)
5513 <syscalls_counts>: Now a std::vector.
5514 (get_catch_syscall_inferior_data): Use "new".
5515 (catch_syscall_inferior_data_cleanup): Use "delete".
5516 (insert_catch_syscall, remove_catch_syscall)
5517 (clear_syscall_counts): Update.
5518
e12c9b7a
TT
55192017-07-22 Tom Tromey <tom@tromey.com>
5520
5521 * break-catch-syscall.c (syscall_catchpoint)
5522 <syscalls_to_be_caught>: Now a std::vector<int>
5523 (~syscall_catchpoint): Remove.
5524 (insert_catch_syscall, remove_catch_syscall)
5525 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
5526 (print_mention_catch_syscall, print_recreate_catch_syscall):
5527 Update.
5528 (create_syscall_event_catchpoint): Change type of "filter"
5529 parameter.
5530 (catch_syscall_split_args): Return a std::vector.
5531 (catch_syscall_command_1, catching_syscall_number_1): Update.
5532
4fa8aeac
TT
55332017-07-22 Tom Tromey <tom@tromey.com>
5534
5535 * break-catch-throw.c (struct exception_catchpoint)
5536 <exception_rx>: Now a std::string.
5537 (~exception_catchpoint): Remove.
5538 (print_one_detail_exception_catchpoint): Update.
5539 (handle_gnu_v3_exceptions): Change type of except_rx.
5540 (extract_exception_regexp): Return a std::string.
5541 (catch_exception_command_1): Update.
5542
f746a154
TT
55432017-07-22 Tom Tromey <tom@tromey.com>
5544
5545 * break-catch-sig.c (gdb_signal_type): Remove typedef.
5546 (struct signal_catchpoint) <signals_to_be_caught>: Now a
5547 std::vector.
5548 <catch_all>: Now a bool.
5549 (~signal_catchpoint): Remove.
5550 (signal_catchpoint_insert_location)
5551 (signal_catchpoint_remove_location)
5552 (signal_catchpoint_breakpoint_hit, signal_catchpoint_print_one)
5553 (signal_catchpoint_print_mention)
5554 (signal_catchpoint_print_recreate)
5555 (signal_catchpoint_explains_signal): Update.
5556 (create_signal_catchpoint): Change type of "filter" and
5557 "catch_all".
5558 (catch_signal_split_args): Return a std::vector. Change type of
5559 "catch_all".
5560 (catch_signal_command): Update.
5561
47e77640
PA
55622017-07-20 Pedro Alves <palves@redhat.com>
5563
5564 * ada-lang.c (ada_language_defn): Make extern.
5565 (_initialize_ada_language): Remove add_language call.
5566 * c-lang.c (c_language_defn, cplus_language_defn)
5567 (asm_language_defn, minimal_language_defn): Make extern.
5568 (_initialize_c_language): Delete.
5569 * completer.c (compare_cstrings): Delete, moved to utils.h.
5570 * d-lang.c (d_language_defn): Make extern.
5571 (_initialize_d_language): Remove add_language calls.
5572 * defs.h (enum language): Add comment.
5573 * f-lang.c (f_language_defn): Make extern.
5574 (_initialize_f_language): Remove add_language call.
5575 * go-lang.c (go_language_defn): Make extern.
5576 (_initialize_go_language): Remove add_language call.
5577 * language.c: Include <algorithm>.
5578 (languages): Redefine as const array.
5579 (languages_size, languages_allocsize, DEFAULT_ALLOCSIZE): Delete.
5580 (set_language_command): Handle "local". Use for-range loop.
5581 (set_language): Remove loop.
5582 (language_enum): Rewrite.
5583 (language_def, language_str): Remove loops.
5584 (add_language): Delete.
5585 (add_set_language_command): New, based on add_languages.
5586 (skip_language_trampoline): Adjust.
5587 (local_language_defn): Delete.
5588 (language_gdbarch_post_init): Adjust.
5589 (_initialize_language): Remove add_language calls. Call
5590 add_set_language_command.
5591 * language.h (add_language): Delete.
5592 (auto_language_defn)
5593 (unknown_language_defn, minimal_language_defn, ada_language_defn)
5594 (asm_language_defn, c_language_defn, cplus_language_defn)
5595 (d_language_defn, f_language_defn, go_language_defn)
5596 (m2_language_defn, objc_language_defn, opencl_language_defn)
5597 (pascal_language_defn, rust_language_defn): Declare.
5598 * m2-lang.c (m2_language_defn): Make extern.
5599 (_initialize_m2_language): Remove add_language call.
5600 * objc-lang.c (objc_language_defn): Make extern.
5601 (_initialize_objc_language): Remove add_language call.
5602 * opencl-lang.c (opencl_language_defn): Make extern.
5603 (_initialize_opencl_language): Remove add_language call.
5604 * p-lang.c (pascal_language_defn): Make extern.
5605 (_initialize_pascal_language): Delete.
5606 * rust-lang.c (rust_language_defn): Make extern.
5607 (_initialize_rust_language): Delete.
5608 * utils.h (compare_cstrings): New static inline function.
5609
edb0c9cb
PA
56102017-07-20 Pedro Alves <palves@redhat.com>
5611
5612 * ada-lang.c (ada_to_fixed_type_1): Adjust.
5613 (get_var_value): Constify parameters.
5614 (get_int_var_value): Change prototype.
5615 (to_fixed_range_type): Adjust.
5616 * ada-lang.h (get_int_var_value): Change prototype.
5617
a778f165
PA
56182017-07-20 Pedro Alves <palves@redhat.com>
5619
5620 * dwarf2read.c (dw2_lookup_symbol): Use
5621 SYMBOL_MATCHES_SEARCH_NAME.
5622 * psymtab.c (psym_lookup_symbol): Use SYMBOL_MATCHES_SEARCH_NAME.
5623
42edd901
PA
56242017-07-20 Pedro Alves <palves@redhat.com>
5625
5626 * block.c (block_iter_name_step, block_iter_name_first)
5627 (block_iter_name_next): Delete.
5628 (block_lookup_symbol_primary): Adjust to use
5629 dict_iter_match_first/dict_iter_match_next.
5630 * block.h (block_iter_name_first, block_iter_name_next): Delete
5631 declarations.
5632 (ALL_BLOCK_SYMBOLS_WITH_NAME): Adjust to use
5633 dict_iter_match_first/dict_iter_match_next.
5634
cf325299
PA
56352017-07-20 Pedro Alves <palves@redhat.com>
5636
5637 * cp-support.c (cp_find_first_component_aux): Add missing case for
5638 end of string.
5639
c5ed0576
DB
56402017-07-18 David Blaikie <dblaikie@gmail.com>
5641
5642 * dwarf2read.c (create_cus_hash_table): Re-add lost initialization
5643 of dwo_cu's dwo_file.
5644
27841e76
YQ
56452017-07-18 Yao Qi <yao.qi@linaro.org>
5646
5647 * remote.c (store_registers_using_G): Remove one line comment.
5648
cfb7e58b
YQ
56492017-07-18 Yao Qi <yao.qi@linaro.org>
5650
5651 * regcache.c (regcache_cpy): Simplify it.
5652 (regcache::cpy_no_passthrough): Remove it.
5653 * regcache.h (cpy_no_passthrough): Remove it.
5654 (regcache_dup, regcache_cpy): Update comments.
5655
386535dd
PA
56562017-07-18 Pedro Alves <palves@redhat.com>
5657
5658 * remote-sim.c (sim_command_completer): Adjust to work with a
5659 completion_tracker instead of a VEC.
5660
c45ec17c
PA
56612017-07-17 Pedro Alves <palves@redhat.com>
5662
5663 * completer.c (complete_source_filenames): New function.
5664 (complete_address_and_linespec_locations): New function.
5665 (location_completer): Use complete_address_and_linespec_locations.
5666 (completion_tracker::build_completion_result): Honor the tracker's
5667 request to suppress append.
5668 * completer.h (completion_tracker::suppress_append_ws)
5669 (completion_tracker::set_suppress_append_ws): New methods.
5670 (completion_tracker::m_suppress_append_ws): New field.
5671 (complete_source_filenames): New declaration.
5672 * linespec.c (linespec_complete_what): New.
5673 (struct ls_parser) <complete_what, completion_word,
5674 completion_quote_char, completion_quote_end, completion_tracker>:
5675 New fields.
5676 (string_find_incomplete_keyword_at_end): New.
5677 (linespec_lexer_lex_string): Record quote char. If in completion
5678 mode, don't throw.
5679 (linespec_lexer_consume_token): Advance the completion word point.
5680 (linespec_lexer_peek_token): Save/restore completion info.
5681 (save_stream_and_consume_token): New.
5682 (set_completion_after_number): New.
5683 (linespec_parse_basic): Set what to complete next depending on
5684 token. Handle function and label completions specially.
5685 (parse_linespec): Disable objc shortcut in completion mode. Set
5686 what to complete next depending on token type. Skip keyword if in
5687 completion mode.
5688 (complete_linespec_component, linespec_complete): New.
5689 * linespec.h (linespec_complete): Declare.
5690
be966d42
PA
56912017-07-17 Pedro Alves <palves@redhat.com>
5692
5693 * linespec.c (linespec_lexer_lex_string, find_toplevel_char):
5694 Handle 'operator<' / 'operator<<'.
5695
a2459270
PA
56962017-07-17 Pedro Alves <palves@redhat.com>
5697
5698 * completer.c (collect_explicit_location_matches): Handle
5699 MATCH_LABEL.
5700 (convert_explicit_location_to_linespec): New, factored out from
5701 ...
5702 (convert_explicit_location_to_sals): ... this.
5703 (complete_label): New.
5704 (linespec_complete_label, find_label_symbols_in_block): New.
5705 (find_label_symbols): Add completion_mode parameter and adjust to
5706 call find_label_symbols_in_block.
5707 * linespec.h (linespec_complete_label): Declare.
5708
c6756f62
PA
57092017-07-17 Pedro Alves <palves@redhat.com>
5710
5711 * ada-lang.c (ada_collect_symbol_completion_matches): Add
5712 complete_symbol_mode parameter.
5713 * cli/cli-cmds.c (complete_command): Get the completion result out
5714 of the handle_brkchars tracker if used a custom word point.
5715 * completer.c: Include "linespec.h".
5716 (enum explicit_location_match_type) <MATCH_LINE>: New enumerator.
5717 (advance_to_expression_complete_word_point): New.
5718 (completion_tracker::completes_to_completion_word): New.
5719 (complete_files_symbols): Pass down
5720 complete_symbol_mode::EXPRESSION.
5721 (explicit_options, probe_options): New.
5722 (collect_explicit_location_matches): Complete on the
5723 explictit_loc->foo instead of word. Use
5724 linespec_complete_function. Handle MATCH_LINE. Handle offering
5725 keyword and options completions.
5726 (backup_text_ptr): Delete.
5727 (skip_keyword): New.
5728 (complete_explicit_location): Remove 'word' parameter. Add
5729 language, quoted_arg_start and quoted_arg_end parameters.
5730 Rewrite, parsing left to right.
5731 (location_completer): Rewrite.
5732 (location_completer_handle_brkchars): New function.
5733 (symbol_completer): Pass down complete_symbol_mode::EXPRESSION.
5734 (enum complete_line_internal_reason): Adjust comments.
5735 (completion_tracker::discard_completions): New.
5736 (completer_handle_brkchars_func_for_completer): Handle
5737 location_completer.
5738 (gdb_custom_word_point_brkchars)
5739 (gdb_org_rl_basic_quote_characters): New.
5740 (gdb_completion_word_break_characters_throw)
5741 (completion_find_completion_word): Handle trackers that use a
5742 custom word point.
5743 (completion_tracker::advance_custom_word_point_by): New.
5744 (completion_tracker::build_completion_result): Don't rely on
5745 readline appending the quote char.
5746 (gdb_rl_attempted_completion_function_throw): Handle trackers that
5747 use a custom word point.
5748 (gdb_rl_attempted_completion_function): Restore
5749 rl_basic_quote_characters.
5750 * completer.h (class completion_tracker): Extend intro comment.
5751 (completion_tracker::set_quote_char)
5752 (completion_tracker::quote_char)
5753 (completion_tracker::set_use_custom_word_point)
5754 (completion_tracker::use_custom_word_point)
5755 (completion_tracker::custom_word_point)
5756 (completion_tracker::set_custom_word_point)
5757 (completion_tracker::advance_custom_word_point_by)
5758 (completion_tracker::completes_to_completion_word)
5759 (completion_tracker::discard_completions): New methods.
5760 (completion_tracker::m_quote_char)
5761 (completion_tracker::m_use_custom_word_point)
5762 (completion_tracker::m_custom_word_point): New fields.
5763 (advance_to_expression_complete_word_point): Declare.
5764 * f-lang.c (f_collect_symbol_completion_matches): Add
5765 complete_symbol_mode parameter.
5766 * language.h (struct language_defn)
5767 <la_collect_symbol_completion_matches>: Add complete_symbol_mode
5768 parameter.
5769 * linespec.c (linespec_keywords): Add NULL terminator. Make extern.
5770 (linespec_complete_function): New function.
5771 (linespec_lexer_lex_keyword): Adjust.
5772 * linespec.h (linespec_keywords, linespec_complete_function): New
5773 declarations.
5774 * location.c (find_end_quote): New function.
5775 (explicit_location_lex_one): Add explicit_completion_info
5776 parameter. Save quoting info. Don't throw if being called for
5777 completion. Don't handle Ada operators here.
5778 (is_cp_operator, skip_op_false_positives, first_of)
5779 (explicit_location_lex_one_function): New function.
5780 (string_to_explicit_location): Replace 'dont_throw' parameter with
5781 an explicit_completion_info pointer parameter. Handle it. Don't
5782 use explicit_location_lex_one to lex function names. Use
5783 explicit_location_lex_one_function instead.
5784 * location.h (struct explicit_completion_info): New.
5785 (string_to_explicit_location): Replace 'dont_throw' parameter with
5786 an explicit_completion_info pointer parameter.
5787 * symtab.c (default_collect_symbol_completion_matches_break_on):
5788 Add complete_symbol_mode parameter. Handle LINESPEC mode.
5789 (default_collect_symbol_completion_matches)
5790 (collect_symbol_completion_matches): Add complete_symbol_mode
5791 parameter.
5792 (collect_symbol_completion_matches_type): Pass down
5793 complete_symbol_mode::EXPRESSION.
5794 (collect_file_symbol_completion_matches): Add complete_symbol_mode
5795 parameter. Handle LINESPEC mode.
5796 * symtab.h (complete_symbol_mode): New.
5797 (default_collect_symbol_completion_matches_break_on)
5798 (default_collect_symbol_completion_matches)
5799 (collect_symbol_completion_matches)
5800 (collect_file_symbol_completion_matches): Add complete_symbol_mode
5801 parameter.
5802
1d550c82
PA
58032017-07-17 Pedro Alves <palves@redhat.com>
5804
5805 * utils.c (enum class strncmp_iw_mode): New.
5806 (strcmp_iw): Rename to ...
5807 (strncmp_iw_with_mode): ... this. Add string2_len and mode
5808 parameters. Handle them.
5809 (strncmp_iw): New.
5810 (strcmp_iw): Reimplement as wrapper around strncmp_iw_with_mode.
5811 * utils.h (strncmp_iw): Declare.
5812 (strcmp_iw): Move describing comments here.
5813
8090b426
PA
58142017-07-17 Pedro Alves <palves@redhat.com>
5815
5816 * c-exp.y (operator_stoken): Use CP_OPERATOR_LEN and
5817 CP_OPERATOR_STR.
5818 * c-typeprint.c (is_type_conversion_operator): Use
5819 CP_OPERATOR_STR.
5820 * cp-support.c (LENGTH_OF_OPERATOR): Delete.
5821 (cp_find_first_component_aux): Use CP_OPERATOR_STR and
5822 CP_OPERATOR_LEN.
5823 * cp-support.h (CP_OPERATOR_STR, CP_OPERATOR_LEN): New.
5824 * gnu-v2-abi.c (gnuv2_is_operator_name): Use CP_OPERATOR_STR.
5825 * gnu-v3-abi.c (gnuv3_is_operator_name): Use CP_OPERATOR_STR.
5826 * linespec.c (linespec_lexer_lex_string): Use CP_OPERATOR_LEN and
5827 CP_OPERATOR_STR.
5828 * location.c: Include "cp-support.h".
5829 (explicit_location_lex_one): Use CP_OPERATOR_LEN and
5830 CP_OPERATOR_STR.
5831 * symtab.c (operator_chars): Use CP_OPERATOR_STR and
5832 CP_OPERATOR_LEN.
5833
6a2c1b87
PA
58342017-07-17 Pedro Alves <palves@redhat.com>
5835
5836 * cli/cli-cmds.c (complete_command): Use a completion tracker
5837 along with completion_find_completion_word for handle_brkchars
5838 phase.
5839 * completer.c (RL_QF_SINGLE_QUOTE, RL_QF_DOUBLE_QUOTE)
5840 (RL_QF_BACKSLASH, RL_QF_OTHER_QUOTE): New.
5841 (struct gdb_rl_completion_word_info): New.
5842 (gdb_rl_find_completion_word): New.
5843 (completion_find_completion_word): New.
5844 * completer.h (completion_find_completion_word): Declare.
5845
eb3ff9a5
PA
58462017-07-17 Pedro Alves <palves@redhat.com>
5847
5848 * ada-lang.c (symbol_completion_match): Adjust comments.
5849 (symbol_completion_add): Replace vector parameter with
5850 completion_tracker parameter. Use it.
5851 (ada_make_symbol_completion_list): Rename to...
5852 (ada_collect_symbol_completion_matches): ... this. Add
5853 completion_tracker parameter and use it.
5854 (ada_language_defn): Adjust.
5855 * break-catch-syscall.c (catch_syscall_completer): Adjust
5856 prototype and work with completion_tracker instead of VEC.
5857 * breakpoint.c (condition_completer): Adjust prototype and work
5858 with completion_tracker instead of VEC.
5859 * c-lang.c (c_language_defn, cplus_language_defn)
5860 (asm_language_defn, minimal_language_defn): Adjust to renames.
5861 * cli/cli-cmds.c (complete_command): Rework using
5862 completion_tracker. Catch exceptions when completing.
5863 * cli/cli-decode.c (integer_unlimited_completer)
5864 (complete_on_cmdlist, complete_on_enum): Adjust prototype and work
5865 with completion_tracker instead of VEC.
5866 * command.h (struct completion_tracker): Forward declare.
5867 (completer_ftype, completer_handle_brkchars_ftype): Change
5868 types.
5869 (complete_on_cmdlist, complete_on_enum): Adjust.
5870 * completer.c: Include <algorithm>.
5871 (struct gdb_completer_state): New.
5872 (current_completion): New global.
5873 (readline_line_completion_function): Delete.
5874 (noop_completer, filename_completer)
5875 (filename_completer_handle_brkchars, complete_files_symbols)
5876 (linespec_location_completer): Adjust to work with a
5877 completion_tracker instead of a VEC.
5878 (string_or_empty): New.
5879 (collect_explicit_location_matches): Adjust to work with a
5880 completion_tracker instead of a VEC.
5881 (explicit_location_completer): Rename to ...
5882 (complete_explicit_location): ... this and adjust to work with a
5883 completion_tracker instead of a VEC.
5884 (location_completer): Adjust to work with a completion_tracker
5885 instead of a VEC.
5886 (add_struct_fields): Adjust to work with a completion_list instead
5887 of VEC.
5888 (expression_completer): Rename to ...
5889 (complete_expression): ... this and adjust to work with a
5890 completion_tracker instead of a VEC. Use complete_files_symbols.
5891 (expression_completer): Reimplement on top of complete_expression.
5892 (symbol_completer): Adjust to work with a completion_tracker
5893 instead of a VEC.
5894 (enum complete_line_internal_reason): Add describing comments.
5895 (complete_line_internal_normal_command): Adjust to work with a
5896 completion_tracker instead of a VEC.
5897 (complete_line_internal): Rename to ...
5898 (complete_line_internal_1): ... this and adjust to work with a
5899 completion_tracker instead of a VEC. Assert TEXT is NULL in the
5900 handle_brkchars phase.
5901 (new_completion_tracker): Delete.
5902 (complete_line_internal): Reimplement as TRY/CATCH wrapper around
5903 complete_line_internal_1.
5904 (free_completion_tracker): Delete.
5905 (INITIAL_COMPLETION_HTAB_SIZE): New.
5906 (completion_tracker::completion_tracker)
5907 (completion_tracker::~completion_tracker): New.
5908 (maybe_add_completion): Delete.
5909 (completion_tracker::maybe_add_completion)
5910 (completion_tracker::add_completion)
5911 (completion_tracker::add_completions): New.
5912 (throw_max_completions_reached_error): Delete.
5913 (complete_line): Adjust to work with a completion_tracker instead
5914 of a VEC. Don't create a completion_tracker_t or check for max
5915 completions here.
5916 (command_completer, command_completer_handle_brkchars)
5917 (signal_completer, reg_or_group_completer_1)
5918 (reg_or_group_completer, default_completer_handle_brkchars):
5919 Adjust to work with a completion_tracker.
5920 (gdb_completion_word_break_characters_throw): New.
5921 (gdb_completion_word_break_characters): Reimplement.
5922 (line_completion_function): Delete.
5923 (completion_tracker::recompute_lowest_common_denominator)
5924 (expand_preserving_ws)
5925 (completion_tracker::build_completion_result)
5926 (completion_result::completion_result)
5927 (completion_result::completion_result)
5928 (completion_result::~completion_result)
5929 (completion_result::completion_result)
5930 (completion_result::release_match_list, compare_cstrings)
5931 (completion_result::sort_match_list)
5932 (completion_result::reset_match_list)
5933 (gdb_rl_attempted_completion_function_throw)
5934 (gdb_rl_attempted_completion_function): New.
5935 * completer.h (completion_list, struct completion_result)
5936 (class completion_tracker): New.
5937 (complete_line): Add completion_tracker parameter.
5938 (readline_line_completion_function): Delete.
5939 (gdb_rl_attempted_completion_function): New.
5940 (noop_completer, filename_completer, expression_completer)
5941 (location_completer, symbol_completer, command_completer)
5942 (signal_completer, reg_or_group_completer): Update prototypes.
5943 (completion_tracker_t, new_completion_tracker)
5944 (make_cleanup_free_completion_tracker): Delete.
5945 (enum maybe_add_completion_enum): Delete.
5946 (maybe_add_completion): Delete.
5947 (throw_max_completions_reached_error): Delete.
5948 * corefile.c (complete_set_gnutarget): Adjust to work with a
5949 completion_tracker instead of a VEC.
5950 * cp-abi.c (cp_abi_completer): Adjust to work with a
5951 completion_tracker instead of a VEC.
5952 * d-lang.c (d_language_defn): Adjust.
5953 * disasm.c (disassembler_options_completer): Adjust to work with a
5954 completion_tracker instead of a VEC.
5955 * f-lang.c (f_make_symbol_completion_list): Rename to ...
5956 (f_collect_symbol_completion_matches): ... this. Adjust to work
5957 with a completion_tracker instead of a VEC.
5958 (f_language_defn): Adjust.
5959 * go-lang.c (go_language_defn): Adjust.
5960 * guile/scm-cmd.c (cmdscm_add_completion, cmdscm_completer):
5961 Adjust to work with a completion_tracker instead of a VEC.
5962 * infrun.c (handle_completer): Likewise.
5963 * interps.c (interpreter_completer): Likewise.
5964 * interps.h (interpreter_completer): Likewise.
5965 * language.c (unknown_language_defn, auto_language_defn)
5966 (local_language_defn): Adjust.
5967 * language.h (language_defn::la_make_symbol_completion_list):
5968 Rename to ...
5969 (language_defn::la_collect_symbol_completion_matches): ... this
5970 and adjust to work with a completion_tracker instead of a VEC.
5971 * m2-lang.c (m2_language_defn): Adjust.
5972 * objc-lang.c (objc_language_defn): Adjust.
5973 * opencl-lang.c (opencl_language_defn): Adjust.
5974 * p-lang.c (pascal_language_defn): Adjust.
5975 * python/py-cmd.c (cmdpy_completer_helper): Handle NULL word.
5976 (cmdpy_completer_handle_brkchars, cmdpy_completer): Adjust to work
5977 with a completion_tracker.
5978 * rust-lang.c (rust_language_defn): Adjust.
5979 * symtab.c (free_completion_list, do_free_completion_list)
5980 (return_val, completion_tracker): Delete.
5981 (completion_list_add_name, completion_list_add_symbol)
5982 (completion_list_add_msymbol, completion_list_objc_symbol)
5983 (completion_list_add_fields, add_symtab_completions): Add
5984 completion_tracker parameter and use it.
5985 (default_make_symbol_completion_list_break_on_1): Rename to...
5986 (default_collect_symbol_completion_matches_break_on): ... this.
5987 Add completion_tracker parameter and use it instead of allocating
5988 a completion tracker here.
5989 (default_make_symbol_completion_list_break_on): Delete old
5990 implementation.
5991 (default_make_symbol_completion_list): Delete.
5992 (default_collect_symbol_completion_matches): New.
5993 (make_symbol_completion_list): Delete.
5994 (collect_symbol_completion_matches): New.
5995 (make_symbol_completion_type): Rename to ...
5996 (collect_symbol_completion_matches_type): ... this. Add
5997 completion_tracker parameter and use it instead of VEC.
5998 (make_file_symbol_completion_list_1): Rename to...
5999 (collect_file_symbol_completion_matches): ... this. Add
6000 completion_tracker parameter and use it instead of VEC.
6001 (make_file_symbol_completion_list): Delete.
6002 (add_filename_to_list): Use completion_list instead of a VEC.
6003 (add_partial_filename_data::list): Now a completion_list.
6004 (make_source_files_completion_list): Work with a completion_list
6005 instead of a VEC.
6006 * symtab.h: Include "completer.h".
6007 (default_make_symbol_completion_list_break_on)
6008 (default_make_symbol_completion_list, make_symbol_completion_list)
6009 (make_symbol_completion_type, make_file_symbol_completion_list)
6010 (make_source_files_completion_list): Delete.
6011 (default_collect_symbol_completion_matches_break_on)
6012 (default_collect_symbol_completion_matches)
6013 (collect_symbol_completion_matches)
6014 (collect_symbol_completion_matches_type)
6015 (collect_file_symbol_completion_matches)
6016 (make_source_files_completion_list): New.
6017 * top.c (init_main): Don't install a rl_completion_entry_function
6018 hook. Install a rl_attempted_completion_function hook instead.
6019 * tui/tui-layout.c (layout_completer): Adjust to work with a
6020 completion_tracker.
6021 * tui/tui-regs.c (tui_reggroup_completer):
6022 * tui/tui-win.c (window_name_completer, focus_completer)
6023 (winheight_completer): Adjust to work with a completion_tracker.
6024 * value.c: Include "completer.h".
6025 (complete_internalvar): Adjust to work with a completion_tracker.
6026 * value.h (complete_internalvar): Likewise.
6027
6e1dbf8c
PA
60282017-07-17 Pedro Alves <palves@redhat.com>
6029
6030 * cli/cli-decode.c (set_cmd_completer_handle_brkchars): Adjust to
6031 renames.
6032 * cli/cli-decode.h (struct cmd_list_element) <completer>: Move
6033 comments to completer_ftype's declaration.
6034 <completer_handle_brkchars>: Change type to
6035 completer_handle_brkchars_ftype.
6036 * command.h (completer_ftype): Add describing comment and give
6037 names to parameters.
6038 (completer_ftype_void): Rename to ...
6039 (completer_handle_brkchars_ftype) ... this. Add describing comment.
6040 (set_cmd_completer_handle_brkchars): Adjust.
6041 * completer.c (filename_completer_handle_brkchars): New function.
6042 (complete_line_internal_normal_command): New function, factored
6043 out from ...
6044 (complete_line_internal): ... here.
6045 (command_completer_handle_brkchars)
6046 (default_completer_handle_brkchars)
6047 (completer_handle_brkchars_func_for_completer): New functions.
6048 * completer.h (set_gdb_completion_word_break_characters): Delete
6049 declaration.
6050 (completer_handle_brkchars_func_for_completer): New declaration.
6051 * python/py-cmd.c (cmdpy_completer_handle_brkchars): Adjust to use
6052 completer_handle_brkchars_func_for_completer.
6053
78b13106
PA
60542017-07-17 Pedro Alves <palves@redhat.com>
6055
6056 * completer.c (symbol_completer): New function, based on
6057 make_symbol_completion_list_fn.
6058 * completer.h (symbol_completer): New declaration.
6059 * guile/scm-cmd.c (cmdscm_completers): Adjust.
6060 * python/py-cmd.c (completers): Adjust.
6061 * symtab.c (make_symbol_completion_list_fn): Delete.
6062 * symtab.h (make_symbol_completion_list_fn): Delete.
6063 * cli/cli-decode.c (add_cmd): Adjust.
6064
bbf2f4df
PA
60652017-07-17 Pedro Alves <palves@redhat.com>
6066
6067 * Makefile.in (COMMON_OBS): Add filename-seen-cache.o.
6068 * dwarf2read.c: Include "filename-seen-cache.h".
6069 * dwarf2read.c (dwarf2_per_objfile) <filenames_cache>: New field.
6070 (dw2_map_symbol_filenames): Build and use a filenames_seen_cache.
6071 * filename-seen-cache.c: New file.
6072 * filename-seen-cache.h: New file.
6073 * symtab.c: Include "filename-seen-cache.h".
6074 (struct filename_seen_cache, INITIAL_FILENAME_SEEN_CACHE_SIZE)
6075 (create_filename_seen_cache, clear_filename_seen_cache)
6076 (delete_filename_seen_cache, filename_seen): Delete, parts moved
6077 to filename-seen-cache.h/filename-seen-cache.c.
6078 (output_source_filename, sources_info)
6079 (maybe_add_partial_symtab_filename)
6080 (make_source_files_completion_list): Adjust to use
6081 filename_seen_cache.
6082
330cdd98
PA
60832017-07-17 Pedro Alves <palves@redhat.com>
6084
6085 * dwarf2read.c (dwarf2_per_objfile): In-class initialize all
6086 fields.
6087 (dwarf2_per_objfile::dwarf2_per_objfile(objfile*, const
6088 dwarf2_debug_sections*)): New.
6089 (dwarf2_per_objfile::dwarf2_per_objfile(const
6090 dwarf2_per_objfile&)): Declare as deleted.
6091 (dwarf2_per_objfile::operator=): Declare as deleted.
6092 (dwarf2_per_objfile::dwarf2_per_objfile)
6093 (dwarf2_per_objfile::~dwarf2_per_objfile)
6094 (dwarf2_per_objfile::free_cached_comp_units): New.
6095 (dwarf2_has_info): dwarf2_per_objfile initialization code moved to
6096 ctor. Call dwarf2_per_objfile's ctor manually.
6097 (dwarf2_locate_sections): Deleted/refactored as ...
6098 (dwarf2_per_objfile::locate_sections): ... this new method.
6099 (free_cached_comp_units): Defer to
6100 dwarf2_per_objfile::free_cached_comp_units.
6101 (dwarf2_free_objfile): Call dwarf2_per_objfile's dtor manually.
6102
8880f2a9
TT
61032017-07-14 Tom Tromey <tom@tromey.com>
6104
6105 PR rust/21764:
6106 * rust-exp.y (convert_ast_to_expression): Add "want_type"
6107 parameter.
6108 <UNOP_SIZEOF>: Split into separate case.
6109 <UNOP_VAR_VALUE>: Handle want_type. Add error case.
6110
65547233
TT
61112017-07-14 Tom Tromey <tom@tromey.com>
6112
6113 PR rust/21763:
6114 * symtab.c (symbol_matches_domain): Add language_rust to special
6115 case.
6116 * rust-exp.y (convert_ast_to_expression) <OP_VAR_VALUE>: Don't
6117 treat LOC_TYPEDEF symbols as variables.
6118
8f14146e
PA
61192017-07-14 Pedro Alves <palves@redhat.com>
6120
6121 * symtab.c (make_file_symbol_completion_list_1): Iterate over
6122 symtabs matching all symtabs with SRCFILE as file name instead of
6123 only considering the first hit, with lookup_symtab.
6124
2347965c
SM
61252017-07-14 Simon Marchi <simon.marchi@ericsson.com>
6126
6127 * ax-gdb.c (gen_aggregate_elt_ref): Remove operand_name and
6128 operator_name parameters.
6129 (gen_expr): Update function call.
6130
40f4af28
SM
61312017-07-14 Simon Marchi <simon.marchi@ericsson.com>
6132
6133 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Remove gdbarch
6134 parameter.
6135 * symtab.h (struct symbol_computed_ops::tracepoint_var_ref):
6136 Likewise.
6137 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove gdbarch
6138 parameter, use agent_expr::gdbarch instead, update function
6139 calls.
6140 (locexpr_tracepoint_var_ref): Likewise.
6141 (loclist_tracepoint_var_ref): Likewise.
6142 * ax-gdb.c (gen_trace_static_fields): Likewise.
6143 (gen_traced_pop): Likewise.
6144 (gen_frame_args_address): Likewise.
6145 (gen_frame_locals_address): Likewise.
6146 (gen_var_ref): Likewise.
6147 (gen_struct_ref_recursive): Likewise.
6148 (gen_static_field): Likewise.
6149 (gen_maybe_namespace_elt): Likewise.
6150 (gen_expr): Likewise.
6151 (gen_trace_for_var): Likewise.
6152 (gen_trace_for_expr): Likewise.
6153 (gen_trace_for_return_address): Likewise.
6154
053f8057
SM
61552017-07-14 Simon Marchi <simon.marchi@ericsson.com>
6156
6157 * ax-gdb.c (gen_deref, gen_address_of): Remove unused ax
6158 parameter.
6159 (gen_struct_ref, gen_expr, gen_expr_binop_rest): Update call.
6160
6661ad48
SM
61612017-07-14 Simon Marchi <simon.marchi@ericsson.com>
6162
6163 * ax-gdb.c (gen_usual_unary): Remove exp parameter, get gdbarch
6164 from ax, update calls.
6165 (gen_usual_arithmetic): Likewise.
6166 (gen_integral_promotions): Likewise.
6167 (gen_bitfield_ref): Likewise.
6168 (gen_primitive_field): Likewise.
6169 (gen_struct_ref_recursive): Likewise.
6170 (gen_struct_ref): Likewise.
6171 (gen_maybe_namespace_elt): Likewise.
6172 (gen_struct_elt_for_reference): Likewise.
6173 (gen_namespace_elt): Likewise.
6174 (gen_aggregate_elt_ref): Likewise.
6175 (gen_expr): Get gdbarch from ax, update calls.
6176 (gen_expr_binop_rest): Likewise.
6177
c55a47e7
PA
61782017-07-13 Pedro Alves <palves@redhat.com>
6179
6180 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Pass tdesc_amd64
6181 as default tdesc.
6182 * amd64-dicos-tdep.c (amd64_dicos_init_abi):
6183 * amd64-fbsd-tdep.c (amd64fbsd_init_abi):
6184 * amd64-linux-tdep.c (amd64_linux_init_abi): Pass
6185 tdesc_amd64_linux as default tdesc. Get final tdesc from the
6186 tdep.
6187 (amd64_x32_linux_init_abi): Pass tdesc_x32_linux as default tdesc.
6188 Get final tdesc from the tdep.
6189 * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Pass tdesc_amd64 as
6190 default tdesc.
6191 * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
6192 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
6193 * amd64-tdep.c (amd64_init_abi): Add 'default_tdesc' parameter.
6194 Use it as default tdesc.
6195 (amd64_x32_init_abi): Add 'default_tdesc' parameter, and pass it
6196 down to amd_init_abi. No longer handle fallback tdesc here.
6197 * amd64-tdep.h (tdesc_x32): Declare.
6198 (amd64_init_abi, amd64_x32_init_abi): Add 'default_tdesc'
6199 parameter.
6200 * amd64-windows-tdep.c (amd64_windows_init_abi): Pass tdesc_amd64
6201 as default tdesc.
6202
55efceab
AA
62032017-07-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6204
6205 * s390-linux-tdep.c (s390_process_record): Add support for
6206 instructions new in arch12.
6207
0aa37b65
JB
62082017-07-11 John Baldwin <jhb@FreeBSD.org>
6209
6210 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
6211 PT_GETFSBASE and PT_GETGSBASE.
6212 (amd64bsd_store_inferior_registers): Use PT_SETFSBASE and
6213 PT_SETGSBASE.
6214
48aeef91
JB
62152017-07-11 John Baldwin <jhb@FreeBSD.org>
6216
6217 * features/Makefile (amd64.dat, amd64-avx.dat, amd64-mpx.dat)
6218 (amd64-avx-mpx.dat, amd64-avx-avx512.dat)
6219 (amd64-avx-mpx-avx512-pku.dat): Add i386/64bit-segments.xml in
6220 those rules.
6221 * features/i386/amd64-avx-avx512.xml: Add 64bit-segments.xml.
6222 * features/i386/amd64-avx-mpx-avx512-pku.xml: Add 64bit-segments.xml.
6223 * features/i386/amd64-avx-mpx.xml: Add 64bit-segments.xml.
6224 * features/i386/amd64-avx.xml: Add 64bit-segments.xml.
6225 * features/i386/amd64-mpx.xml: Add 64bit-segments.xml.
6226 * features/i386/amd64.xml: Add 64bit-segments.xml.
6227 * features/i386/amd64-avx-avx512.c: Regenerated.
6228 * features/i386/amd64-avx-mpx-avx512-pku.c: Regenerated.
6229 * features/i386/amd64-avx-mpx.c: Regenerated.
6230 * features/i386/amd64-avx.c: Regenerated.
6231 * features/i386/amd64-mpx.c: Regenerated.
6232 * features/i386/amd64.c: Regenerated.
6233 * regformats/i386/amd64-avx-avx512.dat: Regenerated.
6234 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
6235 * regformats/i386/amd64-avx-mpx.dat: Regenerated.
6236 * regformats/i386/amd64-avx.dat: Regenerated.
6237 * regformats/i386/amd64-mpx.dat: Regenerated.
6238 * regformats/i386/amd64.dat: Regenerated.
6239
77c501bc
YQ
62402017-07-10 Yao Qi <yao.qi@linaro.org>
6241
6242 * features/i386/amd64-avx-avx512-linux.c: Re-generated.
6243 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
6244
6dc8d757
AK
62452017-07-10 Anton Kolesov <Anton.Kolesov@synopsys.com>
6246
6247 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add setenv and
6248 unsetenv.
6249 * gnulib/aclocal.m4: Regenerate.
6250 * gnulib/config.in: Regenerate.
6251 * gnulib/configure: Regenerate.
6252 * gnulib/import/Makefile.am: Regenerate.
6253 * gnulib/import/Makefile.in: Regenerate.
6254 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
6255 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
6256 * gnulib/import/m4/environ.m4: New file.
6257 * gnulib/import/m4/setenv.m4: New file.
6258 * gnulib/import/setenv.c: New file.
6259 * gnulib/import/unsetenv.c: New file.
6260
266934d1
SM
62612017-07-09 Simon Marchi <simon.marchi@ericsson.com>
6262
6263 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Read
6264 address when op is DW_OP_addr.
6265
03278692
TT
62662017-07-09 Tom Tromey <tom@tromey.com>
6267
6268 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Reverse size
6269 check and apply to outer type.
6270
4b654465
JB
62712017-07-07 John Baldwin <jhb@FreeBSD.org>
6272
6273 * fbsd-tdep.c (LWPINFO_OFFSET, LWPINFO_PL_FLAGS)
6274 (LWPINFO64_PL_SIGINFO, LWPINFO32_PL_SIGINFO, PL_FLAG_SI)
6275 (SIZE64_SIGINFO_T, SIZE32_SIGINFO_T, fbsd_core_xfer_siginfo): New.
6276 (fbsd_init_abi): Install gdbarch "core_xfer_siginfo" method.
6277
2af9fc44
JB
62782017-07-07 John Baldwin <jhb@FreeBSD.org>
6279
6280 * fbsd-tdep.c (fbsd_core_thread_name): Use thread_section_name.
6281
382b69bb
JB
62822017-07-07 John Baldwin <jhb@FreeBSD.org>
6283
6284 * corelow.c (get_core_siginfo): Remove.
6285 (core_xfer_partial): Use the gdbarch "core_xfer_siginfo" method
6286 instead of get_core_siginfo.
6287 * gdbarch.sh (core_xfer_siginfo): New gdbarch callback.
6288 * gdbarch.h: Re-generate.
6289 * gdbarch.c: Re-generate.
6290 * linux-tdep.c (linux_core_xfer_siginfo): New.
6291 (linux_init_abi): Install gdbarch "core_xfer_siginfo" method.
6292
6e5eab33
JB
62932017-07-07 John Baldwin <jhb@FreeBSD.org>
6294
6295 * corelow.c (thread_section_name): Move to ...
6296 * gdbcore.h (thread_section_name): ... here.
6297
929edea9
JB
62982017-07-07 John Baldwin <jhb@FreeBSD.org>
6299
6300 * fbsd-nat.c [PT_LWPINFO && __LP64__] (union sigval32)
6301 (struct siginfo32): New.
6302 [PT_LWPINFO] (fbsd_siginfo_size, fbsd_convert_siginfo): New.
6303 (fbsd_xfer_partial) [PT_LWPINFO]: Handle TARGET_OBJECT_SIGNAL_INFO
6304 via ptrace(PT_LWPINFO).
6305
762c974a
JB
63062017-07-07 John Baldwin <jhb@FreeBSD.org>
6307
6308 * fbsd-tdep.c (fbsd_gdbarch_data_handle, struct fbsd_gdbarch_data)
6309 (init_fbsd_gdbarch_data, get_fbsd_gdbarch_data)
6310 (fbsd_get_siginfo_type): New.
6311 (fbsd_init_abi): Install gdbarch "get_siginfo_type" method.
6312 (_initialize_fbsd_tdep): New.
6313
33c5cd75
DB
63142017-07-06 David Blaikie <dblaikie@gmail.com>
6315
6316 * dwarf2read.c (struct dwo_file): Use a htab of dwo_unit* (rather than
6317 a singular dwo_unit*) to support multiple CUs in the same way that
6318 multiple TUs are supported.
6319 (create_cus_hash_table): Replace create_dwo_cu with a function for
6320 parsing multiple CUs from a DWO file.
6321 (open_and_init_dwo_file): Use create_cus_hash_table rather than
6322 create_dwo_cu.
6323 (lookup_dwo_cutu): Lookup CU in the hash table in the dwo_file with
6324 htab_find, rather than comparing the signature to a singleton CU in
6325 the dwo_file.
6326
8455d262
PA
63272017-07-06 Pedro Alves <palves@redhat.com>
6328
6329 * python/py-unwind.c (pyuw_dealloc_cache): Fix for loop condition.
6330
4da3eb35
PA
63312017-07-04 Pedro Alves <palves@redhat.com>
6332
6333 * gdbtypes.c (recursive_dump_type): Don't reference TYPE_STATIC.
6334 * gdbtypes.h (TYPE_STATIC): Delete.
6335 (struct fn_field) <is_public, is_abstract, is_static, is_final,
6336 is_synchronized, is_native>: Delete.
6337 <dummy>: Bump.
6338 (TYPE_FN_FIELD_PUBLIC, TYPE_FN_FIELD_STATIC, TYPE_FN_FIELD_FINAL)
6339 (TYPE_FN_FIELD_SYNCHRONIZED, TYPE_FN_FIELD_NATIVE)
6340 (TYPE_FN_FIELD_ABSTRACT): Delete.
6341
5bfd255c
SM
63422017-07-03 Simon Marchi <simon.marchi@ericsson.com>
6343
6344 * buffer.h (buffer_finish): Fix spelling mistakes.
6345
25c54127
EZ
63462017-07-01 Eli Zaretskii <eliz@gnu.org>
6347
6348 * .dir-locals.el: Automatically switch to C-style comments in
6349 versions of Emacs that support the feature.
6350
dc4bde35
SDJ
63512017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6352 Pedro Alves <palves@redhat.com>
6353
6354 PR cli/21688
6355 * cli/cli-script.c (command_name_equals_not_inline): Remove function.
6356 (process_next_line): New variable 'inline_cmd'.
6357 Adjust 'if' clauses for "python", "compile" and "guile" to use
6358 'command_name_equals' and check for '!inline_cmd'.
6359
51ed89aa
SDJ
63602017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6361
6362 PR cli/21688
6363 * cli/cli-script.c (command_name_equals_not_inline): New function.
6364 (process_next_line): Adjust 'if' clauses for "python", "compile"
6365 and "guile" to use command_name_equals_not_inline.
6366
eb17d413
PA
63672017-06-29 Pedro Alves <palves@redhat.com>
6368
6369 * completer.c (expression_completer): Call
6370 linespec_location_completer instead of location_completer.
6371
195bcdd5
PA
63722017-06-29 Pedro Alves <palves@redhat.com>
6373
6374 * completer.c (expression_completer): Remove code that recomputes
6375 'text' from 'word'.
6376
adc764e7
YQ
63772017-06-29 Yao Qi <yao.qi@linaro.org>
6378
6379 * regformats/regdat.sh: Generate code with
6380 "ifndef IN_PROCESS_AGENT".
6381
6e75794e
PA
63822017-06-28 Pedro Alves <palves@redhat.com>
6383
6384 * command.h: Include "common/scoped_restore.h".
6385
bc491f2e
YQ
63862017-06-28 Yao Qi <yao.qi@linaro.org>
6387
6388 * mi/mi-cmd-break.c (mi_argv_to_format): Use obstack_grow_str
6389 instead of obstack_grow.
6390
41664b45
DG
63912017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6392
6393 PR gdb/21337
6394 * symfile.c (reread_symbols): Call objfiles_changed just before
6395 read_symbols.
6396
6da67eb1
PA
63972017-06-27 Pedro Alves <palves@redhat.com>
6398
6399 * symtab.c (COMPLETION_LIST_ADD_SYMBOL)
6400 (MCOMPLETION_LIST_ADD_SYMBOL): Delete macros, replace with ...
6401 (completion_list_add_symbol, completion_list_add_msymbol):
6402 ... these new functions.
6403 (add_symtab_completions)
6404 (default_make_symbol_completion_list_break_on_1): Adjust.
6405
23732b1e
PA
64062017-06-27 Pedro Alves <palves@redhat.com>
6407
6408 * objfiles.c (get_objfile_bfd_data): Call bfd_alloc instead of
6409 bfd_zalloc. Call objfile_per_bfd_storage's ctor.
6410 (free_objfile_per_bfd_storage): Call objfile_per_bfd_storage's
6411 dtor.
6412 * objfiles.h (objfile_per_bfd_storage): Add ctor. Make
6413 'storage_obstack' field an auto_obstack. In-class initialize all
6414 non-bitfield fields. Make minsyms_read bool.
6415 * symfile.c (read_symbols): Adjust.
6416
a4d1e79a
AH
64172017-06-27 Alan Hayward <alan.hayward@arm.com>
6418
6419 * remote-sim.c (gdbsim_fetch_register): Use byte_vector.
6420 (gdbsim_store_register): Likewise.
6421
8268c778
PA
64222017-06-27 Pedro Alves <palves@redhat.com>
6423
6424 * c-exp.y (name_obstack): Now an auto_obstack.
6425 (yylex): Use auto_obstack::clear.
6426 (c_parse): Use auto_obstack::clear instead of reinitializing and
6427 freeing the obstack.
6428 * c-lang.c (evaluate_subexp_c): Use auto_obstack.
6429 * d-exp.y (name_obstack): Now an auto_obstack.
6430 (yylex): Use auto_obstack::clear.
6431 (d_parse): Use auto_obstack::clear instead of reinitializing and
6432 freeing the obstack.
6433 * dwarf2loc.c (fetch_const_value_from_synthetic_pointer): Use
6434 auto_obstack.
6435 * dwarf2read.c (create_addrmap_from_index)
6436 (dwarf2_build_psymtabs_hard)
6437 (update_enumeration_type_from_children): Likewise.
6438 * gdb_obstack.h (auto_obstack): New type.
6439 * go-exp.y (name_obstack): Now an auto_obstack.
6440 (build_packaged_name): Use auto_obstack::clear.
6441 (go_parse): Use auto_obstack::clear instead of reinitializing and
6442 freeing the obstack.
6443 * linux-tdep.c (linux_make_mappings_corefile_notes): Use
6444 auto_obstack.
6445 * printcmd.c (printf_wide_c_string, ui_printf): Use auto_obstack.
6446 * rust-exp.y (work_obstack): Now an auto_obstack.
6447 (rust_parse, rust_lex_tests): Use auto_obstack::clear instead of
6448 reinitializing and freeing the obstack.
6449 * utils.c (do_obstack_free, make_cleanup_obstack_free): Delete.
6450 (host_char_to_target): Use auto_obstack.
6451 * utils.h (make_cleanup_obstack_free): Delete declaration.
6452 * valprint.c (generic_emit_char, generic_printstr): Use
6453 auto_obstack.
6454
db665f42
SM
64552017-06-27 Simon Marchi <simon.marchi@ericsson.com>
6456
6457 * darwin-nat.c (darwin_check_new_threads): Don't handle dummy
6458 thread.
6459 (darwin_init_thread_list): Don't update dummy thread.
6460 (darwin_create_inferior, darwin_attach): Don't add a dummy thread.
6461
873c0814
SM
64622017-06-26 Simon Marchi <simon.marchi@ericsson.com>
6463
6464 * record-full.c (netorder16): Remove.
6465
8b5a7a6e
SM
64662017-06-26 Simon Marchi <simon.marchi@ericsson.com>
6467
6468 * common/diagnostics.h: Define macros for GCC.
6469 (DIAGNOSTIC_IGNORE_UNUSED_FUNCTION): New macro.
6470 * common/vec.h: Include diagnostics.h.
6471 (DIAGNOSTIC_IGNORE_UNUSED_VEC_FUNCTION): New macro.
6472 (DEF_VEC_I, DEF_VEC_P, DEF_VEC_O): Ignore -Wunused-function
6473 warning.
6474
d1435379
SM
64752017-06-26 Simon Marchi <simon.marchi@ericsson.com>
6476
6477 * common/diagnostics.h (DIAGNOSTIC_IGNORE_DEPRECATED_REGISTER):
6478 New macro.
6479 * ada-lex.l: Ignore deprecated register warnings.
6480
cc75e0fd
SM
64812017-06-25 Simon Marchi <simon.marchi@ericsson.com>
6482
6483 * main.c (get_init_files): Replace "SYSTEM_GDBINIT +
6484 datadir_len" with "&SYSTEM_GDBINIT[datadir_len]".
6485
07809eaf
SM
64862017-06-25 Simon Marchi <simon.marchi@ericsson.com>
6487
6488 * dtrace-probe.c (dtrace_process_dof_probe): Put semi-colon on
6489 its own line.
6490
f076f034
SM
64912017-06-25 Simon Marchi <simon.marchi@ericsson.com>
6492
6493 * nat/x86-dregs.c (x86_show_dr): Print registers one per line.
6494
0dd5cbc5
AH
64952017-06-23 Alan Hayward <alan.hayward@arm.com>
6496
6497 * xtensa-tdep.c (XTENSA_MAX_REGISTER_SIZE): Add.
6498 (xtensa_register_write_masked): Use XTENSA_MAX_REGISTER_SIZE.
6499 (xtensa_register_read_masked): Likewise.
6500
d4c6ce5b
SDJ
65012017-06-22 Sergio Durigan Junior <sergiodj@redhat.com>
6502
6503 * common/environ.c (gdb_environ::unset): Update comment.
6504
16892a03
AH
65052017-06-22 Alan Hayward <alan.hayward@arm.com>
6506
6507 * python/py-unwind.c (pyuw_sniffer): Allocate space for
6508 registers.
6509
d7dcbefc
AH
65102017-06-22 Alan Hayward <alan.hayward@arm.com>
6511
6512 * record-full.c (record_full_exec_insn): Use byte_vector.
6513
b30ff123
YQ
65142017-06-22 Yao Qi <yao.qi@linaro.org>
6515
6516 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Regenerated.
6517 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
6518
4fa847d7
AH
65192017-06-22 Alan Hayward <alan.hayward@arm.com>
6520
6521 * remote.c (cached_reg): Move from here...
6522 * regcache.h (cached_reg): ...to here.
6523 * python/py-unwind.c (struct reg_info): Remove.
6524 (cached_frame_info): Use cached_reg_t.
6525 (pyuw_prev_register): Likewise.
6526 (pyuw_sniffer): Use cached_reg_t and allocate registers.
6527 (pyuw_dealloc_cache): Free all registers.
6528
f4906a9a
PA
65292017-06-22 Pedro Alves <palves@redhat.com>
6530 Simon Marchi <simon.marchi@ericsson.com>
6531
6532 * unittests/environ-selftests.c (run_tests): Ignore -Wself-move
6533 warning.
6534 * common/diagnostics.h: New file.
6535
b45a1208
PA
65362017-06-22 Pedro Alves <palves@redhat.com>
6537
6538 * common/agent.h: Add include guards.
6539
e4da2c61
SM
65402017-06-21 Simon Marchi <simon.marchi@ericsson.com>
6541
6542 * target.h (struct target_ops) <to_xfer_partial>: Update doc to
6543 talk about addressable units instead of bytes.
6544
96160d60
SDJ
65452017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
6546
6547 * common/environ.c (gdb_environ::unset): Use '::iterator' instead
6548 of '::const_iterator'.
6549
9a6c7d9c
SDJ
65502017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
6551
6552 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6553 'unittests/environ-selftests.c'.
6554 (SUBDIR_UNITTESTS_OBS): Add 'environ-selftests.o'.
6555 * charset.c (find_charset_names): Declare object 'iconv_env'.
6556 Update code to use 'iconv_env' object. Remove call to
6557 'free_environ'.
6558 * common/environ.c: Include <utility>.
6559 (make_environ): Delete function.
6560 (free_environ): Delete function.
6561 (gdb_environ::clear): New function.
6562 (gdb_environ::operator=): New function.
6563 (gdb_environ::get): Likewise.
6564 (environ_vector): Delete function.
6565 (set_in_environ): Delete function.
6566 (gdb_environ::set): New function.
6567 (unset_in_environ): Delete function.
6568 (gdb_environ::unset): New function.
6569 (gdb_environ::envp): Likewise.
6570 * common/environ.h: Include <vector>.
6571 (struct gdb_environ): Delete; transform into...
6572 (class gdb_environ): ... this class.
6573 (free_environ): Delete prototype.
6574 (init_environ, get_in_environ, set_in_environ, unset_in_environ,
6575 environ_vector): Likewise.
6576 * infcmd.c (run_command_1): Update code to call
6577 'envp' from 'gdb_environ' class.
6578 (environment_info): Update code to call methods from 'gdb_environ'
6579 class.
6580 (unset_environment_command): Likewise.
6581 (path_info): Likewise.
6582 (path_command): Likewise.
6583 * inferior.c (inferior::~inferior): Delete call to 'free_environ'.
6584 (inferior::inferior): Initialize 'environment' using the host's
6585 information.
6586 * inferior.h: Remove forward declaration of 'struct gdb_environ'.
6587 Include "environ.h".
6588 (class inferior) <environment>: Change type from 'struct
6589 gdb_environ' to 'gdb_environ'.
6590 * mi/mi-cmd-env.c (mi_cmd_env_path): Update code to call
6591 methods from 'gdb_environ' class.
6592 * solib.c (solib_find_1): Likewise
6593 * unittests/environ-selftests.c: New file.
6594
75c554cf
YQ
65952017-06-20 Yao Qi <yao.qi@linaro.org>
6596
6597 * features/i386/i386-linux.xml: Exchange the order of including
6598 32bit-linux.xml and 32bit-sse.xml.
6599 * features/i386/i386-linux.c: Regenerated.
6600
72ddacb7
YQ
66012017-06-20 Yao Qi <yao.qi@linaro.org>
6602
6603 * target-descriptions.c (tdesc_reg): Add ctor, dtor.
6604 Delete copy ctor and assignment operator.
6605 (tdesc_type): Likewise.
6606 (tdesc_feature): Likewise.
6607 (tdesc_free_reg): Remove.
6608 (tdesc_create_reg): Use new.
6609 (tdesc_free_type): Remove.
6610 (tdesc_create_vector): Use new.
6611 (tdesc_create_union): Likewise.
6612 (tdesc_create_flags): Likewise.
6613 (tdesc_create_enum): Likewise.
6614 (tdesc_free_feature): Delete.
6615 (free_target_description): Use delete.
6616
325c9fd4
JB
66172017-06-19 John Baldwin <jhb@FreeBSD.org>
6618
6619 * mips-tdep.c (print_gp_register_row): Don't error for unavailable
6620 registers.
6621
16b7a719
PA
66222017-06-19 Pedro Alves <palves@redhat.com>
6623
6624 * dwarf2read.c (write_psymtabs_to_index): Construct file_closer
6625 after gdb::unlinker.
6626
1c8e01c9
SDJ
66272017-06-19 Sergio Durigan Junior <sergiodj@redhat.com>
6628
6629 * mi/mi-cm-env.c (_initialize_mi_cmd_env): Use getenv instead of
6630 gdb_environ to access an environment variable.
6631
ffce45d2
TP
66322017-06-18 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6633
6634 * nat/linux-ptrace.c (linux_fork_to_function): Add cast to
6635 gdb_byte*.
6636
1d4fbac9
SM
66372017-06-17 Simon Marchi <simon.marchi@ericsson.com>
6638
6639 * nat/fork-inferior.h (trace_start_error): Add ATTRIBUTE_PRINTF.
6640
8465943a
SM
66412017-06-17 Simon Marchi <simon.marchi@ericsson.com>
6642
6643 * configure: Re-generate.
6644 * warning.m4 (build_warnings): Add -Wno-mismatched-tags.
6645
3e019bdc
SM
66462017-06-17 Simon Marchi <simon.marchi@ericsson.com>
6647
6648 * configure: Re-generate.
6649 * warning.m4: Pass -Werror to compiler when checking for
6650 supported warning flags.
6651
cf0dd6f0
SM
66522017-06-17 Simon Marchi <simon.marchi@ericsson.com>
6653
6654 * Makefile.in (COMPILE.pre): Add "-x c++".
6655
6f98355c
YQ
66562017-06-16 Alan Hayward <alan.hayward@arm.com>
6657 Pedro Alves <palves@redhat.com>
6658 Yao Qi <yao.qi@linaro.org>
6659
6660 * defs.h (RequireLongest): New.
6661 (extract_integer): Declare function template.
6662 (extract_signed_integer): Remove the declaration, but define it
6663 static inline.
6664 (extract_unsigned_integer): Likewise.
6665 (store_integer): Declare function template.
6666 (store_signed_integer): Remove the declaration, but define it
6667 static inline.
6668 (store_unsigned_integer): Likewise.
6669 * findvar.c (extract_integer): New function template.
6670 (extract_signed_integer): Remove.
6671 (extract_unsigned_integer): Remove.
6672 (extract_integer<LONGEST>, extract_integer<ULONGEST>): Explicit
6673 instantiations.
6674 (store_integer): New function template.
6675 (store_signed_integer): Remove.
6676 (store_unsigned_integer): Remove.
6677 (store_integer): Explicit instantiations.
6678 * regcache.c (regcache_raw_read_signed): Update.
6679 (regcache::raw_read): New function.
6680 (regcache::raw_read_signed): Remove.
6681 (regcache::raw_read_unsigned): Remove.
6682 (regcache_raw_read_unsigned): Update.
6683 (regcache_raw_write_unsigned): Update.
6684 (regcache::raw_write_signed): Remove.
6685 (regcache::raw_write): New function.
6686 (regcache_cooked_read_signed): Update.
6687 (regcache::raw_write_unsigned): Remove.
6688 (regcache::cooked_read_signed): Remove.
6689 (regcache_cooked_read_unsigned): Update.
6690 (regcache::cooked_read_unsigned): Remove.
6691 (regcache_cooked_write_signed): Update.
6692 (regcache_cooked_write_unsigned): Update.
6693 * regcache.h (regcache) <raw_read_signed>: Remove.
6694 <raw_write_signed, raw_read_unsigned, raw_write_unsigned>: Remove.
6695 <raw_read, raw_write>: New.
6696 <cooked_read_signed, cooked_write_signed>: Remove.
6697 <cooked_write_unsigned, cooked_read_unsigned>: Remove.
6698 <cooked_read, cooked_write>: New.
6699 * sh64-tdep.c (sh64_pseudo_register_read): Update.
6700 (sh64_pseudo_register_write): Update.
6701
a87dc45a
AK
67022017-06-16 Anton Kolesov <anton.kolesov@synopsys.com>
6703
6704 * arc-tdep.c (arc_disassembler_options): New variable.
6705 (arc_gdbarch_init): Set and use it. Use arc_delayed_print_insn instead
6706 of default_print_insn.
6707 (arc_delayed_print_insn): Set info->section when needed,
6708 use default_print_insn to retrieve a disassembler.
6709
45159d6a
SDJ
67102017-06-14 Sergio Durigan Junior <sergiodj@redhat.com>
6711
6712 PR gdb/21574
6713 * infcmd.c (_initialize_infcmd): Expand "help run" documentation
6714 to mention $SHELL and startup-with-shell.
6715
b46c4cf0
MF
67162017-06-14 Max Filippov <jcmvbkbc@gmail.com>
6717
6718 * MAINTAINERS: Move Maxim Grigoriev to the Past Maintainers.
6719
6394c606
YQ
67202017-06-14 Yao Qi <yao.qi@linaro.org>
6721
6722 * aarch64-tdep.c (aarch64_gdb_print_insn): Call
6723 default_print_insn instead of print_insn_aarch64.
6724 * arm-tdep.c (gdb_print_insn_arm): Call
6725 default_print_insn instead of print_insn_big_arm
6726 and print_insn_little_arm.
6727 * i386-tdep.c (i386_print_insn): Call default_print_insn
6728 instead of print_insn_i386.
6729 * ia64-tdep.c (ia64_print_insn): Call
6730 default_print_insn instead of print_insn_ia64.
6731 * mips-tdep.c (gdb_print_insn_mips): Call
6732 default_print_insn instead of print_insn_big_mips
6733 and print_insn_little_mips.
6734 * spu-tdep.c (gdb_print_insn_spu): Call default_print_insn
6735 instead of print_insn_spu.
6736
d5722aa2
PA
67372017-06-14 Pedro Alves <palves@redhat.com>
6738
6739 * ada-lang.c: Include "common/byte-vector.h".
6740 (ada_value_primitive_packed_val): Use gdb::byte_vector.
6741 * charset.c (wchar_iterator::iterate): Resize the vector instead
6742 of reserving it.
6743 * common/byte-vector.h: Include "common/def-vector.h".
6744 (wchar_iterator::m_out): Now a gdb::def_vector<gdb_wchar_t>.
6745 * cli/cli-dump.c: Include "common/byte-vector.h".
6746 (dump_memory_to_file, restore_binary_file): Use gdb::byte_vector.
6747 * common/byte-vector.h: New file.
6748 * common/def-vector.h: New file.
6749 * common/default-init-alloc.h: New file.
6750 * dwarf2loc.c: Include "common/byte-vector.h".
6751 (rw_pieced_value): Use gdb::byte_vector, and resize the vector
6752 instead of reserving it.
6753 * dwarf2read.c: Include "common/byte-vector.h".
6754 (data_buf::m_vec): Now a gdb::byte_vector.
6755 * gdb_regex.c: Include "common/def-vector.h".
6756 (compiled_regex::compiled_regex): Use gdb::def_vector<char>.
6757 * mi/mi-main.c: Include "common/byte-vector.h".
6758 (mi_cmd_data_read_memory): Use gdb::byte_vector.
6759 * printcmd.c: Include "common/byte-vector.h".
6760 (print_scalar_formatted): Use gdb::byte_vector.
6761 * valprint.c: Include "common/byte-vector.h".
6762 (maybe_negate_by_bytes, print_decimal_chars): Use
6763 gdb::byte_vector.
6764
01ec7a27
SM
67652017-06-13 Simon Marchi <simon.marchi@ericsson.com>
6766
6767 * darwin-nat.c: Include "nat/fork-inferior.h".
6768
848d9074
SM
67692017-06-13 Simon Marchi <simon.marchi@ericsson.com>
6770
6771 * configure.nat: Factor out Darwin bits that are not
6772 architecture-specific. Add fork-inferior.o.
6773
3b912944
SM
67742017-06-13 Simon Marchi <simon.marchi@ericsson.com>
6775
6776 * configure.nat: Factor out AIX bits that are not
6777 architecture-specific. Add fork-inferior.o.
6778
55acdf22
AA
67792017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6780
6781 * dwarf2loc.c (rw_pieced_value): New. Merge logic from...
6782 (read_pieced_value, write_pieced_value): ...here. Reduce to
6783 wrappers that just call rw_pieced_value.
6784
f65e2044
AA
67852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6786
6787 * dwarf2loc.c (write_pieced_value): When writing the data for a
6788 memory piece, use write_memory_with_notification instead of
6789 write_memory.
6790
23f945bf
AA
67912017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6792
6793 * valops.c (read_value_memory): Change embedded_offset to
6794 represent a bit offset instead of a byte offset.
6795 * value.h (read_value_memory): Adjust comment.
6796
f236533e
AA
67972017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6798
6799 * dwarf2loc.c (read_pieced_value): Remove unnecessary variables
6800 dest_offset_bits and source_offset_bits.
6801 (write_pieced_value): Likewise.
6802
65d84b76
AA
68032017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6804
6805 * dwarf2loc.c (read_pieced_value): Respect the piece offset, as
6806 given by DW_OP_bit_piece.
6807 (write_pieced_value): Likewise.
6808
242d31ab
AA
68092017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6810
6811 * dwarf2loc.c (read_pieced_value): Move the buffer allocation and
6812 some other preparations to the places where sufficient information
6813 is available.
6814 (write_pieced_value): Likewise.
6815
03c8af18
AA
68162017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6817
6818 * dwarf2loc.c (bits_to_bytes): New function.
6819 (read_pieced_value): Fix offset calculations for register pieces
6820 on big-endian targets.
6821 (write_pieced_value): Likewise.
6822
840989c1
AA
68232017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6824
6825 * dwarf2loc.c (read_pieced_value): Remove buffer_size variable.
6826 (write_pieced_value): Likewise.
6827
359b19bb
AA
68282017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6829
6830 * dwarf2loc.c (write_pieced_value): When writing to a bit-field,
6831 transfer the source value's least significant bits, instead of its
6832 lowest-addressed ones. Rename type_len to max_offset.
6833 (read_pieced_value): Mirror above changes to write_pieced_value as
6834 applicable.
6835
07c9ca3b
AA
68362017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6837
6838 * dwarf2loc.c (write_pieced_value): In DWARF_VALUE_MEMORY,
6839 truncate full bytes from dest_offset_bits before using it as an
6840 offset into the buffer.
6841
f1cc9874
AA
68422017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6843
6844 * dwarf2loc.c (write_pieced_value): Include transfer size in
6845 byte-wise check.
6846
cdaac320
AA
68472017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6848
6849 * dwarf2loc.c (write_pieced_value): Fix copy/paste error in the
6850 calculation of this_size.
6851
af547a96
AA
68522017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6853
6854 * dwarf2loc.c (read_pieced_value): Respect parent value's offset
6855 when targeting a bit-field.
6856 (write_pieced_value): Likewise.
6857
ddd7882a
AA
68582017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6859
6860 * dwarf2loc.c (struct piece_closure) <addr_size>: Remove field.
6861 (allocate_piece_closure): Drop addr_size parameter.
6862 (dwarf2_evaluate_loc_desc_full): Adjust call to
6863 allocate_piece_closure.
6864
e9352324
AA
68652017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6866
6867 PR gdb/21226
6868 * dwarf2loc.c (read_pieced_value): Anchor stack value pieces at
6869 the LSB end, independent of endianness.
6870
d5d1163e
AA
68712017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6872
6873 * dwarf2loc.c (write_pieced_value): Fix order of calculations for
6874 size capping.
6875
032bb6ea
YQ
68762017-06-13 Yao Qi <yao.qi@linaro.org>
6877
6878 * mips-linux-nat.c: Move include features/mips*-linux.c to
6879 mips-linux-tdep.c.
6880 (_initialize_mips_linux_nat): Move initialize_tdesc_mips* calls
6881 to mips-linux-tdep.c.
6882 * mips-linux-tdep.c: Include features/mips*-linux.c
6883 (_initialize_mips_linux_tdep): Call initialize_tdesc_mips*
6884 functions.
6885 * mips-linux-tdep.h (tdesc_mips_linux): Declare.
6886 (tdesc_mips_dsp_linux, tdesc_mips64_linux): Declare.
6887 (tdesc_mips64_dsp_linux): Declare.
6888
f12f6bad
TT
68892017-06-12 Tom Tromey <tom@tromey.com>
6890
6891 * valprint.h (val_print_type_code_int): Remove.
6892 * valprint.c (generic_val_print_int): Always call
6893 val_print_scalar_formatted.
6894 (val_print_type_code_int): Remove.
6895 * printcmd.c (print_scalar_formatted): Handle options->format==0.
6896 * f-valprint.c (f_val_print): Use val_print_scalar_formatted.
6897 * c-valprint.c (c_val_print_int): Use val_print_scalar_formatted.
6898 * ada-valprint.c (ada_val_print_num): Use
6899 val_print_scalar_formatted.
6900
d9109c80
TT
69012017-06-12 Tom Tromey <tom@tromey.com>
6902
6903 * printcmd.c (print_scalar_formatted): Unify the two switches.
6904 Don't convert scalars to LONGEST.
6905
4ac0cb1c
TT
69062017-06-12 Tom Tromey <tom@tromey.com>
6907
6908 PR exp/16225:
6909 * valprint.h (print_decimal_chars): Update.
6910 * valprint.c (maybe_negate_by_bytes): New function.
6911 (print_decimal_chars): Add "is_signed" argument.
6912 * printcmd.c (print_scalar_formatted): Update.
6913
30a25466
TT
69142017-06-12 Tom Tromey <tom@tromey.com>
6915
6916 PR exp/16225:
6917 * valprint.h (print_binary_chars, print_hex_chars): Update.
6918 * valprint.c (val_print_type_code_int): Update.
6919 (print_binary_chars): Add "zero_pad" argument.
6920 (emit_octal_digit): New function.
6921 (print_octal_chars): Don't zero-pad.
6922 (print_decimal_chars): Likewise.
6923 (print_hex_chars): Add "zero_pad" argument.
6924 * sh64-tdep.c (sh64_do_fp_register): Update.
6925 * regcache.c (regcache::dump): Update.
6926 * printcmd.c (print_scalar_formatted): Update.
6927 * infcmd.c (default_print_one_register_info): Update.
6928
b3464d03
PA
69292017-06-12 Pedro Alves <palves@redhat.com>
6930 Alan Hayward <alan.hayward@arm.com>
6931
6932 * mips-tdep.c (MAX_MIPS_ABI_REGSIZE): New.
6933 (mips_eabi_push_dummy_call): Rename local 'regsize' to
6934 'abi_regsize'. Rename local array 'valbuf' to 'ref_valbuf', and
6935 use MAX_MIPS_ABI_REGSIZE instead of MAX_REGISTER_SIZE to size it.
6936 Assert that abi_regsize bytes fit in 'ref_valbuf'.
6937
4b76cda9
PA
69382017-06-12 Pedro Alves <palves@redhat.com>
6939
6940 * dwarf2read.c (mapped_symtab::data): Now a vector of
6941 symtab_index_entry instead of vector of
6942 std::unique_ptr<symtab_index_entry>. All users adjusted to check
6943 whether an element's name is NULL instead of checking whether the
6944 element itself is NULL.
6945 (find_slot): Change return type. Adjust.
6946 (hash_expand, , add_index_entry, uniquify_cu_indices)
6947 (write_hash_table): Adjust.
6948
e8f8bcb3
PA
69492017-06-12 Pedro Alves <palves@redhat.com>
6950
6951 * dwarf2read.c (recursively_count_psymbols): New function.
6952 (write_psymtabs_to_index): Call it to compute number of psyms and
6953 pass estimate size of psyms_seen to unordered_set's ctor.
6954
70a1152b
PA
69552017-06-12 Pedro Alves <palves@redhat.com>
6956
6957 * dwarf2read.c (write_hash_table): Check if key already exists
6958 before emplacing.
6959
c2f134ac
PA
69602017-06-12 Pedro Alves <palves@redhat.com>
6961
6962 * dwarf2read.c (data_buf::append_space): Rename to...
6963 (data_buf::grow): ... this, and make private. Adjust all callers.
6964 (data_buf::append_uint): New method.
6965 (add_address_entry, write_one_signatured_type)
6966 (write_psymtabs_to_index): Use it.
6967
a81e6d4d
PA
69682017-06-12 Pedro Alves <palves@redhat.com>
6969
6970 * dwarf2read.c (file_write(FILE *, const void *, size_t)): Delete.
6971 (file_write (FILE *, const std::vector<Elem>&)): Delete.
6972 (data_buf::file_write): Call ::fwrite directly.
6973
6fd931f2
PA
69742017-06-12 Pedro Alves <palves@redhat.com>
6975
6976 * dwarf2read.c (uniquify_cu_indices): Use std::unique and
6977 std::vector::erase.
6978
bc8f2430
JK
69792017-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6980
6981 Code cleanup: C++ify .gdb_index producer.
6982 * dwarf2read.c: Include <unordered_set> and <unordered_map>.
6983 (MAYBE_SWAP) [WORDS_BIGENDIAN]: Cast to offset_type.
6984 (struct strtab_entry, hash_strtab_entry, eq_strtab_entry)
6985 (create_strtab, add_string): Remove.
6986 (file_write, data_buf): New.
6987 (struct symtab_index_entry): Use std::vector for cu_indices.
6988 (struct mapped_symtab): Use std::vector for data.
6989 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry)
6990 (create_symbol_hash_table, create_mapped_symtab, cleanup_mapped_symtab):
6991 Remove.
6992 (find_slot): Change return type. Update it to the new data structures.
6993 (hash_expand, add_index_entry): Update it to the new data structures.
6994 (offset_type_compare): Remove.
6995 (uniquify_cu_indices): Update it to the new data structures.
6996 (c_str_view, c_str_view_hasher, vector_hasher): New.
6997 (add_indices_to_cpool): Remove.
6998 (write_hash_table): Update it to the new data structures.
6999 (struct psymtab_cu_index_map, hash_psymtab_cu_index)
7000 (eq_psymtab_cu_index): Remove.
7001 (psym_index_map): New typedef.
7002 (struct addrmap_index_data): Change addr_obstack pointer to data_buf
7003 reference and std::unordered_map for cu_index_htab.
7004 (add_address_entry, add_address_entry_worker, write_address_map)
7005 (write_psymbols): Update it to the new data structures.
7006 (write_obstack): Remove.
7007 (struct signatured_type_index_data): Change types_list to a data_buf
7008 reference and psyms_seen to a std::unordered_set reference.
7009 (write_one_signatured_type, recursively_write_psymbols)
7010 (write_psymtabs_to_index): Update it to the new data structures.
7011
c4dcb155
SM
70122017-06-11 Simon Marchi <simon.marchi@ericsson.com>
7013
7014 * NEWS (Changes since GDB 8.0): Announce {set,show} debug
7015 separate-debug-file commands.
7016 * symfile.h (separate_debug_file_debug): New global.
7017 * symfile.c (separate_debug_file_debug): New global.
7018 (separate_debug_file_exists, find_separate_debug_file): Add
7019 debug output.
7020 (_initialize_symfile): Add "set debug separate-debug-file"
7021 command.
7022 * build-id.c (build_id_to_debug_bfd,
7023 find_separate_debug_file_by_buildid): Add debug output.
7024
6d45d4b4
SM
70252017-06-10 Simon Marchi <simon.marchi@polymtl.ca>
7026
7027 * gdbarch.sh (displaced_step_free_closure): Remove.
7028 * gdbarch.h, gdbarch.c: Re-generate.
7029 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't set
7030 displaced_step_free_closure.
7031 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7032 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7033 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7034 * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
7035 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
7036 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7037 * arch-utils.h (simple_displaced_step_free_closure): Remove.
7038 * arch-utils.c (simple_displaced_step_free_closure): Remove.
7039 * infrun.c (displaced_step_clear): Call xfree instead of
7040 gdbarch_displaced_step_free_closure.
7041
2f91880f
SDJ
70422017-06-08 Sergio Durigan Junior <sergiodj@redhat.com>
7043
7044 * common/common-utils.c (stringify_argv): Check for "arg[0] !=
7045 NULL".
7046
b8b6e72f
AH
70472017-06-08 Alan Hayward <alan.hayward@arm.com>
7048
7049 * mn10300-tdep.c (MN10300_MAX_REGISTER_SIZE): Add.
7050 (mn10300_extract_return_value): Use MN10300_MAX_REGISTER_SIZE.
7051 (mn10300_push_dummy_call): Likewise.
7052
5369082e
AH
70532017-06-08 Alan Hayward <alan.hayward@arm.com>
7054
7055 * mi/mi-main.c (register_changed_p): Use value_contents_eq.
7056
ff4ca5ac
AH
70572017-06-08 Alan Hayward <alan.hayward@arm.com>
7058
7059 * mi/mi-main.c (register_changed_p): Use cooked_read_value.
7060
aefd8b33
SDJ
70612017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7062
7063 * NEWS (Changes since GDB 8.0): Announce that GDBserver is now
7064 able to start inferiors using a shell.
7065 (New remote packets): Announce new packet "QStartupWithShell".
7066 * remote.c: Add PACKET_QStartupWithShell.
7067 (extended_remote_create_inferior): Handle new
7068 PACKET_QStartupWithShell.
7069 (remote_protocol_features) <QStartupWithShell>: New entry for
7070 PACKET_QStartupWithShell.
7071 (_initialize_remote): Call "add_packet_config_cmd" for
7072 QStartupShell.
7073
2090129c
SDJ
70742017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7075 Pedro Alves <palves@redhat.com>
7076
7077 * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-inferior.h"
7078 and "nat/fork-inferior.h".
7079 * common/common-inferior.h: New file, with contents from
7080 "gdb/inferior.h".
7081 * commom/common-utils.c: Include "common-utils.h".
7082 (stringify_argv): New function.
7083 * common/common-utils.h (stringify_argv): New prototype.
7084 * configure.nat: Add "fork-inferior.o" as a dependency for
7085 "*linux*", "fbsd*" and "nbsd*" hosts.
7086 * corefile.c (get_exec_file): Update comment.
7087 * darwin-nat.c (darwin_ptrace_him): Call "gdb_startup_inferior"
7088 instead of "startup_inferior".
7089 (darwin_create_inferior): Call "add_thread_silent" after
7090 "fork_inferior".
7091 * fork-child.c: Cleanup unnecessary includes.
7092 (SHELL_FILE): Move to "common/common-fork-child.c".
7093 (environ): Likewise.
7094 (exec_wrapper): Initialize.
7095 (get_exec_wrapper): New function.
7096 (breakup_args): Move to "common/common-fork-child.c"; rename to
7097 "breakup_args_for_exec".
7098 (escape_bang_in_quoted_argument): Move to
7099 "common/common-fork-child.c".
7100 (saved_ui): New variable.
7101 (prefork_hook): New function.
7102 (postfork_hook): Likewise.
7103 (postfork_child_hook): Likewise.
7104 (gdb_startup_inferior): Likewise.
7105 (fork_inferior): Move to "common/common-fork-child.c". Update
7106 function to support gdbserver.
7107 (startup_inferior): Likewise.
7108 * gdbcore.h (get_exec_file): Remove declaration.
7109 * gnu-nat.c (gnu_create_inferior): Call "gdb_startup_inferior"
7110 instead of "startup_inferior". Call "add_thread_silent" after
7111 "fork_inferior".
7112 * inf-ptrace.c: Include "nat/fork-inferior.h" and "utils.h".
7113 (inf_ptrace_create_inferior): Call "gdb_startup_inferior"
7114 instead of "startup_inferior". Call "add_thread_silent" after
7115 "fork_inferior".
7116 * inferior.h: Include "common-inferior.h".
7117 (trace_start_error): Move to "common/common-utils.h".
7118 (trace_start_error_with_name): Likewise.
7119 (fork_inferior): Move prototype to "nat/fork-inferior.h".
7120 (startup_inferior): Likewise.
7121 (gdb_startup_inferior): New prototype.
7122 * nat/fork-inferior.c: New file, with contents from "fork-child.c".
7123 * nat/fork-inferior.h: New file.
7124 * procfs.c (procfs_init_inferior): Call "gdb_startup_inferior"
7125 instead of "startup_inferior". Call "add_thread_silent" after
7126 "fork_inferior".
7127 * target.h (target_terminal_init): Move prototype to
7128 "target/target.h".
7129 (target_terminal_inferior): Likewise.
7130 (target_terminal_ours): Likewise.
7131 * target/target.h (target_terminal_init): New prototype, moved
7132 from "target.h".
7133 (target_terminal_inferior): Likewise.
7134 (target_terminal_ours): Likewise.
7135 * utils.c (gdb_flush_out_err): New function.
7136
043a4934
SDJ
71372017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7138
7139 * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-gdbthread.h".
7140 * common/common-gdbthread.h: New file, with parts from
7141 "gdb/gdbthread.h".
7142 * gdbthread.h: Include "common-gdbthread.h".
7143 (switch_to_thread): Moved to "common/common-gdbthread.h".
7144
15652511
SDJ
71452017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7146
7147 * Makefile.in (SFILES): Add "common/job-control.c".
7148 (HFILES_NO_SRCDIR): Add "common/job-control.h".
7149 (COMMON_OBS): Add "job-control.o".
7150 * common/job-control.c: New file, with contents from
7151 "gdb/inflow.c".
7152 * common/job-control.h: New file, with contents from "terminal.h".
7153 * fork-child.c: Include "job-control.h".
7154 * inflow.c: Include "job-control.h".
7155 (gdb_setpgid): Move to "common/common-inflow.c".
7156 (_initialize_inflow): Move setting of "job_control" to
7157 "handle_job_control".
7158 * terminal.h (job_control): Moved to "common/common-terminal.h".
7159 (gdb_setpgid): Likewise.
7160 * top.c: Include "job_control.h".
7161 * utils.c: Likewise.
7162 (job_control): Moved to "job-control.c".
7163
2d7cc5c7
PA
71642017-06-07 Pedro Alves <palves@redhat.com>
7165
7166 * Makefile.in (SFILES): Add gdb_regex.c.
7167 (COMMON_OBS): Add gdb_regex.o.
7168 * ada-lang.c (ada_add_standard_exceptions)
7169 (ada_add_exceptions_from_frame, name_matches_regex)
7170 (ada_add_global_exceptions, ada_exceptions_list_1): Change regex
7171 parameter type to compiled_regex. Adjust.
7172 (ada_exceptions_list): Use compiled_regex.
7173 * break-catch-throw.c (exception_catchpoint::pattern): Now a
7174 std::unique_ptr<compiled_regex>.
7175 (exception_catchpoint::~exception_catchpoint): Remove regfree
7176 call.
7177 (check_status_exception_catchpoint): Adjust to use compiled_regex.
7178 (handle_gnu_v3_exceptions): Adjust to use compiled_regex.
7179 * breakpoint.c (solib_catchpoint::compiled): Now a
7180 std::unique_ptr<compiled_regex>.
7181 (solib_catchpoint::~solib_catchpoint): Remove regfree call.
7182 (check_status_catch_solib): Adjust to use compiled_regex.
7183 (add_solib_catchpoint): Adjust to use compiled_regex.
7184 * cli/cli-cmds.c (apropos_command): Use compiled_regex.
7185 * cli/cli-decode.c (apropos_cmd): Change regex parameter to
7186 compiled_regex reference. Adjust to use it.
7187 * cli/cli-decode.h: Remove struct re_pattern_buffer forward
7188 declaration. Include "gdb_regex.h".
7189 (apropos_cmd): Change regex parameter to compiled_regex reference.
7190 * gdb_regex.c: New file.
7191 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Delete
7192 declarations.
7193 (class compiled_regex): New.
7194 * linux-tdep.c: Include "common/gdb_optional.h".
7195 (struct mapping_regexes): New, factored out from
7196 mapping_is_anonymous_p, and adjusted to use compiled_regex.
7197 (mapping_is_anonymous_p): Use mapping_regexes wrapped in a
7198 gdb::optional and remove cleanups. Adjust to compiled_regex.
7199 * probe.c: Include "common/gdb_optional.h".
7200 (collect_probes): Use compiled_regex and gdb::optional and remove
7201 cleanups.
7202 * skip.c: Include "common/gdb_optional.h".
7203 (skiplist_entry::compiled_function_regexp): Now a
7204 gdb::optional<compiled_regex>.
7205 (skiplist_entry::compiled_function_regexp_is_valid): Delete field.
7206 (free_skiplist_entry): Remove regfree call.
7207 (compile_skip_regexp, skip_rfunction_p): Adjust to use
7208 compiled_regex and gdb::optional.
7209 * symtab.c: Include "common/gdb_optional.h".
7210 (search_symbols): Use compiled_regex and gdb::optional.
7211 * utils.c (do_regfree_cleanup, make_regfree_cleanup)
7212 (get_regcomp_error, compile_rx_or_error): Delete. Some bits moved
7213 to gdb_regex.c.
7214
50d6adef
AH
72152017-06-07 Alan Hayward <alan.hayward@arm.com>
7216
7217 * regcache.c (regcache::save): Avoid buffer use.
7218 (regcache::dump): Likewise.
7219
4a8a33c8
AH
72202017-06-07 Alan Hayward <alan.hayward@arm.com>
7221
7222 * sh-tdep.c (sh_pseudo_register_read): Remove
7223 MAX_REGISTER_SIZE.
7224 (sh_pseudo_register_write): Likewise.
7225 * sh64-tdep.c (sh64_pseudo_register_read): Likewise.
7226 (sh64_pseudo_register_write): Likewise
7227
d1be909e
AH
72282017-06-07 Alan Hayward <alan.hayward@arm.com>
7229
7230 * aarch64-tdep.c (aarch64_store_return_value): Use
7231 V_REGISTER_SIZE.
7232 (aarch64_pseudo_read_value): Likewise.
7233 (aarch64_pseudo_write): Likewise.
7234
f4a65042
YQ
72352017-06-06 Yao Qi <yao.qi@linaro.org>
7236
7237 * regformats/regdef.h (set_register_cache): Remove the
7238 declaration.
7239
9f7fb0aa
AH
72402017-06-06 Alan Hayward <alan.hayward@arm.com>
7241
7242 * frame.c (frame_unwind_register_signed): Use
7243 frame_unwind_register_value.
7244
e1e01040
PA
72452017-06-06 Pedro Alves <palves@redhat.com>
7246
7247 PR breakpoints/21553
7248 * breakpoint.c (create_breakpoints_sal_default)
7249 (init_breakpoint_sal, create_breakpoint_sal): Use
7250 gdb::unique_xmalloc_ptr for string parameters.
7251 (create_breakpoint): Constify 'extra_string' and 'cond_string'
7252 parameters. Replace cleanups with gdb::unique_xmalloc_ptr.
7253 (base_breakpoint_create_breakpoints_sal)
7254 (bkpt_create_breakpoints_sal, tracepoint_create_breakpoints_sal)
7255 (strace_marker_create_breakpoints_sal)
7256 (create_breakpoints_sal_default): Use gdb::unique_xmalloc_ptr for
7257 string parameters.
7258 * breakpoint.h (breakpoint_ops::create_breakpoints_sal): Use
7259 gdb::unique_xmalloc_ptr for string parameters.
7260 (create_breakpoint): Constify 'extra_string' and 'cond_string'
7261 parameters.
7262
fbe654c8
AH
72632017-06-06 Alan Hayward <alan.hayward@arm.com>
7264
7265 * alpha-tdep.c (alpha_register_to_value): Use
7266 get_frame_register_value.
7267 (alpha_value_to_register): Use ALPHA_REGISTER_SIZE.
7268
ae0d01d6
AH
72692017-06-06 Alan Hayward <alan.hayward@arm.com>
7270
7271 * ia64-tdep.c (IA64_MAX_FP_REGISTER_SIZE) Add.
7272 (ia64_register_to_value): Use IA64_MAX_FP_REGISTER_SIZE.
7273 (ia64_value_to_register): Likewise.
7274 (ia64_extract_return_value): Likewise.
7275 (ia64_store_return_value): Likewise.
7276 (ia64_push_dummy_call): Likewise.
7277
49cf576c
JB
72782017-06-04 Joel Brobecker <brobecker@adacore.com>
7279
7280 GDB 8.0 released.
7281
26b6a6ab
SM
72822017-06-03 Simon Marchi <simon.marchi@ericsson.com>
7283
7284 * x86-linux-nat.c (struct arch_lwp_info): Remove.
7285
22827c51
SM
72862017-06-03 Simon Marchi <simon.marchi@polymtl.ca>
7287
7288 * linux-nat.c (linux_nat_post_attach_wait): Remove FIRST
7289 parameter.
7290 (linux_nat_attach): Adjust call to linux_nat_post_attach_wait.
7291
0e05cf3a
SM
72922017-06-02 Simon Marchi <simon.marchi@ericsson.com>
7293
7294 * event-loop.c (poll_timers): Unallocate timer using delete
7295 instead of xfree.
7296
c1fc2657
SM
72972017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
7298
7299 * breakpoint.h (struct breakpoint_ops) <dtor>: Remove.
7300 (struct breakpoint) <~breakpoint>: New.
7301 (struct watchpoint): Inherit from breakpoint.
7302 <~watchpoint>: New.
7303 <base>: Remove.
7304 (struct tracepoint): Inherit from breakpoint.
7305 <base>: Remove.
7306 * breakpoint.c (longjmp_breakpoint_ops): Remove.
7307 (struct longjmp_breakpoint): Inherit from breakpoint.
7308 <~longjmp_breakpoint>: New.
7309 <base>: Remove.
7310 (new_breakpoint_from_type): Remove casts.
7311 (watchpoint_in_thread_scope): Remove reference to base field.
7312 (watchpoint_del_at_next_stop): Likewise.
7313 (update_watchpoint): Likewise.
7314 (watchpoint_check): Likewise.
7315 (bpstat_check_watchpoint): Likewise.
7316 (set_longjmp_breakpoint): Likewise.
7317 (struct fork_catchpoint): Inherit from breakpoint.
7318 <base>: Remove.
7319 (struct solib_catchpoint): Inherit from breakpoint.
7320 <~solib_catchpoint>: New.
7321 <base>: Remove.
7322 (dtor_catch_solib): Change to ...
7323 (solib_catchpoint::~solib_catchpoint): ... this.
7324 (breakpoint_hit_catch_solib): Remove reference to base field.
7325 (add_solib_catchpoint): Likewise.
7326 (create_fork_vfork_event_catchpoint): Likewise.
7327 (struct exec_catchpoint): Inherit from breakpoint.
7328 <~exec_catchpoint>: New.
7329 <base>: Remove.
7330 (dtor_catch_exec): Change to ...
7331 (exec_catchpoint::~exec_catchpoint): ... this.
7332 (dtor_watchpoint): Change to ...
7333 (watchpoint::~watchpoint): ... this.
7334 (watch_command_1): Remove reference to base field.
7335 (catch_exec_command_1): Likewise.
7336 (base_breakpoint_dtor): Change to ...
7337 (breakpoint::~breakpoint): ... this.
7338 (base_breakpoint_ops): Remove dtor field value.
7339 (longjmp_bkpt_dtor): Change to ...
7340 (longjmp_breakpoint::~longjmp_breakpoint): ... this.
7341 (strace_marker_create_breakpoints_sal): Remove reference to base
7342 field.
7343 (delete_breakpoint): Don't manually call breakpoint destructor.
7344 (create_tracepoint_from_upload): Remove reference to base field.
7345 (trace_pass_set_count): Likewise.
7346 (initialize_breakpoint_ops): Don't initialize
7347 momentary_breakpoint_ops, don't set dtors.
7348 * ada-lang.c (struct ada_catchpoint): Inherit from breakpoint.
7349 <~ada_catchpoint>: New.
7350 <base>: Remove.
7351 (create_excep_cond_exprs): Remove reference to base field.
7352 (dtor_exception): Change to ...
7353 (ada_catchpoint::~ada_catchpoint): ... this.
7354 (dtor_catch_exception): Remove.
7355 (dtor_catch_exception_unhandled): Remove.
7356 (dtor_catch_assert): Remove.
7357 (create_ada_exception_catchpoint): Remove reference to base
7358 field.
7359 (initialize_ada_catchpoint_ops): Don't set dtors.
7360 * break-catch-sig.c (struct signal_catchpoint): Inherit from
7361 breakpoint.
7362 <~signal_catchpoint>: New.
7363 <base>: Remove.
7364 (signal_catchpoint_dtor): Change to ...
7365 (signal_catchpoint::~signal_catchpoint): ... this.
7366 (create_signal_catchpoint): Remove reference to base field.
7367 (initialize_signal_catchpoint_ops): Don't set dtor.
7368 * break-catch-syscall.c (struct syscall_catchpoint): Inherit
7369 from breakpoint.
7370 <~syscall_catchpoint>: New.
7371 <base>: Remove.
7372 (dtor_catch_syscall): Change to ...
7373 (syscall_catchpoint::~syscall_catchpoint): ... this.
7374 (create_syscall_event_catchpoint): Remove reference to base
7375 field.
7376 (initialize_syscall_catchpoint_ops): Don't set dtor.
7377 * break-catch-throw.c (struct exception_catchpoint): Inherit
7378 from breakpoint.
7379 <~exception_catchpoint>: New.
7380 <base>: Remove.
7381 (dtor_exception_catchpoint): Change to ...
7382 (exception_catchpoint::~exception_catchpoint): ... this.
7383 (handle_gnu_v3_exceptions): Remove reference to base field.
7384 (initialize_throw_catchpoint_ops): Don't set dtor.
7385 * ctf.c (ctf_get_traceframe_address): Remove reference to base
7386 field.
7387 * remote.c (remote_get_tracepoint_status): Likewise.
7388 * tracefile-tfile.c (tfile_get_traceframe_address): Likewise.
7389 * tracefile.c (tracefile_fetch_registers): Likewise.
7390 * tracepoint.c (actions_command): Likewise.
7391 (validate_actionline): Likewise.
7392 (tfind_1): Likewise.
7393 (get_traceframe_location): Likewise.
7394 (find_matching_tracepoint_location): Likewise.
7395 (parse_tracepoint_status): Likewise.
7396 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
7397
3b0871f4
SM
73982017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
7399
7400 * breakpoint.c (struct longjmp_breakpoint): New struct.
7401 (is_tracepoint_type): Change return type to bool.
7402 (is_longjmp_type): New function.
7403 (new_breakpoint_from_type): Handle longjmp kinds of breakpoints.
7404 (set_raw_breakpoint_without_location): Use
7405 new_breakpoint_from_type.
7406 (set_raw_breakpoint): Likewise.
7407
a5e364af
SM
74082017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
7409
7410 * breakpoint.c (new_breakpoint_from_type): New function.
7411 (create_breakpoint_sal): Use new_breakpoint_from_type and
7412 unique_ptr.
7413 (create_breakpoint): Likewise.
7414
ae3b3f34
SM
74152017-05-31 Simon Marchi <simon.marchi@ericsson.com>
7416
7417 * memattr.c (mem_info_command): Rename to ...
7418 (info_mem_command): ... this.
7419 (mem_enable_command): Rename to ...
7420 (enable_mem_command): ... this.
7421 (mem_disable_command): Rename to ...
7422 (disable_mem_command): ... this.
7423 (mem_delete_command): Rename to ...
7424 (delete_mem_command): ... this.
7425 (_initialize_mem): Adjust function names.
7426
13ace077
MM
74272017-05-31 Markus Metzger <markus.t.metzger@intel.com>
7428
7429 * btrace.c (handle_pt_insn_events): New.
7430 (ftrace_add_pt): Call handle_pt_insn_events. Rename ERRCODE into
7431 STATUS. Split into this and ...
7432 (handle_pt_insn_event_flags): ... this.
7433
c56ccc05
MM
74342017-05-31 Markus Metzger <markus.t.metzger@intel.com>
7435
7436 * configure.ac: Check for pt_insn_event, struct pt_insn.enabled,
7437 and struct pt_insn.resynced.
7438 * configure: Regenerated.
7439 * config.in: Regenerated.
7440
08c3f6d2
TW
74412017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
7442
7443 * btrace.c (ftrace_find_call_by_number): New function.
7444 (ftrace_new_function): Store objects, not pointers.
7445 (ftrace_find_call_by_number, ftrace_new_return, ftrace_new_switch,
7446 ftrace_new_gap, ftrace_update_function,
7447 ftrace_compute_global_level_offset, btrace_stich_bts, btrace_clear,
7448 btrace_insn_get, btrace_insn_get_error, btrace_insn_end,
7449 btrace_insn_next, btrace_insn_prev, ptrace_find_insn_by_number,
7450 btrace_ends_with_single_insn, btrace_call_get): Account for
7451 btrace_thread_info::functions now storing objects.
7452 * btrace.h (struct btrace_thread_info): Add constructor.
7453 (struct btrace_thread_info) <functions>: Make std::vector.
7454 (struct btrace_thread_info) <prev, next, up, insn, errcode, flags):
7455 Initialize with default values.
7456 * record-btrace.c (record_btrace_frame_sniffer): Account for
7457 btrace_thread_info::functions now storing objects.
7458
8ffd39f2
TW
74592017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
7460
7461 * btrace.c: Remove typedef bfun_s.
7462 (ftrace_new_gap): Directly add gaps to the list of gaps.
7463 (btrace_bridge_gaps, btrace_compute_ftrace_bts, pt_btrace_insn_flags,
7464 ftrace_add_pt, btrace_compute_ftrace_pt, btrace_compute_ftrace_1,
7465 btrace_finalize_ftrace, btrace_compute_ftrace): Use std::vector
7466 instead of gdb VEC.
7467
4aeb0dfc
TW
74682017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
7469
7470 * btrace.c (ftrace_fixup_caller, ftrace_new_return, ftrace_connect_bfun,
7471 ftrace_bridge_gap): Replace references to btrace_thread_info::segment
7472 with btrace_thread_info::next_segment and
7473 btrace_thread_info::prev_segment.
7474 * btrace.h: Remove struct btrace_func_link.
7475 (struct btrace_function): Replace pair of function segment pointers
7476 with pair of indices.
7477 * python/py-record-btrace.c (btpy_call_prev_sibling,
7478 btpy_call_next_sibling): Replace references to
7479 btrace_thread_info::segment with btrace_thread_info::next_segment and
7480 btrace_thread_info::prev_segment.
7481 * record-btrace.c (record_btrace_frame_this_id): Use
7482 btrace_find_call_by_number.
7483
eb8f2b9c
TW
74842017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
7485
7486 * btrace.c (ftrace_new_function, ftrace_fixup_level,
7487 ftrace_connect_bfun, ftrace_bridge_gap, btrace_bridge_gaps,
7488 btrace_insn_next, btrace_insn_prev): Remove references to
7489 btrace_thread_info::flow.
7490 * btrace.h (struct btrace_function): Remove FLOW.
7491
42bfe59e
TW
74922017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
7493
7494 * btrace.c (ftrace_find_call_by_number): New function.
7495 (ftrace_update_caller, ftrace_new_call, ftrace_new_tailcall,
7496 ftrace_get_caller, ftrace_find_call, ftrace_new_return,
7497 ftrace_match_backtrace, ftrace_connect_bfun, ftrace_connect_backtrace,
7498 ftrace_bridge_gap, btrace_bridge_gaps): Use btrace_function::up as an
7499 index.
7500 * btrace.h (struct btrace_function): Turn UP into an index.
7501 * python/py-record-btrace.c (btpy_call_up): Use btrace_function::up
7502 as an index.
7503 * record-btrace.c (record_btrace_frame_unwind_stop_reason,
7504 record_btrace_frame_prev_register, record_btrace_frame_sniffer,
7505 record_btrace_tailcall_frame_sniffe): Use btrace_find_call_by_number.
7506
b54b03bd
TW
75072017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
7508
7509 * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
7510 ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
7511 ftrace_update_function, ftrace_compute_global_level_offset,
7512 btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt,
7513 btrace_stitch_bts, btrace_fetch, btrace_clear, btrace_insn_number,
7514 btrace_insn_end, btrace_is_empty): Remove references to
7515 btrace_thread_info::begin and btrace_thread_info::end.
7516 * btrace.h (struct btrace_thread_info): Remove BEGIN and END.
7517 (struct btrace_thread_info) <functions>: Adjust comment.
7518 * record-btrace.c (record_btrace_start_replaying): Remove reference to
7519 btrace_thread_info::begin.
7520
8286623c
TW
75212017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
7522
7523 * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
7524 ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
7525 ftrace_update_function): Remove arguments that implicitly were always
7526 BTINFO->END.
7527 (btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt):
7528 Don't pass BTINFO->END.
7529
a0f1b963
TW
75302017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
7531
7532 * btrace.c: (btrace_insn_get, btrace_insn_get_error, btrace_insn_number,
7533 btrace_insn_begin, btrace_insn_end, btrace_insn_next, btrace_insn_prev,
7534 btrace_find_insn_by_number): Replace function segment pointer with
7535 index.
7536 (btrace_insn_cmp): Simplify.
7537 * btrace.h: (struct btrace_insn_iterator) Rename index to
7538 insn_index. Replace function segment pointer with index into function
7539 segment vector.
7540 * record-btrace.c (record_btrace_call_history): Replace function
7541 segment pointer use with index.
7542 (record_btrace_frame_sniffer): Retrieve function call segment through
7543 vector.
7544 (record_btrace_set_replay): Remove defunc't safety check.
7545
f158f208
TW
75462017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
7547
7548 * btrace.c (btrace_ends_with_single_insn): New function.
7549 (btrace_call_get, btrace_call_number, btrace_call_begin,
7550 btrace_call_end, btrace_call_next, btrace_call_prev,
7551 btrace_find_call_by_number): Use index into call segment vector
7552 instead of pointer.
7553 (btrace_call_cmp): Simplify.
7554 * btrace.h (struct btrace_call_iterator): Replace function call segment
7555 pointer with index into vector.
7556 * record-btrace.c (record_btrace_call_history): Use index instead of
7557 pointer.
7558
521103fd
TW
75592017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
7560
7561 * btrace.c (btrace_insn_begin, btrace_insn_end,
7562 btrace_find_insn_by_number): Add btinfo to iterator.
7563 * btrace.h (struct btrace_insn_iterator): Add btinfo.
7564
17b89b34
TW
75652017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
7566
7567 * btrace.c (ftrace_new_function): Add btrace_thread_info to arguments
7568 and save pointers directly.
7569 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return,
7570 ftrace_new_switch, ftrace_new_gap, ftrace_update_function,
7571 ftrace_add_pt): Add btrace_thread_info to arguments. Adjust for
7572 changed signature of functions.
7573 (btrace_compute_ftrace_pt): Adjust for changed signature of functions.
7574 (btrace_fetch): Remove code that adds btrace_function pointers to
7575 vector of btrace_functions.
7576 (btrace_clear): Simplify freeing vector of btrace_functions.
7577
2b51eddc
TW
75782017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
7579
7580 * btrace.c (btrace_fetch, btrace_clear, btrace_find_insn_by_number):
7581 Replace VEC_* with std::vector functions.
7582 * btrace.h: Add include: vector. Remove typedef for DEF_VEC_P.
7583 (struct btrace_thread_info)<functions>: Change type to std::vector.
7584
db6be0d5
SM
75852017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7586
7587 * NEWS (Changes in GDB 8.0): Remove extra empty line. Move
7588 "Removed targets and native configurations" up. Merge duplicate
7589 "New commands" sub-sections. Add "New options" sub-sections.
7590
b057297a
AH
75912017-05-26 Alan Hayward <alan.hayward@arm.com>
7592
7593 * defs.h (copy_integer_to_size): New declaration.
7594 * findvar.c (copy_integer_to_size): New function.
7595 (do_cint_test): New selftest function.
7596 (copy_integer_to_size_test): Likewise.
7597 (_initialize_findvar): Likewise.
7598 * mips-fbsd-tdep.c (mips_fbsd_supply_reg): Use raw_supply_integer.
7599 (mips_fbsd_collect_reg): Use raw_collect_integer.
7600 * mips-linux-tdep.c (supply_32bit_reg): Use raw_supply_integer.
7601 (mips64_fill_gregset): Use raw_collect_integer
7602 (mips64_fill_fpregset): Use raw_supply_integer.
7603 * regcache.c (regcache::raw_supply_integer): New function.
7604 (regcache::raw_collect_integer): Likewise.
7605 * regcache.h: (regcache::raw_supply_integer): New declaration.
7606 (regcache::raw_collect_integer): Likewise.
7607
b77b02a5
YQ
76082017-05-24 Yao Qi <yao.qi@linaro.org>
7609
7610 * Makefile.in (SFILES): Add gdbarch-selftests.c.
7611 (COMMON_OBS): Add gdbarch-selftests.o.
7612 * frame.c [GDB_SELF_TESTS] (create_new_frame): New function.
7613 * frame.h [GDB_SELF_TESTS] (create_new_frame): Declare.
7614 * gdbarch-selftests.c: New file.
7615 * regcache.h (regcache) <~regcache>: Mark it virtual if
7616 GDB_SELF_TEST.
7617 <raw_write>: Likewise.
7618
e521e87e
YQ
76192017-05-24 Yao Qi <yao.qi@linaro.org>
7620
7621 * regcache.c (current_regcache): Change it to
7622 regcache::current_regcache.
7623 (regcache_observer_target_changed): Update.
7624 (regcache_thread_ptid_changed): Make it a regcache static
7625 method.
7626 (regcache_thread_ptid_changed): Update.
7627 (class regcache_access): New.
7628 (current_regcache_test): Update.
7629 (_initialize_regcache): Update.
7630 * regcache.h: Include forward_list.
7631 (regcache): Declare regcache_thread_ptid_changed and declare
7632 registers_changed_ptid as friend.
7633
d8e07dda
YQ
76342017-05-24 Yao Qi <yao.qi@linaro.org>
7635
7636 * i387-tdep.c (i387_register_to_value): Use register_size
7637 instead of TYPE_LENGTH.
7638 * m68k-tdep.c (m68k_register_to_value): Likewise.
7639
8c8f9122
YQ
76402017-05-24 Yao Qi <yao.qi@linaro.org>
7641
7642 * i387-tdep.c (i387_convert_register_p): Return false if type
7643 code isn't TYPE_CODE_FLT.
7644
68fce50f
YQ
76452017-05-24 Yao Qi <yao.qi@linaro.org>
7646
7647 * alpha-tdep.c (alpha_convert_register_p): Return true if type
7648 length is 4.
7649 (alpha_register_to_value): Remove type length check.
7650 (alpha_value_to_register): Likewise.
7651
88954b49
YQ
76522017-05-24 Yao Qi <yao.qi@linaro.org>
7653
7654 * ia64-tdep.c (ia64_convert_register_p): Check type's code is
7655 TYPE_CODE_FLT.
7656
e3ec9b69
YQ
76572017-05-24 Yao Qi <yao.qi@linaro.org>
7658
7659 * m68k-tdep.c (m68k_convert_register_p): Check type's code is
7660 TYPE_CODE_FLT or not.
7661
cdd238da
YQ
76622017-05-24 Yao Qi <yao.qi@linaro.org>
7663
7664 * alpha-tdep.c (alpha_gdbarch_init): Use XCNEW instead of XNEW.
7665 * avr-tdep.c (avr_gdbarch_init): Likewise.
7666 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
7667 * cris-tdep.c (cris_gdbarch_init): Likewise.
7668 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
7669 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
7670 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
7671 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
7672 * mep-tdep.c (mep_gdbarch_init): Likewise.
7673 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
7674 * mips-tdep.c (mips_gdbarch_init): Likewise.
7675 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
7676 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
7677 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
7678 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
7679 * v850-tdep.c (v850_gdbarch_init): Likewise.
7680
7a3929c4
YQ
76812017-05-24 Yao Qi <yao.qi@linaro.org>
7682
7683 * selftest-arch.c (tests_with_arch): Call registers_changed
7684 and reinit_frame_cache.
7685 * selftest.c (run_self_tests): Likewise.
7686
f4985dba
YQ
76872017-05-24 Yao Qi <yao.qi@linaro.org>
7688
7689 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove.
7690 (rs6000_gdbarch_init): Don't call set_gdbarch_print_insn.
7691
ab20fa4a
YQ
76922017-05-24 Yao Qi <yao.qi@linaro.org>
7693
7694 * rl78-tdep.c (rl78_gdbarch_init): Don't call
7695 set_gdbarch_print_insn.
7696
f532ab94
YQ
76972017-05-24 Yao Qi <yao.qi@linaro.org>
7698
7699 * h8300-tdep.c (h8300_gdbarch_init): Don't call
7700 set_gdbarch_print_insn.
7701
39503f82
YQ
77022017-05-24 Yao Qi <yao.qi@linaro.org>
7703
7704 * alpha-tdep.c (alpha_gdbarch_init): Don't call
7705 set_gdbarch_print_insn.
7706 * arc-tdep.c (arc_gdbarch_init): Likewise.
7707 * arch-utils.c: include dis-asm.h.
7708 (default_print_insn): New function.
7709 * arch-utils.h (default_print_insn): Declare.
7710 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_print_insn.
7711 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
7712 * cris-tdep.c (cris_delayed_get_disassembler): Remove.
7713 (cris_gdbarch_init): Don't call set_gdbarch_print_insn.
7714 * frv-tdep.c (frv_gdbarch_init): Likewise.
7715 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
7716 * gdbarch.sh (print_insn): Use default_print_insn.
7717 * gdbarch.c: Regenerated.
7718 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
7719 * iq2000-tdep.c (iq2000_gdbarch_init): Likewise.
7720 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
7721 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
7722 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
7723 * m68hc11-tdep.c (gdb_print_insn_m68hc11): Remove.
7724 (m68hc11_gdbarch_init): Don't call set_gdbarch_print_insn.
7725 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
7726 * m88k-tdep.c (m88k_gdbarch_init): Likewise.
7727 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
7728 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
7729 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
7730 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
7731 * mt-tdep.c (mt_gdbarch_init): Likewise.
7732 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
7733 * nios2-tdep.c (nios2_print_insn): Remove.
7734 (nios2_gdbarch_init): Don't call set_gdbarch_print_insn.
7735 * rx-tdep.c (rx_gdbarch_init): Likewise.
7736 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7737 * score-tdep.c (score_print_insn): Remove.
7738 (score_gdbarch_init): Don't call set_gdbarch_print_insn.
7739 * sh-tdep.c (sh_gdbarch_init): Likewise.
7740 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
7741 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
7742 * tic6x-tdep.c (tic6x_print_insn): Remove.
7743 (tic6x_gdbarch_init): Don't call set_gdbarch_print_insn.
7744 * tilegx-tdep.c (tilegx_gdbarch_init): Likewise.
7745 * v850-tdep.c (v850_gdbarch_init): Likewise.
7746 * vax-tdep.c (vax_gdbarch_init): Likewise.
7747 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
7748 * xtensa-tdep.c (xtensa_gdbarch_init): Likewise.
7749
f7241d4f
JB
77502017-05-23 John Baldwin <jhb@FreeBSD.org>
7751
7752 * mips-fbsd-tdep.c (MIPS_PC_REGNUM): Remove.
7753 (MIPS_FP0_REGNUM): Remove.
7754 (MIPS_FSR_REGNUM): Remove.
7755 (mips_fbsd_supply_fpregs): Use mips_regnum.
7756 (mips_fbsd_supply_gregs): Likewise.
7757 (mips_fbsd_collect_fpregs): Likewise.
7758 (mips_fbsd_collect_gregs): Likewise.
7759
d489d81d
JB
77602017-05-23 John Baldwin <jhb@FreeBSD.org>
7761
7762 * mips-fbsd-nat.c (getregs_supplies): Fix upper bound comparison.
7763 (getpfpregs_supplies): New function.
7764 (mips_fbsd_fetch_inferior_registers): Remove early exit and use
7765 getfpregs_supplies.
7766 (mips_fbsd_store_inferior_registers): Likewise.
7767
e11b3cdc
PA
77682017-05-22 Pedro Alves <palves@redhat.com>
7769
7770 * MAINTAINERS (Host/Native): Add John Baldwin as FreeBSD
7771 maintainer.
7772
0f068fb5
AH
77732017-05-22 Alan Hayward <alan.hayward@arm.com>
7774
7775 * ppc-linux-nat.c (fetch_register): Use PPC_MAX_REGISTER_SIZE.
7776 (store_register): Likewise.
7777 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Likewise.
7778 (get_decimal_float_return_value): Likewise.
7779 (do_ppc_sysv_return_value): Likewise.
7780 (ppc64_sysv_abi_push_integer): Likewise.
7781 (ppc64_sysv_abi_push_freg): Likewise.
7782 (ppc64_sysv_abi_return_value_base): Likewise.
7783 (ppc64_sysv_abi_return_value): Likewise.
7784 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
7785 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
7786 * rs6000-nat.c: Likewise.
7787 * rs6000-tdep.c (rs6000_register_to_value): Likewise.
7788 (rs6000_value_to_register): Likewise.
7789 * ppc-tdep.h (PPC_MAX_REGISTER_SIZE): Add.
7790
e6cf65f2
TT
77912017-05-21 Tom Tromey <tom@tromey.com>
7792
7793 PR rust/21466:
7794 * rust-lang.c (rust_print_type) <TYPE_CODE_ARRAY>: Print unsized
7795 arrays as "[T]", not "[T; ]".
7796
43cc5389
TT
77972017-05-19 Tom Tromey <tom@tromey.com>
7798
7799 PR rust/21484:
7800 * rust-lang.c (exp_descriptor_rust): New function.
7801 (rust_language_defn): Use it.
7802 * p-lang.c (pascal_language_defn): Update.
7803 * opencl-lang.c (opencl_language_defn): Update.
7804 * objc-lang.c (objc_language_defn): Update.
7805 * m2-lang.c (m2_language_defn): Update.
7806 * language.h (struct language_defn)
7807 <la_watch_location_expression>: New member.
7808 * language.c (unknown_language_defn, auto_language_defn)
7809 (local_language_defn): Update.
7810 * go-lang.c (go_language_defn): Update.
7811 * f-lang.c (f_language_defn): Update.
7812 * d-lang.c (d_language_defn): Update.
7813 * c-lang.h (c_watch_location_expression): Declare.
7814 * c-lang.c (c_watch_location_expression): New function.
7815 (c_language_defn, cplus_language_defn, asm_language_defn)
7816 (minimal_language_defn): Use it.
7817 * breakpoint.c (watch_command_1): Call
7818 la_watch_location_expression.
7819 * ada-lang.c (ada_language_defn): Update.
7820
7a6e7fcc
RO
78212017-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7822
6e7e1744
RO
7823 PR tui/21482
7824 * gdb_curses.h (NOMACROS): Define.
7825 (NCURSES_NOMACROS): Define.
7826
78272017-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7828
7829 PR tui/21482
7a6e7fcc
RO
7830 * tui/tui-windata.c (tui_erase_data_content): Cast last mvwaddstr
7831 arg to char *.
7832 * tui/tui-wingeneral.c (box_win): Likewise.
7833 * tui/tui-winsource.c (tui_erase_source_content): Likewise.
7834 (tui_show_source_line): Likewise.
7835 (tui_show_exec_info_content): Likewise.
7836
1933fd8e
VM
78372017-05-19 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
7838
7839 * sparc-tdep.c (sparc_structure_return_p)
7840 (sparc_arg_on_registers_p): New functions.
7841 (sparc32_store_arguments): Use them.
7842 * sparc64-tdep.c (sparc64_16_byte_align_p)
7843 (sparc64_store_floating_fields, sparc64_extract_floating_fields):
7844 Handle TYPE_CODE_ARRAY.
7845
21873064
YQ
78462017-05-17 Yao Qi <yao.qi@linaro.org>
7847
7848 * cli/cli-decode.c (add_alias_cmd): New function.
7849 * command.h (add_alias_cmd): Declare.
7850 * infcmd.c (_initialize_infcmd): Don't call add_com_alias,
7851 instead call add_alias_cmd.
7852
2b351b19
PA
78532017-05-17 Pedro Alves <palves@redhat.com>
7854
7855 * Makefile.in (nat_extra_makefile_frag): Rename to ...
7856 (nat_makefile_frag): ... this. All references updated.
7857 * configure.ac: Likewise.
7858 * configure.nat: Likewise. Enhance comments.
7859 * configure: Regenerate.
7860
5f2ad7a3
RO
78612017-05-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7862
7863 * procfs.c (procfs_create_inferior): Change prototype to match
7864 definition.
7865
adf3dde5
EZ
78662017-05-13 Eli Zaretskii <eliz@gnu.org>
7867
7868 * tui/tui.c (tui_enable): Cast "unknown" to 'char *' to avoid a
7869 C++ compiler warning.
7870
6830f270
TT
78712017-05-12 Tom Tromey <tom@tromey.com>
7872
7873 PR rust/21483:
7874 * rust-lang.c (rust_evaluate_subexp) <STRUCTOP_STRUCT>: Don't
7875 recurse, just call value_struct_elt directly.
7876
68f2f2e3
TT
78772017-05-12 Tom Tromey <tom@tromey.com>
7878
7879 * rust-lang.c (rust_dump_subexp_body) <STRUCTOP_ANONYMOUS,
7880 OP_RUST_ARRAY>: Fix.
7881
256afbc2
TT
78822017-05-12 Tom Tromey <tom@tromey.com>
7883
7884 * rust-lang.c (rust_print_subexp): Replace "return" with "break".
7885
94bb8dfe
YQ
78862017-05-09 Yao Qi <yao.qi@linaro.org>
7887
7888 * regcache.c: Include <forward_list>.
7889 (struct regcache_list): Remove.
7890 (current_regcache): Update.
7891 (get_thread_arch_aspace_regcache): Update for std::forward_list.
7892 (regcache_thread_ptid_changed): Likewise.
7893 (registers_changed_ptid): Likewise.
7894 (current_regcache_size): Likewise.
7895
8248946c
YQ
78962017-05-09 Yao Qi <yao.qi@linaro.org>
7897
7898 * regcache.c [GDB_SELF_TEST]: Include selftest.h.
7899 (current_regcache_size): New function.
7900 (current_regcache_test): New function.
7901 (_initialize_regcache) [GDB_SELF_TEST]: Register the unit test.
7902
313c5961
AH
79032017-05-08 Alan Hayward <alan.hayward@arm.com>
7904
7905 * mips-tdep.c (mips_o32_return_value): Remove unused buffer.
7906 (print_gp_register_row): Use get_frame_register_value.
7907
27bfc1d1
AH
79082017-05-08 Alan Hayward <alan.hayward@arm.com>
7909
7910 * mips-linux-tdep.c (mips_supply_gregset): Use raw_supply_zeroed.
7911 (mips_supply_fpregset): Likewise.
7912 (mips64_supply_gregset): Likewise.
7913
146e6c5c
AH
79142017-05-08 Alan Hayward <alan.hayward@arm.com>
7915
7916 * mn10300-linux-tdep.c (am33_supply_gregset_method): Use
7917 regcache->raw_supply_zeroed.
7918
e50f25ec
SDJ
79192017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
7920
7921 * configure.nat: Rearrange 'case' statements to match
7922 host before cpu.
7923
21ea5acd
SDJ
79242017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
7925
7926 * Makefile.in: Remove "@host_makefile_frag@". Add variables
7927 NAT_FILE, NATDEPFILES, NAT_CDEPS, LOADLIBES, MH_CFLAGS, XM_CLIBS,
7928 NAT_GENERATED_FILES, HAVE_NATIVE_GCORE_HOST. Add
7929 "@nat_extra_makefile_frag@".
7930 (Makefile): Remove dependency on "@frags@".
7931 ($(GNULIB_BUILDDIR)/Makefile): Likewise.
7932 (data-directory/Makefile): Likewise.
7933 * config/aarch64/linux.mh: Deleted; moved contents to
7934 "gdb/configure.nat".
7935 * config/alpha/alpha-linux.mh: Likewise.
7936 * config/alpha/nbsd.mh: Likewise.
7937 * config/arm/linux.mh: Likewise.
7938 * config/arm/nbsdelf.mh: Likewise.
7939 * config/i386/cygwin.mh: Likewise.
7940 * config/i386/cygwin64.mh: Likewise.
7941 * config/i386/darwin.mh: Likewise.
7942 * config/i386/fbsd.mh: Likewise.
7943 * config/i386/fbsd64.mh: Likewise.
7944 * config/i386/go32.mh: Likewise.
7945 * config/i386/i386gnu.mh: Likewise.
7946 * config/i386/i386sol2.mh: Likewise.
7947 * config/i386/linux.mh: Likewise.
7948 * config/i386/linux64.mh: Likewise.
7949 * config/i386/mingw.mh: Likewise.
7950 * config/i386/mingw64.mh: Likewise.
7951 * config/i386/nbsd64.mh: Likewise.
7952 * config/i386/nbsdelf.mh: Likewise.
7953 * config/i386/nto.mh: Likewise.
7954 * config/i386/obsd.mh: Likewise.
7955 * config/i386/obsd64.mh: Likewise.
7956 * config/i386/sol2-64.mh: Likewise.
7957 * config/ia64/linux.mh: Likewise.
7958 * config/m32r/linux.mh: Likewise.
7959 * config/m68k/linux.mh: Likewise.
7960 * config/m68k/nbsdelf.mh: Likewise.
7961 * config/m68k/obsd.mh: Likewise.
7962 * config/m88k/obsd.mh: Likewise.
7963 * config/mips/fbsd.mh: Likewise.
7964 * config/mips/linux.mh: Likewise.
7965 * config/mips/nbsd.mh: Likewise.
7966 * config/mips/obsd64.mh: Likewise.
7967 * config/pa/linux.mh: Likewise.
7968 * config/pa/nbsd.mh: Likewise.
7969 * config/pa/obsd.mh: Likewise.
7970 * config/powerpc/aix.mh: Likewise.
7971 * config/powerpc/fbsd.mh: Likewise.
7972 * config/powerpc/linux.mh: Likewise.
7973 * config/powerpc/nbsd.mh: Likewise.
7974 * config/powerpc/obsd.mh: Likewise.
7975 * config/powerpc/ppc64-linux.mh: Likewise.
7976 * config/powerpc/spu-linux.mh: Likewise.
7977 * config/s390/linux.mh: Likewise.
7978 * config/sh/nbsd.mh: Likewise.
7979 * config/sparc/fbsd.mh: Likewise.
7980 * config/sparc/linux.mh: Likewise.
7981 * config/sparc/linux64.mh: Likewise.
7982 * config/sparc/nbsd64.mh: Likewise.
7983 * config/sparc/nbsdelf.mh: Likewise.
7984 * config/sparc/obsd64.mh: Likewise.
7985 * config/sparc/sol2.mh: Likewise.
7986 * config/tilegx/linux.mh: Likewise.
7987 * config/vax/nbsdelf.mh: Likewise.
7988 * config/vax/obsd.mh: Likewise.
7989 * config/xtensa/linux.mh: Likewise.
7990 * config/i386/i386gnu.mn: New file, with excerpts from
7991 "config/i386/i386gnu.mh".
7992 * configure: Regenerate.
7993 * configure.ac: Rewrite code to use "gdb/configure.nat" instead of
7994 *.mh files under "gdb/config".
7995 * configure.nat: New file, with contents from the
7996 "gdb/config/*/*.mh" files.
7997
7ed1acaf
TW
79982017-05-05 Tim Wiederhake <tim.wiederhake@intel.com>
7999
8000 * btrace.c (btrace_clear): Free insn vector.
8001
e13cb306
PA
80022017-05-05 Pedro Alves <palves@redhat.com>
8003
8004 * warning.m4 (build_warnings): Add -Wno-error=maybe-uninitialized.
8005 * configure: Regenerate.
8006
5ed8105e
PA
80072017-05-04 Pedro Alves <palves@redhat.com>
8008
8009 * Makefile.in (SFILES): Add progspace-and-thread.c.
8010 (HFILES_NO_SRCDIR): Add progspace-and-thread.h.
8011 (COMMON_OBS): Add progspace-and-thread.o.
8012 * breakpoint.c: Include "progspace-and-thread.h".
8013 (update_inserted_breakpoint_locations)
8014 (insert_breakpoint_locations, create_longjmp_master_breakpoint):
8015 Use scoped_restore_current_pspace_and_thread.
8016 (create_std_terminate_master_breakpoint): Use
8017 scoped_restore_current_program_space.
8018 (remove_breakpoint): Use scoped_restore_current_pspace_and_thread.
8019 (print_breakpoint_location): Use
8020 scoped_restore_current_program_space.
8021 (bp_loc_is_permanent): Use
8022 scoped_restore_current_pspace_and_thread.
8023 (resolve_sal_pc): Use scoped_restore_current_pspace_and_thread.
8024 (download_tracepoint_locations): Use
8025 scoped_restore_current_pspace_and_thread.
8026 (breakpoint_re_set): Use scoped_restore_current_pspace_and_thread.
8027 * exec.c (exec_close_1): Use scoped_restore_current_program_space.
8028 (enum step_over_calls_kind): Moved from inferior.h.
8029 (class scoped_restore_current_thread): New class.
8030 * gdbthread.h (make_cleanup_restore_current_thread): Delete
8031 declaration.
8032 (scoped_restore_current_thread): New class.
8033 * infcmd.c: Include "common/gdb_optional.h".
8034 (continue_1, proceed_after_attach): Use
8035 scoped_restore_current_thread.
8036 (notice_new_inferior): Use scoped_restore_current_thread.
8037 * inferior.c: Include "progspace-and-thread.h".
8038 (restore_inferior, save_current_inferior): Delete.
8039 (add_inferior_command, clone_inferior_command): Use
8040 scoped_restore_current_pspace_and_thread.
8041 * inferior.h (scoped_restore_current_inferior): New class.
8042 * infrun.c: Include "progspace-and-thread.h" and
8043 "common/gdb_optional.h".
8044 (follow_fork_inferior): Use
8045 scoped_restore_current_pspace_and_thread.
8046 (scoped_restore_exited_inferior): New class.
8047 (handle_vfork_child_exec_or_exit): Use
8048 scoped_restore_exited_inferior,
8049 scoped_restore_current_pspace_and_thread,
8050 scoped_restore_current_thread and scoped_restore.
8051 (fetch_inferior_event): Use scoped_restore_current_thread.
8052 * linespec.c (decode_line_full, decode_line_1): Use
8053 scoped_restore_current_program_space.
8054 * mi/mi-main.c: Include "progspace-and-thread.h".
8055 (exec_continue): Use scoped_restore_current_thread.
8056 (mi_cmd_exec_run): Use scoped_restore_current_pspace_and_thread.
8057 (mi_cmd_trace_frame_collected): Use scoped_restore_current_thread.
8058 * proc-service.c (ps_pglobal_lookup): Use
8059 scoped_restore_current_program_space.
8060 * progspace-and-thread.c: New file.
8061 * progspace-and-thread.h: New file.
8062 * progspace.c (release_program_space, clone_program_space): Use
8063 scoped_restore_current_program_space.
8064 (restore_program_space, save_current_program_space)
8065 (save_current_space_and_thread): Delete.
8066 (switch_to_program_space_and_thread): Moved to
8067 progspace-and-thread.c.
8068 * progspace.h (save_current_program_space)
8069 (save_current_space_and_thread): Delete declarations.
8070 (scoped_restore_current_program_space): New class.
8071 * remote.c (remote_btrace_maybe_reopen): Use
8072 scoped_restore_current_thread.
8073 * symtab.c: Include "progspace-and-thread.h".
8074 (skip_prologue_sal): Use scoped_restore_current_pspace_and_thread.
8075 * thread.c (print_thread_info_1): Use
8076 scoped_restore_current_thread.
8077 (struct current_thread_cleanup): Delete.
8078 (do_restore_current_thread_cleanup)
8079 (restore_current_thread_cleanup_dtor): Rename/convert both to ...
8080 (scoped_restore_current_thread::~scoped_restore_current_thread):
8081 ... this new dtor.
8082 (make_cleanup_restore_current_thread): Rename/convert to ...
8083 (scoped_restore_current_thread::scoped_restore_current_thread):
8084 ... this new ctor.
8085 (thread_apply_all_command): Use scoped_restore_current_thread.
8086 (thread_apply_command): Use scoped_restore_current_thread.
8087 * tracepoint.c (tdump_command): Use scoped_restore_current_thread.
8088 * varobj.c (value_of_root_1): Use scoped_restore_current_thread.
8089
f6223dbb
PA
80902017-05-04 Pedro Alves <palves@redhat.com>
8091
8092 * thread.c (make_cleanup_restore_current_thread): Move
8093 find_thread_ptid call before the is_stopped call. Assert that the
8094 thread is found. Replace is_stopped call by checking the thread's
8095 state directly. Remove unnecessary NULL-thread check.
8096
3c3ae77e
PA
80972017-05-04 Pedro Alves <palves@redhat.com>
8098
8099 * corelow.c (thread_section_name): New class.
8100 (get_core_register_section, get_core_siginfo): Use it.
8101
45eba0ab
AA
81022017-05-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8103
8104 * corelow.c (sniff_core_bfd): Remove extra semicolon.
8105 (get_core_register_section): Remove xfree of NULL pointer.
8106
f81fdd35
AH
81072017-05-03 Alan Hayward <alan.hayward@arm.com>
8108
8109 * frv-linux-tdep.c (frv_linux_supply_gregset): Use raw_supply_zeroed.
8110 * regcache.c (regcache::raw_supply_zeroed): New function.
8111 * regcache.h (regcache::raw_supply_zeroed): New declaration.
8112
35837774
SM
81132017-05-03 Simon Marchi <simon.marchi@ericsson.com>
8114
8115 * gdbarch.sh: Remove commented out definition of
8116 TARGET_CHAR_BIT.
8117 * gdbarch.h: Re-generate.
8118
c94fee56
SDJ
81192017-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
8120
8121 * configure: Regenerate.
8122
d17f7b36
SM
81232017-05-02 Simon Marchi <simon.marchi@ericsson.com>
8124
8125 * solib-target.c (solib_target_relocate_section_addresses):
8126 Remove num_section_bases, num_bases, segment_bases variables.
8127
b560ebd6
SM
81282017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
8129
8130 * common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.
8131
f2f46dfc
SM
81322017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
8133
8134 * solib-target.c: Include <vector>
8135 (struct lm_info_target) <~lm_info_target>: Remove.
8136 <segment_bases, section_bases>: Change type to
8137 std::vector<CORE_ADDR>.
8138 (library_list_start_segment, library_list_start_section,
8139 library_list_end_library,
8140 solib_target_relocate_section_addresses): Adjust.
8141
a0ff9e1a
SM
81422017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
8143
8144 * gdbarch.sh (software_single_step): Change return type to
8145 std::vector<CORE_ADDR>.
8146 * gdbarch.c, gdbarch.h: Re-generate.
8147 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
8148 Adjust.
8149 (arm_deal_with_atomic_sequence_raw): Adjust.
8150 (thumb_get_next_pcs_raw): Adjust.
8151 (arm_get_next_pcs_raw): Adjust.
8152 (arm_get_next_pcs): Adjust.
8153 * arch/arm-get-next-pcs.h (arm_get_next_pcs): Adjust.
8154 * aarch64-tdep.c (aarch64_software_single_step): Adjust.
8155 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Adjust.
8156 (alpha_software_single_step): Adjust.
8157 * alpha-tdep.h (alpha_software_single_step): Adjust.
8158 * arm-linux-tdep.c (arm_linux_software_single_step): Adjust.
8159 * arm-tdep.c (arm_software_single_step): Adjust.
8160 (arm_breakpoint_kind_from_current_state): Adjust.
8161 * arm-tdep.h (arm_software_single_step): Adjust.
8162 * breakpoint.c (insert_single_step_breakpoint): Adjust.
8163 * cris-tdep.c (cris_software_single_step): Adjust.
8164 * mips-tdep.c (mips_deal_with_atomic_sequence): Adjust.
8165 (micromips_deal_with_atomic_sequence): Adjust.
8166 (deal_with_atomic_sequence): Adjust.
8167 (mips_software_single_step): Adjust.
8168 * mips-tdep.h (mips_software_single_step): Adjust.
8169 * moxie-tdep.c (moxie_software_single_step): Adjust.
8170 * nios2-tdep.c (nios2_software_single_step): Adjust.
8171 * ppc-tdep.h (ppc_deal_with_atomic_sequence): Adjust.
8172 * rs6000-aix-tdep.c (rs6000_software_single_step): Adjust.
8173 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Adjust.
8174 * s390-linux-tdep.c (s390_software_single_step): Adjust.
8175 * sparc-tdep.c (sparc_software_single_step): Adjust.
8176 * spu-tdep.c (spu_software_single_step): Adjust.
8177 * tic6x-tdep.c (tic6x_software_single_step): Adjust.
8178
ea480a30
SM
81792017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
8180
8181 * gdbarch.sh: Use semi-colon as field separator instead of colon.
8182 * gdbarch.h: Re-generate.
8183
d050f7d7
TW
81842017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8185
8186 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-instruction.o.
8187 (SUBDIR_PYTHON_SRCS): Add py-instruction.c.
8188 * python/py-instruction.c, python/py-instruction.h: New file.
8189 * python/py-record.c: Add py-instruction.h include.
8190 (gdbpy_initialize_record): Make gdb.Instruction a super class of
8191 gdb.RecordInstruction.
8192 * python/python-internal.h: Add gdbpy_initialize_instruction
8193 declaration.
8194 * python/python.c (do_start_initialization): Add
8195 gdbpy_initialize_instruction.
8196
14f819c8
TW
81972017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8198
8199 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_CALL, btpy_call_type):
8200 Remove.
8201 (btrace_func_from_recpy_func): New function.
8202 (btpy_call_new, btpy_number, btpy_hash, btpy_richcompare): Remove.
8203 (btpy_call_level, btpy_call_symbol, btpy_call_instructions,
8204 btpy_call_up, btpy_call_prev_sibling, btpy_call_next_sibling): Rename to ...
8205 (recpy_bt_func_level, recpy_bt_func_symbol, recpy_bt_func_instructions,
8206 recpy_bt_func_up, recpy_bt_func_prev, recpy_bt_func_next): This.
8207 Also, use new helper functions.
8208 (btpy_list_item): Use new helper functions.
8209 (recpy_bt_function_call_history): Use new type name.
8210 (btpy_call_getset): Remove.
8211 (gdbpy_initialize_btrace): Remove code to initialize
8212 gdb.BtraceFunctionCall.
8213 * python/py-record-btrace.h (recpy_bt_func_number, recpy_btb_func_level,
8214 recpy_btb_func_symbol, recpy_bt_func_instructions, recpy_bt_func_up,
8215 recpy_bt_func_prev, recpy_bt_func_next): New export.
8216 * python/py-record.c (recpy_func_type): New static object.
8217 (recpy_func_new, recpy_func_level, recpy_func_symbol,
8218 recpy_func_instructions, recpy_func_up, recpy_func_prev,
8219 recpy_func_next): New function.
8220 (recpy_element_hash, recpy_element_richcompare): Updated comment.
8221 (recpy_func_getset): New static object.
8222 (gdbpy_initialize_record): Add code to initialize gdb.RecordInstruction.
8223 * python/py-record.h (recpy_func_type, recpy_func_new): New export.
8224
0ed5da75
TW
82252017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8226
8227 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN): Remove.
8228 (btpy_object, btpy_insn_type, btpy_new): Remove.
8229 (btpy_list_object): Use gdb.RecordInstruction type instead of
8230 gdb.BtraceInstruction type.
8231 (btrace_insn_from_recpy_insn): New function.
8232 (btpy_insn_or_gap_new): Adjust comment. Use recpy_insn_new instead of
8233 btpy_new.
8234 (btpy_call_new, btpy_list_item): Do not use btpy_new anymore.
8235 (btpy_number, btpy_hash, btpy_call_level, btpy_call_symbol,
8236 btpy_call_instructions, btpy_call_up, btpy_call_prev_sibling,
8237 btpy_call_next_sibling, btpy_richcompare): Use recpy_element_object
8238 instead of btpy_object.
8239 (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
8240 btpy_insn_data, btpy_insn_decode): Rename to ...
8241 (recpy_bt_insn_sal, recpy_bt_insn_pc, recpy_bt_insn_size,
8242 recpy_bt_insn_is_speculative, recpy_bt_insn_data,
8243 recpy_bt_insn_decode): This. Also, use new helper functions.
8244 (btpy_list_position, recpy_bt_goto): Use recpy_element_object and
8245 recpy_insn_type.
8246 (btpy_insn_getset): Remove.
8247 (gdbpy_initialize_btrace): Remove code to initialize
8248 gdb.BtraceInstruction. Use recpy_element_object.
8249 * python/py-record-btrace.h (recpy_bt_insn_number, recpy_bt_insn_sal,
8250 recpy_bt_insn_pc, recpy_bt_insn_data, recpy_bt_insn_decoded,
8251 recpy_bt_insn_size, recpy_bt_insn_is_speculative): New export.
8252 * python/py-record.c (recpy_insn_type): New static object.
8253 (recpy_insn_new, recpy_insn_sal, recpy_insn_pc, recpy_insn_data,
8254 recpy_insn_decoded, recpy_insn_size, recpy_insn_is_speculative,
8255 recpy_element_number, recpy_element_hash, recpy_element_richcompare):
8256 New function.
8257 (recpy_insn_getset): New static object.
8258 (gdbpy_initialize_record): Initialize gdb.RecordInstruction.
8259 * python/py-record.h (recpy_element_object): New typedef.
8260 (recpy_insn_type, recpy_insn_new): New export.
8261
913aeadd
TW
82622017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8263
8264 * py-record-btrace.c (btpy_insn_new): Removed.
8265 (btpy_insn_or_gap_new): New function.
8266 (btpy_insn_error): Removed.
8267 (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
8268 btpy_insn_data, btpy_insn_decode): Remove code path for gaps.
8269 (recpy_bt_replay_position, recpy_bt_begin, recpy_bt_end): Call
8270 btpy_insn_or_gap_new instead of btpy_insn_new.
8271 (btpy_insn_getset): Remove btpy_insn_error.
8272 * py-record.c (recpy_gap_type): New static object.
8273 (recpy_gap_object): New typedef.
8274 (recpy_gap_new, recpy_gap_number, recpy_gap_reason_code,
8275 recpy_gap_reason_string): New function.
8276 (recpy_gap_getset): New static object.
8277 (gdbpy_initialize_record): Initialize gdb.RecordGap type.
8278 * py-record.h (recpy_gap_new): New export.
8279
a3be24ad
TW
82802017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8281
8282 * python/py-record.c (recpy_ptid): Remove.
8283 (recpy_record_getset): Remove recpy_ptid.
8284
ae20e79a
TW
82852017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8286
8287 * btrace.c (btrace_fetch): Set inferior_ptid.
8288 * python/py-record-btrace.c: Add "py-record.h" include.
8289 (recpy_bt_format, recpy_bt_replay_position, recpy_bt_begin,
8290 recpy_bt_end, recpy_bt_instruction_history,
8291 recpy_bt_function_call_history, recpy_bt_goto): Use ptid stored
8292 in gdb.Record object instead of current ptid.
8293 * python/py-record.c: Include new "py-record.h" file.
8294 (recpy_record_object): Moved to py-record.h.
8295 * python/py-record.h: New file.
8296
8d0050ea
TW
82972017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8298
8299 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN,
8300 BTPY_REQUIRE_VALID_CALL, recpy_bt_function_call_history): Fix
8301 indentation.
8302
3f380b50
JB
83032017-05-01 Joel Brobecker <brobecker@adacore.com>
8304
8305 * MAINTAINERS: Move Daniel Jacobowitz and Mark Kettenis to
8306 the past maintainers section.
8307
07495424
YQ
83082017-04-28 Yao Qi <yao.qi@linaro.org>
8309
8310 * infcmd.c (get_return_value): Use regcache ctor, and remove
8311 cleanup.
8312
deb1fa3e
YQ
83132017-04-28 Yao Qi <yao.qi@linaro.org>
8314 Pedro Alves <palves@redhat.com>
8315
8316 * regcache.c (regcache::regcache): New tag dispatch ctor.
8317 (do_cooked_read): Moved above.
8318 (regcache_dup): Use the tag dispatch ctor..
8319 * regcache.h (regcache): Declare ctor, delete copy ctor and
8320 assignment operator, remove friend regcache_dup.
8321
b421c83c
YQ
83222017-04-28 Yao Qi <yao.qi@linaro.org>
8323
8324 * regcache.c (regcache_dup): Assert !src->m_readonly_p and
8325 call method save instead of regcache_cpy.
8326 * regcache.h (struct regcache): Make regcache_dup a friend.
8327
ef79d9a3
YQ
83282017-04-28 Yao Qi <yao.qi@linaro.org>
8329
8330 * regcache.c (struct regcache): Move to regcache.h
8331 (regcache::arch): New method.
8332 (regcache_get_ptid): Update.
8333 (get_regcache_arch): Call arch method.
8334 (get_regcache_aspace): Call method aspace.
8335 (register_buffer): Change it to method.
8336 (regcache_save): Change it to regcache::save.
8337 (regcache_restore): Likewise.
8338 (regcache_cpy_no_passthrough): Remove the declaration.
8339 (regcache_cpy): Call methods restore and cpy_no_passthrough.
8340 (regcache_cpy_no_passthrough): Change it to method
8341 cpy_no_passthrough.
8342 (regcache_register_status): Change it to method
8343 get_register_status.
8344 (regcache_invalidate): Change it to method invalidate.
8345 (regcache_thread_ptid_changed): Use methods ptid and set_ptid.
8346 (regcache_raw_update): Change it to method raw_update.
8347 (regcache_raw_read): Likewise.
8348 (regcache_raw_read_signed): Likewise.
8349 (regcache_raw_read_unsigned): Likewise.
8350 (regcache_raw_write_signed): Likewise.
8351 (regcache_raw_write_unsigned): Likewise.
8352 (regcache_cooked_read): Likewise.
8353 (regcache_cooked_read_value): Likewise.
8354 (regcache_cooked_read_signed): Likewise.
8355 (regcache_cooked_read_unsigned): Likewise.
8356 (regcache_cooked_write_signed): Likewise.
8357 (regcache_cooked_write_unsigned): Likewise.
8358 (regcache_raw_set_cached_value): Likewise.
8359 (regcache_raw_write): Likewise.
8360 (regcache_cooked_write): Likewise.
8361 (regcache_xfer_part): Likewise.
8362 (regcache_raw_read_part): Likewise.
8363 (regcache_raw_write_part): Likewise.
8364 (regcache_cooked_read_part): Likewise.
8365 (regcache_cooked_write_part): Likewise.
8366 (regcache_raw_supply): Likewise.
8367 (regcache_raw_collect): Likewise.
8368 (regcache_transfer_regset): Likewise.
8369 (regcache_supply_regset): Likewise.
8370 (regcache_collect_regset): Likewise.
8371 (regcache_debug_print_register): Likewise.
8372 (enum regcache_dump_what): Move it to regcache.h.
8373 (regcache_dump): Change it to method dump.
8374 * regcache.h (enum regcache_dump_what): New.
8375 (class regcache): New.
8376 * target.c (target_fetch_registers): Call method
8377 debug_print_register.
8378 (target_store_registers): Likewise.
8379
f8fdb78e
SM
83802017-04-28 Simon Marchi <simon.marchi@ericsson.com>
8381
8382 * windows-nat.c (struct lm_info_windows): Initialize field.
8383 (windows_make_so): Allocate lm_info_windows with new.
8384 (windows_free_so): Free lm_info_windows with delete.
8385
9ccbfd7b
SM
83862017-04-28 Simon Marchi <simon.marchi@ericsson.com>
8387
8388 * solib-darwin.c (struct lm_info_darwin): Initialize field.
8389 (darwin_current_sos): Allocate lm_info_darwin with new, remove
8390 cleanup.
8391 (darwin_free_so): Free lm_info_darwin with delete.
8392
76e75227
SM
83932017-04-28 Simon Marchi <simon.marchi@ericsson.com>
8394
8395 * solib-svr4.h (struct lm_info_svr4): Initialize fields.
8396 <l_addr_p>: Change type to bool.
8397 * solib-svr4.c (lm_info_read): Allocate lm_info_svr4 with new.
8398 (svr4_free_so): Free lm_info_svr4 with delete.
8399 (svr4_copy_library_list): Replace memcpy with call to copy
8400 constructor.
8401 (library_list_start_library, svr4_default_sos): Allocate
8402 lm_info_svr4 with new.
8403
51046d9e
SM
84042017-04-28 Simon Marchi <simon.marchi@ericsson.com>
8405
8406 * solib-target.c (struct lm_info_target): Add destructor,
8407 initialize fields.
8408 <name>: Change type to std::string.
8409 (library_list_start_library): Allocate lm_info_target with new.
8410 (solib_target_free_library_list): Free lm_info_target with
8411 delete.
8412 (solib_target_current_sos): Adapt to std::string.
8413 (solib_target_free_so): Free lm_info_target with delete.
8414
4023ae76
SM
84152017-04-28 Simon Marchi <simon.marchi@ericsson.com>
8416
8417 * solib-frv.c (struct lm_info_frv): Add destructor, initialize
8418 fields.
8419 (frv_current_sos): Allocate lm_info_frv with new.
8420 (frv_relocate_main_executable): Free lm_info_frv with delete,
8421 allocate with new.
8422 (frv_clear_solib, frv_free_so): Free lm_info_frv with delete.
8423
af43057b
SM
84242017-04-28 Simon Marchi <simon.marchi@ericsson.com>
8425
8426 * solib-frv.c (struct lm_info_frv): Fix indentation.
8427
b0911207
SM
84282017-04-28 Simon Marchi <simon.marchi@ericsson.com>
8429
8430 * solib-dsbt.c (struct lm_info_dsbt): Add destructor, initialize
8431 map field.
8432 (dsbt_current_sos): Allocate lm_info_dsbt with new.
8433 (dsbt_relocate_main_executable): Free lm_info_dsbt with delete
8434 and allocate with new.
8435 (dsbt_clear_solib, dsbt_free_so): Free lm_info_dsbt with delete.
8436
6c401f72
SM
84372017-04-28 Simon Marchi <simon.marchi@ericsson.com>
8438
8439 * solib-aix.c (struct lm_info_aix): Initialize fields in-class.
8440 <filename, member_name>: Change type to std::string.
8441 (solib_aix_new_lm_info, solib_aix_xfree_lm_info): Remove.
8442 (library_list_start_library): Allocate lm_info_aix with new.
8443 (solib_aix_free_library_list, solib_aix_free_so): Free with delete.
8444 (solib_aix_current_sos): Adapt to std::string, copy lm_info_aix
8445 with copy constructor.
8446
d0e449a1
SM
84472017-04-28 Simon Marchi <simon.marchi@ericsson.com>
8448
8449 * solist.h (struct lm_info): Remove.
8450 (struct lm_info_base): New class.
8451 (struct so_list) <lm_info>: Change type to lm_info_base *.
8452 * nto-tdep.c (struct lm_info): Remove.
8453 (lm_addr): Adjust.
8454 * solib-aix.c (struct lm_info): Rename to ...
8455 (struct lm_info_aix): ... this. Extend lm_info_base.
8456 (lm_info_p): Rename to ...
8457 (lm_info_aix_p): ... this, and adjust.
8458 (solib_aix_new_lm_info, solib_aix_xfree_lm_info,
8459 solib_aix_parse_libraries, library_list_start_library,
8460 solib_aix_free_library_list, solib_aix_parse_libraries,
8461 solib_aix_get_library_list,
8462 solib_aix_relocate_section_addresses, solib_aix_free_so,
8463 solib_aix_get_section_offsets,
8464 solib_aix_solib_create_inferior_hook, solib_aix_current_sos):
8465 Adjust.
8466 (struct solib_aix_inferior_data) <library_list>: Adjust.
8467 * solib-darwin.c (struct lm_info): Rename to ...
8468 (struct lm_info_darwin): ... this. Extend lm_info_base.
8469 (darwin_current_sos, darwin_relocate_section_addresses): Adjust.
8470 * solib-dsbt.c (struct lm_info): Rename to ...
8471 (struct lm_info_dsbt): ... this. Extend lm_info_base.
8472 (struct dsbt_info) <main_executable_lm_info): Adjust.
8473 (dsbt_current_sos, dsbt_relocate_main_executable, dsbt_free_so,
8474 dsbt_relocate_section_addresses): Adjust.
8475 * solib-frv.c (struct lm_info): Rename to ...
8476 (struct lm_info_frv): ... this. Extend lm_info_base.
8477 (main_executable_lm_info): Adjust.
8478 (frv_current_sos, frv_relocate_main_executable, frv_free_so,
8479 frv_relocate_section_addresses, frv_fdpic_find_global_pointer,
8480 find_canonical_descriptor_in_load_object,
8481 frv_fdpic_find_canonical_descriptor): Adjust.
8482 * solib-svr4.c (struct lm_info): Move to solib-svr4.h, renamed
8483 to lm_info_svr4.
8484 (lm_info_read, lm_addr_check, svr4_keep_data_in_core,
8485 svr4_clear_so, svr4_copy_library_list,
8486 library_list_start_library, svr4_default_sos, svr4_read_so_list,
8487 svr4_current_sos, svr4_fetch_objfile_link_map,
8488 solist_update_incremental): Adjust.
8489 * solib-svr4.h (struct lm_info_svr4): Move here from
8490 solib-svr4.c.
8491 * solib-target.c (struct lm_info): Rename to ...
8492 (struct lm_info_target): ... this. Extend lm_info_base.
8493 (lm_info_p): Rename to ...
8494 (lm_info_target_p): ... this.
8495 (solib_target_parse_libraries, library_list_start_segment,
8496 library_list_start_section, library_list_start_library,
8497 library_list_end_library, solib_target_free_library_list,
8498 solib_target_current_sos, solib_target_free_so,
8499 solib_target_relocate_section_addresses): Adjust.
8500 * windows-nat.c (struct lm_info): Rename to ...
8501 (struct lm_info_windows): ... this. Extend lm_info_base.
8502 (windows_make_so, handle_load_dll, handle_unload_dll,
8503 windows_xfer_shared_libraries): Adjust.
8504
434a4023
SM
85052017-04-28 Simon Marchi <simon.marchi@ericsson.com>
8506
8507 * solib-darwin.c (struct darwin_so_list): Remove.
8508 (darwin_current_sos): Allocate an so_list object instead of a
8509 darwin_so_list, separately allocate an lm_info object.
8510 (darwin_free_so): Free lm_info.
8511
428544e8
JB
85122017-04-28 John Baldwin <jhb@FreeBSD.org>
8513
8514 * mips-tdep.c (print_gp_register_row): Replace printf_filtered
8515 with fprintf_filtered.
8516
4621115f
YQ
85172017-04-28 Yao Qi <yao.qi@linaro.org>
8518
8519 * regcache.c (regcache::regcache): New function.
8520 (regcache::~regcache): New function.
8521 (regcache_xmalloc_1): Remove.
8522 (regcache_xmalloc): Call new regcache.
8523 (regcache_xfree): Call delete regcache.
8524 (get_thread_arch_aspace_regcache): Call new regcache.
8525
339053c2
YQ
85262017-04-28 Yao Qi <yao.qi@linaro.org>
8527
8528 * mips-linux-nat.c (mips_linux_new_thread): Use ptid method
8529 lwp instead of ptid_get_lwp.
8530
7974a605
YQ
85312017-04-28 Yao Qi <yao.qi@linaro.org>
8532
8533 * mips-linux-nat.c (mips_linux_new_thread): Get lwpid from
8534 lwp_info instead of getting from inferior_ptid.
8535
e15c3eb4
KS
85362017-04-27 Keith Seitz <keiths@redhat.com>
8537
8538 * gdbtypes.c (LVALUE_REFERENCE_TO_RVALUE_BINDING_BADNESS)
8539 DIFFERENT_REFERENCE_TYPE_BADNESS): Remove.
8540 (CV_CONVERSION_BADNESS): Define.
8541 (rank_one_type): Remove overly restrictive rvalue reference
8542 rank checks.
8543 Add cv-qualifier checks and subranks for type equality.
8544 * gdbtypes.h (REFERENCE_CONVERSION_RVALUE,
8545 REFERENCE_CONVERSION_CONST_LVALUE, CV_CONVERSION_BADNESS,
8546 CV_CONVERSION_CONST, CV_CONVERSION_VOLATILE): Declare.
8547
72bc1d24
SM
85482017-04-27 Simon Marchi <simon.marchi@ericsson.com>
8549
8550 * python/py-inferior.c (inferior_to_inferior_object): Increment reference
8551 count when creating the object.
8552
55bcecda
UW
85532017-04-27 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
8554 Ulrich Weigand <uweigand@de.ibm.com>
8555
8556 * xcoffread.c (read_xcoff_symtab): Read correct function auxiliary
8557 entry if xlc -qfuncsect or gcc -ffunction-sections compiler option
8558 is used in AIX.
8559 (read_xcoff_symtab): Handle C_WEAKEXT storage class.
8560 (process_xcoff_symbol): Likewise.
8561 (scan_xcoff_symtab): Likewise.
8562
5c99fcf8
AH
85632017-04-26 Alan Hayward <alan.hayward@arm.com>
8564
8565 * ia64-tdep.c (examine_prologue): Use get_frame_register_unsigned.
8566 (ia64_sigtramp_frame_prev_register): Use read_memory_unsigned_integer.
8567 (ia64_access_reg): Use get_frame_register_unsigned.
8568 (ia64_access_rse_reg): Likewise.
8569 (ia64_libunwind_frame_prev_register): Likewise.
8570
b41c5a85
JW
85712017-04-26 Jiong Wang <jiong.wang@arm.com>
8572
8573 * gdbarch.sh: New gdbarch method execute_dwarf_cfa_vendor_op.
8574 * gdbarch.c: Regenerated.
8575 * gdbarch.h: Regenerated.
8576 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Made the
8577 visibility external.
8578 (execute_cfa_program): Call execute_dwarf_cfa_vendor_op for CFI
8579 between DW_CFA_lo_user and DW_CFA_high_user inclusive.
8580 (enum cfa_how_kind): Move to ...
8581 (struct dwarf2_frame_state_reg_info): Likewise.
8582 (struct dwarf2_frame_state): Likewise.
8583 * dwarf2-frame.h: ... here.
8584 (dwarf2_frame_state_alloc_regs): New declaration.
8585 * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): New function.
8586 (sparc32_gdbarch_init): Register execute_dwarf_cfa_vendor_op hook.
8587
c185f580
AH
85882017-04-26 Alan Hayward <alan.hayward@arm.com>
8589
8590 * xtensa-tdep.c (xtensa_pseudo_register_read): Use
8591 regcache_raw_read_unsigned.
8592 (xtensa_pseudo_register_write): Likewise.
8593
19c45594
AH
85942017-04-26 Alan Hayward <alan.hayward@arm.com>
8595
8596 * nds32-tdep.c (nds32_pseudo_register_read): Abort on errors.
8597 (nds32_pseudo_register_write): Likewise.
8598
4658f12e
YQ
85992017-04-25 Yao Qi <yao.qi@linaro.org>
8600
8601 * regcache.c (struct regcache) <readonly_p>: Change its type
8602 to bool.
8603 (regcache_xmalloc_1): Update parameter type and callers update.
8604
d581dda8
YQ
86052017-04-25 Yao Qi <yao.qi@linaro.org>
8606
8607 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
8608 set_gdbarch_wchar_bit.
8609 * arm-tdep.c (arm_gdbarch_init): Likewise.
8610
debed3db
PA
86112017-04-25 Pedro Alves <palves@redhat.com>
8612
8613 * common/poison.h [!HAVE_IS_TRIVIALLY_COPYABLE] (IsRelocatable)
8614 (BothAreRelocatable, memcopy, memmove): Don't define.
8615 * common/traits.h (__has_feature, HAVE_IS_TRIVIALLY_COPYABLE): New
8616 macros.
8617
b0b92aeb
PA
86182017-04-25 Pedro Alves <palves@redhat.com>
8619
8620 * common/common-defs.h: Include "common/poison.h".
8621 * common/function-view.h: (Not, Or, Requires): Move to traits.h
8622 and adjust.
8623 * common/poison.h: New file.
8624 * common/traits.h: Include <type_traits>.
8625 (Not, Or, Requires): New, moved from common/function-view.h.
8626
16c4d54a
PA
86272017-04-25 Pedro Alves <palves@redhat.com>
8628
8629 * breakpoint.h (struct breakpoint): In-class initialize all
8630 fields. Make boolean fields "bool".
8631 * breakpoint.c (init_raw_breakpoint_without_location): Remove
8632 memset call and initializations no longer necessary.
8633
b5c36682
PA
86342017-04-25 Pedro Alves <palves@redhat.com>
8635
8636 * btrace.c (pt_btrace_insn_flags): Change parameter type to
8637 reference.
8638 (pt_btrace_insn): New function.
8639 (ftrace_add_pt): Remove memset call and use pt_btrace_insn.
8640
5625a286
PA
86412017-04-25 Pedro Alves <palves@redhat.com>
8642
8643 * ada-lang.c (ada_catchpoint_location): Now a "class". Remove
8644 "base" field and inherit from "bp_location" instead. Add
8645 non-default ctor.
8646 (allocate_location_exception): Use new non-default ctor.
8647 * breakpoint.c (get_first_locp_gte_addr): Remove memset call.
8648 (init_bp_location): Convert to ...
8649 (bp_location::bp_location): ... this new ctor, and remove memset
8650 call.
8651 (base_breakpoint_allocate_location): Use the new non-default ctor.
8652 * breakpoint.h (bp_location): Now a class. Declare default and
8653 non-default ctors. In-class initialize all members.
8654 (init_bp_location): Remove declaration.
8655
23bcc18f
PA
86562017-04-25 Pedro Alves <palves@redhat.com>
8657
8658 * common/enum-flags.h (enum_flags): Don't implement copy ctor and
8659 assignment operator.
8660
e1ba3053
YQ
86612017-04-24 Yao Qi <yao.qi@linaro.org>
8662
8663 * doublest.c (convert_doublest_to_floatformat): Call
8664 floatformat_totalsize_bytes.
8665
10f489e5
TT
86662017-04-22 Tom Tromey <tom@tromey.com>
8667
8668 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
8669 ui_out_emit_list.
8670 * stack.c (print_frame): Use ui_out_emit_list.
8671 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
8672 ui_out_emit_list.
8673 * mi/mi-main.c (print_one_inferior)
8674 (mi_cmd_data_list_register_names)
8675 (mi_cmd_data_list_register_values, mi_cmd_list_features)
8676 (mi_cmd_list_target_features, mi_cmd_trace_frame_collected): Use
8677 ui_out_emit_list.
8678 * mi/mi-interp.c (mi_on_normal_stop_1): Use ui_out_emit_list.
8679 (mi_output_solib_attribs): Use ui_out_emit_list,
8680 ui_out_emit_tuple.
8681 * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_list.
8682 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8683 (mi_cmd_stack_list_args, list_args_or_locals): Use
8684 ui_out_emit_list.
8685 * disasm.c (do_assembly_only): Use ui_out_emit_list.
8686 * breakpoint.c (print_solib_event, output_thread_groups): Use
8687 ui_out_emit_list.
8688
0092b74d
TT
86892017-04-22 Tom Tromey <tom@tromey.com>
8690
8691 * mi/mi-main.c (print_variable_or_computed): Use ui_out_emit_tuple.
8692 * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_tuple.
8693 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_out_emit_tuple.
8694
a14a62dd
TT
86952017-04-22 Tom Tromey <tom@tromey.com>
8696
8697 * tracepoint.c (tvariables_info_1)
8698 (print_one_static_tracepoint_marker): Use ui_out_emit_tuple.
8699
46b9c129
TT
87002017-04-22 Tom Tromey <tom@tromey.com>
8701
8702 * stack.c (print_frame_arg): Use ui_out_emit_tuple,
8703 annotate_arg_emitter.
8704 * breakpoint.c (print_mention_watchpoint)
8705 (print_mention_masked_watchpoint): Use ui_out_emit_tuple.
8706 * annotate.h (struct annotate_arg_emitter): New.
8707
2e783024
TT
87082017-04-22 Tom Tromey <tom@tromey.com>
8709
8710 * record-btrace.c (record_btrace_insn_history)
8711 (record_btrace_insn_history_range, record_btrace_call_history)
8712 (record_btrace_call_history_range): Use ui_out_emit_tuple.
8713 * thread.c (do_captured_list_thread_ids, print_thread_info_1): Use
8714 ui_out_emit_tuple.
8715 * stack.c (print_frame_info): Use ui_out_emit_tuple.
8716 * solib.c (info_sharedlibrary_command): Use ui_out_emit_tuple.
8717 * skip.c (skip_info): Use ui_out_emit_tuple.
8718 * remote.c (show_remote_cmd): Use ui_out_emit_tuple.
8719 * progspace.c (print_program_space): Use ui_out_emit_tuple.
8720 * probe.c (info_probes_for_ops): Use ui_out_emit_tuple.
8721 * osdata.c (info_osdata): Use ui_out_emit_tuple.
8722 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
8723 ui_out_emit_tuple.
8724 * mi/mi-main.c (print_one_inferior, list_available_thread_groups)
8725 (output_register, mi_cmd_data_read_memory)
8726 (mi_cmd_data_read_memory_bytes, mi_load_progress)
8727 (mi_cmd_trace_frame_collected): Use ui_out_emit_tuple.
8728 * mi/mi-cmd-var.c (mi_cmd_var_list_children, varobj_update_one):
8729 Use ui_out_emit_tuple.
8730 * mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Use
8731 ui_out_emit_tuple.
8732 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
8733 (mi_cmd_info_gdb_mi_command): Use ui_out_emit_tuple.
8734 * linux-thread-db.c (info_auto_load_libthread_db): Use
8735 ui_out_emit_tuple.
8736 * inferior.c (print_inferior): Use ui_out_emit_tuple.
8737 * gdb_bfd.c (print_one_bfd): Use ui_out_emit_tuple.
8738 * disasm.c (do_mixed_source_and_assembly_deprecated)
8739 (do_mixed_source_and_assembly): Use ui_out_emit_tuple.
8740 * cp-abi.c (list_cp_abis): Use ui_out_emit_tuple.
8741 * cli/cli-setshow.c (cmd_show_list): Use ui_out_emit_tuple.
8742 * breakpoint.c (print_one_breakpoint_location)
8743 (print_one_breakpoint): Use ui_out_emit_tuple.
8744 * auto-load.c (print_script, info_auto_load_cmd): Use
8745 ui_out_emit_tuple.
8746 * ada-tasks.c (print_ada_task_info): Use ui_out_emit_tuple.
8747
9be21bb4
SM
87482017-04-21 Simon Marchi <simon.marchi@ericsson.com>
8749
8750 * thread.c (print_thread_info_1): Remove dead code.
8751
0d4c07af
JK
87522017-04-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8753
8754 * aarch64-tdep.c (selftests::aarch64_process_record_test): Make it #if
8755 GDB_SELF_TEST.
8756 * arm-tdep.c (selftests::arm_record_test): Likewise.
8757
4daf993d
YQ
87582017-04-21 Yao Qi <yao.qi@linaro.org>
8759
8760 * regcache.c (regcache_restore): Remove argument 2. Replace
8761 argument 3 with regcache. Get register status from
8762 src->register_status and get register contents from
8763 register_buffer (src, regnum).
8764 (regcache_cpy): Update.
8765
a6c21d4a
PA
87662017-04-19 Pedro Alves <palves@redhat.com>
8767
8768 * gdbthread.h (thread): Add missing closing parenthesis in
8769 comment.
8770
3a3fd0fd
PA
87712017-04-19 Pedro Alves <palves@redhat.com>
8772
8773 * common/refcounted-object.h: New file.
8774 * gdbthread.h: Include "common/refcounted-object.h".
8775 (thread_info): Inherit from refcounted_object and add comments.
8776 (thread_info::incref, thread_info::decref)
8777 (thread_info::m_refcount): Delete.
8778 (thread_info::deletable): Use the refcounted_object::refcount()
8779 method.
8780 * inferior.c (current_inferior_): Add comment.
8781 (set_current_inferior): Increment/decrement refcounts.
8782 (prune_inferiors, remove_inferior_command): Skip inferiors marked
8783 not-deletable instead of comparing with the current inferior.
8784 (initialize_inferiors): Increment the initial inferior's refcount.
8785 * inferior.h (struct inferior): Forward declare.
8786 Include "common/refcounted-object.h".
8787 (current_inferior, set_current_inferior): Move declaration to
8788 before struct inferior's definition, and fix comment.
8789 (inferior): Inherit from refcounted_object. Add comments.
8790 * thread.c (switch_to_thread_no_regs): Reference the thread's
8791 inferior pointer directly instead of doing a ptid lookup.
8792 (switch_to_no_thread): New function.
8793 (switch_to_thread(thread_info *)): New function, factored out
8794 from ...
8795 (switch_to_thread(ptid_t)): ... this.
8796 (restore_current_thread): Delete.
8797 (current_thread_cleanup): Remove 'inf_id' and 'was_removable'
8798 fields, and add 'inf' field.
8799 (do_restore_current_thread_cleanup): Check whether old->inf is
8800 alive instead of looking up an inferior by ptid. Use
8801 switch_to_thread and switch_to_no_thread.
8802 (restore_current_thread_cleanup_dtor): Use old->inf directly
8803 instead of lookup up an inferior by id. Decref the inferior.
8804 Don't restore 'removable'.
8805 (make_cleanup_restore_current_thread): Same the inferior pointer
8806 in old, instead of the inferior number. Incref the inferior.
8807 Don't save/clear 'removable'.
8808
9bcb1f16
PA
88092017-04-19 Pedro Alves <palves@redhat.com>
8810
8811 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
8812 unittests/scoped_restore-selftests.c.
8813 (SUBDIR_UNITTESTS_OBS): Add scoped_restore-selftests.o.
8814 * common/scoped_restore.h (scoped_restore_base): Make "class".
8815 (scoped_restore_base::release): New public method.
8816 (scoped_restore_base::scoped_restore_base): New protected ctor.
8817 (scoped_restore_base::m_saved_var): New protected field.
8818 (scoped_restore_tmpl::scoped_restore_tmpl(T*)): Initialize the
8819 scoped_restore_base base class instead of m_saved_var directly.
8820 (scoped_restore_tmpl::scoped_restore_tmpl(T*, T2)): Likewise.
8821 (scoped_restore_tmpl::scoped_restore_tmpl(const
8822 scoped_restore_tmpl<T>&)): Likewise.
8823 (scoped_restore_tmpl::~scoped_restore_tmpl): Use the saved_var
8824 method.
8825 (scoped_restore_tmpl::saved_var): New method.
8826 (scoped_restore_tmpl::m_saved_var): Delete.
8827 * inferior.h (inferior::detaching): Now a bool.
8828 * infrun.c (prepare_for_detach): Use a scoped_restore instead of a
8829 cleanup.
8830 * unittests/scoped_restore-selftests.c: New file.
8831
26fcd539
PA
88322017-04-19 Pedro Alves <palves@redhat.com>
8833
8834 * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS):
8835 Re-sort in alphabetic order.
8836
fdd243b0
PA
88372017-04-18 Pedro Alves <palves@redhat.com>
8838
8839 * xml-support.c (obstack_xml_printf): Delete.
8840 * xml-support.h (obstack_xml_printf): Delete.
8841
4895cde2
PA
88422017-04-18 Pedro Alves <palves@redhat.com>
8843
8844 * xml-support.c (gdb_xml_parser) <use_dtd, dtd_name, parse,
8845 vdebug, verror, body_text, start_element, end_element, name,
8846 user_data, set_is_xinclude, set_error, expat_parser>: New methods.
8847 <name, user_data, expat_parser, scopes, error, last_line, dtd_name,
8848 is_xinclude>: Make private and add m_ prefix.
8849 (gdb_xml_parser::body_text): New method, based on ...
8850 (gdb_xml_body_text): ... this. Adjust.
8851 (gdb_xml_parser::vdebug): New method, based on ...
8852 (gdb_xml_debug): ... this. Adjust.
8853 (gdb_xml_parser::verror): New method, based on ...
8854 (gdb_xml_error): ... this. Adjust.
8855 (gdb_xml_parser::start_element): New method, based on ...
8856 (gdb_xml_start_element): ... this. Adjust.
8857 (gdb_xml_start_element_wrapper): Defer to
8858 gdb_xml_parser::start_element and gdb_xml_parser::set_error.
8859 (gdb_xml_parser::end_element): New method, based on ...
8860 (gdb_xml_end_element_wrapper): ... this. Adjust.
8861 (gdb_xml_parser::~gdb_xml_parser): Adjust.
8862 (gdb_xml_parser::gdb_xml_parser): Adjust to field renames.
8863 (gdb_xml_parser::use_dtd): New method, based on ...
8864 (gdb_xml_use_dtd): ... this. Adjust.
8865 (gdb_xml_parser::parse): New method, based on ...
8866 (gdb_xml_parse): ... this. Adjust.
8867 (gdb_xml_parse_quick): Adjust to call the parser's parse method.
8868 (xinclude_start_include): Adjust to call the parser's name method.
8869 (xml_xinclude_default, xml_xinclude_start_doctype)
8870 (xml_xinclude_end_doctype): Adjust to call the parser's user_data
8871 method.
8872 (xml_process_xincludes): Adjust to call parser methods.
8873 * xml-support.h (gdb_xml_use_dtd, gdb_xml_parse): Delete
8874 declarations.
8875
bd8a901f
PA
88762017-04-18 Pedro Alves <palves@redhat.com>
8877
8878 * tracefile-tfile.c (tfile_write_tdesc): Adjust to use
8879 gdb::optional<std::string>.
8880 * xml-support.c: Include <string>.
8881 (scope_level::scope_level(scope_level &&))
8882 (scope_level::~scope_level): Delete.
8883 (scope_level::body): Now a std::string.
8884 (gdb_xml_body_text, gdb_xml_end_element): Adjust.
8885 (xinclude_parsing_data::xinclude_parsing_data): Add 'output'
8886 parameter.
8887 (xinclude_parsing_data::~xinclude_parsing_data): Delete.
8888 (xinclude_parsing_data::output): Now a std::string reference.
8889 (xinclude_start_include): Adjust.
8890 (xml_xinclude_default): Adjust.
8891 (xml_process_xincludes): Add 'output' parameter, and return bool.
8892 * xml-support.h (xml_process_xincludes): Add 'output' parameter,
8893 and return bool.
8894 * xml-tdesc.c: Include <unordered_map> and <string>.
8895 (tdesc_xml_cache): Delete.
8896 (tdesc_xml_cache_s): Delete.
8897 (xml_cache): Now an std::unordered_map.
8898 (tdesc_parse_xml): Adjust to use std::string and unordered_map.
8899 (target_fetch_description_xml): Change return type to
8900 gdb::optional<std::string>, and adjust.
8901 * xml-tdesc.h: Include "common/gdb_optional.h" and <string>.
8902 (target_fetch_description_xml): Change return type to
8903 gdb::optional<std::string>.
8904
d35d1958
PA
89052017-04-18 Pedro Alves <palves@redhat.com>
8906
8907 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
8908 unittests/optional-selftests.c.
8909 (SUBDIR_UNITTESTS_OBS): Add optional-selftests.o.
8910 * unittests/optional-selftests.c: New file.
8911 * unittests/optional/assignment/1.cc: New file.
8912 * unittests/optional/assignment/2.cc: New file.
8913 * unittests/optional/assignment/3.cc: New file.
8914 * unittests/optional/assignment/4.cc: New file.
8915 * unittests/optional/assignment/5.cc: New file.
8916 * unittests/optional/assignment/6.cc: New file.
8917 * unittests/optional/assignment/7.cc: New file.
8918 * unittests/optional/cons/copy.cc: New file.
8919 * unittests/optional/cons/default.cc: New file.
8920 * unittests/optional/cons/move.cc: New file.
8921 * unittests/optional/cons/value.cc: New file.
8922 * unittests/optional/in_place.cc: New file.
8923 * unittests/optional/observers/1.cc: New file.
8924 * unittests/optional/observers/2.cc: New file.
8925
22796e97
PA
89262017-04-18 Pedro Alves <palves@redhat.com>
8927
8928 * common/gdb_optional.h: Include common/traits.h.
8929 (in_place_t): New type.
8930 (in_place): New constexpr variable.
8931 (optional::optional): Remove member initialization of
8932 m_instantiated.
8933 (optional::optional(in_place_t...)): New constructor.
8934 (optional::~optional): Use reset.
8935 (optional::optional(const optional&)): New.
8936 (optional::optional(const optional&&)): New.
8937 (optional::optional(T &)): New.
8938 (optional::optional(T &&)): New.
8939 (operator::operator=(const optional &)): New.
8940 (operator::operator=(optional &&)): New.
8941 (operator::operator= (const T &))
8942 (operator::operator= (T &&))
8943 (operator::emplace (Args &&... args)): Return a T&. Use reset.
8944 (operator::reset): New.
8945 (operator::m_instantiated):: Add in-class initializer.
8946 * common/traits.h: Include <type_traits>.
8947 (struct And): New types.
8948
a7fc9b61
PA
89492017-04-18 Pedro Alves <palves@redhat.com>
8950
8951 * xml-support.c: Include <vector>.
8952 (scope_level::scope_level(const gdb_xml_element *))
8953 (scope_level::scope_level(scope_level&&)): New.
8954 (scope_level::~scope_level): New.
8955 (scope_level_s): Delete.
8956 (gdb_xml_parser::scopes): Now a std::vector.
8957 (gdb_xml_body_text, gdb_xml_start_element, gdb_xml_end_element):
8958 Use std::vector.
8959 (gdb_xml_parser::~gdb_xml_parser): Remove now unnecessary
8960 scope cleanup code.
8961 (gdb_xml_parser::gdb_xml_parser): Remove explicit initialization
8962 of the scopes member. Use std::vector::emplace_back.
8963
010151c9
PA
89642017-04-18 Pedro Alves <palves@redhat.com>
8965
8966 * xml-support.c (gdb_xml_parser): Add ctor/dtor. Make is_xinclude
8967 a bool.
8968 (gdb_xml_end_element): Change type of first parameter.
8969 (gdb_xml_cleanup): Rename to ...
8970 (gdb_xml_parser::~gdb_xml_parser): ... this.
8971 (gdb_xml_create_parser_and_cleanup): Delete with ...
8972 (gdb_xml_parser::gdb_xml_parser): ... creation parts factored out
8973 to this new ctor.
8974 (gdb_xml_parse_quick): Create a local gdb_xml_parser instead of
8975 using gdb_xml_create_parser_and_cleanup.
8976 (xinclude_parsing_data): Add ctor/dtor.
8977 (xml_xinclude_cleanup): Delete.
8978 (xml_process_xincludes): Create a local xinclude_parsing_data
8979 instead of heap-allocating one. Create a local gdb_xml_parser
8980 instead of heap-allocating one with
8981 gdb_xml_create_parser_and_cleanup.
8982
d56060f0
JB
89832017-04-18 John Baldwin <jhb@FreeBSD.org>
8984
8985 PR threads/20743
8986 * fbsd-nat.c (resume_one_thread_cb): Remove.
8987 (resume_all_threads_cb): Remove.
8988 (fbsd_resume): Use ALL_NON_EXITED_THREADS instead of
8989 iterate_over_threads.
8990
305d16a9
JB
89912017-04-17 Joel Brobecker <brobecker@adacore.com>
8992
8993 * NEWS: Create a new section for the next release branch.
8994 Rename the section of the current branch, now that it has
8995 been cut.
8996
8bb57231
JB
89972017-04-17 Joel Brobecker <brobecker@adacore.com>
8998
8999 GDB 8.0 branch created (725bf5cf125783c2a7ca4ab63d3768e220bab2db):
9000 * version.in: Bump version to 8.0.50.DATE-git.
9001
096c92dd
SDJ
90022017-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9003
9004 PR gdb/21385
9005 * windows-nat.c (windows_create_inferior): Declare 'allargs'
9006 independently of the host, and fix build breakage on Cygwin.
9007
0550c955
PA
90082017-04-13 Pedro Alves <palves@redhat.com>
9009
9010 * inferior.c (free_inferior): Convert to ...
9011 (inferior::~inferior): ... this dtor.
9012 (inferior::inferior): New ctor, factored out from ...
9013 (add_inferior_silent): ... here. Allocate the inferior with a new
9014 expression.
9015 (delete_inferior): Call delete instead of free_inferior.
9016 * inferior.h (gdb_environ, continuation): Forward declare.
9017 (inferior): Now a class. Add in-class initialization to all
9018 members. Make boolean fields bool, except 'detaching'.
9019 (inferior::inferior): New explicit ctor.
9020 (inferior::~inferior): New.
9021
e3d60dfc
PA
90222017-04-13 Pedro Alves <palves@redhat.com>
9023
9024 * inferior.c (init_inferior_list): Delete.
9025 * inferior.h (init_inferior_list): Delete.
9026
5fd69d0a
PA
90272017-04-13 Pedro Alves <palves@redhat.com>
9028
9029 PR threads/13217
9030 * gdb.threads/threadapply.exp (thr_apply_detach): New procedure.
9031 (top level): Call it twice, with different thread sets.
9032
c6609450
PA
90332017-04-13 Pedro Alves <palves@redhat.com>
9034
9035 * thread.c: Include <algorithm>.
9036 (thread_array_cleanup): Delete.
9037 (scoped_inc_dec_ref): New class.
9038 (live_threads_count): New function.
9039 (set_thread_refcount): Delete.
9040 (tp_array_compar_ascending): Now a bool.
9041 (tp_array_compar): Convert to a std::sort comparison function.
9042 (thread_apply_all_command): Use std::vector and scoped_inc_dec_ref
9043 and live_threads_count.
9044
2a00d7ce
PA
90452017-04-13 Pedro Alves <palves@redhat.com>
9046
9047 * infrun.c (follow_fork_inferior): Also switch the current
9048 inferior.
9049
441d7c93
PA
90502017-04-13 Pedro Alves <palves@redhat.com>
9051
9052 * breakpoint.c (watch_command_1): Save watchpoint-frame info
9053 before calling create_internal_breakpoint.
9054
808480f6
PA
90552017-04-13 Pedro Alves <palves@redhat.com>
9056
9057 * fork-child.c (execv_argv): New class.
9058 (breakup_args): Refactored as ...
9059 (execv_argv::init_for_no_shell): .. this method of execv_argv.
9060 Copy arguments to storage and replace separators with NULL
9061 terminators in place.
9062 (escape_bang_in_quoted_argument): Adjust to return bool.
9063 (execv_argv::execv_argv): New ctor.
9064 (execv_argv::init_for_shell): New method, factored out from
9065 fork_inferior. Don't strdup strings into the vector.
9066 (fork_inferior): Eliminate "shell" local and use execv_argv. Use
9067 Remove free_vector_argv call.
9068
ad3d022a
YQ
90692017-04-13 Yao Qi <yao.qi@linaro.org>
9070
9071 * rx-tdep.c (rx_fpsw_type): Check tdep->rx_fpsw_type instead of
9072 tdep->rx_psw_type.
9073
e6ddc3bf
YQ
90742017-04-13 Yao Qi <yao.qi@linaro.org>
9075
9076 * rl78-tdep.c (rl78_gdbarch_init): Use XCNEW instead of XNEW.
9077 * rx-tdep.c (rx_gdbarch_init): Likewise.
9078
bfb8cf90
PA
90792017-04-13 Pedro Alves <palves@redhat.com>
9080
9081 * breakpoint.h (struct breakpoint): Reindent.
9082
f5336ca5
PA
90832017-04-13 Pedro Alves <palves@redhat.com>
9084
9085 * breakpoint.c (bp_location): Rename to ...
9086 (bp_locations): ... this. All references updated.
9087 (bp_location_count): Rename to ...
9088 (bp_locations_count): ... this. All references updated.
9089 (bp_location_placed_address_before_address_max): Rename to ...
9090 (bp_locations_placed_address_before_address_max): ... this. All
9091 references updated.
9092 (bp_location_shadow_len_after_address_max): Rename to ...
9093 (bp_locations_shadow_len_after_address_max): ... this. All
9094 references updated.
9095 (bp_location_compare_addrs): Rename to ...
9096 (bp_locations_compare_addrs): ... this. All references updated.
9097 (bp_location_compare):Rename to ...
9098 (bp_locations_compare): ... this. All references updated.
9099 (bp_location_target_extensions_update): Rename to ...
9100 (bp_locations_target_extensions_update): ... this. All references
9101 updated.
9102
be628ab8
SDJ
91032017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
9104
9105 * Makefile.in (HFILES_NO_SRCDIR): Add "common/gdb_termios.h".
9106 * common/common.m4: Check headers 'termios.h', 'termio.h' and
9107 'sgtty.h'.
9108 * common/gdb_termios.h: New file, with parts of "terminal.h".
9109 * inflow.c: Include "gdb_termios.h".
9110 * ser-unix.c: Include "gdb_termios.h".
9111 * terminal.h: Move terminal-related defines to
9112 "common/gdb_termios.h".
9113
8e9e35b1
TT
91142017-04-12 Tom Tromey <tom@tromey.com>
9115
9116 * probe.c (parse_probes): Update.
9117 * location.h (delete_event_location): Don't declare.
9118 (event_location_deleter::operator()): Update.
9119 * location.c (event_location_deleter::operator()): Rename from
9120 delete_event_location.
9121 * linespec.h (linespec_result) <location>: Change type to
9122 event_location_up.
9123 * linespec.c (canonicalize_linespec, event_location_to_sals)
9124 (decode_objc): Update.
9125 (linespec_result): Don't call delete_event_location.
9126 * breakpoint.c (create_breakpoints_sal)
9127 (bkpt_probe_create_sals_from_location)
9128 (strace_marker_create_sals_from_location): Update.
9129
16e802b9
TT
91302017-04-12 Tom Tromey <tom@tromey.com>
9131
9132 * linespec.h (struct linespec_result): Add constructor and
9133 destructor.
9134 (init_linespec_result, destroy_linespec_result)
9135 (make_cleanup_destroy_linespec_result): Don't declare.
9136 * linespec.c (init_linespec_result): Remove.
9137 (linespec_result::~linespec_result): Rename from
9138 destroy_linespec_result. Update.
9139 (cleanup_linespec_result, make_cleanup_destroy_linespec_result):
9140 Remove.
9141 * breakpoint.c (create_breakpoint, break_range_command)
9142 (decode_location_default): Update.
9143 * ax-gdb.c (agent_command_1): Update.
9144
d28cd78a
TT
91452017-04-12 Tom Tromey <tom@tromey.com>
9146
9147 * remote.c (remote_download_tracepoint): Update.
9148 * python/py-breakpoint.c (bppy_get_location): Update.
9149 * guile/scm-breakpoint.c (bpscm_print_breakpoint_smob)
9150 (gdbscm_breakpoint_location): Update.
9151 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Update.
9152 * breakpoint.h (struct breakpoint) <location, location_range_end>:
9153 Change type to event_location_up.
9154 * breakpoint.c (create_overlay_event_breakpoint)
9155 (create_longjmp_master_breakpoint)
9156 (create_std_terminate_master_breakpoint)
9157 (create_exception_master_breakpoint)
9158 (breakpoint_event_location_empty_p, print_breakpoint_location)
9159 (print_one_breakpoint_location, create_thread_event_breakpoint)
9160 (init_breakpoint_sal, create_breakpoint)
9161 (print_recreate_ranged_breakpoint, break_range_command)
9162 (init_ada_exception_breakpoint, say_where): Update.
9163 (base_breakpoint_dtor): Don't call delete_event_location.
9164 (bkpt_print_recreate, tracepoint_print_recreate)
9165 (dprintf_print_recreate, update_static_tracepoint)
9166 (breakpoint_re_set_default): Update.
9167
711799d5
TT
91682017-04-12 Tom Tromey <tom@tromey.com>
9169
9170 * compile/compile-loc2c.c (compute_stack_depth_worker): Change
9171 type of "to_do". Update.
9172 (compute_stack_depth): Use std::vector.
9173
52d214d3
TT
91742017-04-12 Tom Tromey <tom@tromey.com>
9175
9176 * printcmd.c (find_instruction_backward): Use std::vector.
9177
4c404b8b
TT
91782017-04-12 Tom Tromey <tom@tromey.com>
9179
9180 * symfile.c (objfilep): Remove typedef.
9181 (reread_symbols): Use a std::vector.
9182
156d9eab
TT
91832017-04-12 Tom Tromey <tom@tromey.com>
9184
9185 * mi/mi-main.c (exec_direction_forward): Remove.
9186 (exec_reverse_continue, mi_execute_command): Use scoped_restore.
9187 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
9188 scoped_restore.
9189 * guile/guile.c (guile_repl_command, guile_command)
9190 (gdbscm_execute_gdb_command): Use scoped_restore.
9191 * go-exp.y (go_parse): Use scoped_restore.
9192 * d-exp.y (d_parse): Use scoped_restore.
9193 * cli/cli-decode.c (cmd_func): Use scoped_restore.
9194 * c-exp.y (c_parse): Use scoped_restore.
9195
4d89769a
TT
91962017-04-12 Tom Tromey <tom@tromey.com>
9197
9198 * mi/mi-parse.h (struct mi_parse): Add constructor, destructor.
9199 (mi_parse): Update return type.
9200 (mi_parse_free): Remove.
9201 * mi/mi-parse.c (mi_parse::mi_parse): New constructor.
9202 (mi_parse::~mi_parse): Rename from mi_parse_free.
9203 (mi_parse_cleanup): Remove.
9204 (mi_parse): Return a unique_ptr. Use new.
9205 * mi/mi-main.c (mi_execute_command): Update.
9206
4b217cc7
TT
92072017-04-12 Tom Tromey <tom@tromey.com>
9208
9209 * location.c (explicit_location_lex_one): Return a
9210 unique_xmalloc_ptr.
9211 (string_to_explicit_location): Update. Remove cleanups.
9212
59d3651b
TT
92132017-04-12 Tom Tromey <tom@tromey.com>
9214
9215 * gnu-v3-abi.c (value_and_voffset_p): Remove typedef.
9216 (compare_value_and_voffset): Change type. Update.
9217 (compute_vtable_size): Change type of "offset_vec".
9218 (gnuv3_print_vtable): Use std::vector. Remove cleanups.
9219 (gnuv3_get_typeid): Remove extraneous declaration.
9220
b24b0d6c
TT
92212017-04-12 Tom Tromey <tom@tromey.com>
9222
9223 * charset.h (wchar_iterator): Fix comment.
9224
80a3b8c5
TT
92252017-04-12 Tom Tromey <tom@tromey.com>
9226
9227 * charset.c (iconv_wrapper): New class.
9228 (cleanup_iconv): Remove.
9229 (convert_between_encodings): Use it.
9230
c83dd867
TT
92312017-04-12 Tom Tromey <tom@tromey.com>
9232
9233 * symfile.h (increment_reading_symtab): Update type.
9234 * symfile.c (decrement_reading_symtab): Remove.
9235 (increment_reading_symtab): Return a scoped_restore_tmpl<int>.
9236 * psymtab.c (psymtab_to_symtab): Update.
9237 * dwarf2read.c (dw2_instantiate_symtab): Update.
9238
0e8621a0
TT
92392017-04-12 Tom Tromey <tom@tromey.com>
9240
9241 * jit.c (struct jit_reader): Declare separately. Add constructor
9242 and destructor. Change type of "handle".
9243 (loaded_jit_reader): Define separately.
9244 (jit_reader_load): Update. New "new".
9245 (jit_reader_unload_command): Use "delete".
9246 * gdb-dlfcn.h (struct dlclose_deleter): New.
9247 (gdb_dlhandle_up): New typedef.
9248 (gdb_dlopen, gdb_dlsym): Update types.
9249 (gdb_dlclose): Remove.
9250 * gdb-dlfcn.c (gdb_dlopen): Return a gdb_dlhandle_up.
9251 (gdb_dlsym): Change type of "handle".
9252 (make_cleanup_dlclose): Remove.
9253 (dlclose_deleter::operator()): Rename from gdb_dlclose.
9254 * compile/compile-c-support.c (load_libcc): Update.
9255
67d89901
TT
92562017-04-12 Tom Tromey <tom@tromey.com>
9257
9258 * symtab.h (find_pcs_for_symtab_line): Change return type.
9259 * symtab.c (find_pcs_for_symtab_line): Change return type.
9260 * python/py-linetable.c (build_line_table_tuple_from_pcs): Change
9261 type of "vec". Update.
9262 (ltpy_get_pcs_for_line): Update.
9263 * linespec.c (decode_digits_ordinary): Update.
9264
93921405
TT
92652017-04-12 Tom Tromey <tom@tromey.com>
9266
9267 * tracepoint.c (actions_command): Update.
9268 * python/python.c (python_command, python_interactive_command):
9269 Update.
9270 * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
9271 * guile/guile.c (guile_command): Update.
9272 * defs.h (read_command_lines, read_command_lines_1): Return
9273 command_line_up.
9274 (command_lines_deleter): New struct.
9275 (command_line_up): New typedef.
9276 * compile/compile.c (compile_code_command)
9277 (compile_print_command): Update.
9278 * cli/cli-script.h (get_command_line, copy_command_lines): Return
9279 command_line_up.
9280 (make_cleanup_free_command_lines): Remove.
9281 * cli/cli-script.c (get_command_line, read_command_lines_1)
9282 (copy_command_lines): Return command_line_up.
9283 (while_command, if_command, read_command_lines, define_command)
9284 (document_command): Update.
9285 (do_free_command_lines_cleanup, make_cleanup_free_command_lines):
9286 Remove.
9287 * breakpoint.h (breakpoint_set_commands): Change type of
9288 "commands".
9289 * breakpoint.c (breakpoint_set_commands): Change type of
9290 "commands". Update.
9291 (do_map_commands_command, update_dprintf_command_list)
9292 (create_tracepoint_from_upload): Update.
9293
ffc2605c
TT
92942017-04-12 Tom Tromey <tom@tromey.com>
9295
9296 * tracepoint.c (scope_info): Update.
9297 * spu-tdep.c (spu_catch_start): Update.
9298 * python/python.c (gdbpy_decode_line): Update.
9299 * python/py-finishbreakpoint.c (bpfinishpy_init): Update.
9300 * python/py-breakpoint.c (bppy_init): Update.
9301 * probe.c (parse_probes): Update.
9302 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Update.
9303 * location.h (event_location_deleter): New struct.
9304 (event_location_up): New typedef.
9305 (new_linespec_location, new_address_location, new_probe_location)
9306 (new_explicit_location, copy_event_location)
9307 (string_to_event_location, string_to_event_location_basic)
9308 (string_to_explicit_location): Update return type.
9309 (make_cleanup_delete_event_location): Remove.
9310 * location.c (new_linespec_location, new_address_location)
9311 (new_probe_location, new_explicit_location, copy_event_location):
9312 Return event_location_up.
9313 (delete_event_location_cleanup)
9314 (make_cleanup_delete_event_location): Remove.
9315 (string_to_explicit_location, string_to_event_location_basic)
9316 (string_to_event_location): Return event_location_up.
9317 * linespec.c (canonicalize_linespec, event_location_to_sals)
9318 (decode_line_with_current_source)
9319 (decode_line_with_last_displayed, decode_objc): Update.
9320 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
9321 * completer.c (location_completer): Update.
9322 * cli/cli-cmds.c (edit_command, list_command): Update.
9323 * breakpoint.c (create_overlay_event_breakpoint)
9324 (create_longjmp_master_breakpoint)
9325 (create_std_terminate_master_breakpoint)
9326 (create_exception_master_breakpoint)
9327 (create_thread_event_breakpoint): Update.
9328 (init_breakpoint_sal): Update. Remove some dead code.
9329 (create_breakpoint_sal): Change type of "location". Update.
9330 (create_breakpoints_sal, create_breakpoint, break_command_1)
9331 (dprintf_command, break_range_command, until_break_command)
9332 (init_ada_exception_breakpoint)
9333 (strace_marker_create_sals_from_location)
9334 (update_static_tracepoint, trace_command, ftrace_command)
9335 (strace_command, create_tracepoint_from_upload): Update.
9336 * break-catch-throw.c (re_set_exception_catchpoint): Update.
9337 * ax-gdb.c (agent_command_1): Update.
9338
8f10c932
PA
93392017-04-12 Pedro Alves <palves@redhat.com>
9340
9341 * Makefile.in (ALL_TARGET_OBS): Add i386-go32-tdep.o.
9342 * configure.tgt: Handle i[34567]86-*-go32* and
9343 i[34567]86-*-msdosdjgpp*.
9344 * i386-tdep.c (i386_svr4_reg_to_regnum):
9345 Make extern.
9346 (i386_go32_init_abi, i386_coff_osabi_sniffer): Moved to
9347 i386-go32-tdep.c.
9348 (_initialize_i386_tdep): DJGPP bits moved to i386-go32-tdep.c.
9349 * i386-go32-tdep.c: New file.
9350 * i386-tdep.h (tdesc_i386_mmx, i386_svr4_reg_to_regnum): New
9351 declarations.
9352
0a31ccfb
SM
93532017-04-12 Simon Marchi <simon.marchi@ericsson.com>
9354
9355 * aix-thread.c (pd_status2str): Change return type to const char *.
9356
e9bb3fbb
PA
93572017-04-12 Pedro Alves <palves@redhat.com>
9358
9359 * i386-tdep.c (i386_elf_init_abi, i386_go32_init_abi): Remove
9360 calls to set_gdbarch_gnu_triplet_regexp.
9361
53375380
PA
93622017-04-12 Pedro Alves <palves@redhat.com>
9363
9364 PR gdb/21323
9365 * c-lang.c (cplus_primitive_types) <cplus_primitive_type_wchar_t>:
9366 New enum value.
9367 (cplus_language_arch_info): Register cplus_primitive_type_wchar_t.
9368 * gdbtypes.h (struct builtin_type) <builtin_wchar>: New field.
9369 * gdbtypes.c (gdbtypes_post_init): Create the "wchar_t" type.
9370 * gdbarch.sh (wchar_bit, wchar_signed): New per-arch values.
9371 * gdbarch.h, gdbarch.c: Regenerate.
9372 * aarch64-tdep.c (aarch64_gdbarch_init): Override
9373 gdbarch_wchar_bit and gdbarch_wchar_signed.
9374 * alpha-tdep.c (alpha_gdbarch_init): Likewise.
9375 * arm-tdep.c (arm_gdbarch_init): Likewise.
9376 * avr-tdep.c (avr_gdbarch_init): Likewise.
9377 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
9378 * i386-nto-tdep.c (i386nto_init_abi): Likewise.
9379 * i386-tdep.c (i386_go32_init_abi): Likewise.
9380 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
9381 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
9382 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
9383 * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
9384 * sh-tdep.c (sh_gdbarch_init): Likewise.
9385 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
9386 * sparc64-tdep.c (sparc64_init_abi): Likewise.
9387 * windows-tdep.c (windows_init_abi): Likewise.
9388 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
9389
53e710ac
PA
93902017-04-12 Pedro Alves <palves@redhat.com>
9391
9392 PR c++/21323
9393 * c-lang.c (cplus_primitive_types) <cplus_primitive_type_char16_t,
9394 cplus_primitive_type_char32_t>: New enum values.
9395 (cplus_language_arch_info): Register cplus_primitive_type_char16_t
9396 and cplus_primitive_type_char32_t.
9397 * dwarf2read.c (read_base_type) <DW_ATE_UTF>: If bit size is 16 or
9398 32, use the archtecture's built-in type for char16_t and char32_t,
9399 respectively. Otherwise, fallback to init_integer_type as before,
9400 but make the type unsigned, and issue a complaint.
9401 * gdbtypes.c (gdbtypes_post_init): Make char16_t and char32_t unsigned.
9402
ab0538b8
AH
94032017-04-12 Alan Hayward <alan.hayward@arm.com>
9404
5e0e0422 9405 * m32r-tdep.c (M32R_ARG_REGISTER_SIZE): Added.
ab0538b8
AH
9406 (m32r_push_dummy_call): Use M32R_ARG_REGISTER_SIZE.
9407
5430098f
SDJ
94082017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
9409
9410 * windows-nat.c (windows_create_inferior): Declare 'toexec' as
9411 'const char *'.
9412
7c5ded6a
SDJ
94132017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
9414
9415 * common/common-utils.c (free_vector_argv): New function.
9416 * common/common-utils.h: Include <vector>.
9417 (free_vector_argv): New prototype.
9418 * darwin-nat.c (darwin_create_inferior): Rewrite function
9419 prototype in order to constify "exec_file" and accept a
9420 "std::string" for "allargs".
9421 * fork-child.c: Include <vector>.
9422 (breakup_args): Rewrite function, using C++.
9423 (fork_inferior): Rewrite function header, constify "exec_file_arg"
9424 and accept "std::string" for "allargs". Update the code to
9425 calculate "argv" based on "allargs". Update calls to "exec_fun"
9426 and "execvp".
9427 * gnu-nat.c (gnu_create_inferior): Rewrite function prototype in
9428 order to constify "exec_file" and accept a "std::string" for
9429 "allargs".
9430 * go32-nat.c (go32_create_inferior): Likewise.
9431 * inf-ptrace.c (inf_ptrace_create_inferior): Likewise.
9432 * infcmd.c (run_command_1): Constify "exec_file". Use
9433 "std::string" for inferior arguments.
9434 * inferior.h (fork_inferior): Update prototype.
9435 * linux-nat.c (linux_nat_create_inferior): Rewrite function
9436 prototype in order to constify "exec_file" and accept a
9437 "std::string" for "allargs".
9438 * nto-procfs.c (procfs_create_inferior): Likewise.
9439 * procfs.c (procfs_create_inferior): Likewise.
9440 * remote-sim.c (gdbsim_create_inferior): Likewise.
9441 * remote.c (extended_remote_run): Update code to accept
9442 "std::string" as argument.
9443 (extended_remote_create_inferior): Rewrite function prototype in
9444 order to constify "exec_file" and accept a "std::string" for
9445 "allargs".
9446 * rs6000-nat.c (super_create_inferior): Likewise.
9447 (rs6000_create_inferior): Likewise.
9448 * target.h (struct target_ops) <to_create_inferior>: Likewise.
9449 * windows-nat.c (windows_create_inferior): Likewise.
9450
ae0eee42
PA
94512017-04-11 Pedro Alves <palves@redhat.com>
9452
9453 * thread.c: Fix whitespace throughout.
9454
a6acac06
PR
94552017-04-11 Philipp Rudo <prudo@linux.vnet.ibm.com>
9456
9457 * linux-nat.c (linux_nat_detach): Remove delete_lwp call.
9458
64403bd1
AH
94592017-04-11 Alan Hayward <alan.hayward@arm.com>
9460
9461 * arm-tdep.c (arm_store_return_value): Use FP_REGISTER_SIZE
9462
a5bef50f
SDJ
94632017-04-10 Sergio Durigan Junior <sergiodj@redhat.com>
9464
9465 PR gdb/21364
9466 * osdata.c (info_osdata): Check if 'type' is an empty string
9467 instead of NULL.
9468
9295a5a9
PA
94692017-04-10 Pedro Alves <palves@redhat.com>
9470
9471 * thread.c (add_thread_silent, delete_thread_1, find_thread_ptid)
9472 (ptid_to_global_thread_id, in_thread_list)
9473 (do_captured_list_thread_ids, set_resumed, set_running)
9474 (set_executing, set_stop_requested, finish_thread_state)
9475 (validate_registers_access, can_access_registers_ptid)
9476 (print_thread_info_1, switch_to_thread)
9477 (do_restore_current_thread_cleanup)
9478 (make_cleanup_restore_current_thread, thread_command)
9479 (thread_name_command): Use operator== instead of ptid_equal.
9480
996812e3
PA
94812017-04-10 Pedro Alves <palves@redhat.com>
9482
9483 * thread.c (struct current_thread_cleanup) <next>: Delete field.
9484 (current_thread_cleanup_chain): Delete.
9485 (restore_current_thread_cleanup_dtor)
9486 (make_cleanup_restore_current_thread): Remove references to
9487 current_thread_cleanup_chain.
9488
845b344f
AH
94892017-04-10 Alan Hayward <alan.hayward@arm.com>
9490
9491 * msp430-tdep.c (msp430_pseudo_register_read): Never return
9492 REG_UNKNOWN.
9493
803bdfe4
YQ
94942017-04-10 Yao Qi <yao.qi@linaro.org>
9495
9496 PR gdb/19942
9497 * gdbthread.h (thread_info::deletable): New method.
9498 (thread_info::incref): New method.
9499 (thread_info::decref): New method.
9500 (thread_info::refcount): Move it to private.
9501 * infrun.c (save_stop_context): Call inc_refcount.
9502 (release_stop_context_cleanup): Likewise.
9503 * thread.c (set_thread_exited): New function.
9504 (init_thread_list): Delete "tp" only it is deletable, otherwise
9505 call set_thread_exited.
9506 (delete_thread_1): Call set_thread_exited.
9507 (current_thread_cleanup) <inferior_pid>: Remove.
9508 <thread>: New field.
9509 (restore_current_thread_ptid_changed): Removed.
9510 (do_restore_current_thread_cleanup): Adjust.
9511 (restore_current_thread_cleanup_dtor): Don't call
9512 find_thread_ptid.
9513 (set_thread_refcount): Use dec_refcount.
9514 (make_cleanup_restore_current_thread): Adjust.
9515 (thread_apply_all_command): Call inc_refcount.
9516 (_initialize_thread): Don't call
9517 observer_attach_thread_ptid_changed.
9518
8c25b497
YQ
95192017-04-10 Yao Qi <yao.qi@linaro.org>
9520
9521 * thread.c (delete_thread_1): Hoist code on marking thread as
9522 exited.
9523
8473b447
SM
95242017-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9525
9526 * windows-nat.c (windows_detach): Initialize ptid with
9527 minus_one_ptid.
9528
6670ec13
SM
95292017-04-07 Simon Marchi <simon.marchi@ericsson.com>
9530
9531 * unittests/ptid-selftests.c: Fix erroneous assert messages.
9532
ba2f91bb
AH
95332017-04-07 Alan Hayward <alan.hayward@arm.com>
9534
9535 * bfin-tdep.c (BFIN_MAX_REGISTER_SIZE): Add.
9536 (bfin_pseudo_register_read): Use BFIN_MAX_REGISTER_SIZE.
9537 (bfin_pseudo_register_write): Likewise
9538
436252de
SM
95392017-04-06 Simon Marchi <simon.marchi@ericsson.com>
9540
9541 * common/ptid.h (struct ptid): Change to...
9542 (class ptid_t): ... this.
9543 <ptid_t>: New constructors.
9544 <pid, lwp_p, lwp, tid_p, tid, is_pid, operator==, operator!=,
9545 matches>: New methods.
9546 <make_null, make_minus_one>: New static methods.
9547 <pid>: Rename to...
9548 <m_pid>: ...this.
9549 <lwp>: Rename to...
9550 <m_lwp>: ...this.
9551 <tid>: Rename to...
9552 <m_tid>: ...this.
9553 (ptid_build, ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
9554 ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match): Take ptid arguments
9555 as references, move comment to class ptid_t.
9556 * common/ptid.c (null_ptid, minus_one_ptid): Initialize with
9557 ptid_t static methods.
9558 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_tid,
9559 ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match):
9560 Take ptid arguments as references, implement using ptid_t methods.
9561 * unittests/ptid-selftests.c: New file.
9562 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
9563 unittests/ptid-selftests.c.
9564 (SUBDIR_UNITTESTS_OBS): Add unittests/ptid-selftests.o.
9565
0dedf377
TP
95662017-04-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
9567
9568 * python/python.c (python_run_simple_file): Cast mode literal to
9569 non-const char pointer as expected by PyFile_FromString.
9570
4e9868d4
SM
95712017-04-05 Simon Marchi <simon.marchi@ericsson.com>
9572
9573 * common/ptid.c (ptid_lwp_p, ptid_tid_p): Remove comparison with
9574 minus_one_ptid and null_ptid.
9575
9bf2a700
PA
95762017-04-05 Pedro Alves <palves@redhat.com>
9577
9578 * warning.m4 (build_warnings): Remove -Wno-write-strings.
9579 * configure: Regenerate.
9580
a121b7c1
PA
95812017-04-05 Pedro Alves <palves@redhat.com>
9582
9583 * ada-exp.y (yyerror): Constify.
9584 * ada-lang.c (bound_name, get_selections)
9585 (ada_variant_discrim_type)
9586 (ada_variant_discrim_name, ada_value_struct_elt)
9587 (ada_lookup_struct_elt_type, is_unchecked_variant)
9588 (ada_which_variant_applies, standard_exc, ada_get_next_arg)
9589 (catch_ada_exception_command_split)
9590 (catch_ada_assert_command_split, catch_assert_command)
9591 (ada_op_name): Constify.
9592 * ada-lang.h (ada_yyerror, get_selections)
9593 (ada_variant_discrim_name, ada_value_struct_elt): Constify.
9594 * arc-tdep.c (arc_print_frame_cache): Constify.
9595 * arm-tdep.c (arm_skip_stub): Constify.
9596 * ax-gdb.c (gen_binop, gen_struct_ref_recursive, gen_struct_ref)
9597 (gen_aggregate_elt_ref): Constify.
9598 * bcache.c (print_bcache_statistics): Constify.
9599 * bcache.h (print_bcache_statistics): Constify.
9600 * break-catch-throw.c (catch_exception_command_1):
9601 * breakpoint.c (struct ep_type_description::description):
9602 Constify.
9603 (add_solib_catchpoint): Constify.
9604 (catch_fork_command_1): Add cast.
9605 (add_catch_command): Constify.
9606 * breakpoint.h (add_catch_command, add_solib_catchpoint):
9607 Constify.
9608 * bsd-uthread.c (bsd_uthread_state): Constify.
9609 * buildsym.c (patch_subfile_names): Constify.
9610 * buildsym.h (next_symbol_text_func, patch_subfile_names):
9611 Constify.
9612 * c-exp.y (yyerror): Constify.
9613 (token::oper): Constify.
9614 * c-lang.h (c_yyerror, cp_print_class_member): Constify.
9615 * c-varobj.c (cplus_describe_child): Constify.
9616 * charset.c (find_charset_names): Add cast.
9617 (find_charset_names): Constify array and add const_cast.
9618 * cli/cli-cmds.c (complete_command, cd_command): Constify.
9619 (edit_command): Constify.
9620 * cli/cli-decode.c (lookup_cmd): Constify.
9621 * cli/cli-dump.c (dump_memory_command, dump_value_command):
9622 Constify.
9623 (struct dump_context): Constify.
9624 (add_dump_command, restore_command): Constify.
9625 * cli/cli-script.c (get_command_line): Constify.
9626 * cli/cli-script.h (get_command_line): Constify.
9627 * cli/cli-utils.c (check_for_argument): Constify.
9628 * cli/cli-utils.h (check_for_argument): Constify.
9629 * coff-pe-read.c (struct read_pe_section_data): Constify.
9630 * command.h (lookup_cmd): Constify.
9631 * common/print-utils.c (decimal2str): Constify.
9632 * completer.c (gdb_print_filename): Constify.
9633 * corefile.c (set_gnutarget): Constify.
9634 * cp-name-parser.y (yyerror): Constify.
9635 * cp-valprint.c (cp_print_class_member): Constify.
9636 * cris-tdep.c (cris_register_name, crisv32_register_name):
9637 Constify.
9638 * d-exp.y (yyerror): Constify.
9639 (struct token::oper): Constify.
9640 * d-lang.h (d_yyerror): Constify.
9641 * dbxread.c (struct header_file_location::name): Constify.
9642 (add_old_header_file, add_new_header_file, last_function_name)
9643 (dbx_next_symbol_text, add_bincl_to_list)
9644 (find_corresponding_bincl_psymtab, set_namestring)
9645 (find_stab_function_addr, read_dbx_symtab, start_psymtab)
9646 (dbx_end_psymtab, read_ofile_symtab, process_one_symbol):
9647 * defs.h (command_line_input, print_address_symbolic)
9648 (deprecated_readline_begin_hook): Constify.
9649 * dwarf2read.c (anonymous_struct_prefix, dwarf_bool_name):
9650 Constify.
9651 * event-top.c (handle_line_of_input): Constify and add cast.
9652 * exceptions.c (catch_errors): Constify.
9653 * exceptions.h (catch_errors): Constify.
9654 * expprint.c (print_subexp_standard, op_string, op_name)
9655 (op_name_standard, dump_raw_expression, dump_raw_expression):
9656 * expression.h (op_name, op_string, dump_raw_expression):
9657 Constify.
9658 * f-exp.y (yyerror): Constify.
9659 (struct token::oper): Constify.
9660 (struct f77_boolean_val::name): Constify.
9661 * f-lang.c (f_word_break_characters): Constify.
9662 * f-lang.h (f_yyerror): Constify.
9663 * fork-child.c (fork_inferior): Add cast.
9664 * frv-tdep.c (struct gdbarch_tdep::register_names): Constify.
9665 (new_variant): Constify.
9666 * gdbarch.sh (pstring_ptr, pstring_list): Constify.
9667 * gdbarch.c: Regenerate.
9668 * gdbcore.h (set_gnutarget): Constify.
9669 * go-exp.y (yyerror): Constify.
9670 (token::oper): Constify.
9671 * go-lang.h (go_yyerror): Constify.
9672 * go32-nat.c (go32_sysinfo): Constify.
9673 * guile/scm-breakpoint.c (gdbscm_breakpoint_expression): Constify.
9674 * guile/scm-cmd.c (cmdscm_function): Constify.
9675 * guile/scm-param.c (pascm_param_value): Constify.
9676 * h8300-tdep.c (h8300_register_name, h8300s_register_name)
9677 (h8300sx_register_name): Constify.
9678 * hppa-tdep.c (hppa32_register_name, hppa64_register_name):
9679 Constify.
9680 * ia64-tdep.c (ia64_register_names): Constify.
9681 * infcmd.c (construct_inferior_arguments): Constify.
9682 (path_command, attach_post_wait): Constify.
9683 * language.c (show_range_command, show_case_command)
9684 (unk_lang_error): Constify.
9685 * language.h (language_defn::la_error)
9686 (language_defn::la_name_of_this): Constify.
9687 * linespec.c (decode_line_2): Constify.
9688 * linux-thread-db.c (thread_db_err_str): Constify.
9689 * lm32-tdep.c (lm32_register_name): Constify.
9690 * m2-exp.y (yyerror): Constify.
9691 * m2-lang.h (m2_yyerror): Constify.
9692 * m32r-tdep.c (m32r_register_names): Constify and make static.
9693 * m68hc11-tdep.c (m68hc11_register_names): Constify.
9694 * m88k-tdep.c (m88k_register_name): Constify.
9695 * macroexp.c (appendmem): Constify.
9696 * mdebugread.c (fdr_name, add_data_symbol, parse_type)
9697 (upgrade_type, parse_external, parse_partial_symbols)
9698 (mdebug_next_symbol_text, cross_ref, mylookup_symbol, new_psymtab)
9699 (new_symbol): Constify.
9700 * memattr.c (mem_info_command): Constify.
9701 * mep-tdep.c (register_name_from_keyword): Constify.
9702 * mi/mi-cmd-env.c (mi_cmd_env_path, _initialize_mi_cmd_env):
9703 Constify.
9704 * mi/mi-cmd-stack.c (list_args_or_locals): Constify.
9705 * mi/mi-cmd-var.c (mi_cmd_var_show_attributes): Constify.
9706 * mi/mi-main.c (captured_mi_execute_command): Constify and add
9707 cast.
9708 (mi_execute_async_cli_command): Constify.
9709 * mips-tdep.c (mips_register_name): Constify.
9710 * mn10300-tdep.c (register_name, mn10300_generic_register_name)
9711 (am33_register_name, am33_2_register_name)
9712 * moxie-tdep.c (moxie_register_names): Constify.
9713 * nat/linux-osdata.c (osdata_type): Constify fields.
9714 * nto-tdep.c (nto_parse_redirection): Constify.
9715 * objc-lang.c (lookup_struct_typedef, lookup_objc_class)
9716 (lookup_child_selector): Constify.
9717 (objc_methcall::name): Constify.
9718 * objc-lang.h (lookup_objc_class, lookup_child_selector)
9719 (lookup_struct_typedef): Constify.
9720 * objfiles.c (pc_in_section): Constify.
9721 * objfiles.h (pc_in_section): Constify.
9722 * p-exp.y (struct token::oper): Constify.
9723 (yyerror): Constify.
9724 * p-lang.h (pascal_yyerror): Constify.
9725 * parser-defs.h (op_name_standard): Constify.
9726 (op_print::string): Constify.
9727 (exp_descriptor::op_name): Constify.
9728 * printcmd.c (print_address_symbolic): Constify.
9729 * psymtab.c (print_partial_symbols): Constify.
9730 * python/py-breakpoint.c (stop_func): Constify.
9731 (bppy_get_expression): Constify.
9732 * python/py-cmd.c (cmdpy_completer::name): Constify.
9733 (cmdpy_function): Constify.
9734 * python/py-event.c (evpy_add_attribute)
9735 (gdbpy_initialize_event_generic): Constify.
9736 * python/py-event.h (evpy_add_attribute)
9737 (gdbpy_initialize_event_generic): Constify.
9738 * python/py-evts.c (add_new_registry): Constify.
9739 * python/py-finishbreakpoint.c (outofscope_func): Constify.
9740 * python/py-framefilter.c (get_py_iter_from_func): Constify.
9741 * python/py-inferior.c (get_buffer): Add cast.
9742 * python/py-param.c (parm_constant::name): Constify.
9743 * python/py-unwind.c (fprint_frame_id): Constify.
9744 * python/python.c (gdbpy_parameter_value): Constify.
9745 * remote-fileio.c (remote_fio_func_map): Make 'name' const.
9746 * remote.c (memory_packet_config::name): Constify.
9747 (show_packet_config_cmd, remote_write_bytes)
9748 (remote_buffer_add_string):
9749 * reverse.c (exec_reverse_once): Constify.
9750 * rs6000-tdep.c (variant::name, variant::description): Constify.
9751 * rust-exp.y (rustyyerror): Constify.
9752 * rust-lang.c (rust_op_name): Constify.
9753 * rust-lang.h (rustyyerror): Constify.
9754 * serial.h (serial_ops::name): Constify.
9755 * sh-tdep.c (sh_sh_register_name, sh_sh3_register_name)
9756 (sh_sh3e_register_name, sh_sh2e_register_name)
9757 (sh_sh2a_register_name, sh_sh2a_nofpu_register_name)
9758 (sh_sh_dsp_register_name, sh_sh3_dsp_register_name)
9759 (sh_sh4_register_name, sh_sh4_nofpu_register_name)
9760 (sh_sh4al_dsp_register_name): Constify.
9761 * sh64-tdep.c (sh64_register_name): Constify.
9762 * solib-darwin.c (lookup_symbol_from_bfd): Constify.
9763 * spu-tdep.c (spu_register_name, info_spu_dma_cmdlist): Constify.
9764 * stabsread.c (patch_block_stabs, read_type_number)
9765 (ref_map::stabs, ref_add, process_reference)
9766 (symbol_reference_defined, define_symbol, define_symbol)
9767 (error_type, read_type, read_member_functions, read_cpp_abbrev)
9768 (read_one_struct_field, read_struct_fields, read_baseclasses)
9769 (read_tilde_fields, read_struct_type, read_array_type)
9770 (read_enum_type, read_sun_builtin_type, read_sun_floating_type)
9771 (read_huge_number, read_range_type, read_args, common_block_start)
9772 (find_name_end): Constify.
9773 * stabsread.h (common_block_start, define_symbol)
9774 (process_one_symbol, symbol_reference_defined, ref_add):
9775 * symfile.c (get_section_index, add_symbol_file_command):
9776 * symfile.h (get_section_index): Constify.
9777 * target-descriptions.c (tdesc_type::name): Constify.
9778 (tdesc_free_type): Add cast.
9779 * target.c (find_default_run_target):
9780 (add_deprecated_target_alias, find_default_run_target)
9781 (target_announce_detach): Constify.
9782 (do_option): Constify.
9783 * target.h (add_deprecated_target_alias): Constify.
9784 * thread.c (print_thread_info_1): Constify.
9785 * top.c (deprecated_readline_begin_hook, command_line_input):
9786 Constify.
9787 (init_main): Add casts.
9788 * top.h (handle_line_of_input): Constify.
9789 * tracefile-tfile.c (tfile_write_uploaded_tsv): Constify.
9790 * tracepoint.c (tvariables_info_1, trace_status_mi): Constify.
9791 (tfind_command): Rename to ...
9792 (tfind_command_1): ... this and constify.
9793 (tfind_command): New function.
9794 (tfind_end_command, tfind_start_command): Adjust.
9795 (encode_source_string): Constify.
9796 * tracepoint.h (encode_source_string): Constify.
9797 * tui/tui-data.c (tui_partial_win_by_name): Constify.
9798 * tui/tui-data.h (tui_partial_win_by_name): Constify.
9799 * tui/tui-source.c (tui_set_source_content_nil): Constify.
9800 * tui/tui-source.h (tui_set_source_content_nil): Constify.
9801 * tui/tui-win.c (parse_scrolling_args): Constify.
9802 * tui/tui-windata.c (tui_erase_data_content): Constify.
9803 * tui/tui-windata.h (tui_erase_data_content): Constify.
9804 * tui/tui-winsource.c (tui_erase_source_content): Constify.
9805 * tui/tui.c (tui_enable): Add cast.
9806 * utils.c (defaulted_query): Constify.
9807 (init_page_info): Add cast.
9808 (puts_debug, subset_compare): Constify.
9809 * utils.h (subset_compare): Constify.
9810 * varobj.c (varobj_format_string): Constify.
9811 * varobj.h (varobj_format_string): Constify.
9812 * vax-tdep.c (vax_register_name): Constify.
9813 * windows-nat.c (windows_detach): Constify.
9814 * xcoffread.c (process_linenos, xcoff_next_symbol_text): Constify.
9815 * xml-support.c (gdb_xml_end_element): Constify.
9816 * xml-tdesc.c (tdesc_start_reg): Constify.
9817 * xstormy16-tdep.c (xstormy16_register_name): Constify.
9818 * xtensa-tdep.c (xtensa_find_register_by_name): Constify.
9819 * xtensa-tdep.h (xtensa_register_t::name): Constify.
9820
995816ba
PA
98212017-04-05 Pedro Alves <palves@redhat.com>
9822
9823 * proc-api.c (struct trans): Constify.
9824 (procfs_note): Constify.
9825 * proc-events.c (struct trans, syscall_table):
9826 * proc-flags.c (struct trans): Constify.
9827 * proc-utils.h (procfs_note): Constify.
9828 * proc-why.c (struct trans): Constify.
9829 * procfs.c (dead_procinfo, find_syscall, proc_warn, proc_error)
9830 (procfs_detach): Constify.
9831 * sol-thread.c (struct string_map): Constify.
9832 (td_err_string, td_state_string): Constify.
9833
3e83a920
PA
98342017-04-05 Pedro Alves <palves@redhat.com>
9835
9836 * proc-api.c (procfs_filename): Don't initialize
9837 procfs_filename.
9838 (prepare_to_trace): Assume procfs_filename is non-NULL.
9839 (_initialize_proc_api): Give procfs_filename a default value here.
9840
63160a43
PA
98412017-04-05 Pedro Alves <palves@redhat.com>
9842
9843 * break-catch-throw.c (handle_gnu_v3_exceptions): Constify
9844 'cond_string' parameter.
9845 (extract_exception_regexp): Constify 'string' parameter.
9846 (catch_exception_command_1): Constify.
9847 * breakpoint.c (init_catchpoint)
9848 (create_fork_vfork_event_catchpoint): Constify 'cond_string'
9849 parameter.
9850 (ep_parse_optional_if_clause, catch_fork_command_1)
9851 (catch_exec_command_1): Constify.
9852 * breakpoint.h (init_catchpoint): Constify 'cond_string'
9853 parameter.
9854 (ep_parse_optional_if_clause): Constify.
9855 * cli/cli-utils.c (remove_trailing_whitespace)
9856 (check_for_argument): Constify.
9857 * cli/cli-utils.h (remove_trailing_whitespace): Constify and add
9858 non-const overload.
9859 (check_for_argument): Likewise.
9860
9b2eba3d
PA
98612017-04-05 Pedro Alves <palves@redhat.com>
9862
9863 * event-top.c (command_line_handler): Add cast to execute_command
9864 call.
9865 * record-btrace.c (cmd_record_btrace_bts_start)
9866 (cmd_record_btrace_pt_start, cmd_record_btrace_start)
9867 (cmd_record_btrace_start): Add cast to execute_command call.
9868 * record-full.c (record_full_goto_insn):
9869 * record.c (record_start, record_stop): Add cast to
9870 execute_command_to_string calls.
9871 (cmd_record_start): Add cast to execute_command calls.
9872
2adadf51
PA
98732017-04-05 Pedro Alves <palves@redhat.com>
9874
9875 * python/python-internal.h (gdb_PyArg_ParseTupleAndKeywords): New
9876 static inline function.
9877 * python/py-arch.c (archpy_disassemble): Constify 'keywords'
9878 array and use gdb_PyArg_ParseTupleAndKeywords.
9879 * python/py-cmd.c (cmdpy_init): Likewise.
9880 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
9881 * python/py-inferior.c (infpy_read_memory, infpy_write_memory)
9882 (infpy_search_memory): Likewise.
9883 * python/py-objfile.c (objfpy_add_separate_debug_file)
9884 (gdbpy_lookup_objfile): Likewise.
9885 * python/py-symbol.c (gdbpy_lookup_symbol)
9886 (gdbpy_lookup_global_symbol): Likewise.
9887 * python/py-type.c (gdbpy_lookup_type): Likewise.
9888 * python/py-value.c (valpy_lazy_string, valpy_string): Likewise.
9889 * python/python.c (execute_gdb_command, gdbpy_write, gdbpy_flush):
9890 Likewise.
9891
0d1f4ceb
PA
98922017-04-05 Pedro Alves <palves@redhat.com>
9893
9894 * python/python-internal.h (gdb_PyGetSetDef): New type.
9895 * python/py-block.c (block_object_getset)
9896 (breakpoint_object_getset): Now a gdb_PyGetSetDef array.
9897 * python/py-event.c (event_object_getset)
9898 (finish_breakpoint_object_getset): Likewise.
9899 * python/py-inferior.c (inferior_object_getset): Likewise.
9900 * python/py-infthread.c (thread_object_getset): Likewise.
9901 * python/py-lazy-string.c (lazy_string_object_getset): Likewise.
9902 * python/py-linetable.c (linetable_entry_object_getset): Likewise.
9903 * python/py-objfile.c (objfile_getset): Likewise.
9904 * python/py-progspace.c (pspace_getset): Likewise.
9905 * python/py-record-btrace.c (btpy_insn_getset, btpy_call_getset):
9906 Likewise.
9907 * python/py-record.c (recpy_record_getset): Likewise.
9908 * python/py-symbol.c (symbol_object_getset): Likewise.
9909 * python/py-symtab.c (symtab_object_getset, sal_object_getset):
9910 Likewise.
9911 * python/py-type.c (type_object_getset, field_object_getset):
9912 Likewise.
9913 * python/py-value.c (value_object_getset): Likewise.
9914
4d759979
PA
99152017-04-05 Pedro Alves <palves@redhat.com>
9916
9917 * python/python-internal.h (gdb_PyObject_CallMethod)
9918 (gdb_PyErr_NewException, gdb_PySys_GetObject, gdb_PySys_SetPath):
9919 New functions.
9920 (GDB_PYSYS_SETPATH_CHAR, PyObject_CallMethod, PyErr_NewException)
9921 (PySys_GetObject, PySys_SetPath): New macros.
9922
fdf9e36f
PA
99232017-04-05 Pedro Alves <palves@redhat.com>
9924
9925 * mi/mi-cmd-info.c (mi_cmd_info_os): Call info_osdata instead of
9926 info_osdata_command.
9927 * osdata.c (info_osdata_command): Rename to ...
9928 (info_osdata): ... this. Constify 'type' parameter, and remove
9929 the 'from_tty' parameter. Accept NULL TYPE.
9930 (info_osdata_command): New function.
9931 * osdata.h (info_osdata_command): Remove declaration.
9932 (info_osdata): New declaration.
9933
9f33b8b7
PA
99342017-04-05 Pedro Alves <palves@redhat.com>
9935
9936 * mi/mi-cmd-break.c (mi_cmd_break_insert_1, mi_cmd_break_insert)
9937 (mi_cmd_dprintf_insert, mi_cmd_break_passcount)
9938 (mi_cmd_break_watch, mi_cmd_break_commands): Constify 'command'
9939 parameter.
9940 * mi/mi-cmd-catch.c (mi_cmd_catch_assert, mi_cmd_catch_exception)
9941 (mi_cmd_catch_load, mi_cmd_catch_unload): Constify cmd' parameter.
9942 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Constify 'command'
9943 parameter.
9944 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_cd, mi_cmd_env_path)
9945 (mi_cmd_env_dir, mi_cmd_inferior_tty_set, _cmd_inferior_tty_show)
9946 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
9947 (mi_cmd_file_list_exec_source_files)
9948 (mi_cmd_file_list_shared_libraries): Constify 'command' parameter.
9949 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
9950 (mi_cmd_info_gdb_mi_command, mi_cmd_info_os): Constify 'command'
9951 parameter.
9952 * mi/mi-cmd-stack.c (mi_cmd_enable_frame_filters)
9953 (mi_cmd_stack_list_frames, mi_cmd_stack_info_depth)
9954 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
9955 (mi_cmd_stack_list_variables, mi_cmd_stack_select_frame)
9956 (mi_cmd_stack_info_frame): Constify 'command' parameter.
9957 * mi/mi-cmd-target.c (mi_cmd_target_file_get)
9958 (mi_cmd_target_file_put, mi_cmd_target_file_delete): Constify
9959 'command' parameter.
9960 * mi/mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete)
9961 (mi_cmd_var_set_format, mi_cmd_var_set_visualizer)
9962 (mi_cmd_var_set_frozen, mi_cmd_var_show_format)
9963 (mi_cmd_var_info_num_children, mi_cmd_var_list_children)
9964 (mi_cmd_var_info_type, mi_cmd_var_info_path_expression)
9965 (mi_cmd_var_info_expression, mi_cmd_var_show_attributes)
9966 (mi_cmd_var_evaluate_expression, mi_cmd_var_assign)
9967 (mi_cmd_var_update, mi_cmd_enable_pretty_printing)
9968 (mi_cmd_var_set_update_range): Constify 'command' parameter.
9969 * mi/mi-cmds.h (mi_cmd_argv_ftype): Constify 'command' parameter.
9970 * mi/mi-interp.c (mi_cmd_interpreter_exec): Constify 'command'
9971 parameter.
9972 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_next)
9973 (mi_cmd_exec_next_instruction, mi_cmd_exec_step)
9974 (mi_cmd_exec_step_instruction, mi_cmd_exec_finish)
9975 (mi_cmd_exec_return ,mi_cmd_exec_jump, mi_cmd_exec_continue)
9976 (mi_cmd_exec_interrupt, mi_cmd_exec_run, mi_cmd_target_detach)
9977 (mi_cmd_target_flash_erase, mi_cmd_thread_select)
9978 (mi_cmd_thread_list_ids, mi_cmd_thread_info)
9979 (mi_cmd_list_thread_groups, mi_cmd_data_list_register_names)
9980 (mi_cmd_data_list_changed_registers)
9981 (mi_cmd_data_write_register_values)
9982 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
9983 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory)
9984 (mi_cmd_data_write_memory_bytes, mi_cmd_enable_timings)
9985 (mi_cmd_list_features, mi_cmd_list_target_features)
9986 (mi_cmd_add_inferior, mi_cmd_remove_inferior)
9987 (mi_cmd_trace_define_variable, mi_cmd_trace_list_variables)
9988 (mi_cmd_trace_find, mi_cmd_trace_save, mi_cmd_trace_start)
9989 (mi_cmd_trace_status, mi_cmd_trace_stop, mi_cmd_ada_task_info)
9990 (mi_cmd_trace_frame_collected): Constify 'command'
9991 parameter.
9992 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Constify
9993 'command' parameter.
9994
67cb5b2d
PA
99952017-04-05 Pedro Alves <palves@redhat.com>
9996
9997 * ada-lang.c (ada_completer_word_break_characters): Now a const
9998 array.
9999 (ada_get_gdb_completer_word_break_characters): Constify.
10000 * completer.c (gdb_completer_command_word_break_characters)
10001 (gdb_completer_file_name_break_characters)
10002 (gdb_completer_quote_characters): Now const arrays.
10003 (get_gdb_completer_quote_characters): Constify.
10004 (set_rl_completer_word_break_characters): New function.
10005 (set_gdb_completion_word_break_characters)
10006 (complete_line_internal): Use it.
10007 * completer.h (get_gdb_completer_quote_characters): Constify.
10008 (set_rl_completer_word_break_characters): Declare.
10009 * f-lang.c (f_word_break_characters): Constify.
10010 * language.c (default_word_break_characters): Constify.
10011 * language.h (language_defn::la_word_break_characters): Constify.
10012 (default_word_break_characters): Constify.
10013 * top.c (init_main): Use set_rl_completer_word_break_characters.
10014
7a114964
PA
100152017-04-05 Pedro Alves <palves@redhat.com>
10016
10017 * aix-thread.c (aix_thread_pid_to_str)
10018 (aix_thread_extra_thread_info): Constify.
10019 * bsd-kvm.c (bsd_kvm_pid_to_str): Constify.
10020 * bsd-uthread.c (bsd_uthread_extra_thread_info)
10021 (bsd_uthread_pid_to_str): Constify.
10022 * corelow.c (core_pid_to_str): Constify.
10023 * darwin-nat.c (darwin_pid_to_str): Constify.
10024 * fbsd-nat.c (fbsd_pid_to_str): Constify.
10025 * fbsd-tdep.c (fbsd_core_pid_to_str, gdbarch_core_pid_to_str):
10026 Constify.
10027 * gnu-nat.c (gnu_pid_to_str): Constify.
10028 * go32-nat.c (go32_pid_to_str): Constify.
10029 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Constify.
10030 * inf-ptrace.c (inf_ptrace_pid_to_str): Constify.
10031 * inferior.c (inferior_pid_to_str): Constify.
10032 * linux-nat.c (linux_nat_pid_to_str): Constify.
10033 * linux-tdep.c (linux_core_pid_to_str): Constify.
10034 * linux-thread-db.c (thread_db_pid_to_str)
10035 (thread_db_extra_thread_info): Constify.
10036 * nto-tdep.c (nto_extra_thread_info): Constify.
10037 * nto-tdep.h (nto_extra_thread_info): Constify.
10038 * obsd-nat.c (obsd_pid_to_str): Constify.
10039 * procfs.c (procfs_pid_to_str): Constify.
10040 * ravenscar-thread.c (ravenscar_extra_thread_info)
10041 (ravenscar_pid_to_str): Constify.
10042 * remote-sim.c (gdbsim_pid_to_str): Constify.
10043 * remote.c (remote_threads_extra_info, remote_pid_to_str):
10044 Constify.
10045 * sol-thread.c (solaris_pid_to_str): Constify.
10046 * sol2-tdep.c (sol2_core_pid_to_str): Constify.
10047 * sol2-tdep.h (sol2_core_pid_to_str): Constify.
10048 * target.c (default_pid_to_str, target_pid_to_str)
10049 (normal_pid_to_str, default_pid_to_str): Constify.
10050 * target.h (target_ops::to_pid_to_str)
10051 (target_ops::to_extra_thread_info): Constify.
10052 (target_pid_to_str, normal_pid_to_str): Constify.
10053 * windows-nat.c (windows_pid_to_str): Constify.
10054 * gdbarch.sh (core_pid_to_str): Constify.
10055 * target-delegates.c: Regenerate.
10056 * gdbarch.h, gdbarch.c: Regenerate.
10057
69bbf465
PA
100582017-04-05 Pedro Alves <palves@redhat.com>
10059
10060 * main.c (captured_main_1): Use gdb::unique_xmalloc_ptr to manage
10061 the memory of the temporary warning_pre_print override.
10062 * utils.c (warning_pre_print): Constify.
10063 * utils.h (warning_pre_print): Constify.
10064
be47f9e8
PA
100652017-04-05 Pedro Alves <palves@redhat.com>
10066
10067 * cli/cli-cmds.c (shell_escape): Constify 'arg' parameter.
10068 (shell_command): New function.
10069 (make_command): Use std::string.
10070 (init_cli_cmds): Register shell_command instead of shell_escape.
10071
bde6261a
PA
100722017-04-05 Pedro Alves <palves@redhat.com>
10073
10074 * breakpoint.c (dprintf_function, dprintf_channel): Don't initialize.
10075 * tracepoint.c (default_collect): Don't initialize.
10076
b38ef47f
PA
100772017-04-05 Pedro Alves <palves@redhat.com>
10078
10079 * macroexp.c (macro_buffer::shared): Now a bool.
10080 (init_buffer): Update.
10081 (init_shared_buffer): Constify 'addr' parameter.
10082 (substitute_args, expand, macro_expand, macro_expand_next): Remove
10083 casts.
10084
f995bbe8
PA
100852017-04-05 Pedro Alves <palves@redhat.com>
10086
10087 * arm-tdep.c (show_disassembly_style_sfunc): Constify local.
10088 * disasm.c (set_disassembler_options): Constify local.
10089 * i386-tdep.c (i386_print_insn): Remove cast and FIXME comment.
10090
4a596fe2
SDJ
100912017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
10092
10093 PR gdb/21352
10094 * tracefile.c (tsave_command): Fix argument parsing for '-r'
10095 option.
10096
2cad08ea
YQ
100972017-04-05 Yao Qi <yao.qi@linaro.org>
10098
10099 * frame.c (frame_unwind_register_unsigned): Call
10100 frame_unwind_register_value.
10101
55a98976
YQ
101022017-04-05 Yao Qi <yao.qi@linaro.org>
10103
10104 * gdb.threads/thread-specific-bp.exp (check_thread_specific_breakpoint):
10105 Use gdb_test_multiple, and don't match anchor.
10106
4ac40124
PA
101072017-04-05 Pedro Alves <palves@redhat.com>
10108
10109 * MAINTAINERS (Global Maintainers): Add Simon Marchi.
10110 (Write After Approval): Remove Simon Marchi.
10111
c053b654
PA
101122017-04-05 Pedro Alves <palves@redhat.com>
10113
10114 * common/gdb_optional.h (optional::optional): Make constexpr and
10115 initialize m_dummy.
10116
4c7bf4f9
JB
101172017-04-04 John Baldwin <jhb@FreeBSD.org>
10118
10119 * amd64-fbsd-tdep.c: Remove "bsd-uthread.h" include.
10120 (amd64fbsd_jmp_buf_reg_offset): Remove.
10121 (amd64fbsd_supply_uthread): Remove function.
10122 (amd64fbsd_collect_uthread): Remove function.
10123 (amd64fbsd_init_abi): Don't set bsd-uthread callbacks.
10124 * configure.tgt (i[34567]86-*-freebsd*): Remove bsd-uthread.o.
10125 (x86_64-*-freebsd*): Remove bsd-uthread.o.
10126 (fbsd-nat.c): Update comment.
10127 * i386-fbsd-tdep.c: Remove "bsd-uthread.h" include.
10128 (i386fbsd_jmp_buf_reg_offset): Remove.
10129 (i386fbsd_supply_uthread): Remove function.
10130 (i386fbsd_collect_uthread): Remove function.
10131 (i386fbsd_init_abi): Don't set bsd-uthread callbacks.
10132
1e1a8bef
JB
101332017-04-04 John Baldwin <jhb@FreeBSD.org>
10134
10135 * Makefile.in (ALL_64_TARGET_OBS): Remove alpha-fbsd-tdep.o.
10136 (ALLDEPFILES): Remove alpha-fbsd-tdep.c
10137 * NEWS: Mention that support for FreeBSD/alpha was removed.
10138 * alpha-fbsd-tdep.c: Delete file.
10139 * config/alpha/fbsd.mh: Delete file.
10140 * configure.host: Delete alpha*-*-freebsd* and
10141 alpha*-*-kfreebsd*-gnu.
10142 * configure.tgt: Delete alpha*-*-freebsd* and
10143 alpha*-*-kfreebsd*-gnu.
10144
49907934
JB
101452017-04-04 John Baldwin <jhb@FreeBSD.org>
10146
10147 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers,
10148 amd64bsd_store_inferior_registers): Use ptid from regcache.
10149
6f77053d
PA
101502017-04-04 Pedro Alves <palves@redhat.com>
10151
10152 * dwarf2read.c (lnp_state_machine): Now a class. Initialize all
10153 data fields, make them private and add "m_" prefixes.
10154 (lnp_state_machine::lnp_state_machine): New ctor.
10155 (record_line, check_line_address, handle_set_discriminator)
10156 (handle_set_address, handle_advance_pc, handle_special_opcode)
10157 (handle_advance_line, handle_set_file, handle_negate_stmt)
10158 (handle_const_add_pc, handle_fixed_advance_pc, handle_copy)
10159 (end_sequence, advance_line): New methods.
10160 (m_gdbarch, m_record_lines_p): New fields.
10161 (lnp_reader_state): Delete.
10162 (dwarf_record_line): Rename to ...
10163 (lnp_state_machine::record_line): ... adjust.
10164 (init_lnp_state_machine): Delete.
10165 (lnp_state_machine::lnp_state_machine): New.
10166 (check_line_address): Rename to ...
10167 (lnp_state_machine::check_line_address): This.
10168 (dwarf_decode_lines_1): Remove reference to "reader_state".
10169 Adjust lnp_state_machine having a non-default ctor. Use bool.
10170 State machine internal state manipulation moved to
10171 lnp_state_machine methods.
10172
9c541725
PA
101732017-04-04 Pedro Alves <palves@redhat.com>
10174
10175 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
10176 unittests/offset-type-selftests.c.
10177 (SUBDIR_UNITTESTS_OBS): Add offset-type-selftests.o.
10178 * common/offset-type.h: New file.
10179 * common/preprocessor.h: New file.
10180 * common/traits.h: New file.
10181 * common/valid-expr.h: New file.
10182 * dwarf2expr.c: Include "common/underlying.h". Adjust to use
10183 sect_offset and cu_offset strong typedefs throughout.
10184 * dwarf2expr.h: Adjust to use sect_offset and cu_offset strong
10185 typedefs throughout.
10186 * dwarf2loc.c: Include "common/underlying.h". Adjust to use
10187 sect_offset and cu_offset strong typedefs throughout.
10188 * dwarf2read.c: Adjust to use sect_offset and cu_offset strong
10189 typedefs throughout.
10190 * gdbtypes.h: Include "common/offset-type.h".
10191 (cu_offset): Now an offset type (strong typedef) instead of a
10192 struct.
10193 (sect_offset): Likewise.
10194 (union call_site_parameter_u): Rename "param_offset" field to
10195 "param_cu_off".
10196 * unittests/offset-type-selftests.c: New file.
10197
ecfb656c
PA
101982017-04-04 Pedro Alves <palves@redhat.com>
10199
10200 * common/underlying.h: New file.
10201 * dwarf2read.c: Include "common/gdb_optional.h" and
10202 "common/underlying.h".
10203 (dir_index, file_name_index): New types.
10204 (file_entry): Use them.
10205 (file_entry::include): Use to_underlying.
10206 (line_header::add_file_name): Use dir_index.
10207 (read_formatted_entries): Use gdb::optional. Read form before
10208 writting to file_entry.
10209 (dwarf_decode_line_header): Use dir_index.
10210 (lnp_state_machine::current_file): Use to_underlying.
10211 (lnp_state_machine::file): Change type to file_name_index.
10212 (dwarf_record_line): Use to_underlying.
10213 (init_lnp_state_machine): Use file_name_index.
10214 (dwarf_decode_lines_1): Use dir_index and file_name_index.
10215
d194f1fe
PA
102162017-04-04 Pedro Alves <palves@redhat.com>
10217
10218 * common/gdb_optional.h (gdb::optiona): Add operator->, operator*,
10219 operator bool, has_value and get methods.
10220
fff8551c
PA
102212017-04-04 Pedro Alves <palves@redhat.com>
10222
10223 * dwarf2read.c (struct file_entry): Add ctors, and initialize all
10224 fields.
10225 (line_header): Initialize all data fields. Change type of
10226 standard_opcode_lengths to std::unique_ptr<unsigned char[]>.
10227 Change type of include_dirs to std::vector<const char *>. Remove
10228 num_include_dirs, include_dirs_size. Change type of file_names to
10229 std::vector<file_entry>. Remove num_file_names, file_names_size.
10230 (line_header::line_header): New.
10231 (line_header::add_include_dir, line_header::add_file_name): New
10232 methods.
10233 (line_header::include_dir_at): Remove NULL check.
10234 (line_header::file_name_at): Add const overload.
10235 (line_header_up): New unique_ptr typedef.
10236 (dw2_get_file_names_reader): Use line_header_up. Adjust to use
10237 std::vector. Remove free_line_header call.
10238 (dwarf2_build_include_psymtabs): Use line_header_up. Remove
10239 free_line_header call.
10240 (free_cu_line_header): Delete.
10241 (handle_DW_AT_stmt_list, handle_DW_AT_stmt_list)
10242 (setup_type_unit_groups): Use line_header_up instead of cleanups.
10243 Adjust to use std::vector.
10244 (free_line_header): Delete.
10245 (free_line_header_voidp): Use delete.
10246 (add_include_dir): Replace with ...
10247 (line_header::add_include_dir): ... this method. Use std::vector.
10248 (add_file_name): Replace with ...
10249 (line_header::add_file_name): ... this method. Use std::vector.
10250 (add_include_dir_stub): Delete.
10251 (read_formatted_entries): Remove memset.
10252 (dwarf_decode_line_header): Return a line_header_up instead of a
10253 raw pointer. Remove cleanup handling. Pass lambdas to
10254 read_formatted_entries. Adjust to use line_header methods.
10255 (dwarf_decode_lines_1): Adjust to use line_header methods.
10256 (dwarf_decode_lines, file_file_name, file_full_name): Adjust to
10257 use std::vector.
10258
d62a8ae2
SM
102592017-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10260
10261 * remote.c (set_general_thread, set_continue_thread): Use ptid_t
10262 instead of struct ptid.
10263
db3a1dc7
AH
102642017-05-04 Alan Hayward <alan.hayward@arm.com>
10265
10266 * frame.c (get_frame_register_bytes): Unwind using value.
10267 (put_frame_register_bytes): Likewise.
10268
b1b45502
IB
102692017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
10270
10271 * d-exp.y (type_aggregate_p): Treat TYPE_CODE_MODULE as being
10272 aggregate-like.
10273
ec13808e
JK
102742017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10275
10276 * auto-load.c (auto_load_section_scripts): Check SEC_HAS_CONTENTS.
10277
12316564
YQ
102782017-03-29 Yao Qi <yao.qi@linaro.org>
10279
10280 * gdbthread.h (struct thread_info): Declare constructor and
10281 destructor. Add some in-class member initializers.
10282 * thread.c (free_thread): Remove.
10283 (init_thread_list): Call delete instead of free_thread.
10284 (new_thread): Call thread_info constructor.
10285 (thread_info::thread_info): New function.
10286 (thread_info::~thread_info): New function.
10287 (delete_thread_1): Call delete instead of free_thread.
10288 (make_cleanup_restore_current_thread): Move tp and frame to
10289 inner block.
10290
fe5f7374
AK
102912017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10292
10293 * arc-tdep.c (arc_frame_cache): Add support for prologue analysis.
10294 (arc_skip_prologue): Likewise.
10295 (arc_make_frame_cache): Likewise.
10296 (arc_pv_get_operand): New function.
10297 (arc_is_in_prologue): Likewise.
10298 (arc_analyze_prologue): Likewise.
10299 (arc_print_frame_cache): Likewise.
10300 (MAX_PROLOGUE_LENGTH): New constant.
10301
eea78757
AK
103022017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10303
10304 * configure.tgt: Add arc-insn.o.
10305 * arc-tdep.c (arc_delayed_print_insn): Make non-static.
10306 (dump_arc_instruction_command): New function.
10307 (arc_fprintf_disasm): Likewise.
10308 (arc_disassemble_info): Likewise.
10309 (arc_insn_get_operand_value): Likewise.
10310 (arc_insn_get_operand_value_signed): Likewise.
10311 (arc_insn_get_memory_base_reg): Likewise.
10312 (arc_insn_get_memory_offset): Likewise.
10313 (arc_insn_get_branch_target): Likewise.
10314 (arc_insn_dump): Likewise.
10315 (arc_insn_get_linear_next_pc): Likewise.
10316 * arc-tdep.h (arc_delayed_print_insn): Add function declaration.
10317 (arc_disassemble_info): Likewise.
10318 (arc_insn_get_branch_target): Likewise.
10319 (arc_insn_get_linear_next_pc): Likewise.
10320 * NEWS: Mention new "maint print arc arc-instruction".
10321
3be78afd
AK
103222017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10323
10324 * arc-tdep (maintenance_print_arc_list): New variable.
10325 (maintenance_print_arc_command): New function.
10326
296ec4fa
AK
103272017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10328
10329 * arc-tdep.c (core_v2_register_names, core_arcompact_register_names)
10330 Add "limm" and "reserved".
10331 (arc_cannot_fetch_register, arc_cannot_store_register): Add
10332 ARC_RESERVED_REGNUM and ARC_LIMM_REGNUM.
10333 * arc-tdep.h (arc_regnum): Likewise.
10334
f74f865e
MF
103352017-03-27 Max Filippov <jcmvbkbc@gmail.com>
10336
10337 * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
10338 for THREADPTR register.
10339 (supply_gregset_reg): Call regcache_raw_supply for THREADPTR
10340 register.
10341 * xtensa-tdep.c (XTENSA_DBREGN_UREG): New definition.
10342 (xtensa_derive_tdep): Initialize tdep->threadptr_regnum.
10343 * xtensa-tdep.h (gdbarch_tdep::threadptr_regnum): New field.
10344
0d0bf81a
MF
103452017-03-27 Max Filippov <jcmvbkbc@gmail.com>
10346
10347 * xtensa-tdep.c (xtensa_pseudo_register_read): Treat all
10348 registers above gdbarch_num_regs (gdbarch) as privileged in
10349 call0 ABI.
10350
0ce4291e
MF
103512017-03-27 Max Filippov <jcmvbkbc@gmail.com>
10352
10353 * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
10354 for a single specified register or for all registers in
10355 a0_base..a0_base + C0_NREGS range.
10356 (supply_gregset_reg): Call regcache_raw_supply for a single
10357 specified register or for all registers in a0_base..a0_base +
10358 C0_NREGS range.
10359
c56054f9
MF
103602017-03-27 Max Filippov <jcmvbkbc@gmail.com>
10361
10362 * arch/xtensa.h (C0_NREGS): Add definition.
10363 * xtensa-tdep.c (C0_NREGS): Remove definition.
10364
a4398628
MF
103652017-03-27 Max Filippov <jcmvbkbc@gmail.com>
10366
10367 * xtensa-tdep.c (xtensa_scan_prologue, call0_analyze_prologue):
10368 Drop xtensa_default_isa initialization.
10369 (xtensa_gdbarch_init): Initialize xtensa_default_isa.
10370
8c43009f
PA
103712017-03-27 Pedro Alves <palves@redhat.com>
10372
10373 * dwarf2read.c (file_entry) <dir_index>: Add comment.
10374 (file_entry::include_dir): New method.
10375 (line_header::include_dir_at, line_header::file_name_at): New
10376 methods.
10377 (setup_type_unit_groups, setup_type_unit_groups)
10378 (psymtab_include_file_name): Simplify using the new methods.
10379 (lnp_state_machine) <the_line_header>: New field.
10380 <file>: Add comment.
10381 (lnp_state_machine::current_file): New method.
10382 (dwarf_record_line): Simplify using the new methods.
10383 (init_lnp_state_machine): Initialize the "the_line_header" field.
10384 (dwarf_decode_lines_1, dwarf_decode_lines, file_file_name):
10385 Simplify using the new methods.
10386
a7e80b9e
PA
103872017-03-27 Pedro Alves <palves@redhat.com>
10388
10389 * cp-name-parser.y (make_empty): Delete.
10390 (demangler_special, nested_name, ptr_operator, array_indicator)
10391 (direct_declarator, declarator_1): Use fill_comp instead of
10392 make_empty.
10393
21047726
PA
103942017-03-27 Pedro Alves <palves@redhat.com>
10395
10396 * xml-support.h (gdb_xml_debug): Pass a "first-to-check" argument
10397 to ATTRIBUTE_PRINTF.
10398 * solib-target.c (library_list_start_list): Print "string" not
10399 "version".
10400 * xml-tdesc.c (tdesc_start_field): Pass "field_name" to
10401 gdb_xml_error call.
10402
d721ba37
PA
104032017-03-27 Pedro Alves <palves@redhat.com>
10404
10405 * dwarf2read.c (struct file_and_directory): New.
10406 (dwarf2_get_dwz_file): Adjust to use std::string.
10407 (dw2_get_file_names_reader): Adjust to use file_and_directory.
10408 (find_file_and_directory): Adjust to return a file_and_directory
10409 object.
10410 (read_file_scope): Adjust to use file_and_directory. Remove
10411 make_cleanup/do_cleanups calls.
10412 (open_and_init_dwp_file): Adjust to use std::string. Remove
10413 make_cleanup/do_cleanups calls.
10414 * python/python.c (do_start_initialization): Adjust to ldirname
10415 returning a std::string.
10416 * utils.c (ldirname): Now returns a std::string.
10417 * utils.h (ldirname): Change return type to std::string.
10418 * xml-syscall.c (xml_init_syscalls_info): Adjust to ldirname
10419 returning a std::string.
10420 * xml-tdesc.c (file_read_description_xml): Likewise.
10421
ed771251
AH
104222017-03-24 Alan Hayward <alan.hayward@arm.com>
10423
10424 * regcache.c (regcache_debug_print_register): New function.
10425 * regcache.h (regcache_debug_print_register): New declaration.
10426 * target.c (debug_print_register): Remove.
10427 (target_fetch_registers): Call regcache_debug_print_register.
10428 (target_store_registers): Likewise.
10429
568c1b9f
PB
104302017-03-24 Pádraig Brady <pbrady@fb.com>
10431
10432 * dwarf2read.c (setup_type_unit_groups): Ensure dir_index doesn't
10433 reference beyond the 'lh->include_dirs' array before accessing to
10434 it.
10435 (psymtab_include_file_name): Likewise.
10436 (dwarf_decode_lines_1): Likewise.
10437 (dwarf_decode_lines): Likewise.
10438 (file_file_name): Likewise.
10439
3e00d44f
SM
104402017-03-23 Simon Marchi <simon.marchi@ericsson.com>
10441
10442 * fbsd-tdep.c (fbsd_corefile_thread): Don't set/restore
10443 inferior_ptid.
10444 * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
10445 ps_lsetfpregs): Likewise.
10446 * regcache.c (regcache_raw_update, regcache_raw_write): Likewise.
10447 * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
10448 ps_lsetfpregs): Likewise.
10449 * target.c (target_fetch_registers, target_store_registers):
10450 Remove asserts.
10451
077ae656
AH
104522017-03-23 Alan Hayward <alan.hayward@arm.com>
10453
10454 * sol-thread.c (sol_thread_store_registers): Remove regcache calls.
10455
1e2b521d
YQ
104562017-03-23 Yao Qi <yao.qi@linaro.org>
10457
10458 * aarch64-tdep.c (aarch64_process_record_test): Declare.
10459 (_initialize_aarch64_tdep): Register it.
10460 (aarch64_record_load_store): Handle PRFM instruction.
10461 (aarch64_process_record_test): New function.
10462
33877125
YQ
104632017-03-23 Yao Qi <yao.qi@linaro.org>
10464
10465 * aarch64-tdep.c (aarch64_record_load_store): Fix code
10466 indentation.
10467
a0eef940
YQ
104682017-03-23 Yao Qi <yao.qi@linaro.org>
10469
10470 * aarch64-tdep.c: Remove AARCH64_RECORD_FAILURE.
10471
3f2a3564
PR
104722017-03-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
10473
10474 python/python.c (do_start_initialization): Fix memory leak.
10475
b67aeab0
SM
104762017-03-22 Simon Marchi <simon.marchi@polymtl.ca>
10477
10478 * inf-ptrace.c (inf_ptrace_xfer_partial): Get pid from ptid
10479 using get_ptrace_pid.
10480 * linux-nat.c (linux_nat_xfer_partial): Don't set/restore
10481 inferior_ptid.
10482 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use lwp of
10483 inferior_ptid instead of pid.
10484
ffdbe864
YQ
104852017-03-22 Yao Qi <yao.qi@linaro.org>
10486
10487 * aarch64-tdep.c: Wrap locally used classes in anonymous
10488 namespace.
10489 * arm-tdep.c: Likewise.
10490 * linespec.c: Likewise.
10491 * ui-out.c: Likewise.
10492
9d736fbf
JG
104932017-03-22 Jonah Graham <jonah@kichwacoders.com>
10494
10495 PR gdb/19637
10496 * python/lib/gdb/printer/bound_registers.py: Import sys.
10497
3de88e9a
SM
104982017-03-21 Simon Marchi <simon.marchi@ericsson.com>
10499
10500 * windows-nat.c (do_windows_fetch_inferior_registers): Add
10501 windows_thread_info parameter and use it instead of
10502 current_thread.
10503 (windows_fetch_inferior_registers): Don't set current_thread,
10504 pass the thread to do_windows_fetch_inferior_registers. Use
10505 ptid from regcache instead of inferior_ptid.
10506 (do_windows_store_inferior_registers): Add windows_thread_info
10507 parameter and use it instead of current_thread.
10508 (windows_store_inferior_registers): Don't set current_thread,
10509 pass the thread to do_windows_store_inferior_registers. Use
10510 ptid from regcache instead of inferior_ptid.
10511
0e7b8f61
SM
105122017-03-21 Simon Marchi <simon.marchi@ericsson.com>
10513
10514 * ser-mingw.c (ser_windows_raw): Remove reference to
10515 struct serial::current_timeout.
10516
5badf10a
IR
105172017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
10518
10519 PR tdep/20928
10520 * gdb/sparc-tdep.h (gdbarch_tdep) <sparc64_ccr_type>: New field.
10521 * gdb/sparc64-tdep.c (sparc64_ccr_type): New function.
10522 (sparc64_fsr_type): Fix %fsr decoding.
10523
cee59b3f
TW
105242017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
10525
10526 * python/py-record-btrace.c (btpy_insn_data): Change return type
10527 for Python 2.
10528
639a9038
SM
105292017-03-20 Simon Marchi <simon.marchi@polymtl.ca>
10530
10531 * spu-linux-nat.c (spu_fetch_inferior_registers,
10532 spu_store_inferior_registers): Use ptid from regcache, set and
10533 restore inferior_ptid.
10534 * spu-multiarch.c (spu_fetch_registers, spu_store_registers):
10535 Likewise.
10536
bcc0c096
SM
105372017-03-20 Simon Marchi <simon.marchi@polymtl.ca>
10538
10539 * i386-linux-nat.c (fetch_register, store_register,
10540 i386_linux_fetch_inferior_registers,
10541 i386_linux_store_inferior_registers): Use ptid from regcache.
10542 * ia64-linux-nat.c (ia64_linux_fetch_register,
10543 ia64_linux_store_register): Likewise.
10544 * inf-ptrace.c (inf_ptrace_fetch_register,
10545 inf_ptrace_store_register): Likewise.
10546 * m32r-linux-nat.c (m32r_linux_fetch_inferior_registers,
10547 m32r_linux_store_inferior_registers): Likewise.
10548 * m68k-bsd-nat.c (m68kbsd_fetch_inferior_registers,
10549 m68kbsd_store_inferior_registers): Likewise.
10550 * m68k-linux-nat.c (fetch_register, store_register,
10551 m68k_linux_fetch_inferior_registers,
10552 m68k_linux_store_inferior_registers): Likewise.
10553 * m88k-bsd-nat.c (m88kbsd_fetch_inferior_registers,
10554 m88kbsd_store_inferior_registers): Likewise.
10555 * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers,
10556 mips_fbsd_store_inferior_registers): Likewise.
10557 * mips-linux-nat.c (mips64_linux_regsets_fetch_registers,
10558 mips64_linux_regsets_store_registers): Likewise.
10559 * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers,
10560 mipsnbsd_store_inferior_registers): Likewise.
10561 * mips-obsd-nat.c (mips64obsd_fetch_inferior_registers,
10562 mips64obsd_store_inferior_registers): Likewise.
10563 * nto-procfs.c (procfs_fetch_registers, procfs_store_registers):
10564 Likewise.
10565 * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers,
10566 ppcfbsd_store_inferior_registers): Likewise.
10567 * ppc-linux-nat.c (ppc_linux_fetch_inferior_registers,
10568 ppc_linux_store_inferior_registers): Likewise.
10569 * ppc-nbsd-nat.c (ppcnbsd_fetch_inferior_registers,
10570 ppcnbsd_store_inferior_registers): Likewise.
10571 * ppc-obsd-nat.c (ppcobsd_fetch_registers,
10572 ppcobsd_store_registers): Likewise.
10573 * procfs.c (procfs_fetch_registers, procfs_store_registers):
10574 Likewise.
10575 * ravenscar-thread.c (ravenscar_fetch_registers,
10576 ravenscar_store_registers, ravenscar_prepare_to_store):
10577 Likewise.
10578 * record-btrace.c (record_btrace_fetch_registers,
10579 record_btrace_store_registers, record_btrace_prepare_to_store):
10580 Likewise.
10581 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register):
10582 Lookup inferior using ptid from regcache, instead of
10583 current_inferior.
10584 * remote.c (remote_fetch_registers, remote_store_registers): Use
10585 ptid from regcache.
10586 * rs6000-nat.c (fetch_register, store_register): Likewise.
10587 * s390-linux-nat.c (s390_linux_fetch_inferior_registers,
10588 s390_linux_store_inferior_registers): Likewise.
10589 * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers,
10590 shnbsd_store_inferior_registers): Likewise.
10591 * sol-thread.c (sol_thread_fetch_registers,
10592 sol_thread_store_registers): Likewise.
10593 * sparc-nat.c (sparc_fetch_inferior_registers,
10594 sparc_store_inferior_registers): Likewise.
10595 * tilegx-linux-nat.c (fetch_inferior_registers,
10596 store_inferior_registers): Likewise.
10597 * vax-bsd-nat.c (vaxbsd_fetch_inferior_registers,
10598 vaxbsd_store_inferior_registers): Likewise.
10599 * xtensa-linux-nat.c (fetch_gregs, store_gregs, fetch_xtregs,
10600 store_xtregs): Likewise.
10601
c0f55cc6
AV
106022017-03-20 Artemiy Volkov <artemiyv@acm.org>
10603
10604 PR gdb/14441
10605 * NEWS: Mention support for rvalue references in GDB and python.
10606 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
10607 supports both lvalue and rvalue references.
10608
15c0a2a9
AV
106092017-03-20 Artemiy Volkov <artemiyv@acm.org>
10610
10611 PR gdb/14441
10612 * gdbtypes.c (rank_one_type): Implement overloading
10613 resolution rules regarding rvalue references.
10614
aa006118
AV
106152017-03-20 Artemiy Volkov <artemiyv@acm.org>
10616
10617 PR gdb/14441
10618 * aarch64-tdep.c (aarch64_type_align)
10619 (aarch64_extract_return_value, aarch64_store_return_value): Change
10620 lvalue reference type checks to general reference type checks.
10621 * amd64-tdep.c (amd64_classify): Likewise.
10622 * amd64-windows-tdep.c (amd64_windows_passed_by_integer_register):
10623 Likewise.
10624 * arm-tdep.c (arm_type_align, arm_extract_return_value)
10625 (arm_store_return_value): Likewise.
10626 * ax-gdb.c (gen_fetch, gen_cast): Likewise.
10627 * c-typeprint.c (c_print_type): Likewise.
10628 * c-varobj.c (adjust_value_for_child_access, c_value_of_variable)
10629 (cplus_number_of_children, cplus_describe_child): Likewise.
10630 * compile/compile-c-symbols.c (generate_vla_size): Likewise.
10631 * completer.c (expression_completer): Likewise.
10632 * cp-support.c (make_symbol_overload_list_adl_namespace):
10633 Likewise.
10634 * darwin-nat-info.c (info_mach_region_command): Likewise.
10635 * dwarf2loc.c (entry_data_value_coerce_ref)
10636 (value_of_dwarf_reg_entry): Likewise.
10637 * eval.c (ptrmath_type_p, evaluate_subexp_standard)
10638 (evaluate_subexp_for_address, evaluate_subexp_for_sizeof):
10639 Likewise.
10640 * findvar.c (extract_typed_address, store_typed_address):
10641 Likewise.
10642 * gdbtypes.c (rank_one_type): Likewise.
10643 * hppa-tdep.c (hppa64_integral_or_pointer_p): Likewise.
10644 * infcall.c (value_arg_coerce): Likewise.
10645 * language.c (pointer_type): Likewise.
10646 * m32c-tdep.c (m32c_reg_arg_type, m32c_m16c_address_to_pointer):
10647 Likewise.
10648 * m88k-tdep.c (m88k_integral_or_pointer_p): Likewise.
10649 * mn10300-tdep.c (mn10300_type_align): Likewise.
10650 * msp430-tdep.c (msp430_push_dummy_call): Likewise.
10651 * ppc-sysv-tdep.c (do_ppc_sysv_return_value)
10652 (ppc64_sysv_abi_push_param, ppc64_sysv_abi_return_value):
10653 Likewise.
10654 * printcmd.c (print_formatted, x_command): Likewise.
10655 * python/py-type.c (typy_get_composite, typy_template_argument):
10656 Likewise.
10657 * python/py-value.c (valpy_referenced_value)
10658 (valpy_get_dynamic_type, value_has_field): Likewise.
10659 * s390-linux-tdep.c (s390_function_arg_integer): Likewise.
10660 * sparc-tdep.c (sparc_integral_or_pointer_p): Likewise.
10661 * sparc64-tdep.c (sparc64_integral_or_pointer_p): Likewise.
10662 * spu-tdep.c (spu_scalar_value_p): Likewise.
10663 * symtab.c (lookup_symbol_aux): Likewise.
10664 * typeprint.c (whatis_exp, print_type_scalar): Likewise.
10665 * valarith.c (binop_types_user_defined_p, unop_user_defined_p):
10666 Likewise.
10667 * valops.c (value_cast_pointers, value_cast)
10668 (value_reinterpret_cast, value_dynamic_cast, value_addr, typecmp)
10669 (value_struct_elt, value_struct_elt_bitpos)
10670 (value_find_oload_method_list, find_overload_match)
10671 (value_rtti_indirect_type): Likewise.
10672 * valprint.c (val_print_scalar_type_p, generic_val_print):
10673 Likewise.
10674 * value.c (value_actual_type, value_as_address, unpack_long)
10675 (pack_long, pack_unsigned_long, coerce_ref_if_computed)
10676 (coerce_ref): Likewise.
10677 * varobj.c (varobj_get_value_type): Likewise.
10678
3fcf899d
AV
106792017-03-20 Artemiy Volkov <artemiyv@acm.org>
10680
10681 PR gdb/14441
10682 * doc/python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
10683 table of constants.
10684 * python/lib/gdb/command/explore.py: Support exploring values
10685 of rvalue reference types.
10686 * python/lib/gdb/types.py: Implement get_basic_type() for
10687 rvalue reference types.
10688 * python/py-type.c (pyty_codes) <TYPE_CODE_RVALUE_REF>: New
10689 constant.
10690 * python/py-value.c (valpy_getitem): Add an rvalue reference
10691 check.
10692 (valpy_reference_value): Add new parameter "refcode".
10693 (valpy_lvalue_reference_value, valpy_rvalue_reference_value):
10694 New wrappers for valpy_reference_value().
10695 * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
10696 (gdbpy_invoke_xmethod): Likewise.
10697
4297a3f0
AV
106982017-03-20 Artemiy Volkov <artemiyv@acm.org>
10699
10700 PR gdb/14441
10701 * dwarf2read.c (process_die, read_type_die_1): Handle the
10702 DW_TAG_rvalue_reference_type DIE.
10703 (read_tag_reference_type): Add new parameter "refcode".
10704
e1cb3213
AV
107052017-03-20 Artemiy Volkov <artemiyv@acm.org>
10706
10707 PR gdb/14441
10708 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix)
10709 (c_type_print_modifier, c_type_print_varspec_suffix)
10710 (c_type_print_base): Support printing rvalue reference types.
10711 * c-valprint.c (c_val_print, c_value_print): Support printing
10712 rvalue reference values.
10713
e4347c89
AV
107142017-03-20 Artemiy Volkov <artemiyv@acm.org>
10715
10716 PR gdb/14441
10717 * cp-name-parser.y (ptr_operator): Handle the '&&' token in
10718 typename.
10719 * cp-support.c (replace_typedefs): Handle
10720 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
10721 * python/py-type.c (typy_lookup_type): Likewise.
10722
53cc15f5
AV
107232017-03-20 Artemiy Volkov <artemiyv@acm.org>
10724
10725 PR gdb/14441
10726 * c-exp.y (ptr_operator): Handle the '&&' token in the typename.
10727 * parse.c (insert_type): Change assert statement.
10728 (follow_types): Handle rvalue reference types.
10729 * parser-defs.h (enum type_pieces) <tp_rvalue_reference>: New
10730 constant.
10731
a65cfae5
AV
107322017-03-20 Artemiy Volkov <artemiyv@acm.org>
10733
10734 PR gdb/14441
10735 * ada-lang.c (ada_evaluate_subexp): Adhere to the new
10736 value_ref() interface.
10737 * c-valprint.c (c_value_print): Likewise.
10738 * infcall.c (value_arg_coerce): Likewise.
10739 * python/py-value.c (valpy_reference_value): Likewise.
10740 * valops.c (value_cast, value_reinterpret_cast)
10741 (value_dynamic_cast, typecmp): Likewise.
10742 (value_ref): Parameterize by kind of return value reference type.
10743 * value.h (value_ref): Add new parameter "refcode".
10744
3b224330
AV
107452017-03-20 Artemiy Volkov <artemiyv@acm.org>
10746
10747 PR gdb/14441
10748 * dwarf2read.c (read_tag_reference_type): Use
10749 lookup_lvalue_reference_type() instead of lookup_reference_type().
10750 * eval.c (evaluate_subexp_standard): Likewise.
10751 * f-exp.y: Likewise.
10752 * gdbtypes.c (make_reference_type, lookup_reference_type):
10753 Generalize with rvalue reference types.
10754 (lookup_lvalue_reference_type, lookup_rvalue_reference_type): New
10755 convenience wrappers for lookup_reference_type().
10756 * gdbtypes.h (make_reference_type, lookup_reference_type): Add a
10757 reference kind parameter.
10758 (lookup_lvalue_reference_type, lookup_rvalue_reference_type): Add
10759 wrappers for lookup_reference_type().
10760 * guile/scm-type.c (gdbscm_type_reference): Use
10761 lookup_lvalue_reference_type() instead of lookup_reference_type().
10762 * guile/scm-value.c (gdbscm_value_dynamic_type): Likewise.
10763 * parse.c (follow_types): Likewise.
10764 * python/py-type.c (typy_reference, typy_lookup_type): Likewise.
10765 * python/py-value.c (valpy_get_dynamic_type, valpy_getitem):
10766 Likewise.
10767 * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
10768 (gdbpy_invoke_xmethod): Likewise.
10769 * stabsread.c: Provide extra argument to make_reference_type()
10770 call.
10771 * valops.c (value_ref, value_rtti_indirect_type): Use
10772 lookup_lvalue_reference_type() instead of lookup_reference_type().
10773
f9aeb8d4
AV
107742017-03-20 Artemiy Volkov <artemiyv@acm.org>
10775
10776 PR gdb/14441
10777 * gdbtypes.h (enum type_code) <TYPE_CODE_RVALUE_REF>: New constant.
10778 (TYPE_IS_REFERENCE): New macro.
10779 (struct type): Add rvalue_reference_type field.
10780 (TYPE_RVALUE_REFERENCE_TYPE): New macro.
10781
51457a05
MAL
107822017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10783
10784 * NEWS: Add an entry about new '-file-list-shared-libraries' command.
10785 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries):
10786 New function definition.
10787 * mi/mi-cmds.c (mi_cmds): Add -file-list-shared-libraries command.
10788 * mi/mi-cmds.h (mi_cmd_file_list_shared_libraries):
10789 New function declaration.
10790 * mi/mi-interp.c (mi_output_solib_attribs): New Function.
10791 * mi/mi-interp.h: New file.
10792 * solib.c (info_sharedlibrary_command): Replace for loop with
10793 ALL_SO_LIBS macro
10794 * solib.h (update_solib_list): New function declaration.
10795 (so_list_head): Move macro.
10796 * solist.h (ALL_SO_LIBS): New macro.
10797
e696b3ad
MAL
107982017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10799
10800 * infcmd.c (post_create_inferior): Remove unused argument in
10801 call to solib_add.
10802 * remote.c (remote_start_remote): Likewise.
10803 * solib-frv.c (frv_fetch_objfile_link_map): Likewise.
10804 * solib-svr4.c: (svr4_fetch_objfile_link_map): Likewise.
10805 (enable_break): Likewise.
10806 * solib.c (update_solib_list): Remove unused target argument
10807 and its documentation.
10808 (solib_add): Remove unused target argument. Remove unused
10809 argument in call to update_solib_list.
10810 (info_sharedlibrary_command): Remove unused argument in call
10811 to update_solib_list.
10812 (sharedlibrary_command): Remove unused argument in call to
10813 solib_add.
10814 (handle_solib_event): Likewise.
10815 (reload_shared_libraries): Likewise.
10816 * solib.h (solib_add): Remove unused target argument.
10817
dcb84eda
AA
108182017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10819
10820 * s390-linux-tdep.c (is_rsi, is_rie): Remove functions.
10821 (s390_displaced_step_fixup): Cover relative branches with the
10822 default fixup handling. This fixes lack of support for some
10823 relative branch instructions.
10824
d9cb6cdc
SM
108252017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10826
10827 * i386-gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Use
10828 ptid from regcache.
10829
1afaf9f4
SM
108302017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10831
10832 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers,
10833 i386_darwin_store_inferior_registers): Use ptid from regcache.
10834
aac12e24
SM
108352017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10836
10837 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers,
10838 i386bsd_store_inferior_registers): Use ptid from regcache.
10839
bbe1eef1
SM
108402017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10841
10842 * hppa-obsd-nat.c (hppaobsd_fetch_registers,
10843 hppaobsd_store_registers): Use ptid from regcache.
10844
10799020
SM
108452017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10846
10847 * hppa-nbsd-nat.c (hppanbsd_fetch_registers,
10848 hppanbsd_store_registers): Use ptid from regcache.
10849
00204cf7
SM
108502017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10851
10852 * hppa-linux-nat.c (fetch_register, store_register): Use ptid
10853 from regcache. Use get_ptrace_pid.
10854
11a33714
SM
108552017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10856
10857 * corelow.c (get_core_register_section): Use ptid from regcache,
10858 update doc.
10859
317cd492
SM
108602017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10861
10862 * bsd-uthread.c (bsd_uthread_fetch_registers,
10863 bsd_uthread_store_registers): Use ptid from regcache, set and
10864 restore inferior_ptid.
10865
9ac8a7c2
SM
108662017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10867
10868 * arm-nbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
10869 fetch_fp_regs, store_register, store_regs, store_fp_register,
10870 store_fp_regs): Use ptid from regcache.
10871
4ac4bb6a
SM
108722017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
10873
10874 * arm-linux-nat.c (fetch_fpregs, store_fpregs, fetch_regs,
10875 store_regs, fetch_wmmx_regs, store_wmmx_regs, fetch_vfp_regs,
10876 store_vfp_regs): Use ptid from regcache.
10877
9bcbdca8
PA
108782017-03-17 Pedro Alves <palves@redhat.com>
10879
10880 PR remote/21188
10881 * ser-base.c (ser_base_wait_for): Add comment.
10882 (do_ser_base_readchar): Improve comment based on the ser-unix.c's
10883 version.
10884 * ser-unix.c (hardwire_raw): Remove reference to
10885 scb->current_timeout.
10886 (wait_for, do_hardwire_readchar, hardwire_readchar): Delete.
10887 (hardwire_ops): Install ser_base_readchar instead of
10888 hardwire_readchar.
10889 * serial.h (struct serial) <current_timeout, timeout_remaining>:
10890 Remove fields.
10891
7503099f
JG
108922017-03-17 Jonah Graham <jonah@kichwacoders.com>
10893
10894 PR gdb/19637
10895 * python/lib/gdb/printer/bound_registers.py: Add support for
10896 Python 3.
10897
7942e96e
AA
108982017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10899
10900 * dwarf2loc.c (indirect_synthetic_pointer): Get data type of
10901 pointed-to DIE and pass it to dwarf2_evaluate_loc_desc_full.
10902 (dwarf2_evaluate_loc_desc_full): New parameter subobj_type; rename
10903 byte_offset to subobj_byte_offset. Fix the handling of
10904 DWARF_VALUE_STACK on big-endian targets when coming via an
10905 implicit pointer.
10906 (dwarf2_evaluate_loc_desc): Adjust call to
10907 dwarf2_evaluate_loc_desc_full.
10908 * dwarf2loc.h (dwarf2_fetch_die_type_sect_off): New declaration.
10909 * dwarf2read.c (dwarf2_fetch_die_type_sect_off): New function.
10910
ba14f379
YQ
109112017-03-16 Yao Qi <yao.qi@linaro.org>
10912
10913 * arm-tdep.c (thumb_record_misc): Decode CBNZ, CBZ, REV16,
10914 and REVSH instructions.
10915
b121eeb9
YQ
109162017-03-16 Yao Qi <yao.qi@linaro.org>
10917
10918 * arm-tdep.c [GDB_SELF_TEST]: include "selftests.h".
10919 (arm_record_test): Declare.
10920 (_initialize_arm_tdep) [GDB_SELF_TEST]: call register_self_test.
10921 (thumb_record_ld_st_reg_offset): Rewrite the opcode matching to
10922 align with the manual.
10923 (thumb_record_misc): Adjust the code order to align with the
10924 manual.
10925 (thumb2_record_decode_insn_handler): Fix instruction matching.
10926 (instruction_reader_thumb): New class.
10927 (arm_record_test): New function.
10928
728a7913
YQ
109292017-03-16 Yao Qi <yao.qi@linaro.org>
10930
10931 * arm-tdep.c (abstract_memory_reader): New class.
10932 (instruction_reader): New class.
10933 (extract_arm_insn): Add argument 'reader'. Callers updated.
10934 (decode_insn): Likewise.
10935
34b43320
DE
109362017-03-16 Doug Evans <dje@google.com>
10937
a7c0469f
DE
10938 * guile/scm-lazy-string.c (lazy_string_smob): Clarify use of LENGTH
10939 member. Change type of TYPE member to SCM. All uses updated.
10940 (lsscm_make_lazy_string_smob): Add assert.
10941 (lsscm_make_lazy_string): Flag bad length values.
10942 (lsscm_elt_type): New function.
10943 (gdbscm_lazy_string_to_value): Rewrite to use
10944 lsscm_safe_lazy_string_to_value.
10945 (lsscm_safe_lazy_string_to_value): Fix handling of TYPE_CODE_PTR.
10946 * guile/scm-value.c (gdbscm_value_to_lazy_string): Flag bad length
10947 values. Fix TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle typedefs
10948 in incoming type.
10949 * guile/guile-internal.h (tyscm_scm_to_type): Declare.
10950 * guile/scm-type.c (tyscm_scm_to_type): New function.
10951
109522017-03-15 Doug Evans <dje@google.com>
10953
34b43320
DE
10954 PR python/17728, python/18439, python/18779
10955 * python/py-lazy-string.c (lazy_string_object): Clarify use of LENGTH
10956 member. Change type of TYPE member to PyObject *. All uses updated.
10957 (stpy_convert_to_value): Fix handling of TYPE_CODE_PTR.
10958 (gdbpy_create_lazy_string_object): Flag bad length values.
10959 Handle TYPE_CODE_ARRAY with possibly different user-provided length.
10960 Handle typedefs in incoming type.
10961 (stpy_lazy_string_elt_type): New function.
10962 (gdbpy_extract_lazy_string): Call it.
10963 * python/py-value.c (valpy_lazy_string): Flag bad length values.
10964 Fix handling of TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle
10965 typedefs in incoming type.
10966
a3a5fecc
DE
109672017-03-16 Doug Evans <dje@google.com>
10968
10969 * guile/guile-internal.h (tyscm_scm_to_type): Declare.
10970 * guile/scm-type.c (tyscm_scm_to_type): New function.
10971
28f1c605
JW
109722017-03-16 Jiong Wang <jiong.wang@arm.com>
10973
10974 * inf-ptrace.c (inf_ptrace_peek_poke): Change the type to
10975 "ULONGEST" for "skip".
10976
87c336f6
AA
109772017-03-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10978
10979 PR gdb/21220
10980 * inf-ptrace.c (inf_ptrace_xfer_partial): In "case
10981 TARGET_OBJECT_MEMORY", extract the logic for ptrace peek/poke...
10982 (inf_ptrace_peek_poke): ...here. New function. Now also loop
10983 over ptrace peek/poke until end of buffer or error.
10984
cf81cf60
SM
109852017-03-14 Simon Marchi <simon.marchi@ericsson.com>
10986
10987 * parse.c (length_of_subexp): Make static.
10988 * parser-defs.h (length_of_subexp): Remove.
10989
a379284a
AA
109902017-03-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10991
10992 * linux-nat.c (linux_proc_xfer_partial): Handle write operations
10993 as well.
10994
8a6200ba
PA
109952017-03-14 Pedro Alves <palves@redhat.com>
10996
10997 * cp-name-parser.y (cp_demangled_name_to_comp): Update comment.
10998 (main): Use std::unique_ptr. Remove calls to
10999 cp_demangled_name_parse_free.
11000
f79ec206
SM
110012017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
11002
11003 * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers,
11004 alphabsd_store_inferior_registers): Use regcache->ptid instead
11005 of inferior_ptid.
11006
edb5fb00
SM
110072017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
11008
11009 * aix-thread.c (aix_thread_fetch_registers,
11010 aix_thread_store_registers): Use regcache->ptid instead of
11011 inferior_ptid.
11012
55119686
SM
110132017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
11014
11015 * aarch64-linux-nat.c (fetch_gregs_from_thread,
11016 store_gregs_to_thread, fetch_fpregs_from_thread,
11017 store_fpregs_to_thread): Use regcache->ptid instead of
11018 inferior_ptid.
11019
6a06fbb7
SM
110202017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
11021
11022 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers,
11023 amd64_linux_fetch_inferior_registers): Use regcache->ptid
11024 instead of inferior_ptid.
11025
c6386875
SM
110262017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
11027
11028 * target.c (target_fetch_registers, target_store_registers): Add
11029 assert.
11030
ddaaf0fb
SM
110312017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
11032
11033 * regcache.h (regcache_get_ptid): New function.
11034 * regcache.c (regcache_get_ptid): New function.
11035
b9da89d1 110362017-03-13 Mark Wielaard <mark@klomp.org>
11037
11038 * cp-name-parser.y (make_empty): Initialize d_printing to zero.
11039
5f4d1085
KS
110402017-03-10 Keith Seitz <keiths@redhat.com>
11041
11042 PR c++/8218
11043 * c-typeprint.c (cp_type_print_method_args): Skip artificial arguments.
11044
c65d6b55
PA
110452017-03-08 Pedro Alves <palves@redhat.com>
11046
11047 PR gdb/18360
11048 * infrun.c (start_step_over, do_target_resume, resume)
11049 (restart_threads): Assert we're not resuming a thread that is
11050 meant to be stopped.
11051 (infrun_thread_stop_requested_callback): Delete.
11052 (infrun_thread_stop_requested): If the thread is internally
11053 stopped, queue a pending stop event and clear the thread's
11054 inline-frame state.
11055 (handle_stop_requested): New function.
11056 (handle_syscall_event, handle_inferior_event_1): Use
11057 handle_stop_requested.
11058 (handle_stop_requested): New function.
11059 (handle_signal_stop): Set the thread's stop_signal here instead of
11060 at caller.
11061 (finish_step_over): Clear step over info unconditionally.
11062 (handle_signal_stop): If the user had interrupted the event
11063 thread, consider the stop a random signal.
11064 (handle_signal_stop) <signal arrived while stepping over
11065 breakpoint>: Don't restart threads here.
11066 (stop_waiting): Don't clear step-over info here.
11067
15c22686
PA
110682017-03-08 Pedro Alves <palves@redhat.com>
11069
11070 PR 21206
11071 * common/gdb_unlinker.h (unlinker::unlinker): Attribute nonnull
11072 goes to argument 2, not 1.
11073
6e5d74e7
PA
110742017-03-08 Pedro Alves <palves@redhat.com>
11075
11076 PR cli/21218
11077 * top.c (gdb_readline_wrapper): Avoid passing NULL to
11078 display_gdb_prompt.
11079 (command_line_input): Add comment.
11080
9753a2f6
PA
110812017-03-08 Pedro Alves <palves@redhat.com>
11082
11083 PR tui/21216
11084 * tui/tui-file.c (tui_file::write): New.
11085 * tui/tui-file.h (tui_file): Override "write".
11086 * tui/tui-io.c (do_tui_putc, update_start_line): New functions,
11087 factored out from ...
11088 (tui_puts): ... here.
11089 (tui_putc): Use them.
11090 (tui_write): New function.
11091 * tui/tui-io.h (tui_write): Declare.
11092
1672e0d9
SDJ
110932017-03-07 Sergio Durigan Junior <sergiodj@redhat.com>
11094
11095 * Makefile.in (SFILES): Replace "environ.c" with
11096 "common/environ.c".
11097 (HFILES_NO_SRCDIR): Likewise, for "environ.h".
11098 * environ.c: Include "common-defs.h" instead of "defs.h. Moved
11099 to...
11100 * common/environ.c: ... here.
11101 * environ.h: Moved to...
11102 * common/environ.h: ... here.
11103
f7bb4e3a
PB
111042017-03-07 Peter Bergner <bergner@vnet.ibm.com>
11105
11106 * gdbarch.sh (pstring_ptr): New static function.
11107 (gdbarch_disassembler_options): Use it.
11108 (gdbarch_verify_disassembler_options): Print valid_disassembler_options,
11109 not valid_disassembler_option->name.
11110 * gdbarch.c: Regenerate.
11111
e45ced6c
PB
111122017-03-07 Peter Bergner <bergner@vnet.ibm.com>
11113
11114 * config/powerpc/ppc64-linux.mh (MH_CFLAGS): Delete.
11115
5f6fd321
PA
111162017-03-07 Pedro Alves <palves@redhat.com>
11117
11118 * tui/tui-regs.c (tui_restore_gdbout): Don't delete gdb_stdout.
11119
6dbb839a 111202017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
11121
11122 * i387-tdep.h (i387_reset_bnd_regs): Add function definition.
11123 * i387-tdep.c (i387_reset_bnd_regs): Add function implementation.
11124 * i386-tdep.c (i386_push_dummy_call): Call i387_reset_bnd_regs.
6dbb839a 11125 * amd64-tdep.c (amd64_push_dummy_call): Call i387_reset_bnd_regs.
4a612d6f 11126
d274ecf4
SM
111272017-03-06 Simon Marchi <simon.marchi@ericsson.com>
11128
11129 * xtensa-linux-nat.c (fetch_gregs): Remove const.
11130
df97be55
SM
111312017-03-03 Simon Marchi <simon.marchi@ericsson.com>
11132
11133 * remote.c (remote_add_target_side_commands): Use range-based
11134 for loop.
11135
7d45f3df
YQ
111362017-03-03 Yao Qi <yao.qi@linaro.org>
11137
11138 PR gdb/21165
11139 * ada-valprint.c (ada_val_print_ref): Call value_fetch_lazy if
11140 value is lazy.
11141 * valprint.c (common_val_print): Likewise.
11142
65b48a81
PB
111432017-02-28 Peter Bergner <bergner@vnet.ibm.com>
11144
11145 * NEWS: Mention new set/show disassembler-options commands.
11146 * doc/gdb.texinfo: Document new set/show disassembler-options commands.
11147 * disasm.c: Include "arch-utils.h", "gdbcmd.h" and "safe-ctype.h".
11148 (prospective_options): New static variable.
11149 (gdb_disassembler::gdb_disassembler): Initialize
11150 m_di.disassembler_options.
11151 (gdb_buffered_insn_length_init_dis): Initilize di->disassembler_options.
11152 (get_disassembler_options): New function.
11153 (set_disassembler_options): Likewise.
11154 (set_disassembler_options_sfunc): Likewise.
11155 (show_disassembler_options_sfunc): Likewise.
11156 (disassembler_options_completer): Likewise.
11157 (_initialize_disasm): Likewise.
11158 * disasm.h (get_disassembler_options): New prototype.
11159 (set_disassembler_options): Likewise.
11160 * gdbarch.sh (gdbarch_disassembler_options): New variable.
11161 (gdbarch_verify_disassembler_options): Likewise.
11162 * gdbarch.c: Regenerate.
11163 * gdbarch.h: Likewise.
11164 * arm-tdep.c (num_disassembly_options): Delete.
11165 (set_disassembly_style): Likewise.
11166 (arm_disassembler_options): New static variable.
11167 (set_disassembly_style_sfunc): Convert short style name into long
11168 option name. Call set_disassembler_options.
11169 (show_disassembly_style_sfunc): New function.
11170 (arm_gdbarch_init): Call set_gdbarch_disassembler_options and
11171 set_gdbarch_verify_disassembler_options.
11172 (_initialize_arm_tdep): Delete regnames variable and update callers.
11173 (arm_disassembler_options): Initialize.
11174 (disasm_options): New variable.
11175 (num_disassembly_options): Rename from this...
11176 (num_disassembly_styles): ...to this. Compute by scanning through
11177 disasm_options.
11178 (valid_disassembly_styles): Initialize using disasm_options.
11179 Remove calls to parse_arm_disassembler_option, get_arm_regnames and
11180 set_arm_regname_option.
11181 Pass show_disassembly_style_sfunc to the "disassembler" setshow command.
11182 * rs6000-tdep.c (powerpc_disassembler_options): New static variable.
11183 (rs6000_gdbarch_init): Call set_gdbarch_disassembler_options and
11184 set_gdbarch_verify_disassembler_options.
11185 * s390-tdep.c (s390_disassembler_options): New static variable.
11186 (s390_gdbarch_init):all set_gdbarch_disassembler_options and
11187 set_gdbarch_verify_disassembler_options.
11188
d538e36d
SM
111892017-02-27 Simon Marchi <simon.marchi@ericsson.com>
11190
11191 * remote.c (remote_add_target_side_condition): Remove "struct"
11192 keyword from range-based for loop.
11193
83621223
SM
111942017-02-27 Simon Marchi <simon.marchi@ericsson.com>
11195
11196 * remote.c (remote_add_target_side_condition): Use range-based
11197 for loop. Update comment.
11198
2123df0e
YQ
111992017-02-27 Yao Qi <yao.qi@linaro.org>
11200
11201 * f-typeprint.c (f_print_type): Check "varstring" is empty first.
11202
8e368124
AH
112032017-02-26 Alan Hayward <alan.hayward@arm.com>
11204
11205 * regcache.c (regcache_raw_update): New function.
11206 (regcache_raw_read): Move code to regcache_raw_update.
11207 * regcache.h (regcache_raw_update): New declaration.
11208 * remote.c (remote_prepare_to_store): Call regcache_raw_update.
11209
a49dd8dd
JK
112102017-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11211
11212 * dwarf2read.c (create_debug_type_hash_table): Initialize
11213 header.signature and header.type_offset_in_tu.
11214
34e4bae9
PA
112152017-02-24 Pedro Alves <palves@redhat.com>
11216
11217 * symtab.c (make_file_symbol_completion_list_1): Use
11218 add_symtab_completions.
11219
b0e4b369
AH
112202017-02-24 Alan Hayward <alan.hayward@arm.com>
11221
11222 * stack.c (frame_info): Use frame_unwind_register_value to avoid buf.
11223
975c21ab
AH
112242017-02-24 Alan Hayward <alan.hayward@arm.com>
11225
11226 * i386-tdep.c (i386_pseudo_register_read_into_value): Use
11227 I386_MAX_REGISTER_SIZE.
11228 (i386_pseudo_register_write): Likewise.
11229 (i386_process_record): Likewise.
11230 * i387-tdep.c (i387_supply_xsave): Likewise.
11231 * m68k-linux-nat.c (fetch_register): Use M68K_MAX_REGISTER_SIZE.
11232 (store_register): Likewise.
11233
14bc53a8
PA
112342017-02-23 Pedro Alves <palves@redhat.com>
11235
11236 * ada-lang.c: Include "common/function-view.h".
11237 (ada_iterate_over_symbols): Adjust to use function_view as
11238 callback type.
11239 (struct add_partial_datum, ada_complete_symbol_matcher): Delete.
11240 (ada_make_symbol_completion_list): Use a lambda.
11241 (ada_exc_search_name_matches): Delete.
11242 (name_matches_regex): New.
11243 (ada_add_global_exceptions): Use a lambda and name_matches_regex.
11244 * compile/compile-c-support.c: Include "common/function-view.h".
11245 (print_one_macro): Change prototype to accept a ui_file pointer.
11246 (write_macro_definitions): Use a lambda.
11247 * dwarf2read.c: Include "common/function-view.h".
11248 (dw2_map_expand_apply, dw2_map_symtabs_matching_filename)
11249 (dw2_expand_symtabs_matching): Adjust to use function_view as
11250 callback type.
11251 * language.h: Include "common/function-view.h".
11252 (struct language_defn) <la_iterate_over_symbols>: Adjust to use
11253 function_view as callback type.
11254 (LA_ITERATE_OVER_SYMBOLS): Remove DATA parameter.
11255 * linespec.c: Include "common/function-view.h".
11256 (collect_info::add_symbol): New method.
11257 (struct symbol_and_data_callback, iterate_inline_only, struct
11258 symbol_matcher_data, iterate_name_matcher): Delete.
11259 (iterate_over_all_matching_symtabs): Adjust to use function_view
11260 as callback type and lambdas.
11261 (iterate_over_file_blocks): Adjust to use function_view as
11262 callback type.
11263 (decode_compound_collector): Now a class with private fields.
11264 (decode_compound_collector::release_symbols): New method.
11265 (collect_one_symbol): Rename to...
11266 (decode_compound_collector::operator()): ... this and adjust.
11267 (lookup_prefix_sym): decode_compound_collector construction bits
11268 move to decode_compound_collector ctor. Pass the
11269 decode_compound_collector object directly as callback. Remove
11270 cleanups and use decode_compound_collector::release_symbols
11271 instead.
11272 (symtab_collector): Now a class with private fields.
11273 (symtab_collector::release_symtabs): New method.
11274 (add_symtabs_to_list): Rename to...
11275 (symtab_collector::operator()): ... this and adjust.
11276 (collect_symtabs_from_filename): symtab_collector construction
11277 bits move to symtab_collector ctor. Pass the symtab_collector
11278 object directly as callback. Remove cleanups and use
11279 symtab_collector::release_symtabs instead.
11280 (collect_symbols): Delete.
11281 (add_matching_symbols_to_info): Use lambdas.
11282 * macrocmd.c (print_macro_callback): Delete.
11283 (info_macro_command): Use a lambda.
11284 (info_macros_command): Pass print_macro_definition as callable
11285 directly.
11286 (print_one_macro): Remove 'ignore' parameter.
11287 (macro_list_command): Adjust.
11288 * macrotab.c (macro_for_each_data::fn): Now a function_view.
11289 (macro_for_each_data::user_data): Delete field.
11290 (foreach_macro): Adjust to call the function_view.
11291 (macro_for_each): Adjust to use function_view as callback type.
11292 (foreach_macro_in_scope): Adjust to call the function_view.
11293 (macro_for_each_in_scope): Adjust to use function_view as callback
11294 type.
11295 * macrotab.h: Include "common/function-view.h".
11296 (macro_callback_fn): Declare a prototype instead of a pointer.
11297 Remove "user_data" parameter.
11298 (macro_for_each, macro_for_each_in_scope): Adjust to use
11299 function_view as callback type.
11300 * psymtab.c (partial_map_expand_apply)
11301 (psym_map_symtabs_matching_filename, recursively_search_psymtabs):
11302 Adjust to use function_view as callback type and to return bool.
11303 (psym_expand_symtabs_matching): Adjust to use function_view as
11304 callback types.
11305 * symfile-debug.c (debug_qf_map_symtabs_matching_filename): Adjust
11306 to use function_view as callback type and to return bool.
11307 (debug_qf_expand_symtabs_matching): Adjust to use function_view as
11308 callback types.
11309 * symfile.c (expand_symtabs_matching): Adjust to use function_view
11310 as callback types.
11311 * symfile.h: Include "common/function-view.h".
11312 (expand_symtabs_file_matcher_ftype)
11313 (expand_symtabs_symbol_matcher_ftype)
11314 (expand_symtabs_exp_notify_ftype): Remove "data" parameter and
11315 return bool.
11316 (quick_symbol_functions::map_symtabs_matching_filename)
11317 (quick_symbol_functions::expand_symtabs_matching): Adjust to use
11318 function_view as callback type and return bool.
11319 (expand_symtabs_matching): Adjust to use function_view as callback
11320 type.
11321 (maintenance_expand_name_matcher)
11322 (maintenance_expand_file_matcher): Delete.
11323 (maintenance_expand_symtabs): Use lambdas.
11324 * symtab.c (iterate_over_some_symtabs): Adjust to use
11325 function_view as callback types and return bool.
11326 (iterate_over_symtabs): Likewise. Use unique_xmalloc_ptr instead
11327 of a cleanup.
11328 (lookup_symtab_callback): Delete.
11329 (lookup_symtab): Use a lambda.
11330 (iterate_over_symbols): Adjust to use function_view as callback
11331 type.
11332 (struct search_symbols_data, search_symbols_file_matches)
11333 (search_symbols_name_matches): Delete.
11334 (search_symbols): Use a pair of lambdas.
11335 (struct add_name_data, add_macro_name, symbol_completion_matcher)
11336 (symtab_expansion_callback): Delete.
11337 (default_make_symbol_completion_list_break_on_1): Use lambdas.
11338 * symtab.h: Include "common/function-view.h".
11339 (iterate_over_some_symtabs): Adjust to use function_view as
11340 callback type and return bool.
11341 (iterate_over_symtabs): Adjust to use function_view as callback
11342 type.
11343 (symbol_found_callback_ftype): Remove 'data' parameter and return
11344 bool.
11345 (iterate_over_symbols): Adjust to use function_view as callback
11346 type.
11347
07e253aa
PA
113482017-02-23 Pedro Alves <palves@redhat.com>
11349
11350 * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS): New.
11351 (%.o) <unittests/%.c>: New pattern.
11352 * configure.ac ($development): Add $(SUBDIR_UNITTESTS_OBS) to
11353 CONFIG_OBS, and $(SUBDIR_UNITTESTS_SRCS) to CONFIG_SRCS.
11354 * common/function-view.h: New file.
11355 * unittests/function-view-selftests.c: New file.
11356 * configure: Regenerate.
11357
8eaf5320
SM
113582017-02-23 Simon Marchi <simon.marchi@ericsson.com>
11359
11360 * bsd-uthread.c (bsd_uthread_thread_alive): Use ptid instead of
11361 inferior_ptid.
11362 * go32-nat.c (go32_thread_alive): Likewise.
11363
38768751
YQ
113642017-02-23 Yao Qi <yao.qi@linaro.org>
11365
11366 * varobj-iter.h (varobj_iter_delete): Call xfree instead of
11367 delete.
11368
0a8beaba
YQ
113692017-02-23 Yao Qi <yao.qi@linaro.org>
11370
11371 * varobj.c (varobj_clear_saved_item): Use delete instead of
11372 xfree.
11373 (update_dynamic_varobj_children): Likewise.
11374
58fdfd2c
JK
113752017-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11376
11377 * dwarf2read.c (dwarf2_record_block_ranges): Add forgotten BASEADDR.
11378
1b90b139
SM
113792017-02-21 Simon Marchi <simon.marchi@ericsson.com>
11380
11381 * common/enum-flags.h (enum_flags::enum_flags): Initialize
11382 m_enum_value to 0 in default constructor.
11383
2039d74e
EBM
113842017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11385
11386 * rs6000-tdep.c (LOAD_AND_RESERVE_MASK): Rename from LWARX_MASK.
11387 (STORE_CONDITIONAL_MASK): Rename from STWCX_MASK.
11388 (LBARX_INSTRUCTION, LHARX_INSTRUCTION, LQARX_INSTRUCTION,
11389 STBCX_INSTRUCTION, STHCX_INSTRUCTION, STQCX_INSTRUCTION): New defines.
11390 (IS_LOAD_AND_RESERVE_INSN, IS_STORE_CONDITIONAL_INSN): New macros.
11391 (ppc_displaced_step_copy_insn): Use IS_LOAD_AND_RESERVE_INSN.
11392 (ppc_deal_with_atomic_sequence): Use IS_LOAD_AND_RESERVE_INSN and
11393 IS_STORE_CONDITIONAL_INSN.
11394
7814882a
JK
113952017-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11396
11397 * dwarf2_rnglists_process: Initialize range_beginning and range_end.
11398
0ae60b63
JK
113992017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11400
11401 * NEWS (Changes since GDB 7.12): Add DWARF-5.
11402
0224619f
JK
114032017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11404
11405 * dwarf2read.c (skip_one_die, read_attribute_value)
11406 (dwarf2_const_value_attr, dump_die_shallow)
11407 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
11408 (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_data16.
11409
0af92d60
JK
114102017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11411
11412 * dwarf2read.c (read_file_scope): Rename DW_MACRO_GNU_*.
11413 (dwarf_parse_macro_header): Accept DWARF version 5.
11414 (dwarf_decode_macro_bytes, dwarf_decode_macros): Rename DW_MACRO_GNU_*.
11415
216f72a1
JK
114162017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11417
11418 * block.c (call_site_for_pc): Rename DW_OP_GNU_*, DW_TAG_GNU_* and
11419 DW_AT_GNU_*.
11420 * common/common-exceptions.h (enum errors): Likewise.
11421 * dwarf2-frame.c (class dwarf_expr_executor): Likewise.
11422 * dwarf2expr.c (dwarf_block_to_dwarf_reg)
11423 (dwarf_expr_context::execute_stack_op): Likewise.
11424 * dwarf2expr.h (struct dwarf_expr_context, struct dwarf_expr_piece):
11425 Likewise.
11426 * dwarf2loc.c (dwarf_evaluate_loc_desc::get_base_type)
11427 (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
11428 (show_entry_values_debug, call_site_to_target_addr)
11429 (func_addr_to_tail_call_list, func_verify_no_selftailcall)
11430 (dwarf_expr_reg_to_entry_parameter, dwarf_entry_parameter_to_value)
11431 (entry_data_value_free_closure, value_of_dwarf_reg_entry)
11432 (value_of_dwarf_block_entry, indirect_pieced_value)
11433 (symbol_needs_eval_context::push_dwarf_reg_entry_value):
11434 (disassemble_dwarf_expression): Likewise.
11435 * dwarf2read.c (process_die, inherit_abstract_dies)
11436 (read_call_site_scope): Likewise.
11437 * gdbtypes.h (struct func_type, struct call_site_parameter)
11438 (struct call_site): Likewise.
11439 * stack.c (read_frame_arg): Likewise.
11440 * std-operator.def (OP_VAR_ENTRY_VALUE): Likewise.
11441
43988095
JK
114422017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11443
11444 * defs.h (read_unsigned_leb128): New declaration.
11445 * dwarf2loc.c (decode_debug_loclists_addresses): New function.
11446 (decode_debug_loc_dwo_addresses): Update DEBUG_LOC_* to DW_LLE_*.
11447 (dwarf2_find_location_expression): Call also
11448 decode_debug_loclists_addresses. Handle DWARF-5 ULEB128 length.
11449 * dwarf2loc.h (dwarf2_version): New declaration.
11450 * dwarf2read.c (struct dwarf2_per_objfile): Add loclists, line_str,
11451 rnglists.
11452 (dwarf2_elf_names): Add .debug_loclists, .debug_line_str,
11453 .debug_rnglists.
11454 (struct dwop_section_names): Add loclists_dwo.
11455 (dwop_section_names): Add .debug_loclists.dwo.
11456 (struct comp_unit_head): Add unit_type, signature, type_offset_in_tu.
11457 (struct dwarf2_per_cu_data): Add dwarf_version.
11458 (struct dwo_sections): Add loclists.
11459 (struct attr_abbrev): Add implicit_const.
11460 (read_indirect_line_string): New declaration.
11461 (read_unsigned_leb128): Delete declaration.
11462 (rcuh_kind): New definition.
11463 (read_and_check_comp_unit_head): Change parameter
11464 is_debug_types_section to section_kind.
11465 (dwarf2_locate_sections): Handle loclists, line_str and rnglists.
11466 (read_comp_unit_head): Change parameter abfd to section, add parameter
11467 section_kind. Handle DWARF-5.
11468 (error_check_comp_unit_head): Accept also DWARF version 5.
11469 (read_and_check_comp_unit_head): Change parameter
11470 is_debug_types_section to section_kind.
11471 (read_and_check_type_unit_head): Delete function.
11472 (read_abbrev_offset): Handle DWARF-5.
11473 (create_debug_type_hash_table): Add parameter section_kind. Process
11474 only DW_UT_type. Use signature and type_offset_in_tu from struct
11475 comp_unit_head.
11476 (create_debug_types_hash_table): Update create_debug_type_hash_table
11477 caller.
11478 (create_all_type_units): Call create_debug_type_hash_table.
11479 (read_cutu_die_from_dwo, init_cutu_and_read_dies): Change
11480 read_and_check_type_unit_head caller to read_and_check_comp_unit_head
11481 caller.
11482 (skip_one_die): Handle DW_FORM_implicit_const.
11483 (dwarf2_rnglists_process): New function.
11484 (dwarf2_ranges_process): Call dwarf2_rnglists_process for DWARF-5.
11485 (abbrev_table_read_table): Handle DW_FORM_implicit_const.
11486 (read_attribute_value): Handle DW_FORM_implicit_const,
11487 DW_FORM_line_strp.
11488 (read_attribute): Handle DW_FORM_implicit_const.
11489 (read_indirect_string_at_offset_from): New function from
11490 read_indirect_string_at_offset.
11491 (read_indirect_string_at_offset): Call
11492 read_indirect_string_at_offset_from.
11493 (read_indirect_line_string_at_offset): New function.
11494 (read_indirect_string): New function comment.
11495 (read_indirect_line_string): New function.
11496 (read_unsigned_leb128): Make it global.
11497 (dwarf2_string_attr): Handle DWARF-5.
11498 (add_include_dir_stub, read_formatted_entries): New functions.
11499 (dwarf_decode_line_header, dump_die_shallow, cu_debug_loc_section):
11500 Handle DWARF-5.
11501 (per_cu_header_read_in): Update read_comp_unit_head caller.
11502 (dwarf2_version): New function.
11503 * symfile.h (struct dwarf2_debug_sections): Add loclists, line_str and
11504 rnglists.
11505 * xcoffread.c (dwarf2_xcoff_names): Update struct dwarf2_debug_sections
11506 fields.
11507
22d2f3ab
JK
115082017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11509
11510 * dwarf2read.c (abbrev_table_read_table): Read the data only once.
11511
5f46c5a5
JK
115122017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11513
11514 * dwarf2read.c (dwarf2_ranges_process): New function from
11515 dwarf2_ranges_read.
11516 (dwarf2_ranges_read, dwarf2_record_block_ranges): Use
11517 dwarf2_ranges_process.
11518
78d4d2c5
JK
115192017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11520
11521 * dwarf2read.c (create_debug_type_hash_table): New function from
11522 create_debug_types_hash_table.
11523 (create_debug_types_hash_table): Call create_debug_type_hash_table.
11524 (create_all_type_units, open_and_init_dwo_file): Update
11525 create_debug_types_hash_table callers.
11526
1b076f25
SDJ
115272017-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11528
11529 PR gdb/16188
11530 * fork-child.c (trace_start_error): Fix thinko. va_end should
11531 refer to 'ap', not 'args'.
11532
0db8980c
SDJ
115332017-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11534 Pedro Alves <palves@redhat.com>
11535
11536 PR gdb/16188
11537 * darwin-nat.c (darwin_ptrace_me): Check if calls to system
11538 calls succeeded.
11539 * fork-child.c (trace_start_error): New function.
11540 (trace_start_error_with_name): Likewise.
11541 * gnu-nat.c (gnu_ptrace_me): Check if call to PTRACE succeeded.
11542 * inf-ptrace.c (inf_ptrace_me): Likewise.
11543 * inferior.h (trace_start_error): New prototype.
11544 (trace_start_error_with_name): Likewise.
11545
99e8a4f9
SDJ
115462017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
11547
11548 PR gdb/21164
11549 * psymtab.c (maintenance_print_psymbols): Verify if 'argv' is not
11550 NULL before using it.
11551 * symmisc.c (maintenance_print_symbols): Likewise.
11552 (maintenance_print_msymbols): Likewise.
11553
4e746bb6
TW
115542017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
11555
11556 * NEWS: Add record Python bindings entry.
11557
115582017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
11559
11560 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-record-btrace.o,
11561 py-record-full.o.
11562 (SUBDIR_PYTHON_SRCS): Add py-record-btrace.c, py-record-full.c.
11563 * python/py-record-btrace.c, python/py-record-btrace.h,
11564 python/py-record-full.c, python/py-record-full.h: New file.
11565 * python/py-record.c: Add include for py-record-btrace.h and
11566 py-record-full.h.
11567 (recpy_method, recpy_format, recpy_goto, recpy_replay_position,
11568 recpy_instruction_history, recpy_function_call_history, recpy_begin,
11569 recpy_end): Use functions from py-record-btrace.c and py-record-full.c.
11570 * python/python-internal.h (PyInt_FromSsize_t, PyInt_AsSsize_t):
11571 New definition.
11572 (gdbpy_initialize_btrace): New export.
11573 * python/python.c (_initialize_python): Add gdbpy_initialize_btrace.
11574
115752017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
11576
11577 * Makefile.in (SUBDIR_PYTHON_OBS): Add python/py-record.o.
11578 (SUBDIR_PYTHON_SRCS): Add python/py-record.c.
11579 * python/py-record.c: New file.
11580 * python/python-internal.h (gdbpy_start_recording,
11581 gdbpy_current_recording, gdpy_stop_recording,
11582 gdbpy_initialize_record): New export.
11583 * python/python.c (_initialize_python): Add gdbpy_initialize_record.
11584 (python_GdbMethods): Add gdbpy_start_recording,
11585 gdbpy_current_recording and gdbpy_stop_recording.
11586
115872017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
11588
11589 * record-btrace.c (record_btrace_record_method): New function.
11590 (init_record_btrace_ops): Initialize to_record_method.
11591 * record-full.c (record_full_record_method): New function.
11592 (init_record_full_ops, init_record_full_core_ops): Add
11593 record_full_record_method.
11594 * record.h (enum record_method): New enum.
11595 * target-debug.h (target_debug_print_enum_record_method: New define.
11596 * target-delegates.c: Regenerate.
11597 * target.c (target_record_method): New function.
11598 * target.h: Include record.h.
11599 (struct target_ops) <to_record_method>: New field.
11600 (target_record_method): New export.
11601
116022017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
11603
11604 * record.h (record_start, record_stop): New export.
11605 * record.c (record_start, record_stop): New function.
11606
116072017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
11608
11609 * btrace.c (btrace_fetch): Copy function call segments pointer
11610 into a vector.
11611 (btrace_clear): Clear the vector.
11612 (btrace_find_insn_by_number): Use binary search to find the correct
11613 function call segment.
11614 * btrace.h (brace_fun_p): New typedef.
11615 (struct btrace_thread_info) <functions>: New field.
11616
116172017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
11618
11619 * record-btrace.c (btrace_ui_out_decode_error): Move most of it ...
11620 * btrace.c (btrace_decode_error): ... here. New function.
11621 * btrace.h (btrace_decode_error): New export.
11622
116232017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
11624
11625 * btrace.c (ftrace_call_num_insn, btrace_insn_get_error): New function.
11626 (ftrace_new_function, btrace_insn_number, btrace_insn_cmp,
11627 btrace_find_insn_by_number): Remove special case for gaps.
11628 * btrace.h (btrace_insn_get_error): New export.
11629 (btrace_insn_number, btrace_find_insn_by_number): Adjust comment.
11630 * record-btrace.c (btrace_insn_history): Print number for gaps.
11631 (record_btrace_info, record_btrace_goto): Handle gaps.
11632
3f77c769
TT
116332017-02-14 Tom Tromey <tom@tromey.com>
11634
11635 PR python/13598:
11636 * python/python.c (gdbpy_before_prompt_hook): Emit before_prompt
11637 event.
11638 * python/py-evts.c (gdbpy_initialize_py_events): Add
11639 before_prompt registry.
11640 * python/py-events.h (events_object) <before_prompt>: New field.
11641
4c2c7ac6
MM
116422017-02-14 Markus Metzger <markus.t.metzger@intel.com>
11643
11644 * btrace.c (ftrace_new_switch): Preserve up link and flags.
11645
5cf30ebf
LM
116462017-02-13 Luis Machado <lgustavo@codesourcery.com>
11647
11648 * symfile (_initialize_symfile): Add usage text to the load command's
11649 help text.
11650
26a06916
SM
116512017-02-10 Simon Marchi <simon.marchi@ericsson.com>
11652
11653 * utils.c (defaulted_query): Don't query on secondary UIs.
11654
0b145e37
TT
116552017-02-10 Tom Tromey <tom@tromey.com>
11656
11657 * rust-lang.c (rust_get_disr_info): Remove unused variable.
11658
2d8365c4
TT
116592017-02-10 Tom Tromey <tom@tromey.com>
11660
11661 * python/py-value.c (valpy_richcompare_throw): Remove unnecessary
11662 "cleanup" local.
11663 * python/py-type.c (typy_legacy_template_argument): Remove
11664 unnecessary "cleanup" local.
11665
2bb8f231
TT
116662017-02-10 Tom Tromey <tom@tromey.com>
11667
11668 * python/python.c (do_start_initialization): New function, from
11669 _initialize_python.
11670 (_initialize_python): Call do_start_initialization.
11671 * python/py-linetable.c (ltpy_iternext): Use explicit returns, not
11672 goto.
11673
1bdfaf42
TT
116742017-02-10 Tom Tromey <tom@tromey.com>
11675
11676 * python/py-prettyprint.c (pretty_print_one_value): Use
11677 gdbpy_ref.
11678
88b6faea
TT
116792017-02-10 Tom Tromey <tom@tromey.com>
11680
11681 * python/py-cmd.c (cmdpy_destroyer): Use gdbpy_ref.
11682 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Use
11683 gdbpy_ref.
11684 * python/py-type.c (field_new): Use gdbpy_ref.
11685 * python/py-symtab.c (symtab_and_line_to_sal_object): Use
11686 gdbpy_ref.
11687 * python/py-progspace.c (pspy_new): Use gdbpy_ref.
11688 (py_free_pspace): Likewise.
11689 (pspace_to_pspace_object): Likewise.
11690 * python/py-objfile.c (objfpy_new): Use gdbpy_ref.
11691 (py_free_objfile): Likewise.
11692 (objfile_to_objfile_object): Likewise.
11693 * python/py-inferior.c (delete_thread_object): Use
11694 gdbpy_ref.
11695 (infpy_read_memory): Likewise.
11696 (py_free_inferior): Likewise.
11697 * python/py-evtregistry.c (create_eventregistry_object): Use
11698 gdbpy_ref.
11699 * python/py-event.c (create_event_object): Use gdbpy_ref.
11700
7780f186
TT
117012017-02-10 Tom Tromey <tom@tromey.com>
11702
11703 * python/py-ref.h (gdbpy_ref_policy): Now a template.
11704 (gdbpy_ref): Now a template; allow subclasses of PyObject to be
11705 used.
11706 * python/py-arch.c, python/py-bpevent.c, python/py-breakpoint.c,
11707 python/py-cmd.c, python/py-continueevent.c, python/py-event.c,
11708 python/py-exitedevent.c, python/py-finishbreakpoint.c,
11709 python/py-framefilter.c, python/py-function.c,
11710 python/py-inferior.c, python/py-infevents.c,
11711 python/py-linetable.c, python/py-newobjfileevent.c,
11712 python/py-param.c, python/py-prettyprint.c, python/py-ref.h,
11713 python/py-signalevent.c, python/py-stopevent.c,
11714 python/py-symbol.c, python/py-threadevent.c, python/py-type.c,
11715 python/py-unwind.c, python/py-utils.c, python/py-value.c,
11716 python/py-varobj.c, python/py-xmethods.c, python/python.c,
11717 varobj.c: Change gdbpy_ref to gdbpy_ref<>.
11718
d4b0bb18
TT
117192017-02-10 Tom Tromey <tom@tromey.com>
11720
11721 * ui-out.h (ui_out_emit_type): New class.
11722 (ui_out_emit_tuple, ui_out_emit_list): New typedefs.
11723 * python/py-framefilter.c (py_print_single_arg): Use gdb::optional
11724 and ui_out_emit_tuple.
11725 (enumerate_locals): Likewise.
11726 (py_mi_print_variables, py_print_locals, py_print_args): Use
11727 ui_out_emit_list.
11728 (py_print_frame): Use gdb::optional, ui_out_emit_tuple,
11729 ui_out_emit_list.
11730 * common/gdb_optional.h: New file.
11731
f67f945c
MG
117322017-02-10 Martin Galvan <martingalvan@sourceware.org>
11733
11734 * MAINTAINERS (Write After Approval): Update my e-mail address.
11735
18da0c51
MG
117362017-02-10 Martin Galvan <martingalvan@sourceware.org>
11737
11738 PR gdb/21122
11739 * breakpoint.c (_initialize_breakpoint): Update the help description
11740 of the 'commands' command to indicate that it takes a list argument.
11741
62c14536
SM
117422017-02-09 Simon Marchi <simon.marchi@ericsson.com>
11743
11744 * interps.c (current_interp_set_logging): Remove "return".
11745
ff6fa247
GB
117462017-02-09 Gary Benson <gbenson@redhat.com>
11747
11748 * symtab.c (add_symtab_completions): Prevent NULL pointer
11749 dereference.
11750
a474bd8e
PA
117512017-02-08 Pedro Alves <palves@redhat.com>
11752
11753 * interps.c (interp::interp): Remove reference to quiet_p.
11754 (interp_set): Make static. Remove dead "Switching to" output
11755 code.
11756 (interp_quiet_p, interp_set_quiet): Delete.
11757 (interpreter_exec_cmd): Don't set the interpreter quiet.
11758 * interps.h (interp_quiet_p): Make static.
11759 (class interp) <quiet_p>: Remove field
11760
3d7b173c
JG
117612017-02-08 Jerome Guitton <guitton@adacore.com>
11762
604c4576
JG
11763 * cli/cli-decode.c (find_command_name_length): Make it extern.
11764 * cli/cli-decode.h (find_command_name_length): Declare.
11765 * cli/cli-script.c (command_name_equals, line_first_arg):
11766 New functions.
11767 (process_next_line): Use cli-decode to parse command names.
11768 (build_command_line): Make args a constant pointer.
11769
117702017-02-08 Jerome Guitton <guitton@adacore.com>
6dbb839a 11771
3d7b173c
JG
11772 * cli-decode.c (lookup_cmd_1, lookup_cmd_composition):
11773 Remove case-insensitive search.
11774
1291063d
JM
117752017-02-07 Jose E. Marchesi <jose.marchesi@oracle.com>
11776
11777 * sparc-tdep.c (sparc32_gdbarch_init): Do not place a + operator
11778 at the end of the line. Avoids an ARI warning.
11779
20b477a7
LM
117802017-02-06 Luis Machado <lgustavo@codesourcery.com>
11781
11782 * NEWS: Mention support for record/replay of Intel 64 rdrand and
11783 rdseed instructions.
11784 i386-tdep.c (i386_process_record): Handle Intel 64 rdrand and rseed.
11785
3f7b46f2
IR
117862017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
11787
11788 PR tdep/20936
11789 Provide and use sparc32 and sparc64 target description XML files.
11790 * features/sparc/sparc32-cp0.xml, features/sparc/sparc32-cpu.xml,
11791 features/sparc/sparc32-fpu.xml: New files for sparc 32-bit.
11792 * features/sparc/sparc64-cp0.xml, features/sparc/sparc64-cpu.xml,
11793 features/sparc/sparc64-fpu.xml: New files for sparc 64-bit.
11794 * features/sparc/sparc32-solaris.xml: New file.
11795 * features/sparc/sparc64-solaris.xml: New file.
11796 * features/sparc/sparc32-solaris.c: Generated.
11797 * features/sparc/sparc64-solaris.c: Generated.
11798 * sparc-tdep.h: Account for differences in target descriptions.
11799 * sparc-tdep.c (sparc32_register_name): Use target provided registers.
11800 (sparc32_register_type): Use target provided registers.
11801 (validate_tdesc_registers): New function.
11802 (sparc32_gdbarch_init): Use tdesc_has_registers.
11803 Set pseudoregister functions.
11804 * sparc64-tdep.c (sparc64_register_name): Use target provided registers.
11805 (sparc64_register_type): Use target provided registers.
11806 (sparc64_init_abi): Set pseudoregister functions.
11807
f0fd41c1
TT
118082017-02-03 Tom Tromey <tom@tromey.com>
11809
11810 PR rust/21097:
11811 * rust-lang.c (rust_print_type) <TYPE_CODE_UNION>: Handle enums
11812 with a single member.
11813
d6f9b0fb
PA
118142017-02-03 Pedro Alves <palves@redhat.com>
11815
11816 * cli/cli-interp.c (cli_interp_base::cli_interp_base)
11817 (cli_interp_base::~cli_interp_base): New.
11818 (cli_interp): New struct.
11819 (as_cli_interp): Cast the interp itself to cli_interp.
11820 (cli_interpreter_pre_command_loop): Rename to ...
11821 (cli_interp_base::pre_command_loop): ... this. Remove 'self'
11822 parameter.
11823 (cli_interpreter_init): Rename to ...
11824 (cli_interp::init): ... this. Remove 'self' parameter. Use
11825 boolean. Make extern.
11826 (cli_interpreter_resume): Rename to ...
11827 (cli_interp::resume): ... this. Remove 'data' parameter. Make
11828 extern.
11829 (cli_interpreter_suspend): Rename to ...
11830 (cli_interp::suspend): ... this. Remove 'data' parameter. Make
11831 extern.
11832 (cli_interpreter_exec): Rename to ...
11833 (cli_interp::exec): ... this. Remove 'data' parameter. Make
11834 extern.
11835 (cli_interpreter_supports_command_editing): Rename to ...
11836 (cli_interp_base::supports_command_editing): ... this. Remove
11837 'interp' parameter. Make extern.
11838 (cli_ui_out): Rename to ...
11839 (cli_interp::interp_ui_out): ... this. Remove 'interp' parameter.
11840 Make extern.
11841 (cli_set_logging): Rename to ...
11842 (cli_interp_base::set_logging): ... this. Remove 'interp'
11843 parameter. Make extern.
11844 (cli_interp_procs): Delete.
11845 (cli_interp_factory): Adjust to use "new".
11846 * cli/cli-interp.h: Include "interps.h".
11847 (struct cli_interp_base): New struct.
11848 * interps.c (struct interp): Delete. Fields moved to interps.h.
11849 (interp_new): Delete.
11850 (interp::interp, interp::~interp): New.
11851 (interp_set): Use bool, and return void. Assume the interpreter
11852 has suspend, init and resume methods, and that the all return
11853 void.
11854 (set_top_level_interpreter): interp_set returns void.
11855 (interp_ui_out): Adapt.
11856 (current_interp_set_logging): Adapt.
11857 (interp_data): Delete.
11858 (interp_pre_command_loop, interp_supports_command_editing): Adapt.
11859 (interp_exec): Adapt.
11860 (top_level_interpreter_data): Delete.
11861 * interps.h (interp_init_ftype, interp_resume_ftype)
11862 (interp_suspend_ftype, interp_exec_ftype)
11863 (interp_pre_command_loop_ftype, interp_ui_out_ftype): Delete.
11864 (class interp): New.
11865 (interp_new): Delete.
11866 (interp_set): Now returns void. Use bool.
11867 (interp_data, top_level_interpreter_data): Delete.
11868 * mi/mi-common.h: Include interps.h.
11869 (class mi_interp): Inherit from interp. Define a ctor. Declare
11870 init, resume, suspect, exec, interp_ui_out, set_logging and
11871 pre_command_loop methods.
11872 * mi/mi-interp.c (as_mi_interp): Cast the interp itself.
11873 (mi_interpreter_init): Rename to ...
11874 (mi_interp::init): ... this. Remove the 'interp' parameter, use
11875 bool, return void and make extern. Adjust.
11876 (mi_interpreter_resume): ... Rename to ...
11877 (mi_interp::resume): ... this. Remove the 'data' parameter,
11878 return void and make extern. Adjust.
11879 (mi_interpreter_suspend): ... Rename to ...
11880 (mi_interp::suspend): ... this. Remove the 'data' parameter,
11881 return void and make extern. Adjust.
11882 (mi_interpreter_exec): ... Rename to ...
11883 (mi_interp::exec): ... this. Remove the 'data' parameter and make
11884 extern. Adjust.
11885 (mi_interpreter_pre_command_loop): ... Rename to ...
11886 (mi_interp::pre_command_loop): ... this. Remove the 'self'
11887 parameter and make extern.
11888 (mi_on_normal_stop_1): Adjust.
11889 (mi_ui_out): Rename to ...
11890 (mi_interp::interp_ui_out): ... this. Remove the 'interp'
11891 parameter and make extern. Adjust.
11892 (mi_set_logging): Rename to ...
11893 (mi_interp::set_logging): ... this. Remove the 'interp'
11894 parameter and make extern. Adjust.
11895 (mi_interp_procs): Delete.
11896 (mi_interp_factory): Adjust to use 'new'.
11897 * mi/mi-main.c (mi_cmd_gdb_exit, captured_mi_execute_command)
11898 (mi_print_exception, mi_execute_command, mi_load_progress):
11899 Adjust.
11900 * tui/tui-interp.c (tui_interp): New class.
11901 (as_tui_interp): Return a tui_interp pointer.
11902 (tui_on_normal_stop, tui_on_signal_received)
11903 (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
11904 (tui_on_no_history, tui_on_user_selected_context_changed): Adjust
11905 to use interp::interp_ui_out.
11906 (tui_init): Rename to ...
11907 (tui_interp::init): ... this. Remove the 'self' parameter, use
11908 bool, return void and make extern. Adjust.
11909 (tui_resume): Rename to ...
11910 (tui_interp::resume): ... this. Remove the 'data' parameter,
11911 return void and make extern. Adjust.
11912 (tui_suspend): Rename to ...
11913 (tui_interp::suspend): ... this. Remove the 'data' parameter,
11914 return void and make extern. Adjust.
11915 (tui_ui_out): Rename to ...
11916 (tui_interp::interp_ui_out): ... this. Remove the 'self'
11917 parameter, and make extern. Adjust.
11918 (tui_exec): Rename to ...
11919 (tui_interp::exec): ... this. Remove the 'data' parameter and
11920 make extern.
11921 (tui_interp_procs): Delete.
11922 (tui_interp_factory): Use "new".
11923
65c40c95
TT
119242017-02-02 Tom Tromey <tom@tromey.com>
11925
11926 * rust-exp.y (ends_raw_string, space_then_number)
11927 (rust_identifier_start_p): Return bool.
11928 * rust-lang.c (rust_tuple_type_p, rust_underscore_fields)
11929 (rust_tuple_struct_type_p, rust_tuple_variant_type_p)
11930 (rust_slice_type_p, rust_range_type_p, rust_u8_type_p)
11931 (rust_chartype_p): Return bool.
11932 (val_print_struct, rust_print_struct_def, rust_print_type):
11933 Update.
11934 * rust-lang.h (rust_tuple_type_p, rust_tuple_struct_type_p):
11935 Return bool.
11936
b50f188d
TT
119372017-02-02 Tom Tromey <tom@tromey.com>
11938
11939 * rust-lang.c: Reindent.
11940
03c85b11
TT
119412017-02-02 Tom Tromey <tom@tromey.com>
11942
11943 * rust-lang.h (rust_crate_for_block): Update.
11944 * rust-lang.c (rust_crate_for_block): Return std::string.
11945 (rust_get_disr_info): Use std:;string, not
11946 gdb::unique_xmalloc_ptr.
11947 * rust-exp.y (crate_name): Update.
11948
9b6da501
PA
119492017-02-02 Pedro Alves <palves@redhat.com>
11950
11951 * disasm-selftests.c (print_one_insn_test): Move the "verbose"
11952 field out of gdb_disassembler_test and make it static.
11953
ec4cb20b
PA
119542017-02-02 Pedro Alves <palves@redhat.com>
11955
11956 * mi/mi-common.h (struct mi_interp): Delete the mi2_interp,
11957 mi1_interp and mi_interp fields.
11958
5be5dbf0
PA
119592017-02-02 Pedro Alves <palves@redhat.com>
11960
616268b6
PA
11961 * cli/cli-interp.c (struct saved_output_files, saved_output):
11962 Moved from cli/cli-logging.c.
11963 (cli_set_logging): New function.
11964 (cli_interp_procs): Install cli_set_logging.
11965 * cli/cli-interp.h (make_logging_output, cli_set_logging):
11966 Declare.
11967 * cli/cli-logging.c (struct saved_output_files, saved_output):
11968 Moved to cli/cli-interp.c.
11969 (pop_output_files): Don't save outputs here.
11970 (make_logging_output): New function.
11971 (handle_redirections): Don't build tee nor save previous outputs
11972 here.
11973 * interps.c (current_interp_set_logging): Change prototype.
11974 Assume there's always a set_logging_proc method installed.
11975 * interps.h (interp_set_logging_ftype): Change prototype.
11976 (current_interp_set_logging): Change prototype and adjust comment.
11977 * mi/mi-interp.c (mi_set_logging): Change protototype. Adjust to
11978 use make_logging_output.
11979 * tui/tui-interp.c (tui_interp_procs): Install cli_set_logging.
119802017-02-02 Pedro Alves <palves@redhat.com>
11981
5be5dbf0
PA
11982 * cli/cli-logging.c (maybe_warn_already_logging): New factored out
11983 from ...
11984 (set_logging_overwrite): ... here.
11985 (logging_no_redirect_file): Delete.
11986 (set_logging_redirect): Don't handle redirection on the fly.
11987 Instead warn that "logging off" / "logging on" is necessary.
11988 (pop_output_files): Delete references to logging_no_redirect_file.
11989 (show_logging_command): Always speak in terms of what will happen
11990 once logging is reenabled.
11991
c99cc448
PA
119922017-02-02 Pedro Alves <palves@redhat.com>
11993
11994 * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
11995
8b172ce7
PA
119962017-02-02 Pedro Alves <palves@redhat.com>
11997
11998 * disasm.c (gdb_pretty_print_insn): Rename to ...
11999 (gdb_pretty_print_disassembler::pretty_print_insn): ... this.
12000 Remove gdbarch parameter. Adapt to clear the object's buffers
12001 instead of allocating new buffers, and to print using the object's
12002 gdb_disassembler instead of calling gdb_print_insn.
12003 (dump_insns): Use gdb_pretty_print_disassembler.
12004 * disasm.h (gdb_pretty_print_insn): Delete declaration.
12005 (gdb_pretty_print_disassembler): New class.
12006 * record-btrace.c (btrace_insn_history): Use
12007 gdb_pretty_print_disassembler.
12008
d7e74731
PA
120092017-02-02 Pedro Alves <palves@redhat.com>
12010
12011 * ada-lang.c (type_as_string): Use string_file.
12012 * ada-valprint.c (ada_print_floating): Use string_file.
12013 * ada-varobj.c (ada_varobj_scalar_image)
12014 (ada_varobj_get_value_image): Use string_file.
12015 * aix-thread.c (aix_thread_extra_thread_info): Use string_file.
12016 * arm-tdep.c (_initialize_arm_tdep): Use string_printf.
12017 * breakpoint.c (update_inserted_breakpoint_locations)
12018 (insert_breakpoint_locations, reattach_breakpoints)
12019 (print_breakpoint_location, print_one_detail_ranged_breakpoint)
12020 (print_it_watchpoint): Use string_file.
12021 (save_breakpoints): Use stdio_file.
12022 * c-exp.y (oper): Use string_file.
12023 * cli/cli-logging.c (set_logging_redirect): Use ui_file_up and
12024 tee_file.
12025 (pop_output_files): Use delete.
12026 (handle_redirections): Use stdio_file and tee_file.
12027 * cli/cli-setshow.c (do_show_command): Use string_file.
12028 * compile/compile-c-support.c (c_compute_program): Use
12029 string_file.
12030 * compile/compile-c-symbols.c (generate_vla_size): Take a
12031 'string_file &' instead of a 'ui_file *'.
12032 (generate_c_for_for_one_variable): Take a 'string_file &' instead
12033 of a 'ui_file *'. Use string_file.
12034 (generate_c_for_variable_locations): Take a 'string_file &'
12035 instead of a 'ui_file *'.
12036 * compile/compile-internal.h (generate_c_for_for_one_variable):
12037 Take a 'string_file &' instead of a 'ui_file *'.
12038 * compile/compile-loc2c.c (push, pushf, unary, binary)
12039 (print_label, pushf_register_address, pushf_register)
12040 (do_compile_dwarf_expr_to_c): Take a 'string_file &' instead of a
12041 'ui_file *'. Adjust.
12042 * compile/compile.c (compile_to_object): Use string_file.
12043 * compile/compile.h (compile_dwarf_expr_to_c)
12044 (compile_dwarf_bounds_to_c): Take a 'string_file &' instead of a
12045 'ui_file *'.
12046 * cp-support.c (inspect_type): Use string_file and obstack_copy0.
12047 (replace_typedefs_qualified_name): Use string_file and
12048 obstack_copy0.
12049 * disasm.c (gdb_pretty_print_insn): Use string_file.
12050 (gdb_disassembly): Adjust reference the null_stream global.
12051 (do_ui_file_delete): Delete.
12052 (gdb_insn_length): Use null_stream.
12053 * dummy-frame.c (maintenance_print_dummy_frames): Use stdio_file.
12054 * dwarf2loc.c (dwarf2_compile_property_to_c)
12055 (locexpr_generate_c_location, loclist_generate_c_location): Take a
12056 'string_file &' instead of a 'ui_file *'.
12057 * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise.
12058 * dwarf2read.c (do_ui_file_peek_last): Delete.
12059 (dwarf2_compute_name): Use string_file.
12060 * event-top.c (gdb_setup_readline): Use stdio_file.
12061 * gdbarch.sh (verify_gdbarch): Use string_file.
12062 * gdbtypes.c (safe_parse_type): Use null_stream.
12063 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Use
12064 string_file.
12065 * guile/scm-disasm.c (gdbscm_print_insn_from_port): Take a
12066 'string_file *' instead of a 'ui_file *'.
12067 (gdbscm_arch_disassemble): Use string_file.
12068 * guile/scm-frame.c (frscm_print_frame_smob): Use string_file.
12069 * guile/scm-ports.c (class ioscm_file_port): Now a class that
12070 inherits from ui_file.
12071 (ioscm_file_port_delete, ioscm_file_port_rewind)
12072 (ioscm_file_port_put): Delete.
12073 (ioscm_file_port_write): Rename to ...
12074 (ioscm_file_port::write): ... this. Remove file_port_magic
12075 checks.
12076 (ioscm_file_port_new): Delete.
12077 (ioscm_with_output_to_port_worker): Use ioscm_file_port and
12078 ui_file_up.
12079 * guile/scm-type.c (tyscm_type_name): Use string_file.
12080 * guile/scm-value.c (vlscm_print_value_smob, gdbscm_value_print):
12081 Use string_file.
12082 * infcmd.c (print_return_value_1): Use string_file.
12083 * infrun.c (print_target_wait_results): Use string_file.
12084 * language.c (add_language): Use string_file.
12085 * location.c (explicit_to_string_internal): Use string_file.
12086 * main.c (captured_main_1): Use null_file.
12087 * maint.c (maintenance_print_architecture): Use stdio_file.
12088 * mi/mi-cmd-stack.c (list_arg_or_local): Use string_file.
12089 * mi/mi-common.h (struct mi_interp) <out, err, log, targ,
12090 event_channel>: Change type to mi_console_file pointer.
12091 * mi/mi-console.c (mi_console_file_fputs, mi_console_file_flush)
12092 (mi_console_file_delete): Delete.
12093 (struct mi_console_file): Delete.
12094 (mi_console_file_magic): Delete.
12095 (mi_console_file_new): Delete.
12096 (mi_console_file::mi_console_file): New.
12097 (mi_console_file_delete): Delete.
12098 (mi_console_file_fputs): Delete.
12099 (mi_console_file::write): New.
12100 (mi_console_raw_packet): Delete.
12101 (mi_console_file::flush): New.
12102 (mi_console_file_flush): Delete.
12103 (mi_console_set_raw): Rename to ...
12104 (mi_console_file::set_raw): ... this.
12105 * mi/mi-console.h (class mi_console_file): New class.
12106 (mi_console_file_new, mi_console_set_raw): Delete.
12107 * mi/mi-interp.c (mi_interpreter_init): Use mi_console_file.
12108 (mi_set_logging): Use delete and tee_file. Adjust.
12109 * mi/mi-main.c (output_register): Use string_file.
12110 (mi_cmd_data_evaluate_expression): Use string_file.
12111 (mi_cmd_data_read_memory): Use string_file.
12112 (mi_cmd_execute, print_variable_or_computed): Use string_file.
12113 * mi/mi-out.c (mi_ui_out::main_stream): New.
12114 (mi_ui_out::rewind): Use main_stream and
12115 string_file.
12116 (mi_ui_out::put): Use main_stream and string_file.
12117 (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
12118 Allocate a 'string_file' instead.
12119 (mi_out_new): Don't allocate a mem_fileopen stream here.
12120 * mi/mi-out.h (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
12121 (mi_ui_out::main_stream): Declare method.
12122 * printcmd.c (eval_command): Use string_file.
12123 * psymtab.c (maintenance_print_psymbols): Use stdio_file.
12124 * python/py-arch.c (archpy_disassemble): Use string_file.
12125 * python/py-breakpoint.c (bppy_get_commands): Use string_file.
12126 * python/py-frame.c (frapy_str): Use string_file.
12127 * python/py-framefilter.c (py_print_type, py_print_single_arg):
12128 Use string_file.
12129 * python/py-type.c (typy_str): Use string_file.
12130 * python/py-unwind.c (unwind_infopy_str): Use string_file.
12131 * python/py-value.c (valpy_str): Use string_file.
12132 * record-btrace.c (btrace_insn_history): Use string_file.
12133 * regcache.c (regcache_print): Use stdio_file.
12134 * reggroups.c (maintenance_print_reggroups): Use stdio_file.
12135 * remote.c (escape_buffer): Use string_file.
12136 * rust-lang.c (rust_get_disr_info): Use string_file.
12137 * serial.c (serial_open_ops_1): Use stdio_file.
12138 (do_serial_close): Use delete.
12139 * stack.c (print_frame_arg): Use string_file.
12140 (print_frame_args): Remove local mem_fileopen stream, not used.
12141 (print_frame): Use string_file.
12142 * symmisc.c (maintenance_print_symbols): Use stdio_file.
12143 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
12144 Take a 'string_file *' instead of a 'ui_file *'.
12145 * top.c (new_ui): Use stdio_file and stderr_file.
12146 (free_ui): Use delete.
12147 (execute_command_to_string): Use string_file.
12148 (quit_confirm): Use string_file.
12149 * tracepoint.c (collection_list::append_exp): Use string_file.
12150 * tui/tui-disasm.c (tui_disassemble): Use string_file.
12151 * tui/tui-file.c: Don't include "ui-file.h".
12152 (enum streamtype, struct tui_stream): Delete.
12153 (tui_file_new, tui_file_delete, tui_fileopen, tui_sfileopen)
12154 (tui_file_isatty, tui_file_rewind, tui_file_put): Delete.
12155 (tui_file::tui_file): New method.
12156 (tui_file_fputs): Delete.
12157 (tui_file_get_strbuf): Delete.
12158 (tui_file::puts): New method.
12159 (tui_file_adjust_strbuf): Delete.
12160 (tui_file_flush): Delete.
12161 (tui_file::flush): New method.
12162 * tui/tui-file.h: Tweak intro comment.
12163 Include ui-file.h.
12164 (tui_fileopen, tui_sfileopen, tui_file_get_strbuf)
12165 (tui_file_adjust_strbuf): Delete declarations.
12166 (class tui_file): New class.
12167 * tui/tui-io.c (tui_initialize_io): Use tui_file.
12168 * tui/tui-regs.c (tui_restore_gdbout): Use delete.
12169 (tui_register_format): Use string_stream.
12170 * tui/tui-stack.c (tui_make_status_line): Use string_file.
12171 (tui_get_function_from_frame): Use string_file.
12172 * typeprint.c (type_to_string): Use string_file.
12173 * ui-file.c (struct ui_file, ui_file_magic, ui_file_new): Delete.
12174 (null_stream): New global.
12175 (ui_file_delete): Delete.
12176 (ui_file::ui_file): New.
12177 (null_file_isatty): Delete.
12178 (ui_file::~ui_file): New.
12179 (null_file_rewind): Delete.
12180 (ui_file::printf): New.
12181 (null_file_put): Delete.
12182 (null_file_flush): Delete.
12183 (ui_file::putstr): New.
12184 (null_file_write): Delete.
12185 (ui_file::putstrn): New.
12186 (null_file_read): Delete.
12187 (ui_file::putc): New.
12188 (null_file_fputs): Delete.
12189 (null_file_write_async_safe): Delete.
12190 (ui_file::vprintf): New.
12191 (null_file_delete): Delete.
12192 (null_file::write): New.
12193 (null_file_fseek): Delete.
12194 (null_file::puts): New.
12195 (ui_file_data): Delete.
12196 (null_file::write_async_safe): New.
12197 (gdb_flush, ui_file_isatty): Adjust.
12198 (ui_file_put, ui_file_rewind): Delete.
12199 (ui_file_write): Adjust.
12200 (ui_file_write_for_put): Delete.
12201 (ui_file_write_async_safe, ui_file_read): Adjust.
12202 (ui_file_fseek): Delete.
12203 (fputs_unfiltered): Adjust.
12204 (set_ui_file_flush, set_ui_file_isatty, set_ui_file_rewind)
12205 (set_ui_file_put, set_ui_file_write, set_ui_file_write_async_safe)
12206 (set_ui_file_read, set_ui_file_fputs, set_ui_file_fseek)
12207 (set_ui_file_data): Delete.
12208 (string_file::~string_file, string_file::write)
12209 (struct accumulated_ui_file, do_ui_file_xstrdup, ui_file_xstrdup)
12210 (do_ui_file_as_string, ui_file_as_string): Delete.
12211 (do_ui_file_obsavestring, ui_file_obsavestring): Delete.
12212 (struct mem_file): Delete.
12213 (mem_file_new): Delete.
12214 (stdio_file::stdio_file): New.
12215 (mem_file_delete): Delete.
12216 (stdio_file::stdio_file): New.
12217 (mem_fileopen): Delete.
12218 (stdio_file::~stdio_file): New.
12219 (mem_file_rewind): Delete.
12220 (stdio_file::set_stream): New.
12221 (mem_file_put): Delete.
12222 (stdio_file::open): New.
12223 (mem_file_write): Delete.
12224 (stdio_file_magic, struct stdio_file): Delete.
12225 (stdio_file_new, stdio_file_delete, stdio_file_flush): Delete.
12226 (stdio_file::flush): New.
12227 (stdio_file_read): Rename to ...
12228 (stdio_file::read): ... this. Adjust.
12229 (stdio_file_write): Rename to ...
12230 (stdio_file::write): ... this. Adjust.
12231 (stdio_file_write_async_safe): Rename to ...
12232 (stdio_file::write_async_safe) ... this. Adjust.
12233 (stdio_file_fputs): Rename to ...
12234 (stdio_file::puts) ... this. Adjust.
12235 (stdio_file_isatty): Delete.
12236 (stdio_file_fseek): Delete.
12237 (stdio_file::isatty): New.
12238 (stderr_file_write): Rename to ...
12239 (stderr_file::write) ... this. Adjust.
12240 (stderr_file_fputs): Rename to ...
12241 (stderr_file::puts) ... this. Adjust.
12242 (stderr_fileopen, stdio_fileopen, gdb_fopen): Delete.
12243 (stderr_file::stderr_file): New.
12244 (tee_file_magic): Delete.
12245 (struct tee_file): Delete.
12246 (tee_file::tee_file): New.
12247 (tee_file_new): Delete.
12248 (tee_file::~tee_file): New.
12249 (tee_file_delete): Delete.
12250 (tee_file_flush): Rename to ...
12251 (tee_file::flush): ... this. Adjust.
12252 (tee_file_write): Rename to ...
12253 (tee_file::write): ... this. Adjust.
12254 (tee_file::write_async_safe): New.
12255 (tee_file_fputs): Rename to ...
12256 (tee_file::puts): ... this. Adjust.
12257 (tee_file_isatty): Rename to ...
12258 (tee_file::isatty): ... this. Adjust.
12259 * ui-file.h (struct obstack, struct ui_file): Don't
12260 forward-declare.
12261 (ui_file_new, ui_file_flush_ftype, set_ui_file_flush)
12262 (ui_file_write_ftype)
12263 (set_ui_file_write, ui_file_fputs_ftype, set_ui_file_fputs)
12264 (ui_file_write_async_safe_ftype, set_ui_file_write_async_safe)
12265 (ui_file_read_ftype, set_ui_file_read, ui_file_isatty_ftype)
12266 (set_ui_file_isatty, ui_file_rewind_ftype, set_ui_file_rewind)
12267 (ui_file_put_method_ftype, ui_file_put_ftype, set_ui_file_put)
12268 (ui_file_delete_ftype, set_ui_file_data, ui_file_fseek_ftype)
12269 (set_ui_file_fseek): Delete.
12270 (ui_file_data, ui_file_delete, ui_file_rewind)
12271 (struct ui_file): New.
12272 (ui_file_up): New.
12273 (class null_file): New.
12274 (null_stream): Declare.
12275 (ui_file_write_for_put, ui_file_put): Delete.
12276 (ui_file_xstrdup, ui_file_as_string, ui_file_obsavestring):
12277 Delete.
12278 (ui_file_fseek, mem_fileopen, stdio_fileopen, stderr_fileopen)
12279 (gdb_fopen, tee_file_new): Delete.
12280 (struct string_file): New.
12281 (struct stdio_file): New.
12282 (stdio_file_up): New.
12283 (struct stderr_file): New.
12284 (class tee_file): New.
12285 * ui-out.c (ui_out::field_stream): Take a 'string_file &' instead
12286 of a 'ui_file *'. Adjust.
12287 * ui-out.h (class ui_out) <field_stream>: Likewise.
12288 * utils.c (do_ui_file_delete, make_cleanup_ui_file_delete)
12289 (null_stream): Delete.
12290 (error_stream): Take a 'string_file &' instead of a 'ui_file *'.
12291 Adjust.
12292 * utils.h (struct ui_file): Delete forward declaration..
12293 (make_cleanup_ui_file_delete, null_stream): Delete declarations.
12294 (error_stream): Take a 'string_file &' instead of a
12295 'ui_file *'.
12296 * varobj.c (varobj_value_get_print_value): Use string_file.
12297 * xtensa-tdep.c (xtensa_verify_config): Use string_file.
12298 * gdbarch.c: Regenerate.
12299
187808b0
PA
123002017-02-02 Pedro Alves <palves@redhat.com>
12301
12302 * disasm.c (gdb_disassembler::pretty_print_insn): Rename to...
12303 (gdb_pretty_print_insn): ... this. Now a free function. Add back
12304 a 'gdbarch' parameter. Allocate a mem_fileopen stream here.
12305 Adjust to call gdb_print_insn instead of
12306 gdb_disassembler::print_insn.
12307 (dump_insns, do_mixed_source_and_assembly_deprecated)
12308 (do_mixed_source_and_assembly, do_assembly_only): Add back a
12309 'gdbarch' parameter. Remove gdb_disassembler parameter.
12310 (gdb_disassembly): Don't allocate a gdb_disassembler here.
12311 * disasm.h (gdb_disassembler::pretty_print_insn): Delete
12312 declaration.
12313 (gdb_pretty_print_insn): Re-add declaration.
12314 * record-btrace.c (btrace_insn_history): Don't allocate a
12315 gdb_disassembler here. Adjust to call gdb_pretty_print_insn.
12316
7a8eb317
SM
123172017-02-01 Simon Marchi <simon.marchi@polymtl.ca>
12318
12319 * disasm.h (gdb_disassembly): Remove file_string parameter.
12320 * disasm.c (gdb_disassembly): Likewise.
12321 * cli/cli-cmds.c (print_disassembly): Adapt.
12322 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
12323 * stack.c (do_gdb_disassembly): Likewise.
12324
7346ef59
AA
123252017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12326
12327 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): For
12328 DWARF_VALUE_LITERAL, no longer ignore the offset on big-endian
12329 targets. And if the implicit value is longer than needed, extract
12330 the first bytes instead of the "least significant" ones.
12331
cd4007e4
MM
123322017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12333
12334 * btrace.c (btrace_enable): Do not call btrace_add_pc for
12335 BTRACE_FORMAT_PT or if can_access_registers_ptid returns false.
12336 (btrace_fetch): Assert can_access_registers_ptid.
12337 * record-btrace.c (require_btrace_thread, record_btrace_info): Call
12338 validate_registers_access.
12339
cf77c34e
MM
123402017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12341
12342 * gdbthread.h (can_access_registers_ptid): New.
12343 * thread.c (can_access_registers_ptid): New.
12344
be85ce7d
PA
123452017-02-01 Pedro Alves <palves@redhat.com>
12346
12347 * i386-tdep.c (i386_fast_tracepoint_valid_at): Use gdb_insn_length.
12348
29b0b251
PA
123492017-01-31 Pedro Alves <palves@redhat.com>
12350
12351 * mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified):
12352 Fix typos.
12353
289b5b24
PA
123542017-01-31 Pedro Alves <palves@redhat.com>
12355
12356 * stack.c (print_frame_args): Remove local mem_fileopen stream,
12357 not used.
12358
b47413b4
PA
123592017-01-31 Pedro Alves <palves@redhat.com>
12360
12361 * varobj.c (varobj_value_get_print_value): Remove xstrdup call.
12362
60adb36c
PA
123632017-01-31 Pedro Alves <palves@redhat.com>
12364
12365 * common/scoped_restore.h
12366 (scoped_restore_tmpl::scoped_restore_tmpl): Template on T2, and
12367 change the value's parameter type to T2.
12368 (make_scoped_restore): Likewise.
12369
2735833d
WT
123702017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12371 Richard Henderson <rth@redhat.com>
12372
12373 * amd64-linux-nat.c (PTRACE_ARCH_PRCTL): New define.
12374 (amd64_linux_fetch_inferior_registers): Add case to fetch FS_BASE
12375 GS_BASE for older kernels.
12376 (amd64_linux_store_inferior_registers): Add case to store FS_BASE
12377 GS_BASE for older kernels.
12378 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Add FS_BASE
12379 and GS_BASE to the offset table.
12380 (amd64_linux_register_reggroup_p): Add FS_BASE and GS_BASE to the
12381 system register group.
12382 * amd64-nat.c (amd64_native_gregset_reg_offset): Implements case
12383 for older kernels.
12384 * amd64-tdep.c (amd64_init_abi): Add segment registers for the
12385 amd64 ABI.
12386 * amd64-tdep.h (amd64_regnum): Add AMD64_FSBASE_REGNUM and
12387 AMD64_GSBASE_REGNUM.
12388 (AMD64_NUM_REGS): Set to AMD64_GSBASE_REGNUM + 1.
12389 * features/Makefile (amd64-linux.dat, amd64-avx-linux.dat)
12390 (amd64-mpx-linux.dat, amd64-avx512-linux.dat, x32-linux.dat)
12391 (x32-avx-linux.dat, x32-avx512-linux.dat): Add
12392 i386/64bit-segments.xml in those rules.
12393 * features/i386/64bit-segments.xml: New file.
12394 * features/i386/amd64-avx-mpx-linux.xml: Add 64bit-segments.xml.
12395 * features/i386/amd64-avx-linux.xml: Add 64bit-segments.xml.
12396 * features/i386/amd64-avx512-linux.xml: Add 64bit-segments.xml.
12397 * features/i386/amd64-mpx-linux.xml: Add 64bit-segments.xml.
12398 * features/i386/x32-avx512-linux.xml: Add 64bit-segments.xml.
12399 * features/i386/x32-avx-linux.xml: Add 64bit-segments.xml.
12400 * features/i386/amd64-linux.xml: Add 64bit-segments.xml.
12401 * features/i386/amd64-avx-linux.c: Regenerated.
12402 * features/i386/amd64-avx-mpx-linux.c: Regenerated.
12403 * features/i386/amd64-avx-mpx.c: Regenerated.
12404 * features/i386/amd64-avx512-linux.c: Regenerated.
12405 * features/i386/amd64-linux.c: Regenerated.
12406 * features/i386/amd64-mpx-linux.c: Regenerated.
12407 * features/i386/i386-avx-mpx-linux.c: Regenerated.
12408 * features/i386/i386-avx-mpx.c: Regenerated.
12409 * features/i386/x32-avx-linux.c: Regenerated.
12410 * features/i386/x32-avx512-linux.c: Regenerated.
12411 * regformats/i386/amd64-avx-linux.dat: Regenerated.
12412 * regformats/i386/amd64-avx-mpx-linux.dat: Regenerated.
12413 * regformats/i386/amd64-avx512-linux.dat: Regenerated.
12414 * regformats/i386/amd64-linux.dat: Regenerated.
12415 * regformats/i386/amd64-mpx-linux.dat: Regenerated.
12416 * regformats/i386/x32-avx-linux.dat: Regenerated.
12417 * regformats/i386/x32-avx512-linux.dat: Regenerated.
12418 * regformats/i386/x32-linux.dat: Regenerated.
12419
8884e97e
WT
124202017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12421
12422 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM):
12423 Set to AMD64_NUM_REGS.
12424
7005d26a
WT
124252017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12426
12427 * amd64-nat.c (amd64_native_gregset_reg_offset): Simplify logic
12428 that checks validity of a register number.
12429
4bd2e1b2
KC
124302017-01-27 Kees Cook <keescook@google.com>
12431
12432 * gdb/arm-linux-nat.c (arm_linux_fetch_inferior_registers): Call
12433 fetch_fpregs if target has fpa registers.
12434 (arm_linux_store_inferior_registers): Call store_fpregs if target
12435 has fpa registers.
12436
7cf1de6c
AA
124372017-01-26 Andreas Arnez <arnez@linux.vnet.ibm.com>
12438
12439 * cris-tdep.c (cris_gdbarch_init): Remove check for
12440 info.byte_order and force it to BFD_ENDIAN_LITTLE.
12441
874a1c8c
AT
124422017-01-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12443
12444 * corelow.c (get_core_register_section): Check for regset
12445 existence before checking for REGSET_VARIABLE_SIZE.
12446
d8b49cf0
YQ
124472017-01-26 Yao Qi <yao.qi@linaro.org>
12448 Pedro Alves <palves@redhat.com>
12449
12450 PR gdb/20939
12451 * disasm.c (gdb_disassembler::dis_asm_memory_error): Don't
12452 call memory_error, save memaddr instead.
12453 (gdb_disassembler::print_insn): If gdbarch_print_insn returns
12454 negative, cal memory_error.
12455 * disasm.h (gdb_disassembler) <m_err_memaddr>: New field.
12456
658ca58c
YQ
124572017-01-26 Yao Qi <yao.qi@linaro.org>
12458
12459 * disasm-selftests.c (memory_error_test): New function.
12460 (_initialize_disasm_selftests): Register memory_error_test.
12461
79843d45
YQ
124622017-01-26 Yao Qi <yao.qi@linaro.org>
12463
12464 * Makefile.in (SFILES): Add disasm-selftests.c and
12465 selftest-arch.c.
12466 (COMMON_OBS): Add disasm-selftests.o and selftest-arch.o.
12467 * disasm-selftests.c: New file.
12468 * selftest-arch.c: New file.
12469 * selftest-arch.h: New file.
12470
8cafda32
YQ
124712017-01-26 Yao Qi <yao.qi@linaro.org>
12472
12473 * mep-tdep.c (mep_gdb_print_insn): Set info->arch
12474 to bfd_arch_mep. Don't return 0 if section is not
12475 found. Call print_insn_mep.
12476
e47ad6c0
YQ
124772017-01-26 Pedro Alves <palves@redhat.com>
12478 Yao Qi <yao.qi@linaro.org>
12479
12480 * arm-tdep.c: Include "disasm.h".
12481 (gdb_print_insn_arm): Update code to get gdbarch.
12482 * disasm.c (dis_asm_read_memory): Change it to
12483 gdb_disassembler::dis_asm_read_memory.
12484 (dis_asm_memory_error): Likewise.
12485 (dis_asm_print_address): Likewise.
12486 (gdb_pretty_print_insn): Change it to
12487 gdb_disassembler::pretty_print_insn.
12488 (dump_insns): Add one argument gdb_disassemlber. All
12489 callers updated.
12490 (do_mixed_source_and_assembly_deprecated): Likewise.
12491 (do_mixed_source_and_assembly): Likewise.
12492 (do_assembly_only): Likewise.
12493 (gdb_disassembler::gdb_disassembler): New.
12494 (gdb_disassembler::print_insn): New.
12495 * disasm.h (class gdb_disassembler): New.
12496 (gdb_pretty_print_insn): Remove declaration.
12497 (gdb_disassemble_info): Likewise.
12498 * guile/scm-disasm.c (class gdbscm_disassembler): New.
12499 (gdbscm_disasm_read_memory_worker): Update.
12500 (gdbscm_disasm_read_memory): Update.
12501 (gdbscm_disasm_memory_error): Remove.
12502 (gdbscm_disasm_print_address): Remove.
12503 (gdbscm_disassembler::gdbscm_disassembler): New.
12504 (gdbscm_print_insn_from_port): Update.
12505 * mips-tdep.c: Include disasm.h.
12506 (gdb_print_insn_mips): Update code to get gdbarch.
12507 * record-btrace.c (btrace_insn_history): Update.
12508 * spu-tdep.c: Include disasm.h.
12509 (struct spu_dis_asm_data): Remove.
12510 (struct spu_dis_asm_info): New.
12511 (spu_dis_asm_print_address): Use spu_dis_asm_info to get
12512 SPU id.
12513 (gdb_print_insn_spu): Cast disassemble_info to
12514 spu_dis_asm_info.
12515
80d75874
YQ
125162017-01-26 Yao Qi <yao.qi@linaro.org>
12517
12518 * disasm.c (do_ui_file_delete): Delete.
12519 (gdb_insn_length): Move code creating stream to ...
12520 * utils.c (null_stream): ... here. New function.
12521 * utils.h (null_stream): Declare.
12522
60685cd0
SM
125232017-01-23 Simon Marchi <simon.marchi@polymtl.ca>
12524
12525 * python/py-inferior.c (find_thread_object): Return directly
12526 from the loop. Remove "found" variable.
12527
eb1cdb62
JB
125282017-01-21 Joel Brobecker <brobecker@adacore.com>
12529
12530 GDB 7.12.1 released.
12531
b1ce6568
SM
125322017-01-20 Simon Marchi <simon.marchi@ericsson.com>
12533
12534 * python/py-function.c (fnpy_call): Reorder declarations to have
12535 the gdbpy_enter object declared first.
12536 * python/py-xmethods.c (gdbpy_get_xmethod_arg_types): Likewise.
12537
6f8b0407
SM
125382017-01-20 Simon Marchi <simon.marchi@ericsson.com>
12539
fec93fb1 12540 PR python/21068
6f8b0407
SM
12541 * python/python-internal.h (PyMem_RawMalloc): Define for
12542 Python < 3.4.
12543 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Use
12544 PyMem_RawMalloc instead of PyMem_Malloc.
12545
78cbbba8
LM
125462017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
12547 Luis Machado <lgustavo@codesourcery.com>
12548
12549 * NEWS (New commands): Mention flash-erase.
12550 (New MI commands): Mention target-flash-erase.
12551 * mi/mi-cmds.c (mi_cmd_target_flash_erase): Add target-flash-erase MI
12552 command.
12553 * mi/mi-cmds.h (mi_cmd_target_flash_erase): New declaration.
12554 * mi/mi-main.c (mi_cmd_target_flash_erase): New function.
12555 * target.c (flash_erase_command): New function.
12556 (initialize_targets): Add new flash-erase command.
12557 * target.h (flash_erase_command): New declaration.
12558
2132fe85
JB
125592017-01-20 Joel Brobecker <brobecker@adacore.com>
12560
12561 * nat/linux-ptrace.c: Only include <sys/procfs.h> if
12562 HAVE_SYS_PROCFS_H is defined.
12563
d1dff226
AH
125642017-01-18 Alan Hayward <alan.hayward@arm.com>
12565
12566 * remote.c (struct cached_reg): Change data into a pointer.
12567 * (stop_reply_dtr): Free data pointers before deleting vector.
12568 (process_stop_reply): Likewise.
12569 (remote_parse_stop_reply): Allocate space for data
12570
9890e433
AH
125712017-01-18 Alan Hayward <alan.hayward@arm.com>
12572
12573 * amd64-tdep.c (amd64_pseudo_register_read_value): remove
12574 MAX_REGISTER_SIZE.
12575 (amd64_pseudo_register_read_value): Likewise.
12576 * remote.c (fetch_register_using_p): Remove MAX_REGISTER_SIZE.
12577 (store_register_using_P): Likewise.
12578 * regcache.c (regcache_xfer_part): Likewise.
12579
7a36499a
IR
125802017-01-16 Ivo Raisr <ivo.raisr@oracle.com>
12581
12582 Split real and pseudo registers.
12583 * sparc-tdep.h (SPARC_CORE_REGISTERS): New macro.
12584 (sparc32_pseudo_regnum): New enum.
12585 * sparc64-tdep.h (sparc64_pseudo_regnum): New enum.
12586 * sparc-tdep.c (SPARC32_FPU_REGISTERS): New macro.
12587 (SPARC32_CP0_REGISTERS): New macro.
12588 (sparc32_pseudo_register_name): New function.
12589 (sparc32_register_name): Use sparc32_pseudo_register_name.
12590 (sparc32_pseudo_register_type): New function.
12591 (sparc32_register_type): Use sparc32_pseudo_register_type.
12592 (sparc32_pseudo_register_read, sparc32_pseudo_register_write): Handle
12593 pseudo register numbers.
12594 * sparc64-tdep.c SPARC64_FPU_REGISTERS): New macro.
12595 (SPARC64_CP0_REGISTERS): New macro.
12596 (sparc64_pseudo_register_name): New function.
12597 (sparc64_register_name): Use sparc64_pseudo_register_name.
12598 (sparc64_pseudo_register_type): New function.
12599 (sparc64_register_type): Use sparc64_pseudo_register_type.
12600 (sparc64_pseudo_register_read, sparc64_pseudo_register_write): Handle
12601 pseudo register numbers.
12602 (sparc64_store_floating_fields, sparc64_extract_floating_fields,
12603 sparc64_store_arguments): Handle pseudo register numbers.
12604
6f8976bf
YQ
126052017-01-13 Yao Qi <yao.qi@linaro.org>
12606
12607 * remote.c (REMOTE_DEBUG_MAX_CHAR): New macro.
12608 (putpkt_binary): Print only REMOTE_DEBUG_MAX_CHAR chars in debug
12609 output.
12610 (getpkt_or_notif_sane_1): Likewise.
12611
e4241ace
YQ
126122017-01-13 Yao Qi <yao.qi@linaro.org>
12613
12614 * Makefile.in (checker-headers): Use CXX and CXX_DIALET instead
12615 of CC. Pass "-x c++-header" instead of "-x c".
12616
3015c064
SM
126172017-01-12 Simon Marchi <simon.marchi@ericsson.com>
12618
12619 * remote.c (remote_can_async_p): Update comment.
12620
fde1b17d
SM
126212017-01-12 Simon Marchi <simon.marchi@ericsson.com>
12622
12623 * linux-nat.c (linux_nat_can_async_p): Update comment.
12624
ca1ca08b
SM
126252017-01-12 Simon Marchi <simon.marchi@ericsson.com>
12626
12627 * serial.c (serial_open): Forget about "pc" and "lpt" serial interface.
12628
4ad2da73
SM
126292017-01-11 Simon Marchi <simon.marchi@ericsson.com>
12630
12631 * cli/cli-decode.c (lookup_cmd_1): Fix typo in comment.
12632
c8b23b3f
TT
126332017-01-10 Tom Tromey <tom@tromey.com>
12634
12635 * python/py-type.c (typy_legacy_template_argument): Update.
12636 * cp-support.h (struct demangle_parse_info) (demangle_parse_info,
12637 ~demangle_parse_info): Declare new members.
12638 (cp_demangled_name_to_comp): Return unique_ptr.
12639 (cp_demangled_name_parse_free)
12640 (make_cleanup_cp_demangled_name_parse_free)
12641 (cp_new_demangle_parse_info): Remove.
12642 * cp-support.c (do_demangled_name_parse_free_cleanup)
12643 (make_cleanup_cp_demangled_name_parse_free): Remove.
12644 (inspect_type, cp_canonicalize_string_full)
12645 (cp_canonicalize_string): Update.
12646 (mangled_name_to_comp): Change return type.
12647 (cp_class_name_from_physname, method_name_from_physname)
12648 (cp_func_name, cp_remove_params): Update.
12649 * cp-name-parser.y (demangle_parse_info): New constructor, from
12650 cp_new_demangle_parse_info.
12651 (~demangle_parse_info): New destructor, from
12652 cp_demangled_name_parse_free.
12653 (cp_merge_demangle_parse_infos): Update.
12654 (cp_demangled_name_to_comp): Change return type.
12655
1ac32117
TT
126562017-01-10 Tom Tromey <tom@tromey.com>
12657
12658 * top.c (prevent_dont_repeat): Change return type.
12659 * python/python.c (execute_gdb_command): Use std::string.
12660 Update.
12661 * guile/guile.c (gdbscm_execute_gdb_command): Update.
12662 * command.h (prevent_dont_repeat): Change return type.
12663 * breakpoint.c (bpstat_do_actions_1): Update.
12664
0cf08227
TT
126652017-01-10 Tom Tromey <tom@tromey.com>
12666
12667 * value.h (scoped_value_mark::~scoped_value_mark): Call
12668 free_to_mark.
12669 (scoped_value_mark::free_to_mark): New method.
12670 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
12671 scoped_value_mark.
12672
eb115069
TT
126732017-01-10 Tom Tromey <tom@tromey.com>
12674
12675 * python/py-value.c (valpy_dereference, valpy_referenced_value)
12676 (valpy_reference_value, valpy_const_value, valpy_get_address)
12677 (valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12678 (valpy_getitem, valpy_call, valpy_binop_throw, valpy_negative)
12679 (valpy_absolute, valpy_richcompare_throw): Use scoped_value_mark.
12680 * dwarf2loc.c (dwarf2_loc_desc_get_symbol_read_needs): Use
12681 scoped_value_mark.
12682 * dwarf2-frame.c (execute_stack_op): Use scoped_value_mark.
12683 * value.h (scoped_value_mark): New class.
12684
906768f9
TT
126852017-01-10 Tom Tromey <tom@tromey.com>
12686
12687 * dwarf2read.c (dwarf2_build_psymtabs): Use psymtab_discarder.
12688 * psympriv.h (make_cleanup_discard_psymtabs): Don't declare.
12689 * psymtab.c (discard_psymtabs_upto): Remove.
12690 (make_cleanup_discard_psymtabs): Remove.
12691 (struct psymtab_state): Remove.
12692
bef155c3
TT
126932017-01-10 Tom Tromey <tom@tromey.com>
12694
12695 * record-full.c (record_full_save_cleanups): Remove.
12696 (record_full_save): Use gdb::unlinker.
12697 * gcore.c (do_bfd_delete_cleanup): Remove.
12698 (gcore_command): Use gdb::unlinker, unique_xmalloc_ptr. Remove
12699 cleanups.
12700 * dwarf2read.c (unlink_if_set): Remove.
12701 (write_psymtabs_to_index): Use gdb::unlinker.
12702 * common/gdb_unlinker.h: New file.
12703
192b62ce
TT
127042017-01-10 Tom Tromey <tom@tromey.com>
12705
12706 * windows-tdep.c (windows_xfer_shared_library): Update.
12707 * windows-nat.c (windows_make_so): Update.
12708 * utils.h (make_cleanup_bfd_unref): Remove.
12709 * utils.c (do_bfd_close_cleanup, make_cleanup_bfd_unref): Remove.
12710 * symfile.h (symfile_bfd_open)
12711 (find_separate_debug_file_in_section): Return gdb_bfd_ref_ptr.
12712 * symfile.c (read_symbols, symbol_file_add)
12713 (separate_debug_file_exists): Update.
12714 (symfile_bfd_open): Return gdb_bfd_ref_ptr.
12715 (generic_load, reread_symbols): Update.
12716 * symfile-mem.c (symbol_file_add_from_memory): Update.
12717 * spu-linux-nat.c (spu_bfd_open): Return gdb_bfd_ref_ptr.
12718 (spu_symbol_file_add_from_memory): Update.
12719 * solist.h (struct target_so_ops) <bfd_open>: Return
12720 gdb_bfd_ref_ptr.
12721 (solib_bfd_fopen, solib_bfd_open): Return gdb_bfd_ref_ptr.
12722 * solib.c (solib_bfd_fopen, solib_bfd_open): Return
12723 gdb_bfd_ref_ptr.
12724 (solib_map_sections, reload_shared_libraries_1): Update.
12725 * solib-svr4.c (enable_break): Update.
12726 * solib-spu.c (spu_bfd_fopen): Return gdb_bfd_ref_ptr.
12727 * solib-frv.c (enable_break2): Update.
12728 * solib-dsbt.c (enable_break): Update.
12729 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): Return
12730 gdb_bfd_ref_ptr.
12731 (darwin_solib_get_all_image_info_addr_at_init): Update.
12732 (darwin_bfd_open): Return gdb_bfd_ref_ptr.
12733 * solib-aix.c (solib_aix_bfd_open): Return gdb_bfd_ref_ptr.
12734 * record-full.c (record_full_save): Update.
12735 * python/py-objfile.c (objfpy_add_separate_debug_file): Update.
12736 * procfs.c (insert_dbx_link_bpt_in_file): Update.
12737 * minidebug.c (find_separate_debug_file_in_section): Return
12738 gdb_bfd_ref_ptr.
12739 * machoread.c (macho_add_oso_symfile): Change abfd to
12740 gdb_bfd_ref_ptr.
12741 (macho_symfile_read_all_oso): Update.
12742 (macho_check_dsym): Return gdb_bfd_ref_ptr.
12743 (macho_symfile_read): Update.
12744 * jit.c (bfd_open_from_target_memory): Return gdb_bfd_ref_ptr.
12745 (jit_bfd_try_read_symtab): Update.
12746 * gdb_bfd.h (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
12747 (gdb_bfd_openw, gdb_bfd_openr_iovec)
12748 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
12749 gdb_bfd_ref_ptr.
12750 (gdb_bfd_ref_policy): New struct.
12751 (gdb_bfd_ref_ptr): New typedef.
12752 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
12753 (gdb_bfd_openw, gdb_bfd_openr_iovec)
12754 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
12755 gdb_bfd_ref_ptr.
12756 * gcore.h (create_gcore_bfd): Return gdb_bfd_ref_ptr.
12757 * gcore.c (create_gcore_bfd): Return gdb_bfd_ref_ptr.
12758 (gcore_command): Update.
12759 * exec.c (exec_file_attach): Update.
12760 * elfread.c (elf_symfile_read): Update.
12761 * dwarf2read.c (dwarf2_get_dwz_file): Update.
12762 (try_open_dwop_file, open_dwo_file): Return gdb_bfd_ref_ptr.
12763 (open_and_init_dwo_file): Update.
12764 (open_dwp_file): Return gdb_bfd_ref_ptr.
12765 (open_and_init_dwp_file): Update.
12766 * corelow.c (core_open): Update.
12767 * compile/compile-object-load.c (compile_object_load): Update.
12768 * common/gdb_ref_ptr.h (ref_ptr::operator->): New operator.
12769 * coffread.c (coff_symfile_read): Update.
12770 * cli/cli-dump.c (bfd_openr_or_error, bfd_openw_or_error): Return
12771 gdb_bfd_ref_ptr. Rename.
12772 (dump_bfd_file, restore_command): Update.
12773 * build-id.h (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
12774 * build-id.c (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
12775 (find_separate_debug_file_by_buildid): Update.
12776
50315b21
TT
127772017-01-10 Tom Tromey <tom@tromey.com>
12778
12779 * common/gdb_ref_ptr.h: New file.
12780 * python/py-ref.h (struct gdbpy_ref_policy): New.
12781 (gdbpy_ref): Now a typedef.
12782
fc4007c9
TT
127832017-01-10 Tom Tromey <tom@tromey.com>
12784
12785 * utils.h (make_cleanup_htab_delete): Don't declare.
12786 * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete):
12787 Remove.
12788 * linespec.c (decode_compound_collector): Add constructor,
12789 destructor.
12790 (lookup_prefix_sym): Remove cleanup.
12791 (symtab_collector): Add constructor, destructor.
12792 (collect_symtabs_from_filename): Remove cleanup.
12793 * disasm.c (do_mixed_source_and_assembly): Use htab_up.
12794 * compile/compile-c-symbols.c (generate_c_for_variable_locations):
12795 Use htab_up.
12796 * gnu-v3-abi.c (gnuv3_print_vtable): Use htab_up.
12797 * dwarf2read.c (dw2_expand_symtabs_matching)
12798 (dw2_map_symbol_filenames, dwarf_decode_macros)
12799 (write_psymtabs_to_index): Use htab_up.
12800 * dwarf2loc.c (func_verify_no_selftailcall)
12801 (call_site_find_chain_1, func_verify_no_selftailcall)
12802 (chain_candidate, call_site_find_chain_1): Use std::unordered_set,
12803 std::vector, gdb::unique_xmalloc_ptr.
12804 (call_sitep): Remove typedef.
12805 (dwarf2_locexpr_baton_eval): Remove unused variable.
12806
8dbcee67
TT
128072017-01-10 Tom Tromey <tom@tromey.com>
12808
12809 * python/python-internal.h (make_cleanup_py_decref)
12810 (make_cleanup_py_xdecref): Don't declare.
12811 * python/py-utils.c (py_decref, make_cleanup_py_decref)
12812 (py_xdecref, make_cleanup_py_xdecref): Remove.
12813
13df46cc
TT
128142017-01-10 Tom Tromey <tom@tromey.com>
12815
12816 * python/py-framefilter.c (py_mi_print_variables): Use gdbpy_ref.
12817 (py_print_locals, enumerate_locals, py_print_args): Use gdbpy_ref.
12818
06fc9bf7
TT
128192017-01-10 Tom Tromey <tom@tromey.com>
12820
12821 * python/py-framefilter.c (enumerate_args): Use gdbpy_ref.
12822
830a4934
TT
128232017-01-10 Tom Tromey <tom@tromey.com>
12824
12825 * python/py-utils.c (unicode_to_encoded_string)
12826 (python_string_to_target_string)
12827 (python_string_to_target_python_string)
12828 (python_string_to_host_string, gdbpy_obj_to_string)
12829 (get_addr_from_python): Use gdbpy_ref.
12830
4586d543
TT
128312017-01-10 Tom Tromey <tom@tromey.com>
12832
12833 * python/py-unwind.c (pyuw_object_attribute_to_pointer): Use
12834 gdbpy_ref.
12835
59876f8f
TT
128362017-01-10 Tom Tromey <tom@tromey.com>
12837
12838 * python/python.c (eval_python_command, gdbpy_decode_line)
12839 (gdbpy_run_events, gdbpy_start_type_printers)
12840 (gdbpy_apply_type_printers): Use gdbpy_ref.
12841
97d83487
TT
128422017-01-10 Tom Tromey <tom@tromey.com>
12843
12844 * python/py-param.c (get_doc_string, compute_enum_values): Use
12845 gdbpy_ref.
12846
9205649a
TT
128472017-01-10 Tom Tromey <tom@tromey.com>
12848
12849 * python/py-inferior.c (find_thread_object, build_inferior_list):
12850 Use gdbpy_ref.
12851
74c49d45
TT
128522017-01-10 Tom Tromey <tom@tromey.com>
12853
12854 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
12855
16361ffb
TT
128562017-01-10 Tom Tromey <tom@tromey.com>
12857
12858 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope): Use
12859 gdbpy_ref.
12860
905f2cca
TT
128612017-01-10 Tom Tromey <tom@tromey.com>
12862
12863 * python/py-cmd.c (cmdpy_completer_helper): Use gdbpy_ref. Remove
12864 extra incref.
12865 (cmdpy_completer_handle_brkchars, cmdpy_completer, cmdpy_init):
12866 Use gdbpy_ref.
12867
64081434
TT
128682017-01-10 Tom Tromey <tom@tromey.com>
12869
12870 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
12871 gdbpy_ref.
12872
59e9e831
TT
128732017-01-10 Tom Tromey <tom@tromey.com>
12874
12875 * python/py-arch.c (archpy_disassemble): Use gdbpy_ref. Don't
12876 decref results of PyArg_ParseTupleAndKeywords.
12877
9de10f6d
TT
128782017-01-10 Tom Tromey <tom@tromey.com>
12879
12880 * python/python.c (python_run_simple_file): Use
12881 unique_xmalloc_ptr, gdbpy_ref.
12882
2bd5759d
TT
128832017-01-10 Tom Tromey <tom@tromey.com>
12884
12885 * python/py-prettyprint.c (print_stack_unless_memory_error)
12886 (print_string_repr, print_children): Use gdbpy_ref.
12887 (dummy_python_frame): New class.
12888 (dummy_python_frame::dummy_python_frame): Rename from
12889 push_dummy_python_frame.
12890 (py_restore_tstate): Remove.
12891
3b4e0e01
TT
128922017-01-10 Tom Tromey <tom@tromey.com>
12893
12894 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
12895
17a22718
TT
128962017-01-10 Tom Tromey <tom@tromey.com>
12897
12898 * python/python.c (ensure_python_env, restore_python_env):
12899 Remove.
12900 * python/python-internal.h (ensure_python_env): Don't declare.
12901 * varobj.h (varobj_ensure_python_env): Don't declare.
12902 * varobj.c (varobj_ensure_python_env): Remove.
12903
68cdc557
TT
129042017-01-10 Tom Tromey <tom@tromey.com>
12905
12906 * varobj.c (varobj_value_get_print_value): Use
12907 gdbpy_enter_varobj.
12908
1eba6383
TT
129092017-01-10 Tom Tromey <tom@tromey.com>
12910
12911 * python/py-prettyprint.c (print_string_repr, print_children):
12912 Update.
12913 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Change type
12914 of "encoding".
12915 * varobj.c (varobj_value_get_print_value): Update.
12916 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
12917
bde7b3e3
TT
129182017-01-10 Tom Tromey <tom@tromey.com>
12919
12920 * varobj.c (varobj_get_display_hint)
12921 (dynamic_varobj_has_child_method, install_new_value_visualizer)
12922 (varobj_set_visualizer, free_variable): Use
12923 gdbpy_enter_varobj.
12924
a7785f8c
TT
129252017-01-10 Tom Tromey <tom@tromey.com>
12926
12927 * python/python.c (python_command): Use gdbpy_enter, gdbpy_ref.
12928 (do_finish_initialization): New function. Use gdbpy_ref.
12929 (gdbpy_finish_initialization): Use gdbpy_enter. Call
12930 do_finish_initialization.
12931
2865bfce
TT
129322017-01-10 Tom Tromey <tom@tromey.com>
12933
12934 * python/py-param.c (get_set_value, get_show_value): Use
12935 gdbpy_enter, gdbpy_ref.
12936
0e9dcc75
TT
129372017-01-10 Tom Tromey <tom@tromey.com>
12938
12939 * python/py-function.c (fnpy_call): Use gdbpy_enter, gdbpy_ref.
12940
12a5cedd
TT
129412017-01-10 Tom Tromey <tom@tromey.com>
12942
12943 * python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref.
12944
788f2586
TT
129452017-01-10 Tom Tromey <tom@tromey.com>
12946
12947 * python/py-varobj.c (py_varobj_iter_dtor, py_varobj_iter_next):
12948 Use gdbpy_enter_varobj.
12949
6cd67bea
TT
129502017-01-10 Tom Tromey <tom@tromey.com>
12951
12952 * varobj.c (gdbpy_enter_varobj): New constructor.
12953 * python/python-internal.h (gdbpy_enter_varobj): New class.
12954 * python/py-varobj.c (py_varobj_get_iterator): Use
12955 gdbpy_enter_varobj.
12956
14b122bf
TT
129572017-01-10 Tom Tromey <tom@tromey.com>
12958
12959 * python/py-xmethods.c (gdbpy_get_xmethod_result_type): Use
12960 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
12961 (gdbpy_invoke_xmethod): Use gdbpy_ref, gdbpy_enter.
12962 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref,
12963 unique_xmalloc_ptr.
12964 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref, gdbpy_enter.
12965
bf1ca3b9
TT
129662017-01-10 Tom Tromey <tom@tromey.com>
12967
12968 * python/py-xmethods.c (invoke_match_method): Use
12969 gdbpy_ref.
12970
572a5524
TT
129712017-01-10 Tom Tromey <tom@tromey.com>
12972
12973 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use
12974 gdbpy_enter, gdbpy_ref.
12975
396a78b6
TT
129762017-01-10 Tom Tromey <tom@tromey.com>
12977
12978 * python/python.c (python_interactive_command): Use gdbpy_enter.
12979
a88b13c7
TT
129802017-01-10 Tom Tromey <tom@tromey.com>
12981
12982 * python/python.c (gdbpy_before_prompt_hook): Use gdbpy_enter,
12983 gdbpy_ref.
12984
e9f0c363
TT
129852017-01-10 Tom Tromey <tom@tromey.com>
12986
12987 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Use
12988 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
12989
6349f452
TT
129902017-01-10 Tom Tromey <tom@tromey.com>
12991
12992 * utils.h (htab_deleter): New struct.
12993 (htab_up): New typedef.
12994 * python/py-framefilter.c (gdbpy_apply_frame_filter): Use
12995 gdbpy_enter, gdbpy_ref, htab_up.
12996
c0171de6
TT
129972017-01-10 Tom Tromey <tom@tromey.com>
12998
12999 * python/py-unwind.c (pending_frame_invalidate): Remove.
13000 (pyuw_sniffer): Use gdbpy_enter and gdbpy_ref.
13001
f18e226f
TT
130022017-01-10 Tom Tromey <tom@tromey.com>
13003
13004 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data)
13005 (gdbpy_clone_xmethod_worker_data): Use gdbpy_enter.
13006
c57af3f1
TT
130072017-01-10 Tom Tromey <tom@tromey.com>
13008
13009 * python/py-type.c (save_objfile_types): Use gdbpy_enter.
13010
60e600ec
TT
130112017-01-10 Tom Tromey <tom@tromey.com>
13012
13013 * python/python.c (gdbpy_eval_from_control_command)
13014 (gdbpy_source_script, gdbpy_run_events)
13015 (gdbpy_source_objfile_script, gdbpy_execute_objfile_script)
13016 (gdbpy_free_type_printers, gdbpy_finish_initialization): Use
13017 gdbpy_enter.
13018
bf7da5b0
TT
130192017-01-10 Tom Tromey <tom@tromey.com>
13020
13021 * python/py-progspace.c (py_free_pspace): Use gdbpy_enter.
13022
2d38bced
TT
130232017-01-10 Tom Tromey <tom@tromey.com>
13024
13025 * python/py-objfile.c (py_free_objfile): Use gdbpy_enter.
13026
07bc7329
TT
130272017-01-10 Tom Tromey <tom@tromey.com>
13028
13029 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
13030 (python_on_inferior_call_pre, python_on_inferior_call_post)
13031 (python_on_memory_change, python_on_register_change)
13032 (python_inferior_exit, python_new_objfile, add_thread_object)
13033 (delete_thread_object, py_free_inferior): Use gdbpy_enter.
13034
6e7c365e
TT
130352017-01-10 Tom Tromey <tom@tromey.com>
13036
13037 * python/py-finishbreakpoint.c (bpfinishpy_handle_stop)
13038 (bpfinishpy_handle_exit): Use gdbpy_enter.
13039
6ba0cd40
TT
130402017-01-10 Tom Tromey <tom@tromey.com>
13041
13042 * python/py-cmd.c (cmdpy_destroyer)
13043 (cmdpy_completer_handle_brkchars, cmdpy_completer): Use
13044 gdbpy_enter.
13045
de2dc875
TT
130462017-01-10 Tom Tromey <tom@tromey.com>
13047
13048 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
13049 gdbpy_enter.
13050 (gdbpy_breakpoint_has_cond): Likewise.
13051
4ecee2c4
TT
130522017-01-10 Tom Tromey <tom@tromey.com>
13053
13054 * python/python.c (gdbpy_enter): New constructor.
13055 (~gdbpy_enter): New destructor.
13056 (restore_python_env, ensure_python_env): Rewrite.
13057 * python/python-internal.h (gdbpy_enter): New class.
13058
37fce74f
TT
130592017-01-10 Tom Tromey <tom@tromey.com>
13060
13061 * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
13062
53a0cca3
TT
130632017-01-10 Tom Tromey <tom@tromey.com>
13064
13065 * python/py-value.c (value_has_field, get_field_flag)
13066 (get_field_type, valpy_getitem, convert_value_from_python): Use
13067 gdbpy_ref.
13068
ff3724f5
TT
130692017-01-10 Tom Tromey <tom@tromey.com>
13070
13071 * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
13072 gdbpy_ref.
13073
0700aea5
TT
130742017-01-10 Tom Tromey <tom@tromey.com>
13075
13076 * python/py-prettyprint.c (search_pp_list)
13077 (find_pretty_printer_from_objfiles)
13078 (find_pretty_printer_from_progspace)
13079 (find_pretty_printer_from_gdb, find_pretty_printer)
13080 (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
13081 gdbpy_ref.
13082
1bb44c9f
TT
130832017-01-10 Tom Tromey <tom@tromey.com>
13084
13085 * python/py-param.c (call_doc_function): Use gdbpy_ref.
13086
87ce03fd
TT
130872017-01-10 Tom Tromey <tom@tromey.com>
13088
13089 * python/py-linetable.c (build_line_table_tuple_from_pcs)
13090 (ltpy_get_all_source_lines): Use gdbpy_ref.
13091
ee0a3fb8
TT
130922017-01-10 Tom Tromey <tom@tromey.com>
13093
13094 * python/py-framefilter.c (extract_sym, extract_value)
13095 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
13096 gdbpy_ref.
13097
bf2a52fa
TT
130982017-01-10 Tom Tromey <tom@tromey.com>
13099
13100 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
13101
f59fe7f8
TT
131022017-01-10 Tom Tromey <tom@tromey.com>
13103
13104 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
13105
80bd970a
TT
131062017-01-10 Tom Tromey <tom@tromey.com>
13107
13108 * python/py-function.c (convert_values_to_python, fnpy_init): Use
13109 gdbpy_ref.
13110
d1b3de2e
TT
131112017-01-10 Tom Tromey <tom@tromey.com>
13112
13113 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
13114
3bb43384
TT
131152017-01-10 Tom Tromey <tom@tromey.com>
13116
13117 * python/py-type.c (convert_field, make_fielditem, typy_fields)
13118 (typy_range): Use gdbpy_ref.
13119
abf5651e
TT
131202017-01-10 Tom Tromey <tom@tromey.com>
13121
13122 * python/py-threadevent.c (create_thread_event_object): Use
13123 gdbpy_ref.
13124 * python/py-stopevent.c (create_stop_event_object): Simplify.
13125 (emit_stop_event): Use gdbpy_ref.
13126 * python/py-signalevent.c (create_signal_event_object): Use
13127 gdbpy_ref.
13128 * python/py-newobjfileevent.c (create_new_objfile_event_object)
13129 (emit_new_objfile_event, create_clear_objfiles_event_object)
13130 (emit_clear_objfiles_event): Use gdbpy_ref.
13131 * python/py-infevents.c (create_inferior_call_event_object)
13132 (create_register_changed_event_object)
13133 (create_memory_changed_event_object, emit_inferior_call_event)
13134 (emit_memory_changed_event, emit_register_changed_event): Use
13135 gdbpy_ref.
13136 * python/py-exitedevent.c (create_exited_event_object)
13137 (emit_exited_event): Use gdbpy_ref.
13138 * python/py-event.h (evpy_emit_event): Remove
13139 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
13140 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
13141 * python/py-continueevent.c (emit_continue_event): Use
13142 gdbpy_ref.
13143 * python/py-breakpoint.c (gdbpy_breakpoint_created)
13144 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
13145 gdbpy_ref.
13146 * python/py-bpevent.c (create_breakpoint_event_object): Use
13147 gdbpy_ref.
13148
a68ff33e
TT
131492017-01-10 Tom Tromey <tom@tromey.com>
13150
13151 * python/py-ref.h: New file.
13152
7becfd03
SM
131532017-01-10 Simon Marchi <simon.marchi@ericsson.com>
13154
13155 * cli-out.c (cli_ui_out::do_redirect): Change return type to
13156 void.
13157 * cli-out.h (cli_ui_out::do_redirect): Likewise.
13158 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
13159 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
13160 * ui-out.c (ui_out::redirect): Likewise.
13161 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
13162 * cli/cli-logging.c (set_logging_redirect): Update call site of
13163 ui_out::redirect.
13164 (handle_redirections): Likewise.
13165 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
13166 * top.c (execute_command_to_string): Likewise.
13167 * utils.c (do_ui_out_redirect_pop): Likewise.
13168
df294654
SM
131692017-01-10 Simon Marchi <simon.marchi@ericsson.com>
13170
13171 * stack.c (_initialize_stack): Update "frame" command help message.
13172
f5e6296e
IB
131732017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
13174
13175 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
13176
0e2d6fa6
YQ
131772017-01-06 Yao Qi <yao.qi@linaro.org>
13178
13179 * x86-linux-nat.h: Include gdb_proc_service.h.
13180
44d6d3f9
YQ
131812017-01-06 Yao Qi <yao.qi@linaro.org>
13182
13183 * ser-base.h: Include serial.h.
13184
656731fe
YQ
131852017-01-06 Yao Qi <yao.qi@linaro.org>
13186
13187 * ppc-linux-tdep.h: Include ppc-tdep.h.
13188
1ca8f924
YQ
131892017-01-06 Yao Qi <yao.qi@linaro.org>
13190
13191 * nat/amd64-linux-siginfo.h: Include signal.h.
13192
bc3008c4
YQ
131932017-01-06 Yao Qi <yao.qi@linaro.org>
13194
13195 * nat/aarch64-linux-hw-point.h: Include break-common.h.
13196
66c80d03
YQ
131972017-01-06 Yao Qi <yao.qi@linaro.org>
13198
13199 * mi/mi-parse.h: Include mi-cmds.h.
13200
051d2dda
YQ
132012017-01-06 Yao Qi <yao.qi@linaro.org>
13202
13203 * inf-loop.c: Don't include "target.h".
13204 * inf-loop.h: Include it here.
13205
8018d34f
YQ
132062017-01-06 Yao Qi <yao.qi@linaro.org>
13207
13208 * dfp.h: Include "dboulest.h" and "expression.h".
13209
c0b8369c
YQ
132102017-01-06 Yao Qi <yao.qi@linaro.org>
13211
13212 * ax-gdb.h: Include "ax.h".
13213
ad5cba2a
YQ
132142017-01-06 Yao Qi <yao.qi@linaro.org>
13215
13216 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
13217 with nat/gdb_ptrace.h.
13218
1c33cd7f
YQ
132192017-01-05 Yao Qi <yao.qi@linaro.org>
13220
13221 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
13222 new line.
13223 (mips64_fbsd_sigframe_init): Likewise.
13224
c988ac1d
JB
132252017-01-04 John Baldwin <jhb@FreeBSD.org>
13226
13227 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
13228 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
13229
b268007c
JB
132302017-01-04 John Baldwin <jhb@FreeBSD.org>
13231
13232 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
13233 * NEWS: Mention new FreeBSD/mips native configuration.
13234 * config/mips/fbsd.mh: New file.
13235 * configure.host: Add mips*-*-freebsd*.
13236 * mips-fbsd-nat.c: New file.
13237
387360da
JB
132382017-01-04 John Baldwin <jhb@FreeBSD.org>
13239
13240 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
13241 (ALLDEPFILES): Add mips-fbsd-tdep.c.
13242 * NEWS: Mention new FreeBSD/mips target.
13243 * configure.tgt: Add mips*-*-freebsd*.
13244 * mips-fbsd-tdep.c: New file.
13245 * mips-fbsd-tdep.h: New file.
13246
2aaaf250
YQ
132472017-01-04 Yao Qi <yao.qi@linaro.org>
13248
13249 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
13250 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
13251
61baf725
JB
132522017-01-01 Joel Brobecker <brobecker@adacore.com>
13253
6dbb839a 13254 Update copyright year range in all GDB files.
61baf725 13255
c113e7ff 132562017-01-01 Joel Brobecker <brobecker@adacore.com>
ce0db137 13257
c113e7ff 13258 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
ce0db137 13259
c113e7ff 13260For older changes see ChangeLog-2016.
c906108c
SS
13261\f
13262Local Variables:
13263mode: change-log
13264left-margin: 8
13265fill-column: 74
13266version-control: never
57da7796 13267coding: utf-8
c906108c 13268End:
This page took 2.63484 seconds and 4 git commands to generate.