Constify some commands in mips-tdep.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
bd4c9dfe
TT
12017-09-27 Tom Tromey <tom@tromey.com>
2
3 * mips-tdep.c (show_mipsfpu_command, set_mipsfpu_single_command)
4 (set_mipsfpu_double_command, set_mipsfpu_none_command)
5 (set_mipsfpu_auto_command): Constify.
6
5e93d4c6
TT
72017-09-27 Tom Tromey <tom@tromey.com>
8
9 * cli/cli-cmds.h (cd_command): Constify.
10 * cli/cli-cmds.c (cd_command): Constify.
11
fc41a75b
TT
122017-09-27 Tom Tromey <tom@tromey.com>
13
14 * thread.c (thread_name_command, thread_find_command): Constify.
15
67810076
TT
162017-09-27 Tom Tromey <tom@tromey.com>
17
18 * probe.c (enable_probes_command, disable_probes_command):
19 Constify.
20
1d8b34a7
TT
212017-09-27 Tom Tromey <tom@tromey.com>
22
23 * symfile.c (symbol_file_command): Constify.
24 * gdbcore.h (deprecated_file_changed_hook): Constify.
25 * exec.c (deprecated_file_changed_hook, exec_file_command)
26 (file_command): Constify.
27 * defs.h (symbol_file_command): Constify.
28
442019e1
TT
292017-09-27 Tom Tromey <tom@tromey.com>
30
31 * remote-fileio.c (set_system_call_allowed)
32 (show_system_call_allowed): Constify.
33
2983f7cb
TT
342017-09-27 Tom Tromey <tom@tromey.com>
35
36 * tracepoint.c (delete_trace_variable_command)
37 (tfind_end_command, tfind_start_command, tfind_pc_command)
38 (tfind_tracepoint_command, tfind_line_command)
39 (tfind_range_command, tfind_outside_command): Constify.
40
4fd41b24
TT
412017-09-27 Tom Tromey <tom@tromey.com>
42
43 * ax-gdb.c (maint_agent_printf_command, agent_command)
44 (agent_eval_command): Constify.
45
f2fc3015
TT
462017-09-27 Tom Tromey <tom@tromey.com>
47
48 * tracepoint.c (info_scope_command): Constify.
49 * python/python.c (gdbpy_decode_line): Constify.
50 * python/py-breakpoint.c (bppy_init): Constify.
51 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Constify.
52 * location.h: (new_linespec_location)
53 (string_to_event_location_basic, string_to_event_location):
54 Constify.
55 * location.c (new_linespec_location)
56 (string_to_event_location_basic, string_to_event_location):
57 Constify.
58 * linespec.h (decode_line_with_current_source)
59 (decode_line_with_last_displayed, linespec_lex_to_end): Constify.
60 * linespec.c (linespec_lex_to_end)
61 (decode_line_with_current_source)
62 (decode_line_with_last_displayed): Constify.
63 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x):
64 Constify.
65 * cli/cli-cmds.c (edit_command, list_command): Constify.
66 * breakpoint.h (until_break_command, watch_command_wrapper)
67 (awatch_command_wrapper, rwatch_command_wrapper)
68 (init_ada_exception_breakpoint): Constify.
69 * breakpoint.c (break_command_1, dprintf_command)
70 (break_range_command, watch_command_wrapper)
71 (rwatch_command_wrapper, awatch_command_wrapper)
72 (until_break_command, init_ada_exception_breakpoint)
73 (strace_marker_create_sals_from_location, trace_command)
74 (ftrace_command, strace_command, struct tracepoint): Constify.
75 * ax-gdb.c (agent_command_1): Constify.
76 * ada-lang.c (ada_exception_sal): Constify.
77
8c2f95f4
TT
782017-09-27 Tom Tromey <tom@tromey.com>
79
80 * record.c (cmd_record_delete, cmd_record_stop, cmd_record_save)
81 (cmd_record_goto_begin, cmd_record_goto_end, get_insn_number)
82 (get_context_size, no_chunk, get_insn_history_modifiers)
83 (cmd_record_insn_history, get_call_history_modifiers)
84 (cmd_record_call_history): Constify.
85
a0d65762
TT
862017-09-27 Tom Tromey <tom@tromey.com>
87
88 * source.c (show_substitute_path_command)
89 (unset_substitute_path_command, set_substitute_path_command):
90 Constify.
91
58971144
TT
922017-09-27 Tom Tromey <tom@tromey.com>
93
94 * typeprint.c (maintenance_print_type): Constify.
95 * maint.c (maintenance_dump_me, maintenance_demangle)
96 (maintenance_time_display, maintenance_info_sections)
97 (maintenance_print_statistics, maintenance_deprecate)
98 (maintenance_undeprecate): Constify.
99 (maintenance_do_deprecate): Constify. Use std::string.
100 (maintenance_selftest): Constify.
101 * gdbtypes.h (maintenance_print_type): Constify.
102
c482f52c
TT
1032017-09-27 Tom Tromey <tom@tromey.com>
104
105 * hppa-tdep.c (unwind_command): Constify.
106
e100df1a
TT
1072017-09-27 Tom Tromey <tom@tromey.com>
108
109 * target-descriptions.c (unset_tdesc_filename_cmd)
110 (maint_print_c_tdesc_cmd, maintenance_check_xml_descriptions):
111 Constify.
112
31d56ade
TT
1132017-09-27 Tom Tromey <tom@tromey.com>
114
115 * dummy-frame.c (maintenance_print_dummy_frames): Constify.
116
b961da0b
TT
1172017-09-27 Tom Tromey <tom@tromey.com>
118
119 * tui/tui.c (tui_enable_command, tui_disable_command): Constify.
120
e2d8ae16
TT
1212017-09-27 Tom Tromey <tom@tromey.com>
122
123 * tui/tui-regs.c (tui_reg_command): Constify.
124
863779b0
TT
1252017-09-27 Tom Tromey <tom@tromey.com>
126
127 * skip.c (skip_file_command, skip_function_command)
128 (skip_enable_command, skip_disable_command, skip_delete_command):
129 Constify.
130
cdb34d4a
TT
1312017-09-27 Tom Tromey <tom@tromey.com>
132
133 * record-btrace.c (cmd_record_btrace_bts_start)
134 (cmd_record_btrace_pt_start): Constify.
135
e99c83e7
TT
1362017-09-27 Tom Tromey <tom@tromey.com>
137
138 * symmisc.c (maintenance_print_symbols)
139 (maintenance_print_msymbols, maintenance_print_objfiles)
140 (maintenance_info_symtabs, maintenance_check_symtabs)
141 (maintenance_expand_symtabs, maintenance_info_line_tables):
142 Constify.
143
32faf971
TT
1442017-09-27 Tom Tromey <tom@tromey.com>
145
146 * top.c (new_ui_command): Constify.
147
2cf311eb
TT
1482017-09-27 Tom Tromey <tom@tromey.com>
149
150 * symfile.c (add_symbol_file_command)
151 (remove_symbol_file_command, list_overlays_command)
152 (map_overlay_command, unmap_overlay_command)
153 (overlay_auto_command, overlay_manual_command)
154 (overlay_off_command, overlay_load_command): Constify.
155
e6738699
TT
1562017-09-27 Tom Tromey <tom@tromey.com>
157
158 * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
159 (info_spu_mailbox_command, info_spu_dma_command)
160 (info_spu_proxydma_command): Constify.
161
aa360cd5
TT
1622017-09-27 Tom Tromey <tom@tromey.com>
163
164 * cli/cli-logging.c (set_logging_on, set_logging_off): Constify.
165
898241a5
TT
1662017-09-27 Tom Tromey <tom@tromey.com>
167
168 * cli/cli-script.c (user_defined_command): Constify.
169
2d0ac106
TT
1702017-09-27 Tom Tromey <tom@tromey.com>
171
172 * cli/cli-dump.c (dump_memory_command, dump_value_command)
173 (dump_srec_memory, dump_srec_value, dump_ihex_memory)
174 (dump_ihex_value, dump_verilog_memory, dump_verilog_value)
175 (dump_tekhex_memory, dump_tekhex_value, dump_binary_memory)
176 (dump_binary_value, append_binary_memory, append_binary_value):
177 Constify.
178 (struct dump_context) <func>: Constify.
179 (add_dump_command): Update.
180
dede02ce
TT
1812017-09-27 Tom Tromey <tom@tromey.com>
182
183 * cli/cli-cmds.c (show_version, show_configuration)
184 (source_command, show_user): Constify.
185
d3cb6b99
TT
1862017-09-27 Tom Tromey <tom@tromey.com>
187
188 * target.c (maintenance_print_target_stack): Constify.
189
1970a12f
TT
1902017-09-27 Tom Tromey <tom@tromey.com>
191
192 * interps.c (interpreter_exec_cmd): Constify.
193
41243651
TT
1942017-09-27 Tom Tromey <tom@tromey.com>
195
196 * record-full.c (cmd_record_full_restore): Constify.
197
4465d9db
TT
1982017-09-27 Tom Tromey <tom@tromey.com>
199
200 * memattr.c (enable_mem_command, disable_mem_command)
201 (delete_mem_command): Constify.
202
ad25e423
TT
2032017-09-27 Tom Tromey <tom@tromey.com>
204
205 * value.c (show_convenience): Constify.
206
d64097b1
TT
2072017-09-27 Tom Tromey <tom@tromey.com>
208
209 * gdbcore.h (core_file_command): Update.
210 * corefile.c (core_file_command): Constify.
211
4d4589ef
TT
2122017-09-27 Tom Tromey <tom@tromey.com>
213
214 * user-regs.c (maintenance_print_user_registers): Constify.
215
32a7bf17
TT
2162017-09-27 Tom Tromey <tom@tromey.com>
217
218 * cp-namespace.c (maintenance_cplus_namespace): Constify.
219
4a475551
TT
2202017-09-27 Tom Tromey <tom@tromey.com>
221
222 * cp-support.c (first_component_command): Constify.
223
990b9f9f
TT
2242017-09-27 Tom Tromey <tom@tromey.com>
225
226 * psymtab.c (maintenance_print_psymbols)
227 (maintenance_info_psymtabs, maintenance_check_psymtabs):
228 Constify.
229
c281872e
TT
2302017-09-27 Tom Tromey <tom@tromey.com>
231
232 * windows-tdep.c (display_tib): Constify.
233
5b64bf74
TT
2342017-09-27 Tom Tromey <tom@tromey.com>
235
236 * linux-fork.c (delete_checkpoint_command)
237 (detach_checkpoint_command): Constify.
238
4ada038f
TT
2392017-09-27 Tom Tromey <tom@tromey.com>
240
241 * cp-abi.c (set_cp_abi_cmd, show_cp_abi_cmd): Constify.
242
57f5a81b
TT
2432017-09-27 Tom Tromey <tom@tromey.com>
244
245 * arc-tdep.c (dump_arc_instruction_command): Constify.
246
b0a8e6c4
TT
2472017-09-27 Tom Tromey <tom@tromey.com>
248
249 * valprint.c (set_radix, show_radix): Constify.
250
8d97dc1c
TT
2512017-09-27 Tom Tromey <tom@tromey.com>
252
253 * dtrace-probe.c (info_probes_dtrace_command): Constify.
254
eb7c454d
TT
2552017-09-27 Tom Tromey <tom@tromey.com>
256
257 * command.h (not_just_help_class_command): Update.
258 * cli/cli-decode.h (not_just_help_class_command): Update.
259 * cli/cli-decode.c (not_just_help_class_command): Constify.
260
e4e33335
TT
2612017-09-27 Tom Tromey <tom@tromey.com>
262
263 * gdb_bfd.c (maintenance_info_bfds): Constify.
264
0450cc4c
TT
2652017-09-27 Tom Tromey <tom@tromey.com>
266
267 * cli/cli-decode.c (add_cmd, set_cmd_cfunc): New function
268 overloads.
269 (do_add_cmd): Rename from add_cmd. Don't call set_cmd_cfunc.
270 (do_const_cfunc): New function.
271 (cmd_cfunc_eq): New overload.
272 (cli_user_command_p): Check do_const_cfunc.
273 * cli/cli-decode.h (struct cmd_list_element) <function>: New field
274 const_cfunc.
275 * command.h (add_cmd): Add const overload and no-function
276 overload.
277 (set_cmd_cfunc): Add const overload.
278 (cmd_const_cfunc_ftype): Declare.
279 (cmd_cfunc_eq): Add const overload.
280 * breakpoint.c, cli-cmds.c, cli-dump.c, guile/scm-cmd.c,
281 python/py-cmd.c, target.c, tracepoint.c: Use no-function add_cmd
282 overload.
283
a9bbfbd8
TT
2842017-09-27 Tom Tromey <tom@tromey.com>
285
286 * macroexp.c (get_next_token_for_substitution): New function.
287 (substitute_args): Call it. Check for __VA_OPT__.
288
5230b05a
WT
2892017-09-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
290 Pedro Alves <palves@redhat.com>
291
292 * dwarf2read.c (dwarf2_cu): Remove field producer_is_icc and add
293 producer_is_icc_lt_14.
294 (producer_is_icc_lt_14): New function.
295 (check_producer): Add code for checking version of ICC.
296 (producer_is_icc): Move to producer.c.
297 (read_structure_type): Restrict ICC workaround to ICC<14.
298 * producer.c: Include selftest.h.
299 (producer_is_icc, producer_parsing_tests, _initialize_producer):
300 New functions.
301 * producer.h (producer_is_icc): New declaration.
302
b32b108a
WT
3032017-09-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
304
305 * Makefile.in (SFILES): Add producer.c.
306 (COMMON_OBS): Add producer.o
307 * amd64-tdep.c (producer.h): Add new include.
308 * dwarf2read.c (producer.h): Add new include.
309 * producer.c: New file.
310 * producer.h: New file.
311 * utils.c (producer_is_gcc, producer_is_gcc_ge_4): Move to
312 producer.c.
313 * utils.h (producer_is_gcc, producer_is_gcc_ge_4): Move to
314 producer.h.
315
5007d765
MK
3162017-09-26 Matthias Klose <doko@ubuntu.com>
317
318 * configure.ac: Search ncursesw before ncurses.
319 Check ncursesw/ncurses.h before ncurses/ncurses.h.
320 * gdb_curses.h: Include <ncursesw/ncurses.h>
321 * config.in, configure: Regenerate.
322
281c4447
RO
3232017-09-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
324
325 PR gdb/22185
326 * configure.host <*-*-solaris2.[01], *-*-solaris2.[2-9]*>: Mark as
327 obsolete.
328 Use gdb_host sol2 for i[34567]86-*-solaris2*, x86_64-*-solaris2*.
329 Remove i386sol2 support.
330 * configure.nat <i386sol2>: Remove.
331 <sol2-64>: Fold into ...
332 <sol2>: ... this.
333 Move common settings to default section.
334 Add sol-thread.o.
335 * configure.tgt <i[34567]86-*-solaris2.1[0-9]*,
336 x86_64-*-solaris2.1[0-9]*>: Rename to ...
337 <i[34567]86-*-solaris2*, x86_64-*-solaris2*>: ... this.
338 <i[34567]86-*-solaris*>: Remove.
339 <sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*>: Remove.
340
341 * configure.ac: Remove wctype in libw check.
342 (_MSE_INT_H): Don't define on Solaris 7-9.
343 <solaris*>: Remove libthread_db.so.1 check.
344 * configure: Regenerate.
345 * config.in: Regenerate.
346
347 * proc-service.c: Remove PROC_SERVICE_IS_OLD handling.
348 (gdb_ps_prochandle_t, gdb_ps_read_buf_t, gdb_ps_write_buf_t)
349 (gdb_ps_size_t): Remove.
350 Use base types in users.
351 * sol-thread.c: Likewise, also for gdb_ps_addr_t.
352
353 * NEWS (Changes since GDB 8.0): Document Solaris 2.0-9 removal.
354
39b06c20
RO
3552017-09-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
356
357 PR build/22206
358 * sparc64-tdep.c (adi_tag_fd): Print pid as long.
359 (adi_is_addr_mapped): Likewise.
360 (PSR_ICC): Don't redefine.
361 (PSR_IMPL): Likewise.
362
6c3e20f1
TT
3632017-09-25 Tom Tromey <tom@tromey.com>
364
365 * regcache.c (regcache::dump): Use string_printf.
366
b292235f
TT
3672017-09-25 Tom Tromey <tom@tromey.com>
368
369 * regcache.c (class regcache_invalidator): New.
370 (struct register_to_invalidate): Remove.
371 (make_cleanup_regcache_invalidate): Remove.
372 (regcache::raw_write): Use regcache_invalidator.
373
9ac86b52
TT
3742017-09-25 Tom Tromey <tom@tromey.com>
375
376 * spu-tdep.c (spu2ppu_sniffer): Update.
377 * regcache.h (make_cleanup_regcache_xfree): Don't declare.
378 * regcache.c (do_regcache_xfree, make_cleanup_regcache_xfree):
379 Remove.
380 * ppc-linux-tdep.c (ppu2spu_sniffer): Update.
381 * mi/mi-main.c (mi_cmd_data_list_changed_registers): Update.
382 * frame.h (frame_save_as_regcache): Return std::unique_ptr.
383 * frame.c (frame_save_as_regcache): Return std::unique_ptr.
384 (frame_pop): Update.
385
c0e383c6
TT
3862017-09-25 Tom Tromey <tom@tromey.com>
387
388 * spu-tdep.c (spu2ppu_dealloc_cache): Use delete.
389 * regcache.h (regcache_xfree): Don't declare.
390 * regcache.c (regcache_xfree): Remove.
391 (do_regcache_xfree): Use delete.
392 * ppc-linux-tdep.c (ppu2spu_dealloc_cache): Use delete.
393 * linux-fork.c (free_fork): Use delete.
394 (fork_save_infrun_state): Likewise.
395 * jit.c (jit_dealloc_cache): Use delete.
396 * infrun.c (discard_infcall_suspend_state): Use delete.
397
791199cc
TT
3982017-09-25 Tom Tromey <tom@tromey.com>
399
400 * regcache.h (regcache_xmalloc): Don't declare.
401 (regcache_raw_set_cached_value): Update comment.
402 * regcache.c (regcache_xmalloc): Remove.
403 * ppc-linux-tdep.c (ppu2spu_sniffer): Use new.
404 * jit.c (jit_frame_sniffer): Use new.
405 * frame.c (frame_save_as_regcache): Use new.
406
289e23aa
AA
4072017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
408
409 * NEWS: Advertise support for guarded-storage registers on IBM z.
410
1b63490c
AA
4112017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
412
413 * s390-linux-nat.c (have_regset_gs): New static variable.
414 (s390_linux_fetch_inferior_registers): Handle guarded-storage
415 control block and guarded-storage broadcast control regsets.
416 (s390_read_description): Detect whether the target has
417 guarded-storage support, return appropriate tdesc.
418 * s390-linux-tdep.c (features/s390-gs-linux64.c): New include.
419 (features/s390x-gs-linux64.c): Likewise.
420 (struct gdbarch_tdep) <have_gs>: New field.
421 (s390_regmap_gs, s390_regmap_gsbc, s390_gs_regset)
422 (s390_gsbc_regset): New variables.
423 (s390_iterate_over_regset_sections): Iterate over s390_gs_regset
424 and s390_gsbc_regset, if applicable.
425 (s390_core_read_description): Check whether core file was from a
426 target with guarded-storage support; include appropriate regsets.
427 (s390_gdbarch_init): Add registers for guarded-storage support.
428 (_initialize_s390_tdep): Initialize new target descriptions that
429 include registers for guarded-storage support.
430 * s390-linux-tdep.h (HWCAP_S390_GS, S390_GSD_REGNUM)
431 (S390_GSSM_REGNUM, S390_GSEPLA_REGNUM)
432 (S390_BC_GSD_REGNUM, S390_BC_GSSM_REGNUM): New defines.
433 (S390_NUM_REGS): Adjust macro definition.
434 (s390_gs_regset, s390_gsbc_regset, tdesc_s390_gs_linux64)
435 (tdesc_s390x_gs_linux64): New declarations.
436
96235dc1
AA
4372017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
438
439 * features/s390-gs-linux64.xml: New file.
440 * features/s390-gs.xml: New file.
441 * features/s390-gsbc.xml: New file.
442 * features/s390x-gs-linux64.xml: New file.
443 * features/Makefile (WHICH): Add s390-gs-linux64 and
444 s390x-gs-linux64.
445 (s390-gs-linux64-expedite, s390x-gs-linux64-expedite): New macros.
446 (XMLTOC): Add s390-gs-linux64.xml and s390x-linux64.xml.
447 * features/s390-gs-linux64.c: New generated file.
448 * features/s390x-gs-linux64.c: New file.
449 * regformats/s390-gs-linux64.dat: New file.
450 * regformats/s390x-gs-linux64.dat: New file.
451
b4a7c699
TT
4522017-09-23 Tom Tromey <tom@tromey.com>
453
454 * defs.h (make_cleanup_override_quit_handler): Don't declare.
455
c2f97536
TT
4562017-09-22 Tom Tromey <tom@tromey.com>
457
458 * utils.c (class scoped_input_handler) <m_quit_handler>: Change
459 type to scoped_restore_tmpl.
460 <scoped_input_handler>: Initialize m_quit_handler directly.
461
43573013
SDJ
4622017-09-22 Sergio Durigan Junior <sergiodj@redhat.com>
463
464 * cli/cli-cmds.c (pwd_command): Use "getcwd (NULL, 0)".
465 (cd_command): Likewise. Free "current_directory" before
466 assigning to it.
467 * main.c (captured_main_1): Use "getcwd (NULL, 0)".
468 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Likewise.
469 * top.c (gdb_dirbuf): Remove global declaration.
470 * top.h (gdb_dirbuf): Likewise.
471
6ec2e0f5
SDJ
4722017-09-22 Sergio Durigan Junior <sergiodj@redhat.com>
473
474 * gnulib/aclocal.m4: Regenerate.
475 * gnulib/config.in: Regenerate.
476 * gnulib/configure: Regenerate.
477 * gnulib/import/Makefile.am: Regenerate.
478 * gnulib/import/Makefile.in: Regenerate.
479 * gnulib/import/assure.h: New file.
480 * gnulib/import/at-func.c: Likewise
481 * gnulib/import/chdir-long.c: New file.
482 * gnulib/import/chdir-long.h: New file.
483 * gnulib/import/cloexec.c: New file.
484 * gnulib/import/cloexec.h: New file.
485 * gnulib/import/close.c: New file.
486 * gnulib/import/closedir.c: New file.
487 * gnulib/import/dirent-private.h: New file.
488 * gnulib/import/dup-safer.c: New file.
489 * gnulib/import/dup.c: New file.
490 * gnulib/import/dup2.c: New file.
491 * gnulib/import/error.c: New file.
492 * gnulib/import/error.h: New file.
493 * gnulib/import/exitfail.c: New file.
494 * gnulib/import/exitfail.h: New file.
495 * gnulib/import/fchdir.c: New file.
496 * gnulib/import/fcntl.c: New file.
497 * gnulib/import/fcntl.in.h: New file.
498 * gnulib/import/fd-hook.c: New file.
499 * gnulib/import/fd-hook.h: New file.
500 * gnulib/import/fd-safer.c: New file.
501 * gnulib/import/fdopendir.c: New file.
502 * gnulib/import/filename.h: New file.
503 * gnulib/import/filenamecat-lgpl.c: New file.
504 * gnulib/import/filenamecat.h: New file.
505 * gnulib/import/fstat.c: New file.
506 * gnulib/import/fstatat.c: New file.
507 * gnulib/import/getcwd-lgpl.c: New file.
508 * gnulib/import/getcwd.c: New file.
509 * gnulib/import/getdtablesize.c: New file.
510 * gnulib/import/getlogin_r.c: New file.
511 * gnulib/import/getprogname.c: New file.
512 * gnulib/import/getprogname.h: New file.
513 * gnulib/import/gettext.h: New file.
514 * gnulib/import/glob-libc.h: New file.
515 * gnulib/import/glob.c: New file.
516 * gnulib/import/glob.in.h: New file.
517 * gnulib/import/intprops.h: New file.
518 * gnulib/import/m4/chdir-long.m4: New file.
519 * gnulib/import/m4/close.m4: New file.
520 * gnulib/import/m4/closedir.m4: New file.
521 * gnulib/import/m4/d-ino.m4: New file.
522 * gnulib/import/m4/d-type.m4: New file.
523 * gnulib/import/m4/dup.m4: New file.
524 * gnulib/import/m4/dup2.m4: New file.
525 * gnulib/import/m4/error.m4: New file.
526 * gnulib/import/m4/fchdir.m4: New file.
527 * gnulib/import/m4/fcntl.m4: New file.
528 * gnulib/import/m4/fcntl_h.m4: New file.
529 * gnulib/import/m4/fdopendir.m4: New file.
530 * gnulib/import/m4/filenamecat.m4: New file.
531 * gnulib/import/m4/fstat.m4: New file.
532 * gnulib/import/m4/fstatat.m4: New file.
533 * gnulib/import/m4/getcwd-abort-bug.m4: New file.
534 * gnulib/import/m4/getcwd-path-max.m4: New file.
535 * gnulib/import/m4/getcwd.m4: New file.
536 * gnulib/import/m4/getdtablesize.m4: New file.
537 * gnulib/import/m4/getlogin_r.m4: New file.
538 * gnulib/import/m4/getprogname.m4: New file.
539 * gnulib/import/m4/glob.m4: New file.
540 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
541 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
542 * gnulib/import/m4/mempcpy.m4: New file.
543 * gnulib/import/m4/memrchr.m4: New file.
544 * gnulib/import/m4/mode_t.m4: New file.
545 * gnulib/import/m4/msvc-inval.m4: New file.
546 * gnulib/import/m4/msvc-nothrow.m4: New file.
547 * gnulib/import/m4/open.m4: New file.
548 * gnulib/import/m4/openat.m4: New file.
549 * gnulib/import/m4/opendir.m4: New file.
550 * gnulib/import/m4/readdir.m4: New file.
551 * gnulib/import/m4/realloc.m4: New file.
552 * gnulib/import/m4/rewinddir.m4: New file.
553 * gnulib/import/m4/save-cwd.m4: New file.
554 * gnulib/import/m4/strdup.m4: New file.
555 * gnulib/import/m4/strerror.m4: New file.
556 * gnulib/import/m4/unistd-safer.m4: New file.
557 * gnulib/import/mempcpy.c: New file.
558 * gnulib/import/memrchr.c: New file.
559 * gnulib/import/msvc-inval.c: New file.
560 * gnulib/import/msvc-inval.h: New file.
561 * gnulib/import/msvc-nothrow.c: New file.
562 * gnulib/import/msvc-nothrow.h: New file.
563 * gnulib/import/open.c: New file.
564 * gnulib/import/openat-die.c: New file.
565 * gnulib/import/openat-priv.h: New file.
566 * gnulib/import/openat-proc.c: New file.
567 * gnulib/import/openat.c: New file.
568 * gnulib/import/openat.h: New file.
569 * gnulib/import/opendir.c: New file.
570 * gnulib/import/pipe-safer.c: New file.
571 * gnulib/import/readdir.c: New file.
572 * gnulib/import/realloc.c: New file.
573 * gnulib/import/rewinddir.c: New file.
574 * gnulib/import/save-cwd.c: New file.
575 * gnulib/import/save-cwd.h: New file.
576 * gnulib/import/strdup.c: New file.
577 * gnulib/import/strerror-override.c: New file.
578 * gnulib/import/strerror-override.h: New file.
579 * gnulib/import/strerror.c: New file.
580 * gnulib/import/unistd--.h: New file.
581 * gnulib/import/unistd-safer.h: New file.
582 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
583 "getcwd" and "glob".
584 * ser-tcp.c: Undefine "close" before redefining it.
585
432ae719
SM
5862017-09-21 Simon Marchi <simon.marchi@ericsson.com>
587
588 * guile/scm-value.c (gdbscm_value_address): Initialize address,
589 get rid of res_val.
590
4fa7574e
RO
5912017-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
592
593 * configure.nat <i386sol2,i386>: Add fork-inferior.o to NATDEPFILES.
594 <sol2,sparc>: Likewise.
595 <sol2-64,i386>: Likewise.
596
597 * warning.m4 (AM_GDB_WARNINGS): Disable -Wunknown-pragmas,
598 -Wdeprecated-declarations on *-*-solaris*.
599 * configure: Regenerate.
600
601 * procfs.c: Include "nat/inferior.h".
602 (procfs_info_proc): Fix typo.
603
f6327dcb
KB
6042017-09-21 Kevin Buettner <kevinb@redhat.com>
605
606 * remote.c (vector): Include.
607 (struct private_thread_info): Add field, thread_handle.
608 (free_private_thread_info): Deallocate storage associated with
609 thread handle.
610 (get_private_info_thread): Initialize `thread_handle' field.
611 (struct thread_item): Add field, thread_handle.
612 (clear_threads_listing_context): Deallocate storage associated
613 with thread handle.
614 (start_thread): Add support for "handle" attribute.
615 (thread_attributes): Add "handle".
616 (remote_get_threads_with_qthreadinfo): Initialize thread_handle
617 field.
618 (remote_update_thread_list): Update thread_handle.
619 (remote_thread_handle_to_thread_info): New function.
620 (init_remote_ops): Initialize to_thread_handle_to_thread_info.
621
fbbe5337
KB
6222017-09-21 Kevin Buettner <kevinb@redhat.com>
623
624 * python/py-inferior.c (gdbpy_thread_from_thread_handle): New
625 function.
626 (inferior_object_methods): Add gdbpy_thread_from_thread_handle.
627 * python/python-internal.h (thread_object_type): Declare.
628
e04ee09e
KB
6292017-09-21 Kevin Buettner <kevinb@redhat.com>
630
631 * target.h (struct target_ops): Add to_thread_handle_to_thread_info.
632 (target_thread_handle_to_thread_info): Declare.
633 * target.c (target_thread_handle_to_thread_info): New function.
634 * target-delegates.c: Regenerate.
635 * gdbthread.h (find_thread_by_handle): Declare.
636 * thread.c (find_thread_by_handle): New function.
637 * linux-thread-db.c (thread_db_thread_handle_to_thread_info): New
638 function.
639 (init_thread_db_ops): Register thread_db_thread_handle_to_thread_info.
640
1e5b66ed
SM
6412017-09-21 Simon Marchi <simon.marchi@ericsson.com>
642
643 * nat/linux-waitpid.c (linux_debug): Add ATTRIBUTE_PRINTF.
644
ebe48ba0
SM
6452017-09-21 Simon Marchi <simon.marchi@ericsson.com>
646
647 * microblaze-tdep.c (microblaze_debug): Add ATTRIBUTE_PRINTF.
648
0a0bf5dc
YQ
6492017-09-21 Yao Qi <yao.qi@linaro.org>
650
651 * configure.tgt (aarch64*-*-freebsd*): Add fbsd-tdep.o solib-svr4.o
652 to gdb_target_obs.
653
d1b0a7bf
TT
6542017-09-20 Tom Tromey <tom@tromey.com>
655
656 * breakpoint.c (struct counted_command_line): Remove.
657 (breakpoint_commands): Update.
658 (alloc_counted_command_line, incref_counted_command_line)
659 (decref_counted_command_line, do_cleanup_counted_command_line)
660 (make_cleanup_decref_counted_command_line): Remove.
661 (breakpoint_set_commands, commands_command_1, ~bpstats, bpstats)
662 (bpstat_clear_actions, bpstat_do_actions_1, watchpoint_check)
663 (bpstat_stop_status, print_one_breakpoint_location, ~breakpoint)
664 (save_breakpoints): Update.
665 * breakpoint.h (counted_command_line): Now a typedef to
666 shared_ptr.
667 (struct breakpoint) <commands>: Now a counted_command_line.
668 (struct bpstats) <command>: Likewise.
669
48649e1b
TT
6702017-09-20 Tom Tromey <tom@tromey.com>
671
672 * breakpoint.c (struct commands_info, do_map_commands_command):
673 Remove.
674 (commands_command_1): Update.
675 (iterate_over_related_breakpoints): Take a function_view.
676 (do_delete_breakpoint, do_map_delete_breakpoint): Remove.
677 (delete_command): Update.
678 (map_breakpoint_numbers): Take a function_view.
679 (do_disable_breakpoint, do_map_delete_breakpoint): Remove.
680 (disable_command): Update.
681 (do_enable_breakpoint, do_map_enable_breakpoint): Remove.
682 (enable_command): Update.
683 (struct disp_data, do_enable_breakpoint_disp)
684 (do_map_enable_once_breakpoint, do_map_enable_count_breakpoint)
685 (do_map_enable_delete_breakpoint): Remove.
686 (enable_once_command, enable_count_command, enable_delete_command)
687 (delete_trace_variable_command): Update.
688
04afa70c
TT
6892017-09-20 Tom Tromey <tom@tromey.com>
690
691 * breakpoint.c (~bpstats): Rename from bpstat_free. Update.
692 (bpstat_clear): Use delete.
693 (bpstats): New constructors.
694 (bpstat_copy, bpstat_stop_status): Use new.
695 (dprintf_after_condition_true): Update.
696 * breakpoint.h (bpstats::bpstats): Add constructors.
697 (bpstats::~bpstats): Add destructor.
698
c83833f4
PA
6992017-09-20 Pedro Alves <palves@redhat.com>
700
701 * eval.c (make_params): Delete, refactored as ...
702 (class fake_method): ... this new type's ctor.
703 (fake_method::~fake_method): New.
704 (evaluate_subexp_standard): Use 'fake_method'.
705
223ffa71
TT
7062017-09-20 Tom Tromey <tom@tromey.com>
707
708 * windows-nat.c (get_windows_debug_event, windows_wait)
709 (do_initial_windows_stuff, windows_attach): Update.
710 * utils.c (vwarning, internal_vproblem): Update.
711 (ui_unregister_input_event_handler_cleanup)
712 (prepare_to_handle_input): Remove.
713 (class scoped_input_handler): New.
714 (defaulted_query, prompt_for_continue): Update.
715 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
716 Update.
717 * top.c (undo_terminal_modifications_before_exit): Update.
718 * target/target.h (target_terminal_init, target_terminal_inferior)
719 (target_terminal_ours): Don't declare.
720 (class target_terminal): New.
721 * target.h (target_terminal_is_inferior, target_terminal_is_ours)
722 (target_terminal_ours_for_output)
723 (make_cleanup_restore_target_terminal): Don't declare.
724 (target_terminal_info): Remove.
725 * target.c (enum terminal_state, terminal_state): Remove.
726 (target_terminal::terminal_state): Define.
727 (target_terminal::init): Rename from target_terminal_init.
728 (target_terminal::inferior): Rename from
729 target_terminal_inferior.
730 (target_terminal::ours): Rename from target_terminal_ours.
731 (target_terminal::ours_for_output): Rename from
732 target_terminal_ours_for_output.
733 (target_terminal::info): New method.
734 (cleanup_restore_target_terminal)
735 (make_cleanup_restore_target_terminal): Remove.
736 * solib.c (handle_solib_event): Update.
737 * remote.c (remote_serial_quit_handler): Update.
738 (remote_terminal_inferior, remote_wait_as): Update.
739 * record-full.c (record_full_wait_1): Update.
740 * nto-procfs.c (procfs_create_inferior): Update.
741 * nat/fork-inferior.c (startup_inferior): Update.
742 * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
743 (mi_record_changed, mi_inferior_added, mi_inferior_appeared)
744 (mi_inferior_exit, mi_inferior_removed, mi_traceframe_changed)
745 (mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
746 (mi_breakpoint_created, mi_breakpoint_deleted)
747 (mi_breakpoint_modified, mi_on_resume, mi_solib_loaded)
748 (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
749 (mi_user_selected_context_changed, report_initial_inferior):
750 Update.
751 * linux-nat.c (linux_nat_attach, linux_nat_terminal_ours)
752 (linux_nat_terminal_inferior): Update.
753 * infrun.c (follow_fork_inferior)
754 (handle_vfork_child_exec_or_exit, do_target_resume)
755 (check_curr_ui_sync_execution_done, handle_inferior_event_1)
756 (handle_signal_stop, maybe_remove_breakpoints, normal_stop):
757 Update.
758 * inflow.c (child_terminal_init, info_terminal_command): Update.
759 * infcmd.c (post_create_inferior, continue_1, prepare_one_step)
760 (attach_command): Update.
761 * infcall.c (call_thread_fsm_should_stop): Update.
762 * gnu-nat.c (gnu_attach): Update.
763 * extension.c (struct active_ext_lang_state)
764 (restore_active_ext_lang): Update.
765 * exceptions.c (print_flush): Update.
766 * event-top.c (async_enable_stdin, default_quit_handler): Update.
767 (struct quit_handler_cleanup_data, restore_quit_handler)
768 (restore_quit_handler_dtor, make_cleanup_override_quit_handler):
769 Remove.
770 * cp-support.c (gdb_demangle): Update.
771 * breakpoint.c (update_inserted_breakpoint_locations)
772 (insert_breakpoint_locations, handle_jit_event)
773 (disable_breakpoints_in_unloaded_shlib): Update.
774 * annotate.c (annotate_breakpoints_invalid)
775 (annotate_frames_invalid): Update.
776
013af3fc
TT
7772017-09-20 Tom Tromey <tom@tromey.com>
778
779 * main.c (catch_command_errors): Rename from
780 catch_command_errors_const.
781 (captured_main_1): Update.
782
06871ae8
PA
7832017-09-20 Pedro Alves <palves@redhat.com>
784
785 * cli/cli-cmds.c (list_command): Use print_sal_location.
786 (print_sal_location): New function.
787 (ambiguous_line_spec): Use print_sal_location.
788 * linespec.c (symbol_to_sal): Record the symbol in the sal.
789 * symtab.c (find_function_start_sal): Likewise.
790 * symtab.h (symtab_and_line::symbol): New field.
791
e5f25bc5
PA
7922017-09-20 Pedro Alves <palves@redhat.com>
793
794 * linespec.c (minsym_found): Handle non-text minsyms.
795 (symbol_to_sal): Record a sal.pc for non-block, non-label symbols.
796
1b7fa39e
WT
7972017-09-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
798
799 * features/Makefile (i386-avx-mpx-avx512-pku.dat): Add missing
800 backslash.
801
37dd0825
WT
8022017-09-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
803
804 * gdb.arch/i386-avx512.c (move_zmm_data_to_reg): Use
805 vmovups instead vmovaps.
806 (move_zmm_data_to_memory): Use vmovups instead vmovaps.
807
4e5a4f58
JB
8082017-09-19 John Baldwin <jhb@FreeBSD.org>
809
810 * NEWS (Changes since GDB 8.0): Add starti.
811 * infcmd.c (enum run_break): New.
812 (run_command_1): Queue pending event for RUN_STOP_AT_FIRST_INSN
813 case.
814 (run_command): Use enum run_how.
815 (start_command): Likewise.
816 (starti_command): New function.
817 (RUN_ARGS_HELP): New macro.
818 (_initialize_infcmd): Use RUN_ARGS_HELP for run and start
819 commands. Add starti command.
820
aa70c9f1
YQ
8212017-09-19 Yao Qi <yao.qi@linaro.org>
822
823 * Makefile.in (monitor.o): Remove the rule.
824
d6541620
YQ
8252017-09-19 Yao Qi <yao.qi@linaro.org>
826
827 * annotate.h (struct annotate_arg_emitter): Use
828 DISABLE_COPY_AND_ASSIGN.
829 * common/refcounted-object.h (refcounted_object): Likewise.
830 * completer.h (struct completion_result): Likewise.
831 * dwarf2read.c (struct dwarf2_per_objfile): Likewise.
832 * filename-seen-cache.h (filename_seen_cache): Likewise.
833 * gdbcore.h (thread_section_name): Likewise.
834 * gdb_regex.h (compiled_regex): Likewise.
835 * gdbthread.h (scoped_restore_current_thread): Likewise.
836 * inferior.h (scoped_restore_current_inferior): Likewise.
837 * jit.c (jit_reader): Likewise.
838 * linespec.h (struct linespec_result): Likewise.
839 * mi/mi-parse.h (struct mi_parse): Likewise.
840 * nat/fork-inferior.c (execv_argv): Likewise.
841 * progspace.h (scoped_restore_current_program_space): Likewise.
842 * python/python-internal.h (class gdbpy_enter): Likewise.
843 * regcache.h (regcache): Likewise.
844 * target-descriptions.c (struct tdesc_reg): Likewise.
845 (struct tdesc_type): Likewise.
846 (struct tdesc_feature): Likewise.
847 * ui-out.h (ui_out_emit_type): Likewise.
848
0615127c
SM
8492017-09-18 Simon Marchi <simon.marchi@ericsson.com>
850
851 * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Remove
852 label abort_expression.
853
5e187554
SM
8542017-09-16 Simon Marchi <simon.marchi@ericsson.com>
855
856 * common/buffer.c (buffer_xml_printf): Adjust.
857 * common/xml-utils.c (xml_escape_text): Change return type to
858 std::string, update code accordingly.
859 * common/xml-utils.h (xml_escape_text): Change return type to
860 std::string.
861 * rs6000-aix-tdep.c (rs6000_aix_shared_library_to_xml): Adjust.
862 * windows-tdep.c (windows_xfer_shared_library): Adjust.
863 * unittests/xml-utils-selftests.c (test_xml_escape_text):
864 Adjust.
865
c3d7b541
SM
8662017-09-16 Simon Marchi <simon.marchi@ericsson.com>
867
868 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new source file.
869 (SUBDIR_UNITTESTS_OBS): Add new object file.
870 * unittests/xml-utils-selftests.c: New file.
871
1526853e
SM
8722017-09-16 Simon Marchi <simon.marchi@ericsson.com>
873
874 * common/selftest.h (selftest): New struct/interface.
875 (register_test): Add name parameter, add new overload.
876 (run_tests): Add filter parameter.
877 (for_each_selftest_ftype): New typedef.
878 (for_each_selftest): New declaration.
879 * common/selftest.c (tests): Change type to
880 map<string, unique_ptr<selftest>>.
881 (simple_selftest): New struct.
882 (register_test): New function.
883 (register_test): Add name parameter and use it.
884 (run_tests): Add filter parameter and use it. Add prints.
885 Adjust to vector -> map change.
886 * aarch64-tdep.c (_initialize_aarch64_tdep): Add names when
887 registering selftests.
888 * arm-tdep.c (_initialize_arm_tdep): Likewise.
889 * disasm-selftests.c (_initialize_disasm_selftests): Likewise.
890 * dwarf2-frame.c (_initialize_dwarf2_frame): Likewise.
891 * dwarf2loc.c (_initialize_dwarf2loc): Likewise.
892 * findvar.c (_initialize_findvar): Likewise.
893 * gdbarch-selftests.c (_initialize_gdbarch_selftests): Likewise.
894 * maint.c (maintenance_selftest): Update call to run_tests.
895 (maintenance_info_selftests): New function.
896 (_initialize_maint_cmds): Register "maintenance info selftests"
897 command. Update "maintenance selftest" doc.
898 * regcache.c (_initialize_regcache): Add names when registering
899 selftests.
900 * rust-exp.y (_initialize_rust_exp): Likewise.
901 * selftest-arch.c (gdbarch_selftest): New struct.
902 (gdbarch_tests): Remove.
903 (register_test_foreach_arch): Add name parameter. Call
904 register_test.
905 (tests_with_arch): Remove, move most content to
906 gdbarch_selftest::operator().
907 (_initialize_selftests_foreach_arch): Remove.
908 * selftest-arch.h (register_test_foreach_arch): Add name
909 parameter.
910 (run_tests_with_arch): New declaration.
911 * utils-selftests.c (_initialize_utils_selftests): Add names
912 when registering selftests.
913 * utils.c (_initialize_utils): Likewise.
914 * unittests/array-view-selftests.c
915 (_initialize_array_view_selftests): Likewise.
916 * unittests/environ-selftests.c (_initialize_environ_selftests):
917 Likewise.
918 * unittests/function-view-selftests.c
919 (_initialize_function_view_selftests): Likewise.
920 * unittests/offset-type-selftests.c
921 (_initialize_offset_type_selftests): Likewise.
922 * unittests/optional-selftests.c
923 (_initialize_optional_selftests): Likewise.
924 * unittests/scoped_restore-selftests.c
925 (_initialize_scoped_restore_selftests): Likewise.
926 * NEWS: Document "maintenance selftest" and "maint info
927 selftests".
928
5846367a
SM
9292017-09-16 Simon Marchi <simon.marchi@ericsson.com>
930
931 * mi/mi-main.c (mi_load_progress): Restore current_uiout using a
932 scoped_restore.
933
bd77e8ff
SM
9342017-09-16 Simon Marchi <simon.marchi@ericsson.com>
935
936 * mi/mi-main.c (mi_load_progress): Make uiout variable
937 a unique_ptr.
938
26a67918
PA
9392017-09-15 Pedro Alves <palves@redhat.com>
940
941 * compile/compile-c-types.c (convert_enum, convert_int)
942 (convert_float): Adjust to refer to int_type_v0 and float_type_v0.
943
3f8a7804
SM
9442017-09-15 Simon Marchi <simon.marchi@ericsson.com>
945
946 * dwarf2read.c (copy_string): Remove.
947 (parse_macro_definition): Replace copy_string with savestring.
948
8d200706
YQ
9492017-09-15 Yao Qi <yao.qi@linaro.org>
950
951 * configure.tgt (i[34567]86-*-darwin*): Append amd64.o to
952 gdb_target_obs.
953 (i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*):
954 Likewise.
955 (i[34567]86-*-linux*): Likewise.
956
d185219d
SM
9572017-09-14 Simon Marchi <simon.marchi@ericsson.com>
958
959 * dwarf2expr.h (dwarf_stack_value): Add constructor.
960 (dwarf_expr_context) <~dwarf_expr_context>: Define as default.
961 <stack>: Change type to std::vector.
962 <stack_len, stack_allocated>: Remove.
963 <grow_stack>: Remove.
964 * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
965 (dwarf_expr_context::~dwarf_expr_context): Remove.
966 (dwarf_expr_context::grow_stack): Remove.
967 (dwarf_expr_context::push): Adjust.
968 (dwarf_expr_context::pop): Adjust.
969 (dwarf_expr_context::fetch): Adjust.
970 (dwarf_expr_context::fetch_in_stack_memory): Adjust.
971 (dwarf_expr_context::stack_empty_p): Adjust.
972 (dwarf_expr_context::execute_stack_op): Adjust.
973
eccd80d6
SM
9742017-09-14 Simon Marchi <simon.marchi@ericsson.com>
975
976 * dwarf2expr.h (dwarf_expr_context) <stack_empty_p>: Change
977 return type to bool.
978 * dwarf2expr.c (dwarf_expr_context::stack_empty_p): Likewise.
979
69009882
SM
9802017-09-14 Simon Marchi <simon.marchi@ericsson.com>
981
982 * dwarf2expr.h (dwarf_expr_piece) <v.mem.in_stack_memory>:
983 Change type to bool.
984 (dwarf_stack_value) <in_stack_memory>: Likewise.
985 (dwarf_expr_context) <push_address>: Change parameter type to
986 bool.
987 <fetch_in_stack_memory>: Change return type to bool.
988 <push>: Change parameter type to bool.
989 * dwarf2expr.c (dwarf_expr_context::push): Change parameter type
990 to bool.
991 (dwarf_expr_context::push_address): Likewise.
992 (dwarf_expr_context::fetch_in_stack_memory): Change return type
993 to bool.
994 (dwarf_expr_context::execute_stack_op): Adjust.
995 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Adjust.
996
1e467161
SM
9972017-09-14 Simon Marchi <simon.marchi@ericsson.com>
998
999 * dwarf2expr.h (struct dwarf_expr_piece): Move up.
1000 (struct dwarf_expr_context) <n_pieces>: Remove.
1001 <pieces>: Change type to std::vector.
1002 * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
1003 (dwarf_expr_context::~dwarf_expr_context): Don't manually free
1004 pieces.
1005 (dwarf_expr_context::add_piece): Adjust.
1006 * dwarf2loc.c (struct piece_closure): Initialize fields.
1007 <n_pieces>: Remove.
1008 <pieces>: Change type to std::vector.
1009 (allocate_piece_closure): Adjust, change parameter to
1010 std::vector rvalue and std::move it to piece_closure.
1011 (rw_pieced_value): Adjust.
1012 (check_pieced_synthetic_pointer): Adjust.
1013 (indirect_synthetic_pointer): Adjust.
1014 (coerce_pieced_ref): Adjust.
1015 (free_pieced_value_closure): Adjust. Use delete to free
1016 piece_closure.
1017 (dwarf2_evaluate_loc_desc_full): Adjust. std::move ctx.pieces
1018 to allocate_piece_closure.
1019 (dwarf2_loc_desc_get_symbol_read_needs): Adjust.
1020
0782db84
SM
10212017-09-12 Simon Marchi <simon.marchi@ericsson.com>
1022
1023 * probe.h (probe_ops_cp): Remove typedef.
1024 (DEF_VEC_P (probe_ops_cp)): Remove.
1025 (all_probe_ops): Change type to std::vector.
1026 * probe.c (info_probes_for_ops): Adjust to vector change.
1027 (probe_linespec_to_ops): Likewise.
1028 (all_probe_ops): Change type to std::vector.
1029 (_initialize_probe): Adjust to vector change.
1030 * dtrace-probe.c (_initialize_dtrace_probe): Likewise.
1031 * elfread.c (elf_get_probes): Likewise.
1032 * stap-probe.c (_initialize_stap_probe): Likewise.
1033
1eac6bea
SM
10342017-09-12 Simon Marchi <simon.marchi@ericsson.com>
1035
1036 * probe.h (struct bound_probe): Define constructors.
1037 * probe.c (bound_probe_s): Remove typedef.
1038 (DEF_VEC_O (bound_probe_s)): Remove VEC.
1039 (collect_probes): Change return type to std::vector, remove
1040 cleanup.
1041 (compare_probes): Return bool, change parameter type. Change
1042 semantic to "less than".
1043 (gen_ui_out_table_header_info): Change parameter to std::vector
1044 and update.
1045 (exists_probe_with_pops): Likewise.
1046 (info_probes_for_ops): Update to std::vector change.
1047 (enable_probes_command): Likewise.
1048 (disable_probes_command): Likewise.
1049
aaa63a31
SM
10502017-09-12 Simon Marchi <simon.marchi@ericsson.com>
1051
1052 * probe.h (struct probe_ops) <get_probes>: Change parameter from
1053 vec to std::vector.
1054 * probe.c (parse_probes_in_pspace): Update.
1055 (find_probes_in_objfile): Update.
1056 (find_probe_by_pc): Update.
1057 (collect_probes): Update.
1058 (probe_any_get_probes): Update.
1059 * symfile.h (struct sym_probe_fns) <sym_get_probes> Change
1060 return type to reference to std::vector.
1061 * dtrace-probe.c (dtrace_process_dof_probe): Change parameter to
1062 std::vector and update.
1063 (dtrace_process_dof): Likewise.
1064 (dtrace_get_probes): Likewise.
1065 * elfread.c (elf_get_probes): Change return type to std::vector,
1066 store an std::vector in bfd_data.
1067 (probe_key_free): Update to std::vector.
1068 * stap-probe.c (handle_stap_probe): Change parameter to
1069 std::vector and update.
1070 (stap_get_probes): Likewise.
1071 * symfile-debug.c (debug_sym_get_probes): Change return type to
1072 std::vector and update.
1073
cb85b21b
TT
10742017-09-11 Tom Tromey <tom@tromey.com>
1075
1076 * breakpoint.c (program_breakpoint_here_p): Update.
1077 * target.c (make_scoped_restore_show_memory_breakpoints): Rename
1078 from make_show_memory_breakpoints_cleanup. Return a
1079 scoped_restore_tmpl<int>.
1080 (restore_show_memory_breakpoints): Remove.
1081 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Update.
1082 * mem-break.c (memory_validate_breakpoint): Update.
1083 * ia64-tdep.c (ia64_memory_insert_breakpoint): Update.
1084 (ia64_memory_remove_breakpoint): Update.
1085 (ia64_breakpoint_from_pc): Update.
1086 * target.h (make_scoped_restore_show_memory_breakpoints): Rename
1087 from make_show_memory_breakpoints_cleanup.
1088
8fbc99ef
TT
10892017-09-11 Tom Tromey <tom@tromey.com>
1090
1091 * d-namespace.c (d_lookup_symbol): Use std::string.
1092 (find_symbol_in_baseclass): Likewise.
1093
50feb4bd
TT
10942017-09-11 Tom Tromey <tom@tromey.com>
1095
1096 * ctf.c (ctf_start): Use std::string.
1097
c6dc63a1
TT
10982017-09-11 Tom Tromey <tom@tromey.com>
1099
1100 * ada-lang.c (is_known_support_routine): Update.
1101 (ada_unhandled_exception_name_addr_from_raise): Update.
1102 * guile/scm-frame.c (gdbscm_frame_name): Update.
1103 * python/py-frame.c (frapy_name): Update.
1104 (frapy_function): Update.
1105 * stack.h (find_frame_funname): Update.
1106 * stack.c (find_frame_funname): Return unique_xmalloc_ptr.
1107 (print_frame): Update.
1108
d6b9b80f
TT
11092017-09-11 Tom Tromey <tom@tromey.com>
1110
1111 * findcmd.c (put_bits): Take a gdb::byte_vector.
1112 (parse_find_args): Return gdb::byte_vector. "args" now const.
1113 Remove "pattern_bufp" and "pattern_lenp" parameters. Remove
1114 cleanups.
1115 (find_command): Update.
1116
a9921622
TT
11172017-09-11 Tom Tromey <tom@tromey.com>
1118
1119 * cli/cli-script.c (class scoped_restore_hook_in): New.
1120 (clear_hook_in_cleanup): Remove.
1121 (execute_cmd_pre_hook, execute_cmd_post_hook): Use
1122 scoped_restore_hook_in.
1123
be0d7abb
TT
11242017-09-11 Tom Tromey <tom@tromey.com>
1125
1126 * cli/cli-script.c (restore_interp): Remove.
1127 (read_command_lines): Use scoped_restore_interp.
1128 * interps.c (scoped_restore_interp::set_temp): Rename from
1129 interp_set_temp.
1130 * interps.h (class scoped_restore_interp): New.
1131 (interp_set_temp): Remove.
1132
00f675ff
TT
11332017-09-11 Tom Tromey <tom@tromey.com>
1134
1135 * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
1136 (mi_cmd_catch_exception, mi_catch_load_unload): Update.
1137 * mi/mi-cmd-break.c (setup_breakpoint_reporting): Return a
1138 scoped_restore.
1139 (mi_cmd_break_insert_1): Update.
1140 * mi/mi-cmd-break.h (setup_breakpoint_reporting): Return a
1141 scoped_restore.
1142
cb791d59
TT
11432017-09-11 Tom Tromey <tom@tromey.com>
1144
1145 * demangle.c (demangle_command): Update.
1146 * breakpoint.c (disable_command): Update.
1147 (enable_command): Update.
1148 (find_location_by_number): Make "number" const. Use
1149 get_number_trailer.
1150 * cli/cli-utils.c (extract_arg): Return std::string.
1151 * probe.c (parse_probe_linespec): Update. Change types.
1152 (collect_probes): Take string arguments.
1153 (parse_probe_linespec): Likewise.
1154 (info_probes_for_ops): Update.
1155 (enable_probes_command): Update.
1156 (disable_probes_command): Update.
1157 * break-catch-sig.c (catch_signal_split_args): Update.
1158 * mi/mi-parse.c (mi_parse): Update.
1159
2039bd9f
TT
11602017-09-11 Tom Tromey <tom@tromey.com>
1161
1162 * language.h (language_enum): Make argument const.
1163 * language.c (language_enum): Make argument const.
1164
f1735a53
TT
11652017-09-11 Tom Tromey <tom@tromey.com>
1166
1167 * common/common-utils.h (skip_to_space): Remove macro, redeclare
1168 as function.
1169 (skip_to_space): Rename from skip_to_space_const.
1170 * common/common-utils.c (skip_to_space): New function.
1171 (skip_to_space): Rename from skip_to_space_const.
1172 * cli/cli-utils.h (get_number): Rename from get_number_const.
1173 (extract_arg): Rename from extract_arg_const.
1174 * cli/cli-utils.c (get_number): Rename from get_number_const.
1175 (extract_arg): Rename from extract_arg_const.
1176 (number_or_range_parser::get_number): Use ::get_number.
1177 * aarch64-linux-tdep.c, ada-lang.c, arm-linux-tdep.c, ax-gdb.c,
1178 break-catch-throw.c, breakpoint.c, cli/cli-cmds.c, cli/cli-dump.c,
1179 cli/cli-script.c, cli/cli-setshow.c, compile/compile.c,
1180 completer.c, demangle.c, disasm.c, findcmd.c, linespec.c,
1181 linux-tdep.c, linux-thread-db.c, location.c, mi/mi-parse.c,
1182 minsyms.c, nat/linux-procfs.c, printcmd.c, probe.c,
1183 python/py-breakpoint.c, record.c, rust-exp.y, serial.c, stack.c,
1184 stap-probe.c, tid-parse.c, tracepoint.c: Update all callers.
1185
7d221d74
TT
11862017-09-11 Tom Tromey <tom@tromey.com>
1187
1188 * python/python.c (do_start_initialization): Use
1189 py-event-types.def to initialize types.
1190 Define all object type structures.
1191 * python/python-internal.h: Don't declare event initialization
1192 functions.
1193 * python/py-threadevent.c (thread_event_object_type): Don't
1194 define.
1195 * python/py-stopevent.c (stop_event_object_type): Don't define.
1196 * python/py-signalevent.c (signal_event_object_type): Don't
1197 declare or define.
1198 * python/py-newobjfileevent.c (new_objfile_event_object_type)
1199 (clear_objfiles_event_object_type): Don't declare or define.
1200 * python/py-infevents.c (inferior_call_pre_event_object_type)
1201 (inferior_call_post_event_object_type)
1202 (register_changed_event_object_type)
1203 (memory_changed_event_object_type): Don't declare or define.
1204 * python/py-inferior.c (new_thread_event_object_type)
1205 (new_inferior_event_object_type)
1206 (inferior_deleted_event_object_type): Don't declare or define.
1207 * python/py-exitedevent.c (exited_event_object_type): Don't
1208 declare or define.
1209 * python/py-evts.c (gdbpy_initialize_py_events): Use
1210 py-all-events.def.
1211 * python/py-events.h (thread_event_object_type): Don't declare.
1212 (events_object): Use py-all-events.def.
1213 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove. Use
1214 py-event-types.def.
1215 * python/py-event-types.def: New file.
1216 * python/py-continueevent.c (create_continue_event_object): Don't
1217 declare or define.
1218 * python/py-bpevent.c (breakpoint_event_object_type): Don't
1219 declare or define.
1220 * python/py-all-events.def: New file.
1221
35c61a1d
TT
12222017-09-11 Tom Tromey <tom@tromey.com>
1223
1224 * python/py-threadevent.c (create_thread_event_object): Return
1225 gdbpy_ref.
1226 * python/py-stopevent.h (create_stop_event_object)
1227 (create_breakpoint_event_object, create_signal_event_object):
1228 Update.
1229 * python/py-stopevent.c (create_stop_event_object): Return
1230 gdbpy_ref.
1231 (emit_stop_event): Update.
1232 * python/py-signalevent.c (create_signal_event_object): Return
1233 gdbpy_ref.
1234 * python/py-infevents.c (create_inferior_call_event_object):
1235 Update.
1236 * python/py-event.h (create_event_object)
1237 (create_thread_event_object): Update.
1238 * python/py-event.c (create_event_object): Return gdbpy_ref.
1239 * python/py-continueevent.c: Return gdbpy_ref.
1240 * python/py-bpevent.c (create_breakpoint_event_object): Return
1241 gdbpy_ref.
1242
7c96f8c1
TT
12432017-09-11 Tom Tromey <tom@tromey.com>
1244
1245 PR python/15622:
1246 * NEWS: Add entry.
1247 * python/python.c (do_start_initialization): Initialize new event
1248 types.
1249 * python/python-internal.h (gdbpy_initialize_new_inferior_event)
1250 (gdbpy_initialize_inferior_deleted_event)
1251 (gdbpy_initialize_new_thread_event): Declare.
1252 * python/py-threadevent.c (create_thread_event_object): Add option
1253 "thread" parameter.
1254 * python/py-inferior.c (new_thread_event_object_type)
1255 (new_inferior_event_object_type)
1256 (inferior_deleted_event_object_type): Declare.
1257 (python_new_inferior, python_inferior_deleted): New functions.
1258 (add_thread_object): Emit new_thread event.
1259 (gdbpy_initialize_inferior): Attach new functions to corresponding
1260 observers.
1261 (new_thread, new_inferior, inferior_deleted): Define new event
1262 types.
1263 * python/py-evts.c (gdbpy_initialize_py_events): Add new
1264 registries.
1265 * python/py-events.h (events_object) <new_inferior,
1266 inferior_deleted, new_thread>: New fields.
1267 * python/py-event.h (create_thread_event_breakpoint): Add optional
1268 "thread" parameter.
1269
72542b8e
AB
12702017-09-10 Andrew Burgess <andrew.burgess@embecosm.com>
1271
1272 * utils.c (abort_with_message): Don't compare gdb_stderr to NULL,
1273 check current_ui instead.
1274 (internal_vproblem): Likewise.
1275
0d64823e
SM
12762017-09-09 Simon Marchi <simon.marchi@ericsson.com>
1277
1278 * thread.c (print_thread_info_1): Remove unnecessary calls to
1279 uiout->is_mi_like_p.
1280
eb1e02fd
TT
12812017-09-09 Tom Tromey <tom@tromey.com>
1282
1283 * namespace.h (add_using_directive): Update.
1284 * namespace.c (add_using_directive): Change type of excludes to
1285 std::vector.
1286 * dwarf2read.c (read_import_statement): Use std::vector.
1287 (read_namespace): Update.
1288 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
1289
0fc21fd8
TT
12902017-09-09 Tom Tromey <tom@tromey.com>
1291
1292 * linespec.c (create_sals_line_offset): Use gdb::def_vector.
1293
49663d05
TT
12942017-09-09 Tom Tromey <tom@tromey.com>
1295
1296 * p-valprint.c (pascal_object_print_value): Use gdb::byte_vector.
1297
0b868b60
TT
12982017-09-09 Tom Tromey <tom@tromey.com>
1299
1300 * stack.c (func_command): Use gdb::def_vector.
1301
c0470d48
TT
13022017-09-09 Tom Tromey <tom@tromey.com>
1303
1304 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Use gdb::optional,
1305 ui_out_emit_list, ui_out_emit_tuple.
1306 (mi_cmd_var_update): Likewise.
1307
ca5909c7
TT
13082017-09-09 Tom Tromey <tom@tromey.com>
1309
1310 * mi/mi-interp.c (mi_user_selected_context_changed): Use
1311 ui_out_redirect_pop.
1312 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
1313 ui_out_redirect_pop.
1314 * utils.c (do_ui_out_redirect_pop)
1315 (make_cleanup_ui_out_redirect_pop): Remove.
1316 * top.c (execute_command_to_string): Use ui_out_redirect_pop.
1317 * utils.h (make_cleanup_ui_out_redirect_pop): Remove.
1318 * ui-out.h (ui_out_redirect_pop): New class.
1319
e6a2252a
TT
13202017-09-09 Tom Tromey <tom@tromey.com>
1321
1322 * mi/mi-main.c (output_cores): Use ui_out_emit_list.
1323 (list_available_thread_groups, mi_cmd_list_thread_groups)
1324 (mi_cmd_data_list_changed_registers, mi_cmd_data_read_memory)
1325 (mi_cmd_data_read_memory_bytes, mi_cmd_trace_frame_collected):
1326 Likewise.
1327
393702cd
TT
13282017-09-09 Tom Tromey <tom@tromey.com>
1329
1330 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
1331 ui_out_emit_tuple.
1332
76f9c9cf
TT
13332017-09-09 Tom Tromey <tom@tromey.com>
1334
1335 * target.c (flash_erase_command): Use ui_out_emit_tuple.
1336 * stack.c (print_frame): Use ui_out_emit_tuple.
1337 * spu-tdep.c (info_spu_event_command): Use ui_out_emit_tuple.
1338 (info_spu_mailbox_command, info_spu_dma_command)
1339 (info_spu_proxydma_command): Likewise.
1340 * mi/mi-main.c (mi_cmd_trace_frame_collected): Use
1341 ui_out_emit_tuple, gdb::byte_vector, bin2hex.
1342 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
1343 ui_out_emit_tuple.
1344 * breakpoint.c (print_it_watchpoint): Use ui_out_emit_tuple.
1345
dc9fe180
TT
13462017-09-09 Tom Tromey <tom@tromey.com>
1347
1348 * ui-out.h (make_cleanup_ui_out_table_begin_end): Remove.
1349 (class ui_out_emit_table): Update comment.
1350 * ui-out.c (do_cleanup_table_end)
1351 (make_cleanup_ui_out_table_begin_end): Remove.
1352 * spu-tdep.c (info_spu_mailbox_list): Use ui_out_emit_table.
1353 (info_spu_dma_cmdlist): Likewise.
1354 * probe.c (info_probes_for_ops): Use ui_out_emit_table.
1355 * darwin-nat-info.c (darwin_debug_regions_recurse): Use
1356 ui_out_emit_table.
1357
f8cc3da6
TT
13582017-09-09 Tom Tromey <tom@tromey.com>
1359
1360 * thread.c (print_thread_info_1): Use ui_out_emit_table,
1361 ui_out_emit_list, gdb::optional.
1362
481695ed
JB
13632017-09-09 John Baldwin <jhb@FreeBSD.org>
1364
1365 * aarch64-linux-nat.c: Remove _initialize_aarch64_linux_nat
1366 prototype.
1367 * aarch64-linux-tdep.c: Remove _initialize_aarch64_linux_tdep
1368 prototype.
1369 * aarch64-newlib-tdep.c: Remove _initialize_aarch64_newlib_tdep
1370 prototype.
1371 * aarch64-tdep.c: Remove _initialize_aarch64_tdep prototype.
1372 * ada-exp.y: Remove _initialize_ada_exp prototype.
1373 * ada-lang.c: Remove _initialize_ada_language prototype.
1374 * ada-tasks.c: Remove _initialize_tasks prototype.
1375 * addrmap.c: Remove _initialize_addrmap prototype.
1376 * agent.c: Remove _initialize_agent prototype.
1377 * aix-thread.c: Remove _initialize_aix_thread prototype.
1378 * alpha-bsd-nat.c: Remove _initialize_alphabsd_nat prototype.
1379 * alpha-linux-nat.c: Remove _initialize_alpha_linux_nat prototype.
1380 * alpha-linux-tdep.c: Remove _initialize_alpha_linux_tdep
1381 prototype.
1382 * alpha-nbsd-tdep.c: Remove _initialize_alphanbsd_tdep prototype.
1383 * alpha-obsd-tdep.c: Remove _initialize_alphaobsd_tdep prototype.
1384 * alpha-tdep.c: Remove _initialize_alpha_tdep prototype.
1385 * amd64-darwin-tdep.c: Remove _initialize_amd64_darwin_tdep
1386 prototype.
1387 * amd64-dicos-tdep.c: Remove _initialize_amd64_dicos_tdep
1388 prototype.
1389 * amd64-fbsd-nat.c: Remove _initialize_amd64fbsd_nat prototype.
1390 * amd64-fbsd-tdep.c: Remove _initialize_amd64fbsd_tdep prototype.
1391 * amd64-linux-nat.c: Remove _initialize_amd64_linux_nat prototype.
1392 * amd64-linux-tdep.c: Remove _initialize_amd64_linux_tdep
1393 prototype.
1394 * amd64-nbsd-nat.c: Remove _initialize_amd64nbsd_nat prototype.
1395 * amd64-nbsd-tdep.c: Remove _initialize_amd64nbsd_tdep prototype.
1396 * amd64-obsd-nat.c: Remove _initialize_amd64obsd_nat prototype.
1397 * amd64-obsd-tdep.c: Remove _initialize_amd64obsd_tdep prototype.
1398 * amd64-sol2-tdep.c: Remove _initialize_amd64_sol2_tdep prototype.
1399 * amd64-tdep.c: Remove _initialize_amd64_tdep prototype.
1400 * amd64-windows-nat.c: Remove _initialize_amd64_windows_nat
1401 prototype.
1402 * amd64-windows-tdep.c: Remove _initialize_amd64_windows_tdep
1403 prototype.
1404 * annotate.c: Remove _initialize_annotate prototype.
1405 * arc-newlib-tdep.c: Remove _initialize_arc_newlib_tdep prototype.
1406 * arc-tdep.c: Remove _initialize_arc_tdep prototype.
1407 * arch-utils.c: Remove _initialize_gdbarch_utils prototype.
1408 * arm-linux-nat.c: Remove _initialize_arm_linux_nat prototype.
1409 * arm-linux-tdep.c: Remove _initialize_arm_linux_tdep prototype.
1410 * arm-nbsd-tdep.c: Remove _initialize_arm_netbsd_tdep prototype.
1411 * arm-obsd-tdep.c: Remove _initialize_armobsd_tdep prototype.
1412 * arm-symbian-tdep.c: Remove _initialize_arm_symbian_tdep
1413 prototype.
1414 * arm-tdep.c: Remove _initialize_arm_tdep prototype.
1415 * arm-wince-tdep.c: Remove _initialize_arm_wince_tdep prototype.
1416 * auto-load.c: Remove _initialize_auto_load prototype.
1417 * auxv.c: Remove _initialize_auxv prototype.
1418 * avr-tdep.c: Remove _initialize_avr_tdep prototype.
1419 * ax-gdb.c: Remove _initialize_ax_gdb prototype.
1420 * bfin-linux-tdep.c: Remove _initialize_bfin_linux_tdep prototype.
1421 * bfin-tdep.c: Remove _initialize_bfin_tdep prototype.
1422 * break-catch-sig.c: Remove _initialize_break_catch_sig prototype.
1423 * break-catch-syscall.c: Remove _initialize_break_catch_syscall
1424 prototype.
1425 * break-catch-throw.c: Remove _initialize_break_catch_throw
1426 prototype.
1427 * breakpoint.c: Remove _initialize_breakpoint prototype.
1428 * bsd-uthread.c: Remove _initialize_bsd_uthread prototype.
1429 * btrace.c: Remove _initialize_btrace prototype.
1430 * charset.c: Remove _initialize_charset prototype.
1431 * cli/cli-cmds.c: Remove _initialize_cli_cmds prototype.
1432 * cli/cli-dump.c: Remove _initialize_cli_dump prototype.
1433 * cli/cli-interp.c: Remove _initialize_cli_interp prototype.
1434 * cli/cli-logging.c: Remove _initialize_cli_logging prototype.
1435 * cli/cli-script.c: Remove _initialize_cli_script prototype.
1436 * coff-pe-read.c: Remove _initialize_coff_pe_read prototype.
1437 * coffread.c: Remove _initialize_coffread prototype.
1438 * compile/compile.c: Remove _initialize_compile prototype.
1439 * complaints.c: Remove _initialize_complaints prototype.
1440 * completer.c: Remove _initialize_completer prototype.
1441 * copying.awk: Remove _initialize_copying prototype.
1442 * copying.c: Regenerate.
1443 * core-regset.c: Remove _initialize_core_regset prototype.
1444 * corefile.c: Remove _initialize_core prototype.
1445 * corelow.c: Remove _initialize_corelow prototype.
1446 * cp-abi.c: Remove _initialize_cp_abi prototype.
1447 * cp-namespace.c: Remove _initialize_cp_namespace prototype.
1448 * cp-support.c: Remove _initialize_cp_support prototype.
1449 * cp-valprint.c: Remove _initialize_cp_valprint prototype.
1450 * cris-linux-tdep.c: Remove _initialize_cris_linux_tdep prototype.
1451 * cris-tdep.c: Remove _initialize_cris_tdep prototype.
1452 * ctf.c: Remove _initialize_ctf prototype.
1453 * d-lang.c: Remove _initialize_d_language prototype.
1454 * darwin-nat-info.c: Remove _initialize_darwin_info_commands
1455 prototype.
1456 * darwin-nat.c: Remove _initialize_darwin_inferior prototype.
1457 * dbxread.c: Remove _initialize_dbxread prototype.
1458 * dcache.c: Remove _initialize_dcache prototype.
1459 * demangle.c: Remove _initialize_demangler prototype.
1460 * disasm-selftests.c: Remove _initialize_disasm_selftests
1461 prototype.
1462 * disasm.c: Remove _initialize_disasm prototype.
1463 * dtrace-probe.c: Remove _initialize_dtrace_probe prototype.
1464 * dummy-frame.c: Remove _initialize_dummy_frame prototype.
1465 * dwarf2-frame-tailcall.c: Remove _initialize_tailcall_frame
1466 prototype.
1467 * dwarf2-frame.c: Remove _initialize_dwarf2_frame prototype.
1468 * dwarf2expr.c: Remove _initialize_dwarf2expr prototype.
1469 * dwarf2loc.c: Remove _initialize_dwarf2loc prototype.
1470 * dwarf2read.c: Remove _initialize_dwarf2_read prototype.
1471 * elfread.c: Remove _initialize_elfread prototype.
1472 * exec.c: Remove _initialize_exec prototype.
1473 * extension.c: Remove _initialize_extension prototype.
1474 * f-lang.c: Remove _initialize_f_language prototype.
1475 * f-valprint.c: Remove _initialize_f_valprint prototype.
1476 * fbsd-nat.c: Remove _initialize_fbsd_nat prototype.
1477 * fbsd-tdep.c: Remove _initialize_fbsd_tdep prototype.
1478 * filesystem.c: Remove _initialize_filesystem prototype.
1479 * findcmd.c: Remove _initialize_mem_search prototype.
1480 * fork-child.c: Remove _initialize_fork_child prototype.
1481 * frame-base.c: Remove _initialize_frame_base prototype.
1482 * frame-unwind.c: Remove _initialize_frame_unwind prototype.
1483 * frame.c: Remove _initialize_frame prototype.
1484 * frv-linux-tdep.c: Remove _initialize_frv_linux_tdep prototype.
1485 * frv-tdep.c: Remove _initialize_frv_tdep prototype.
1486 * ft32-tdep.c: Remove _initialize_ft32_tdep prototype.
1487 * gcore.c: Remove _initialize_gcore prototype.
1488 * gdb_bfd.c: Remove _initialize_gdb_bfd prototype.
1489 * gdbarch.c: Regenerate.
1490 * gdbarch.sh: Remove _initialize_gdbarch prototype.
1491 * gdbtypes.c: Remove _initialize_gdbtypes prototype.
1492 * gnu-nat.c: Remove _initialize_gnu_nat prototype.
1493 * gnu-v2-abi.c: Remove _initialize_gnu_v2_abi prototype.
1494 * gnu-v3-abi.c: Remove _initialize_gnu_v3_abi prototype.
1495 * go-lang.c: Remove _initialize_go_language prototype.
1496 * go32-nat.c: Remove _initialize_go32_nat prototype.
1497 * guile/guile.c: Remove _initialize_guile prototype.
1498 * h8300-tdep.c: Remove _initialize_h8300_tdep prototype.
1499 * hppa-linux-nat.c: Remove _initialize_hppa_linux_nat prototype.
1500 * hppa-linux-tdep.c: Remove _initialize_hppa_linux_tdep prototype.
1501 * hppa-nbsd-nat.c: Remove _initialize_hppanbsd_nat prototype.
1502 * hppa-nbsd-tdep.c: Remove _initialize_hppanbsd_tdep prototype.
1503 * hppa-obsd-nat.c: Remove _initialize_hppaobsd_nat prototype.
1504 * hppa-obsd-tdep.c: Remove _initialize_hppaobsd_tdep prototype.
1505 * hppa-tdep.c: Remove _initialize_hppa_tdep prototype.
1506 * i386-bsd-nat.c: Remove _initialize_i386bsd_nat prototype.
1507 * i386-cygwin-tdep.c: Remove _initialize_i386_cygwin_tdep
1508 prototype.
1509 * i386-darwin-tdep.c: Remove _initialize_i386_darwin_tdep
1510 prototype.
1511 * i386-dicos-tdep.c: Remove _initialize_i386_dicos_tdep prototype.
1512 * i386-fbsd-nat.c: Remove _initialize_i386fbsd_nat prototype.
1513 * i386-fbsd-tdep.c: Remove _initialize_i386fbsd_tdep prototype.
1514 * i386-gnu-nat.c: Remove _initialize_i386gnu_nat prototype.
1515 * i386-gnu-tdep.c: Remove _initialize_i386gnu_tdep prototype.
1516 * i386-linux-nat.c: Remove _initialize_i386_linux_nat prototype.
1517 * i386-linux-tdep.c: Remove _initialize_i386_linux_tdep prototype.
1518 * i386-nbsd-nat.c: Remove _initialize_i386nbsd_nat prototype.
1519 * i386-nbsd-tdep.c: Remove _initialize_i386nbsd_tdep prototype.
1520 * i386-nto-tdep.c: Remove _initialize_i386nto_tdep prototype.
1521 * i386-obsd-nat.c: Remove _initialize_i386obsd_nat prototype.
1522 * i386-obsd-tdep.c: Remove _initialize_i386obsd_tdep prototype.
1523 * i386-sol2-nat.c: Remove _initialize_amd64_sol2_nat prototype.
1524 * i386-sol2-tdep.c: Remove _initialize_amd64_sol2_tdep prototype.
1525 * i386-tdep.c: Remove _initialize_i386_tdep prototype.
1526 * i386-windows-nat.c: Remove _initialize_i386_windows_nat
1527 prototype.
1528 * ia64-libunwind-tdep.c: Remove _initialize_libunwind_frame
1529 prototype.
1530 * ia64-linux-nat.c: Remove _initialize_ia64_linux_nat prototype.
1531 * ia64-linux-tdep.c: Remove _initialize_ia64_linux_tdep prototype.
1532 * ia64-tdep.c: Remove _initialize_ia64_tdep prototype.
1533 * ia64-vms-tdep.c: Remove _initialize_ia64_vms_tdep prototype.
1534 * infcall.c: Remove _initialize_infcall prototype.
1535 * infcmd.c: Remove _initialize_infcmd prototype.
1536 * inferior.c: Remove _initialize_inferiors prototype.
1537 * inflow.c: Remove _initialize_inflow prototype.
1538 * infrun.c: Remove _initialize_infrun prototype.
1539 * interps.c: Remove _initialize_interpreter prototype.
1540 * iq2000-tdep.c: Remove _initialize_iq2000_tdep prototype.
1541 * jit.c: Remove _initialize_jit prototype.
1542 * language.c: Remove _initialize_language prototype.
1543 * linux-fork.c: Remove _initialize_linux_fork prototype.
1544 * linux-nat.c: Remove _initialize_linux_nat prototype.
1545 * linux-tdep.c: Remove _initialize_linux_tdep prototype.
1546 * linux-thread-db.c: Remove _initialize_thread_db prototype.
1547 * lm32-tdep.c: Remove _initialize_lm32_tdep prototype.
1548 * m2-lang.c: Remove _initialize_m2_language prototype.
1549 * m32c-tdep.c: Remove _initialize_m32c_tdep prototype.
1550 * m32r-linux-nat.c: Remove _initialize_m32r_linux_nat prototype.
1551 * m32r-linux-tdep.c: Remove _initialize_m32r_linux_tdep prototype.
1552 * m32r-tdep.c: Remove _initialize_m32r_tdep prototype.
1553 * m68hc11-tdep.c: Remove _initialize_m68hc11_tdep prototype.
1554 * m68k-bsd-nat.c: Remove _initialize_m68kbsd_nat prototype.
1555 * m68k-bsd-tdep.c: Remove _initialize_m68kbsd_tdep prototype.
1556 * m68k-linux-nat.c: Remove _initialize_m68k_linux_tdep prototype.
1557 * m68k-linux-tdep.c: Remove _initialize_m68k_linux_tdep prototype.
1558 * m68k-tdep.c: Remove _initialize_m68k_tdep prototype.
1559 * m88k-bsd-nat.c: Remove _initialize_m68kbsd_nat prototype.
1560 * m88k-tdep.c: Remove _initialize_m68kbsd_tdep prototype.
1561 * machoread.c: Remove _initialize_machoread prototype.
1562 * macrocmd.c: Remove _initialize_macrocmd prototype.
1563 * macroscope.c: Remove _initialize_macroscope prototype.
1564 * maint.c: Remove _initialize_maint_cmds prototype.
1565 * mdebugread.c: Remove _initialize_mdebugread prototype.
1566 * memattr.c: Remove _initialize_mem prototype.
1567 * mep-tdep.c: Remove _initialize_mep_tdep prototype.
1568 * mi/mi-cmd-env.c: Remove _initialize_mi_cmd_env prototype.
1569 * mi/mi-cmds.c: Remove _initialize_mi_cmds prototype.
1570 * mi/mi-interp.c: Remove _initialize_mi_interp prototype.
1571 * mi/mi-main.c: Remove _initialize_mi_main prototype.
1572 * microblaze-linux-tdep.c: Remove
1573 _initialize_microblaze_linux_tdep prototype.
1574 * microblaze-tdep.c: Remove _initialize_microblaze_tdep prototype.
1575 * mips-fbsd-nat.c: Remove _initialize_mips_fbsd_nat prototype.
1576 * mips-fbsd-tdep.c: Remove _initialize_mips_fbsd_tdep prototype.
1577 * mips-linux-nat.c: Remove _initialize_mips_linux_nat prototype.
1578 * mips-linux-tdep.c: Remove _initialize_mips_linux_tdep prototype.
1579 * mips-nbsd-nat.c: Remove _initialize_mipsnbsd_nat prototype.
1580 * mips-nbsd-tdep.c: Remove _initialize_mipsnbsd_tdep prototype.
1581 * mips-sde-tdep.c: Remove _initialize_mips_sde_tdep prototype.
1582 * mips-tdep.c: Remove _initialize_mips_tdep prototype.
1583 * mips64-obsd-nat.c: Remove _initialize_mips64obsd_nat prototype.
1584 * mips64-obsd-tdep.c: Remove _initialize_mips64obsd_tdep
1585 prototype.
1586 * mipsread.c: Remove _initialize_mipsread prototype.
1587 * mn10300-linux-tdep.c: Remove _initialize_mn10300_linux_tdep
1588 prototype.
1589 * mn10300-tdep.c: Remove _initialize_mn10300_tdep prototype.
1590 * moxie-tdep.c: Remove _initialize_moxie_tdep prototype.
1591 * msp430-tdep.c: Remove _initialize_msp430_tdep prototype.
1592 * mt-tdep.c: Remove _initialize_mt_tdep prototype.
1593 * nds32-tdep.c: Remove _initialize_nds32_tdep prototype.
1594 * nios2-linux-tdep.c: Remove _initialize_nios2_linux_tdep
1595 prototype.
1596 * nios2-tdep.c: Remove _initialize_nios2_tdep prototype.
1597 * nto-procfs.c: Remove _initialize_procfs prototype.
1598 * nto-tdep.c: Remove _initialize_nto_tdep prototype.
1599 * objc-lang.c: Remove _initialize_objc_language prototype.
1600 * objfiles.c: Remove _initialize_objfiles prototype.
1601 * observer.c: Remove observer_test_first_notification_function,
1602 observer_test_second_notification_function,
1603 observer_test_third_notification_function, and
1604 _initialize_observer prototypes.
1605 * opencl-lang.c: Remove _initialize_opencl_language prototypes.
1606 * osabi.c: Remove _initialize_gdb_osabi prototype.
1607 * osdata.c: Remove _initialize_osdata prototype.
1608 * p-valprint.c: Remove _initialize_pascal_valprint prototype.
1609 * parse.c: Remove _initialize_parse prototype.
1610 * ppc-fbsd-nat.c: Remove _initialize_ppcfbsd_nat prototype.
1611 * ppc-fbsd-tdep.c: Remove _initialize_ppcfbsd_tdep prototype.
1612 * ppc-linux-nat.c: Remove _initialize_ppc_linux_nat prototype.
1613 * ppc-linux-tdep.c: Remove _initialize_ppc_linux_tdep prototype.
1614 * ppc-nbsd-nat.c: Remove _initialize_ppcnbsd_nat prototype.
1615 * ppc-nbsd-tdep.c: Remove _initialize_ppcnbsd_tdep prototype.
1616 * ppc-obsd-nat.c: Remove _initialize_ppcobsd_nat prototype.
1617 * ppc-obsd-tdep.c: Remove _initialize_ppcobsd_tdep prototype.
1618 * printcmd.c: Remove _initialize_printcmd prototype.
1619 * probe.c: Remove _initialize_probe prototype.
1620 * proc-api.c: Remove _initialize_proc_api prototype.
1621 * proc-events.c: Remove _initialize_proc_events prototype.
1622 * proc-service.c: Remove _initialize_proc_service prototype.
1623 * procfs.c: Remove _initialize_procfs prototype.
1624 * psymtab.c: Remove _initialize_psymtab prototype.
1625 * python/python.c: Remove _initialize_python prototype.
1626 * ravenscar-thread.c: Remove _initialize_ravenscar prototype.
1627 * record-btrace.c: Remove _initialize_record_btrace prototype.
1628 * record-full.c: Remove _initialize_record_full prototype.
1629 * record.c: Remove _initialize_record prototype.
1630 * regcache.c: Remove _initialize_regcache prototype.
1631 * reggroups.c: Remove _initialize_reggroup prototype.
1632 * remote-notif.c: Remove _initialize_notif prototype.
1633 * remote-sim.c: Remove _initialize_remote_sim prototype.
1634 * remote.c: Remove _initialize_remote prototype.
1635 * reverse.c: Remove _initialize_reverse prototype.
1636 * rl78-tdep.c: Remove _initialize_rl78_tdep prototype.
1637 * rs6000-aix-tdep.c: Remove _initialize_rs6000_aix_tdep prototype.
1638 * rs6000-lynx178-tdep.c: Remove _initialize_rs6000_lynx178_tdep
1639 prototype.
1640 * rs6000-nat.c: Remove _initialize_rs6000_nat prototype.
1641 * rs6000-tdep.c: Remove _initialize_rs6000_tdep prototype.
1642 * rust-exp.y: Remove _initialize_rust_exp prototype.
1643 * rx-tdep.c: Remove _initialize_rx_tdep prototype.
1644 * s390-linux-nat.c: Remove _initialize_s390_nat prototype.
1645 * s390-linux-tdep.c: Remove _initialize_s390_tdep prototype.
1646 * score-tdep.c: Remove _initialize_score_tdep prototype.
1647 * selftest-arch.c: Remove _initialize_selftests_foreach_arch
1648 prototype.
1649 * ser-go32.c: Remove _initialize_ser_dos prototype.
1650 * ser-mingw.c: Remove _initialize_ser_windows prototype.
1651 * ser-pipe.c: Remove _initialize_ser_pipe prototype.
1652 * ser-tcp.c: Remove _initialize_ser_tcp prototype.
1653 * ser-unix.c: Remove _initialize_ser_hardwire prototype.
1654 * serial.c: Remove _initialize_serial prototype.
1655 * sh-linux-tdep.c: Remove _initialize_sh_linux_tdep prototype.
1656 * sh-nbsd-nat.c: Remove _initialize_shnbsd_nat prototype.
1657 * sh-nbsd-tdep.c: Remove _initialize_shnbsd_tdep prototype.
1658 * sh-tdep.c: Remove _initialize_sh_tdep prototype.
1659 * skip.c: Remove _initialize_step_skip prototype.
1660 * sol-thread.c: Remove _initialize_sol_thread prototype.
1661 * solib-aix.c: Remove _initialize_solib_aix prototype.
1662 * solib-darwin.c: Remove _initialize_darwin_solib prototype.
1663 * solib-dsbt.c: Remove _initialize_dsbt_solib prototype.
1664 * solib-frv.c: Remove _initialize_frv_solib prototype.
1665 * solib-spu.c: Remove _initialize_spu_solib prototype.
1666 * solib-svr4.c: Remove _initialize_svr4_solib prototype.
1667 * solib-target.c: Remove _initialize_solib_target prototype.
1668 * solib.c: Remove _initialize_solib prototype.
1669 * source.c: Remove _initialize_source prototype.
1670 * sparc-linux-nat.c: Remove _initialize_sparc_linux_nat prototype.
1671 * sparc-linux-tdep.c: Remove _initialize_sparc_linux_tdep
1672 prototype.
1673 * sparc-nat.c: Remove _initialize_sparc_nat prototype.
1674 * sparc-nbsd-nat.c: Remove _initialize_sparcnbsd_nat prototype.
1675 * sparc-nbsd-tdep.c: Remove _initialize_sparcnbsd_tdep prototype.
1676 * sparc-obsd-tdep.c: Remove _initialize_sparc32obsd_tdep
1677 prototype.
1678 * sparc-sol2-nat.c: Remove _initialize_sparc_sol2_nat prototype.
1679 * sparc-sol2-tdep.c: Remove _initialize_sparc_sol2_tdep prototype.
1680 * sparc-tdep.c: Remove _initialize_sparc_tdep prototype.
1681 * sparc64-fbsd-nat.c: Remove _initialize_sparc64fbsd_nat
1682 prototype.
1683 * sparc64-fbsd-tdep.c: Remove _initialize_sparc64fbsd_tdep
1684 prototype.
1685 * sparc64-linux-nat.c: Remove _initialize_sparc64_linux_nat
1686 prototype.
1687 * sparc64-linux-tdep.c: Remove _initialize_sparc64_linux_tdep
1688 prototype.
1689 * sparc64-nat.c: Remove _initialize_sparc64_nat prototype.
1690 * sparc64-nbsd-nat.c: Remove _initialize_sparc64nbsd_nat
1691 prototype.
1692 * sparc64-nbsd-tdep.c: Remove _initialize_sparc64nbsd_tdep
1693 prototype.
1694 * sparc64-obsd-nat.c: Remove _initialize_sparc64obsd_nat
1695 prototype.
1696 * sparc64-obsd-tdep.c: Remove _initialize_sparc64obsd_tdep
1697 prototype.
1698 * sparc64-sol2-tdep.c: Remove _initialize_sparc64_sol2_tdep
1699 prototype.
1700 * spu-linux-nat.c: Remove _initialize_spu_nat prototype.
1701 * spu-multiarch.c: Remove _initialize_spu_multiarch prototype.
1702 * spu-tdep.c: Remove _initialize_spu_tdep prototype.
1703 * stabsread.c: Remove _initialize_stabsread prototype.
1704 * stack.c: Remove _initialize_stack prototype.
1705 * stap-probe.c: Remove _initialize_stap_probe prototype.
1706 * std-regs.c: Remove _initialize_frame_reg prototype.
1707 * symfile-debug.c: Remove _initialize_symfile_debug prototype.
1708 * symfile-mem.c: Remove _initialize_symfile_mem prototype.
1709 * symfile.c: Remove _initialize_symfile prototype.
1710 * symmisc.c: Remove _initialize_symmisc prototype.
1711 * symtab.c: Remove _initialize_symtab prototype.
1712 * target-dcache.c: Remove _initialize_target_dcache prototype.
1713 * target-descriptions.c: Remove _initialize_target_descriptions
1714 prototype.
1715 * thread.c: Remove _initialize_thread prototype.
1716 * tic6x-linux-tdep.c: Remove _initialize_tic6x_linux_tdep
1717 prototype.
1718 * tic6x-tdep.c: Remove _initialize_tic6x_tdep prototype.
1719 * tilegx-linux-nat.c: Remove _initialize_tile_linux_nat prototype.
1720 * tilegx-linux-tdep.c: Remove _initialize_tilegx_linux_tdep
1721 prototype.
1722 * tilegx-tdep.c: Remove _initialize_tilegx_tdep prototype.
1723 * tracefile-tfile.c: Remove _initialize_tracefile_tfile prototype.
1724 * tracefile.c: Remove _initialize_tracefile prototype.
1725 * tracepoint.c: Remove _initialize_tracepoint prototype.
1726 * tui/tui-hooks.c: Remove _initialize_tui_hooks prototype.
1727 * tui/tui-interp.c: Remove _initialize_tui_interp prototype.
1728 * tui/tui-layout.c: Remove _initialize_tui_layout prototype.
1729 * tui/tui-regs.c: Remove _initialize_tui_regs prototype.
1730 * tui/tui-stack.c: Remove _initialize_tui_stack prototype.
1731 * tui/tui-win.c: Remove _initialize_tui_win prototype.
1732 * tui/tui.c: Remove _initialize_tui prototype.
1733 * typeprint.c: Remove _initialize_typeprint prototype.
1734 * user-regs.c: Remove _initialize_user_regs prototype.
1735 * utils.c: Remove _initialize_utils prototype.
1736 * v850-tdep.c: Remove _initialize_v850_tdep prototype.
1737 * valarith.c: Remove _initialize_valarith prototype.
1738 * valops.c: Remove _initialize_valops prototype.
1739 * valprint.c: Remove _initialize_valprint prototype.
1740 * value.c: Remove _initialize_values prototype.
1741 * varobj.c: Remove _initialize_varobj prototype.
1742 * vax-bsd-nat.c: Remove _initialize_vaxbsd_nat prototype.
1743 * vax-nbsd-tdep.c: Remove _initialize_vaxnbsd_tdep prototype.
1744 * vax-tdep.c: Remove _initialize_vax_tdep prototype.
1745 * windows-nat.c: Remove _initialize_windows_nat,
1746 _initialize_check_for_gdb_ini, and _initialize_loadable
1747 prototypes.
1748 * windows-tdep.c: Remove _initialize_windows_tdep prototype.
1749 * xcoffread.c: Remove _initialize_xcoffread prototype.
1750 * xml-support.c: Remove _initialize_xml_support prototype.
1751 * xstormy16-tdep.c: Remove _initialize_xstormy16_tdep prototype.
1752 * xtensa-linux-nat.c: Remove _initialize_xtensa_linux_nat
1753 prototype.
1754 * xtensa-linux-tdep.c: Remove _initialize_xtensa_linux_tdep
1755 prototype.
1756 * xtensa-tdep.c: Remove _initialize_xtensa_tdep prototype.
1757
a611b5cb
KS
17582017-09-08 Keith Seitz <keiths@redhat.com>
1759
1760 * dwarf2read.c (struct field_info) <fnfields>: Remove unused
1761 field.
1762
469412dd
CW
17632017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
1764
1765 * f-valprint.c (f_val_print): Remove check for one byte
1766 sized integers. Remove printing of character type.
1767
a5ad232b
FP
17682017-09-08 Frank Penczek <frank.penczek@intel.com>
1769 Christoph Weinmann <christoph.t.weinmann@intel.com>
1770 Bernhard Heckel <bernhard.heckel@intel.com>
1771
1772 * f-typeprint.c (f_type_print_base): Use fprintfi_filtered
1773 to maintain proper indentation when printing pointers/refs.
1774
e5014227
JB
17752017-09-07 Joel Brobecker <brobecker@adacore.com>
1776
1777 GDB 8.0.1 released.
1778
63c99141
JB
17792017-09-07 Joel Brobecker <brobecker@adacore.com>
1780
1781 * NEWS (Changes in GDB 7.11): Remove entry for QStartupWithShell.
1782
69c1e056
TT
17832017-09-05 Tom Tromey <tom@tromey.com>
1784
1785 * parse.c (funcall_chain): Now a std::vector.
1786 (start_arglist, end_arglist): Simplify.
1787 (free_funcalls): Remove.
1788 (parse_exp_in_context_1): Remove cleanup.
1789
fef704bf
TT
17902017-09-05 Tom Tromey <tom@tromey.com>
1791
1792 * go-exp.y (go_parse): Don't create a cleanup.
1793
5613c585
TT
17942017-09-05 Tom Tromey <tom@tromey.com>
1795
1796 * d-exp.y (PrimaryExpression): Use std::string.
1797 (d_parse): Don't create a cleanup.
1798
eae49211
TT
17992017-09-05 Tom Tromey <tom@tromey.com>
1800
1801 * utils.c (do_clear_parser_state): Remove.
1802 (make_cleanup_clear_parser_state): Remove.
1803 * p-exp.y (pascal_parse): Use scoped_restore.
1804 * m2-exp.y (m2_parse): Use scoped_restore.
1805 * f-exp.y (f_parse): Use scoped_restore.
1806 * d-exp.y (d_parse): Use scoped_restore.
1807 * c-exp.y (c_parse): Use scoped_restore.
1808 * ada-exp.y (ada_parse): Use scoped_restore.
1809 * utils.h (make_cleanup_clear_parser_state): Remove.
1810
73b9be8b
KS
18112017-09-06 Keith Seitz <keiths@redhat.com>
1812
1813 * dwarf2read.c (dw2_linkage_name_attr): New function.
1814 (dw2_linkage_name): New function.
1815 (dwarf2_compute_name, dwarf2_physname, read_call_site_scope)
1816 (guess_full_die_structure_name, dwarf2_name): Use dw2_linkage_name.
1817 (anonymous_struct_prefix, dwarf2_name): Use dw2_linkage_name_attr.
1818
a102602b
KR
18192017-09-06 Kamil Rytarowski <n54@gmx.com>
1820
1821 * config/djgpp/djconfig.sh: Correct shell portability issue.
1822
28ad437d
KR
18232017-09-06 Kamil Rytarowski <n54@gmx.com>
1824
1825 * configure.nat: Define HAVE_NATIVE_GCORE_HOST on NetBSD.
1826
351787dd
JB
18272017-09-06 John Baldwin <jhb@FreeBSD.org>
1828
1829 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
1830 * NEWS: Mention new FreeBSD/mips native configuration.
1831 * configure.host: Add aarch64*-*-freebsd*.
1832 * configure.nat: Likewise.
1833 * aarch64-fbsd-nat.c: New file.
1834
c0f84956
JB
18352017-09-06 John Baldwin <jhb@FreeBSD.org>
1836
1837 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-fbsd-tdep.o.
1838 (ALLDEPFILES): Add aarch64-fbsd-tdep.c.
1839 * NEWS: Mention new FreeBSD/aarch64 target.
1840 * configure.tgt: Add aarch64*-*-freebsd*.
1841 * aarch64-fbsd-tdep.c: New file.
1842 * aarch64-fbsd-tdep.h: New file.
1843
7610297a
KR
18442017-09-06 Kamil Rytarowski <n54@gmx.com>
1845
1846 * MAINTAINERS (Write After Approval): Add Kamil Rytarowski.
1847
fbd1b771
JK
18482017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1849
1850 * parse.c (find_minsym_type_and_address): Don't relocate addresses
1851 of TLS symbols.
1852
5ca79eae
PW
18532017-09-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1854
1855 * objfiles.c (get_objfile_bfd_data): Remove useless obstack_init
1856 call.
1857
bf93d7ba
SM
18582017-09-05 Simon Marchi <simon.marchi@ericsson.com>
1859
1860 * infrun.c (follow_exec): Call add_thread after
1861 target_find_description.
1862
1bb7c059
SM
18632017-09-05 Simon Marchi <simon.marchi@ericsson.com>
1864
1865 * infrun.c (handle_inferior_event_1): When exec'ing, read
1866 stop_pc after follow_exec.
1867
fc809827
SM
18682017-09-05 Simon Marchi <simon.marchi@ericsson.com>
1869
1870 * remote.c (process_g_packet): Update error message.
1871
d2fcdd85
YQ
18722017-09-05 Yao Qi <yao.qi@linaro.org>
1873
1874 * configure.tgt (gdb_target_obs): Add i386.o for x86_64-*
1875 targets.
1876
e69570ee
PA
18772017-09-05 Pedro Alves <palves@redhat.com>
1878
1879 * eval.c (eval_call, evaluate_funcall): New functions, factored
1880 out from ...
1881 (evaluate_subexp_standard): ... this.
1882
22916b07
YQ
18832017-09-05 Yao Qi <yao.qi@linaro.org>
1884
1885 * amd64-tdep.c (amd64_target_description): Create target
1886 descriptions.
1887 (_initialize_amd64_tdep): Don't call functions
1888 initialize_tdesc_amd64_*. Add self tests.
1889 * arch/amd64.c (amd64_create_target_description): Add parameter
1890 is_linux. Call set_tdesc_osabi if is_linux is true.
1891 * arch/amd64.h (amd64_create_target_description): Update the
1892 declaration.
1893 * arch/i386.c (i386_create_target_description): Add parameter
1894 is_linux. Call set_tdesc_osabi if is_linux is true.
1895 * arch/i386.h (i386_create_target_description): Update
1896 declaration.
1897 * configure.tgt: Add i386.o to gdb_target_obs.
1898 * features/Makefile (XMLTOC): Remove i386/*.xml.
1899 * features/i386/amd64-avx-avx512.c: Remove.
1900 * features/i386/amd64-avx-mpx-avx512-pku.c: Remove.
1901 * features/i386/amd64-avx-mpx.c: Remove.
1902 * features/i386/amd64-avx.c: Remove.
1903 * features/i386/amd64-mpx.c: Remove.
1904 * features/i386/amd64.c: Remove.
1905 * features/i386/i386-avx-avx512.c: Remove.
1906 * features/i386/i386-avx-mpx-avx512-pku.c: Remove.
1907 * features/i386/i386-avx-mpx.c: Remove.
1908 * features/i386/i386-avx.c: Remove.
1909 * features/i386/i386-mmx.c: Remove.
1910 * features/i386/i386-mpx.c: Remove.
1911 * features/i386/i386.c: Remove.
1912 * i386-tdep.c: Don't include features/i386/i386*.c., include
1913 target-descriptions.h and arch/i386.h.
1914 (i386_target_description): Create target descriptions.
1915 (i386_gdbarch_init): Don't call initialize_tdesc_i386_*
1916 functions. Do self tests.
1917
0854b7b1
YQ
19182017-09-05 Yao Qi <yao.qi@linaro.org>
1919
1920 * features/Makefile (XMLTOC): Remove i386/amd64XXX-linux.xml.
1921 * features/i386/amd64-avx-avx512-linux.c: Removed.
1922 * features/i386/amd64-avx-linux.c: Removed.
1923 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Removed.
1924 * features/i386/amd64-avx-mpx-linux.c: Removed.
1925 * features/i386/amd64-linux.c: Removed.
1926 * features/i386/amd64-mpx-linux.c: Removed.
1927 * features/i386/x32-avx-avx512-linux.c: Removed.
1928 * features/i386/x32-avx-linux.c: Removed.
1929 * features/i386/x32-linux.c: Removed.
1930
b4570e4b
YQ
19312017-09-05 Yao Qi <yao.qi@linaro.org>
1932
1933 * amd64-linux-tdep.c: Include arch/amd64.h. Don't include
1934 features/i386/*.c.
1935 (amd64_linux_read_description): Call
1936 amd64_create_target_description.
1937 * arch/amd64.c: New file.
1938 * arch/amd64.h: New file.
1939 * configure.tgt (x86_64-*-linux*): Append amd64.o.
1940 * Makefile.in (ALL_64_TARGET_OBS): Append amd64.o.
1941
6c73f67f
YQ
19422017-09-05 Yao Qi <yao.qi@linaro.org>
1943
1944 * amd64-linux-tdep.c: Don't include amd64-XXX-linux and
1945 x32-XXX-linux.c. Include 64bit-XX.c and x32-XX.c.
1946 (amd64_linux_read_description): Create target descriptions.
1947 (_initialize_amd64_linux_tdep): Don't call initialize_tdesc_XXX
1948 functions. Add unit tests.
1949 * features/Makefile (FEATURE_XMLFILES): Append 64bit-XXX.xml and
1950 x32-core.xml.
1951 * features/i386/64bit-avx.c: Generated.
1952 * features/i386/64bit-avx512.c: Generated.
1953 * features/i386/64bit-core.c: Generated.
1954 * features/i386/64bit-linux.c: Generated.
1955 * features/i386/64bit-mpx.c: Generated.
1956 * features/i386/64bit-pkeys.c: Generated.
1957 * features/i386/64bit-segments.c: Generated.
1958 * features/i386/64bit-sse.c: Generated.
1959 * features/i386/x32-core.c: Generated.
1960 * target-descriptions.c (maint_print_c_tdesc_cmd): Print feature
1961 c files for amd64-linux and x32-linux.
1962
9d3d478b
YQ
19632017-09-05 Yao Qi <yao.qi@linaro.org>
1964
1965 * amd64-linux-tdep.c (amd64_linux_read_description): New
1966 function.
1967 (amd64_linux_core_read_description): Call
1968 amd64_linux_read_description.
1969 (amd64_linux_init_abi): Likewise.
1970 (amd64_x32_linux_init_abi): Likewise.
1971 * amd64-linux-tdep.h (amd64_linux_read_description): Declare.
1972 * x86-linux-nat.c (x86_linux_read_description): Call
1973 amd64_linux_read_description.
1974
b9f1d50f
YQ
19752017-09-05 Yao Qi <yao.qi@linaro.org>
1976
1977 * amd64-linux-tdep.c (amd64_linux_core_read_description): Update
1978 comments.
1979
188c9e6d
YQ
19802017-09-05 Yao Qi <yao.qi@linaro.org>
1981
1982 * features/Makefile (XMLTOC): Remove i386/i386-XX-linux.xml.
1983 * features/i386/i386-avx-avx512-linux.c: Remove.
1984 * features/i386/i386-avx-linux.c: Remove.
1985 * features/i386/i386-avx-mpx-avx512-pku-linux.c: Remove.
1986 * features/i386/i386-avx-mpx-linux.c: Remove.
1987 * features/i386/i386-linux.c: Remove.
1988 * features/i386/i386-mmx-linux.c: Remove.
1989 * features/i386/i386-mpx-linux.c: Remove.
1990
5f035c07
YQ
19912017-09-05 Yao Qi <yao.qi@linaro.org>
1992
1993 * Makefile.in (ALL_TARGET_OBS): Add i386.o.
1994 (SFILES): Add arch/i386.c.
1995 (HFILES_NO_SRCDIR): Add arch/i386.h.
1996 * arch/i386.c: New file.
1997 * arch/i386.h: New file.
1998 * arch/tdesc.h (allocate_target_description): Declare.
1999 (set_tdesc_architecture): Declare.
2000 (set_tdesc_osabi): Declare.
2001 * configure.tgt (i[34567]86-*-linux*): Add i386.o.
2002 * i386-linux-tdep.c: Don't include ../features/i386/32bit-XXX.c.
2003 include arch/i386.h.
2004 (i386_linux_read_description): Remove code and call
2005 i386_create_target_description.
2006 (set_tdesc_architecture): New function.
2007 (set_tdesc_osabi): New function.
2008 * target-descriptions.h (allocate_target_description): Remove.
2009
0abe8a89
YQ
20102017-09-05 Yao Qi <yao.qi@linaro.org>
2011
2012 * arch/tdesc.h (tdesc_create_feature): Add an argument xml.
2013 * target-descriptions.c (tdesc_create_feature): Likewise, and
2014 adjust code.
2015 * features/i386/32bit-avx.c: Re-generated.
2016 * features/i386/32bit-avx512.c: Re-generated.
2017 * features/i386/32bit-core.c: Re-generated.
2018 * features/i386/32bit-linux.c: Re-generated.
2019 * features/i386/32bit-mpx.c: Re-generated.
2020 * features/i386/32bit-pkeys.c: Re-generated.
2021 * features/i386/32bit-sse.c: Re-generated.
2022
0a188386
YQ
20232017-09-05 Yao Qi <yao.qi@linaro.org>
2024
2025 * regformats/regdef.h (struct reg): Override operator == and !=.
2026
f49ff000
YQ
20272017-09-05 Yao Qi <yao.qi@linaro.org>
2028
2029 * arch/tdesc.h: New file.
2030 * regformats/regdat.sh: Generate code using tdesc_create_reg.
2031 * target-descriptions.c: Update comments.
2032 * target-descriptions.h: Include "arch/tdesc.h". Remove the
2033 declarations.
2034 * features/i386/32bit-avx.c: Re-generated.
2035 * features/i386/32bit-avx512.c: Re-generated.
2036 * features/i386/32bit-core.c: Re-generated.
2037 * features/i386/32bit-linux.c: Re-generated.
2038 * features/i386/32bit-mpx.c: Re-generated.
2039 * features/i386/32bit-pkeys.c: Re-generated.
2040 * features/i386/32bit-sse.c: Re-generated.
2041
f7000548
YQ
20422017-09-05 Yao Qi <yao.qi@linaro.org>
2043
2044 * regformats/regdat.sh: Update generated code.
2045
c9a5e2a5
YQ
20462017-09-05 Yao Qi <yao.qi@linaro.org>
2047
2048 * regformats/regdat.sh: Adjust code order.
2049
d6b687ac
SM
20502017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2051
2052 * expprint.c (dump_subexp_body_standard): Use constant format
2053 string in fprintf_filtered call.
2054
a379bfd0
JB
20552017-09-04 John Baldwin <jhb@FreeBSD.org>
2056
2057 * configure.nat: Add "x86-nat.o x86-dregs.o" for NetBSD/amd64 and
2058 NetBSD/i386.
2059 * x86-bsd-nat.c [!DBREG_DRX && __NetBSD__]: Define DBREG_DRX.
2060
f7efc967
JB
20612017-09-04 John Baldwin <jhb@FreeBSD.org>
2062
2063 * bsd-kvm.o: Make <sys/user.h> conditional on HAVE_SYS_USER_H.
2064
c49fbc6c
JB
20652017-09-04 John Baldwin <jhb@FreeBSD.org>
2066
2067 * bsd-kvm.o: Define _KMEMUSER.
2068 * configure.ac: Define _KMEMUSER when checking for "struct lwp".
2069 * configure: Regenerate.
2070
26562e73
JB
20712017-09-04 John Baldwin <jhb@FreeBSD.org>
2072
2073 * amd64-fbsd-nat.c: Add include of "x86-xstate.h".
2074 * i386-fbsd-nat.c: Likewise.
2075
31cf1487
JB
20762017-09-04 John Baldwin <jhb@FreeBSD.org>
2077
2078 * unittests/array-view-selftests.c: Add include of <array>.
2079
5b9f8a7c
JB
20802017-09-04 John Baldwin <jhb@FreeBSD.org>
2081
2082 * spu-tdep.c (flush_ea_cache): Add missing argument to
2083 call_function_by_hand.
2084
d69cf9b2
PA
20852017-09-04 Pedro Alves <palves@redhat.com>
2086
2087 * NEWS (Safer support for debugging with no debug info): New.
2088
3693fdb3
PA
20892017-09-04 Pedro Alves <palves@redhat.com>
2090
2091 * c-exp.y (function_method, function_method_void): Add current
2092 instance flags to TYPE_INSTANCE.
2093 * dwarf2read.c (check_modifier): New.
2094 (compute_delayed_physnames): Assert that only C++ adds delayed
2095 physnames. Mark fn_fields as const/volatile depending on
2096 physname.
2097 * eval.c (make_params): New type_instance_flags parameter. Use
2098 it as the new type's instance flags.
2099 (evaluate_subexp_standard) <TYPE_INSTANCE>: Extract the instance
2100 flags element and pass it to make_params.
2101 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: Handle
2102 instance flags element.
2103 (dump_subexp_body_standard) <TYPE_INSTANCE>: Likewise.
2104 * gdbtypes.h: Include "enum-flags.h".
2105 (type_instance_flags): New enum-flags type.
2106 (TYPE_CONST, TYPE_VOLATILE, TYPE_RESTRICT, TYPE_ATOMIC)
2107 (TYPE_CODE_SPACE, TYPE_DATA_SPACE): Return boolean.
2108 * parse.c (operator_length_standard) <TYPE_INSTANCE>: Adjust.
2109 (follow_type_instance_flags): New function.
2110 (operator_check_standard) <TYPE_INSTANCE>: Adjust.
2111 * parser-defs.h (follow_type_instance_flags): Declare.
2112 * valops.c (value_struct_elt_for_reference): const/volatile must
2113 match too.
2114
e68cb8e0
PA
21152017-09-04 Pedro Alves <palves@redhat.com>
2116
2117 * cp-namespace.c (cp_search_static_and_baseclasses): Handle
2118 function/method scopes; lookup the nested name as a function local
2119 static variable.
2120
858be34c
PA
21212017-09-04 Pedro Alves <palves@redhat.com>
2122
2123 (%type <voidval>): Add function_method.
2124 * c-exp.y (exp): New production for calls with no arguments.
2125 (function_method, function_method_void_or_typelist): New
2126 productions.
2127 (exp): New production for "method()::static_var".
2128 * eval.c (evaluate_subexp_standard): Handle OP_FUNC_STATIC_VAR.
2129 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
2130 Handle OP_FUNC_STATIC_VAR.
2131 * parse.c (operator_length_standard):
2132 Handle OP_FUNC_STATIC_VAR.
2133
dd5901a6
PA
21342017-09-04 Pedro Alves <palves@redhat.com>
2135
2136 * eval.c (evaluate_subexp_standard): Remove UNOP_MEMVAL_TLS
2137 handling.
2138 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
2139 Ditto.
2140 * parse.c (operator_length_standard, operator_check_standard):
2141 Ditto.
2142 * std-operator.def (UNOP_MEMVAL_TLS): Delete.
2143
46a4882b
PA
21442017-09-04 Pedro Alves <palves@redhat.com>
2145
2146 * ax-gdb.c: Include "typeprint.h".
2147 (gen_expr_for_cast): New function.
2148 (gen_expr) <OP_CAST, OP_CAST_TYPE>: Use it.
2149 <OP_VAR_VALUE, OP_MSYM_VAR_VALUE>: Error out if the variable's
2150 type is unknown.
2151 * dwarf2read.c (new_symbol_full): Fallback to int instead of
2152 nodebug_data_symbol.
2153 * eval.c: Include "typeprint.h".
2154 (evaluate_subexp_standard) <OP_VAR_VALUE, OP_VAR_MSYM_VALUE>:
2155 Error out if symbol has unknown type.
2156 <UNOP_CAST, UNOP_CAST_TYPE>: Common bits factored out to
2157 evaluate_subexp_for_cast.
2158 (evaluate_subexp_for_address, evaluate_subexp_for_sizeof): Handle
2159 OP_VAR_MSYM_VALUE.
2160 (evaluate_subexp_for_cast): New function.
2161 * gdbtypes.c (init_nodebug_var_type): New function.
2162 (objfile_type): Use it to initialize types of variables with no
2163 debug info.
2164 * typeprint.c (error_unknown_type): New.
2165 * typeprint.h (error_unknown_type): New declaration.
2166 * compile/compile-c-types.c (convert_type_basic): Handle
2167 TYPE_CODE_ERROR; warn and fallback to int for variables with
2168 unknown type.
2169
fe13dfec
PA
21702017-09-04 Pedro Alves <palves@redhat.com>
2171
2172 * eval.c (evaluate_var_value): New function, factored out from ...
2173 (evaluate_subexp_standard): ... here.
2174
d008ee21
PA
21752017-09-04 Pedro Alves <palves@redhat.com>
2176
2177 * eval.c (evaluate_subexp_standard) <UNOP_COMPLEMENT, UNOP_ADDR>:
2178 Remove useless assignments to 'op'.
2179
827d0c51
PA
21802017-09-04 Pedro Alves <palves@redhat.com>
2181
2182 * eval.c (eval_skip_value): New function.
2183 (evaluate_subexp_standard): Use it.
2184
2c5a2be1
PA
21852017-09-04 Pedro Alves <palves@redhat.com>
2186
2187 * eval.c (evaluate_subexp_standard): <OP_FUNCALL>: Extract
2188 function name from symbol/minsym and pass it to
2189 error_call_unknown_return_type.
2190
74ea4be4
PA
21912017-09-04 Pedro Alves <palves@redhat.com>
2192
2193 * ada-lang.c (resolve_subexp): Handle OP_VAR_MSYM_VALUE.
2194 * ax-gdb.c (gen_msym_var_ref): New function.
2195 (gen_expr): Handle OP_VAR_MSYM_VALUE.
2196 * eval.c (evaluate_var_msym_value): New function.
2197 * eval.c (evaluate_subexp_standard): Handle OP_VAR_MSYM_VALUE.
2198 <OP_FUNCALL>: Extract function name from symbol/minsym and pass it
2199 to call_function_by_hand.
2200 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
2201 Handle OP_VAR_MSYM_VALUE.
2202 (union exp_element) <msymbol>: New field.
2203 * minsyms.h (struct type): Forward declare.
2204 (find_minsym_type_and_address): Declare.
2205 * parse.c (write_exp_elt_msym): New function.
2206 (write_exp_msymbol): Delete, refactored as ...
2207 (find_minsym_type_and_address): ... this new function.
2208 (write_exp_msymbol): Reimplement using OP_VAR_MSYM_VALUE.
2209 (operator_length_standard, operator_check_standard): Handle
2210 OP_VAR_MSYM_VALUE.
2211 * std-operator.def (OP_VAR_MSYM_VALUE): New.
2212
7022349d
PA
22132017-09-04 Pedro Alves <palves@redhat.com>
2214
2215 * ada-lang.c (ada_evaluate_subexp) <TYPE_CODE_FUNC>: Don't handle
2216 TYPE_GNU_IFUNC specially here. Throw error if return type is
2217 unknown.
2218 * ada-typeprint.c (print_func_type): Handle functions with unknown
2219 return type.
2220 * c-typeprint.c (c_type_print_base): Handle functions and methods
2221 with unknown return type.
2222 * compile/compile-c-symbols.c (convert_symbol_bmsym)
2223 <mst_text_gnu_ifunc>: Use nodebug_text_gnu_ifunc_symbol.
2224 * compile/compile-c-types.c: Include "objfiles.h".
2225 (convert_func): For functions with unknown return type, warn and
2226 default to int.
2227 * compile/compile-object-run.c (compile_object_run): Adjust call
2228 to call_function_by_hand_dummy.
2229 * elfread.c (elf_gnu_ifunc_resolve_addr): Adjust call to
2230 call_function_by_hand.
2231 * eval.c (evaluate_subexp_standard): Adjust calls to
2232 call_function_by_hand. Handle functions and methods with unknown
2233 return type. Pass expect_type to call_function_by_hand.
2234 * f-typeprint.c (f_type_print_base): Handle functions with unknown
2235 return type.
2236 * gcore.c (call_target_sbrk): Adjust call to
2237 call_function_by_hand.
2238 * gdbtypes.c (objfile_type): Leave nodebug text symbol with NULL
2239 return type instead of int. Make nodebug_text_gnu_ifunc_symbol be
2240 an integer address type instead of nodebug.
2241 * guile/scm-value.c (gdbscm_value_call): Adjust call to
2242 call_function_by_hand.
2243 * infcall.c (error_call_unknown_return_type): New function.
2244 (call_function_by_hand): New "default_return_type" parameter.
2245 Pass it down.
2246 (call_function_by_hand_dummy): New "default_return_type"
2247 parameter. Use it instead of defaulting to int. If there's no
2248 default and the return type is unknown, throw an error. If
2249 there's a default return type, and the called function has no
2250 debug info, then assume the function is prototyped.
2251 * infcall.h (call_function_by_hand, call_function_by_hand_dummy):
2252 New "default_return_type" parameter.
2253 (error_call_unknown_return_type): New declaration.
2254 * linux-fork.c (call_lseek): Cast return type of lseek.
2255 (inferior_call_waitpid, checkpoint_command): Adjust calls to
2256 call_function_by_hand.
2257 * linux-tdep.c (linux_infcall_mmap, linux_infcall_munmap): Adjust
2258 calls to call_function_by_hand.
2259 * m2-typeprint.c (m2_procedure): Handle functions with unknown
2260 return type.
2261 * objc-lang.c (lookup_objc_class, lookup_child_selector)
2262 (value_nsstring, print_object_command): Adjust calls to
2263 call_function_by_hand.
2264 * p-typeprint.c (pascal_type_print_varspec_prefix): Handle
2265 functions with unknown return type.
2266 (pascal_type_print_func_varspec_suffix): New function.
2267 (pascal_type_print_varspec_suffix) <TYPE_CODE_FUNC,
2268 TYPE_CODE_METHOD>: Use it.
2269 * python/py-value.c (valpy_call): Adjust call to
2270 call_function_by_hand.
2271 * rust-lang.c (rust_evaluate_funcall): Adjust call to
2272 call_function_by_hand.
2273 * valarith.c (value_x_binop, value_x_unop): Adjust calls to
2274 call_function_by_hand.
2275 * valops.c (value_allocate_space_in_inferior): Adjust call to
2276 call_function_by_hand.
2277 * typeprint.c (type_print_unknown_return_type): New function.
2278 * typeprint.h (type_print_unknown_return_type): New declaration.
2279
54990598
PA
22802017-09-04 Pedro Alves <palves@redhat.com>
2281
2282 * gdbtypes.c (lookup_function_type_with_arguments): Mark function
2283 types with more than one parameter as prototyped.
2284
9a24775b
PA
22852017-09-04 Pedro Alves <palves@redhat.com>
2286
2287 * cli/cli-cmds.c (print_disassembly, disassemble_current_function)
2288 (disassemble_command): Use gdb_disassembly_flags instead of bare
2289 int.
2290 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn)
2291 (dump_insns, do_mixed_source_and_assembly_deprecated)
2292 (do_mixed_source_and_assembly, do_assembly_only, gdb_disassembly):
2293 Use gdb_disassembly_flags instead of bare int.
2294 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED, DISASSEMBLY_RAW_INSN)
2295 (DISASSEMBLY_OMIT_FNAME, DISASSEMBLY_FILENAME)
2296 (DISASSEMBLY_OMIT_PC, DISASSEMBLY_SOURCE)
2297 (DISASSEMBLY_SPECULATIVE): No longer macros. Instead they're...
2298 (enum gdb_disassembly_flag): ... values of this new enumeration.
2299 (gdb_disassembly_flags): Define.
2300 (gdb_disassembly)
2301 (gdb_pretty_print_disassembler::pretty_print_insn): Use it.
2302 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Use
2303 gdb_disassembly_flags instead of bare int.
2304 * record-btrace.c (btrace_insn_history)
2305 (record_btrace_insn_history, record_btrace_insn_history_range)
2306 (record_btrace_insn_history_from): Use gdb_disassembly_flags
2307 instead of bare int.
2308 * record.c (get_insn_history_modifiers, cmd_record_insn_history):
2309 Use gdb_disassembly_flags instead of bare int.
2310 * target-debug.h (target_debug_print_gdb_disassembly_flags):
2311 Define.
2312 * target-delegates.c: Regenerate.
2313 * target.c (target_insn_history, target_insn_history_from)
2314 (target_insn_history_range): Use gdb_disassembly_flags instead of
2315 bare int.
2316 * target.h: Include "disasm.h".
2317 (struct target_ops) <to_insn_history, to_insn_history_from,
2318 to_insn_history_range>: Use gdb_disassembly_flags instead of bare
2319 int.
2320 (target_insn_history, target_insn_history_from)
2321 (target_insn_history_range): Use gdb_disassembly_flags instead of
2322 bare int.
2323
80a65e9b
SM
23242017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2325
2326 * cli/cli-script.c (build_command_line): For if/while commands,
2327 check whether args is empty.
2328
6b66338c
SM
23292017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2330
2331 * cli/cli-script.h (enum misc_command_type): Move from defs.h.
2332 (enum command_control_type): Likewise.
2333 (struct command_line): Likewise.
2334 (free_command_lines): Likewise.
2335 (struct command_lines_deleter): Likewise.
2336 (command_line_up): Likewise.
2337 (read_command_lines): Likewise.
2338 (read_command_lines_1): Likewise.
2339 * defs.h (enum misc_command_type): Move to cli/cli-script.h.
2340 (enum command_control_type): Likewise.
2341 (struct command_line): Likewise.
2342 (free_command_lines): Likewise.
2343 (struct command_lines_deleter): Likewise.
2344 (command_line_up): Likewise.
2345 (read_command_lines): Likewise.
2346 (read_command_lines_1): Likewise.
2347 * breakpoint.h: Include cli/cli-script.h.
2348 * extension-priv.h: Likewise.
2349 * gdbcmd.h: Likewise.
2350
51abb421
PA
23512017-09-04 Pedro Alves <palves@redhat.com>
2352
2353 * ada-lang.c (is_known_support_routine): Move sal declaration to
2354 where it is initialized.
2355 * breakpoint.c (create_internal_breakpoint, init_catchpoint)
2356 (parse_breakpoint_sals, decode_static_tracepoint_spec)
2357 (clear_command, update_static_tracepoint): Remove init_sal
2358 references. Move declarations closer to initializations.
2359 * cli/cli-cmds.c (list_command): Move sal declarations closer to
2360 initializations.
2361 * elfread.c (elf_gnu_ifunc_resolver_stop): Remove init_sal
2362 references. Move sal declarations closer to initializations.
2363 * frame.c (find_frame_sal): Return a symtab_and_line via function
2364 return instead of output parameter. Remove init_sal references.
2365 * frame.h (find_frame_sal): Return a symtab_and_line via function
2366 return instead of output parameter.
2367 * guile/scm-frame.c (gdbscm_frame_sal): Adjust.
2368 * guile/scm-symtab.c (stscm_make_sal_smob): Use in-place new
2369 instead of memset.
2370 (gdbscm_find_pc_line): Remove init_sal reference.
2371 * infcall.c (call_function_by_hand_dummy): Remove init_sal
2372 references. Move declarations closer to initializations.
2373 * infcmd.c (set_step_frame): Update. Move declarations closer to
2374 initializations.
2375 (finish_backward): Remove init_sal references. Move declarations
2376 closer to initializations.
2377 * infrun.c (process_event_stop_test, handle_step_into_function)
2378 (insert_hp_step_resume_breakpoint_at_frame)
2379 (insert_step_resume_breakpoint_at_caller): Likewise.
2380 * linespec.c (create_sals_line_offset, decode_digits_ordinary)
2381 (symbol_to_sal): Likewise.
2382 * probe.c (parse_probes_in_pspace): Remove init_sal reference.
2383 * python/py-frame.c (frapy_find_sal): Move sal declaration closer
2384 to its initialization.
2385 * reverse.c (save_bookmark_command): Use new/delete. Remove
2386 init_sal references. Move declarations closer to initializations.
2387 * source.c (get_current_source_symtab_and_line): Remove brace
2388 initialization.
2389 (set_current_source_symtab_and_line): Now takes the sal by const
2390 reference. Remove brace initialization.
2391 (line_info): Remove init_sal reference.
2392 * source.h (set_current_source_symtab_and_line): Now takes a
2393 symtab_and_line via const reference.
2394 * stack.c (set_current_sal_from_frame): Adjust.
2395 (print_frame_info): Adjust.
2396 (get_last_displayed_sal): Return the sal via function return
2397 instead of via output parameter. Simplify.
2398 (frame_info): Adjust.
2399 * stack.h (get_last_displayed_sal): Return the sal via function
2400 return instead of via output parameter.
2401 * symtab.c (init_sal): Delete.
2402 (find_pc_sect_line): Remove init_sal references. Move
2403 declarations closer to initializations.
2404 (find_function_start_sal): Remove init_sal references. Move
2405 declarations closer to initializations.
2406 * symtab.h (struct symtab_and_line): In-class initialize all
2407 fields.
2408 * tracepoint.c (set_traceframe_context)
2409 (print_one_static_tracepoint_marker): Remove init_sal references.
2410 Move declarations closer to initializations.
2411 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Adjust.
2412 * tui/tui-stack.c (tui_show_frame_info): Adjust. Move
2413 declarations closer to initializations.
2414 * tui/tui-winsource.c (tui_update_source_window_as_is): Remove
2415 init_sal references. Adjust.
2416
6c5b2ebe
PA
24172017-09-04 Pedro Alves <palves@redhat.com>
2418
2419 * ax-gdb.c (agent_command_1): Use range-for.
2420 * break-catch-throw.c (re_set_exception_catchpoint): Update.
2421 * breakpoint.c: Include "common/array-view.h".
2422 (init_breakpoint_sal, create_breakpoint_sal): Change sals
2423 parameter from struct symtabs_and_lines to
2424 array_view<symtab_and_line>. Adjust. Use range-for. Update.
2425 (breakpoint_sals_to_pc): Change sals parameter from struct
2426 symtabs_and_lines to std::vector reference.
2427 (check_fast_tracepoint_sals): Change sals parameter from struct
2428 symtabs_and_lines to std::array_view. Use range-for.
2429 (decode_static_tracepoint_spec): Return a std::vector instead of
2430 symtabs_and_lines. Update.
2431 (create_breakpoint): Update.
2432 (break_range_command, until_break_command, clear_command): Update.
2433 (base_breakpoint_decode_location, bkpt_decode_location)
2434 (bkpt_probe_create_sals_from_location)
2435 (bkpt_probe_decode_location, tracepoint_decode_location)
2436 (tracepoint_probe_decode_location)
2437 (strace_marker_create_sals_from_location): Return a std::vector
2438 instead of symtabs_and_lines.
2439 (strace_marker_create_breakpoints_sal): Update.
2440 (strace_marker_decode_location): Return a std::vector instead of
2441 symtabs_and_lines. Update.
2442 (update_breakpoint_locations): Change struct symtabs_and_lines
2443 parameters to gdb::array_view. Adjust.
2444 (location_to_sals): Return a std::vector instead of
2445 symtabs_and_lines. Update.
2446 (breakpoint_re_set_default): Use std::vector instead of struct
2447 symtabs_and_lines.
2448 (decode_location_default): Return a std::vector instead of
2449 symtabs_and_lines. Update.
2450 * breakpoint.h: Include "common/array-view.h".
2451 (struct breakpoint_ops) <decode_location>: Now returns a
2452 std::vector instead of returning a symtabs_and_lines via output
2453 parameter.
2454 (update_breakpoint_locations): Change sals parameters to use
2455 gdb::array_view.
2456 * cli/cli-cmds.c (edit_command, list_command): Update to use
2457 std::vector and gdb::array_view.
2458 (ambiguous_line_spec): Adjust to use gdb::array_view and
2459 range-for.
2460 (compare_symtabs): Rename to ...
2461 (cmp_symtabs): ... this. Change parameters to symtab_and_line
2462 const reference and adjust.
2463 (filter_sals): Rewrite using std::vector and standard algorithms.
2464 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Simplify.
2465 (jump_command): Update to use std::vector.
2466 * linespec.c (struct linespec_state) <canonical_names>: Update
2467 comment.
2468 (add_sal_to_sals_basic): Delete.
2469 (add_sal_to_sals, filter_results, convert_results_to_lsals)
2470 (decode_line_2, create_sals_line_offset)
2471 (convert_address_location_to_sals, convert_linespec_to_sals)
2472 (convert_explicit_location_to_sals, parse_linespec)
2473 (event_location_to_sals, decode_line_full, decode_line_1)
2474 (decode_line_with_current_source)
2475 (decode_line_with_last_displayed, decode_objc)
2476 (decode_digits_list_mode, decode_digits_ordinary, minsym_found)
2477 (linespec_result::~linespec_result): Adjust to use std::vector
2478 instead of symtabs_and_lines.
2479 * linespec.h (linespec_sals::sals): Now a std::vector.
2480 (struct linespec_result): Use std::vector, bool, and in-class
2481 initialization.
2482 (decode_line_1, decode_line_with_current_source)
2483 (decode_line_with_last_displayed): Return std::vector.
2484 * macrocmd.c (info_macros_command): Use std::vector.
2485 * mi/mi-main.c (mi_cmd_trace_find): Use std::vector.
2486 * probe.c (parse_probes_in_pspace, parse_probes): Adjust to use
2487 std::vector.
2488 * probe.h (parse_probes): Return a std::vector.
2489 * python/python.c (gdbpy_decode_line): Use std::vector and
2490 gdb::array_view.
2491 * source.c (select_source_symtab, line_info): Use std::vector.
2492 * stack.c (func_command): Use std::vector.
2493 * symtab.h (struct symtabs_and_lines): Delete.
2494 * tracepoint.c (tfind_line_command, scope_info): Use std::vector.
2495
7c44b49c
PA
24962017-09-04 Pedro Alves <palves@redhat.com>
2497
2498 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
2499 unittests/array-view-selftests.c.
2500 (SUBDIR_UNITTESTS_OBS): Add array-view-selftests.o.
2501 * common/array-view.h: New file.
2502 * unittests/array-view-selftests.c: New file.
2503
e439fa14
PA
25042017-09-04 Pedro Alves <palves@redhat.com>
2505
2506 * cli/cli-cmds.c (edit_command): Pass message to
2507 ambiguous_line_spec.
2508 (list_command): Pass message to ambiguous_line_spec. Say
2509 "first"/"last" instead of "start" and "end" to be consistent with
2510 the manual.
2511 (ambiguous_line_spec): Add 'format' and vararg parameters. Use
2512 them to print formatted message.
2513
7525b645
PA
25142017-09-04 Pedro Alves <palves@redhat.com>
2515
2516 * btrace.c (ftrace_add_pt): Pass btrace_insn to
2517 ftrace_update_insns by reference instead of pointer.
2518
badc0020
YQ
25192017-09-04 Yao Qi <yao.qi@linaro.org>
2520
2521 * i386-go32-tdep.c: Include x86-xstate.h.
2522 (i386_go32_init_abi): Call i386_target_description.
2523 * i386-tdep.c (i386_target_description): Return tdesc_i386_mmx
2524 if xcr0 is X86_XSTATE_X87_MASK.
2525 * i386-tdep.h (tdesc_i386): Remove the declaration.
2526 (tdesc_i386_mmx): Likewise.
2527
d78bdb54
YQ
25282017-09-04 Yao Qi <yao.qi@linaro.org>
2529
2530 * i386-fbsd-tdep.c (i386fbsd_core_read_xcr0): Return
2531 X86_XSTATE_SSE_MASK instead of 0.
2532
ca1fa5ee
YQ
25332017-09-04 Yao Qi <yao.qi@linaro.org>
2534
2535 * amd64-fbsd-nat.c (amd64fbsd_read_description): Call
2536 i386_target_description.
2537 * i386-fbsd-nat.c (i386fbsd_read_description): Call
2538 i386_target_description.
2539 * i386-tdep.c (i386_gdbarch_init): Likewise.
2540
2434b019
YQ
25412017-09-04 Yao Qi <yao.qi@linaro.org>
2542
2543 * amd64-darwin-tdep.c: Include "x86-xstate.h".
2544 (x86_darwin_init_abi_64): Call amd64_target_description.
2545 * amd64-dicos-tdep.c: Likewise.
2546 * amd64-fbsd-nat.c: Likewise.
2547 * amd64-fbsd-tdep.c: Likewise.
2548 * amd64-nbsd-tdep.c: Likewise.
2549 * amd64-obsd-tdep.c: Likewise.
2550 * amd64-sol2-tdep.c: Likewise.
2551 * amd64-windows-tdep.c: Likewise.
2552 * amd64-tdep.h (tdesc_amd64): Remove the declaration.
2553
0860c437
SM
25542017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2555
2556 * btrace.h (btrace_insn_s, DEF_VEC_O (btrace_insn_s)): Remove.
2557 (btrace_function) <insn>: Change type to use std::vector.
2558 * btrace.c (ftrace_debug, ftrace_call_num_insn,
2559 ftrace_find_call, ftrace_new_gap, ftrace_update_function,
2560 ftrace_update_insns, ftrace_compute_global_level_offset,
2561 btrace_stitch_bts, btrace_clear, btrace_insn_get,
2562 btrace_insn_end, btrace_insn_next, btrace_insn_prev): Adjust to
2563 change to std::vector.
2564 (ftrace_update_insns): Adjust to change to std::vector, change
2565 type of INSN parameter.
2566 (btrace_compute_ftrace_bts): Adjust call to ftrace_update_insns.
2567 * record-btrace.c (btrace_call_history_insn_range,
2568 btrace_compute_src_line_range,
2569 record_btrace_frame_prev_register): Adjust to change to
2570 std::vector.
2571 * python/py-record-btrace.c (recpy_bt_func_instructions): Adjust
2572 to change to std::vector.
2573
0638b7f9
TT
25742017-09-03 Tom Tromey <tom@tromey.com>
2575
2576 * corefile.c (reopen_exec_file): Use std::string.
2577
8f84fb0e
TT
25782017-09-03 Tom Tromey <tom@tromey.com>
2579
2580 * compile/compile.c (compile_register_name_mangled): Return
2581 std::string.
2582 * compile/compile-loc2c.c (pushf_register_address): Update.
2583 (pushf_register): Update.
2584 * compile/compile-c-types.c (convert_array): Update.
2585 * compile/compile-c-symbols.c (generate_vla_size): Update.
2586 (error_symbol_once): Use a gdb::unique_xmalloc_ptr.
2587 (symbol_substitution_name): Return a gdb::unique_xmalloc_ptr.
2588 (convert_one_symbol): Update.
2589 (generate_c_for_for_one_variable): Update.
2590 * compile/compile-c-support.c (c_get_range_decl_name): Return a
2591 std::string.
2592 (generate_register_struct): Update.
2593 * compile/compile-internal.h (c_get_range_decl_name): Return a
2594 std::string.
2595 (compile_register_name_mangled): Return std::string.
2596
18e9961f
TT
25972017-09-03 Tom Tromey <tom@tromey.com>
2598
2599 * utils.c (perror_string): Return a std::string.
2600 (throw_perror_with_name, perror_warning_with_name): Update.
2601
45343786
TT
26022017-09-03 Tom Tromey <tom@tromey.com>
2603
2604 * demangle.c (demangle_command): Use std::string,
2605 unique_xmalloc_ptr.
2606
b57af503
TT
26072017-09-03 Tom Tromey <tom@tromey.com>
2608
2609 * cli/cli-setshow.c (do_set_command): Use std::string.
2610
6eecf35f
TT
26112017-09-03 Tom Tromey <tom@tromey.com>
2612
2613 * cli/cli-cmds.c (cd_command): Use gdb::unique_xmalloc_ptr.
2614
56496dd4
TT
26152017-09-03 Tom Tromey <tom@tromey.com>
2616
2617 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use std::string.
2618
e91a1fa7
TT
26192017-09-03 Tom Tromey <tom@tromey.com>
2620
2621 * mi/mi-cmd-env.c (env_execute_cli_command): Use
2622 gdb::unique_xmalloc_ptr.
2623
7ffd83d7
TT
26242017-09-03 Tom Tromey <tom@tromey.com>
2625
2626 * thread.c (print_thread_info_1): Use string_printf.
2627 (thread_apply_command, thread_apply_all_command): Use
2628 std::string.
2629
1ccbe998
TT
26302017-09-03 Tom Tromey <tom@tromey.com>
2631
2632 * valprint.c (val_print_string): Update.
2633 * gdbcore.h (memory_error_message): Return std::string.
2634 * corefile.c (memory_error_message): Return std::string.
2635 (memory_error): Update.
2636 * breakpoint.c (insert_bp_location): Update.
2637
23fdd69e
SM
26382017-09-03 Simon Marchi <simon.marchi@ericsson.com>
2639
2640 * target/waitstatus.h (target_waitstatus_to_string): Change
2641 return type to std::string.
2642 * target/waitstatus.c (target_waitstatus_to_string): Return
2643 std::string.
2644 * target.h (target_waitstatus_to_string): Remove declaration.
2645 * infrun.c (resume, clear_proceed_status_thread,
2646 print_target_wait_results, do_target_wait, save_waitstatus,
2647 stop_all_threads): Adjust.
2648 * record-btrace.c (record_btrace_wait): Adjust.
2649 * target-debug.h
2650 (target_debug_print_struct_target_waitstatus_p): Adjust.
2651
5c811d30
JK
26522017-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2653
2654 PR gdb/22046
2655 * nat/linux-procfs.c (parse_proc_status_state): Fix PROC_STATE_STOPPED
2656 detection.
2657
0a2dde4a
SDJ
26582017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2659
2660 * NEWS (Changes since GDB 8.0): Add entry mentioning new support
2661 for setting/unsetting environment variables on the remote target.
2662 (New remote packets): Add entries for QEnvironmentHexEncoded,
2663 QEnvironmentUnset and QEnvironmentReset.
2664 * common/environ.c (gdb_environ::operator=): Extend method to
2665 handle m_user_set_env_list and m_user_unset_env_list.
2666 (gdb_environ::clear): Likewise.
2667 (match_var_in_string): Change type of first parameter from 'char
2668 *' to 'const char *'.
2669 (gdb_environ::set): Extend method to handle
2670 m_user_set_env_list and m_user_unset_env_list.
2671 (gdb_environ::unset): Likewise.
2672 (gdb_environ::clear_user_set_env): New method.
2673 (gdb_environ::user_set_envp): Likewise.
2674 (gdb_environ::user_unset_envp): Likewise.
2675 * common/environ.h (gdb_environ): Handle m_user_set_env_list and
2676 m_user_unset_env_list on move constructor/assignment.
2677 (unset): Add new default parameter 'update_unset_list = true'.
2678 (clear_user_set_env): New method.
2679 (user_set_envp): Likewise.
2680 (user_unset_envp): Likewise.
2681 (m_user_set_env_list): New std::set.
2682 (m_user_unset_env_list): Likewise.
2683 * common/rsp-low.c (hex2str): New function.
2684 (bin2hex): New overload for bin2hex function.
2685 * common/rsp-low.c (hex2str): New prototype.
2686 (str2hex): New overload prototype.
2687 * remote.c: Include "environ.h". Add QEnvironmentHexEncoded,
2688 QEnvironmentUnset and QEnvironmentReset.
2689 (remote_protocol_features): Add QEnvironmentHexEncoded,
2690 QEnvironmentUnset and QEnvironmentReset packets.
2691 (send_environment_packet): New function.
2692 (extended_remote_environment_support): Likewise.
2693 (extended_remote_create_inferior): Call
2694 extended_remote_environment_support.
2695 (_initialize_remote): Add QEnvironmentHexEncoded,
2696 QEnvironmentUnset and QEnvironmentReset packet configs.
2697 * unittests/environ-selftests.c (gdb_selftest_env_var):
2698 New variable.
2699 (test_vector_initialization): New function.
2700 (test_init_from_host_environ): Likewise.
2701 (test_reinit_from_host_environ): Likewise.
2702 (test_set_A_unset_B_unset_A_cannot_find_A_can_find_B):
2703 Likewise.
2704 (test_unset_set_empty_vector): Likewise.
2705 (test_vector_clear): Likewise.
2706 (test_std_move): Likewise.
2707 (test_move_constructor):
2708 (test_self_move): Likewise.
2709 (test_set_unset_reset): Likewise.
2710 (run_tests): Rewrite in terms of the functions above.
2711
654670a4
WP
27122017-08-31 Weimin Pan <weimin.pan@oracle.com>
2713
2714 * sparc64-tdep.c (adi_stat_t): Fix comment formatting.
2715 (adi_available): Use a temp variable of type CORE_ADDR as argument
2716 3 when calling target_auxv_search.
2717 (adi_normalize_address): Use masks and xor operators to calculate
2718 normalized address.
2719 (adi_read_versions, adi_write_versions, adi_print_versions)
2720 (do_examine, do_assign): Use paddress.
2721
7755ddb7
JB
27222017-08-29 John Baldwin <jhb@FreeBSD.org>
2723
2724 * mips-fbsd-nat.c (getfpregs_supplies): Return true for FIR.
2725 * mips-fbsd-tdep.c (mips_fbsd_supply_fpregs): Split supply of FSR
2726 out of loop and add supply of FIR.
2727 (mips_fbsd_collect_fpregs): Split collect of FSR out of loop and
2728 add collect of FIR.
2729
fd437cbc
SM
27302017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2731
3804a343 2732 PR gdb/21827
fd437cbc
SM
2733 * cli/cli-script.c (define_command): Don't convert command name
2734 to lower case.
2735
988f6b3d
JB
27362017-08-25 Joel Brobecker <brobecker@adacore.com>
2737
2738 * ada-lang.c (ada_lookup_struct_elt_type): Remove parameter "dispp".
2739 Update all callers accordingly. Remove all code blocks handling
2740 the case where DISPP is not NULL.
2741
663c44ac
JK
27422017-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2743
2744 PR symtab/22003
2745 * dwarf2read.c (dwarf2_const_value_attr, dump_die_shallow)
2746 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
2747 (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_implicit_const.
2748
f1902523
JK
27492017-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2750
2751 * dwarf2read.c (build_type_psymtabs_reader): New prototype.
2752 (process_psymtab_comp_unit): Accept IS_DEBUG_TYPES.
2753 (read_comp_units_from_section): New parameter abbrev_section, use
2754 read_and_check_comp_unit_head, allocate signatured_type if needed.
2755 (create_all_comp_units): Update read_comp_units_from_section caller.
2756
87215ad1
SDJ
27572017-08-23 Pedro Alves <palves@redhat.com>
2758
2759 PR remote/21852
2760 * remote.c (add_current_inferior_and_thread): Set inferior_ptid
2761 to null_ptid and switch to thread without reading the registers
2762 after adding the inferior.
2763
6e41ddec
JK
27642017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2765
2766 * NEWS (Changes since GDB 8.0): Add set compile-gcc and show
2767 compile-gcc.
2768 * compile/compile.c (compile_gcc, show_compile_gcc): New.
2769 (compile_to_object): Implement compile_gcc.
2770 (_initialize_compile): Install "set compile-gcc". Initialize
2771 compile_gcc.
2772
e68c32d5
JK
27732017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2774
2775 * compile/compile.c (compile_to_object): Conditionally call
2776 set_verbose. Conditionally call compile or compile_v0.
2777
58afddc6
WP
27782017-08-07 Weimin Pan <weimin.pan@oracle.com>
2779
2780 * sparc64-tdep.h: (adi_normalize_address): New export.
2781 * sparc-nat.h: (open_adi_tag_fd): New export.
2782 * sparc64-linux-nat.c: (open_adi_tag_fd): New function.
2783 * sparc64-linux-tdep.c:
2784 (SEGV_ACCADI, SEGV_ADIDERR, SEGV_ADIPERR) New defines.
2785 (sparc64_linux_handle_segmentation_fault): New function.
2786 (sparc64_linux_init_abi): Register
2787 sparc64_linux_handle_segmentation_fault
2788 * sparc64-tdep.c: Include cli-utils.h,gdbcmd.h,auxv.h.
2789 (sparc64_addr_bits_remove): New function.
2790 (sparc64_init_abi): Register sparc64_addr_bits_remove.
2791 (MAX_PROC_NAME_SIZE): New macro.
2792 (AT_ADI_BLKSZ, AT_ADI_NBITS, AT_ADI_UEONADI) New defines.
2793 (sparc64adilist): New variable.
2794 (adi_proc_list): New variable.
2795 (find_adi_info): New function.
2796 (add_adi_info): New function.
2797 (get_adi_info_proc): New function.
2798 (get_adi_info): New function.
2799 (info_adi_command): New function.
2800 (read_maps_entry): New function.
2801 (adi_available): New function.
2802 (adi_normalize_address): New function.
2803 (adi_align_address): New function.
2804 (adi_convert_byte_count): New function.
2805 (adi_tag_fd): New function.
2806 (adi_is_addr_mapped): New function.
2807 (adi_read_versions): New function.
2808 (adi_write_versions): New function.
2809 (adi_print_versions): New function.
2810 (do_examine): New function.
2811 (do_assign): New function.
2812 (adi_examine_command): New function.
2813 (adi_assign_command): New function.
2814 (_initialize_sparc64_adi_tdep): New function.
2815
11db9430
SM
28162017-08-22 Simon Marchi <simon.marchi@ericsson.com>
2817
2818 * breakpoint.c (breakpoints_info): Rename to ...
2819 (info_breakpoints_command): ... this.
2820 (watchpoints_info): Rename to ...
2821 (info_watchpoints_command): ... this.
2822 (tracepoints_info): Rename to ...
2823 (info_tracepoints_command): ... this.
2824 (_initialize_breakpoint): Adjust.
2825 * dcache.c (dcache_info): Rename to ...
2826 (info_display_command): ... this.
2827 (_initialize_dcache): Adjust.
2828 * frame.h (args_info): Rename to ...
2829 (info_args_command): ... this.
2830 (locals_info): Rename to ...
2831 (info_locals_command): ... this.
2832 * infcmd.c (nofp_registers_info): Rename to ...
2833 (info_registers_command): ... this.
2834 (float_info): Rename to ...
2835 (info_float_command): ... this.
2836 (program_info): Rename to ...
2837 (info_program_command): ... this.
2838 (all_registers_info): Rename to ...
2839 (info_all_registers_command): ... this.
2840 (vector_info): Rename to ...
2841 (info_vector_command): ... this.
2842 (float_info): Rename to ...
2843 (info_float_command): ... this.
2844 (_initialize_infcmd): Adjust.
2845 * inferior.h (term_info): Rename to ...
2846 (info_terminal_command): ... this.
2847 * inflow.c (term_info): Rename to ...
2848 (info_terminal_command): ... this.
2849 (_initialize_inflow): Adjust.
2850 * infrun.c (signals_info): Rename to ...
2851 (info_signals_command): ... this.
2852 (_initialize_infrun): Adjust.
2853 * objc-lang.c (classes_info): Rename to ...
2854 (info_classes_command): ... this.
2855 (selectors_info): Rename to ...
2856 (info_selectors_command): ... this.
2857 (_initialize_objc_language): Adjust.
2858 * printcmd.c (sym_info): Rename to ...
2859 (info_symbol_command): ... this.
2860 (address_info): Rename to ...
2861 (info_address_command): ... this.
2862 (display_info): Rename to ...
2863 (info_display_command): ... this.
2864 (_initialize_printcmd): Adjust.
2865 * reverse.c (bookmarks_info): Rename to ...
2866 (info_breakpoints_command): ... this.
2867 (_initialize_reverse): Adjust.
2868 * ser-go32.c (dos_info): Rename to ...
2869 (info_serial_command): ... this.
2870 (_initialize_ser_dos): Adjust.
2871 * skip.c (skip_info): Rename to ...
2872 (info_skip_command): ... this.
2873 (_initialize_step_skip): Adjust.
2874 * source.c (line_info): Rename to ...
2875 (info_line_command): ... this.
2876 (source_info): Rename to ...
2877 (info_source_command)
2878 * stack.c (frame_info): Rename to ...
2879 (info_frame_command): ... this.
2880 (locals_info): Rename to ...
2881 (info_locals_command): ... this.
2882 (args_info): Rename to ...
2883 (info_args_command): ... this.
2884 (_initialize_stack): Adjust.
2885 * symtab.c (sources_info): Rename to ...
2886 (info_sources_command): ... this.
2887 (variables_info): Rename to ...
2888 (info_variables_command): ... this.
2889 (functions_info): Rename to ...
2890 (info_functions_command): ... this.
2891 (types_info): Rename to ...
2892 (info_types_command): ... this.
2893 (_initialize_symtab): Adjust.
2894 * target.c (target_info): Rename to ...
2895 (info_target_command): ... this.
2896 (initialize_targets): Adjust.
2897 * tracepoint.c (tvariables_info): Rename to ...
2898 (info_tvariables_command): ... this.
2899 (scope_info): Rename to ...
2900 (info_scope_command): ... this.
2901 (trace_dump_actions): Adjust.
2902 (_initialize_tracepoint): Adjust.
2903
b270e6f9
TT
29042017-08-22 Tom Tromey <tom@tromey.com>
2905
2906 * breakpoint.h (install_breakpoint): Update.
2907 * breakpoint.c (add_solib_catchpoint): Update.
2908 (install_breakpoint): Change argument to a std::unique_ptr.
2909 (create_fork_vfork_event_catchpoint): Use std::unique_ptr.
2910 (create_breakpoint_sal, create_breakpoint): Update.
2911 (watch_command_1, catch_exec_command_1)
2912 (strace_marker_create_breakpoints_sal): Use std::unique_ptr.
2913 (add_to_breakpoint_chain): Change argument to a std::unique_ptr.
2914 Return the breakpoint.
2915 (set_raw_breakpoint_without_location, set_raw_breakpoint)
2916 (new_single_step_breakpoint): Update.
2917 * break-catch-throw.c (handle_gnu_v3_exceptions): Use
2918 std::unique_ptr.
2919 * break-catch-syscall.c (create_syscall_event_catchpoint): Use
2920 std::unique_ptr.
2921 * break-catch-sig.c (create_signal_catchpoint): Use
2922 std::unique_ptr.
2923 * ada-lang.c (create_ada_exception_catchpoint): Use
2924 std::unique_ptr.
2925
36bd8eaa
TT
29262017-08-22 Tom Tromey <tom@tromey.com>
2927
2928 * breakpoint.c (add_solib_catchpoint): Use std::unique_ptr.
2929
56f37645
TT
29302017-08-22 Tom Tromey <tom@tromey.com>
2931
2932 * psymtab.c (psymtab_search_name): Return a unique_xmalloc_ptr.
2933 (lookup_partial_symbol): Update.
2934
0b581c69
TT
29352017-08-22 Tom Tromey <tom@tromey.com>
2936
2937 * source.h (rewrite_source_path): Return a unique_xmalloc_ptr.
2938 * source.c (rewrite_source_path): Return a unique_xmalloc_ptr.
2939 (find_and_open_source, symtab_to_fullname): Update.
2940 * psymtab.c (psymtab_to_fullname): Update.
2941
14278e1f
TT
29422017-08-22 Tom Tromey <tom@tromey.com>
2943
2944 * exec.c (exec_file_attach): Update.
2945 * linux-thread-db.c (try_thread_db_load): Update.
2946 * guile/scm-safe-call.c (gdbscm_safe_source_script): Update.
2947 * utils.c (gdb_realpath): Change return type.
2948 (gdb_realpath_keepfile): Update.
2949 (gdb_realpath_check_trailer, gdb_realpath_tests): New functions.
2950 (_initialize_utils): Register the new self test.
2951 * source.c (openp): Update.
2952 (find_and_open_source): Update.
2953 * nto-tdep.c (nto_find_and_open_solib): Update.
2954 * main.c (set_gdb_data_directory): Update.
2955 (captured_main_1): Update.
2956 * dwarf2read.c (dwarf2_get_dwz_file): Update
2957 (dw2_map_symbol_filenames): Update.
2958 * auto-load.c (auto_load_safe_path_vec_update): Update.
2959 (filename_is_in_auto_load_safe_path_vec): Change type of
2960 "filename_realp".
2961 (auto_load_objfile_script): Update.
2962 (file_is_auto_load_safe): Update. Use std::string.
2963 * utils.h (gdb_realpath): Return a gdb::unique_xmalloc_ptr.
2964
4971c9a7
TT
29652017-08-22 Tom Tromey <tom@tromey.com>
2966
2967 * utils.c (gdb_realpath_keepfile): Return a
2968 gdb::unique_xmalloc_ptr.
2969 * exec.c (exec_file_attach): Update.
2970 * utils.h (gdb_realpath_keepfile): Return a
2971 gdb::unique_xmalloc_ptr.
2972
e3e41d58
TT
29732017-08-22 Tom Tromey <tom@tromey.com>
2974
2975 * compile/compile.c (compile_file_command): Use
2976 gdb::unique_xmalloc_ptr, std::string.
2977 * utils.c (gdb_abspath): Change return type.
2978 * source.c (openp): Update.
2979 * objfiles.c (allocate_objfile): Update.
2980 * main.c (set_gdb_data_directory): Update.
2981 * utils.h (gdb_abspath): Return a gdb::unique_xmalloc_ptr.
2982
0d999a6e
ZZ
29832017-08-22 Zhouyi Zhou <zhouzhouyi@gmail.com>
2984
2985 * cli-cmds.c (list_commands): List actual code around more than
2986 one location.
2987
329d5e7e
JB
29882017-08-21 John Baldwin <jhb@FreeBSD.org>
2989
2990 * fbsd-nat.c (fbsd_add_threads): Use array type for `lwps'.
2991
bf223d3e
PA
29922017-08-21 Pedro Alves <palves@redhat.com>
2993
2994 PR gdb/19487
2995 * c-exp.y (variable production): Handle function aliases.
2996 * minsyms.c (msymbol_is_text): New function.
2997 * minsyms.h (msymbol_is_text): Declare.
2998 * symtab.c (find_function_alias_target): New function.
2999 * symtab.h (find_function_alias_target): Declare.
3000
c973d0aa
PA
30012017-08-21 Pedro Alves <palves@redhat.com>
3002
3003 * eval.c (evaluate_subexp_standard) <OP_TYPE>: Don't dig past
3004 typedefs.
3005 * typeprint.c (whatis_exp): If handling "whatis", and expression
3006 is OP_TYPE, strip one typedef level. Otherwise don't strip
3007 typedefs here.
3008 * valops.c (value_cast): Save "to" type before resolving
3009 stubs/typedefs. Use that type as resulting value's type.
3010
2989a365
TT
30112017-08-18 Tom Tromey <tom@tromey.com>
3012 Pedro Alves <palves@redhat.com>
3013
3014 * spu-multiarch.c (parse_spufs_run): Use scoped_restore.
3015 * sol-thread.c (sol_thread_resume, sol_thread_wait)
3016 (sol_thread_xfer_partial, rw_common): Use scoped_restore.
3017 * procfs.c (procfs_do_thread_registers): Use scoped_restore.
3018 * proc-service.c (ps_xfer_memory): Use scoped_restore.
3019 * linux-tdep.c (linux_corefile_thread): Remove a cleanup.
3020 (linux_get_siginfo_data): Add "thread" argument. Use
3021 scoped_restore.
3022 * linux-nat.c (linux_child_follow_fork)
3023 (check_stopped_by_watchpoint): Use scoped_restore.
3024 * infrun.c (displaced_step_prepare_throw, write_memory_ptid)
3025 (THREAD_STOPPED_BY, handle_signal_stop): Use scoped_restore.
3026 (restore_inferior_ptid, save_inferior_ptid): Remove.
3027 * btrace.c (btrace_fetch): Use scoped_restore.
3028 * bsd-uthread.c (bsd_uthread_fetch_registers)
3029 (bsd_uthread_store_registers): Use scoped_restore.
3030 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
3031 scoped_restore.
3032 * aix-thread.c (aix_thread_resume, aix_thread_wait)
3033 (aix_thread_xfer_partial): Use scoped_restore.
3034 * inferior.h (save_inferior_ptid): Remove.
3035
e60eb288
YQ
30362017-08-18 Yao Qi <yao.qi@linaro.org>
3037
3038 PR tdep/21818
3039 * arm-tdep.c (gdb_print_insn_arm): Mark
3040 USER_SPECIFIED_MACHINE_TYPE if exec_bfd isn't NULL.
3041
6d580b63
YQ
30422017-08-18 Yao Qi <yao.qi@linaro.org>
3043
3044 * NEWS: Mention GDBserver's new option "--selftest".
3045 * Makefile.in (SFILES): Remove selftest.c, add common/selftest.c.
3046 * selftest.c: Move it to common/selftest.c.
3047 * selftest.h: Move it to common/selftest.h.
3048 * selftest-arch.c (reset): New function.
3049 (tests_with_arch): Call reset.
3050
86dcbf50
YQ
30512017-08-18 Yao Qi <yao.qi@linaro.org>
3052
3053 * selftest.c (run_tests): Don't call QUIT. Call debug_printf
3054 instead of exception_fprintf and printf_filtered.
3055
7649770c
YQ
30562017-08-18 Yao Qi <yao.qi@linaro.org>
3057
3058 * selftest.c (register_self_test): Rename it to
3059 selftests::register_test.
3060 (run_self_tests): selftest::run_tests.
3061 * selftest.h: Update declarations.
3062 * selftest-arch.c (register_self_test_foreach_arch): Rename it to
3063 selftests::register_test_foreach_arch.
3064 * selftest-arch.h: Update declaration.
3065 * aarch64-tdep.c: Update.
3066 * arm-tdep.c: Likewise.
3067 * disasm-selftests.c: Likewise.
3068 * dwarf2loc.c: Likewise.
3069 * dwarf2-frame.c: Likewise.
3070 * findvar.c: Likewise.
3071 * gdbarch-selftests.c: Likewise.
3072 * maint.c (maintenance_selftest): Likewise.
3073 * regcache.c: Likewise.
3074 * rust-exp.y: Likewise.
3075 * selftest-arch.c: Likewise.
3076 * unittests/environ-selftests.c: Likewise.
3077 * unittests/function-view-selftests.c: Likewise.
3078 * unittests/offset-type-selftests.c: Likewise.
3079 * unittests/optional-selftests.c: Likewise.
3080 * unittests/scoped_restore-selftests.c: Likewise.
3081 * utils-selftests.c: Likewise.
3082
b0cba12e
PA
30832017-08-17 Pedro Alves <palves@redhat.com>
3084
3085 * cli/cli-cmds.c (source_command): Delete 'old_source_verbose'
3086 local.
3087
4c8aa72d
PA
30882017-08-17 Pedro Alves <palves@redhat.com>
3089
3090 * dwarf2read.c (struct dwarf2_cu) <line_header_die_owner>: New
3091 field.
3092 (reset_die_in_process): Delete, replaced by ...
3093 (process_die_scope): ... this new class. Make it responsible for
3094 freeing cu->line_header too.
3095 (process_die): Use process_die_scope.
3096 (handle_DW_AT_stmt_list): Record the line header's owner CU/DIE in
3097 cu->line_header_die_owner. Don't release the line header if it's
3098 owned by the CU.
3099 (setup_type_unit_groups): Make the CU/DIE own the line header.
3100 Don't release the line header here.
3101
ba713918
AL
31022017-08-17 Alex Lindsay <alexlindsay239@gmail.com> (tiny change)
3103
3104 * elfread.c (elf_read_minimal_symbols): xfree synthsyms.
3105
44d0fb3a
RK
31062017-08-17 Ruslan Kabatsayev <b7.10110111@gmail.com>
3107
3108 * NEWS: Mention new shortcuts for nexti and stepi in TUI
3109 Single-Key mode
3110
a5afdb16
RK
31112017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
3112
3113 * tui/tui.c (tui_commands): Add "nexti" and "stepi" to the Single-Key
3114 mode command list.
3115
47613aeb
SH
31162017-08-15 Stafford Horne <shorne@gmail.com>
3117
3118 * MAINTAINERS (Write After Approval): Add Stafford Horne.
3119
9c3cc999
SH
31202017-08-15 Stafford Horne <shorne@gmail.com>
3121
3122 * xtensa-tdep.c (xtensa_init_reggroups): Use xstrdup for cpname.
3123
206726fb
SDJ
31242017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3125
3126 PR gdb/21954
3127 * infcmd.c (unset_environment_command): Use the 'clear' method on
3128 the environment instead of resetting it.
3129
0335ac6d
JB
31302017-08-15 John Baldwin <jhb@FreeBSD.org>
3131
3132 * fbsd-nat.c (fbsd_convert_siginfo): Fix compile on big-endian
3133 platforms.
3134
d3abe1c8
TT
31352017-08-14 Tom Tromey <tom@tromey.com>
3136
3137 * valprint.c (print_octal_chars): Use HOST_CHAR_BIT.
3138 (print_binary_chars): Likewise.
3139 (BITS_IN_BYTES): Remove.
3140
d6382fff
TT
31412017-08-14 Tom Tromey <tom@tromey.com>
3142
3143 PR gdb/21675
3144 * valprint.c (LOW_ZERO): Change value to 034.
3145 (print_octal_chars): Add static_asserts for octal constants.
3146 * printcmd.c (print_scalar_formatted): Add 'd' case.
3147
f978cb06
TT
31482017-08-11 Tom Tromey <tom@tromey.com>
3149
3150 * symfile.c (add_symbol_file_command): Use std::vector.
3151
2f5404b3
TT
31522017-08-14 Tom Tromey <tom@tromey.com>
3153
3154 * break-catch-throw.c (handle_gnu_v3_exceptions): Use std::move.
3155 * break-catch-syscall.c (create_syscall_event_catchpoint): Use
3156 std::move.
3157 * break-catch-sig.c (create_signal_catchpoint): Use std::move.
3158
de7985c3
PA
31592017-08-11 Pedro Alves <palves@redhat.com>
3160
3161 * infrun.c (process_event_stop_test): Adjust
3162 function_name_is_marked_for_skip call.
3163 * skip.c: Include <list>.
3164 (skiplist_entry): Make it a class with private fields, and
3165 getters/setters.
3166 (skiplist_entry_chain): Delete.
3167 (skiplist_entries): New.
3168 (skiplist_entry_count): Delete.
3169 (highest_skiplist_entry_num): New.
3170 (ALL_SKIPLIST_ENTRIES, ALL_SKIPLIST_ENTRIES_SAFE): Delete.
3171 (add_skiplist_entry): Delete.
3172 (skiplist_entry::skiplist_entry): New.
3173 (skiplist_entry::add_entry): New.
3174 (skip_file_command, skip_function): Adjust.
3175 (compile_skip_regexp): Delete.
3176 (skip_command): Don't compile regexp here. Adjust to use
3177 skiplist_entry::add_entry.
3178 (skip_info): Adjust to use range-for and getters.
3179 (skip_enable_command, skip_disable_command): Adjust to use
3180 range-for and setters.
3181 (skip_delete_command): Adjust to use std::list.
3182 (add_skiplist_entry): Delete.
3183 (skip_file_p): Delete, refactored as ...
3184 (skiplist_entry::do_skip_file_p): ... this new method.
3185 (skip_gfile_p): Delete, refactored as ...
3186 (skiplist_entry::do_gskip_file_p): ... this new method.
3187 (skip_function_p, skip_rfunction_p): Delete, refactored as ...
3188 (skiplist_entry::skip_function_p): ... this new method.
3189 (function_name_is_marked_for_skip): Now returns bool, and takes
3190 the function sal by const reference. Adjust to use range-for and
3191 skiplist_entry methods.
3192 (_initialize_step_skip): Remove references to
3193 skiplist_entry_chain, skiplist_entry_count.
3194 * skip.h (function_name_is_marked_for_skip): Now returns bool, and
3195 takes the function sal by const reference.
3196
be7d3cd5
YQ
31972017-08-11 Yao Qi <yao.qi@linaro.org>
3198
3199 * dwarf2-frame.c (clear_pointer_cleanup): Remove.
3200 (dwarf2_frame_cache): Remove reset_cache_cleanup.
3201 (dwarf2_frame_cache):
3202 * frame-unwind.c (frame_unwind_try_unwinder): Catch
3203 RETURN_MASK_ALL and set *this_case to NULL.
3204 * frame-unwind.h: Update comments.
3205
1c90d9f0
YQ
32062017-08-11 Yao Qi <yao.qi@linaro.org>
3207
3208 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Remove.
3209 (dwarf2_frame_state_copy_regs): Remove.
3210 (dwarf2_frame_state_free_regs): Remove.
3211 (dwarf2_frame_state::~dwarf2_frame_state): Remove.
3212 (dwarf2_restore_rule): Call method .alloc_regs instead of
3213 dwarf2_frame_state_alloc_regs.
3214 (execute_cfa_program): Likewise. Call dwarf2_frame_state_reg_info
3215 constructor. Call std::move.
3216 (dwarf2_fetch_cfa_info): Don't call dwarf2_frame_state_copy_regs.
3217 (dwarf2_frame_cache): Likewise.
3218
3219 [GDB_SELF_TEST]: Include selftest.h and
3220 selftest-arch.h.
3221 [GDB_SELF_TEST] (execute_cfa_program_test): New function.
3222 (_initialize_dwarf2_frame) [GDB_SELF_TEST]: Register
3223 execute_cfa_program_test.
3224
3225 * dwarf2-frame.h (dwarf2_frame_state_reg_info): Add ctor, dtor,
3226 copy ctor, assignment operator, move assignment.
3227 <alloc_regs>: New method.
3228 <swap>: New method.
3229 (struct dwarf2_frame_state): Delete dtor.
3230 (dwarf2_frame_state_alloc_regs): Remove declaration.
3231 * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): Don't call
3232 dwarf2_frame_state_alloc_regs, use .alloc_regs instead.
3233
afe37d6b
YQ
32342017-08-11 Yao Qi <yao.qi@linaro.org>
3235
3236 * dwarf2-frame.c (dwarf2_frame_state_free): Remove.
3237 (dwarf2_frame_state::dwarf2_frame_state): New.
3238 (dwarf2_frame_state::~dwarf2_frame_state): New.
3239 (dwarf2_fetch_cfa_info): Update.
3240 (dwarf2_frame_cache): Remove old_chain. Change 'fs' to an object
3241 rather than a pointer. Update code.
3242 * dwarf2-frame.h (struct dwarf2_frame_state): Declare ctor and
3243 dtor.
3244 <data_align, code_align, retaddr_column>: Change them to const.
3245 <armcc_cfa_offsets_sf, armcc_cfa_offsets_reversed>: Change them
3246 to bool.
3247
b348037f
YQ
32482017-08-11 Yao Qi <yao.qi@linaro.org>
3249
3250 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <exp_len>: Remove.
3251 <loc.exp>: New field.
3252 * dwarf2-frame.c (execute_cfa_program): Update.
3253 (dwarf2_frame_prev_register): Update.
3254
e7c9de26
PA
32552017-08-10 Pedro Alves <palves@redhat.com>
3256
3257 * common/gdb_unique_ptr.h (xfree_deleter<T[]>): Define.
3258
e8c6b620
JB
32592017-08-09 John Baldwin <jhb@FreeBSD.org>
3260
3261 * fbsd-nat.c (struct fbsd_fork_info): Remove.
3262 (fbsd_pending_children): Use std::list.
3263 (fbsd_remember_child): Likewise.
3264 (fbsd_is_child_pending): Likewise.
3265 (fbsd_pending_vfork_done): Use std::forward_list.
3266 (fbsd_add_vfork_done): Likewise.
3267 (fbsd_is_vfork_done_pending): Likewise.
3268 (fbsd_next_vfork_done): Likewise.
3269
e4a26669
JB
32702017-08-09 John Baldwin <jhb@FreeBSD.org>
3271
3272 * fbsd-nat.c [HAVE_KINFO_GETVMMAP] (struct free_deleter): New.
3273 (fbsd_find_memory_regions): Use free_deleter with std::unique_ptr.
3274 [!HAVE_KINFO_GETVMMAP] (fbsd_find_memory_regions): Use std::string
3275 for `mapfilename'.
3276 (fbsd_xfer_partial): Use gdb::byte_vector.
af3881e6 3277 (fbsd_add_threads): Use gdb::unique_xmalloc_ptr.
e4a26669 3278
142311d3
JB
32792017-08-09 John Baldwin <jhb@FreeBSD.org>
3280
3281 * fbsd-nat.c: [!HAVE_KINFO_GETVMMAP]: Include <sys/user.h> and
3282 "filestuff.h".
3283 (fbsd_find_memory_regions): Fix `mapfile' initialization.
3284
42fa2e0e
TT
32852017-08-09 Tom Tromey <tom@tromey.com>
3286
3287 * skip.c (skiplist_entry): New constructor.
3288 (skiplist_entry::enabled, skiplist_entry::function_is_regexp)
3289 (skiplist_entry::file_is_glob): Now bool.
3290 (skiplist_entry::file, skiplist_entry::function): Now
3291 std::string.
3292 (make_skip_entry): Return a unique_ptr. Use new.
3293 (free_skiplist_entry, free_skiplist_entry_cleanup)
3294 (make_free_skiplist_entry_cleanup): Remove.
3295 (skip_command, skip_disable_command, add_skiplist_entry)
3296 (skip_form_bytes, compile_skip_regexp, skip_command, skip_info)
3297 (skip_file_p, skip_gfile_p, skip_function_p, skip_rfunction_p)
3298 (function_name_is_marked_for_skip): Update.
3299 (skip_delete_command): Update. Use delete.
3300
cd3af38d
JW
33012017-08-09 Jiong Wang <jiong.wang@arm.com>
3302
3303 * aarch64-linux-tdep.c: Include "auxv.h" and "elf/common.h".
3304 (aarch64_linux_core_read_description): New function.
3305 (aarch64_linux_init_abi): Register gdbarch_core_read_description.
3306
29592bde
PA
33072017-08-09 Pedro Alves <palves@redhat.com>
3308
3309 * cp-name-parser.y (cp_comp_to_string): Return a
3310 gdb::unique_xmalloc_ptr<char>.
3311 * cp-support.c (replace_typedefs_qualified_name)
3312 (replace_typedefs): Adjust to use gdb::unique_xmalloc_ptr<char>.
3313 (cp_canonicalize_string_full): Use op= instead of explicit
3314 convertion.
3315 (cp_class_name_from_physname, method_name_from_physname)
3316 (cp_func_name, cp_remove_params): Adjust to use
3317 gdb::unique_xmalloc_ptr<char>.
3318 * cp-support.h (cp_comp_to_string): Return a
3319 gdb::unique_xmalloc_ptr<char>.
3320 * python/py-type.c (typy_lookup_type): Adjust to use
3321 gdb::unique_xmalloc_ptr<char>.
3322
b3340438
L
33232017-08-09 H.J. Lu <hongjiu.lu@intel.com>
3324
3325 * dwarf2read.c (dwarf2_string_attr): Fix a typo.
3326
e88e8651
YQ
33272017-08-09 Alex Lindsay <alexlindsay239@gmail.com>
3328 Yao Qi <yao.qi@linaro.org>
3329
3330 * cp-support.c (cp_canonicalize_string_full): Use
3331 gdb::unique_xmalloc_ptr<char>.
3332 (cp_canonicalize_string): Likewise.
3333
f5a29eb0
YQ
33342017-08-09 Yao Qi <yao.qi@linaro.org>
3335
3336 * features/Makefile (WHICH): Remove i386/ non-linux stuff.
3337 * regformats/i386/amd64-avx-avx512.dat: Remove.
3338 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Remove.
3339 * regformats/i386/amd64-avx-mpx.dat:Remove.
3340 * regformats/i386/amd64-avx.dat: Remove.
3341 * regformats/i386/amd64-mpx.dat: Remove.
3342 * regformats/i386/i386-avx-avx512.dat: Remove.
3343 * regformats/i386/i386-avx-mpx-avx512-pku.dat: Remove.
3344 * regformats/i386/i386-avx-mpx.dat: Remove.
3345 * regformats/i386/i386-mmx.dat: Remove.
3346 * regformats/i386/i386-mpx.dat: Remove.
3347
57757c2f
YQ
33482017-08-09 Yao Qi <yao.qi@linaro.org>
3349
3350 * amd64-tdep.h (tdesc_x32): Remove the declaration.
3351 * amd64-tdep.c: Don't include features/i386/x32*.c.
3352 (_initialize_amd64_tdep): Don't call initialize_tdesc_x32*
3353 functions.
3354 * features/Makefile (WHICH): Remove i386/x32, i386/x32-avx,
3355 and i386/x32-avx-avx512.
3356 (XMLTOC): Remove i386/x32-avx.xml, i386/x32-avx-avx512.xml,
3357 and i386/x32.xml.
3358 * features/i386/x32-avx-avx512.c: Removed.
3359 * features/i386/x32-avx-avx512.xml: Removed.
3360 * features/i386/x32-avx.c: Removed.
3361 * features/i386/x32-avx.xml: Removed.
3362 * features/i386/x32.c: Removed.
3363 * features/i386/x32.xml: Removed.
3364 * regformats/i386/x32-avx-avx512.dat: Removed.
3365 * regformats/i386/x32-avx.dat: Removed.
3366 * regformats/i386/x32.dat: Removed.
3367
ba7b109b
MR
33682017-08-07 Maciej W. Rozycki <macro@imgtec.com>
3369
3370 PR breakpoints/21886
3371 * mem-break.c (default_memory_insert_breakpoint): Use
3372 `->placed_address' rather than `->reqstd_address' for the
3373 breakpoint location.
3374
e347efc3
MR
33752017-08-07 Maciej W. Rozycki <macro@imgtec.com>
3376
3377 * arch-utils.c (default_print_insn): Remove arch/mach/endian
3378 assertions.
3379
0dba2a6c
MR
33802017-08-07 Maciej W. Rozycki <macro@imgtec.com>
3381
3382 * gdbarch.sh (gdbarch_info): Replace the `tdep_info' member with
3383 a union of `tdep_info', `tdesc_data' and `id'.
3384 * aarch64-tdep.c (aarch64_gdbarch_init): Use `info.tdesc_data'
3385 rather than `info.tdep_info'.
3386 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
3387 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
3388 * i386-tdep.c (i386_gdbarch_init): Likewise.
3389 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
3390 * mips-tdep.c (mips_gdbarch_init): Likewise.
3391 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
3392 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
3393 * ppc-linux-tdep.c (ppu2spu_sniffer): Use `info.id' rather than
3394 `info.tdep_info'.
3395 (ppc_linux_init_abi): Use `info.tdesc_data' rather than
3396 `info.tdep_info'.
3397 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
3398 * spu-multiarch.c (spu_gdbarch): Use `info.id' rather than
3399 `info.tdep_info'.
3400 * spu-tdep.c (spu_gdbarch_init): Likewise.
3401 * gdbarch.h: Regenerate.
3402
16eb6b2d
LS
34032017-08-07 Leszek Swirski <leszeks@google.com>
3404
7b005726 3405 PR symtab/20899
16eb6b2d
LS
3406 * dwarf2read.c (dwarf2_string_attr): Allow DW_FORM_GNU_strp_alt.
3407
74cbb09e
SM
34082017-08-07 Simon Marchi <simon.marchi@ericsson.com>
3409
3410 * remote-sim.c (gdbsim_load): Remove char **argv local variable.
3411 (gdbsim_open): Rename gdb_argv args object to argv.
3412
ee0c3293
TT
34132017-08-05 Tom Tromey <tom@tromey.com>
3414
3415 * compile/compile-object-load.c (compile_object_load): Use
3416 gdb::unique_xmalloc_ptr.
3417 * cli/cli-dump.c (scan_filename): Rename from
3418 scan_filename_with_cleanup. Change return type.
3419 (scan_expression): Rename from scan_expression_with_cleanup.
3420 Change return type.
3421 (dump_memory_to_file, dump_value_to_file, restore_command):
3422 Use gdb::unique_xmalloc_ptr. Update.
3423 * cli/cli-cmds.c (find_and_open_script): Use
3424 gdb::unique_xmalloc_ptr.
3425 * tracefile-tfile.c (tfile_open): Use gdb::unique_xmalloc_ptr.
3426 * symmisc.c (maintenance_print_symbols)
3427 (maintenance_print_msymbols): Use gdb::unique_xmalloc_ptr.
3428 * symfile.c (symfile_bfd_open, generic_load)
3429 (add_symbol_file_command, remove_symbol_file_command): Use
3430 gdb::unique_xmalloc_ptr.
3431 * source.c (openp): Use gdb::unique_xmalloc_ptr.
3432 * psymtab.c (maintenance_print_psymbols): Use
3433 gdb::unique_xmalloc_ptr.
3434 * corelow.c (core_open): Use gdb::unique_xmalloc_ptr.
3435 * breakpoint.c (save_breakpoints): Use gdb::unique_xmalloc_ptr.
3436 * solib.c (solib_map_sections): Use gdb::unique_xmalloc_ptr.
3437 (reload_shared_libraries_1): Likewise.
3438
3232fabd
TT
34392017-08-05 Tom Tromey <tom@tromey.com>
3440
3441 * rust-exp.y (rust_op_ptr, set_field): Remove typedefs.
3442 (rust_op_vector, rust_set_vector): New typedefs.
3443 (current_parser): New global.
3444 (work_obstack): Change to pointer type. Update all users.
3445 (rust_ast, pstate): Remove globals.
3446 (struct rust_parser): New.
3447 (%union) <params, field_inits>: Change type.
3448 (start, tuple_expr, unit_expr, struct_expr_list, literal)
3449 (field_expr, expr_list, maybe_expr_list, type_list): Update.
3450 (ast_call_ish, ast_path, ast_function_type, ast_tuple_type)
3451 (convert_params_to_types, convert_params_to_expression): Change
3452 type of "params".
3453 (ast_string): Change type of "fields".
3454 (rust_parse): Make a rust_parser. Remove cleanups.
3455 (rust_lex_tests): Make and install an auto_obstack.
3456
f02fd774
YQ
34572017-08-04 Yao Qi <yao.qi@linaro.org>
3458
3459 * configure.srv (ipa_x32_linux_regobj): New.
3460 * linux-amd64-ipa.c (get_ipa_tdesc): Use X86_TDESC_AVX_AVX512
3461 instead of X86_TDESC_AVX512.
3462 (initialize_low_tracepoint): Call
3463 init_registers_x32_avx_avx512_linux.
3464
91975afd
YQ
34652017-08-04 Yao Qi <yao.qi@linaro.org>
3466
3467 * utils.h (gdb_argv): Add namespace std for nullptr_t.
3468
2331fa3a
RK
34692017-08-03 Ruslan Kabatsayev <b7.10110111@gmail.com>
3470
3471 * MAINTAINERS (Write After Approval): Add Ruslan Kabatsayev.
3472
744e4fe1
TT
34732017-08-03 Tom Tromey <tom@tromey.com>
3474
3475 * utils.c (make_cleanup_freeargv, do_freeargv, gdb_buildargv):
3476 Remove.
3477 * utils.h (make_cleanup_freeargv, gdb_buildargv): Remove.
3478
1c034b67
TT
34792017-08-03 Tom Tromey <tom@tromey.com>
3480
3481 * python/py-param.c (compute_enum_values): Use gdb_argv.
3482
773a1edc
TT
34832017-08-03 Tom Tromey <tom@tromey.com>
3484
3485 * utils.h (struct gdb_argv_deleter): New.
3486 (gdb_argv): New class.
3487 * utils.c (gdb_argv::reset): New method.
3488 * tracepoint.c (delete_trace_variable_command): Use gdb_argv.
3489 * tracefile.c (tsave_command): Use gdb_argv.
3490 * top.c (new_ui_command): Use gdb_argv.
3491 * symmisc.c (maintenance_print_symbols)
3492 (maintenance_print_msymbols, maintenance_expand_symtabs): Use gdb_argv.
3493 * symfile.c (symbol_file_command, generic_load)
3494 (remove_symbol_file_command): Use gdb_argv.
3495 * stack.c (backtrace_command): Use gdb_argv.
3496 * source.c (add_path, show_substitute_path_command)
3497 (unset_substitute_path_command, set_substitute_path_command):
3498 Use gdb_argv.
3499 * skip.c (skip_command): Use gdb_argv. Use gdb_buildargv.
3500 * ser-mingw.c (pipe_windows_open): Use gdb_argv.
3501 * remote.c (extended_remote_run, remote_put_command)
3502 (remote_get_command, remote_delete_command): Use gdb_argv.
3503 * remote-sim.c (gdbsim_load, gdbsim_create_inferior)
3504 (gdbsim_open): Use gdb_argv.
3505 * python/py-cmd.c (gdbpy_string_to_argv): Use gdb_argv.
3506 * psymtab.c (maintenance_print_psymbols): Use gdb_argv.
3507 * procfs.c (procfs_info_proc): Use gdb_argv.
3508 * interps.c (interpreter_exec_cmd): Use gdb_argv.
3509 * infrun.c (handle_command): Use gdb_argv.
3510 * inferior.c (add_inferior_command, clone_inferior_command):
3511 Use gdb_argv.
3512 * guile/scm-string.c (gdbscm_string_to_argv): Use gdb_argv.
3513 * exec.c (exec_file_command): Use gdb_argv.
3514 * cli/cli-cmds.c (alias_command): Use gdb_argv.
3515 * compile/compile.c (build_argc_argv): Use gdb_argv.
3516
0d50bde3
TT
35172017-08-03 Tom Tromey <tom@tromey.com>
3518
3519 * python/python.c (gdbpy_decode_line): Use unique_xmalloc_ptr.
3520
7f968c89
TT
35212017-08-03 Tom Tromey <tom@tromey.com>
3522
3523 * python/python.c (compute_python_string): Return std::string.
3524 (gdbpy_eval_from_control_command): Update.
3525 (do_start_initialization): Use std::string.
3526 * python/py-varobj.c (py_varobj_iter_next): Use string_printf, not
3527 xstrprintf.
3528 * python/py-breakpoint.c (local_setattro): Use string_printf, not
3529 xstrprintf.
3530
3c9ebddd
TT
35312017-08-03 Tom Tromey <tom@tromey.com>
3532
3533 * top.h (do_restore_instream_cleanup): Remove.
3534 * top.c (do_restore_instream_cleanup): Remove.
3535 (read_command_file): Use scoped_restore.
3536 * cli/cli-script.c (execute_user_command): Use scoped_restore.
3537
b51b225e
TT
35382017-08-03 Tom Tromey <tom@tromey.com>
3539
3540 * cli/cli-script.c (execute_user_command)
3541 (execute_control_command): Use scoped_restore.
3542
ac991630
TT
35432017-08-03 Tom Tromey <tom@tromey.com>
3544
3545 * cli/cli-script.c (do_restore_user_call_depth): Remove.
3546 (execute_user_command): Remove user_call_depth; use
3547 user_args_stack's size instead.
3548
898e0c8e
TT
35492017-08-03 Tom Tromey <tom@tromey.com>
3550
3551 * top.h (in_user_command): Remove.
3552 * top.c (in_user_command): Remove.
3553 * cli/cli-script.c (do_restore_user_call_depth)
3554 (execute_user_command): Update.
3555
26fcd5d7
TT
35562017-08-03 Tom Tromey <tom@tromey.com>
3557
3558 * valops.c (search_struct_method): Use gdb::byte_vector.
3559 * valarith.c (value_concat): Use std::vector.
3560 * target.c (memory_xfer_partial): Use gdb::byte_vector.
3561 (simple_search_memory): Likewise.
3562 * printcmd.c (find_string_backward): Use gdb::byte_vector.
3563 * mi/mi-main.c (mi_cmd_data_write_memory): Use gdb::byte_vector.
3564 * gcore.c (gcore_copy_callback): Use gdb::byte_vector.
3565 * elfread.c (elf_rel_plt_read): Use std::string.
3566 * cp-valprint.c (cp_print_value): Use gdb::byte_vector.
3567 * cli/cli-dump.c (restore_section_callback): Use
3568 gdb::byte_vector.
3569
7c218e6c
TT
35702017-08-03 Tom Tromey <tom@tromey.com>
3571
3572 * jit.c (jit_reader_load_command): Use unique_xmalloc_ptr.
3573
31b68d4a
TT
35742017-08-03 Tom Tromey <tom@tromey.com>
3575
3576 * tui/tui-regs.c (tui_restore_gdbout): Remove.
3577 (tui_register_format): Use scoped_restore.
3578
2ec845e7
TT
35792017-08-03 Tom Tromey <tom@tromey.com>
3580
3581 * reverse.c (exec_direction_default): Remove.
3582 (exec_reverse_once): Use scoped_restore.
3583 * remote.c (restore_remote_timeout): Remove.
3584 (remote_flash_erase, remote_flash_write, remote_flash_done)
3585 (readchar, remote_serial_write): Use scoped_restore.
3586 * cli/cli-script.c (struct source_cleanup_lines_args)
3587 (source_cleanup_lines): Remove.
3588 (script_from_file): Use scoped_restore.
3589 * cli/cli-cmds.c (source_verbose_cleanup): Remove.
3590 (source_command): Use scoped_restore.
3591
b3bc8453
TT
35922017-08-03 Tom Tromey <tom@tromey.com>
3593
3594 * utils.h (make_cleanup_free_so): Remove.
3595 * utils.c (do_free_so, make_cleanup_free_so): Remove.
3596 * solist.h (struct so_deleter): New.
3597 (so_list_up): New typedef.
3598 * solib-svr4.c (svr4_read_so_list): Use so_list_up.
3599
e3ad2841
TT
36002017-08-03 Tom Tromey <tom@tromey.com>
3601
3602 * utils.h (make_cleanup_restore_current_language): Remove.
3603 * utils.c (do_restore_current_language)
3604 (make_cleanup_restore_current_language): Remove.
3605 * parse.c (parse_exp_in_context_1)
3606 (parse_expression_with_language): Use
3607 scoped_restore_current_language.
3608 * mi/mi-main.c (mi_cmd_execute): Use
3609 scoped_restore_current_language.
3610 * language.h (scoped_restore_current_language): New class.
3611
b80cf838
TT
36122017-08-03 Tom Tromey <tom@tromey.com>
3613
3614 * compile/compile.c (cleanup_unlink_file): Remove.
3615 (compile_to_object): Use gdb::unlinker.
3616 (eval_compile_command): Likewise.
3617
fad0444a
TT
36182017-08-03 Tom Tromey <tom@tromey.com>
3619
3620 * utils.h (make_cleanup_fclose): Remove.
3621 * utils.c (do_fclose_cleanup, make_cleanup_fclose): Remove.
3622
6e7bc05c
TT
36232017-08-03 Tom Tromey <tom@tromey.com>
3624
3625 * top.c (open_terminal_stream): Return gdb_file_up.
3626 (new_ui_command): Update.
3627
4a45905b
TT
36282017-08-03 Tom Tromey <tom@tromey.com>
3629
3630 * source.c (print_source_lines_base, forward_search_command)
3631 (reverse_search_command): Use gdb_file_up.
3632
7cd06d6e
TT
36332017-08-03 Tom Tromey <tom@tromey.com>
3634
3635 * fbsd-nat.c (fbsd_find_memory_regions): Update.
3636
ed166945
TT
36372017-08-03 Tom Tromey <tom@tromey.com>
3638
3639 * cli/cli-cmds.c (find_and_open_script): Change return type.
3640 Remove "streamp" and "full_path" parameters.
3641 (source_script_with_search): Update.
3642 * auto-load.c (source_script_file): Update.
3643 * cli/cli-cmds.h (find_and_open_script): Change type.
3644 (open_script): New struct.
3645
d419f42d
TT
36462017-08-03 Tom Tromey <tom@tromey.com>
3647
3648 * xml-support.c (xml_fetch_content_from_file): Update.
3649 * ui-file.c (stdio_file::open): Update.
3650 * tracefile-tfile.c (tfile_start): Update.
3651 * remote.c (remote_file_put, remote_file_get): Update.
3652 * nat/linux-procfs.c (linux_proc_get_int)
3653 (linux_proc_pid_get_state, linux_proc_tid_get_name): Update.
3654 * nat/linux-osdata.c (linux_common_core_of_thread): Update.
3655 (command_from_pid, commandline_from_pid, linux_xfer_osdata_cpus)
3656 (print_sockets, linux_xfer_osdata_shm, linux_xfer_osdata_sem)
3657 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Update.
3658 * nat/linux-btrace.c (linux_determine_kernel_start): Update.
3659 * linux-nat.c (linux_proc_pending_signals): Update.
3660 * dwarf2read.c (write_psymtabs_to_index): Use gdb_file_up.
3661 (file_closer): Remove.
3662 * compile/compile.c (compile_to_object): Update.
3663 * common/filestuff.h (struct gdb_file_deleter): New.
3664 (gdb_file_up): New typedef.
3665 (gdb_fopen_cloexec): Change return type.
3666 * common/filestuff.c (gdb_fopen_cloexec): Return gdb_file_up.
3667 * cli/cli-dump.c (fopen_with_cleanup): Remove.
3668 (dump_binary_file, restore_binary_file): Update.
3669 * auto-load.c (auto_load_objfile_script_1): Update.
3670
4a2b031d
TT
36712017-08-03 Tom Tromey <tom@tromey.com>
3672
3673 * tracepoint.c (tvariables_info_1): Use ui_out_emit_table.
3674 (info_static_tracepoint_markers_command): Likewise.
3675 * solib.c (info_sharedlibrary_command): Use ui_out_emit_table.
3676 * skip.c (skip_info): Use ui_out_emit_table.
3677 * progspace.c (print_program_space): Use ui_out_emit_table.
3678 * osdata.c (info_osdata): Use ui_out_emit_table.
3679 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Use
3680 ui_out_emit_table.
3681 * linux-thread-db.c (info_auto_load_libthread_db): Use
3682 ui_out_emit_table.
3683 * inferior.c (print_inferior): Use ui_out_emit_table.
3684 * gdb_bfd.c (maintenance_info_bfds): Use ui_out_emit_table.
3685 * breakpoint.c (breakpoint_1): Use ui_out_emit_table.
3686 * auto-load.c (auto_load_info_scripts): Use ui_out_emit_table.
3687 * ada-tasks.c (print_ada_task_info): Use ui_out_emit_table.
3688 * ui-out.h (class ui_out_emit_table): New.
3689
a4f320fd
MR
36902017-08-02 Maciej W. Rozycki <macro@imgtec.com>
3691
3692 * mips-tdep.c (mips_fpu_type_str): New function.
3693 (mips_dump_tdep): Call it.
3694
a2f1f308
MR
36952017-08-01 Maciej W. Rozycki <macro@imgtec.com>
3696
3697 * mips-tdep.c (mips_gdbarch_init): Use MIPS_FPU_TYPE to access
3698 `->mips_fpu_type'.
3699
7e5ed83b
XR
37002017-07-31 Xavier Roirand <roirand@adacore.com>
3701
3702 * solib-darwin.c (DYLD_VERSION_MAX): Increase value.
3703
4c9dc811
XR
37042017-07-27 Xavier Roirand <roirand@adacore.com>
3705
3706 * MAINTAINERS (Write After Approval): Add Xavier Roirand.
3707
27d41eac
YQ
37082017-07-26 Yao Qi <yao.qi@linaro.org>
3709
3710 * cli/cli-cmds.c (maintenancechecklist): New variable.
3711 * gdbcmd.h (maintenancechecklist): Declare it.
3712 * i386-linux-tdep.c (_initialize_i386_linux_tdep) [GDB_SELF_TEST]:
3713 Call i386_linux_read_description with different masks.
3714 * maint.c (maintenance_check_command): New function.
3715 (_initialize_maint_cmds): Call add_prefix_cmd.
3716 * target-descriptions.c (tdesc_reg): override operator != and ==.
3717 (tdesc_type): Likewise.
3718 (tdesc_feature): Likewise.
3719 (target_desc): Likewise.
3720 [GDB_SELF_TEST] (selftests::record_xml_tdesc): New function.
3721 (maintenance_check_xml_descriptions): New function.
3722 (_initialize_target_descriptions) Add command "xml-descriptions".
3723 * target-descriptions.h (selftests::record_xml_tdesc): Declare.
3724
ea03d0d3
YQ
37252017-07-26 Yao Qi <yao.qi@linaro.org>
3726
3727 * i386-linux-tdep.c: Don't include features/i386/i386-*linux.c.
3728 Include features/i386/32bit-*.c.
3729 (i386_linux_read_description): Generate target description if it
3730 doesn't exist.
3731 (_initialize_i386_linux_tdep): Don't call _initialize_tdesc_i386
3732 functions.
3733 * features/i386/32bit-linux.c: Re-generated.
3734 * features/i386/32bit-sse.c: Likewise.
3735 * target-descriptions.c (print_c_feature::visit): Print code to
3736 set register number if needed.
3737 (print_c_feature) <m_next_regnum>: New field.
3738
25aa13e5
YQ
37392017-07-26 Yao Qi <yao.qi@linaro.org>
3740
3741 * features/Makefile (CFILES): Rename with TDESC_CFILES.
3742 (FEATURE_XMLFILES): New.
3743 (FEATURE_CFILES): New.
3744 New rules.
3745 (clean-cfiles): Remove generated c files.
3746 * features/i386/32bit-avx.c: Generated.
3747 * features/i386/32bit-avx512.c: Generated.
3748 * features/i386/32bit-core.c: Generated.
3749 * features/i386/32bit-linux.c: Generated.
3750 * features/i386/32bit-mpx.c: Generated.
3751 * features/i386/32bit-pkeys.c: Generated.
3752 * features/i386/32bit-sse.c: Generated.
3753 * target-descriptions.c: Include algorithm.
3754 (tdesc_element_visitor): Add method visit_end.
3755 (print_c_tdesc): Implement visit_end.
3756 (print_c_tdesc:: m_filename_after_features): Move it to
3757 protected.
3758 (print_c_feature): New class.
3759 (maint_print_c_tdesc_cmd): Use print_c_feature if XML file
3760 name starts with "i386/32bit-".
3761
6eb1e6a8
YQ
37622017-07-26 Yao Qi <yao.qi@linaro.org>
3763
3764 * target-descriptions.c (tdesc_element_visitor): New class.
3765 (tdesc_element): New class.
3766 (tdesc_reg): Inherit from tdesc_element.
3767 (tdesc_reg::accept): New function.
3768 (tdesc_type): Inherit from tdesc_element.
3769 (tdesc_type::accept): New function.
3770 (tdesc_feature): Inherit from tdesc_element.
3771 (tdesc_feature::accept): New function.
3772 (target_desc): Inherit from tdesc_element.
3773 (target_desc::target_desc): New.
3774 (target_desc::~target_desc): New.
3775 (target_desc::accept): New.
3776 (allocate_target_description): Use new.
3777 (free_target_description): Use delete.
3778 (print_c_tdesc): New class.
3779 (maint_print_c_tdesc_cmd): Adjust.
3780
3781 * features/aarch64.c: Re-generated.
3782 * features/arc-arcompact.c: Re-generated.
3783 * features/arc-v2.c: Re-generated.
3784 * features/arm/arm-with-iwmmxt.c: Re-generated.
3785 * features/arm/arm-with-m.c: Re-generated.
3786 * features/arm/arm-with-m-fpa-layout.c: Re-generated.
3787 * features/arm/arm-with-m-vfp-d16.c: Re-generated.
3788 * features/arm/arm-with-neon.c: Re-generated.
3789 * features/arm/arm-with-vfpv2.c: Re-generated.
3790 * features/arm/arm-with-vfpv3.c: Re-generated.
3791 * features/i386/amd64-avx-avx512.c: Re-generated.
3792 * features/i386/amd64-avx-avx512-linux.c: Re-generated.
3793 * features/i386/amd64-avx.c: Re-generated.
3794 * features/i386/amd64-avx-linux.c: Re-generated.
3795 * features/i386/amd64-avx-mpx-avx512-pku.c: Re-generated.
3796 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
3797 * features/i386/amd64-avx-mpx.c: Re-generated.
3798 * features/i386/amd64-avx-mpx-linux.c: Re-generated.
3799 * features/i386/amd64.c: Re-generated.
3800 * features/i386/amd64-linux.c: Re-generated.
3801 * features/i386/amd64-mpx.c: Re-generated.
3802 * features/i386/amd64-mpx-linux.c: Re-generated.
3803 * features/i386/i386-avx-avx512.c: Re-generated.
3804 * features/i386/i386-avx-avx512-linux.c: Re-generated.
3805 * features/i386/i386-avx.c: Re-generated.
3806 * features/i386/i386-avx-linux.c: Re-generated.
3807 * features/i386/i386-avx-mpx-avx512-pku.c: Re-generated.
3808 * features/i386/i386-avx-mpx-avx512-pku-linux.c: Re-generated.
3809 * features/i386/i386-avx-mpx.c: Re-generated.
3810 * features/i386/i386-avx-mpx-linux.c: Re-generated.
3811 * features/i386/i386.c: Re-generated.
3812 * features/i386/i386-linux.c: Re-generated.
3813 * features/i386/i386-mmx.c: Re-generated.
3814 * features/i386/i386-mmx-linux.c: Re-generated.
3815 * features/i386/i386-mpx.c: Re-generated.
3816 * features/i386/i386-mpx-linux.c: Re-generated.
3817 * features/i386/x32-avx-avx512.c: Re-generated.
3818 * features/i386/x32-avx-avx512-linux.c: Re-generated.
3819 * features/i386/x32-avx.c: Re-generated.
3820 * features/i386/x32-avx-linux.c: Re-generated.
3821 * features/i386/x32.c: Re-generated.
3822 * features/i386/x32-linux.c: Re-generated.
3823 * features/microblaze.c: Re-generated.
3824 * features/microblaze-with-stack-protect.c: Re-generated.
3825 * features/mips64-dsp-linux.c: Re-generated.
3826 * features/mips64-linux.c: Re-generated.
3827 * features/mips-dsp-linux.c: Re-generated.
3828 * features/mips-linux.c: Re-generated.
3829 * features/nds32.c: Re-generated.
3830 * features/nios2.c: Re-generated.
3831 * features/nios2-linux.c: Re-generated.
3832 * features/rs6000/powerpc-32.c: Re-generated.
3833 * features/rs6000/powerpc-32l.c: Re-generated.
3834 * features/rs6000/powerpc-403.c: Re-generated.
3835 * features/rs6000/powerpc-403gc.c : Re-generated.
3836 * features/rs6000/powerpc-405.c: Re-generated.
3837 * features/rs6000/powerpc-505.c: Re-generated.
3838 * features/rs6000/powerpc-601.c: Re-generated.
3839 * features/rs6000/powerpc-602.c: Re-generated.
3840 * features/rs6000/powerpc-603.c: Re-generated.
3841 * features/rs6000/powerpc-604.c: Re-generated.
3842 * features/rs6000/powerpc-64.c: Re-generated.
3843 * features/rs6000/powerpc-64l.c: Re-generated.
3844 * features/rs6000/powerpc-7400.c: Re-generated.
3845 * features/rs6000/powerpc-750.c: Re-generated.
3846 * features/rs6000/powerpc-860.c: Re-generated.
3847 * features/rs6000/powerpc-altivec32.c: Re-generated.
3848 * features/rs6000/powerpc-altivec32l.c: Re-generated.
3849 * features/rs6000/powerpc-altivec64.c: Re-generated.
3850 * features/rs6000/powerpc-altivec64l.c: Re-generated.
3851 * features/rs6000/powerpc-cell32l.c: Re-generated.
3852 * features/rs6000/powerpc-cell64l.c: Re-generated.
3853 * features/rs6000/powerpc-e500.c: Re-generated.
3854 * features/rs6000/powerpc-e500l.c: Re-generated.
3855 * features/rs6000/powerpc-isa205-32l.c: Re-generated.
3856 * features/rs6000/powerpc-isa205-64l.c: Re-generated.
3857 * features/rs6000/powerpc-isa205-altivec32l.c: Re-generated.
3858 * features/rs6000/powerpc-isa205-altivec64l.c: Re-generated.
3859 * features/rs6000/powerpc-isa205-vsx32l.c: Re-generated.
3860 * features/rs6000/powerpc-isa205-vsx64l.c: Re-generated.
3861 * features/rs6000/powerpc-vsx32.c: Re-generated.
3862 * features/rs6000/powerpc-vsx32l.c: Re-generated.
3863 * features/rs6000/powerpc-vsx64.c: Re-generated.
3864 * features/rs6000/powerpc-vsx64l.c: Re-generated.
3865 * features/rs6000/rs6000.c: Re-generated.
3866 * features/s390-linux32.c: Re-generated.
3867 * features/s390-linux32v1.c: Re-generated.
3868 * features/s390-linux32v2.c: Re-generated.
3869 * features/s390-linux64.c: Re-generated.
3870 * features/s390-linux64v1.c: Re-generated.
3871 * features/s390-linux64v2.c: Re-generated.
3872 * features/s390-te-linux64.c: Re-generated.
3873 * features/s390-tevx-linux64.c: Re-generated.
3874 * features/s390-vx-linux64.c: Re-generated.
3875 * features/s390x-linux64.c: Re-generated.
3876 * features/s390x-linux64v1.c: Re-generated.
3877 * features/s390x-linux64v2.c: Re-generated.
3878 * features/s390x-te-linux64.c: Re-generated.
3879 * features/s390x-tevx-linux64.c: Re-generated.
3880 * features/s390x-vx-linux64.c: Re-generated.
3881 * features/sparc/sparc32-solaris.c: Re-generated.
3882 * features/sparc/sparc64-solaris.c: Re-generated.
3883 * features/tic6x-c62x.c: Re-generated.
3884 * features/tic6x-c62x-linux.c: Re-generated.
3885 * features/tic6x-c64x.c: Re-generated.
3886 * features/tic6x-c64x-linux.c: Re-generated.
3887 * features/tic6x-c64xp.c: Re-generated.
3888 * features/tic6x-c64xp-linux.c: Re-generated.
3889
35b4818d
YQ
38902017-07-26 Yao Qi <yao.qi@linaro.org>
3891
3892 * i386-linux-tdep.c (i386_linux_read_description): New function.
3893 (i386_linux_core_read_description): Call
3894 i386_linux_read_description.
3895 * i386-linux-tdep.h (i386_linux_read_description): Declare.
3896 (tdesc_i386_linux, tdesc_i386_mmx_linux): Remove declarations.
3897 (tdesc_i386_avx_linux, tdesc_i386_mpx_linux): Likewise
3898 (tdesc_i386_avx_mpx_linux, tdesc_i386_avx_avx512_linux): Likewise.
3899 (tdesc_i386_avx_mpx_avx512_pku_linux): Likewise.
3900 * x86-linux-nat.c (x86_linux_read_description): Call
3901 i386_linux_read_description.
3902
8e2141c6
YQ
39032017-07-26 Yao Qi <yao.qi@linaro.org>
3904
3905 * NEWS: Mention it.
3906 * features/Makefile (%.c: %.xml): Pass the xml file name to
3907 command "maint print c-tdesc".
3908 * target-descriptions.c (maint_print_c_tdesc_cmd): Get file
3909 name from 'arg'.
3910
b468ff4c
YQ
39112017-07-26 Yao Qi <yao.qi@linaro.org>
3912
3913 * target-descriptions.c (target_desc): Add ctor and dtor. Do
3914 in-class initialization.
3915 (tdesc_create_feature): Call new instead of XCNEW.
3916 (free_target_description): Ue delete.
3917
b9c0e1b4
JB
39182017-07-25 John Baldwin <jhb@FreeBSD.org>
3919
3920 * configure.nat: Add "-lkvm" for NetBSD/sparc64 and fix typo.
3921
a04b5337
YQ
39222017-07-25 Yao Qi <yao.qi@linaro.org>
3923
3924 * amd64-tdep.c (amd64_init_abi): Make argument default_tdesc
3925 constant.
3926 (amd64_x32_init_abi): Likewise.
3927 * amd64-tdep.h (amd64_init_abi): Update declaration.
3928 (amd64_x32_init_abi): Likewise.
3929
02ad7fc2
YQ
39302017-07-25 Yao Qi <yao.qi@linaro.org>
3931
3932 PR tdep/21717
3933 * arm-linux-nat.c (arm_linux_fetch_inferior_registers): Update
3934 condition for FPSCR.
3935 (arm_linux_store_inferior_registers): Likewise.
3936
b6f48cb0
TT
39372017-07-22 Tom Tromey <tom@tromey.com>
3938
3939 * break-catch-syscall.c (struct catch_syscall_inferior_data)
3940 <syscalls_counts>: Now a std::vector.
3941 (get_catch_syscall_inferior_data): Use "new".
3942 (catch_syscall_inferior_data_cleanup): Use "delete".
3943 (insert_catch_syscall, remove_catch_syscall)
3944 (clear_syscall_counts): Update.
3945
e12c9b7a
TT
39462017-07-22 Tom Tromey <tom@tromey.com>
3947
3948 * break-catch-syscall.c (syscall_catchpoint)
3949 <syscalls_to_be_caught>: Now a std::vector<int>
3950 (~syscall_catchpoint): Remove.
3951 (insert_catch_syscall, remove_catch_syscall)
3952 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
3953 (print_mention_catch_syscall, print_recreate_catch_syscall):
3954 Update.
3955 (create_syscall_event_catchpoint): Change type of "filter"
3956 parameter.
3957 (catch_syscall_split_args): Return a std::vector.
3958 (catch_syscall_command_1, catching_syscall_number_1): Update.
3959
4fa8aeac
TT
39602017-07-22 Tom Tromey <tom@tromey.com>
3961
3962 * break-catch-throw.c (struct exception_catchpoint)
3963 <exception_rx>: Now a std::string.
3964 (~exception_catchpoint): Remove.
3965 (print_one_detail_exception_catchpoint): Update.
3966 (handle_gnu_v3_exceptions): Change type of except_rx.
3967 (extract_exception_regexp): Return a std::string.
3968 (catch_exception_command_1): Update.
3969
f746a154
TT
39702017-07-22 Tom Tromey <tom@tromey.com>
3971
3972 * break-catch-sig.c (gdb_signal_type): Remove typedef.
3973 (struct signal_catchpoint) <signals_to_be_caught>: Now a
3974 std::vector.
3975 <catch_all>: Now a bool.
3976 (~signal_catchpoint): Remove.
3977 (signal_catchpoint_insert_location)
3978 (signal_catchpoint_remove_location)
3979 (signal_catchpoint_breakpoint_hit, signal_catchpoint_print_one)
3980 (signal_catchpoint_print_mention)
3981 (signal_catchpoint_print_recreate)
3982 (signal_catchpoint_explains_signal): Update.
3983 (create_signal_catchpoint): Change type of "filter" and
3984 "catch_all".
3985 (catch_signal_split_args): Return a std::vector. Change type of
3986 "catch_all".
3987 (catch_signal_command): Update.
3988
47e77640
PA
39892017-07-20 Pedro Alves <palves@redhat.com>
3990
3991 * ada-lang.c (ada_language_defn): Make extern.
3992 (_initialize_ada_language): Remove add_language call.
3993 * c-lang.c (c_language_defn, cplus_language_defn)
3994 (asm_language_defn, minimal_language_defn): Make extern.
3995 (_initialize_c_language): Delete.
3996 * completer.c (compare_cstrings): Delete, moved to utils.h.
3997 * d-lang.c (d_language_defn): Make extern.
3998 (_initialize_d_language): Remove add_language calls.
3999 * defs.h (enum language): Add comment.
4000 * f-lang.c (f_language_defn): Make extern.
4001 (_initialize_f_language): Remove add_language call.
4002 * go-lang.c (go_language_defn): Make extern.
4003 (_initialize_go_language): Remove add_language call.
4004 * language.c: Include <algorithm>.
4005 (languages): Redefine as const array.
4006 (languages_size, languages_allocsize, DEFAULT_ALLOCSIZE): Delete.
4007 (set_language_command): Handle "local". Use for-range loop.
4008 (set_language): Remove loop.
4009 (language_enum): Rewrite.
4010 (language_def, language_str): Remove loops.
4011 (add_language): Delete.
4012 (add_set_language_command): New, based on add_languages.
4013 (skip_language_trampoline): Adjust.
4014 (local_language_defn): Delete.
4015 (language_gdbarch_post_init): Adjust.
4016 (_initialize_language): Remove add_language calls. Call
4017 add_set_language_command.
4018 * language.h (add_language): Delete.
4019 (auto_language_defn)
4020 (unknown_language_defn, minimal_language_defn, ada_language_defn)
4021 (asm_language_defn, c_language_defn, cplus_language_defn)
4022 (d_language_defn, f_language_defn, go_language_defn)
4023 (m2_language_defn, objc_language_defn, opencl_language_defn)
4024 (pascal_language_defn, rust_language_defn): Declare.
4025 * m2-lang.c (m2_language_defn): Make extern.
4026 (_initialize_m2_language): Remove add_language call.
4027 * objc-lang.c (objc_language_defn): Make extern.
4028 (_initialize_objc_language): Remove add_language call.
4029 * opencl-lang.c (opencl_language_defn): Make extern.
4030 (_initialize_opencl_language): Remove add_language call.
4031 * p-lang.c (pascal_language_defn): Make extern.
4032 (_initialize_pascal_language): Delete.
4033 * rust-lang.c (rust_language_defn): Make extern.
4034 (_initialize_rust_language): Delete.
4035 * utils.h (compare_cstrings): New static inline function.
4036
edb0c9cb
PA
40372017-07-20 Pedro Alves <palves@redhat.com>
4038
4039 * ada-lang.c (ada_to_fixed_type_1): Adjust.
4040 (get_var_value): Constify parameters.
4041 (get_int_var_value): Change prototype.
4042 (to_fixed_range_type): Adjust.
4043 * ada-lang.h (get_int_var_value): Change prototype.
4044
a778f165
PA
40452017-07-20 Pedro Alves <palves@redhat.com>
4046
4047 * dwarf2read.c (dw2_lookup_symbol): Use
4048 SYMBOL_MATCHES_SEARCH_NAME.
4049 * psymtab.c (psym_lookup_symbol): Use SYMBOL_MATCHES_SEARCH_NAME.
4050
42edd901
PA
40512017-07-20 Pedro Alves <palves@redhat.com>
4052
4053 * block.c (block_iter_name_step, block_iter_name_first)
4054 (block_iter_name_next): Delete.
4055 (block_lookup_symbol_primary): Adjust to use
4056 dict_iter_match_first/dict_iter_match_next.
4057 * block.h (block_iter_name_first, block_iter_name_next): Delete
4058 declarations.
4059 (ALL_BLOCK_SYMBOLS_WITH_NAME): Adjust to use
4060 dict_iter_match_first/dict_iter_match_next.
4061
cf325299
PA
40622017-07-20 Pedro Alves <palves@redhat.com>
4063
4064 * cp-support.c (cp_find_first_component_aux): Add missing case for
4065 end of string.
4066
c5ed0576
DB
40672017-07-18 David Blaikie <dblaikie@gmail.com>
4068
4069 * dwarf2read.c (create_cus_hash_table): Re-add lost initialization
4070 of dwo_cu's dwo_file.
4071
27841e76
YQ
40722017-07-18 Yao Qi <yao.qi@linaro.org>
4073
4074 * remote.c (store_registers_using_G): Remove one line comment.
4075
cfb7e58b
YQ
40762017-07-18 Yao Qi <yao.qi@linaro.org>
4077
4078 * regcache.c (regcache_cpy): Simplify it.
4079 (regcache::cpy_no_passthrough): Remove it.
4080 * regcache.h (cpy_no_passthrough): Remove it.
4081 (regcache_dup, regcache_cpy): Update comments.
4082
386535dd
PA
40832017-07-18 Pedro Alves <palves@redhat.com>
4084
4085 * remote-sim.c (sim_command_completer): Adjust to work with a
4086 completion_tracker instead of a VEC.
4087
c45ec17c
PA
40882017-07-17 Pedro Alves <palves@redhat.com>
4089
4090 * completer.c (complete_source_filenames): New function.
4091 (complete_address_and_linespec_locations): New function.
4092 (location_completer): Use complete_address_and_linespec_locations.
4093 (completion_tracker::build_completion_result): Honor the tracker's
4094 request to suppress append.
4095 * completer.h (completion_tracker::suppress_append_ws)
4096 (completion_tracker::set_suppress_append_ws): New methods.
4097 (completion_tracker::m_suppress_append_ws): New field.
4098 (complete_source_filenames): New declaration.
4099 * linespec.c (linespec_complete_what): New.
4100 (struct ls_parser) <complete_what, completion_word,
4101 completion_quote_char, completion_quote_end, completion_tracker>:
4102 New fields.
4103 (string_find_incomplete_keyword_at_end): New.
4104 (linespec_lexer_lex_string): Record quote char. If in completion
4105 mode, don't throw.
4106 (linespec_lexer_consume_token): Advance the completion word point.
4107 (linespec_lexer_peek_token): Save/restore completion info.
4108 (save_stream_and_consume_token): New.
4109 (set_completion_after_number): New.
4110 (linespec_parse_basic): Set what to complete next depending on
4111 token. Handle function and label completions specially.
4112 (parse_linespec): Disable objc shortcut in completion mode. Set
4113 what to complete next depending on token type. Skip keyword if in
4114 completion mode.
4115 (complete_linespec_component, linespec_complete): New.
4116 * linespec.h (linespec_complete): Declare.
4117
be966d42
PA
41182017-07-17 Pedro Alves <palves@redhat.com>
4119
4120 * linespec.c (linespec_lexer_lex_string, find_toplevel_char):
4121 Handle 'operator<' / 'operator<<'.
4122
a2459270
PA
41232017-07-17 Pedro Alves <palves@redhat.com>
4124
4125 * completer.c (collect_explicit_location_matches): Handle
4126 MATCH_LABEL.
4127 (convert_explicit_location_to_linespec): New, factored out from
4128 ...
4129 (convert_explicit_location_to_sals): ... this.
4130 (complete_label): New.
4131 (linespec_complete_label, find_label_symbols_in_block): New.
4132 (find_label_symbols): Add completion_mode parameter and adjust to
4133 call find_label_symbols_in_block.
4134 * linespec.h (linespec_complete_label): Declare.
4135
c6756f62
PA
41362017-07-17 Pedro Alves <palves@redhat.com>
4137
4138 * ada-lang.c (ada_collect_symbol_completion_matches): Add
4139 complete_symbol_mode parameter.
4140 * cli/cli-cmds.c (complete_command): Get the completion result out
4141 of the handle_brkchars tracker if used a custom word point.
4142 * completer.c: Include "linespec.h".
4143 (enum explicit_location_match_type) <MATCH_LINE>: New enumerator.
4144 (advance_to_expression_complete_word_point): New.
4145 (completion_tracker::completes_to_completion_word): New.
4146 (complete_files_symbols): Pass down
4147 complete_symbol_mode::EXPRESSION.
4148 (explicit_options, probe_options): New.
4149 (collect_explicit_location_matches): Complete on the
4150 explictit_loc->foo instead of word. Use
4151 linespec_complete_function. Handle MATCH_LINE. Handle offering
4152 keyword and options completions.
4153 (backup_text_ptr): Delete.
4154 (skip_keyword): New.
4155 (complete_explicit_location): Remove 'word' parameter. Add
4156 language, quoted_arg_start and quoted_arg_end parameters.
4157 Rewrite, parsing left to right.
4158 (location_completer): Rewrite.
4159 (location_completer_handle_brkchars): New function.
4160 (symbol_completer): Pass down complete_symbol_mode::EXPRESSION.
4161 (enum complete_line_internal_reason): Adjust comments.
4162 (completion_tracker::discard_completions): New.
4163 (completer_handle_brkchars_func_for_completer): Handle
4164 location_completer.
4165 (gdb_custom_word_point_brkchars)
4166 (gdb_org_rl_basic_quote_characters): New.
4167 (gdb_completion_word_break_characters_throw)
4168 (completion_find_completion_word): Handle trackers that use a
4169 custom word point.
4170 (completion_tracker::advance_custom_word_point_by): New.
4171 (completion_tracker::build_completion_result): Don't rely on
4172 readline appending the quote char.
4173 (gdb_rl_attempted_completion_function_throw): Handle trackers that
4174 use a custom word point.
4175 (gdb_rl_attempted_completion_function): Restore
4176 rl_basic_quote_characters.
4177 * completer.h (class completion_tracker): Extend intro comment.
4178 (completion_tracker::set_quote_char)
4179 (completion_tracker::quote_char)
4180 (completion_tracker::set_use_custom_word_point)
4181 (completion_tracker::use_custom_word_point)
4182 (completion_tracker::custom_word_point)
4183 (completion_tracker::set_custom_word_point)
4184 (completion_tracker::advance_custom_word_point_by)
4185 (completion_tracker::completes_to_completion_word)
4186 (completion_tracker::discard_completions): New methods.
4187 (completion_tracker::m_quote_char)
4188 (completion_tracker::m_use_custom_word_point)
4189 (completion_tracker::m_custom_word_point): New fields.
4190 (advance_to_expression_complete_word_point): Declare.
4191 * f-lang.c (f_collect_symbol_completion_matches): Add
4192 complete_symbol_mode parameter.
4193 * language.h (struct language_defn)
4194 <la_collect_symbol_completion_matches>: Add complete_symbol_mode
4195 parameter.
4196 * linespec.c (linespec_keywords): Add NULL terminator. Make extern.
4197 (linespec_complete_function): New function.
4198 (linespec_lexer_lex_keyword): Adjust.
4199 * linespec.h (linespec_keywords, linespec_complete_function): New
4200 declarations.
4201 * location.c (find_end_quote): New function.
4202 (explicit_location_lex_one): Add explicit_completion_info
4203 parameter. Save quoting info. Don't throw if being called for
4204 completion. Don't handle Ada operators here.
4205 (is_cp_operator, skip_op_false_positives, first_of)
4206 (explicit_location_lex_one_function): New function.
4207 (string_to_explicit_location): Replace 'dont_throw' parameter with
4208 an explicit_completion_info pointer parameter. Handle it. Don't
4209 use explicit_location_lex_one to lex function names. Use
4210 explicit_location_lex_one_function instead.
4211 * location.h (struct explicit_completion_info): New.
4212 (string_to_explicit_location): Replace 'dont_throw' parameter with
4213 an explicit_completion_info pointer parameter.
4214 * symtab.c (default_collect_symbol_completion_matches_break_on):
4215 Add complete_symbol_mode parameter. Handle LINESPEC mode.
4216 (default_collect_symbol_completion_matches)
4217 (collect_symbol_completion_matches): Add complete_symbol_mode
4218 parameter.
4219 (collect_symbol_completion_matches_type): Pass down
4220 complete_symbol_mode::EXPRESSION.
4221 (collect_file_symbol_completion_matches): Add complete_symbol_mode
4222 parameter. Handle LINESPEC mode.
4223 * symtab.h (complete_symbol_mode): New.
4224 (default_collect_symbol_completion_matches_break_on)
4225 (default_collect_symbol_completion_matches)
4226 (collect_symbol_completion_matches)
4227 (collect_file_symbol_completion_matches): Add complete_symbol_mode
4228 parameter.
4229
1d550c82
PA
42302017-07-17 Pedro Alves <palves@redhat.com>
4231
4232 * utils.c (enum class strncmp_iw_mode): New.
4233 (strcmp_iw): Rename to ...
4234 (strncmp_iw_with_mode): ... this. Add string2_len and mode
4235 parameters. Handle them.
4236 (strncmp_iw): New.
4237 (strcmp_iw): Reimplement as wrapper around strncmp_iw_with_mode.
4238 * utils.h (strncmp_iw): Declare.
4239 (strcmp_iw): Move describing comments here.
4240
8090b426
PA
42412017-07-17 Pedro Alves <palves@redhat.com>
4242
4243 * c-exp.y (operator_stoken): Use CP_OPERATOR_LEN and
4244 CP_OPERATOR_STR.
4245 * c-typeprint.c (is_type_conversion_operator): Use
4246 CP_OPERATOR_STR.
4247 * cp-support.c (LENGTH_OF_OPERATOR): Delete.
4248 (cp_find_first_component_aux): Use CP_OPERATOR_STR and
4249 CP_OPERATOR_LEN.
4250 * cp-support.h (CP_OPERATOR_STR, CP_OPERATOR_LEN): New.
4251 * gnu-v2-abi.c (gnuv2_is_operator_name): Use CP_OPERATOR_STR.
4252 * gnu-v3-abi.c (gnuv3_is_operator_name): Use CP_OPERATOR_STR.
4253 * linespec.c (linespec_lexer_lex_string): Use CP_OPERATOR_LEN and
4254 CP_OPERATOR_STR.
4255 * location.c: Include "cp-support.h".
4256 (explicit_location_lex_one): Use CP_OPERATOR_LEN and
4257 CP_OPERATOR_STR.
4258 * symtab.c (operator_chars): Use CP_OPERATOR_STR and
4259 CP_OPERATOR_LEN.
4260
6a2c1b87
PA
42612017-07-17 Pedro Alves <palves@redhat.com>
4262
4263 * cli/cli-cmds.c (complete_command): Use a completion tracker
4264 along with completion_find_completion_word for handle_brkchars
4265 phase.
4266 * completer.c (RL_QF_SINGLE_QUOTE, RL_QF_DOUBLE_QUOTE)
4267 (RL_QF_BACKSLASH, RL_QF_OTHER_QUOTE): New.
4268 (struct gdb_rl_completion_word_info): New.
4269 (gdb_rl_find_completion_word): New.
4270 (completion_find_completion_word): New.
4271 * completer.h (completion_find_completion_word): Declare.
4272
eb3ff9a5
PA
42732017-07-17 Pedro Alves <palves@redhat.com>
4274
4275 * ada-lang.c (symbol_completion_match): Adjust comments.
4276 (symbol_completion_add): Replace vector parameter with
4277 completion_tracker parameter. Use it.
4278 (ada_make_symbol_completion_list): Rename to...
4279 (ada_collect_symbol_completion_matches): ... this. Add
4280 completion_tracker parameter and use it.
4281 (ada_language_defn): Adjust.
4282 * break-catch-syscall.c (catch_syscall_completer): Adjust
4283 prototype and work with completion_tracker instead of VEC.
4284 * breakpoint.c (condition_completer): Adjust prototype and work
4285 with completion_tracker instead of VEC.
4286 * c-lang.c (c_language_defn, cplus_language_defn)
4287 (asm_language_defn, minimal_language_defn): Adjust to renames.
4288 * cli/cli-cmds.c (complete_command): Rework using
4289 completion_tracker. Catch exceptions when completing.
4290 * cli/cli-decode.c (integer_unlimited_completer)
4291 (complete_on_cmdlist, complete_on_enum): Adjust prototype and work
4292 with completion_tracker instead of VEC.
4293 * command.h (struct completion_tracker): Forward declare.
4294 (completer_ftype, completer_handle_brkchars_ftype): Change
4295 types.
4296 (complete_on_cmdlist, complete_on_enum): Adjust.
4297 * completer.c: Include <algorithm>.
4298 (struct gdb_completer_state): New.
4299 (current_completion): New global.
4300 (readline_line_completion_function): Delete.
4301 (noop_completer, filename_completer)
4302 (filename_completer_handle_brkchars, complete_files_symbols)
4303 (linespec_location_completer): Adjust to work with a
4304 completion_tracker instead of a VEC.
4305 (string_or_empty): New.
4306 (collect_explicit_location_matches): Adjust to work with a
4307 completion_tracker instead of a VEC.
4308 (explicit_location_completer): Rename to ...
4309 (complete_explicit_location): ... this and adjust to work with a
4310 completion_tracker instead of a VEC.
4311 (location_completer): Adjust to work with a completion_tracker
4312 instead of a VEC.
4313 (add_struct_fields): Adjust to work with a completion_list instead
4314 of VEC.
4315 (expression_completer): Rename to ...
4316 (complete_expression): ... this and adjust to work with a
4317 completion_tracker instead of a VEC. Use complete_files_symbols.
4318 (expression_completer): Reimplement on top of complete_expression.
4319 (symbol_completer): Adjust to work with a completion_tracker
4320 instead of a VEC.
4321 (enum complete_line_internal_reason): Add describing comments.
4322 (complete_line_internal_normal_command): Adjust to work with a
4323 completion_tracker instead of a VEC.
4324 (complete_line_internal): Rename to ...
4325 (complete_line_internal_1): ... this and adjust to work with a
4326 completion_tracker instead of a VEC. Assert TEXT is NULL in the
4327 handle_brkchars phase.
4328 (new_completion_tracker): Delete.
4329 (complete_line_internal): Reimplement as TRY/CATCH wrapper around
4330 complete_line_internal_1.
4331 (free_completion_tracker): Delete.
4332 (INITIAL_COMPLETION_HTAB_SIZE): New.
4333 (completion_tracker::completion_tracker)
4334 (completion_tracker::~completion_tracker): New.
4335 (maybe_add_completion): Delete.
4336 (completion_tracker::maybe_add_completion)
4337 (completion_tracker::add_completion)
4338 (completion_tracker::add_completions): New.
4339 (throw_max_completions_reached_error): Delete.
4340 (complete_line): Adjust to work with a completion_tracker instead
4341 of a VEC. Don't create a completion_tracker_t or check for max
4342 completions here.
4343 (command_completer, command_completer_handle_brkchars)
4344 (signal_completer, reg_or_group_completer_1)
4345 (reg_or_group_completer, default_completer_handle_brkchars):
4346 Adjust to work with a completion_tracker.
4347 (gdb_completion_word_break_characters_throw): New.
4348 (gdb_completion_word_break_characters): Reimplement.
4349 (line_completion_function): Delete.
4350 (completion_tracker::recompute_lowest_common_denominator)
4351 (expand_preserving_ws)
4352 (completion_tracker::build_completion_result)
4353 (completion_result::completion_result)
4354 (completion_result::completion_result)
4355 (completion_result::~completion_result)
4356 (completion_result::completion_result)
4357 (completion_result::release_match_list, compare_cstrings)
4358 (completion_result::sort_match_list)
4359 (completion_result::reset_match_list)
4360 (gdb_rl_attempted_completion_function_throw)
4361 (gdb_rl_attempted_completion_function): New.
4362 * completer.h (completion_list, struct completion_result)
4363 (class completion_tracker): New.
4364 (complete_line): Add completion_tracker parameter.
4365 (readline_line_completion_function): Delete.
4366 (gdb_rl_attempted_completion_function): New.
4367 (noop_completer, filename_completer, expression_completer)
4368 (location_completer, symbol_completer, command_completer)
4369 (signal_completer, reg_or_group_completer): Update prototypes.
4370 (completion_tracker_t, new_completion_tracker)
4371 (make_cleanup_free_completion_tracker): Delete.
4372 (enum maybe_add_completion_enum): Delete.
4373 (maybe_add_completion): Delete.
4374 (throw_max_completions_reached_error): Delete.
4375 * corefile.c (complete_set_gnutarget): Adjust to work with a
4376 completion_tracker instead of a VEC.
4377 * cp-abi.c (cp_abi_completer): Adjust to work with a
4378 completion_tracker instead of a VEC.
4379 * d-lang.c (d_language_defn): Adjust.
4380 * disasm.c (disassembler_options_completer): Adjust to work with a
4381 completion_tracker instead of a VEC.
4382 * f-lang.c (f_make_symbol_completion_list): Rename to ...
4383 (f_collect_symbol_completion_matches): ... this. Adjust to work
4384 with a completion_tracker instead of a VEC.
4385 (f_language_defn): Adjust.
4386 * go-lang.c (go_language_defn): Adjust.
4387 * guile/scm-cmd.c (cmdscm_add_completion, cmdscm_completer):
4388 Adjust to work with a completion_tracker instead of a VEC.
4389 * infrun.c (handle_completer): Likewise.
4390 * interps.c (interpreter_completer): Likewise.
4391 * interps.h (interpreter_completer): Likewise.
4392 * language.c (unknown_language_defn, auto_language_defn)
4393 (local_language_defn): Adjust.
4394 * language.h (language_defn::la_make_symbol_completion_list):
4395 Rename to ...
4396 (language_defn::la_collect_symbol_completion_matches): ... this
4397 and adjust to work with a completion_tracker instead of a VEC.
4398 * m2-lang.c (m2_language_defn): Adjust.
4399 * objc-lang.c (objc_language_defn): Adjust.
4400 * opencl-lang.c (opencl_language_defn): Adjust.
4401 * p-lang.c (pascal_language_defn): Adjust.
4402 * python/py-cmd.c (cmdpy_completer_helper): Handle NULL word.
4403 (cmdpy_completer_handle_brkchars, cmdpy_completer): Adjust to work
4404 with a completion_tracker.
4405 * rust-lang.c (rust_language_defn): Adjust.
4406 * symtab.c (free_completion_list, do_free_completion_list)
4407 (return_val, completion_tracker): Delete.
4408 (completion_list_add_name, completion_list_add_symbol)
4409 (completion_list_add_msymbol, completion_list_objc_symbol)
4410 (completion_list_add_fields, add_symtab_completions): Add
4411 completion_tracker parameter and use it.
4412 (default_make_symbol_completion_list_break_on_1): Rename to...
4413 (default_collect_symbol_completion_matches_break_on): ... this.
4414 Add completion_tracker parameter and use it instead of allocating
4415 a completion tracker here.
4416 (default_make_symbol_completion_list_break_on): Delete old
4417 implementation.
4418 (default_make_symbol_completion_list): Delete.
4419 (default_collect_symbol_completion_matches): New.
4420 (make_symbol_completion_list): Delete.
4421 (collect_symbol_completion_matches): New.
4422 (make_symbol_completion_type): Rename to ...
4423 (collect_symbol_completion_matches_type): ... this. Add
4424 completion_tracker parameter and use it instead of VEC.
4425 (make_file_symbol_completion_list_1): Rename to...
4426 (collect_file_symbol_completion_matches): ... this. Add
4427 completion_tracker parameter and use it instead of VEC.
4428 (make_file_symbol_completion_list): Delete.
4429 (add_filename_to_list): Use completion_list instead of a VEC.
4430 (add_partial_filename_data::list): Now a completion_list.
4431 (make_source_files_completion_list): Work with a completion_list
4432 instead of a VEC.
4433 * symtab.h: Include "completer.h".
4434 (default_make_symbol_completion_list_break_on)
4435 (default_make_symbol_completion_list, make_symbol_completion_list)
4436 (make_symbol_completion_type, make_file_symbol_completion_list)
4437 (make_source_files_completion_list): Delete.
4438 (default_collect_symbol_completion_matches_break_on)
4439 (default_collect_symbol_completion_matches)
4440 (collect_symbol_completion_matches)
4441 (collect_symbol_completion_matches_type)
4442 (collect_file_symbol_completion_matches)
4443 (make_source_files_completion_list): New.
4444 * top.c (init_main): Don't install a rl_completion_entry_function
4445 hook. Install a rl_attempted_completion_function hook instead.
4446 * tui/tui-layout.c (layout_completer): Adjust to work with a
4447 completion_tracker.
4448 * tui/tui-regs.c (tui_reggroup_completer):
4449 * tui/tui-win.c (window_name_completer, focus_completer)
4450 (winheight_completer): Adjust to work with a completion_tracker.
4451 * value.c: Include "completer.h".
4452 (complete_internalvar): Adjust to work with a completion_tracker.
4453 * value.h (complete_internalvar): Likewise.
4454
6e1dbf8c
PA
44552017-07-17 Pedro Alves <palves@redhat.com>
4456
4457 * cli/cli-decode.c (set_cmd_completer_handle_brkchars): Adjust to
4458 renames.
4459 * cli/cli-decode.h (struct cmd_list_element) <completer>: Move
4460 comments to completer_ftype's declaration.
4461 <completer_handle_brkchars>: Change type to
4462 completer_handle_brkchars_ftype.
4463 * command.h (completer_ftype): Add describing comment and give
4464 names to parameters.
4465 (completer_ftype_void): Rename to ...
4466 (completer_handle_brkchars_ftype) ... this. Add describing comment.
4467 (set_cmd_completer_handle_brkchars): Adjust.
4468 * completer.c (filename_completer_handle_brkchars): New function.
4469 (complete_line_internal_normal_command): New function, factored
4470 out from ...
4471 (complete_line_internal): ... here.
4472 (command_completer_handle_brkchars)
4473 (default_completer_handle_brkchars)
4474 (completer_handle_brkchars_func_for_completer): New functions.
4475 * completer.h (set_gdb_completion_word_break_characters): Delete
4476 declaration.
4477 (completer_handle_brkchars_func_for_completer): New declaration.
4478 * python/py-cmd.c (cmdpy_completer_handle_brkchars): Adjust to use
4479 completer_handle_brkchars_func_for_completer.
4480
78b13106
PA
44812017-07-17 Pedro Alves <palves@redhat.com>
4482
4483 * completer.c (symbol_completer): New function, based on
4484 make_symbol_completion_list_fn.
4485 * completer.h (symbol_completer): New declaration.
4486 * guile/scm-cmd.c (cmdscm_completers): Adjust.
4487 * python/py-cmd.c (completers): Adjust.
4488 * symtab.c (make_symbol_completion_list_fn): Delete.
4489 * symtab.h (make_symbol_completion_list_fn): Delete.
4490 * cli/cli-decode.c (add_cmd): Adjust.
4491
bbf2f4df
PA
44922017-07-17 Pedro Alves <palves@redhat.com>
4493
4494 * Makefile.in (COMMON_OBS): Add filename-seen-cache.o.
4495 * dwarf2read.c: Include "filename-seen-cache.h".
4496 * dwarf2read.c (dwarf2_per_objfile) <filenames_cache>: New field.
4497 (dw2_map_symbol_filenames): Build and use a filenames_seen_cache.
4498 * filename-seen-cache.c: New file.
4499 * filename-seen-cache.h: New file.
4500 * symtab.c: Include "filename-seen-cache.h".
4501 (struct filename_seen_cache, INITIAL_FILENAME_SEEN_CACHE_SIZE)
4502 (create_filename_seen_cache, clear_filename_seen_cache)
4503 (delete_filename_seen_cache, filename_seen): Delete, parts moved
4504 to filename-seen-cache.h/filename-seen-cache.c.
4505 (output_source_filename, sources_info)
4506 (maybe_add_partial_symtab_filename)
4507 (make_source_files_completion_list): Adjust to use
4508 filename_seen_cache.
4509
330cdd98
PA
45102017-07-17 Pedro Alves <palves@redhat.com>
4511
4512 * dwarf2read.c (dwarf2_per_objfile): In-class initialize all
4513 fields.
4514 (dwarf2_per_objfile::dwarf2_per_objfile(objfile*, const
4515 dwarf2_debug_sections*)): New.
4516 (dwarf2_per_objfile::dwarf2_per_objfile(const
4517 dwarf2_per_objfile&)): Declare as deleted.
4518 (dwarf2_per_objfile::operator=): Declare as deleted.
4519 (dwarf2_per_objfile::dwarf2_per_objfile)
4520 (dwarf2_per_objfile::~dwarf2_per_objfile)
4521 (dwarf2_per_objfile::free_cached_comp_units): New.
4522 (dwarf2_has_info): dwarf2_per_objfile initialization code moved to
4523 ctor. Call dwarf2_per_objfile's ctor manually.
4524 (dwarf2_locate_sections): Deleted/refactored as ...
4525 (dwarf2_per_objfile::locate_sections): ... this new method.
4526 (free_cached_comp_units): Defer to
4527 dwarf2_per_objfile::free_cached_comp_units.
4528 (dwarf2_free_objfile): Call dwarf2_per_objfile's dtor manually.
4529
8880f2a9
TT
45302017-07-14 Tom Tromey <tom@tromey.com>
4531
4532 PR rust/21764:
4533 * rust-exp.y (convert_ast_to_expression): Add "want_type"
4534 parameter.
4535 <UNOP_SIZEOF>: Split into separate case.
4536 <UNOP_VAR_VALUE>: Handle want_type. Add error case.
4537
65547233
TT
45382017-07-14 Tom Tromey <tom@tromey.com>
4539
4540 PR rust/21763:
4541 * symtab.c (symbol_matches_domain): Add language_rust to special
4542 case.
4543 * rust-exp.y (convert_ast_to_expression) <OP_VAR_VALUE>: Don't
4544 treat LOC_TYPEDEF symbols as variables.
4545
8f14146e
PA
45462017-07-14 Pedro Alves <palves@redhat.com>
4547
4548 * symtab.c (make_file_symbol_completion_list_1): Iterate over
4549 symtabs matching all symtabs with SRCFILE as file name instead of
4550 only considering the first hit, with lookup_symtab.
4551
2347965c
SM
45522017-07-14 Simon Marchi <simon.marchi@ericsson.com>
4553
4554 * ax-gdb.c (gen_aggregate_elt_ref): Remove operand_name and
4555 operator_name parameters.
4556 (gen_expr): Update function call.
4557
40f4af28
SM
45582017-07-14 Simon Marchi <simon.marchi@ericsson.com>
4559
4560 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Remove gdbarch
4561 parameter.
4562 * symtab.h (struct symbol_computed_ops::tracepoint_var_ref):
4563 Likewise.
4564 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove gdbarch
4565 parameter, use agent_expr::gdbarch instead, update function
4566 calls.
4567 (locexpr_tracepoint_var_ref): Likewise.
4568 (loclist_tracepoint_var_ref): Likewise.
4569 * ax-gdb.c (gen_trace_static_fields): Likewise.
4570 (gen_traced_pop): Likewise.
4571 (gen_frame_args_address): Likewise.
4572 (gen_frame_locals_address): Likewise.
4573 (gen_var_ref): Likewise.
4574 (gen_struct_ref_recursive): Likewise.
4575 (gen_static_field): Likewise.
4576 (gen_maybe_namespace_elt): Likewise.
4577 (gen_expr): Likewise.
4578 (gen_trace_for_var): Likewise.
4579 (gen_trace_for_expr): Likewise.
4580 (gen_trace_for_return_address): Likewise.
4581
053f8057
SM
45822017-07-14 Simon Marchi <simon.marchi@ericsson.com>
4583
4584 * ax-gdb.c (gen_deref, gen_address_of): Remove unused ax
4585 parameter.
4586 (gen_struct_ref, gen_expr, gen_expr_binop_rest): Update call.
4587
6661ad48
SM
45882017-07-14 Simon Marchi <simon.marchi@ericsson.com>
4589
4590 * ax-gdb.c (gen_usual_unary): Remove exp parameter, get gdbarch
4591 from ax, update calls.
4592 (gen_usual_arithmetic): Likewise.
4593 (gen_integral_promotions): Likewise.
4594 (gen_bitfield_ref): Likewise.
4595 (gen_primitive_field): Likewise.
4596 (gen_struct_ref_recursive): Likewise.
4597 (gen_struct_ref): Likewise.
4598 (gen_maybe_namespace_elt): Likewise.
4599 (gen_struct_elt_for_reference): Likewise.
4600 (gen_namespace_elt): Likewise.
4601 (gen_aggregate_elt_ref): Likewise.
4602 (gen_expr): Get gdbarch from ax, update calls.
4603 (gen_expr_binop_rest): Likewise.
4604
c55a47e7
PA
46052017-07-13 Pedro Alves <palves@redhat.com>
4606
4607 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Pass tdesc_amd64
4608 as default tdesc.
4609 * amd64-dicos-tdep.c (amd64_dicos_init_abi):
4610 * amd64-fbsd-tdep.c (amd64fbsd_init_abi):
4611 * amd64-linux-tdep.c (amd64_linux_init_abi): Pass
4612 tdesc_amd64_linux as default tdesc. Get final tdesc from the
4613 tdep.
4614 (amd64_x32_linux_init_abi): Pass tdesc_x32_linux as default tdesc.
4615 Get final tdesc from the tdep.
4616 * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Pass tdesc_amd64 as
4617 default tdesc.
4618 * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
4619 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
4620 * amd64-tdep.c (amd64_init_abi): Add 'default_tdesc' parameter.
4621 Use it as default tdesc.
4622 (amd64_x32_init_abi): Add 'default_tdesc' parameter, and pass it
4623 down to amd_init_abi. No longer handle fallback tdesc here.
4624 * amd64-tdep.h (tdesc_x32): Declare.
4625 (amd64_init_abi, amd64_x32_init_abi): Add 'default_tdesc'
4626 parameter.
4627 * amd64-windows-tdep.c (amd64_windows_init_abi): Pass tdesc_amd64
4628 as default tdesc.
4629
55efceab
AA
46302017-07-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4631
4632 * s390-linux-tdep.c (s390_process_record): Add support for
4633 instructions new in arch12.
4634
0aa37b65
JB
46352017-07-11 John Baldwin <jhb@FreeBSD.org>
4636
4637 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
4638 PT_GETFSBASE and PT_GETGSBASE.
4639 (amd64bsd_store_inferior_registers): Use PT_SETFSBASE and
4640 PT_SETGSBASE.
4641
48aeef91
JB
46422017-07-11 John Baldwin <jhb@FreeBSD.org>
4643
4644 * features/Makefile (amd64.dat, amd64-avx.dat, amd64-mpx.dat)
4645 (amd64-avx-mpx.dat, amd64-avx-avx512.dat)
4646 (amd64-avx-mpx-avx512-pku.dat): Add i386/64bit-segments.xml in
4647 those rules.
4648 * features/i386/amd64-avx-avx512.xml: Add 64bit-segments.xml.
4649 * features/i386/amd64-avx-mpx-avx512-pku.xml: Add 64bit-segments.xml.
4650 * features/i386/amd64-avx-mpx.xml: Add 64bit-segments.xml.
4651 * features/i386/amd64-avx.xml: Add 64bit-segments.xml.
4652 * features/i386/amd64-mpx.xml: Add 64bit-segments.xml.
4653 * features/i386/amd64.xml: Add 64bit-segments.xml.
4654 * features/i386/amd64-avx-avx512.c: Regenerated.
4655 * features/i386/amd64-avx-mpx-avx512-pku.c: Regenerated.
4656 * features/i386/amd64-avx-mpx.c: Regenerated.
4657 * features/i386/amd64-avx.c: Regenerated.
4658 * features/i386/amd64-mpx.c: Regenerated.
4659 * features/i386/amd64.c: Regenerated.
4660 * regformats/i386/amd64-avx-avx512.dat: Regenerated.
4661 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
4662 * regformats/i386/amd64-avx-mpx.dat: Regenerated.
4663 * regformats/i386/amd64-avx.dat: Regenerated.
4664 * regformats/i386/amd64-mpx.dat: Regenerated.
4665 * regformats/i386/amd64.dat: Regenerated.
4666
77c501bc
YQ
46672017-07-10 Yao Qi <yao.qi@linaro.org>
4668
4669 * features/i386/amd64-avx-avx512-linux.c: Re-generated.
4670 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
4671
6dc8d757
AK
46722017-07-10 Anton Kolesov <Anton.Kolesov@synopsys.com>
4673
4674 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add setenv and
4675 unsetenv.
4676 * gnulib/aclocal.m4: Regenerate.
4677 * gnulib/config.in: Regenerate.
4678 * gnulib/configure: Regenerate.
4679 * gnulib/import/Makefile.am: Regenerate.
4680 * gnulib/import/Makefile.in: Regenerate.
4681 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
4682 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
4683 * gnulib/import/m4/environ.m4: New file.
4684 * gnulib/import/m4/setenv.m4: New file.
4685 * gnulib/import/setenv.c: New file.
4686 * gnulib/import/unsetenv.c: New file.
4687
266934d1
SM
46882017-07-09 Simon Marchi <simon.marchi@ericsson.com>
4689
4690 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Read
4691 address when op is DW_OP_addr.
4692
03278692
TT
46932017-07-09 Tom Tromey <tom@tromey.com>
4694
4695 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Reverse size
4696 check and apply to outer type.
4697
4b654465
JB
46982017-07-07 John Baldwin <jhb@FreeBSD.org>
4699
4700 * fbsd-tdep.c (LWPINFO_OFFSET, LWPINFO_PL_FLAGS)
4701 (LWPINFO64_PL_SIGINFO, LWPINFO32_PL_SIGINFO, PL_FLAG_SI)
4702 (SIZE64_SIGINFO_T, SIZE32_SIGINFO_T, fbsd_core_xfer_siginfo): New.
4703 (fbsd_init_abi): Install gdbarch "core_xfer_siginfo" method.
4704
2af9fc44
JB
47052017-07-07 John Baldwin <jhb@FreeBSD.org>
4706
4707 * fbsd-tdep.c (fbsd_core_thread_name): Use thread_section_name.
4708
382b69bb
JB
47092017-07-07 John Baldwin <jhb@FreeBSD.org>
4710
4711 * corelow.c (get_core_siginfo): Remove.
4712 (core_xfer_partial): Use the gdbarch "core_xfer_siginfo" method
4713 instead of get_core_siginfo.
4714 * gdbarch.sh (core_xfer_siginfo): New gdbarch callback.
4715 * gdbarch.h: Re-generate.
4716 * gdbarch.c: Re-generate.
4717 * linux-tdep.c (linux_core_xfer_siginfo): New.
4718 (linux_init_abi): Install gdbarch "core_xfer_siginfo" method.
4719
6e5eab33
JB
47202017-07-07 John Baldwin <jhb@FreeBSD.org>
4721
4722 * corelow.c (thread_section_name): Move to ...
4723 * gdbcore.h (thread_section_name): ... here.
4724
929edea9
JB
47252017-07-07 John Baldwin <jhb@FreeBSD.org>
4726
4727 * fbsd-nat.c [PT_LWPINFO && __LP64__] (union sigval32)
4728 (struct siginfo32): New.
4729 [PT_LWPINFO] (fbsd_siginfo_size, fbsd_convert_siginfo): New.
4730 (fbsd_xfer_partial) [PT_LWPINFO]: Handle TARGET_OBJECT_SIGNAL_INFO
4731 via ptrace(PT_LWPINFO).
4732
762c974a
JB
47332017-07-07 John Baldwin <jhb@FreeBSD.org>
4734
4735 * fbsd-tdep.c (fbsd_gdbarch_data_handle, struct fbsd_gdbarch_data)
4736 (init_fbsd_gdbarch_data, get_fbsd_gdbarch_data)
4737 (fbsd_get_siginfo_type): New.
4738 (fbsd_init_abi): Install gdbarch "get_siginfo_type" method.
4739 (_initialize_fbsd_tdep): New.
4740
33c5cd75
DB
47412017-07-06 David Blaikie <dblaikie@gmail.com>
4742
4743 * dwarf2read.c (struct dwo_file): Use a htab of dwo_unit* (rather than
4744 a singular dwo_unit*) to support multiple CUs in the same way that
4745 multiple TUs are supported.
4746 (create_cus_hash_table): Replace create_dwo_cu with a function for
4747 parsing multiple CUs from a DWO file.
4748 (open_and_init_dwo_file): Use create_cus_hash_table rather than
4749 create_dwo_cu.
4750 (lookup_dwo_cutu): Lookup CU in the hash table in the dwo_file with
4751 htab_find, rather than comparing the signature to a singleton CU in
4752 the dwo_file.
4753
8455d262
PA
47542017-07-06 Pedro Alves <palves@redhat.com>
4755
4756 * python/py-unwind.c (pyuw_dealloc_cache): Fix for loop condition.
4757
4da3eb35
PA
47582017-07-04 Pedro Alves <palves@redhat.com>
4759
4760 * gdbtypes.c (recursive_dump_type): Don't reference TYPE_STATIC.
4761 * gdbtypes.h (TYPE_STATIC): Delete.
4762 (struct fn_field) <is_public, is_abstract, is_static, is_final,
4763 is_synchronized, is_native>: Delete.
4764 <dummy>: Bump.
4765 (TYPE_FN_FIELD_PUBLIC, TYPE_FN_FIELD_STATIC, TYPE_FN_FIELD_FINAL)
4766 (TYPE_FN_FIELD_SYNCHRONIZED, TYPE_FN_FIELD_NATIVE)
4767 (TYPE_FN_FIELD_ABSTRACT): Delete.
4768
5bfd255c
SM
47692017-07-03 Simon Marchi <simon.marchi@ericsson.com>
4770
4771 * buffer.h (buffer_finish): Fix spelling mistakes.
4772
25c54127
EZ
47732017-07-01 Eli Zaretskii <eliz@gnu.org>
4774
4775 * .dir-locals.el: Automatically switch to C-style comments in
4776 versions of Emacs that support the feature.
4777
dc4bde35
SDJ
47782017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4779 Pedro Alves <palves@redhat.com>
4780
4781 PR cli/21688
4782 * cli/cli-script.c (command_name_equals_not_inline): Remove function.
4783 (process_next_line): New variable 'inline_cmd'.
4784 Adjust 'if' clauses for "python", "compile" and "guile" to use
4785 'command_name_equals' and check for '!inline_cmd'.
4786
51ed89aa
SDJ
47872017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4788
4789 PR cli/21688
4790 * cli/cli-script.c (command_name_equals_not_inline): New function.
4791 (process_next_line): Adjust 'if' clauses for "python", "compile"
4792 and "guile" to use command_name_equals_not_inline.
4793
eb17d413
PA
47942017-06-29 Pedro Alves <palves@redhat.com>
4795
4796 * completer.c (expression_completer): Call
4797 linespec_location_completer instead of location_completer.
4798
195bcdd5
PA
47992017-06-29 Pedro Alves <palves@redhat.com>
4800
4801 * completer.c (expression_completer): Remove code that recomputes
4802 'text' from 'word'.
4803
adc764e7
YQ
48042017-06-29 Yao Qi <yao.qi@linaro.org>
4805
4806 * regformats/regdat.sh: Generate code with
4807 "ifndef IN_PROCESS_AGENT".
4808
6e75794e
PA
48092017-06-28 Pedro Alves <palves@redhat.com>
4810
4811 * command.h: Include "common/scoped_restore.h".
4812
bc491f2e
YQ
48132017-06-28 Yao Qi <yao.qi@linaro.org>
4814
4815 * mi/mi-cmd-break.c (mi_argv_to_format): Use obstack_grow_str
4816 instead of obstack_grow.
4817
41664b45
DG
48182017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4819
4820 PR gdb/21337
4821 * symfile.c (reread_symbols): Call objfiles_changed just before
4822 read_symbols.
4823
6da67eb1
PA
48242017-06-27 Pedro Alves <palves@redhat.com>
4825
4826 * symtab.c (COMPLETION_LIST_ADD_SYMBOL)
4827 (MCOMPLETION_LIST_ADD_SYMBOL): Delete macros, replace with ...
4828 (completion_list_add_symbol, completion_list_add_msymbol):
4829 ... these new functions.
4830 (add_symtab_completions)
4831 (default_make_symbol_completion_list_break_on_1): Adjust.
4832
23732b1e
PA
48332017-06-27 Pedro Alves <palves@redhat.com>
4834
4835 * objfiles.c (get_objfile_bfd_data): Call bfd_alloc instead of
4836 bfd_zalloc. Call objfile_per_bfd_storage's ctor.
4837 (free_objfile_per_bfd_storage): Call objfile_per_bfd_storage's
4838 dtor.
4839 * objfiles.h (objfile_per_bfd_storage): Add ctor. Make
4840 'storage_obstack' field an auto_obstack. In-class initialize all
4841 non-bitfield fields. Make minsyms_read bool.
4842 * symfile.c (read_symbols): Adjust.
4843
a4d1e79a
AH
48442017-06-27 Alan Hayward <alan.hayward@arm.com>
4845
4846 * remote-sim.c (gdbsim_fetch_register): Use byte_vector.
4847 (gdbsim_store_register): Likewise.
4848
8268c778
PA
48492017-06-27 Pedro Alves <palves@redhat.com>
4850
4851 * c-exp.y (name_obstack): Now an auto_obstack.
4852 (yylex): Use auto_obstack::clear.
4853 (c_parse): Use auto_obstack::clear instead of reinitializing and
4854 freeing the obstack.
4855 * c-lang.c (evaluate_subexp_c): Use auto_obstack.
4856 * d-exp.y (name_obstack): Now an auto_obstack.
4857 (yylex): Use auto_obstack::clear.
4858 (d_parse): Use auto_obstack::clear instead of reinitializing and
4859 freeing the obstack.
4860 * dwarf2loc.c (fetch_const_value_from_synthetic_pointer): Use
4861 auto_obstack.
4862 * dwarf2read.c (create_addrmap_from_index)
4863 (dwarf2_build_psymtabs_hard)
4864 (update_enumeration_type_from_children): Likewise.
4865 * gdb_obstack.h (auto_obstack): New type.
4866 * go-exp.y (name_obstack): Now an auto_obstack.
4867 (build_packaged_name): Use auto_obstack::clear.
4868 (go_parse): Use auto_obstack::clear instead of reinitializing and
4869 freeing the obstack.
4870 * linux-tdep.c (linux_make_mappings_corefile_notes): Use
4871 auto_obstack.
4872 * printcmd.c (printf_wide_c_string, ui_printf): Use auto_obstack.
4873 * rust-exp.y (work_obstack): Now an auto_obstack.
4874 (rust_parse, rust_lex_tests): Use auto_obstack::clear instead of
4875 reinitializing and freeing the obstack.
4876 * utils.c (do_obstack_free, make_cleanup_obstack_free): Delete.
4877 (host_char_to_target): Use auto_obstack.
4878 * utils.h (make_cleanup_obstack_free): Delete declaration.
4879 * valprint.c (generic_emit_char, generic_printstr): Use
4880 auto_obstack.
4881
db665f42
SM
48822017-06-27 Simon Marchi <simon.marchi@ericsson.com>
4883
4884 * darwin-nat.c (darwin_check_new_threads): Don't handle dummy
4885 thread.
4886 (darwin_init_thread_list): Don't update dummy thread.
4887 (darwin_create_inferior, darwin_attach): Don't add a dummy thread.
4888
873c0814
SM
48892017-06-26 Simon Marchi <simon.marchi@ericsson.com>
4890
4891 * record-full.c (netorder16): Remove.
4892
8b5a7a6e
SM
48932017-06-26 Simon Marchi <simon.marchi@ericsson.com>
4894
4895 * common/diagnostics.h: Define macros for GCC.
4896 (DIAGNOSTIC_IGNORE_UNUSED_FUNCTION): New macro.
4897 * common/vec.h: Include diagnostics.h.
4898 (DIAGNOSTIC_IGNORE_UNUSED_VEC_FUNCTION): New macro.
4899 (DEF_VEC_I, DEF_VEC_P, DEF_VEC_O): Ignore -Wunused-function
4900 warning.
4901
d1435379
SM
49022017-06-26 Simon Marchi <simon.marchi@ericsson.com>
4903
4904 * common/diagnostics.h (DIAGNOSTIC_IGNORE_DEPRECATED_REGISTER):
4905 New macro.
4906 * ada-lex.l: Ignore deprecated register warnings.
4907
cc75e0fd
SM
49082017-06-25 Simon Marchi <simon.marchi@ericsson.com>
4909
4910 * main.c (get_init_files): Replace "SYSTEM_GDBINIT +
4911 datadir_len" with "&SYSTEM_GDBINIT[datadir_len]".
4912
07809eaf
SM
49132017-06-25 Simon Marchi <simon.marchi@ericsson.com>
4914
4915 * dtrace-probe.c (dtrace_process_dof_probe): Put semi-colon on
4916 its own line.
4917
f076f034
SM
49182017-06-25 Simon Marchi <simon.marchi@ericsson.com>
4919
4920 * nat/x86-dregs.c (x86_show_dr): Print registers one per line.
4921
0dd5cbc5
AH
49222017-06-23 Alan Hayward <alan.hayward@arm.com>
4923
4924 * xtensa-tdep.c (XTENSA_MAX_REGISTER_SIZE): Add.
4925 (xtensa_register_write_masked): Use XTENSA_MAX_REGISTER_SIZE.
4926 (xtensa_register_read_masked): Likewise.
4927
d4c6ce5b
SDJ
49282017-06-22 Sergio Durigan Junior <sergiodj@redhat.com>
4929
4930 * common/environ.c (gdb_environ::unset): Update comment.
4931
16892a03
AH
49322017-06-22 Alan Hayward <alan.hayward@arm.com>
4933
4934 * python/py-unwind.c (pyuw_sniffer): Allocate space for
4935 registers.
4936
d7dcbefc
AH
49372017-06-22 Alan Hayward <alan.hayward@arm.com>
4938
4939 * record-full.c (record_full_exec_insn): Use byte_vector.
4940
b30ff123
YQ
49412017-06-22 Yao Qi <yao.qi@linaro.org>
4942
4943 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Regenerated.
4944 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
4945
4fa847d7
AH
49462017-06-22 Alan Hayward <alan.hayward@arm.com>
4947
4948 * remote.c (cached_reg): Move from here...
4949 * regcache.h (cached_reg): ...to here.
4950 * python/py-unwind.c (struct reg_info): Remove.
4951 (cached_frame_info): Use cached_reg_t.
4952 (pyuw_prev_register): Likewise.
4953 (pyuw_sniffer): Use cached_reg_t and allocate registers.
4954 (pyuw_dealloc_cache): Free all registers.
4955
f4906a9a
PA
49562017-06-22 Pedro Alves <palves@redhat.com>
4957 Simon Marchi <simon.marchi@ericsson.com>
4958
4959 * unittests/environ-selftests.c (run_tests): Ignore -Wself-move
4960 warning.
4961 * common/diagnostics.h: New file.
4962
b45a1208
PA
49632017-06-22 Pedro Alves <palves@redhat.com>
4964
4965 * common/agent.h: Add include guards.
4966
e4da2c61
SM
49672017-06-21 Simon Marchi <simon.marchi@ericsson.com>
4968
4969 * target.h (struct target_ops) <to_xfer_partial>: Update doc to
4970 talk about addressable units instead of bytes.
4971
96160d60
SDJ
49722017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
4973
4974 * common/environ.c (gdb_environ::unset): Use '::iterator' instead
4975 of '::const_iterator'.
4976
9a6c7d9c
SDJ
49772017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
4978
4979 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
4980 'unittests/environ-selftests.c'.
4981 (SUBDIR_UNITTESTS_OBS): Add 'environ-selftests.o'.
4982 * charset.c (find_charset_names): Declare object 'iconv_env'.
4983 Update code to use 'iconv_env' object. Remove call to
4984 'free_environ'.
4985 * common/environ.c: Include <utility>.
4986 (make_environ): Delete function.
4987 (free_environ): Delete function.
4988 (gdb_environ::clear): New function.
4989 (gdb_environ::operator=): New function.
4990 (gdb_environ::get): Likewise.
4991 (environ_vector): Delete function.
4992 (set_in_environ): Delete function.
4993 (gdb_environ::set): New function.
4994 (unset_in_environ): Delete function.
4995 (gdb_environ::unset): New function.
4996 (gdb_environ::envp): Likewise.
4997 * common/environ.h: Include <vector>.
4998 (struct gdb_environ): Delete; transform into...
4999 (class gdb_environ): ... this class.
5000 (free_environ): Delete prototype.
5001 (init_environ, get_in_environ, set_in_environ, unset_in_environ,
5002 environ_vector): Likewise.
5003 * infcmd.c (run_command_1): Update code to call
5004 'envp' from 'gdb_environ' class.
5005 (environment_info): Update code to call methods from 'gdb_environ'
5006 class.
5007 (unset_environment_command): Likewise.
5008 (path_info): Likewise.
5009 (path_command): Likewise.
5010 * inferior.c (inferior::~inferior): Delete call to 'free_environ'.
5011 (inferior::inferior): Initialize 'environment' using the host's
5012 information.
5013 * inferior.h: Remove forward declaration of 'struct gdb_environ'.
5014 Include "environ.h".
5015 (class inferior) <environment>: Change type from 'struct
5016 gdb_environ' to 'gdb_environ'.
5017 * mi/mi-cmd-env.c (mi_cmd_env_path): Update code to call
5018 methods from 'gdb_environ' class.
5019 * solib.c (solib_find_1): Likewise
5020 * unittests/environ-selftests.c: New file.
5021
75c554cf
YQ
50222017-06-20 Yao Qi <yao.qi@linaro.org>
5023
5024 * features/i386/i386-linux.xml: Exchange the order of including
5025 32bit-linux.xml and 32bit-sse.xml.
5026 * features/i386/i386-linux.c: Regenerated.
5027
72ddacb7
YQ
50282017-06-20 Yao Qi <yao.qi@linaro.org>
5029
5030 * target-descriptions.c (tdesc_reg): Add ctor, dtor.
5031 Delete copy ctor and assignment operator.
5032 (tdesc_type): Likewise.
5033 (tdesc_feature): Likewise.
5034 (tdesc_free_reg): Remove.
5035 (tdesc_create_reg): Use new.
5036 (tdesc_free_type): Remove.
5037 (tdesc_create_vector): Use new.
5038 (tdesc_create_union): Likewise.
5039 (tdesc_create_flags): Likewise.
5040 (tdesc_create_enum): Likewise.
5041 (tdesc_free_feature): Delete.
5042 (free_target_description): Use delete.
5043
325c9fd4
JB
50442017-06-19 John Baldwin <jhb@FreeBSD.org>
5045
5046 * mips-tdep.c (print_gp_register_row): Don't error for unavailable
5047 registers.
5048
16b7a719
PA
50492017-06-19 Pedro Alves <palves@redhat.com>
5050
5051 * dwarf2read.c (write_psymtabs_to_index): Construct file_closer
5052 after gdb::unlinker.
5053
1c8e01c9
SDJ
50542017-06-19 Sergio Durigan Junior <sergiodj@redhat.com>
5055
5056 * mi/mi-cm-env.c (_initialize_mi_cmd_env): Use getenv instead of
5057 gdb_environ to access an environment variable.
5058
ffce45d2
TP
50592017-06-18 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5060
5061 * nat/linux-ptrace.c (linux_fork_to_function): Add cast to
5062 gdb_byte*.
5063
1d4fbac9
SM
50642017-06-17 Simon Marchi <simon.marchi@ericsson.com>
5065
5066 * nat/fork-inferior.h (trace_start_error): Add ATTRIBUTE_PRINTF.
5067
8465943a
SM
50682017-06-17 Simon Marchi <simon.marchi@ericsson.com>
5069
5070 * configure: Re-generate.
5071 * warning.m4 (build_warnings): Add -Wno-mismatched-tags.
5072
3e019bdc
SM
50732017-06-17 Simon Marchi <simon.marchi@ericsson.com>
5074
5075 * configure: Re-generate.
5076 * warning.m4: Pass -Werror to compiler when checking for
5077 supported warning flags.
5078
cf0dd6f0
SM
50792017-06-17 Simon Marchi <simon.marchi@ericsson.com>
5080
5081 * Makefile.in (COMPILE.pre): Add "-x c++".
5082
6f98355c
YQ
50832017-06-16 Alan Hayward <alan.hayward@arm.com>
5084 Pedro Alves <palves@redhat.com>
5085 Yao Qi <yao.qi@linaro.org>
5086
5087 * defs.h (RequireLongest): New.
5088 (extract_integer): Declare function template.
5089 (extract_signed_integer): Remove the declaration, but define it
5090 static inline.
5091 (extract_unsigned_integer): Likewise.
5092 (store_integer): Declare function template.
5093 (store_signed_integer): Remove the declaration, but define it
5094 static inline.
5095 (store_unsigned_integer): Likewise.
5096 * findvar.c (extract_integer): New function template.
5097 (extract_signed_integer): Remove.
5098 (extract_unsigned_integer): Remove.
5099 (extract_integer<LONGEST>, extract_integer<ULONGEST>): Explicit
5100 instantiations.
5101 (store_integer): New function template.
5102 (store_signed_integer): Remove.
5103 (store_unsigned_integer): Remove.
5104 (store_integer): Explicit instantiations.
5105 * regcache.c (regcache_raw_read_signed): Update.
5106 (regcache::raw_read): New function.
5107 (regcache::raw_read_signed): Remove.
5108 (regcache::raw_read_unsigned): Remove.
5109 (regcache_raw_read_unsigned): Update.
5110 (regcache_raw_write_unsigned): Update.
5111 (regcache::raw_write_signed): Remove.
5112 (regcache::raw_write): New function.
5113 (regcache_cooked_read_signed): Update.
5114 (regcache::raw_write_unsigned): Remove.
5115 (regcache::cooked_read_signed): Remove.
5116 (regcache_cooked_read_unsigned): Update.
5117 (regcache::cooked_read_unsigned): Remove.
5118 (regcache_cooked_write_signed): Update.
5119 (regcache_cooked_write_unsigned): Update.
5120 * regcache.h (regcache) <raw_read_signed>: Remove.
5121 <raw_write_signed, raw_read_unsigned, raw_write_unsigned>: Remove.
5122 <raw_read, raw_write>: New.
5123 <cooked_read_signed, cooked_write_signed>: Remove.
5124 <cooked_write_unsigned, cooked_read_unsigned>: Remove.
5125 <cooked_read, cooked_write>: New.
5126 * sh64-tdep.c (sh64_pseudo_register_read): Update.
5127 (sh64_pseudo_register_write): Update.
5128
a87dc45a
AK
51292017-06-16 Anton Kolesov <anton.kolesov@synopsys.com>
5130
5131 * arc-tdep.c (arc_disassembler_options): New variable.
5132 (arc_gdbarch_init): Set and use it. Use arc_delayed_print_insn instead
5133 of default_print_insn.
5134 (arc_delayed_print_insn): Set info->section when needed,
5135 use default_print_insn to retrieve a disassembler.
5136
45159d6a
SDJ
51372017-06-14 Sergio Durigan Junior <sergiodj@redhat.com>
5138
5139 PR gdb/21574
5140 * infcmd.c (_initialize_infcmd): Expand "help run" documentation
5141 to mention $SHELL and startup-with-shell.
5142
b46c4cf0
MF
51432017-06-14 Max Filippov <jcmvbkbc@gmail.com>
5144
5145 * MAINTAINERS: Move Maxim Grigoriev to the Past Maintainers.
5146
6394c606
YQ
51472017-06-14 Yao Qi <yao.qi@linaro.org>
5148
5149 * aarch64-tdep.c (aarch64_gdb_print_insn): Call
5150 default_print_insn instead of print_insn_aarch64.
5151 * arm-tdep.c (gdb_print_insn_arm): Call
5152 default_print_insn instead of print_insn_big_arm
5153 and print_insn_little_arm.
5154 * i386-tdep.c (i386_print_insn): Call default_print_insn
5155 instead of print_insn_i386.
5156 * ia64-tdep.c (ia64_print_insn): Call
5157 default_print_insn instead of print_insn_ia64.
5158 * mips-tdep.c (gdb_print_insn_mips): Call
5159 default_print_insn instead of print_insn_big_mips
5160 and print_insn_little_mips.
5161 * spu-tdep.c (gdb_print_insn_spu): Call default_print_insn
5162 instead of print_insn_spu.
5163
d5722aa2
PA
51642017-06-14 Pedro Alves <palves@redhat.com>
5165
5166 * ada-lang.c: Include "common/byte-vector.h".
5167 (ada_value_primitive_packed_val): Use gdb::byte_vector.
5168 * charset.c (wchar_iterator::iterate): Resize the vector instead
5169 of reserving it.
5170 * common/byte-vector.h: Include "common/def-vector.h".
5171 (wchar_iterator::m_out): Now a gdb::def_vector<gdb_wchar_t>.
5172 * cli/cli-dump.c: Include "common/byte-vector.h".
5173 (dump_memory_to_file, restore_binary_file): Use gdb::byte_vector.
5174 * common/byte-vector.h: New file.
5175 * common/def-vector.h: New file.
5176 * common/default-init-alloc.h: New file.
5177 * dwarf2loc.c: Include "common/byte-vector.h".
5178 (rw_pieced_value): Use gdb::byte_vector, and resize the vector
5179 instead of reserving it.
5180 * dwarf2read.c: Include "common/byte-vector.h".
5181 (data_buf::m_vec): Now a gdb::byte_vector.
5182 * gdb_regex.c: Include "common/def-vector.h".
5183 (compiled_regex::compiled_regex): Use gdb::def_vector<char>.
5184 * mi/mi-main.c: Include "common/byte-vector.h".
5185 (mi_cmd_data_read_memory): Use gdb::byte_vector.
5186 * printcmd.c: Include "common/byte-vector.h".
5187 (print_scalar_formatted): Use gdb::byte_vector.
5188 * valprint.c: Include "common/byte-vector.h".
5189 (maybe_negate_by_bytes, print_decimal_chars): Use
5190 gdb::byte_vector.
5191
01ec7a27
SM
51922017-06-13 Simon Marchi <simon.marchi@ericsson.com>
5193
5194 * darwin-nat.c: Include "nat/fork-inferior.h".
5195
848d9074
SM
51962017-06-13 Simon Marchi <simon.marchi@ericsson.com>
5197
5198 * configure.nat: Factor out Darwin bits that are not
5199 architecture-specific. Add fork-inferior.o.
5200
3b912944
SM
52012017-06-13 Simon Marchi <simon.marchi@ericsson.com>
5202
5203 * configure.nat: Factor out AIX bits that are not
5204 architecture-specific. Add fork-inferior.o.
5205
55acdf22
AA
52062017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5207
5208 * dwarf2loc.c (rw_pieced_value): New. Merge logic from...
5209 (read_pieced_value, write_pieced_value): ...here. Reduce to
5210 wrappers that just call rw_pieced_value.
5211
f65e2044
AA
52122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5213
5214 * dwarf2loc.c (write_pieced_value): When writing the data for a
5215 memory piece, use write_memory_with_notification instead of
5216 write_memory.
5217
23f945bf
AA
52182017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5219
5220 * valops.c (read_value_memory): Change embedded_offset to
5221 represent a bit offset instead of a byte offset.
5222 * value.h (read_value_memory): Adjust comment.
5223
f236533e
AA
52242017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5225
5226 * dwarf2loc.c (read_pieced_value): Remove unnecessary variables
5227 dest_offset_bits and source_offset_bits.
5228 (write_pieced_value): Likewise.
5229
65d84b76
AA
52302017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5231
5232 * dwarf2loc.c (read_pieced_value): Respect the piece offset, as
5233 given by DW_OP_bit_piece.
5234 (write_pieced_value): Likewise.
5235
242d31ab
AA
52362017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5237
5238 * dwarf2loc.c (read_pieced_value): Move the buffer allocation and
5239 some other preparations to the places where sufficient information
5240 is available.
5241 (write_pieced_value): Likewise.
5242
03c8af18
AA
52432017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5244
5245 * dwarf2loc.c (bits_to_bytes): New function.
5246 (read_pieced_value): Fix offset calculations for register pieces
5247 on big-endian targets.
5248 (write_pieced_value): Likewise.
5249
840989c1
AA
52502017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5251
5252 * dwarf2loc.c (read_pieced_value): Remove buffer_size variable.
5253 (write_pieced_value): Likewise.
5254
359b19bb
AA
52552017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5256
5257 * dwarf2loc.c (write_pieced_value): When writing to a bit-field,
5258 transfer the source value's least significant bits, instead of its
5259 lowest-addressed ones. Rename type_len to max_offset.
5260 (read_pieced_value): Mirror above changes to write_pieced_value as
5261 applicable.
5262
07c9ca3b
AA
52632017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5264
5265 * dwarf2loc.c (write_pieced_value): In DWARF_VALUE_MEMORY,
5266 truncate full bytes from dest_offset_bits before using it as an
5267 offset into the buffer.
5268
f1cc9874
AA
52692017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5270
5271 * dwarf2loc.c (write_pieced_value): Include transfer size in
5272 byte-wise check.
5273
cdaac320
AA
52742017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5275
5276 * dwarf2loc.c (write_pieced_value): Fix copy/paste error in the
5277 calculation of this_size.
5278
af547a96
AA
52792017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5280
5281 * dwarf2loc.c (read_pieced_value): Respect parent value's offset
5282 when targeting a bit-field.
5283 (write_pieced_value): Likewise.
5284
ddd7882a
AA
52852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5286
5287 * dwarf2loc.c (struct piece_closure) <addr_size>: Remove field.
5288 (allocate_piece_closure): Drop addr_size parameter.
5289 (dwarf2_evaluate_loc_desc_full): Adjust call to
5290 allocate_piece_closure.
5291
e9352324
AA
52922017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5293
5294 PR gdb/21226
5295 * dwarf2loc.c (read_pieced_value): Anchor stack value pieces at
5296 the LSB end, independent of endianness.
5297
d5d1163e
AA
52982017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5299
5300 * dwarf2loc.c (write_pieced_value): Fix order of calculations for
5301 size capping.
5302
032bb6ea
YQ
53032017-06-13 Yao Qi <yao.qi@linaro.org>
5304
5305 * mips-linux-nat.c: Move include features/mips*-linux.c to
5306 mips-linux-tdep.c.
5307 (_initialize_mips_linux_nat): Move initialize_tdesc_mips* calls
5308 to mips-linux-tdep.c.
5309 * mips-linux-tdep.c: Include features/mips*-linux.c
5310 (_initialize_mips_linux_tdep): Call initialize_tdesc_mips*
5311 functions.
5312 * mips-linux-tdep.h (tdesc_mips_linux): Declare.
5313 (tdesc_mips_dsp_linux, tdesc_mips64_linux): Declare.
5314 (tdesc_mips64_dsp_linux): Declare.
5315
f12f6bad
TT
53162017-06-12 Tom Tromey <tom@tromey.com>
5317
5318 * valprint.h (val_print_type_code_int): Remove.
5319 * valprint.c (generic_val_print_int): Always call
5320 val_print_scalar_formatted.
5321 (val_print_type_code_int): Remove.
5322 * printcmd.c (print_scalar_formatted): Handle options->format==0.
5323 * f-valprint.c (f_val_print): Use val_print_scalar_formatted.
5324 * c-valprint.c (c_val_print_int): Use val_print_scalar_formatted.
5325 * ada-valprint.c (ada_val_print_num): Use
5326 val_print_scalar_formatted.
5327
d9109c80
TT
53282017-06-12 Tom Tromey <tom@tromey.com>
5329
5330 * printcmd.c (print_scalar_formatted): Unify the two switches.
5331 Don't convert scalars to LONGEST.
5332
4ac0cb1c
TT
53332017-06-12 Tom Tromey <tom@tromey.com>
5334
5335 PR exp/16225:
5336 * valprint.h (print_decimal_chars): Update.
5337 * valprint.c (maybe_negate_by_bytes): New function.
5338 (print_decimal_chars): Add "is_signed" argument.
5339 * printcmd.c (print_scalar_formatted): Update.
5340
30a25466
TT
53412017-06-12 Tom Tromey <tom@tromey.com>
5342
5343 PR exp/16225:
5344 * valprint.h (print_binary_chars, print_hex_chars): Update.
5345 * valprint.c (val_print_type_code_int): Update.
5346 (print_binary_chars): Add "zero_pad" argument.
5347 (emit_octal_digit): New function.
5348 (print_octal_chars): Don't zero-pad.
5349 (print_decimal_chars): Likewise.
5350 (print_hex_chars): Add "zero_pad" argument.
5351 * sh64-tdep.c (sh64_do_fp_register): Update.
5352 * regcache.c (regcache::dump): Update.
5353 * printcmd.c (print_scalar_formatted): Update.
5354 * infcmd.c (default_print_one_register_info): Update.
5355
b3464d03
PA
53562017-06-12 Pedro Alves <palves@redhat.com>
5357 Alan Hayward <alan.hayward@arm.com>
5358
5359 * mips-tdep.c (MAX_MIPS_ABI_REGSIZE): New.
5360 (mips_eabi_push_dummy_call): Rename local 'regsize' to
5361 'abi_regsize'. Rename local array 'valbuf' to 'ref_valbuf', and
5362 use MAX_MIPS_ABI_REGSIZE instead of MAX_REGISTER_SIZE to size it.
5363 Assert that abi_regsize bytes fit in 'ref_valbuf'.
5364
4b76cda9
PA
53652017-06-12 Pedro Alves <palves@redhat.com>
5366
5367 * dwarf2read.c (mapped_symtab::data): Now a vector of
5368 symtab_index_entry instead of vector of
5369 std::unique_ptr<symtab_index_entry>. All users adjusted to check
5370 whether an element's name is NULL instead of checking whether the
5371 element itself is NULL.
5372 (find_slot): Change return type. Adjust.
5373 (hash_expand, , add_index_entry, uniquify_cu_indices)
5374 (write_hash_table): Adjust.
5375
e8f8bcb3
PA
53762017-06-12 Pedro Alves <palves@redhat.com>
5377
5378 * dwarf2read.c (recursively_count_psymbols): New function.
5379 (write_psymtabs_to_index): Call it to compute number of psyms and
5380 pass estimate size of psyms_seen to unordered_set's ctor.
5381
70a1152b
PA
53822017-06-12 Pedro Alves <palves@redhat.com>
5383
5384 * dwarf2read.c (write_hash_table): Check if key already exists
5385 before emplacing.
5386
c2f134ac
PA
53872017-06-12 Pedro Alves <palves@redhat.com>
5388
5389 * dwarf2read.c (data_buf::append_space): Rename to...
5390 (data_buf::grow): ... this, and make private. Adjust all callers.
5391 (data_buf::append_uint): New method.
5392 (add_address_entry, write_one_signatured_type)
5393 (write_psymtabs_to_index): Use it.
5394
a81e6d4d
PA
53952017-06-12 Pedro Alves <palves@redhat.com>
5396
5397 * dwarf2read.c (file_write(FILE *, const void *, size_t)): Delete.
5398 (file_write (FILE *, const std::vector<Elem>&)): Delete.
5399 (data_buf::file_write): Call ::fwrite directly.
5400
6fd931f2
PA
54012017-06-12 Pedro Alves <palves@redhat.com>
5402
5403 * dwarf2read.c (uniquify_cu_indices): Use std::unique and
5404 std::vector::erase.
5405
bc8f2430
JK
54062017-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5407
5408 Code cleanup: C++ify .gdb_index producer.
5409 * dwarf2read.c: Include <unordered_set> and <unordered_map>.
5410 (MAYBE_SWAP) [WORDS_BIGENDIAN]: Cast to offset_type.
5411 (struct strtab_entry, hash_strtab_entry, eq_strtab_entry)
5412 (create_strtab, add_string): Remove.
5413 (file_write, data_buf): New.
5414 (struct symtab_index_entry): Use std::vector for cu_indices.
5415 (struct mapped_symtab): Use std::vector for data.
5416 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry)
5417 (create_symbol_hash_table, create_mapped_symtab, cleanup_mapped_symtab):
5418 Remove.
5419 (find_slot): Change return type. Update it to the new data structures.
5420 (hash_expand, add_index_entry): Update it to the new data structures.
5421 (offset_type_compare): Remove.
5422 (uniquify_cu_indices): Update it to the new data structures.
5423 (c_str_view, c_str_view_hasher, vector_hasher): New.
5424 (add_indices_to_cpool): Remove.
5425 (write_hash_table): Update it to the new data structures.
5426 (struct psymtab_cu_index_map, hash_psymtab_cu_index)
5427 (eq_psymtab_cu_index): Remove.
5428 (psym_index_map): New typedef.
5429 (struct addrmap_index_data): Change addr_obstack pointer to data_buf
5430 reference and std::unordered_map for cu_index_htab.
5431 (add_address_entry, add_address_entry_worker, write_address_map)
5432 (write_psymbols): Update it to the new data structures.
5433 (write_obstack): Remove.
5434 (struct signatured_type_index_data): Change types_list to a data_buf
5435 reference and psyms_seen to a std::unordered_set reference.
5436 (write_one_signatured_type, recursively_write_psymbols)
5437 (write_psymtabs_to_index): Update it to the new data structures.
5438
c4dcb155
SM
54392017-06-11 Simon Marchi <simon.marchi@ericsson.com>
5440
5441 * NEWS (Changes since GDB 8.0): Announce {set,show} debug
5442 separate-debug-file commands.
5443 * symfile.h (separate_debug_file_debug): New global.
5444 * symfile.c (separate_debug_file_debug): New global.
5445 (separate_debug_file_exists, find_separate_debug_file): Add
5446 debug output.
5447 (_initialize_symfile): Add "set debug separate-debug-file"
5448 command.
5449 * build-id.c (build_id_to_debug_bfd,
5450 find_separate_debug_file_by_buildid): Add debug output.
5451
6d45d4b4
SM
54522017-06-10 Simon Marchi <simon.marchi@polymtl.ca>
5453
5454 * gdbarch.sh (displaced_step_free_closure): Remove.
5455 * gdbarch.h, gdbarch.c: Re-generate.
5456 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't set
5457 displaced_step_free_closure.
5458 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
5459 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
5460 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
5461 * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
5462 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
5463 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5464 * arch-utils.h (simple_displaced_step_free_closure): Remove.
5465 * arch-utils.c (simple_displaced_step_free_closure): Remove.
5466 * infrun.c (displaced_step_clear): Call xfree instead of
5467 gdbarch_displaced_step_free_closure.
5468
2f91880f
SDJ
54692017-06-08 Sergio Durigan Junior <sergiodj@redhat.com>
5470
5471 * common/common-utils.c (stringify_argv): Check for "arg[0] !=
5472 NULL".
5473
b8b6e72f
AH
54742017-06-08 Alan Hayward <alan.hayward@arm.com>
5475
5476 * mn10300-tdep.c (MN10300_MAX_REGISTER_SIZE): Add.
5477 (mn10300_extract_return_value): Use MN10300_MAX_REGISTER_SIZE.
5478 (mn10300_push_dummy_call): Likewise.
5479
5369082e
AH
54802017-06-08 Alan Hayward <alan.hayward@arm.com>
5481
5482 * mi/mi-main.c (register_changed_p): Use value_contents_eq.
5483
ff4ca5ac
AH
54842017-06-08 Alan Hayward <alan.hayward@arm.com>
5485
5486 * mi/mi-main.c (register_changed_p): Use cooked_read_value.
5487
aefd8b33
SDJ
54882017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5489
5490 * NEWS (Changes since GDB 8.0): Announce that GDBserver is now
5491 able to start inferiors using a shell.
5492 (New remote packets): Announce new packet "QStartupWithShell".
5493 * remote.c: Add PACKET_QStartupWithShell.
5494 (extended_remote_create_inferior): Handle new
5495 PACKET_QStartupWithShell.
5496 (remote_protocol_features) <QStartupWithShell>: New entry for
5497 PACKET_QStartupWithShell.
5498 (_initialize_remote): Call "add_packet_config_cmd" for
5499 QStartupShell.
5500
2090129c
SDJ
55012017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5502 Pedro Alves <palves@redhat.com>
5503
5504 * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-inferior.h"
5505 and "nat/fork-inferior.h".
5506 * common/common-inferior.h: New file, with contents from
5507 "gdb/inferior.h".
5508 * commom/common-utils.c: Include "common-utils.h".
5509 (stringify_argv): New function.
5510 * common/common-utils.h (stringify_argv): New prototype.
5511 * configure.nat: Add "fork-inferior.o" as a dependency for
5512 "*linux*", "fbsd*" and "nbsd*" hosts.
5513 * corefile.c (get_exec_file): Update comment.
5514 * darwin-nat.c (darwin_ptrace_him): Call "gdb_startup_inferior"
5515 instead of "startup_inferior".
5516 (darwin_create_inferior): Call "add_thread_silent" after
5517 "fork_inferior".
5518 * fork-child.c: Cleanup unnecessary includes.
5519 (SHELL_FILE): Move to "common/common-fork-child.c".
5520 (environ): Likewise.
5521 (exec_wrapper): Initialize.
5522 (get_exec_wrapper): New function.
5523 (breakup_args): Move to "common/common-fork-child.c"; rename to
5524 "breakup_args_for_exec".
5525 (escape_bang_in_quoted_argument): Move to
5526 "common/common-fork-child.c".
5527 (saved_ui): New variable.
5528 (prefork_hook): New function.
5529 (postfork_hook): Likewise.
5530 (postfork_child_hook): Likewise.
5531 (gdb_startup_inferior): Likewise.
5532 (fork_inferior): Move to "common/common-fork-child.c". Update
5533 function to support gdbserver.
5534 (startup_inferior): Likewise.
5535 * gdbcore.h (get_exec_file): Remove declaration.
5536 * gnu-nat.c (gnu_create_inferior): Call "gdb_startup_inferior"
5537 instead of "startup_inferior". Call "add_thread_silent" after
5538 "fork_inferior".
5539 * inf-ptrace.c: Include "nat/fork-inferior.h" and "utils.h".
5540 (inf_ptrace_create_inferior): Call "gdb_startup_inferior"
5541 instead of "startup_inferior". Call "add_thread_silent" after
5542 "fork_inferior".
5543 * inferior.h: Include "common-inferior.h".
5544 (trace_start_error): Move to "common/common-utils.h".
5545 (trace_start_error_with_name): Likewise.
5546 (fork_inferior): Move prototype to "nat/fork-inferior.h".
5547 (startup_inferior): Likewise.
5548 (gdb_startup_inferior): New prototype.
5549 * nat/fork-inferior.c: New file, with contents from "fork-child.c".
5550 * nat/fork-inferior.h: New file.
5551 * procfs.c (procfs_init_inferior): Call "gdb_startup_inferior"
5552 instead of "startup_inferior". Call "add_thread_silent" after
5553 "fork_inferior".
5554 * target.h (target_terminal_init): Move prototype to
5555 "target/target.h".
5556 (target_terminal_inferior): Likewise.
5557 (target_terminal_ours): Likewise.
5558 * target/target.h (target_terminal_init): New prototype, moved
5559 from "target.h".
5560 (target_terminal_inferior): Likewise.
5561 (target_terminal_ours): Likewise.
5562 * utils.c (gdb_flush_out_err): New function.
5563
043a4934
SDJ
55642017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5565
5566 * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-gdbthread.h".
5567 * common/common-gdbthread.h: New file, with parts from
5568 "gdb/gdbthread.h".
5569 * gdbthread.h: Include "common-gdbthread.h".
5570 (switch_to_thread): Moved to "common/common-gdbthread.h".
5571
15652511
SDJ
55722017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5573
5574 * Makefile.in (SFILES): Add "common/job-control.c".
5575 (HFILES_NO_SRCDIR): Add "common/job-control.h".
5576 (COMMON_OBS): Add "job-control.o".
5577 * common/job-control.c: New file, with contents from
5578 "gdb/inflow.c".
5579 * common/job-control.h: New file, with contents from "terminal.h".
5580 * fork-child.c: Include "job-control.h".
5581 * inflow.c: Include "job-control.h".
5582 (gdb_setpgid): Move to "common/common-inflow.c".
5583 (_initialize_inflow): Move setting of "job_control" to
5584 "handle_job_control".
5585 * terminal.h (job_control): Moved to "common/common-terminal.h".
5586 (gdb_setpgid): Likewise.
5587 * top.c: Include "job_control.h".
5588 * utils.c: Likewise.
5589 (job_control): Moved to "job-control.c".
5590
2d7cc5c7
PA
55912017-06-07 Pedro Alves <palves@redhat.com>
5592
5593 * Makefile.in (SFILES): Add gdb_regex.c.
5594 (COMMON_OBS): Add gdb_regex.o.
5595 * ada-lang.c (ada_add_standard_exceptions)
5596 (ada_add_exceptions_from_frame, name_matches_regex)
5597 (ada_add_global_exceptions, ada_exceptions_list_1): Change regex
5598 parameter type to compiled_regex. Adjust.
5599 (ada_exceptions_list): Use compiled_regex.
5600 * break-catch-throw.c (exception_catchpoint::pattern): Now a
5601 std::unique_ptr<compiled_regex>.
5602 (exception_catchpoint::~exception_catchpoint): Remove regfree
5603 call.
5604 (check_status_exception_catchpoint): Adjust to use compiled_regex.
5605 (handle_gnu_v3_exceptions): Adjust to use compiled_regex.
5606 * breakpoint.c (solib_catchpoint::compiled): Now a
5607 std::unique_ptr<compiled_regex>.
5608 (solib_catchpoint::~solib_catchpoint): Remove regfree call.
5609 (check_status_catch_solib): Adjust to use compiled_regex.
5610 (add_solib_catchpoint): Adjust to use compiled_regex.
5611 * cli/cli-cmds.c (apropos_command): Use compiled_regex.
5612 * cli/cli-decode.c (apropos_cmd): Change regex parameter to
5613 compiled_regex reference. Adjust to use it.
5614 * cli/cli-decode.h: Remove struct re_pattern_buffer forward
5615 declaration. Include "gdb_regex.h".
5616 (apropos_cmd): Change regex parameter to compiled_regex reference.
5617 * gdb_regex.c: New file.
5618 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Delete
5619 declarations.
5620 (class compiled_regex): New.
5621 * linux-tdep.c: Include "common/gdb_optional.h".
5622 (struct mapping_regexes): New, factored out from
5623 mapping_is_anonymous_p, and adjusted to use compiled_regex.
5624 (mapping_is_anonymous_p): Use mapping_regexes wrapped in a
5625 gdb::optional and remove cleanups. Adjust to compiled_regex.
5626 * probe.c: Include "common/gdb_optional.h".
5627 (collect_probes): Use compiled_regex and gdb::optional and remove
5628 cleanups.
5629 * skip.c: Include "common/gdb_optional.h".
5630 (skiplist_entry::compiled_function_regexp): Now a
5631 gdb::optional<compiled_regex>.
5632 (skiplist_entry::compiled_function_regexp_is_valid): Delete field.
5633 (free_skiplist_entry): Remove regfree call.
5634 (compile_skip_regexp, skip_rfunction_p): Adjust to use
5635 compiled_regex and gdb::optional.
5636 * symtab.c: Include "common/gdb_optional.h".
5637 (search_symbols): Use compiled_regex and gdb::optional.
5638 * utils.c (do_regfree_cleanup, make_regfree_cleanup)
5639 (get_regcomp_error, compile_rx_or_error): Delete. Some bits moved
5640 to gdb_regex.c.
5641
50d6adef
AH
56422017-06-07 Alan Hayward <alan.hayward@arm.com>
5643
5644 * regcache.c (regcache::save): Avoid buffer use.
5645 (regcache::dump): Likewise.
5646
4a8a33c8
AH
56472017-06-07 Alan Hayward <alan.hayward@arm.com>
5648
5649 * sh-tdep.c (sh_pseudo_register_read): Remove
5650 MAX_REGISTER_SIZE.
5651 (sh_pseudo_register_write): Likewise.
5652 * sh64-tdep.c (sh64_pseudo_register_read): Likewise.
5653 (sh64_pseudo_register_write): Likewise
5654
d1be909e
AH
56552017-06-07 Alan Hayward <alan.hayward@arm.com>
5656
5657 * aarch64-tdep.c (aarch64_store_return_value): Use
5658 V_REGISTER_SIZE.
5659 (aarch64_pseudo_read_value): Likewise.
5660 (aarch64_pseudo_write): Likewise.
5661
f4a65042
YQ
56622017-06-06 Yao Qi <yao.qi@linaro.org>
5663
5664 * regformats/regdef.h (set_register_cache): Remove the
5665 declaration.
5666
9f7fb0aa
AH
56672017-06-06 Alan Hayward <alan.hayward@arm.com>
5668
5669 * frame.c (frame_unwind_register_signed): Use
5670 frame_unwind_register_value.
5671
e1e01040
PA
56722017-06-06 Pedro Alves <palves@redhat.com>
5673
5674 PR breakpoints/21553
5675 * breakpoint.c (create_breakpoints_sal_default)
5676 (init_breakpoint_sal, create_breakpoint_sal): Use
5677 gdb::unique_xmalloc_ptr for string parameters.
5678 (create_breakpoint): Constify 'extra_string' and 'cond_string'
5679 parameters. Replace cleanups with gdb::unique_xmalloc_ptr.
5680 (base_breakpoint_create_breakpoints_sal)
5681 (bkpt_create_breakpoints_sal, tracepoint_create_breakpoints_sal)
5682 (strace_marker_create_breakpoints_sal)
5683 (create_breakpoints_sal_default): Use gdb::unique_xmalloc_ptr for
5684 string parameters.
5685 * breakpoint.h (breakpoint_ops::create_breakpoints_sal): Use
5686 gdb::unique_xmalloc_ptr for string parameters.
5687 (create_breakpoint): Constify 'extra_string' and 'cond_string'
5688 parameters.
5689
fbe654c8
AH
56902017-06-06 Alan Hayward <alan.hayward@arm.com>
5691
5692 * alpha-tdep.c (alpha_register_to_value): Use
5693 get_frame_register_value.
5694 (alpha_value_to_register): Use ALPHA_REGISTER_SIZE.
5695
ae0d01d6
AH
56962017-06-06 Alan Hayward <alan.hayward@arm.com>
5697
5698 * ia64-tdep.c (IA64_MAX_FP_REGISTER_SIZE) Add.
5699 (ia64_register_to_value): Use IA64_MAX_FP_REGISTER_SIZE.
5700 (ia64_value_to_register): Likewise.
5701 (ia64_extract_return_value): Likewise.
5702 (ia64_store_return_value): Likewise.
5703 (ia64_push_dummy_call): Likewise.
5704
49cf576c
JB
57052017-06-04 Joel Brobecker <brobecker@adacore.com>
5706
5707 GDB 8.0 released.
5708
26b6a6ab
SM
57092017-06-03 Simon Marchi <simon.marchi@ericsson.com>
5710
5711 * x86-linux-nat.c (struct arch_lwp_info): Remove.
5712
22827c51
SM
57132017-06-03 Simon Marchi <simon.marchi@polymtl.ca>
5714
5715 * linux-nat.c (linux_nat_post_attach_wait): Remove FIRST
5716 parameter.
5717 (linux_nat_attach): Adjust call to linux_nat_post_attach_wait.
5718
0e05cf3a
SM
57192017-06-02 Simon Marchi <simon.marchi@ericsson.com>
5720
5721 * event-loop.c (poll_timers): Unallocate timer using delete
5722 instead of xfree.
5723
c1fc2657
SM
57242017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
5725
5726 * breakpoint.h (struct breakpoint_ops) <dtor>: Remove.
5727 (struct breakpoint) <~breakpoint>: New.
5728 (struct watchpoint): Inherit from breakpoint.
5729 <~watchpoint>: New.
5730 <base>: Remove.
5731 (struct tracepoint): Inherit from breakpoint.
5732 <base>: Remove.
5733 * breakpoint.c (longjmp_breakpoint_ops): Remove.
5734 (struct longjmp_breakpoint): Inherit from breakpoint.
5735 <~longjmp_breakpoint>: New.
5736 <base>: Remove.
5737 (new_breakpoint_from_type): Remove casts.
5738 (watchpoint_in_thread_scope): Remove reference to base field.
5739 (watchpoint_del_at_next_stop): Likewise.
5740 (update_watchpoint): Likewise.
5741 (watchpoint_check): Likewise.
5742 (bpstat_check_watchpoint): Likewise.
5743 (set_longjmp_breakpoint): Likewise.
5744 (struct fork_catchpoint): Inherit from breakpoint.
5745 <base>: Remove.
5746 (struct solib_catchpoint): Inherit from breakpoint.
5747 <~solib_catchpoint>: New.
5748 <base>: Remove.
5749 (dtor_catch_solib): Change to ...
5750 (solib_catchpoint::~solib_catchpoint): ... this.
5751 (breakpoint_hit_catch_solib): Remove reference to base field.
5752 (add_solib_catchpoint): Likewise.
5753 (create_fork_vfork_event_catchpoint): Likewise.
5754 (struct exec_catchpoint): Inherit from breakpoint.
5755 <~exec_catchpoint>: New.
5756 <base>: Remove.
5757 (dtor_catch_exec): Change to ...
5758 (exec_catchpoint::~exec_catchpoint): ... this.
5759 (dtor_watchpoint): Change to ...
5760 (watchpoint::~watchpoint): ... this.
5761 (watch_command_1): Remove reference to base field.
5762 (catch_exec_command_1): Likewise.
5763 (base_breakpoint_dtor): Change to ...
5764 (breakpoint::~breakpoint): ... this.
5765 (base_breakpoint_ops): Remove dtor field value.
5766 (longjmp_bkpt_dtor): Change to ...
5767 (longjmp_breakpoint::~longjmp_breakpoint): ... this.
5768 (strace_marker_create_breakpoints_sal): Remove reference to base
5769 field.
5770 (delete_breakpoint): Don't manually call breakpoint destructor.
5771 (create_tracepoint_from_upload): Remove reference to base field.
5772 (trace_pass_set_count): Likewise.
5773 (initialize_breakpoint_ops): Don't initialize
5774 momentary_breakpoint_ops, don't set dtors.
5775 * ada-lang.c (struct ada_catchpoint): Inherit from breakpoint.
5776 <~ada_catchpoint>: New.
5777 <base>: Remove.
5778 (create_excep_cond_exprs): Remove reference to base field.
5779 (dtor_exception): Change to ...
5780 (ada_catchpoint::~ada_catchpoint): ... this.
5781 (dtor_catch_exception): Remove.
5782 (dtor_catch_exception_unhandled): Remove.
5783 (dtor_catch_assert): Remove.
5784 (create_ada_exception_catchpoint): Remove reference to base
5785 field.
5786 (initialize_ada_catchpoint_ops): Don't set dtors.
5787 * break-catch-sig.c (struct signal_catchpoint): Inherit from
5788 breakpoint.
5789 <~signal_catchpoint>: New.
5790 <base>: Remove.
5791 (signal_catchpoint_dtor): Change to ...
5792 (signal_catchpoint::~signal_catchpoint): ... this.
5793 (create_signal_catchpoint): Remove reference to base field.
5794 (initialize_signal_catchpoint_ops): Don't set dtor.
5795 * break-catch-syscall.c (struct syscall_catchpoint): Inherit
5796 from breakpoint.
5797 <~syscall_catchpoint>: New.
5798 <base>: Remove.
5799 (dtor_catch_syscall): Change to ...
5800 (syscall_catchpoint::~syscall_catchpoint): ... this.
5801 (create_syscall_event_catchpoint): Remove reference to base
5802 field.
5803 (initialize_syscall_catchpoint_ops): Don't set dtor.
5804 * break-catch-throw.c (struct exception_catchpoint): Inherit
5805 from breakpoint.
5806 <~exception_catchpoint>: New.
5807 <base>: Remove.
5808 (dtor_exception_catchpoint): Change to ...
5809 (exception_catchpoint::~exception_catchpoint): ... this.
5810 (handle_gnu_v3_exceptions): Remove reference to base field.
5811 (initialize_throw_catchpoint_ops): Don't set dtor.
5812 * ctf.c (ctf_get_traceframe_address): Remove reference to base
5813 field.
5814 * remote.c (remote_get_tracepoint_status): Likewise.
5815 * tracefile-tfile.c (tfile_get_traceframe_address): Likewise.
5816 * tracefile.c (tracefile_fetch_registers): Likewise.
5817 * tracepoint.c (actions_command): Likewise.
5818 (validate_actionline): Likewise.
5819 (tfind_1): Likewise.
5820 (get_traceframe_location): Likewise.
5821 (find_matching_tracepoint_location): Likewise.
5822 (parse_tracepoint_status): Likewise.
5823 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
5824
3b0871f4
SM
58252017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
5826
5827 * breakpoint.c (struct longjmp_breakpoint): New struct.
5828 (is_tracepoint_type): Change return type to bool.
5829 (is_longjmp_type): New function.
5830 (new_breakpoint_from_type): Handle longjmp kinds of breakpoints.
5831 (set_raw_breakpoint_without_location): Use
5832 new_breakpoint_from_type.
5833 (set_raw_breakpoint): Likewise.
5834
a5e364af
SM
58352017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
5836
5837 * breakpoint.c (new_breakpoint_from_type): New function.
5838 (create_breakpoint_sal): Use new_breakpoint_from_type and
5839 unique_ptr.
5840 (create_breakpoint): Likewise.
5841
ae3b3f34
SM
58422017-05-31 Simon Marchi <simon.marchi@ericsson.com>
5843
5844 * memattr.c (mem_info_command): Rename to ...
5845 (info_mem_command): ... this.
5846 (mem_enable_command): Rename to ...
5847 (enable_mem_command): ... this.
5848 (mem_disable_command): Rename to ...
5849 (disable_mem_command): ... this.
5850 (mem_delete_command): Rename to ...
5851 (delete_mem_command): ... this.
5852 (_initialize_mem): Adjust function names.
5853
13ace077
MM
58542017-05-31 Markus Metzger <markus.t.metzger@intel.com>
5855
5856 * btrace.c (handle_pt_insn_events): New.
5857 (ftrace_add_pt): Call handle_pt_insn_events. Rename ERRCODE into
5858 STATUS. Split into this and ...
5859 (handle_pt_insn_event_flags): ... this.
5860
c56ccc05
MM
58612017-05-31 Markus Metzger <markus.t.metzger@intel.com>
5862
5863 * configure.ac: Check for pt_insn_event, struct pt_insn.enabled,
5864 and struct pt_insn.resynced.
5865 * configure: Regenerated.
5866 * config.in: Regenerated.
5867
08c3f6d2
TW
58682017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
5869
5870 * btrace.c (ftrace_find_call_by_number): New function.
5871 (ftrace_new_function): Store objects, not pointers.
5872 (ftrace_find_call_by_number, ftrace_new_return, ftrace_new_switch,
5873 ftrace_new_gap, ftrace_update_function,
5874 ftrace_compute_global_level_offset, btrace_stich_bts, btrace_clear,
5875 btrace_insn_get, btrace_insn_get_error, btrace_insn_end,
5876 btrace_insn_next, btrace_insn_prev, ptrace_find_insn_by_number,
5877 btrace_ends_with_single_insn, btrace_call_get): Account for
5878 btrace_thread_info::functions now storing objects.
5879 * btrace.h (struct btrace_thread_info): Add constructor.
5880 (struct btrace_thread_info) <functions>: Make std::vector.
5881 (struct btrace_thread_info) <prev, next, up, insn, errcode, flags):
5882 Initialize with default values.
5883 * record-btrace.c (record_btrace_frame_sniffer): Account for
5884 btrace_thread_info::functions now storing objects.
5885
8ffd39f2
TW
58862017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
5887
5888 * btrace.c: Remove typedef bfun_s.
5889 (ftrace_new_gap): Directly add gaps to the list of gaps.
5890 (btrace_bridge_gaps, btrace_compute_ftrace_bts, pt_btrace_insn_flags,
5891 ftrace_add_pt, btrace_compute_ftrace_pt, btrace_compute_ftrace_1,
5892 btrace_finalize_ftrace, btrace_compute_ftrace): Use std::vector
5893 instead of gdb VEC.
5894
4aeb0dfc
TW
58952017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
5896
5897 * btrace.c (ftrace_fixup_caller, ftrace_new_return, ftrace_connect_bfun,
5898 ftrace_bridge_gap): Replace references to btrace_thread_info::segment
5899 with btrace_thread_info::next_segment and
5900 btrace_thread_info::prev_segment.
5901 * btrace.h: Remove struct btrace_func_link.
5902 (struct btrace_function): Replace pair of function segment pointers
5903 with pair of indices.
5904 * python/py-record-btrace.c (btpy_call_prev_sibling,
5905 btpy_call_next_sibling): Replace references to
5906 btrace_thread_info::segment with btrace_thread_info::next_segment and
5907 btrace_thread_info::prev_segment.
5908 * record-btrace.c (record_btrace_frame_this_id): Use
5909 btrace_find_call_by_number.
5910
eb8f2b9c
TW
59112017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
5912
5913 * btrace.c (ftrace_new_function, ftrace_fixup_level,
5914 ftrace_connect_bfun, ftrace_bridge_gap, btrace_bridge_gaps,
5915 btrace_insn_next, btrace_insn_prev): Remove references to
5916 btrace_thread_info::flow.
5917 * btrace.h (struct btrace_function): Remove FLOW.
5918
42bfe59e
TW
59192017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
5920
5921 * btrace.c (ftrace_find_call_by_number): New function.
5922 (ftrace_update_caller, ftrace_new_call, ftrace_new_tailcall,
5923 ftrace_get_caller, ftrace_find_call, ftrace_new_return,
5924 ftrace_match_backtrace, ftrace_connect_bfun, ftrace_connect_backtrace,
5925 ftrace_bridge_gap, btrace_bridge_gaps): Use btrace_function::up as an
5926 index.
5927 * btrace.h (struct btrace_function): Turn UP into an index.
5928 * python/py-record-btrace.c (btpy_call_up): Use btrace_function::up
5929 as an index.
5930 * record-btrace.c (record_btrace_frame_unwind_stop_reason,
5931 record_btrace_frame_prev_register, record_btrace_frame_sniffer,
5932 record_btrace_tailcall_frame_sniffe): Use btrace_find_call_by_number.
5933
b54b03bd
TW
59342017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
5935
5936 * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
5937 ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
5938 ftrace_update_function, ftrace_compute_global_level_offset,
5939 btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt,
5940 btrace_stitch_bts, btrace_fetch, btrace_clear, btrace_insn_number,
5941 btrace_insn_end, btrace_is_empty): Remove references to
5942 btrace_thread_info::begin and btrace_thread_info::end.
5943 * btrace.h (struct btrace_thread_info): Remove BEGIN and END.
5944 (struct btrace_thread_info) <functions>: Adjust comment.
5945 * record-btrace.c (record_btrace_start_replaying): Remove reference to
5946 btrace_thread_info::begin.
5947
8286623c
TW
59482017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
5949
5950 * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
5951 ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
5952 ftrace_update_function): Remove arguments that implicitly were always
5953 BTINFO->END.
5954 (btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt):
5955 Don't pass BTINFO->END.
5956
a0f1b963
TW
59572017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
5958
5959 * btrace.c: (btrace_insn_get, btrace_insn_get_error, btrace_insn_number,
5960 btrace_insn_begin, btrace_insn_end, btrace_insn_next, btrace_insn_prev,
5961 btrace_find_insn_by_number): Replace function segment pointer with
5962 index.
5963 (btrace_insn_cmp): Simplify.
5964 * btrace.h: (struct btrace_insn_iterator) Rename index to
5965 insn_index. Replace function segment pointer with index into function
5966 segment vector.
5967 * record-btrace.c (record_btrace_call_history): Replace function
5968 segment pointer use with index.
5969 (record_btrace_frame_sniffer): Retrieve function call segment through
5970 vector.
5971 (record_btrace_set_replay): Remove defunc't safety check.
5972
f158f208
TW
59732017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
5974
5975 * btrace.c (btrace_ends_with_single_insn): New function.
5976 (btrace_call_get, btrace_call_number, btrace_call_begin,
5977 btrace_call_end, btrace_call_next, btrace_call_prev,
5978 btrace_find_call_by_number): Use index into call segment vector
5979 instead of pointer.
5980 (btrace_call_cmp): Simplify.
5981 * btrace.h (struct btrace_call_iterator): Replace function call segment
5982 pointer with index into vector.
5983 * record-btrace.c (record_btrace_call_history): Use index instead of
5984 pointer.
5985
521103fd
TW
59862017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
5987
5988 * btrace.c (btrace_insn_begin, btrace_insn_end,
5989 btrace_find_insn_by_number): Add btinfo to iterator.
5990 * btrace.h (struct btrace_insn_iterator): Add btinfo.
5991
17b89b34
TW
59922017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
5993
5994 * btrace.c (ftrace_new_function): Add btrace_thread_info to arguments
5995 and save pointers directly.
5996 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return,
5997 ftrace_new_switch, ftrace_new_gap, ftrace_update_function,
5998 ftrace_add_pt): Add btrace_thread_info to arguments. Adjust for
5999 changed signature of functions.
6000 (btrace_compute_ftrace_pt): Adjust for changed signature of functions.
6001 (btrace_fetch): Remove code that adds btrace_function pointers to
6002 vector of btrace_functions.
6003 (btrace_clear): Simplify freeing vector of btrace_functions.
6004
2b51eddc
TW
60052017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
6006
6007 * btrace.c (btrace_fetch, btrace_clear, btrace_find_insn_by_number):
6008 Replace VEC_* with std::vector functions.
6009 * btrace.h: Add include: vector. Remove typedef for DEF_VEC_P.
6010 (struct btrace_thread_info)<functions>: Change type to std::vector.
6011
db6be0d5
SM
60122017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6013
6014 * NEWS (Changes in GDB 8.0): Remove extra empty line. Move
6015 "Removed targets and native configurations" up. Merge duplicate
6016 "New commands" sub-sections. Add "New options" sub-sections.
6017
b057297a
AH
60182017-05-26 Alan Hayward <alan.hayward@arm.com>
6019
6020 * defs.h (copy_integer_to_size): New declaration.
6021 * findvar.c (copy_integer_to_size): New function.
6022 (do_cint_test): New selftest function.
6023 (copy_integer_to_size_test): Likewise.
6024 (_initialize_findvar): Likewise.
6025 * mips-fbsd-tdep.c (mips_fbsd_supply_reg): Use raw_supply_integer.
6026 (mips_fbsd_collect_reg): Use raw_collect_integer.
6027 * mips-linux-tdep.c (supply_32bit_reg): Use raw_supply_integer.
6028 (mips64_fill_gregset): Use raw_collect_integer
6029 (mips64_fill_fpregset): Use raw_supply_integer.
6030 * regcache.c (regcache::raw_supply_integer): New function.
6031 (regcache::raw_collect_integer): Likewise.
6032 * regcache.h: (regcache::raw_supply_integer): New declaration.
6033 (regcache::raw_collect_integer): Likewise.
6034
b77b02a5
YQ
60352017-05-24 Yao Qi <yao.qi@linaro.org>
6036
6037 * Makefile.in (SFILES): Add gdbarch-selftests.c.
6038 (COMMON_OBS): Add gdbarch-selftests.o.
6039 * frame.c [GDB_SELF_TESTS] (create_new_frame): New function.
6040 * frame.h [GDB_SELF_TESTS] (create_new_frame): Declare.
6041 * gdbarch-selftests.c: New file.
6042 * regcache.h (regcache) <~regcache>: Mark it virtual if
6043 GDB_SELF_TEST.
6044 <raw_write>: Likewise.
6045
e521e87e
YQ
60462017-05-24 Yao Qi <yao.qi@linaro.org>
6047
6048 * regcache.c (current_regcache): Change it to
6049 regcache::current_regcache.
6050 (regcache_observer_target_changed): Update.
6051 (regcache_thread_ptid_changed): Make it a regcache static
6052 method.
6053 (regcache_thread_ptid_changed): Update.
6054 (class regcache_access): New.
6055 (current_regcache_test): Update.
6056 (_initialize_regcache): Update.
6057 * regcache.h: Include forward_list.
6058 (regcache): Declare regcache_thread_ptid_changed and declare
6059 registers_changed_ptid as friend.
6060
d8e07dda
YQ
60612017-05-24 Yao Qi <yao.qi@linaro.org>
6062
6063 * i387-tdep.c (i387_register_to_value): Use register_size
6064 instead of TYPE_LENGTH.
6065 * m68k-tdep.c (m68k_register_to_value): Likewise.
6066
8c8f9122
YQ
60672017-05-24 Yao Qi <yao.qi@linaro.org>
6068
6069 * i387-tdep.c (i387_convert_register_p): Return false if type
6070 code isn't TYPE_CODE_FLT.
6071
68fce50f
YQ
60722017-05-24 Yao Qi <yao.qi@linaro.org>
6073
6074 * alpha-tdep.c (alpha_convert_register_p): Return true if type
6075 length is 4.
6076 (alpha_register_to_value): Remove type length check.
6077 (alpha_value_to_register): Likewise.
6078
88954b49
YQ
60792017-05-24 Yao Qi <yao.qi@linaro.org>
6080
6081 * ia64-tdep.c (ia64_convert_register_p): Check type's code is
6082 TYPE_CODE_FLT.
6083
e3ec9b69
YQ
60842017-05-24 Yao Qi <yao.qi@linaro.org>
6085
6086 * m68k-tdep.c (m68k_convert_register_p): Check type's code is
6087 TYPE_CODE_FLT or not.
6088
cdd238da
YQ
60892017-05-24 Yao Qi <yao.qi@linaro.org>
6090
6091 * alpha-tdep.c (alpha_gdbarch_init): Use XCNEW instead of XNEW.
6092 * avr-tdep.c (avr_gdbarch_init): Likewise.
6093 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
6094 * cris-tdep.c (cris_gdbarch_init): Likewise.
6095 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
6096 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
6097 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
6098 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
6099 * mep-tdep.c (mep_gdbarch_init): Likewise.
6100 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
6101 * mips-tdep.c (mips_gdbarch_init): Likewise.
6102 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
6103 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
6104 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
6105 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
6106 * v850-tdep.c (v850_gdbarch_init): Likewise.
6107
7a3929c4
YQ
61082017-05-24 Yao Qi <yao.qi@linaro.org>
6109
6110 * selftest-arch.c (tests_with_arch): Call registers_changed
6111 and reinit_frame_cache.
6112 * selftest.c (run_self_tests): Likewise.
6113
f4985dba
YQ
61142017-05-24 Yao Qi <yao.qi@linaro.org>
6115
6116 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove.
6117 (rs6000_gdbarch_init): Don't call set_gdbarch_print_insn.
6118
ab20fa4a
YQ
61192017-05-24 Yao Qi <yao.qi@linaro.org>
6120
6121 * rl78-tdep.c (rl78_gdbarch_init): Don't call
6122 set_gdbarch_print_insn.
6123
f532ab94
YQ
61242017-05-24 Yao Qi <yao.qi@linaro.org>
6125
6126 * h8300-tdep.c (h8300_gdbarch_init): Don't call
6127 set_gdbarch_print_insn.
6128
39503f82
YQ
61292017-05-24 Yao Qi <yao.qi@linaro.org>
6130
6131 * alpha-tdep.c (alpha_gdbarch_init): Don't call
6132 set_gdbarch_print_insn.
6133 * arc-tdep.c (arc_gdbarch_init): Likewise.
6134 * arch-utils.c: include dis-asm.h.
6135 (default_print_insn): New function.
6136 * arch-utils.h (default_print_insn): Declare.
6137 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_print_insn.
6138 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
6139 * cris-tdep.c (cris_delayed_get_disassembler): Remove.
6140 (cris_gdbarch_init): Don't call set_gdbarch_print_insn.
6141 * frv-tdep.c (frv_gdbarch_init): Likewise.
6142 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
6143 * gdbarch.sh (print_insn): Use default_print_insn.
6144 * gdbarch.c: Regenerated.
6145 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
6146 * iq2000-tdep.c (iq2000_gdbarch_init): Likewise.
6147 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
6148 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
6149 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
6150 * m68hc11-tdep.c (gdb_print_insn_m68hc11): Remove.
6151 (m68hc11_gdbarch_init): Don't call set_gdbarch_print_insn.
6152 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
6153 * m88k-tdep.c (m88k_gdbarch_init): Likewise.
6154 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
6155 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
6156 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
6157 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
6158 * mt-tdep.c (mt_gdbarch_init): Likewise.
6159 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
6160 * nios2-tdep.c (nios2_print_insn): Remove.
6161 (nios2_gdbarch_init): Don't call set_gdbarch_print_insn.
6162 * rx-tdep.c (rx_gdbarch_init): Likewise.
6163 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6164 * score-tdep.c (score_print_insn): Remove.
6165 (score_gdbarch_init): Don't call set_gdbarch_print_insn.
6166 * sh-tdep.c (sh_gdbarch_init): Likewise.
6167 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
6168 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
6169 * tic6x-tdep.c (tic6x_print_insn): Remove.
6170 (tic6x_gdbarch_init): Don't call set_gdbarch_print_insn.
6171 * tilegx-tdep.c (tilegx_gdbarch_init): Likewise.
6172 * v850-tdep.c (v850_gdbarch_init): Likewise.
6173 * vax-tdep.c (vax_gdbarch_init): Likewise.
6174 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
6175 * xtensa-tdep.c (xtensa_gdbarch_init): Likewise.
6176
f7241d4f
JB
61772017-05-23 John Baldwin <jhb@FreeBSD.org>
6178
6179 * mips-fbsd-tdep.c (MIPS_PC_REGNUM): Remove.
6180 (MIPS_FP0_REGNUM): Remove.
6181 (MIPS_FSR_REGNUM): Remove.
6182 (mips_fbsd_supply_fpregs): Use mips_regnum.
6183 (mips_fbsd_supply_gregs): Likewise.
6184 (mips_fbsd_collect_fpregs): Likewise.
6185 (mips_fbsd_collect_gregs): Likewise.
6186
d489d81d
JB
61872017-05-23 John Baldwin <jhb@FreeBSD.org>
6188
6189 * mips-fbsd-nat.c (getregs_supplies): Fix upper bound comparison.
6190 (getpfpregs_supplies): New function.
6191 (mips_fbsd_fetch_inferior_registers): Remove early exit and use
6192 getfpregs_supplies.
6193 (mips_fbsd_store_inferior_registers): Likewise.
6194
e11b3cdc
PA
61952017-05-22 Pedro Alves <palves@redhat.com>
6196
6197 * MAINTAINERS (Host/Native): Add John Baldwin as FreeBSD
6198 maintainer.
6199
0f068fb5
AH
62002017-05-22 Alan Hayward <alan.hayward@arm.com>
6201
6202 * ppc-linux-nat.c (fetch_register): Use PPC_MAX_REGISTER_SIZE.
6203 (store_register): Likewise.
6204 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Likewise.
6205 (get_decimal_float_return_value): Likewise.
6206 (do_ppc_sysv_return_value): Likewise.
6207 (ppc64_sysv_abi_push_integer): Likewise.
6208 (ppc64_sysv_abi_push_freg): Likewise.
6209 (ppc64_sysv_abi_return_value_base): Likewise.
6210 (ppc64_sysv_abi_return_value): Likewise.
6211 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
6212 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
6213 * rs6000-nat.c: Likewise.
6214 * rs6000-tdep.c (rs6000_register_to_value): Likewise.
6215 (rs6000_value_to_register): Likewise.
6216 * ppc-tdep.h (PPC_MAX_REGISTER_SIZE): Add.
6217
e6cf65f2
TT
62182017-05-21 Tom Tromey <tom@tromey.com>
6219
6220 PR rust/21466:
6221 * rust-lang.c (rust_print_type) <TYPE_CODE_ARRAY>: Print unsized
6222 arrays as "[T]", not "[T; ]".
6223
43cc5389
TT
62242017-05-19 Tom Tromey <tom@tromey.com>
6225
6226 PR rust/21484:
6227 * rust-lang.c (exp_descriptor_rust): New function.
6228 (rust_language_defn): Use it.
6229 * p-lang.c (pascal_language_defn): Update.
6230 * opencl-lang.c (opencl_language_defn): Update.
6231 * objc-lang.c (objc_language_defn): Update.
6232 * m2-lang.c (m2_language_defn): Update.
6233 * language.h (struct language_defn)
6234 <la_watch_location_expression>: New member.
6235 * language.c (unknown_language_defn, auto_language_defn)
6236 (local_language_defn): Update.
6237 * go-lang.c (go_language_defn): Update.
6238 * f-lang.c (f_language_defn): Update.
6239 * d-lang.c (d_language_defn): Update.
6240 * c-lang.h (c_watch_location_expression): Declare.
6241 * c-lang.c (c_watch_location_expression): New function.
6242 (c_language_defn, cplus_language_defn, asm_language_defn)
6243 (minimal_language_defn): Use it.
6244 * breakpoint.c (watch_command_1): Call
6245 la_watch_location_expression.
6246 * ada-lang.c (ada_language_defn): Update.
6247
7a6e7fcc
RO
62482017-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6249
6e7e1744
RO
6250 PR tui/21482
6251 * gdb_curses.h (NOMACROS): Define.
6252 (NCURSES_NOMACROS): Define.
6253
62542017-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6255
6256 PR tui/21482
7a6e7fcc
RO
6257 * tui/tui-windata.c (tui_erase_data_content): Cast last mvwaddstr
6258 arg to char *.
6259 * tui/tui-wingeneral.c (box_win): Likewise.
6260 * tui/tui-winsource.c (tui_erase_source_content): Likewise.
6261 (tui_show_source_line): Likewise.
6262 (tui_show_exec_info_content): Likewise.
6263
1933fd8e
VM
62642017-05-19 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
6265
6266 * sparc-tdep.c (sparc_structure_return_p)
6267 (sparc_arg_on_registers_p): New functions.
6268 (sparc32_store_arguments): Use them.
6269 * sparc64-tdep.c (sparc64_16_byte_align_p)
6270 (sparc64_store_floating_fields, sparc64_extract_floating_fields):
6271 Handle TYPE_CODE_ARRAY.
6272
21873064
YQ
62732017-05-17 Yao Qi <yao.qi@linaro.org>
6274
6275 * cli/cli-decode.c (add_alias_cmd): New function.
6276 * command.h (add_alias_cmd): Declare.
6277 * infcmd.c (_initialize_infcmd): Don't call add_com_alias,
6278 instead call add_alias_cmd.
6279
2b351b19
PA
62802017-05-17 Pedro Alves <palves@redhat.com>
6281
6282 * Makefile.in (nat_extra_makefile_frag): Rename to ...
6283 (nat_makefile_frag): ... this. All references updated.
6284 * configure.ac: Likewise.
6285 * configure.nat: Likewise. Enhance comments.
6286 * configure: Regenerate.
6287
5f2ad7a3
RO
62882017-05-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6289
6290 * procfs.c (procfs_create_inferior): Change prototype to match
6291 definition.
6292
adf3dde5
EZ
62932017-05-13 Eli Zaretskii <eliz@gnu.org>
6294
6295 * tui/tui.c (tui_enable): Cast "unknown" to 'char *' to avoid a
6296 C++ compiler warning.
6297
6830f270
TT
62982017-05-12 Tom Tromey <tom@tromey.com>
6299
6300 PR rust/21483:
6301 * rust-lang.c (rust_evaluate_subexp) <STRUCTOP_STRUCT>: Don't
6302 recurse, just call value_struct_elt directly.
6303
68f2f2e3
TT
63042017-05-12 Tom Tromey <tom@tromey.com>
6305
6306 * rust-lang.c (rust_dump_subexp_body) <STRUCTOP_ANONYMOUS,
6307 OP_RUST_ARRAY>: Fix.
6308
256afbc2
TT
63092017-05-12 Tom Tromey <tom@tromey.com>
6310
6311 * rust-lang.c (rust_print_subexp): Replace "return" with "break".
6312
94bb8dfe
YQ
63132017-05-09 Yao Qi <yao.qi@linaro.org>
6314
6315 * regcache.c: Include <forward_list>.
6316 (struct regcache_list): Remove.
6317 (current_regcache): Update.
6318 (get_thread_arch_aspace_regcache): Update for std::forward_list.
6319 (regcache_thread_ptid_changed): Likewise.
6320 (registers_changed_ptid): Likewise.
6321 (current_regcache_size): Likewise.
6322
8248946c
YQ
63232017-05-09 Yao Qi <yao.qi@linaro.org>
6324
6325 * regcache.c [GDB_SELF_TEST]: Include selftest.h.
6326 (current_regcache_size): New function.
6327 (current_regcache_test): New function.
6328 (_initialize_regcache) [GDB_SELF_TEST]: Register the unit test.
6329
313c5961
AH
63302017-05-08 Alan Hayward <alan.hayward@arm.com>
6331
6332 * mips-tdep.c (mips_o32_return_value): Remove unused buffer.
6333 (print_gp_register_row): Use get_frame_register_value.
6334
27bfc1d1
AH
63352017-05-08 Alan Hayward <alan.hayward@arm.com>
6336
6337 * mips-linux-tdep.c (mips_supply_gregset): Use raw_supply_zeroed.
6338 (mips_supply_fpregset): Likewise.
6339 (mips64_supply_gregset): Likewise.
6340
146e6c5c
AH
63412017-05-08 Alan Hayward <alan.hayward@arm.com>
6342
6343 * mn10300-linux-tdep.c (am33_supply_gregset_method): Use
6344 regcache->raw_supply_zeroed.
6345
e50f25ec
SDJ
63462017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
6347
6348 * configure.nat: Rearrange 'case' statements to match
6349 host before cpu.
6350
21ea5acd
SDJ
63512017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
6352
6353 * Makefile.in: Remove "@host_makefile_frag@". Add variables
6354 NAT_FILE, NATDEPFILES, NAT_CDEPS, LOADLIBES, MH_CFLAGS, XM_CLIBS,
6355 NAT_GENERATED_FILES, HAVE_NATIVE_GCORE_HOST. Add
6356 "@nat_extra_makefile_frag@".
6357 (Makefile): Remove dependency on "@frags@".
6358 ($(GNULIB_BUILDDIR)/Makefile): Likewise.
6359 (data-directory/Makefile): Likewise.
6360 * config/aarch64/linux.mh: Deleted; moved contents to
6361 "gdb/configure.nat".
6362 * config/alpha/alpha-linux.mh: Likewise.
6363 * config/alpha/nbsd.mh: Likewise.
6364 * config/arm/linux.mh: Likewise.
6365 * config/arm/nbsdelf.mh: Likewise.
6366 * config/i386/cygwin.mh: Likewise.
6367 * config/i386/cygwin64.mh: Likewise.
6368 * config/i386/darwin.mh: Likewise.
6369 * config/i386/fbsd.mh: Likewise.
6370 * config/i386/fbsd64.mh: Likewise.
6371 * config/i386/go32.mh: Likewise.
6372 * config/i386/i386gnu.mh: Likewise.
6373 * config/i386/i386sol2.mh: Likewise.
6374 * config/i386/linux.mh: Likewise.
6375 * config/i386/linux64.mh: Likewise.
6376 * config/i386/mingw.mh: Likewise.
6377 * config/i386/mingw64.mh: Likewise.
6378 * config/i386/nbsd64.mh: Likewise.
6379 * config/i386/nbsdelf.mh: Likewise.
6380 * config/i386/nto.mh: Likewise.
6381 * config/i386/obsd.mh: Likewise.
6382 * config/i386/obsd64.mh: Likewise.
6383 * config/i386/sol2-64.mh: Likewise.
6384 * config/ia64/linux.mh: Likewise.
6385 * config/m32r/linux.mh: Likewise.
6386 * config/m68k/linux.mh: Likewise.
6387 * config/m68k/nbsdelf.mh: Likewise.
6388 * config/m68k/obsd.mh: Likewise.
6389 * config/m88k/obsd.mh: Likewise.
6390 * config/mips/fbsd.mh: Likewise.
6391 * config/mips/linux.mh: Likewise.
6392 * config/mips/nbsd.mh: Likewise.
6393 * config/mips/obsd64.mh: Likewise.
6394 * config/pa/linux.mh: Likewise.
6395 * config/pa/nbsd.mh: Likewise.
6396 * config/pa/obsd.mh: Likewise.
6397 * config/powerpc/aix.mh: Likewise.
6398 * config/powerpc/fbsd.mh: Likewise.
6399 * config/powerpc/linux.mh: Likewise.
6400 * config/powerpc/nbsd.mh: Likewise.
6401 * config/powerpc/obsd.mh: Likewise.
6402 * config/powerpc/ppc64-linux.mh: Likewise.
6403 * config/powerpc/spu-linux.mh: Likewise.
6404 * config/s390/linux.mh: Likewise.
6405 * config/sh/nbsd.mh: Likewise.
6406 * config/sparc/fbsd.mh: Likewise.
6407 * config/sparc/linux.mh: Likewise.
6408 * config/sparc/linux64.mh: Likewise.
6409 * config/sparc/nbsd64.mh: Likewise.
6410 * config/sparc/nbsdelf.mh: Likewise.
6411 * config/sparc/obsd64.mh: Likewise.
6412 * config/sparc/sol2.mh: Likewise.
6413 * config/tilegx/linux.mh: Likewise.
6414 * config/vax/nbsdelf.mh: Likewise.
6415 * config/vax/obsd.mh: Likewise.
6416 * config/xtensa/linux.mh: Likewise.
6417 * config/i386/i386gnu.mn: New file, with excerpts from
6418 "config/i386/i386gnu.mh".
6419 * configure: Regenerate.
6420 * configure.ac: Rewrite code to use "gdb/configure.nat" instead of
6421 *.mh files under "gdb/config".
6422 * configure.nat: New file, with contents from the
6423 "gdb/config/*/*.mh" files.
6424
7ed1acaf
TW
64252017-05-05 Tim Wiederhake <tim.wiederhake@intel.com>
6426
6427 * btrace.c (btrace_clear): Free insn vector.
6428
e13cb306
PA
64292017-05-05 Pedro Alves <palves@redhat.com>
6430
6431 * warning.m4 (build_warnings): Add -Wno-error=maybe-uninitialized.
6432 * configure: Regenerate.
6433
5ed8105e
PA
64342017-05-04 Pedro Alves <palves@redhat.com>
6435
6436 * Makefile.in (SFILES): Add progspace-and-thread.c.
6437 (HFILES_NO_SRCDIR): Add progspace-and-thread.h.
6438 (COMMON_OBS): Add progspace-and-thread.o.
6439 * breakpoint.c: Include "progspace-and-thread.h".
6440 (update_inserted_breakpoint_locations)
6441 (insert_breakpoint_locations, create_longjmp_master_breakpoint):
6442 Use scoped_restore_current_pspace_and_thread.
6443 (create_std_terminate_master_breakpoint): Use
6444 scoped_restore_current_program_space.
6445 (remove_breakpoint): Use scoped_restore_current_pspace_and_thread.
6446 (print_breakpoint_location): Use
6447 scoped_restore_current_program_space.
6448 (bp_loc_is_permanent): Use
6449 scoped_restore_current_pspace_and_thread.
6450 (resolve_sal_pc): Use scoped_restore_current_pspace_and_thread.
6451 (download_tracepoint_locations): Use
6452 scoped_restore_current_pspace_and_thread.
6453 (breakpoint_re_set): Use scoped_restore_current_pspace_and_thread.
6454 * exec.c (exec_close_1): Use scoped_restore_current_program_space.
6455 (enum step_over_calls_kind): Moved from inferior.h.
6456 (class scoped_restore_current_thread): New class.
6457 * gdbthread.h (make_cleanup_restore_current_thread): Delete
6458 declaration.
6459 (scoped_restore_current_thread): New class.
6460 * infcmd.c: Include "common/gdb_optional.h".
6461 (continue_1, proceed_after_attach): Use
6462 scoped_restore_current_thread.
6463 (notice_new_inferior): Use scoped_restore_current_thread.
6464 * inferior.c: Include "progspace-and-thread.h".
6465 (restore_inferior, save_current_inferior): Delete.
6466 (add_inferior_command, clone_inferior_command): Use
6467 scoped_restore_current_pspace_and_thread.
6468 * inferior.h (scoped_restore_current_inferior): New class.
6469 * infrun.c: Include "progspace-and-thread.h" and
6470 "common/gdb_optional.h".
6471 (follow_fork_inferior): Use
6472 scoped_restore_current_pspace_and_thread.
6473 (scoped_restore_exited_inferior): New class.
6474 (handle_vfork_child_exec_or_exit): Use
6475 scoped_restore_exited_inferior,
6476 scoped_restore_current_pspace_and_thread,
6477 scoped_restore_current_thread and scoped_restore.
6478 (fetch_inferior_event): Use scoped_restore_current_thread.
6479 * linespec.c (decode_line_full, decode_line_1): Use
6480 scoped_restore_current_program_space.
6481 * mi/mi-main.c: Include "progspace-and-thread.h".
6482 (exec_continue): Use scoped_restore_current_thread.
6483 (mi_cmd_exec_run): Use scoped_restore_current_pspace_and_thread.
6484 (mi_cmd_trace_frame_collected): Use scoped_restore_current_thread.
6485 * proc-service.c (ps_pglobal_lookup): Use
6486 scoped_restore_current_program_space.
6487 * progspace-and-thread.c: New file.
6488 * progspace-and-thread.h: New file.
6489 * progspace.c (release_program_space, clone_program_space): Use
6490 scoped_restore_current_program_space.
6491 (restore_program_space, save_current_program_space)
6492 (save_current_space_and_thread): Delete.
6493 (switch_to_program_space_and_thread): Moved to
6494 progspace-and-thread.c.
6495 * progspace.h (save_current_program_space)
6496 (save_current_space_and_thread): Delete declarations.
6497 (scoped_restore_current_program_space): New class.
6498 * remote.c (remote_btrace_maybe_reopen): Use
6499 scoped_restore_current_thread.
6500 * symtab.c: Include "progspace-and-thread.h".
6501 (skip_prologue_sal): Use scoped_restore_current_pspace_and_thread.
6502 * thread.c (print_thread_info_1): Use
6503 scoped_restore_current_thread.
6504 (struct current_thread_cleanup): Delete.
6505 (do_restore_current_thread_cleanup)
6506 (restore_current_thread_cleanup_dtor): Rename/convert both to ...
6507 (scoped_restore_current_thread::~scoped_restore_current_thread):
6508 ... this new dtor.
6509 (make_cleanup_restore_current_thread): Rename/convert to ...
6510 (scoped_restore_current_thread::scoped_restore_current_thread):
6511 ... this new ctor.
6512 (thread_apply_all_command): Use scoped_restore_current_thread.
6513 (thread_apply_command): Use scoped_restore_current_thread.
6514 * tracepoint.c (tdump_command): Use scoped_restore_current_thread.
6515 * varobj.c (value_of_root_1): Use scoped_restore_current_thread.
6516
f6223dbb
PA
65172017-05-04 Pedro Alves <palves@redhat.com>
6518
6519 * thread.c (make_cleanup_restore_current_thread): Move
6520 find_thread_ptid call before the is_stopped call. Assert that the
6521 thread is found. Replace is_stopped call by checking the thread's
6522 state directly. Remove unnecessary NULL-thread check.
6523
3c3ae77e
PA
65242017-05-04 Pedro Alves <palves@redhat.com>
6525
6526 * corelow.c (thread_section_name): New class.
6527 (get_core_register_section, get_core_siginfo): Use it.
6528
45eba0ab
AA
65292017-05-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
6530
6531 * corelow.c (sniff_core_bfd): Remove extra semicolon.
6532 (get_core_register_section): Remove xfree of NULL pointer.
6533
f81fdd35
AH
65342017-05-03 Alan Hayward <alan.hayward@arm.com>
6535
6536 * frv-linux-tdep.c (frv_linux_supply_gregset): Use raw_supply_zeroed.
6537 * regcache.c (regcache::raw_supply_zeroed): New function.
6538 * regcache.h (regcache::raw_supply_zeroed): New declaration.
6539
35837774
SM
65402017-05-03 Simon Marchi <simon.marchi@ericsson.com>
6541
6542 * gdbarch.sh: Remove commented out definition of
6543 TARGET_CHAR_BIT.
6544 * gdbarch.h: Re-generate.
6545
c94fee56
SDJ
65462017-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
6547
6548 * configure: Regenerate.
6549
d17f7b36
SM
65502017-05-02 Simon Marchi <simon.marchi@ericsson.com>
6551
6552 * solib-target.c (solib_target_relocate_section_addresses):
6553 Remove num_section_bases, num_bases, segment_bases variables.
6554
b560ebd6
SM
65552017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
6556
6557 * common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.
6558
f2f46dfc
SM
65592017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
6560
6561 * solib-target.c: Include <vector>
6562 (struct lm_info_target) <~lm_info_target>: Remove.
6563 <segment_bases, section_bases>: Change type to
6564 std::vector<CORE_ADDR>.
6565 (library_list_start_segment, library_list_start_section,
6566 library_list_end_library,
6567 solib_target_relocate_section_addresses): Adjust.
6568
a0ff9e1a
SM
65692017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
6570
6571 * gdbarch.sh (software_single_step): Change return type to
6572 std::vector<CORE_ADDR>.
6573 * gdbarch.c, gdbarch.h: Re-generate.
6574 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
6575 Adjust.
6576 (arm_deal_with_atomic_sequence_raw): Adjust.
6577 (thumb_get_next_pcs_raw): Adjust.
6578 (arm_get_next_pcs_raw): Adjust.
6579 (arm_get_next_pcs): Adjust.
6580 * arch/arm-get-next-pcs.h (arm_get_next_pcs): Adjust.
6581 * aarch64-tdep.c (aarch64_software_single_step): Adjust.
6582 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Adjust.
6583 (alpha_software_single_step): Adjust.
6584 * alpha-tdep.h (alpha_software_single_step): Adjust.
6585 * arm-linux-tdep.c (arm_linux_software_single_step): Adjust.
6586 * arm-tdep.c (arm_software_single_step): Adjust.
6587 (arm_breakpoint_kind_from_current_state): Adjust.
6588 * arm-tdep.h (arm_software_single_step): Adjust.
6589 * breakpoint.c (insert_single_step_breakpoint): Adjust.
6590 * cris-tdep.c (cris_software_single_step): Adjust.
6591 * mips-tdep.c (mips_deal_with_atomic_sequence): Adjust.
6592 (micromips_deal_with_atomic_sequence): Adjust.
6593 (deal_with_atomic_sequence): Adjust.
6594 (mips_software_single_step): Adjust.
6595 * mips-tdep.h (mips_software_single_step): Adjust.
6596 * moxie-tdep.c (moxie_software_single_step): Adjust.
6597 * nios2-tdep.c (nios2_software_single_step): Adjust.
6598 * ppc-tdep.h (ppc_deal_with_atomic_sequence): Adjust.
6599 * rs6000-aix-tdep.c (rs6000_software_single_step): Adjust.
6600 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Adjust.
6601 * s390-linux-tdep.c (s390_software_single_step): Adjust.
6602 * sparc-tdep.c (sparc_software_single_step): Adjust.
6603 * spu-tdep.c (spu_software_single_step): Adjust.
6604 * tic6x-tdep.c (tic6x_software_single_step): Adjust.
6605
ea480a30
SM
66062017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
6607
6608 * gdbarch.sh: Use semi-colon as field separator instead of colon.
6609 * gdbarch.h: Re-generate.
6610
d050f7d7
TW
66112017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6612
6613 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-instruction.o.
6614 (SUBDIR_PYTHON_SRCS): Add py-instruction.c.
6615 * python/py-instruction.c, python/py-instruction.h: New file.
6616 * python/py-record.c: Add py-instruction.h include.
6617 (gdbpy_initialize_record): Make gdb.Instruction a super class of
6618 gdb.RecordInstruction.
6619 * python/python-internal.h: Add gdbpy_initialize_instruction
6620 declaration.
6621 * python/python.c (do_start_initialization): Add
6622 gdbpy_initialize_instruction.
6623
14f819c8
TW
66242017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6625
6626 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_CALL, btpy_call_type):
6627 Remove.
6628 (btrace_func_from_recpy_func): New function.
6629 (btpy_call_new, btpy_number, btpy_hash, btpy_richcompare): Remove.
6630 (btpy_call_level, btpy_call_symbol, btpy_call_instructions,
6631 btpy_call_up, btpy_call_prev_sibling, btpy_call_next_sibling): Rename to ...
6632 (recpy_bt_func_level, recpy_bt_func_symbol, recpy_bt_func_instructions,
6633 recpy_bt_func_up, recpy_bt_func_prev, recpy_bt_func_next): This.
6634 Also, use new helper functions.
6635 (btpy_list_item): Use new helper functions.
6636 (recpy_bt_function_call_history): Use new type name.
6637 (btpy_call_getset): Remove.
6638 (gdbpy_initialize_btrace): Remove code to initialize
6639 gdb.BtraceFunctionCall.
6640 * python/py-record-btrace.h (recpy_bt_func_number, recpy_btb_func_level,
6641 recpy_btb_func_symbol, recpy_bt_func_instructions, recpy_bt_func_up,
6642 recpy_bt_func_prev, recpy_bt_func_next): New export.
6643 * python/py-record.c (recpy_func_type): New static object.
6644 (recpy_func_new, recpy_func_level, recpy_func_symbol,
6645 recpy_func_instructions, recpy_func_up, recpy_func_prev,
6646 recpy_func_next): New function.
6647 (recpy_element_hash, recpy_element_richcompare): Updated comment.
6648 (recpy_func_getset): New static object.
6649 (gdbpy_initialize_record): Add code to initialize gdb.RecordInstruction.
6650 * python/py-record.h (recpy_func_type, recpy_func_new): New export.
6651
0ed5da75
TW
66522017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6653
6654 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN): Remove.
6655 (btpy_object, btpy_insn_type, btpy_new): Remove.
6656 (btpy_list_object): Use gdb.RecordInstruction type instead of
6657 gdb.BtraceInstruction type.
6658 (btrace_insn_from_recpy_insn): New function.
6659 (btpy_insn_or_gap_new): Adjust comment. Use recpy_insn_new instead of
6660 btpy_new.
6661 (btpy_call_new, btpy_list_item): Do not use btpy_new anymore.
6662 (btpy_number, btpy_hash, btpy_call_level, btpy_call_symbol,
6663 btpy_call_instructions, btpy_call_up, btpy_call_prev_sibling,
6664 btpy_call_next_sibling, btpy_richcompare): Use recpy_element_object
6665 instead of btpy_object.
6666 (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
6667 btpy_insn_data, btpy_insn_decode): Rename to ...
6668 (recpy_bt_insn_sal, recpy_bt_insn_pc, recpy_bt_insn_size,
6669 recpy_bt_insn_is_speculative, recpy_bt_insn_data,
6670 recpy_bt_insn_decode): This. Also, use new helper functions.
6671 (btpy_list_position, recpy_bt_goto): Use recpy_element_object and
6672 recpy_insn_type.
6673 (btpy_insn_getset): Remove.
6674 (gdbpy_initialize_btrace): Remove code to initialize
6675 gdb.BtraceInstruction. Use recpy_element_object.
6676 * python/py-record-btrace.h (recpy_bt_insn_number, recpy_bt_insn_sal,
6677 recpy_bt_insn_pc, recpy_bt_insn_data, recpy_bt_insn_decoded,
6678 recpy_bt_insn_size, recpy_bt_insn_is_speculative): New export.
6679 * python/py-record.c (recpy_insn_type): New static object.
6680 (recpy_insn_new, recpy_insn_sal, recpy_insn_pc, recpy_insn_data,
6681 recpy_insn_decoded, recpy_insn_size, recpy_insn_is_speculative,
6682 recpy_element_number, recpy_element_hash, recpy_element_richcompare):
6683 New function.
6684 (recpy_insn_getset): New static object.
6685 (gdbpy_initialize_record): Initialize gdb.RecordInstruction.
6686 * python/py-record.h (recpy_element_object): New typedef.
6687 (recpy_insn_type, recpy_insn_new): New export.
6688
913aeadd
TW
66892017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6690
6691 * py-record-btrace.c (btpy_insn_new): Removed.
6692 (btpy_insn_or_gap_new): New function.
6693 (btpy_insn_error): Removed.
6694 (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
6695 btpy_insn_data, btpy_insn_decode): Remove code path for gaps.
6696 (recpy_bt_replay_position, recpy_bt_begin, recpy_bt_end): Call
6697 btpy_insn_or_gap_new instead of btpy_insn_new.
6698 (btpy_insn_getset): Remove btpy_insn_error.
6699 * py-record.c (recpy_gap_type): New static object.
6700 (recpy_gap_object): New typedef.
6701 (recpy_gap_new, recpy_gap_number, recpy_gap_reason_code,
6702 recpy_gap_reason_string): New function.
6703 (recpy_gap_getset): New static object.
6704 (gdbpy_initialize_record): Initialize gdb.RecordGap type.
6705 * py-record.h (recpy_gap_new): New export.
6706
a3be24ad
TW
67072017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6708
6709 * python/py-record.c (recpy_ptid): Remove.
6710 (recpy_record_getset): Remove recpy_ptid.
6711
ae20e79a
TW
67122017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6713
6714 * btrace.c (btrace_fetch): Set inferior_ptid.
6715 * python/py-record-btrace.c: Add "py-record.h" include.
6716 (recpy_bt_format, recpy_bt_replay_position, recpy_bt_begin,
6717 recpy_bt_end, recpy_bt_instruction_history,
6718 recpy_bt_function_call_history, recpy_bt_goto): Use ptid stored
6719 in gdb.Record object instead of current ptid.
6720 * python/py-record.c: Include new "py-record.h" file.
6721 (recpy_record_object): Moved to py-record.h.
6722 * python/py-record.h: New file.
6723
8d0050ea
TW
67242017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6725
6726 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN,
6727 BTPY_REQUIRE_VALID_CALL, recpy_bt_function_call_history): Fix
6728 indentation.
6729
3f380b50
JB
67302017-05-01 Joel Brobecker <brobecker@adacore.com>
6731
6732 * MAINTAINERS: Move Daniel Jacobowitz and Mark Kettenis to
6733 the past maintainers section.
6734
07495424
YQ
67352017-04-28 Yao Qi <yao.qi@linaro.org>
6736
6737 * infcmd.c (get_return_value): Use regcache ctor, and remove
6738 cleanup.
6739
deb1fa3e
YQ
67402017-04-28 Yao Qi <yao.qi@linaro.org>
6741 Pedro Alves <palves@redhat.com>
6742
6743 * regcache.c (regcache::regcache): New tag dispatch ctor.
6744 (do_cooked_read): Moved above.
6745 (regcache_dup): Use the tag dispatch ctor..
6746 * regcache.h (regcache): Declare ctor, delete copy ctor and
6747 assignment operator, remove friend regcache_dup.
6748
b421c83c
YQ
67492017-04-28 Yao Qi <yao.qi@linaro.org>
6750
6751 * regcache.c (regcache_dup): Assert !src->m_readonly_p and
6752 call method save instead of regcache_cpy.
6753 * regcache.h (struct regcache): Make regcache_dup a friend.
6754
ef79d9a3
YQ
67552017-04-28 Yao Qi <yao.qi@linaro.org>
6756
6757 * regcache.c (struct regcache): Move to regcache.h
6758 (regcache::arch): New method.
6759 (regcache_get_ptid): Update.
6760 (get_regcache_arch): Call arch method.
6761 (get_regcache_aspace): Call method aspace.
6762 (register_buffer): Change it to method.
6763 (regcache_save): Change it to regcache::save.
6764 (regcache_restore): Likewise.
6765 (regcache_cpy_no_passthrough): Remove the declaration.
6766 (regcache_cpy): Call methods restore and cpy_no_passthrough.
6767 (regcache_cpy_no_passthrough): Change it to method
6768 cpy_no_passthrough.
6769 (regcache_register_status): Change it to method
6770 get_register_status.
6771 (regcache_invalidate): Change it to method invalidate.
6772 (regcache_thread_ptid_changed): Use methods ptid and set_ptid.
6773 (regcache_raw_update): Change it to method raw_update.
6774 (regcache_raw_read): Likewise.
6775 (regcache_raw_read_signed): Likewise.
6776 (regcache_raw_read_unsigned): Likewise.
6777 (regcache_raw_write_signed): Likewise.
6778 (regcache_raw_write_unsigned): Likewise.
6779 (regcache_cooked_read): Likewise.
6780 (regcache_cooked_read_value): Likewise.
6781 (regcache_cooked_read_signed): Likewise.
6782 (regcache_cooked_read_unsigned): Likewise.
6783 (regcache_cooked_write_signed): Likewise.
6784 (regcache_cooked_write_unsigned): Likewise.
6785 (regcache_raw_set_cached_value): Likewise.
6786 (regcache_raw_write): Likewise.
6787 (regcache_cooked_write): Likewise.
6788 (regcache_xfer_part): Likewise.
6789 (regcache_raw_read_part): Likewise.
6790 (regcache_raw_write_part): Likewise.
6791 (regcache_cooked_read_part): Likewise.
6792 (regcache_cooked_write_part): Likewise.
6793 (regcache_raw_supply): Likewise.
6794 (regcache_raw_collect): Likewise.
6795 (regcache_transfer_regset): Likewise.
6796 (regcache_supply_regset): Likewise.
6797 (regcache_collect_regset): Likewise.
6798 (regcache_debug_print_register): Likewise.
6799 (enum regcache_dump_what): Move it to regcache.h.
6800 (regcache_dump): Change it to method dump.
6801 * regcache.h (enum regcache_dump_what): New.
6802 (class regcache): New.
6803 * target.c (target_fetch_registers): Call method
6804 debug_print_register.
6805 (target_store_registers): Likewise.
6806
f8fdb78e
SM
68072017-04-28 Simon Marchi <simon.marchi@ericsson.com>
6808
6809 * windows-nat.c (struct lm_info_windows): Initialize field.
6810 (windows_make_so): Allocate lm_info_windows with new.
6811 (windows_free_so): Free lm_info_windows with delete.
6812
9ccbfd7b
SM
68132017-04-28 Simon Marchi <simon.marchi@ericsson.com>
6814
6815 * solib-darwin.c (struct lm_info_darwin): Initialize field.
6816 (darwin_current_sos): Allocate lm_info_darwin with new, remove
6817 cleanup.
6818 (darwin_free_so): Free lm_info_darwin with delete.
6819
76e75227
SM
68202017-04-28 Simon Marchi <simon.marchi@ericsson.com>
6821
6822 * solib-svr4.h (struct lm_info_svr4): Initialize fields.
6823 <l_addr_p>: Change type to bool.
6824 * solib-svr4.c (lm_info_read): Allocate lm_info_svr4 with new.
6825 (svr4_free_so): Free lm_info_svr4 with delete.
6826 (svr4_copy_library_list): Replace memcpy with call to copy
6827 constructor.
6828 (library_list_start_library, svr4_default_sos): Allocate
6829 lm_info_svr4 with new.
6830
51046d9e
SM
68312017-04-28 Simon Marchi <simon.marchi@ericsson.com>
6832
6833 * solib-target.c (struct lm_info_target): Add destructor,
6834 initialize fields.
6835 <name>: Change type to std::string.
6836 (library_list_start_library): Allocate lm_info_target with new.
6837 (solib_target_free_library_list): Free lm_info_target with
6838 delete.
6839 (solib_target_current_sos): Adapt to std::string.
6840 (solib_target_free_so): Free lm_info_target with delete.
6841
4023ae76
SM
68422017-04-28 Simon Marchi <simon.marchi@ericsson.com>
6843
6844 * solib-frv.c (struct lm_info_frv): Add destructor, initialize
6845 fields.
6846 (frv_current_sos): Allocate lm_info_frv with new.
6847 (frv_relocate_main_executable): Free lm_info_frv with delete,
6848 allocate with new.
6849 (frv_clear_solib, frv_free_so): Free lm_info_frv with delete.
6850
af43057b
SM
68512017-04-28 Simon Marchi <simon.marchi@ericsson.com>
6852
6853 * solib-frv.c (struct lm_info_frv): Fix indentation.
6854
b0911207
SM
68552017-04-28 Simon Marchi <simon.marchi@ericsson.com>
6856
6857 * solib-dsbt.c (struct lm_info_dsbt): Add destructor, initialize
6858 map field.
6859 (dsbt_current_sos): Allocate lm_info_dsbt with new.
6860 (dsbt_relocate_main_executable): Free lm_info_dsbt with delete
6861 and allocate with new.
6862 (dsbt_clear_solib, dsbt_free_so): Free lm_info_dsbt with delete.
6863
6c401f72
SM
68642017-04-28 Simon Marchi <simon.marchi@ericsson.com>
6865
6866 * solib-aix.c (struct lm_info_aix): Initialize fields in-class.
6867 <filename, member_name>: Change type to std::string.
6868 (solib_aix_new_lm_info, solib_aix_xfree_lm_info): Remove.
6869 (library_list_start_library): Allocate lm_info_aix with new.
6870 (solib_aix_free_library_list, solib_aix_free_so): Free with delete.
6871 (solib_aix_current_sos): Adapt to std::string, copy lm_info_aix
6872 with copy constructor.
6873
d0e449a1
SM
68742017-04-28 Simon Marchi <simon.marchi@ericsson.com>
6875
6876 * solist.h (struct lm_info): Remove.
6877 (struct lm_info_base): New class.
6878 (struct so_list) <lm_info>: Change type to lm_info_base *.
6879 * nto-tdep.c (struct lm_info): Remove.
6880 (lm_addr): Adjust.
6881 * solib-aix.c (struct lm_info): Rename to ...
6882 (struct lm_info_aix): ... this. Extend lm_info_base.
6883 (lm_info_p): Rename to ...
6884 (lm_info_aix_p): ... this, and adjust.
6885 (solib_aix_new_lm_info, solib_aix_xfree_lm_info,
6886 solib_aix_parse_libraries, library_list_start_library,
6887 solib_aix_free_library_list, solib_aix_parse_libraries,
6888 solib_aix_get_library_list,
6889 solib_aix_relocate_section_addresses, solib_aix_free_so,
6890 solib_aix_get_section_offsets,
6891 solib_aix_solib_create_inferior_hook, solib_aix_current_sos):
6892 Adjust.
6893 (struct solib_aix_inferior_data) <library_list>: Adjust.
6894 * solib-darwin.c (struct lm_info): Rename to ...
6895 (struct lm_info_darwin): ... this. Extend lm_info_base.
6896 (darwin_current_sos, darwin_relocate_section_addresses): Adjust.
6897 * solib-dsbt.c (struct lm_info): Rename to ...
6898 (struct lm_info_dsbt): ... this. Extend lm_info_base.
6899 (struct dsbt_info) <main_executable_lm_info): Adjust.
6900 (dsbt_current_sos, dsbt_relocate_main_executable, dsbt_free_so,
6901 dsbt_relocate_section_addresses): Adjust.
6902 * solib-frv.c (struct lm_info): Rename to ...
6903 (struct lm_info_frv): ... this. Extend lm_info_base.
6904 (main_executable_lm_info): Adjust.
6905 (frv_current_sos, frv_relocate_main_executable, frv_free_so,
6906 frv_relocate_section_addresses, frv_fdpic_find_global_pointer,
6907 find_canonical_descriptor_in_load_object,
6908 frv_fdpic_find_canonical_descriptor): Adjust.
6909 * solib-svr4.c (struct lm_info): Move to solib-svr4.h, renamed
6910 to lm_info_svr4.
6911 (lm_info_read, lm_addr_check, svr4_keep_data_in_core,
6912 svr4_clear_so, svr4_copy_library_list,
6913 library_list_start_library, svr4_default_sos, svr4_read_so_list,
6914 svr4_current_sos, svr4_fetch_objfile_link_map,
6915 solist_update_incremental): Adjust.
6916 * solib-svr4.h (struct lm_info_svr4): Move here from
6917 solib-svr4.c.
6918 * solib-target.c (struct lm_info): Rename to ...
6919 (struct lm_info_target): ... this. Extend lm_info_base.
6920 (lm_info_p): Rename to ...
6921 (lm_info_target_p): ... this.
6922 (solib_target_parse_libraries, library_list_start_segment,
6923 library_list_start_section, library_list_start_library,
6924 library_list_end_library, solib_target_free_library_list,
6925 solib_target_current_sos, solib_target_free_so,
6926 solib_target_relocate_section_addresses): Adjust.
6927 * windows-nat.c (struct lm_info): Rename to ...
6928 (struct lm_info_windows): ... this. Extend lm_info_base.
6929 (windows_make_so, handle_load_dll, handle_unload_dll,
6930 windows_xfer_shared_libraries): Adjust.
6931
434a4023
SM
69322017-04-28 Simon Marchi <simon.marchi@ericsson.com>
6933
6934 * solib-darwin.c (struct darwin_so_list): Remove.
6935 (darwin_current_sos): Allocate an so_list object instead of a
6936 darwin_so_list, separately allocate an lm_info object.
6937 (darwin_free_so): Free lm_info.
6938
428544e8
JB
69392017-04-28 John Baldwin <jhb@FreeBSD.org>
6940
6941 * mips-tdep.c (print_gp_register_row): Replace printf_filtered
6942 with fprintf_filtered.
6943
4621115f
YQ
69442017-04-28 Yao Qi <yao.qi@linaro.org>
6945
6946 * regcache.c (regcache::regcache): New function.
6947 (regcache::~regcache): New function.
6948 (regcache_xmalloc_1): Remove.
6949 (regcache_xmalloc): Call new regcache.
6950 (regcache_xfree): Call delete regcache.
6951 (get_thread_arch_aspace_regcache): Call new regcache.
6952
339053c2
YQ
69532017-04-28 Yao Qi <yao.qi@linaro.org>
6954
6955 * mips-linux-nat.c (mips_linux_new_thread): Use ptid method
6956 lwp instead of ptid_get_lwp.
6957
7974a605
YQ
69582017-04-28 Yao Qi <yao.qi@linaro.org>
6959
6960 * mips-linux-nat.c (mips_linux_new_thread): Get lwpid from
6961 lwp_info instead of getting from inferior_ptid.
6962
e15c3eb4
KS
69632017-04-27 Keith Seitz <keiths@redhat.com>
6964
6965 * gdbtypes.c (LVALUE_REFERENCE_TO_RVALUE_BINDING_BADNESS)
6966 DIFFERENT_REFERENCE_TYPE_BADNESS): Remove.
6967 (CV_CONVERSION_BADNESS): Define.
6968 (rank_one_type): Remove overly restrictive rvalue reference
6969 rank checks.
6970 Add cv-qualifier checks and subranks for type equality.
6971 * gdbtypes.h (REFERENCE_CONVERSION_RVALUE,
6972 REFERENCE_CONVERSION_CONST_LVALUE, CV_CONVERSION_BADNESS,
6973 CV_CONVERSION_CONST, CV_CONVERSION_VOLATILE): Declare.
6974
72bc1d24
SM
69752017-04-27 Simon Marchi <simon.marchi@ericsson.com>
6976
6977 * python/py-inferior.c (inferior_to_inferior_object): Increment reference
6978 count when creating the object.
6979
55bcecda
UW
69802017-04-27 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
6981 Ulrich Weigand <uweigand@de.ibm.com>
6982
6983 * xcoffread.c (read_xcoff_symtab): Read correct function auxiliary
6984 entry if xlc -qfuncsect or gcc -ffunction-sections compiler option
6985 is used in AIX.
6986 (read_xcoff_symtab): Handle C_WEAKEXT storage class.
6987 (process_xcoff_symbol): Likewise.
6988 (scan_xcoff_symtab): Likewise.
6989
5c99fcf8
AH
69902017-04-26 Alan Hayward <alan.hayward@arm.com>
6991
6992 * ia64-tdep.c (examine_prologue): Use get_frame_register_unsigned.
6993 (ia64_sigtramp_frame_prev_register): Use read_memory_unsigned_integer.
6994 (ia64_access_reg): Use get_frame_register_unsigned.
6995 (ia64_access_rse_reg): Likewise.
6996 (ia64_libunwind_frame_prev_register): Likewise.
6997
b41c5a85
JW
69982017-04-26 Jiong Wang <jiong.wang@arm.com>
6999
7000 * gdbarch.sh: New gdbarch method execute_dwarf_cfa_vendor_op.
7001 * gdbarch.c: Regenerated.
7002 * gdbarch.h: Regenerated.
7003 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Made the
7004 visibility external.
7005 (execute_cfa_program): Call execute_dwarf_cfa_vendor_op for CFI
7006 between DW_CFA_lo_user and DW_CFA_high_user inclusive.
7007 (enum cfa_how_kind): Move to ...
7008 (struct dwarf2_frame_state_reg_info): Likewise.
7009 (struct dwarf2_frame_state): Likewise.
7010 * dwarf2-frame.h: ... here.
7011 (dwarf2_frame_state_alloc_regs): New declaration.
7012 * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): New function.
7013 (sparc32_gdbarch_init): Register execute_dwarf_cfa_vendor_op hook.
7014
c185f580
AH
70152017-04-26 Alan Hayward <alan.hayward@arm.com>
7016
7017 * xtensa-tdep.c (xtensa_pseudo_register_read): Use
7018 regcache_raw_read_unsigned.
7019 (xtensa_pseudo_register_write): Likewise.
7020
19c45594
AH
70212017-04-26 Alan Hayward <alan.hayward@arm.com>
7022
7023 * nds32-tdep.c (nds32_pseudo_register_read): Abort on errors.
7024 (nds32_pseudo_register_write): Likewise.
7025
4658f12e
YQ
70262017-04-25 Yao Qi <yao.qi@linaro.org>
7027
7028 * regcache.c (struct regcache) <readonly_p>: Change its type
7029 to bool.
7030 (regcache_xmalloc_1): Update parameter type and callers update.
7031
d581dda8
YQ
70322017-04-25 Yao Qi <yao.qi@linaro.org>
7033
7034 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
7035 set_gdbarch_wchar_bit.
7036 * arm-tdep.c (arm_gdbarch_init): Likewise.
7037
debed3db
PA
70382017-04-25 Pedro Alves <palves@redhat.com>
7039
7040 * common/poison.h [!HAVE_IS_TRIVIALLY_COPYABLE] (IsRelocatable)
7041 (BothAreRelocatable, memcopy, memmove): Don't define.
7042 * common/traits.h (__has_feature, HAVE_IS_TRIVIALLY_COPYABLE): New
7043 macros.
7044
b0b92aeb
PA
70452017-04-25 Pedro Alves <palves@redhat.com>
7046
7047 * common/common-defs.h: Include "common/poison.h".
7048 * common/function-view.h: (Not, Or, Requires): Move to traits.h
7049 and adjust.
7050 * common/poison.h: New file.
7051 * common/traits.h: Include <type_traits>.
7052 (Not, Or, Requires): New, moved from common/function-view.h.
7053
16c4d54a
PA
70542017-04-25 Pedro Alves <palves@redhat.com>
7055
7056 * breakpoint.h (struct breakpoint): In-class initialize all
7057 fields. Make boolean fields "bool".
7058 * breakpoint.c (init_raw_breakpoint_without_location): Remove
7059 memset call and initializations no longer necessary.
7060
b5c36682
PA
70612017-04-25 Pedro Alves <palves@redhat.com>
7062
7063 * btrace.c (pt_btrace_insn_flags): Change parameter type to
7064 reference.
7065 (pt_btrace_insn): New function.
7066 (ftrace_add_pt): Remove memset call and use pt_btrace_insn.
7067
5625a286
PA
70682017-04-25 Pedro Alves <palves@redhat.com>
7069
7070 * ada-lang.c (ada_catchpoint_location): Now a "class". Remove
7071 "base" field and inherit from "bp_location" instead. Add
7072 non-default ctor.
7073 (allocate_location_exception): Use new non-default ctor.
7074 * breakpoint.c (get_first_locp_gte_addr): Remove memset call.
7075 (init_bp_location): Convert to ...
7076 (bp_location::bp_location): ... this new ctor, and remove memset
7077 call.
7078 (base_breakpoint_allocate_location): Use the new non-default ctor.
7079 * breakpoint.h (bp_location): Now a class. Declare default and
7080 non-default ctors. In-class initialize all members.
7081 (init_bp_location): Remove declaration.
7082
23bcc18f
PA
70832017-04-25 Pedro Alves <palves@redhat.com>
7084
7085 * common/enum-flags.h (enum_flags): Don't implement copy ctor and
7086 assignment operator.
7087
e1ba3053
YQ
70882017-04-24 Yao Qi <yao.qi@linaro.org>
7089
7090 * doublest.c (convert_doublest_to_floatformat): Call
7091 floatformat_totalsize_bytes.
7092
10f489e5
TT
70932017-04-22 Tom Tromey <tom@tromey.com>
7094
7095 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
7096 ui_out_emit_list.
7097 * stack.c (print_frame): Use ui_out_emit_list.
7098 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
7099 ui_out_emit_list.
7100 * mi/mi-main.c (print_one_inferior)
7101 (mi_cmd_data_list_register_names)
7102 (mi_cmd_data_list_register_values, mi_cmd_list_features)
7103 (mi_cmd_list_target_features, mi_cmd_trace_frame_collected): Use
7104 ui_out_emit_list.
7105 * mi/mi-interp.c (mi_on_normal_stop_1): Use ui_out_emit_list.
7106 (mi_output_solib_attribs): Use ui_out_emit_list,
7107 ui_out_emit_tuple.
7108 * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_list.
7109 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
7110 (mi_cmd_stack_list_args, list_args_or_locals): Use
7111 ui_out_emit_list.
7112 * disasm.c (do_assembly_only): Use ui_out_emit_list.
7113 * breakpoint.c (print_solib_event, output_thread_groups): Use
7114 ui_out_emit_list.
7115
0092b74d
TT
71162017-04-22 Tom Tromey <tom@tromey.com>
7117
7118 * mi/mi-main.c (print_variable_or_computed): Use ui_out_emit_tuple.
7119 * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_tuple.
7120 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_out_emit_tuple.
7121
a14a62dd
TT
71222017-04-22 Tom Tromey <tom@tromey.com>
7123
7124 * tracepoint.c (tvariables_info_1)
7125 (print_one_static_tracepoint_marker): Use ui_out_emit_tuple.
7126
46b9c129
TT
71272017-04-22 Tom Tromey <tom@tromey.com>
7128
7129 * stack.c (print_frame_arg): Use ui_out_emit_tuple,
7130 annotate_arg_emitter.
7131 * breakpoint.c (print_mention_watchpoint)
7132 (print_mention_masked_watchpoint): Use ui_out_emit_tuple.
7133 * annotate.h (struct annotate_arg_emitter): New.
7134
2e783024
TT
71352017-04-22 Tom Tromey <tom@tromey.com>
7136
7137 * record-btrace.c (record_btrace_insn_history)
7138 (record_btrace_insn_history_range, record_btrace_call_history)
7139 (record_btrace_call_history_range): Use ui_out_emit_tuple.
7140 * thread.c (do_captured_list_thread_ids, print_thread_info_1): Use
7141 ui_out_emit_tuple.
7142 * stack.c (print_frame_info): Use ui_out_emit_tuple.
7143 * solib.c (info_sharedlibrary_command): Use ui_out_emit_tuple.
7144 * skip.c (skip_info): Use ui_out_emit_tuple.
7145 * remote.c (show_remote_cmd): Use ui_out_emit_tuple.
7146 * progspace.c (print_program_space): Use ui_out_emit_tuple.
7147 * probe.c (info_probes_for_ops): Use ui_out_emit_tuple.
7148 * osdata.c (info_osdata): Use ui_out_emit_tuple.
7149 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
7150 ui_out_emit_tuple.
7151 * mi/mi-main.c (print_one_inferior, list_available_thread_groups)
7152 (output_register, mi_cmd_data_read_memory)
7153 (mi_cmd_data_read_memory_bytes, mi_load_progress)
7154 (mi_cmd_trace_frame_collected): Use ui_out_emit_tuple.
7155 * mi/mi-cmd-var.c (mi_cmd_var_list_children, varobj_update_one):
7156 Use ui_out_emit_tuple.
7157 * mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Use
7158 ui_out_emit_tuple.
7159 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
7160 (mi_cmd_info_gdb_mi_command): Use ui_out_emit_tuple.
7161 * linux-thread-db.c (info_auto_load_libthread_db): Use
7162 ui_out_emit_tuple.
7163 * inferior.c (print_inferior): Use ui_out_emit_tuple.
7164 * gdb_bfd.c (print_one_bfd): Use ui_out_emit_tuple.
7165 * disasm.c (do_mixed_source_and_assembly_deprecated)
7166 (do_mixed_source_and_assembly): Use ui_out_emit_tuple.
7167 * cp-abi.c (list_cp_abis): Use ui_out_emit_tuple.
7168 * cli/cli-setshow.c (cmd_show_list): Use ui_out_emit_tuple.
7169 * breakpoint.c (print_one_breakpoint_location)
7170 (print_one_breakpoint): Use ui_out_emit_tuple.
7171 * auto-load.c (print_script, info_auto_load_cmd): Use
7172 ui_out_emit_tuple.
7173 * ada-tasks.c (print_ada_task_info): Use ui_out_emit_tuple.
7174
9be21bb4
SM
71752017-04-21 Simon Marchi <simon.marchi@ericsson.com>
7176
7177 * thread.c (print_thread_info_1): Remove dead code.
7178
0d4c07af
JK
71792017-04-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7180
7181 * aarch64-tdep.c (selftests::aarch64_process_record_test): Make it #if
7182 GDB_SELF_TEST.
7183 * arm-tdep.c (selftests::arm_record_test): Likewise.
7184
4daf993d
YQ
71852017-04-21 Yao Qi <yao.qi@linaro.org>
7186
7187 * regcache.c (regcache_restore): Remove argument 2. Replace
7188 argument 3 with regcache. Get register status from
7189 src->register_status and get register contents from
7190 register_buffer (src, regnum).
7191 (regcache_cpy): Update.
7192
a6c21d4a
PA
71932017-04-19 Pedro Alves <palves@redhat.com>
7194
7195 * gdbthread.h (thread): Add missing closing parenthesis in
7196 comment.
7197
3a3fd0fd
PA
71982017-04-19 Pedro Alves <palves@redhat.com>
7199
7200 * common/refcounted-object.h: New file.
7201 * gdbthread.h: Include "common/refcounted-object.h".
7202 (thread_info): Inherit from refcounted_object and add comments.
7203 (thread_info::incref, thread_info::decref)
7204 (thread_info::m_refcount): Delete.
7205 (thread_info::deletable): Use the refcounted_object::refcount()
7206 method.
7207 * inferior.c (current_inferior_): Add comment.
7208 (set_current_inferior): Increment/decrement refcounts.
7209 (prune_inferiors, remove_inferior_command): Skip inferiors marked
7210 not-deletable instead of comparing with the current inferior.
7211 (initialize_inferiors): Increment the initial inferior's refcount.
7212 * inferior.h (struct inferior): Forward declare.
7213 Include "common/refcounted-object.h".
7214 (current_inferior, set_current_inferior): Move declaration to
7215 before struct inferior's definition, and fix comment.
7216 (inferior): Inherit from refcounted_object. Add comments.
7217 * thread.c (switch_to_thread_no_regs): Reference the thread's
7218 inferior pointer directly instead of doing a ptid lookup.
7219 (switch_to_no_thread): New function.
7220 (switch_to_thread(thread_info *)): New function, factored out
7221 from ...
7222 (switch_to_thread(ptid_t)): ... this.
7223 (restore_current_thread): Delete.
7224 (current_thread_cleanup): Remove 'inf_id' and 'was_removable'
7225 fields, and add 'inf' field.
7226 (do_restore_current_thread_cleanup): Check whether old->inf is
7227 alive instead of looking up an inferior by ptid. Use
7228 switch_to_thread and switch_to_no_thread.
7229 (restore_current_thread_cleanup_dtor): Use old->inf directly
7230 instead of lookup up an inferior by id. Decref the inferior.
7231 Don't restore 'removable'.
7232 (make_cleanup_restore_current_thread): Same the inferior pointer
7233 in old, instead of the inferior number. Incref the inferior.
7234 Don't save/clear 'removable'.
7235
9bcb1f16
PA
72362017-04-19 Pedro Alves <palves@redhat.com>
7237
7238 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
7239 unittests/scoped_restore-selftests.c.
7240 (SUBDIR_UNITTESTS_OBS): Add scoped_restore-selftests.o.
7241 * common/scoped_restore.h (scoped_restore_base): Make "class".
7242 (scoped_restore_base::release): New public method.
7243 (scoped_restore_base::scoped_restore_base): New protected ctor.
7244 (scoped_restore_base::m_saved_var): New protected field.
7245 (scoped_restore_tmpl::scoped_restore_tmpl(T*)): Initialize the
7246 scoped_restore_base base class instead of m_saved_var directly.
7247 (scoped_restore_tmpl::scoped_restore_tmpl(T*, T2)): Likewise.
7248 (scoped_restore_tmpl::scoped_restore_tmpl(const
7249 scoped_restore_tmpl<T>&)): Likewise.
7250 (scoped_restore_tmpl::~scoped_restore_tmpl): Use the saved_var
7251 method.
7252 (scoped_restore_tmpl::saved_var): New method.
7253 (scoped_restore_tmpl::m_saved_var): Delete.
7254 * inferior.h (inferior::detaching): Now a bool.
7255 * infrun.c (prepare_for_detach): Use a scoped_restore instead of a
7256 cleanup.
7257 * unittests/scoped_restore-selftests.c: New file.
7258
26fcd539
PA
72592017-04-19 Pedro Alves <palves@redhat.com>
7260
7261 * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS):
7262 Re-sort in alphabetic order.
7263
fdd243b0
PA
72642017-04-18 Pedro Alves <palves@redhat.com>
7265
7266 * xml-support.c (obstack_xml_printf): Delete.
7267 * xml-support.h (obstack_xml_printf): Delete.
7268
4895cde2
PA
72692017-04-18 Pedro Alves <palves@redhat.com>
7270
7271 * xml-support.c (gdb_xml_parser) <use_dtd, dtd_name, parse,
7272 vdebug, verror, body_text, start_element, end_element, name,
7273 user_data, set_is_xinclude, set_error, expat_parser>: New methods.
7274 <name, user_data, expat_parser, scopes, error, last_line, dtd_name,
7275 is_xinclude>: Make private and add m_ prefix.
7276 (gdb_xml_parser::body_text): New method, based on ...
7277 (gdb_xml_body_text): ... this. Adjust.
7278 (gdb_xml_parser::vdebug): New method, based on ...
7279 (gdb_xml_debug): ... this. Adjust.
7280 (gdb_xml_parser::verror): New method, based on ...
7281 (gdb_xml_error): ... this. Adjust.
7282 (gdb_xml_parser::start_element): New method, based on ...
7283 (gdb_xml_start_element): ... this. Adjust.
7284 (gdb_xml_start_element_wrapper): Defer to
7285 gdb_xml_parser::start_element and gdb_xml_parser::set_error.
7286 (gdb_xml_parser::end_element): New method, based on ...
7287 (gdb_xml_end_element_wrapper): ... this. Adjust.
7288 (gdb_xml_parser::~gdb_xml_parser): Adjust.
7289 (gdb_xml_parser::gdb_xml_parser): Adjust to field renames.
7290 (gdb_xml_parser::use_dtd): New method, based on ...
7291 (gdb_xml_use_dtd): ... this. Adjust.
7292 (gdb_xml_parser::parse): New method, based on ...
7293 (gdb_xml_parse): ... this. Adjust.
7294 (gdb_xml_parse_quick): Adjust to call the parser's parse method.
7295 (xinclude_start_include): Adjust to call the parser's name method.
7296 (xml_xinclude_default, xml_xinclude_start_doctype)
7297 (xml_xinclude_end_doctype): Adjust to call the parser's user_data
7298 method.
7299 (xml_process_xincludes): Adjust to call parser methods.
7300 * xml-support.h (gdb_xml_use_dtd, gdb_xml_parse): Delete
7301 declarations.
7302
bd8a901f
PA
73032017-04-18 Pedro Alves <palves@redhat.com>
7304
7305 * tracefile-tfile.c (tfile_write_tdesc): Adjust to use
7306 gdb::optional<std::string>.
7307 * xml-support.c: Include <string>.
7308 (scope_level::scope_level(scope_level &&))
7309 (scope_level::~scope_level): Delete.
7310 (scope_level::body): Now a std::string.
7311 (gdb_xml_body_text, gdb_xml_end_element): Adjust.
7312 (xinclude_parsing_data::xinclude_parsing_data): Add 'output'
7313 parameter.
7314 (xinclude_parsing_data::~xinclude_parsing_data): Delete.
7315 (xinclude_parsing_data::output): Now a std::string reference.
7316 (xinclude_start_include): Adjust.
7317 (xml_xinclude_default): Adjust.
7318 (xml_process_xincludes): Add 'output' parameter, and return bool.
7319 * xml-support.h (xml_process_xincludes): Add 'output' parameter,
7320 and return bool.
7321 * xml-tdesc.c: Include <unordered_map> and <string>.
7322 (tdesc_xml_cache): Delete.
7323 (tdesc_xml_cache_s): Delete.
7324 (xml_cache): Now an std::unordered_map.
7325 (tdesc_parse_xml): Adjust to use std::string and unordered_map.
7326 (target_fetch_description_xml): Change return type to
7327 gdb::optional<std::string>, and adjust.
7328 * xml-tdesc.h: Include "common/gdb_optional.h" and <string>.
7329 (target_fetch_description_xml): Change return type to
7330 gdb::optional<std::string>.
7331
d35d1958
PA
73322017-04-18 Pedro Alves <palves@redhat.com>
7333
7334 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
7335 unittests/optional-selftests.c.
7336 (SUBDIR_UNITTESTS_OBS): Add optional-selftests.o.
7337 * unittests/optional-selftests.c: New file.
7338 * unittests/optional/assignment/1.cc: New file.
7339 * unittests/optional/assignment/2.cc: New file.
7340 * unittests/optional/assignment/3.cc: New file.
7341 * unittests/optional/assignment/4.cc: New file.
7342 * unittests/optional/assignment/5.cc: New file.
7343 * unittests/optional/assignment/6.cc: New file.
7344 * unittests/optional/assignment/7.cc: New file.
7345 * unittests/optional/cons/copy.cc: New file.
7346 * unittests/optional/cons/default.cc: New file.
7347 * unittests/optional/cons/move.cc: New file.
7348 * unittests/optional/cons/value.cc: New file.
7349 * unittests/optional/in_place.cc: New file.
7350 * unittests/optional/observers/1.cc: New file.
7351 * unittests/optional/observers/2.cc: New file.
7352
22796e97
PA
73532017-04-18 Pedro Alves <palves@redhat.com>
7354
7355 * common/gdb_optional.h: Include common/traits.h.
7356 (in_place_t): New type.
7357 (in_place): New constexpr variable.
7358 (optional::optional): Remove member initialization of
7359 m_instantiated.
7360 (optional::optional(in_place_t...)): New constructor.
7361 (optional::~optional): Use reset.
7362 (optional::optional(const optional&)): New.
7363 (optional::optional(const optional&&)): New.
7364 (optional::optional(T &)): New.
7365 (optional::optional(T &&)): New.
7366 (operator::operator=(const optional &)): New.
7367 (operator::operator=(optional &&)): New.
7368 (operator::operator= (const T &))
7369 (operator::operator= (T &&))
7370 (operator::emplace (Args &&... args)): Return a T&. Use reset.
7371 (operator::reset): New.
7372 (operator::m_instantiated):: Add in-class initializer.
7373 * common/traits.h: Include <type_traits>.
7374 (struct And): New types.
7375
a7fc9b61
PA
73762017-04-18 Pedro Alves <palves@redhat.com>
7377
7378 * xml-support.c: Include <vector>.
7379 (scope_level::scope_level(const gdb_xml_element *))
7380 (scope_level::scope_level(scope_level&&)): New.
7381 (scope_level::~scope_level): New.
7382 (scope_level_s): Delete.
7383 (gdb_xml_parser::scopes): Now a std::vector.
7384 (gdb_xml_body_text, gdb_xml_start_element, gdb_xml_end_element):
7385 Use std::vector.
7386 (gdb_xml_parser::~gdb_xml_parser): Remove now unnecessary
7387 scope cleanup code.
7388 (gdb_xml_parser::gdb_xml_parser): Remove explicit initialization
7389 of the scopes member. Use std::vector::emplace_back.
7390
010151c9
PA
73912017-04-18 Pedro Alves <palves@redhat.com>
7392
7393 * xml-support.c (gdb_xml_parser): Add ctor/dtor. Make is_xinclude
7394 a bool.
7395 (gdb_xml_end_element): Change type of first parameter.
7396 (gdb_xml_cleanup): Rename to ...
7397 (gdb_xml_parser::~gdb_xml_parser): ... this.
7398 (gdb_xml_create_parser_and_cleanup): Delete with ...
7399 (gdb_xml_parser::gdb_xml_parser): ... creation parts factored out
7400 to this new ctor.
7401 (gdb_xml_parse_quick): Create a local gdb_xml_parser instead of
7402 using gdb_xml_create_parser_and_cleanup.
7403 (xinclude_parsing_data): Add ctor/dtor.
7404 (xml_xinclude_cleanup): Delete.
7405 (xml_process_xincludes): Create a local xinclude_parsing_data
7406 instead of heap-allocating one. Create a local gdb_xml_parser
7407 instead of heap-allocating one with
7408 gdb_xml_create_parser_and_cleanup.
7409
d56060f0
JB
74102017-04-18 John Baldwin <jhb@FreeBSD.org>
7411
7412 PR threads/20743
7413 * fbsd-nat.c (resume_one_thread_cb): Remove.
7414 (resume_all_threads_cb): Remove.
7415 (fbsd_resume): Use ALL_NON_EXITED_THREADS instead of
7416 iterate_over_threads.
7417
305d16a9
JB
74182017-04-17 Joel Brobecker <brobecker@adacore.com>
7419
7420 * NEWS: Create a new section for the next release branch.
7421 Rename the section of the current branch, now that it has
7422 been cut.
7423
8bb57231
JB
74242017-04-17 Joel Brobecker <brobecker@adacore.com>
7425
7426 GDB 8.0 branch created (725bf5cf125783c2a7ca4ab63d3768e220bab2db):
7427 * version.in: Bump version to 8.0.50.DATE-git.
7428
096c92dd
SDJ
74292017-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7430
7431 PR gdb/21385
7432 * windows-nat.c (windows_create_inferior): Declare 'allargs'
7433 independently of the host, and fix build breakage on Cygwin.
7434
0550c955
PA
74352017-04-13 Pedro Alves <palves@redhat.com>
7436
7437 * inferior.c (free_inferior): Convert to ...
7438 (inferior::~inferior): ... this dtor.
7439 (inferior::inferior): New ctor, factored out from ...
7440 (add_inferior_silent): ... here. Allocate the inferior with a new
7441 expression.
7442 (delete_inferior): Call delete instead of free_inferior.
7443 * inferior.h (gdb_environ, continuation): Forward declare.
7444 (inferior): Now a class. Add in-class initialization to all
7445 members. Make boolean fields bool, except 'detaching'.
7446 (inferior::inferior): New explicit ctor.
7447 (inferior::~inferior): New.
7448
e3d60dfc
PA
74492017-04-13 Pedro Alves <palves@redhat.com>
7450
7451 * inferior.c (init_inferior_list): Delete.
7452 * inferior.h (init_inferior_list): Delete.
7453
5fd69d0a
PA
74542017-04-13 Pedro Alves <palves@redhat.com>
7455
7456 PR threads/13217
7457 * gdb.threads/threadapply.exp (thr_apply_detach): New procedure.
7458 (top level): Call it twice, with different thread sets.
7459
c6609450
PA
74602017-04-13 Pedro Alves <palves@redhat.com>
7461
7462 * thread.c: Include <algorithm>.
7463 (thread_array_cleanup): Delete.
7464 (scoped_inc_dec_ref): New class.
7465 (live_threads_count): New function.
7466 (set_thread_refcount): Delete.
7467 (tp_array_compar_ascending): Now a bool.
7468 (tp_array_compar): Convert to a std::sort comparison function.
7469 (thread_apply_all_command): Use std::vector and scoped_inc_dec_ref
7470 and live_threads_count.
7471
2a00d7ce
PA
74722017-04-13 Pedro Alves <palves@redhat.com>
7473
7474 * infrun.c (follow_fork_inferior): Also switch the current
7475 inferior.
7476
441d7c93
PA
74772017-04-13 Pedro Alves <palves@redhat.com>
7478
7479 * breakpoint.c (watch_command_1): Save watchpoint-frame info
7480 before calling create_internal_breakpoint.
7481
808480f6
PA
74822017-04-13 Pedro Alves <palves@redhat.com>
7483
7484 * fork-child.c (execv_argv): New class.
7485 (breakup_args): Refactored as ...
7486 (execv_argv::init_for_no_shell): .. this method of execv_argv.
7487 Copy arguments to storage and replace separators with NULL
7488 terminators in place.
7489 (escape_bang_in_quoted_argument): Adjust to return bool.
7490 (execv_argv::execv_argv): New ctor.
7491 (execv_argv::init_for_shell): New method, factored out from
7492 fork_inferior. Don't strdup strings into the vector.
7493 (fork_inferior): Eliminate "shell" local and use execv_argv. Use
7494 Remove free_vector_argv call.
7495
ad3d022a
YQ
74962017-04-13 Yao Qi <yao.qi@linaro.org>
7497
7498 * rx-tdep.c (rx_fpsw_type): Check tdep->rx_fpsw_type instead of
7499 tdep->rx_psw_type.
7500
e6ddc3bf
YQ
75012017-04-13 Yao Qi <yao.qi@linaro.org>
7502
7503 * rl78-tdep.c (rl78_gdbarch_init): Use XCNEW instead of XNEW.
7504 * rx-tdep.c (rx_gdbarch_init): Likewise.
7505
bfb8cf90
PA
75062017-04-13 Pedro Alves <palves@redhat.com>
7507
7508 * breakpoint.h (struct breakpoint): Reindent.
7509
f5336ca5
PA
75102017-04-13 Pedro Alves <palves@redhat.com>
7511
7512 * breakpoint.c (bp_location): Rename to ...
7513 (bp_locations): ... this. All references updated.
7514 (bp_location_count): Rename to ...
7515 (bp_locations_count): ... this. All references updated.
7516 (bp_location_placed_address_before_address_max): Rename to ...
7517 (bp_locations_placed_address_before_address_max): ... this. All
7518 references updated.
7519 (bp_location_shadow_len_after_address_max): Rename to ...
7520 (bp_locations_shadow_len_after_address_max): ... this. All
7521 references updated.
7522 (bp_location_compare_addrs): Rename to ...
7523 (bp_locations_compare_addrs): ... this. All references updated.
7524 (bp_location_compare):Rename to ...
7525 (bp_locations_compare): ... this. All references updated.
7526 (bp_location_target_extensions_update): Rename to ...
7527 (bp_locations_target_extensions_update): ... this. All references
7528 updated.
7529
be628ab8
SDJ
75302017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
7531
7532 * Makefile.in (HFILES_NO_SRCDIR): Add "common/gdb_termios.h".
7533 * common/common.m4: Check headers 'termios.h', 'termio.h' and
7534 'sgtty.h'.
7535 * common/gdb_termios.h: New file, with parts of "terminal.h".
7536 * inflow.c: Include "gdb_termios.h".
7537 * ser-unix.c: Include "gdb_termios.h".
7538 * terminal.h: Move terminal-related defines to
7539 "common/gdb_termios.h".
7540
8e9e35b1
TT
75412017-04-12 Tom Tromey <tom@tromey.com>
7542
7543 * probe.c (parse_probes): Update.
7544 * location.h (delete_event_location): Don't declare.
7545 (event_location_deleter::operator()): Update.
7546 * location.c (event_location_deleter::operator()): Rename from
7547 delete_event_location.
7548 * linespec.h (linespec_result) <location>: Change type to
7549 event_location_up.
7550 * linespec.c (canonicalize_linespec, event_location_to_sals)
7551 (decode_objc): Update.
7552 (linespec_result): Don't call delete_event_location.
7553 * breakpoint.c (create_breakpoints_sal)
7554 (bkpt_probe_create_sals_from_location)
7555 (strace_marker_create_sals_from_location): Update.
7556
16e802b9
TT
75572017-04-12 Tom Tromey <tom@tromey.com>
7558
7559 * linespec.h (struct linespec_result): Add constructor and
7560 destructor.
7561 (init_linespec_result, destroy_linespec_result)
7562 (make_cleanup_destroy_linespec_result): Don't declare.
7563 * linespec.c (init_linespec_result): Remove.
7564 (linespec_result::~linespec_result): Rename from
7565 destroy_linespec_result. Update.
7566 (cleanup_linespec_result, make_cleanup_destroy_linespec_result):
7567 Remove.
7568 * breakpoint.c (create_breakpoint, break_range_command)
7569 (decode_location_default): Update.
7570 * ax-gdb.c (agent_command_1): Update.
7571
d28cd78a
TT
75722017-04-12 Tom Tromey <tom@tromey.com>
7573
7574 * remote.c (remote_download_tracepoint): Update.
7575 * python/py-breakpoint.c (bppy_get_location): Update.
7576 * guile/scm-breakpoint.c (bpscm_print_breakpoint_smob)
7577 (gdbscm_breakpoint_location): Update.
7578 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Update.
7579 * breakpoint.h (struct breakpoint) <location, location_range_end>:
7580 Change type to event_location_up.
7581 * breakpoint.c (create_overlay_event_breakpoint)
7582 (create_longjmp_master_breakpoint)
7583 (create_std_terminate_master_breakpoint)
7584 (create_exception_master_breakpoint)
7585 (breakpoint_event_location_empty_p, print_breakpoint_location)
7586 (print_one_breakpoint_location, create_thread_event_breakpoint)
7587 (init_breakpoint_sal, create_breakpoint)
7588 (print_recreate_ranged_breakpoint, break_range_command)
7589 (init_ada_exception_breakpoint, say_where): Update.
7590 (base_breakpoint_dtor): Don't call delete_event_location.
7591 (bkpt_print_recreate, tracepoint_print_recreate)
7592 (dprintf_print_recreate, update_static_tracepoint)
7593 (breakpoint_re_set_default): Update.
7594
711799d5
TT
75952017-04-12 Tom Tromey <tom@tromey.com>
7596
7597 * compile/compile-loc2c.c (compute_stack_depth_worker): Change
7598 type of "to_do". Update.
7599 (compute_stack_depth): Use std::vector.
7600
52d214d3
TT
76012017-04-12 Tom Tromey <tom@tromey.com>
7602
7603 * printcmd.c (find_instruction_backward): Use std::vector.
7604
4c404b8b
TT
76052017-04-12 Tom Tromey <tom@tromey.com>
7606
7607 * symfile.c (objfilep): Remove typedef.
7608 (reread_symbols): Use a std::vector.
7609
156d9eab
TT
76102017-04-12 Tom Tromey <tom@tromey.com>
7611
7612 * mi/mi-main.c (exec_direction_forward): Remove.
7613 (exec_reverse_continue, mi_execute_command): Use scoped_restore.
7614 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
7615 scoped_restore.
7616 * guile/guile.c (guile_repl_command, guile_command)
7617 (gdbscm_execute_gdb_command): Use scoped_restore.
7618 * go-exp.y (go_parse): Use scoped_restore.
7619 * d-exp.y (d_parse): Use scoped_restore.
7620 * cli/cli-decode.c (cmd_func): Use scoped_restore.
7621 * c-exp.y (c_parse): Use scoped_restore.
7622
4d89769a
TT
76232017-04-12 Tom Tromey <tom@tromey.com>
7624
7625 * mi/mi-parse.h (struct mi_parse): Add constructor, destructor.
7626 (mi_parse): Update return type.
7627 (mi_parse_free): Remove.
7628 * mi/mi-parse.c (mi_parse::mi_parse): New constructor.
7629 (mi_parse::~mi_parse): Rename from mi_parse_free.
7630 (mi_parse_cleanup): Remove.
7631 (mi_parse): Return a unique_ptr. Use new.
7632 * mi/mi-main.c (mi_execute_command): Update.
7633
4b217cc7
TT
76342017-04-12 Tom Tromey <tom@tromey.com>
7635
7636 * location.c (explicit_location_lex_one): Return a
7637 unique_xmalloc_ptr.
7638 (string_to_explicit_location): Update. Remove cleanups.
7639
59d3651b
TT
76402017-04-12 Tom Tromey <tom@tromey.com>
7641
7642 * gnu-v3-abi.c (value_and_voffset_p): Remove typedef.
7643 (compare_value_and_voffset): Change type. Update.
7644 (compute_vtable_size): Change type of "offset_vec".
7645 (gnuv3_print_vtable): Use std::vector. Remove cleanups.
7646 (gnuv3_get_typeid): Remove extraneous declaration.
7647
b24b0d6c
TT
76482017-04-12 Tom Tromey <tom@tromey.com>
7649
7650 * charset.h (wchar_iterator): Fix comment.
7651
80a3b8c5
TT
76522017-04-12 Tom Tromey <tom@tromey.com>
7653
7654 * charset.c (iconv_wrapper): New class.
7655 (cleanup_iconv): Remove.
7656 (convert_between_encodings): Use it.
7657
c83dd867
TT
76582017-04-12 Tom Tromey <tom@tromey.com>
7659
7660 * symfile.h (increment_reading_symtab): Update type.
7661 * symfile.c (decrement_reading_symtab): Remove.
7662 (increment_reading_symtab): Return a scoped_restore_tmpl<int>.
7663 * psymtab.c (psymtab_to_symtab): Update.
7664 * dwarf2read.c (dw2_instantiate_symtab): Update.
7665
0e8621a0
TT
76662017-04-12 Tom Tromey <tom@tromey.com>
7667
7668 * jit.c (struct jit_reader): Declare separately. Add constructor
7669 and destructor. Change type of "handle".
7670 (loaded_jit_reader): Define separately.
7671 (jit_reader_load): Update. New "new".
7672 (jit_reader_unload_command): Use "delete".
7673 * gdb-dlfcn.h (struct dlclose_deleter): New.
7674 (gdb_dlhandle_up): New typedef.
7675 (gdb_dlopen, gdb_dlsym): Update types.
7676 (gdb_dlclose): Remove.
7677 * gdb-dlfcn.c (gdb_dlopen): Return a gdb_dlhandle_up.
7678 (gdb_dlsym): Change type of "handle".
7679 (make_cleanup_dlclose): Remove.
7680 (dlclose_deleter::operator()): Rename from gdb_dlclose.
7681 * compile/compile-c-support.c (load_libcc): Update.
7682
67d89901
TT
76832017-04-12 Tom Tromey <tom@tromey.com>
7684
7685 * symtab.h (find_pcs_for_symtab_line): Change return type.
7686 * symtab.c (find_pcs_for_symtab_line): Change return type.
7687 * python/py-linetable.c (build_line_table_tuple_from_pcs): Change
7688 type of "vec". Update.
7689 (ltpy_get_pcs_for_line): Update.
7690 * linespec.c (decode_digits_ordinary): Update.
7691
93921405
TT
76922017-04-12 Tom Tromey <tom@tromey.com>
7693
7694 * tracepoint.c (actions_command): Update.
7695 * python/python.c (python_command, python_interactive_command):
7696 Update.
7697 * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
7698 * guile/guile.c (guile_command): Update.
7699 * defs.h (read_command_lines, read_command_lines_1): Return
7700 command_line_up.
7701 (command_lines_deleter): New struct.
7702 (command_line_up): New typedef.
7703 * compile/compile.c (compile_code_command)
7704 (compile_print_command): Update.
7705 * cli/cli-script.h (get_command_line, copy_command_lines): Return
7706 command_line_up.
7707 (make_cleanup_free_command_lines): Remove.
7708 * cli/cli-script.c (get_command_line, read_command_lines_1)
7709 (copy_command_lines): Return command_line_up.
7710 (while_command, if_command, read_command_lines, define_command)
7711 (document_command): Update.
7712 (do_free_command_lines_cleanup, make_cleanup_free_command_lines):
7713 Remove.
7714 * breakpoint.h (breakpoint_set_commands): Change type of
7715 "commands".
7716 * breakpoint.c (breakpoint_set_commands): Change type of
7717 "commands". Update.
7718 (do_map_commands_command, update_dprintf_command_list)
7719 (create_tracepoint_from_upload): Update.
7720
ffc2605c
TT
77212017-04-12 Tom Tromey <tom@tromey.com>
7722
7723 * tracepoint.c (scope_info): Update.
7724 * spu-tdep.c (spu_catch_start): Update.
7725 * python/python.c (gdbpy_decode_line): Update.
7726 * python/py-finishbreakpoint.c (bpfinishpy_init): Update.
7727 * python/py-breakpoint.c (bppy_init): Update.
7728 * probe.c (parse_probes): Update.
7729 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Update.
7730 * location.h (event_location_deleter): New struct.
7731 (event_location_up): New typedef.
7732 (new_linespec_location, new_address_location, new_probe_location)
7733 (new_explicit_location, copy_event_location)
7734 (string_to_event_location, string_to_event_location_basic)
7735 (string_to_explicit_location): Update return type.
7736 (make_cleanup_delete_event_location): Remove.
7737 * location.c (new_linespec_location, new_address_location)
7738 (new_probe_location, new_explicit_location, copy_event_location):
7739 Return event_location_up.
7740 (delete_event_location_cleanup)
7741 (make_cleanup_delete_event_location): Remove.
7742 (string_to_explicit_location, string_to_event_location_basic)
7743 (string_to_event_location): Return event_location_up.
7744 * linespec.c (canonicalize_linespec, event_location_to_sals)
7745 (decode_line_with_current_source)
7746 (decode_line_with_last_displayed, decode_objc): Update.
7747 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
7748 * completer.c (location_completer): Update.
7749 * cli/cli-cmds.c (edit_command, list_command): Update.
7750 * breakpoint.c (create_overlay_event_breakpoint)
7751 (create_longjmp_master_breakpoint)
7752 (create_std_terminate_master_breakpoint)
7753 (create_exception_master_breakpoint)
7754 (create_thread_event_breakpoint): Update.
7755 (init_breakpoint_sal): Update. Remove some dead code.
7756 (create_breakpoint_sal): Change type of "location". Update.
7757 (create_breakpoints_sal, create_breakpoint, break_command_1)
7758 (dprintf_command, break_range_command, until_break_command)
7759 (init_ada_exception_breakpoint)
7760 (strace_marker_create_sals_from_location)
7761 (update_static_tracepoint, trace_command, ftrace_command)
7762 (strace_command, create_tracepoint_from_upload): Update.
7763 * break-catch-throw.c (re_set_exception_catchpoint): Update.
7764 * ax-gdb.c (agent_command_1): Update.
7765
8f10c932
PA
77662017-04-12 Pedro Alves <palves@redhat.com>
7767
7768 * Makefile.in (ALL_TARGET_OBS): Add i386-go32-tdep.o.
7769 * configure.tgt: Handle i[34567]86-*-go32* and
7770 i[34567]86-*-msdosdjgpp*.
7771 * i386-tdep.c (i386_svr4_reg_to_regnum):
7772 Make extern.
7773 (i386_go32_init_abi, i386_coff_osabi_sniffer): Moved to
7774 i386-go32-tdep.c.
7775 (_initialize_i386_tdep): DJGPP bits moved to i386-go32-tdep.c.
7776 * i386-go32-tdep.c: New file.
7777 * i386-tdep.h (tdesc_i386_mmx, i386_svr4_reg_to_regnum): New
7778 declarations.
7779
0a31ccfb
SM
77802017-04-12 Simon Marchi <simon.marchi@ericsson.com>
7781
7782 * aix-thread.c (pd_status2str): Change return type to const char *.
7783
e9bb3fbb
PA
77842017-04-12 Pedro Alves <palves@redhat.com>
7785
7786 * i386-tdep.c (i386_elf_init_abi, i386_go32_init_abi): Remove
7787 calls to set_gdbarch_gnu_triplet_regexp.
7788
53375380
PA
77892017-04-12 Pedro Alves <palves@redhat.com>
7790
7791 PR gdb/21323
7792 * c-lang.c (cplus_primitive_types) <cplus_primitive_type_wchar_t>:
7793 New enum value.
7794 (cplus_language_arch_info): Register cplus_primitive_type_wchar_t.
7795 * gdbtypes.h (struct builtin_type) <builtin_wchar>: New field.
7796 * gdbtypes.c (gdbtypes_post_init): Create the "wchar_t" type.
7797 * gdbarch.sh (wchar_bit, wchar_signed): New per-arch values.
7798 * gdbarch.h, gdbarch.c: Regenerate.
7799 * aarch64-tdep.c (aarch64_gdbarch_init): Override
7800 gdbarch_wchar_bit and gdbarch_wchar_signed.
7801 * alpha-tdep.c (alpha_gdbarch_init): Likewise.
7802 * arm-tdep.c (arm_gdbarch_init): Likewise.
7803 * avr-tdep.c (avr_gdbarch_init): Likewise.
7804 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
7805 * i386-nto-tdep.c (i386nto_init_abi): Likewise.
7806 * i386-tdep.c (i386_go32_init_abi): Likewise.
7807 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
7808 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
7809 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
7810 * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
7811 * sh-tdep.c (sh_gdbarch_init): Likewise.
7812 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
7813 * sparc64-tdep.c (sparc64_init_abi): Likewise.
7814 * windows-tdep.c (windows_init_abi): Likewise.
7815 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
7816
53e710ac
PA
78172017-04-12 Pedro Alves <palves@redhat.com>
7818
7819 PR c++/21323
7820 * c-lang.c (cplus_primitive_types) <cplus_primitive_type_char16_t,
7821 cplus_primitive_type_char32_t>: New enum values.
7822 (cplus_language_arch_info): Register cplus_primitive_type_char16_t
7823 and cplus_primitive_type_char32_t.
7824 * dwarf2read.c (read_base_type) <DW_ATE_UTF>: If bit size is 16 or
7825 32, use the archtecture's built-in type for char16_t and char32_t,
7826 respectively. Otherwise, fallback to init_integer_type as before,
7827 but make the type unsigned, and issue a complaint.
7828 * gdbtypes.c (gdbtypes_post_init): Make char16_t and char32_t unsigned.
7829
ab0538b8
AH
78302017-04-12 Alan Hayward <alan.hayward@arm.com>
7831
5e0e0422 7832 * m32r-tdep.c (M32R_ARG_REGISTER_SIZE): Added.
ab0538b8
AH
7833 (m32r_push_dummy_call): Use M32R_ARG_REGISTER_SIZE.
7834
5430098f
SDJ
78352017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
7836
7837 * windows-nat.c (windows_create_inferior): Declare 'toexec' as
7838 'const char *'.
7839
7c5ded6a
SDJ
78402017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
7841
7842 * common/common-utils.c (free_vector_argv): New function.
7843 * common/common-utils.h: Include <vector>.
7844 (free_vector_argv): New prototype.
7845 * darwin-nat.c (darwin_create_inferior): Rewrite function
7846 prototype in order to constify "exec_file" and accept a
7847 "std::string" for "allargs".
7848 * fork-child.c: Include <vector>.
7849 (breakup_args): Rewrite function, using C++.
7850 (fork_inferior): Rewrite function header, constify "exec_file_arg"
7851 and accept "std::string" for "allargs". Update the code to
7852 calculate "argv" based on "allargs". Update calls to "exec_fun"
7853 and "execvp".
7854 * gnu-nat.c (gnu_create_inferior): Rewrite function prototype in
7855 order to constify "exec_file" and accept a "std::string" for
7856 "allargs".
7857 * go32-nat.c (go32_create_inferior): Likewise.
7858 * inf-ptrace.c (inf_ptrace_create_inferior): Likewise.
7859 * infcmd.c (run_command_1): Constify "exec_file". Use
7860 "std::string" for inferior arguments.
7861 * inferior.h (fork_inferior): Update prototype.
7862 * linux-nat.c (linux_nat_create_inferior): Rewrite function
7863 prototype in order to constify "exec_file" and accept a
7864 "std::string" for "allargs".
7865 * nto-procfs.c (procfs_create_inferior): Likewise.
7866 * procfs.c (procfs_create_inferior): Likewise.
7867 * remote-sim.c (gdbsim_create_inferior): Likewise.
7868 * remote.c (extended_remote_run): Update code to accept
7869 "std::string" as argument.
7870 (extended_remote_create_inferior): Rewrite function prototype in
7871 order to constify "exec_file" and accept a "std::string" for
7872 "allargs".
7873 * rs6000-nat.c (super_create_inferior): Likewise.
7874 (rs6000_create_inferior): Likewise.
7875 * target.h (struct target_ops) <to_create_inferior>: Likewise.
7876 * windows-nat.c (windows_create_inferior): Likewise.
7877
ae0eee42
PA
78782017-04-11 Pedro Alves <palves@redhat.com>
7879
7880 * thread.c: Fix whitespace throughout.
7881
a6acac06
PR
78822017-04-11 Philipp Rudo <prudo@linux.vnet.ibm.com>
7883
7884 * linux-nat.c (linux_nat_detach): Remove delete_lwp call.
7885
64403bd1
AH
78862017-04-11 Alan Hayward <alan.hayward@arm.com>
7887
7888 * arm-tdep.c (arm_store_return_value): Use FP_REGISTER_SIZE
7889
a5bef50f
SDJ
78902017-04-10 Sergio Durigan Junior <sergiodj@redhat.com>
7891
7892 PR gdb/21364
7893 * osdata.c (info_osdata): Check if 'type' is an empty string
7894 instead of NULL.
7895
9295a5a9
PA
78962017-04-10 Pedro Alves <palves@redhat.com>
7897
7898 * thread.c (add_thread_silent, delete_thread_1, find_thread_ptid)
7899 (ptid_to_global_thread_id, in_thread_list)
7900 (do_captured_list_thread_ids, set_resumed, set_running)
7901 (set_executing, set_stop_requested, finish_thread_state)
7902 (validate_registers_access, can_access_registers_ptid)
7903 (print_thread_info_1, switch_to_thread)
7904 (do_restore_current_thread_cleanup)
7905 (make_cleanup_restore_current_thread, thread_command)
7906 (thread_name_command): Use operator== instead of ptid_equal.
7907
996812e3
PA
79082017-04-10 Pedro Alves <palves@redhat.com>
7909
7910 * thread.c (struct current_thread_cleanup) <next>: Delete field.
7911 (current_thread_cleanup_chain): Delete.
7912 (restore_current_thread_cleanup_dtor)
7913 (make_cleanup_restore_current_thread): Remove references to
7914 current_thread_cleanup_chain.
7915
845b344f
AH
79162017-04-10 Alan Hayward <alan.hayward@arm.com>
7917
7918 * msp430-tdep.c (msp430_pseudo_register_read): Never return
7919 REG_UNKNOWN.
7920
803bdfe4
YQ
79212017-04-10 Yao Qi <yao.qi@linaro.org>
7922
7923 PR gdb/19942
7924 * gdbthread.h (thread_info::deletable): New method.
7925 (thread_info::incref): New method.
7926 (thread_info::decref): New method.
7927 (thread_info::refcount): Move it to private.
7928 * infrun.c (save_stop_context): Call inc_refcount.
7929 (release_stop_context_cleanup): Likewise.
7930 * thread.c (set_thread_exited): New function.
7931 (init_thread_list): Delete "tp" only it is deletable, otherwise
7932 call set_thread_exited.
7933 (delete_thread_1): Call set_thread_exited.
7934 (current_thread_cleanup) <inferior_pid>: Remove.
7935 <thread>: New field.
7936 (restore_current_thread_ptid_changed): Removed.
7937 (do_restore_current_thread_cleanup): Adjust.
7938 (restore_current_thread_cleanup_dtor): Don't call
7939 find_thread_ptid.
7940 (set_thread_refcount): Use dec_refcount.
7941 (make_cleanup_restore_current_thread): Adjust.
7942 (thread_apply_all_command): Call inc_refcount.
7943 (_initialize_thread): Don't call
7944 observer_attach_thread_ptid_changed.
7945
8c25b497
YQ
79462017-04-10 Yao Qi <yao.qi@linaro.org>
7947
7948 * thread.c (delete_thread_1): Hoist code on marking thread as
7949 exited.
7950
8473b447
SM
79512017-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7952
7953 * windows-nat.c (windows_detach): Initialize ptid with
7954 minus_one_ptid.
7955
6670ec13
SM
79562017-04-07 Simon Marchi <simon.marchi@ericsson.com>
7957
7958 * unittests/ptid-selftests.c: Fix erroneous assert messages.
7959
ba2f91bb
AH
79602017-04-07 Alan Hayward <alan.hayward@arm.com>
7961
7962 * bfin-tdep.c (BFIN_MAX_REGISTER_SIZE): Add.
7963 (bfin_pseudo_register_read): Use BFIN_MAX_REGISTER_SIZE.
7964 (bfin_pseudo_register_write): Likewise
7965
436252de
SM
79662017-04-06 Simon Marchi <simon.marchi@ericsson.com>
7967
7968 * common/ptid.h (struct ptid): Change to...
7969 (class ptid_t): ... this.
7970 <ptid_t>: New constructors.
7971 <pid, lwp_p, lwp, tid_p, tid, is_pid, operator==, operator!=,
7972 matches>: New methods.
7973 <make_null, make_minus_one>: New static methods.
7974 <pid>: Rename to...
7975 <m_pid>: ...this.
7976 <lwp>: Rename to...
7977 <m_lwp>: ...this.
7978 <tid>: Rename to...
7979 <m_tid>: ...this.
7980 (ptid_build, ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
7981 ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match): Take ptid arguments
7982 as references, move comment to class ptid_t.
7983 * common/ptid.c (null_ptid, minus_one_ptid): Initialize with
7984 ptid_t static methods.
7985 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_tid,
7986 ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match):
7987 Take ptid arguments as references, implement using ptid_t methods.
7988 * unittests/ptid-selftests.c: New file.
7989 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
7990 unittests/ptid-selftests.c.
7991 (SUBDIR_UNITTESTS_OBS): Add unittests/ptid-selftests.o.
7992
0dedf377
TP
79932017-04-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7994
7995 * python/python.c (python_run_simple_file): Cast mode literal to
7996 non-const char pointer as expected by PyFile_FromString.
7997
4e9868d4
SM
79982017-04-05 Simon Marchi <simon.marchi@ericsson.com>
7999
8000 * common/ptid.c (ptid_lwp_p, ptid_tid_p): Remove comparison with
8001 minus_one_ptid and null_ptid.
8002
9bf2a700
PA
80032017-04-05 Pedro Alves <palves@redhat.com>
8004
8005 * warning.m4 (build_warnings): Remove -Wno-write-strings.
8006 * configure: Regenerate.
8007
a121b7c1
PA
80082017-04-05 Pedro Alves <palves@redhat.com>
8009
8010 * ada-exp.y (yyerror): Constify.
8011 * ada-lang.c (bound_name, get_selections)
8012 (ada_variant_discrim_type)
8013 (ada_variant_discrim_name, ada_value_struct_elt)
8014 (ada_lookup_struct_elt_type, is_unchecked_variant)
8015 (ada_which_variant_applies, standard_exc, ada_get_next_arg)
8016 (catch_ada_exception_command_split)
8017 (catch_ada_assert_command_split, catch_assert_command)
8018 (ada_op_name): Constify.
8019 * ada-lang.h (ada_yyerror, get_selections)
8020 (ada_variant_discrim_name, ada_value_struct_elt): Constify.
8021 * arc-tdep.c (arc_print_frame_cache): Constify.
8022 * arm-tdep.c (arm_skip_stub): Constify.
8023 * ax-gdb.c (gen_binop, gen_struct_ref_recursive, gen_struct_ref)
8024 (gen_aggregate_elt_ref): Constify.
8025 * bcache.c (print_bcache_statistics): Constify.
8026 * bcache.h (print_bcache_statistics): Constify.
8027 * break-catch-throw.c (catch_exception_command_1):
8028 * breakpoint.c (struct ep_type_description::description):
8029 Constify.
8030 (add_solib_catchpoint): Constify.
8031 (catch_fork_command_1): Add cast.
8032 (add_catch_command): Constify.
8033 * breakpoint.h (add_catch_command, add_solib_catchpoint):
8034 Constify.
8035 * bsd-uthread.c (bsd_uthread_state): Constify.
8036 * buildsym.c (patch_subfile_names): Constify.
8037 * buildsym.h (next_symbol_text_func, patch_subfile_names):
8038 Constify.
8039 * c-exp.y (yyerror): Constify.
8040 (token::oper): Constify.
8041 * c-lang.h (c_yyerror, cp_print_class_member): Constify.
8042 * c-varobj.c (cplus_describe_child): Constify.
8043 * charset.c (find_charset_names): Add cast.
8044 (find_charset_names): Constify array and add const_cast.
8045 * cli/cli-cmds.c (complete_command, cd_command): Constify.
8046 (edit_command): Constify.
8047 * cli/cli-decode.c (lookup_cmd): Constify.
8048 * cli/cli-dump.c (dump_memory_command, dump_value_command):
8049 Constify.
8050 (struct dump_context): Constify.
8051 (add_dump_command, restore_command): Constify.
8052 * cli/cli-script.c (get_command_line): Constify.
8053 * cli/cli-script.h (get_command_line): Constify.
8054 * cli/cli-utils.c (check_for_argument): Constify.
8055 * cli/cli-utils.h (check_for_argument): Constify.
8056 * coff-pe-read.c (struct read_pe_section_data): Constify.
8057 * command.h (lookup_cmd): Constify.
8058 * common/print-utils.c (decimal2str): Constify.
8059 * completer.c (gdb_print_filename): Constify.
8060 * corefile.c (set_gnutarget): Constify.
8061 * cp-name-parser.y (yyerror): Constify.
8062 * cp-valprint.c (cp_print_class_member): Constify.
8063 * cris-tdep.c (cris_register_name, crisv32_register_name):
8064 Constify.
8065 * d-exp.y (yyerror): Constify.
8066 (struct token::oper): Constify.
8067 * d-lang.h (d_yyerror): Constify.
8068 * dbxread.c (struct header_file_location::name): Constify.
8069 (add_old_header_file, add_new_header_file, last_function_name)
8070 (dbx_next_symbol_text, add_bincl_to_list)
8071 (find_corresponding_bincl_psymtab, set_namestring)
8072 (find_stab_function_addr, read_dbx_symtab, start_psymtab)
8073 (dbx_end_psymtab, read_ofile_symtab, process_one_symbol):
8074 * defs.h (command_line_input, print_address_symbolic)
8075 (deprecated_readline_begin_hook): Constify.
8076 * dwarf2read.c (anonymous_struct_prefix, dwarf_bool_name):
8077 Constify.
8078 * event-top.c (handle_line_of_input): Constify and add cast.
8079 * exceptions.c (catch_errors): Constify.
8080 * exceptions.h (catch_errors): Constify.
8081 * expprint.c (print_subexp_standard, op_string, op_name)
8082 (op_name_standard, dump_raw_expression, dump_raw_expression):
8083 * expression.h (op_name, op_string, dump_raw_expression):
8084 Constify.
8085 * f-exp.y (yyerror): Constify.
8086 (struct token::oper): Constify.
8087 (struct f77_boolean_val::name): Constify.
8088 * f-lang.c (f_word_break_characters): Constify.
8089 * f-lang.h (f_yyerror): Constify.
8090 * fork-child.c (fork_inferior): Add cast.
8091 * frv-tdep.c (struct gdbarch_tdep::register_names): Constify.
8092 (new_variant): Constify.
8093 * gdbarch.sh (pstring_ptr, pstring_list): Constify.
8094 * gdbarch.c: Regenerate.
8095 * gdbcore.h (set_gnutarget): Constify.
8096 * go-exp.y (yyerror): Constify.
8097 (token::oper): Constify.
8098 * go-lang.h (go_yyerror): Constify.
8099 * go32-nat.c (go32_sysinfo): Constify.
8100 * guile/scm-breakpoint.c (gdbscm_breakpoint_expression): Constify.
8101 * guile/scm-cmd.c (cmdscm_function): Constify.
8102 * guile/scm-param.c (pascm_param_value): Constify.
8103 * h8300-tdep.c (h8300_register_name, h8300s_register_name)
8104 (h8300sx_register_name): Constify.
8105 * hppa-tdep.c (hppa32_register_name, hppa64_register_name):
8106 Constify.
8107 * ia64-tdep.c (ia64_register_names): Constify.
8108 * infcmd.c (construct_inferior_arguments): Constify.
8109 (path_command, attach_post_wait): Constify.
8110 * language.c (show_range_command, show_case_command)
8111 (unk_lang_error): Constify.
8112 * language.h (language_defn::la_error)
8113 (language_defn::la_name_of_this): Constify.
8114 * linespec.c (decode_line_2): Constify.
8115 * linux-thread-db.c (thread_db_err_str): Constify.
8116 * lm32-tdep.c (lm32_register_name): Constify.
8117 * m2-exp.y (yyerror): Constify.
8118 * m2-lang.h (m2_yyerror): Constify.
8119 * m32r-tdep.c (m32r_register_names): Constify and make static.
8120 * m68hc11-tdep.c (m68hc11_register_names): Constify.
8121 * m88k-tdep.c (m88k_register_name): Constify.
8122 * macroexp.c (appendmem): Constify.
8123 * mdebugread.c (fdr_name, add_data_symbol, parse_type)
8124 (upgrade_type, parse_external, parse_partial_symbols)
8125 (mdebug_next_symbol_text, cross_ref, mylookup_symbol, new_psymtab)
8126 (new_symbol): Constify.
8127 * memattr.c (mem_info_command): Constify.
8128 * mep-tdep.c (register_name_from_keyword): Constify.
8129 * mi/mi-cmd-env.c (mi_cmd_env_path, _initialize_mi_cmd_env):
8130 Constify.
8131 * mi/mi-cmd-stack.c (list_args_or_locals): Constify.
8132 * mi/mi-cmd-var.c (mi_cmd_var_show_attributes): Constify.
8133 * mi/mi-main.c (captured_mi_execute_command): Constify and add
8134 cast.
8135 (mi_execute_async_cli_command): Constify.
8136 * mips-tdep.c (mips_register_name): Constify.
8137 * mn10300-tdep.c (register_name, mn10300_generic_register_name)
8138 (am33_register_name, am33_2_register_name)
8139 * moxie-tdep.c (moxie_register_names): Constify.
8140 * nat/linux-osdata.c (osdata_type): Constify fields.
8141 * nto-tdep.c (nto_parse_redirection): Constify.
8142 * objc-lang.c (lookup_struct_typedef, lookup_objc_class)
8143 (lookup_child_selector): Constify.
8144 (objc_methcall::name): Constify.
8145 * objc-lang.h (lookup_objc_class, lookup_child_selector)
8146 (lookup_struct_typedef): Constify.
8147 * objfiles.c (pc_in_section): Constify.
8148 * objfiles.h (pc_in_section): Constify.
8149 * p-exp.y (struct token::oper): Constify.
8150 (yyerror): Constify.
8151 * p-lang.h (pascal_yyerror): Constify.
8152 * parser-defs.h (op_name_standard): Constify.
8153 (op_print::string): Constify.
8154 (exp_descriptor::op_name): Constify.
8155 * printcmd.c (print_address_symbolic): Constify.
8156 * psymtab.c (print_partial_symbols): Constify.
8157 * python/py-breakpoint.c (stop_func): Constify.
8158 (bppy_get_expression): Constify.
8159 * python/py-cmd.c (cmdpy_completer::name): Constify.
8160 (cmdpy_function): Constify.
8161 * python/py-event.c (evpy_add_attribute)
8162 (gdbpy_initialize_event_generic): Constify.
8163 * python/py-event.h (evpy_add_attribute)
8164 (gdbpy_initialize_event_generic): Constify.
8165 * python/py-evts.c (add_new_registry): Constify.
8166 * python/py-finishbreakpoint.c (outofscope_func): Constify.
8167 * python/py-framefilter.c (get_py_iter_from_func): Constify.
8168 * python/py-inferior.c (get_buffer): Add cast.
8169 * python/py-param.c (parm_constant::name): Constify.
8170 * python/py-unwind.c (fprint_frame_id): Constify.
8171 * python/python.c (gdbpy_parameter_value): Constify.
8172 * remote-fileio.c (remote_fio_func_map): Make 'name' const.
8173 * remote.c (memory_packet_config::name): Constify.
8174 (show_packet_config_cmd, remote_write_bytes)
8175 (remote_buffer_add_string):
8176 * reverse.c (exec_reverse_once): Constify.
8177 * rs6000-tdep.c (variant::name, variant::description): Constify.
8178 * rust-exp.y (rustyyerror): Constify.
8179 * rust-lang.c (rust_op_name): Constify.
8180 * rust-lang.h (rustyyerror): Constify.
8181 * serial.h (serial_ops::name): Constify.
8182 * sh-tdep.c (sh_sh_register_name, sh_sh3_register_name)
8183 (sh_sh3e_register_name, sh_sh2e_register_name)
8184 (sh_sh2a_register_name, sh_sh2a_nofpu_register_name)
8185 (sh_sh_dsp_register_name, sh_sh3_dsp_register_name)
8186 (sh_sh4_register_name, sh_sh4_nofpu_register_name)
8187 (sh_sh4al_dsp_register_name): Constify.
8188 * sh64-tdep.c (sh64_register_name): Constify.
8189 * solib-darwin.c (lookup_symbol_from_bfd): Constify.
8190 * spu-tdep.c (spu_register_name, info_spu_dma_cmdlist): Constify.
8191 * stabsread.c (patch_block_stabs, read_type_number)
8192 (ref_map::stabs, ref_add, process_reference)
8193 (symbol_reference_defined, define_symbol, define_symbol)
8194 (error_type, read_type, read_member_functions, read_cpp_abbrev)
8195 (read_one_struct_field, read_struct_fields, read_baseclasses)
8196 (read_tilde_fields, read_struct_type, read_array_type)
8197 (read_enum_type, read_sun_builtin_type, read_sun_floating_type)
8198 (read_huge_number, read_range_type, read_args, common_block_start)
8199 (find_name_end): Constify.
8200 * stabsread.h (common_block_start, define_symbol)
8201 (process_one_symbol, symbol_reference_defined, ref_add):
8202 * symfile.c (get_section_index, add_symbol_file_command):
8203 * symfile.h (get_section_index): Constify.
8204 * target-descriptions.c (tdesc_type::name): Constify.
8205 (tdesc_free_type): Add cast.
8206 * target.c (find_default_run_target):
8207 (add_deprecated_target_alias, find_default_run_target)
8208 (target_announce_detach): Constify.
8209 (do_option): Constify.
8210 * target.h (add_deprecated_target_alias): Constify.
8211 * thread.c (print_thread_info_1): Constify.
8212 * top.c (deprecated_readline_begin_hook, command_line_input):
8213 Constify.
8214 (init_main): Add casts.
8215 * top.h (handle_line_of_input): Constify.
8216 * tracefile-tfile.c (tfile_write_uploaded_tsv): Constify.
8217 * tracepoint.c (tvariables_info_1, trace_status_mi): Constify.
8218 (tfind_command): Rename to ...
8219 (tfind_command_1): ... this and constify.
8220 (tfind_command): New function.
8221 (tfind_end_command, tfind_start_command): Adjust.
8222 (encode_source_string): Constify.
8223 * tracepoint.h (encode_source_string): Constify.
8224 * tui/tui-data.c (tui_partial_win_by_name): Constify.
8225 * tui/tui-data.h (tui_partial_win_by_name): Constify.
8226 * tui/tui-source.c (tui_set_source_content_nil): Constify.
8227 * tui/tui-source.h (tui_set_source_content_nil): Constify.
8228 * tui/tui-win.c (parse_scrolling_args): Constify.
8229 * tui/tui-windata.c (tui_erase_data_content): Constify.
8230 * tui/tui-windata.h (tui_erase_data_content): Constify.
8231 * tui/tui-winsource.c (tui_erase_source_content): Constify.
8232 * tui/tui.c (tui_enable): Add cast.
8233 * utils.c (defaulted_query): Constify.
8234 (init_page_info): Add cast.
8235 (puts_debug, subset_compare): Constify.
8236 * utils.h (subset_compare): Constify.
8237 * varobj.c (varobj_format_string): Constify.
8238 * varobj.h (varobj_format_string): Constify.
8239 * vax-tdep.c (vax_register_name): Constify.
8240 * windows-nat.c (windows_detach): Constify.
8241 * xcoffread.c (process_linenos, xcoff_next_symbol_text): Constify.
8242 * xml-support.c (gdb_xml_end_element): Constify.
8243 * xml-tdesc.c (tdesc_start_reg): Constify.
8244 * xstormy16-tdep.c (xstormy16_register_name): Constify.
8245 * xtensa-tdep.c (xtensa_find_register_by_name): Constify.
8246 * xtensa-tdep.h (xtensa_register_t::name): Constify.
8247
995816ba
PA
82482017-04-05 Pedro Alves <palves@redhat.com>
8249
8250 * proc-api.c (struct trans): Constify.
8251 (procfs_note): Constify.
8252 * proc-events.c (struct trans, syscall_table):
8253 * proc-flags.c (struct trans): Constify.
8254 * proc-utils.h (procfs_note): Constify.
8255 * proc-why.c (struct trans): Constify.
8256 * procfs.c (dead_procinfo, find_syscall, proc_warn, proc_error)
8257 (procfs_detach): Constify.
8258 * sol-thread.c (struct string_map): Constify.
8259 (td_err_string, td_state_string): Constify.
8260
3e83a920
PA
82612017-04-05 Pedro Alves <palves@redhat.com>
8262
8263 * proc-api.c (procfs_filename): Don't initialize
8264 procfs_filename.
8265 (prepare_to_trace): Assume procfs_filename is non-NULL.
8266 (_initialize_proc_api): Give procfs_filename a default value here.
8267
63160a43
PA
82682017-04-05 Pedro Alves <palves@redhat.com>
8269
8270 * break-catch-throw.c (handle_gnu_v3_exceptions): Constify
8271 'cond_string' parameter.
8272 (extract_exception_regexp): Constify 'string' parameter.
8273 (catch_exception_command_1): Constify.
8274 * breakpoint.c (init_catchpoint)
8275 (create_fork_vfork_event_catchpoint): Constify 'cond_string'
8276 parameter.
8277 (ep_parse_optional_if_clause, catch_fork_command_1)
8278 (catch_exec_command_1): Constify.
8279 * breakpoint.h (init_catchpoint): Constify 'cond_string'
8280 parameter.
8281 (ep_parse_optional_if_clause): Constify.
8282 * cli/cli-utils.c (remove_trailing_whitespace)
8283 (check_for_argument): Constify.
8284 * cli/cli-utils.h (remove_trailing_whitespace): Constify and add
8285 non-const overload.
8286 (check_for_argument): Likewise.
8287
9b2eba3d
PA
82882017-04-05 Pedro Alves <palves@redhat.com>
8289
8290 * event-top.c (command_line_handler): Add cast to execute_command
8291 call.
8292 * record-btrace.c (cmd_record_btrace_bts_start)
8293 (cmd_record_btrace_pt_start, cmd_record_btrace_start)
8294 (cmd_record_btrace_start): Add cast to execute_command call.
8295 * record-full.c (record_full_goto_insn):
8296 * record.c (record_start, record_stop): Add cast to
8297 execute_command_to_string calls.
8298 (cmd_record_start): Add cast to execute_command calls.
8299
2adadf51
PA
83002017-04-05 Pedro Alves <palves@redhat.com>
8301
8302 * python/python-internal.h (gdb_PyArg_ParseTupleAndKeywords): New
8303 static inline function.
8304 * python/py-arch.c (archpy_disassemble): Constify 'keywords'
8305 array and use gdb_PyArg_ParseTupleAndKeywords.
8306 * python/py-cmd.c (cmdpy_init): Likewise.
8307 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
8308 * python/py-inferior.c (infpy_read_memory, infpy_write_memory)
8309 (infpy_search_memory): Likewise.
8310 * python/py-objfile.c (objfpy_add_separate_debug_file)
8311 (gdbpy_lookup_objfile): Likewise.
8312 * python/py-symbol.c (gdbpy_lookup_symbol)
8313 (gdbpy_lookup_global_symbol): Likewise.
8314 * python/py-type.c (gdbpy_lookup_type): Likewise.
8315 * python/py-value.c (valpy_lazy_string, valpy_string): Likewise.
8316 * python/python.c (execute_gdb_command, gdbpy_write, gdbpy_flush):
8317 Likewise.
8318
0d1f4ceb
PA
83192017-04-05 Pedro Alves <palves@redhat.com>
8320
8321 * python/python-internal.h (gdb_PyGetSetDef): New type.
8322 * python/py-block.c (block_object_getset)
8323 (breakpoint_object_getset): Now a gdb_PyGetSetDef array.
8324 * python/py-event.c (event_object_getset)
8325 (finish_breakpoint_object_getset): Likewise.
8326 * python/py-inferior.c (inferior_object_getset): Likewise.
8327 * python/py-infthread.c (thread_object_getset): Likewise.
8328 * python/py-lazy-string.c (lazy_string_object_getset): Likewise.
8329 * python/py-linetable.c (linetable_entry_object_getset): Likewise.
8330 * python/py-objfile.c (objfile_getset): Likewise.
8331 * python/py-progspace.c (pspace_getset): Likewise.
8332 * python/py-record-btrace.c (btpy_insn_getset, btpy_call_getset):
8333 Likewise.
8334 * python/py-record.c (recpy_record_getset): Likewise.
8335 * python/py-symbol.c (symbol_object_getset): Likewise.
8336 * python/py-symtab.c (symtab_object_getset, sal_object_getset):
8337 Likewise.
8338 * python/py-type.c (type_object_getset, field_object_getset):
8339 Likewise.
8340 * python/py-value.c (value_object_getset): Likewise.
8341
4d759979
PA
83422017-04-05 Pedro Alves <palves@redhat.com>
8343
8344 * python/python-internal.h (gdb_PyObject_CallMethod)
8345 (gdb_PyErr_NewException, gdb_PySys_GetObject, gdb_PySys_SetPath):
8346 New functions.
8347 (GDB_PYSYS_SETPATH_CHAR, PyObject_CallMethod, PyErr_NewException)
8348 (PySys_GetObject, PySys_SetPath): New macros.
8349
fdf9e36f
PA
83502017-04-05 Pedro Alves <palves@redhat.com>
8351
8352 * mi/mi-cmd-info.c (mi_cmd_info_os): Call info_osdata instead of
8353 info_osdata_command.
8354 * osdata.c (info_osdata_command): Rename to ...
8355 (info_osdata): ... this. Constify 'type' parameter, and remove
8356 the 'from_tty' parameter. Accept NULL TYPE.
8357 (info_osdata_command): New function.
8358 * osdata.h (info_osdata_command): Remove declaration.
8359 (info_osdata): New declaration.
8360
9f33b8b7
PA
83612017-04-05 Pedro Alves <palves@redhat.com>
8362
8363 * mi/mi-cmd-break.c (mi_cmd_break_insert_1, mi_cmd_break_insert)
8364 (mi_cmd_dprintf_insert, mi_cmd_break_passcount)
8365 (mi_cmd_break_watch, mi_cmd_break_commands): Constify 'command'
8366 parameter.
8367 * mi/mi-cmd-catch.c (mi_cmd_catch_assert, mi_cmd_catch_exception)
8368 (mi_cmd_catch_load, mi_cmd_catch_unload): Constify cmd' parameter.
8369 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Constify 'command'
8370 parameter.
8371 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_cd, mi_cmd_env_path)
8372 (mi_cmd_env_dir, mi_cmd_inferior_tty_set, _cmd_inferior_tty_show)
8373 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
8374 (mi_cmd_file_list_exec_source_files)
8375 (mi_cmd_file_list_shared_libraries): Constify 'command' parameter.
8376 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
8377 (mi_cmd_info_gdb_mi_command, mi_cmd_info_os): Constify 'command'
8378 parameter.
8379 * mi/mi-cmd-stack.c (mi_cmd_enable_frame_filters)
8380 (mi_cmd_stack_list_frames, mi_cmd_stack_info_depth)
8381 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8382 (mi_cmd_stack_list_variables, mi_cmd_stack_select_frame)
8383 (mi_cmd_stack_info_frame): Constify 'command' parameter.
8384 * mi/mi-cmd-target.c (mi_cmd_target_file_get)
8385 (mi_cmd_target_file_put, mi_cmd_target_file_delete): Constify
8386 'command' parameter.
8387 * mi/mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete)
8388 (mi_cmd_var_set_format, mi_cmd_var_set_visualizer)
8389 (mi_cmd_var_set_frozen, mi_cmd_var_show_format)
8390 (mi_cmd_var_info_num_children, mi_cmd_var_list_children)
8391 (mi_cmd_var_info_type, mi_cmd_var_info_path_expression)
8392 (mi_cmd_var_info_expression, mi_cmd_var_show_attributes)
8393 (mi_cmd_var_evaluate_expression, mi_cmd_var_assign)
8394 (mi_cmd_var_update, mi_cmd_enable_pretty_printing)
8395 (mi_cmd_var_set_update_range): Constify 'command' parameter.
8396 * mi/mi-cmds.h (mi_cmd_argv_ftype): Constify 'command' parameter.
8397 * mi/mi-interp.c (mi_cmd_interpreter_exec): Constify 'command'
8398 parameter.
8399 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_next)
8400 (mi_cmd_exec_next_instruction, mi_cmd_exec_step)
8401 (mi_cmd_exec_step_instruction, mi_cmd_exec_finish)
8402 (mi_cmd_exec_return ,mi_cmd_exec_jump, mi_cmd_exec_continue)
8403 (mi_cmd_exec_interrupt, mi_cmd_exec_run, mi_cmd_target_detach)
8404 (mi_cmd_target_flash_erase, mi_cmd_thread_select)
8405 (mi_cmd_thread_list_ids, mi_cmd_thread_info)
8406 (mi_cmd_list_thread_groups, mi_cmd_data_list_register_names)
8407 (mi_cmd_data_list_changed_registers)
8408 (mi_cmd_data_write_register_values)
8409 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
8410 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory)
8411 (mi_cmd_data_write_memory_bytes, mi_cmd_enable_timings)
8412 (mi_cmd_list_features, mi_cmd_list_target_features)
8413 (mi_cmd_add_inferior, mi_cmd_remove_inferior)
8414 (mi_cmd_trace_define_variable, mi_cmd_trace_list_variables)
8415 (mi_cmd_trace_find, mi_cmd_trace_save, mi_cmd_trace_start)
8416 (mi_cmd_trace_status, mi_cmd_trace_stop, mi_cmd_ada_task_info)
8417 (mi_cmd_trace_frame_collected): Constify 'command'
8418 parameter.
8419 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Constify
8420 'command' parameter.
8421
67cb5b2d
PA
84222017-04-05 Pedro Alves <palves@redhat.com>
8423
8424 * ada-lang.c (ada_completer_word_break_characters): Now a const
8425 array.
8426 (ada_get_gdb_completer_word_break_characters): Constify.
8427 * completer.c (gdb_completer_command_word_break_characters)
8428 (gdb_completer_file_name_break_characters)
8429 (gdb_completer_quote_characters): Now const arrays.
8430 (get_gdb_completer_quote_characters): Constify.
8431 (set_rl_completer_word_break_characters): New function.
8432 (set_gdb_completion_word_break_characters)
8433 (complete_line_internal): Use it.
8434 * completer.h (get_gdb_completer_quote_characters): Constify.
8435 (set_rl_completer_word_break_characters): Declare.
8436 * f-lang.c (f_word_break_characters): Constify.
8437 * language.c (default_word_break_characters): Constify.
8438 * language.h (language_defn::la_word_break_characters): Constify.
8439 (default_word_break_characters): Constify.
8440 * top.c (init_main): Use set_rl_completer_word_break_characters.
8441
7a114964
PA
84422017-04-05 Pedro Alves <palves@redhat.com>
8443
8444 * aix-thread.c (aix_thread_pid_to_str)
8445 (aix_thread_extra_thread_info): Constify.
8446 * bsd-kvm.c (bsd_kvm_pid_to_str): Constify.
8447 * bsd-uthread.c (bsd_uthread_extra_thread_info)
8448 (bsd_uthread_pid_to_str): Constify.
8449 * corelow.c (core_pid_to_str): Constify.
8450 * darwin-nat.c (darwin_pid_to_str): Constify.
8451 * fbsd-nat.c (fbsd_pid_to_str): Constify.
8452 * fbsd-tdep.c (fbsd_core_pid_to_str, gdbarch_core_pid_to_str):
8453 Constify.
8454 * gnu-nat.c (gnu_pid_to_str): Constify.
8455 * go32-nat.c (go32_pid_to_str): Constify.
8456 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Constify.
8457 * inf-ptrace.c (inf_ptrace_pid_to_str): Constify.
8458 * inferior.c (inferior_pid_to_str): Constify.
8459 * linux-nat.c (linux_nat_pid_to_str): Constify.
8460 * linux-tdep.c (linux_core_pid_to_str): Constify.
8461 * linux-thread-db.c (thread_db_pid_to_str)
8462 (thread_db_extra_thread_info): Constify.
8463 * nto-tdep.c (nto_extra_thread_info): Constify.
8464 * nto-tdep.h (nto_extra_thread_info): Constify.
8465 * obsd-nat.c (obsd_pid_to_str): Constify.
8466 * procfs.c (procfs_pid_to_str): Constify.
8467 * ravenscar-thread.c (ravenscar_extra_thread_info)
8468 (ravenscar_pid_to_str): Constify.
8469 * remote-sim.c (gdbsim_pid_to_str): Constify.
8470 * remote.c (remote_threads_extra_info, remote_pid_to_str):
8471 Constify.
8472 * sol-thread.c (solaris_pid_to_str): Constify.
8473 * sol2-tdep.c (sol2_core_pid_to_str): Constify.
8474 * sol2-tdep.h (sol2_core_pid_to_str): Constify.
8475 * target.c (default_pid_to_str, target_pid_to_str)
8476 (normal_pid_to_str, default_pid_to_str): Constify.
8477 * target.h (target_ops::to_pid_to_str)
8478 (target_ops::to_extra_thread_info): Constify.
8479 (target_pid_to_str, normal_pid_to_str): Constify.
8480 * windows-nat.c (windows_pid_to_str): Constify.
8481 * gdbarch.sh (core_pid_to_str): Constify.
8482 * target-delegates.c: Regenerate.
8483 * gdbarch.h, gdbarch.c: Regenerate.
8484
69bbf465
PA
84852017-04-05 Pedro Alves <palves@redhat.com>
8486
8487 * main.c (captured_main_1): Use gdb::unique_xmalloc_ptr to manage
8488 the memory of the temporary warning_pre_print override.
8489 * utils.c (warning_pre_print): Constify.
8490 * utils.h (warning_pre_print): Constify.
8491
be47f9e8
PA
84922017-04-05 Pedro Alves <palves@redhat.com>
8493
8494 * cli/cli-cmds.c (shell_escape): Constify 'arg' parameter.
8495 (shell_command): New function.
8496 (make_command): Use std::string.
8497 (init_cli_cmds): Register shell_command instead of shell_escape.
8498
bde6261a
PA
84992017-04-05 Pedro Alves <palves@redhat.com>
8500
8501 * breakpoint.c (dprintf_function, dprintf_channel): Don't initialize.
8502 * tracepoint.c (default_collect): Don't initialize.
8503
b38ef47f
PA
85042017-04-05 Pedro Alves <palves@redhat.com>
8505
8506 * macroexp.c (macro_buffer::shared): Now a bool.
8507 (init_buffer): Update.
8508 (init_shared_buffer): Constify 'addr' parameter.
8509 (substitute_args, expand, macro_expand, macro_expand_next): Remove
8510 casts.
8511
f995bbe8
PA
85122017-04-05 Pedro Alves <palves@redhat.com>
8513
8514 * arm-tdep.c (show_disassembly_style_sfunc): Constify local.
8515 * disasm.c (set_disassembler_options): Constify local.
8516 * i386-tdep.c (i386_print_insn): Remove cast and FIXME comment.
8517
4a596fe2
SDJ
85182017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8519
8520 PR gdb/21352
8521 * tracefile.c (tsave_command): Fix argument parsing for '-r'
8522 option.
8523
2cad08ea
YQ
85242017-04-05 Yao Qi <yao.qi@linaro.org>
8525
8526 * frame.c (frame_unwind_register_unsigned): Call
8527 frame_unwind_register_value.
8528
55a98976
YQ
85292017-04-05 Yao Qi <yao.qi@linaro.org>
8530
8531 * gdb.threads/thread-specific-bp.exp (check_thread_specific_breakpoint):
8532 Use gdb_test_multiple, and don't match anchor.
8533
4ac40124
PA
85342017-04-05 Pedro Alves <palves@redhat.com>
8535
8536 * MAINTAINERS (Global Maintainers): Add Simon Marchi.
8537 (Write After Approval): Remove Simon Marchi.
8538
c053b654
PA
85392017-04-05 Pedro Alves <palves@redhat.com>
8540
8541 * common/gdb_optional.h (optional::optional): Make constexpr and
8542 initialize m_dummy.
8543
4c7bf4f9
JB
85442017-04-04 John Baldwin <jhb@FreeBSD.org>
8545
8546 * amd64-fbsd-tdep.c: Remove "bsd-uthread.h" include.
8547 (amd64fbsd_jmp_buf_reg_offset): Remove.
8548 (amd64fbsd_supply_uthread): Remove function.
8549 (amd64fbsd_collect_uthread): Remove function.
8550 (amd64fbsd_init_abi): Don't set bsd-uthread callbacks.
8551 * configure.tgt (i[34567]86-*-freebsd*): Remove bsd-uthread.o.
8552 (x86_64-*-freebsd*): Remove bsd-uthread.o.
8553 (fbsd-nat.c): Update comment.
8554 * i386-fbsd-tdep.c: Remove "bsd-uthread.h" include.
8555 (i386fbsd_jmp_buf_reg_offset): Remove.
8556 (i386fbsd_supply_uthread): Remove function.
8557 (i386fbsd_collect_uthread): Remove function.
8558 (i386fbsd_init_abi): Don't set bsd-uthread callbacks.
8559
1e1a8bef
JB
85602017-04-04 John Baldwin <jhb@FreeBSD.org>
8561
8562 * Makefile.in (ALL_64_TARGET_OBS): Remove alpha-fbsd-tdep.o.
8563 (ALLDEPFILES): Remove alpha-fbsd-tdep.c
8564 * NEWS: Mention that support for FreeBSD/alpha was removed.
8565 * alpha-fbsd-tdep.c: Delete file.
8566 * config/alpha/fbsd.mh: Delete file.
8567 * configure.host: Delete alpha*-*-freebsd* and
8568 alpha*-*-kfreebsd*-gnu.
8569 * configure.tgt: Delete alpha*-*-freebsd* and
8570 alpha*-*-kfreebsd*-gnu.
8571
49907934
JB
85722017-04-04 John Baldwin <jhb@FreeBSD.org>
8573
8574 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers,
8575 amd64bsd_store_inferior_registers): Use ptid from regcache.
8576
6f77053d
PA
85772017-04-04 Pedro Alves <palves@redhat.com>
8578
8579 * dwarf2read.c (lnp_state_machine): Now a class. Initialize all
8580 data fields, make them private and add "m_" prefixes.
8581 (lnp_state_machine::lnp_state_machine): New ctor.
8582 (record_line, check_line_address, handle_set_discriminator)
8583 (handle_set_address, handle_advance_pc, handle_special_opcode)
8584 (handle_advance_line, handle_set_file, handle_negate_stmt)
8585 (handle_const_add_pc, handle_fixed_advance_pc, handle_copy)
8586 (end_sequence, advance_line): New methods.
8587 (m_gdbarch, m_record_lines_p): New fields.
8588 (lnp_reader_state): Delete.
8589 (dwarf_record_line): Rename to ...
8590 (lnp_state_machine::record_line): ... adjust.
8591 (init_lnp_state_machine): Delete.
8592 (lnp_state_machine::lnp_state_machine): New.
8593 (check_line_address): Rename to ...
8594 (lnp_state_machine::check_line_address): This.
8595 (dwarf_decode_lines_1): Remove reference to "reader_state".
8596 Adjust lnp_state_machine having a non-default ctor. Use bool.
8597 State machine internal state manipulation moved to
8598 lnp_state_machine methods.
8599
9c541725
PA
86002017-04-04 Pedro Alves <palves@redhat.com>
8601
8602 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
8603 unittests/offset-type-selftests.c.
8604 (SUBDIR_UNITTESTS_OBS): Add offset-type-selftests.o.
8605 * common/offset-type.h: New file.
8606 * common/preprocessor.h: New file.
8607 * common/traits.h: New file.
8608 * common/valid-expr.h: New file.
8609 * dwarf2expr.c: Include "common/underlying.h". Adjust to use
8610 sect_offset and cu_offset strong typedefs throughout.
8611 * dwarf2expr.h: Adjust to use sect_offset and cu_offset strong
8612 typedefs throughout.
8613 * dwarf2loc.c: Include "common/underlying.h". Adjust to use
8614 sect_offset and cu_offset strong typedefs throughout.
8615 * dwarf2read.c: Adjust to use sect_offset and cu_offset strong
8616 typedefs throughout.
8617 * gdbtypes.h: Include "common/offset-type.h".
8618 (cu_offset): Now an offset type (strong typedef) instead of a
8619 struct.
8620 (sect_offset): Likewise.
8621 (union call_site_parameter_u): Rename "param_offset" field to
8622 "param_cu_off".
8623 * unittests/offset-type-selftests.c: New file.
8624
ecfb656c
PA
86252017-04-04 Pedro Alves <palves@redhat.com>
8626
8627 * common/underlying.h: New file.
8628 * dwarf2read.c: Include "common/gdb_optional.h" and
8629 "common/underlying.h".
8630 (dir_index, file_name_index): New types.
8631 (file_entry): Use them.
8632 (file_entry::include): Use to_underlying.
8633 (line_header::add_file_name): Use dir_index.
8634 (read_formatted_entries): Use gdb::optional. Read form before
8635 writting to file_entry.
8636 (dwarf_decode_line_header): Use dir_index.
8637 (lnp_state_machine::current_file): Use to_underlying.
8638 (lnp_state_machine::file): Change type to file_name_index.
8639 (dwarf_record_line): Use to_underlying.
8640 (init_lnp_state_machine): Use file_name_index.
8641 (dwarf_decode_lines_1): Use dir_index and file_name_index.
8642
d194f1fe
PA
86432017-04-04 Pedro Alves <palves@redhat.com>
8644
8645 * common/gdb_optional.h (gdb::optiona): Add operator->, operator*,
8646 operator bool, has_value and get methods.
8647
fff8551c
PA
86482017-04-04 Pedro Alves <palves@redhat.com>
8649
8650 * dwarf2read.c (struct file_entry): Add ctors, and initialize all
8651 fields.
8652 (line_header): Initialize all data fields. Change type of
8653 standard_opcode_lengths to std::unique_ptr<unsigned char[]>.
8654 Change type of include_dirs to std::vector<const char *>. Remove
8655 num_include_dirs, include_dirs_size. Change type of file_names to
8656 std::vector<file_entry>. Remove num_file_names, file_names_size.
8657 (line_header::line_header): New.
8658 (line_header::add_include_dir, line_header::add_file_name): New
8659 methods.
8660 (line_header::include_dir_at): Remove NULL check.
8661 (line_header::file_name_at): Add const overload.
8662 (line_header_up): New unique_ptr typedef.
8663 (dw2_get_file_names_reader): Use line_header_up. Adjust to use
8664 std::vector. Remove free_line_header call.
8665 (dwarf2_build_include_psymtabs): Use line_header_up. Remove
8666 free_line_header call.
8667 (free_cu_line_header): Delete.
8668 (handle_DW_AT_stmt_list, handle_DW_AT_stmt_list)
8669 (setup_type_unit_groups): Use line_header_up instead of cleanups.
8670 Adjust to use std::vector.
8671 (free_line_header): Delete.
8672 (free_line_header_voidp): Use delete.
8673 (add_include_dir): Replace with ...
8674 (line_header::add_include_dir): ... this method. Use std::vector.
8675 (add_file_name): Replace with ...
8676 (line_header::add_file_name): ... this method. Use std::vector.
8677 (add_include_dir_stub): Delete.
8678 (read_formatted_entries): Remove memset.
8679 (dwarf_decode_line_header): Return a line_header_up instead of a
8680 raw pointer. Remove cleanup handling. Pass lambdas to
8681 read_formatted_entries. Adjust to use line_header methods.
8682 (dwarf_decode_lines_1): Adjust to use line_header methods.
8683 (dwarf_decode_lines, file_file_name, file_full_name): Adjust to
8684 use std::vector.
8685
d62a8ae2
SM
86862017-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8687
8688 * remote.c (set_general_thread, set_continue_thread): Use ptid_t
8689 instead of struct ptid.
8690
db3a1dc7
AH
86912017-05-04 Alan Hayward <alan.hayward@arm.com>
8692
8693 * frame.c (get_frame_register_bytes): Unwind using value.
8694 (put_frame_register_bytes): Likewise.
8695
b1b45502
IB
86962017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8697
8698 * d-exp.y (type_aggregate_p): Treat TYPE_CODE_MODULE as being
8699 aggregate-like.
8700
ec13808e
JK
87012017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8702
8703 * auto-load.c (auto_load_section_scripts): Check SEC_HAS_CONTENTS.
8704
12316564
YQ
87052017-03-29 Yao Qi <yao.qi@linaro.org>
8706
8707 * gdbthread.h (struct thread_info): Declare constructor and
8708 destructor. Add some in-class member initializers.
8709 * thread.c (free_thread): Remove.
8710 (init_thread_list): Call delete instead of free_thread.
8711 (new_thread): Call thread_info constructor.
8712 (thread_info::thread_info): New function.
8713 (thread_info::~thread_info): New function.
8714 (delete_thread_1): Call delete instead of free_thread.
8715 (make_cleanup_restore_current_thread): Move tp and frame to
8716 inner block.
8717
fe5f7374
AK
87182017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8719
8720 * arc-tdep.c (arc_frame_cache): Add support for prologue analysis.
8721 (arc_skip_prologue): Likewise.
8722 (arc_make_frame_cache): Likewise.
8723 (arc_pv_get_operand): New function.
8724 (arc_is_in_prologue): Likewise.
8725 (arc_analyze_prologue): Likewise.
8726 (arc_print_frame_cache): Likewise.
8727 (MAX_PROLOGUE_LENGTH): New constant.
8728
eea78757
AK
87292017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8730
8731 * configure.tgt: Add arc-insn.o.
8732 * arc-tdep.c (arc_delayed_print_insn): Make non-static.
8733 (dump_arc_instruction_command): New function.
8734 (arc_fprintf_disasm): Likewise.
8735 (arc_disassemble_info): Likewise.
8736 (arc_insn_get_operand_value): Likewise.
8737 (arc_insn_get_operand_value_signed): Likewise.
8738 (arc_insn_get_memory_base_reg): Likewise.
8739 (arc_insn_get_memory_offset): Likewise.
8740 (arc_insn_get_branch_target): Likewise.
8741 (arc_insn_dump): Likewise.
8742 (arc_insn_get_linear_next_pc): Likewise.
8743 * arc-tdep.h (arc_delayed_print_insn): Add function declaration.
8744 (arc_disassemble_info): Likewise.
8745 (arc_insn_get_branch_target): Likewise.
8746 (arc_insn_get_linear_next_pc): Likewise.
8747 * NEWS: Mention new "maint print arc arc-instruction".
8748
3be78afd
AK
87492017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8750
8751 * arc-tdep (maintenance_print_arc_list): New variable.
8752 (maintenance_print_arc_command): New function.
8753
296ec4fa
AK
87542017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8755
8756 * arc-tdep.c (core_v2_register_names, core_arcompact_register_names)
8757 Add "limm" and "reserved".
8758 (arc_cannot_fetch_register, arc_cannot_store_register): Add
8759 ARC_RESERVED_REGNUM and ARC_LIMM_REGNUM.
8760 * arc-tdep.h (arc_regnum): Likewise.
8761
f74f865e
MF
87622017-03-27 Max Filippov <jcmvbkbc@gmail.com>
8763
8764 * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
8765 for THREADPTR register.
8766 (supply_gregset_reg): Call regcache_raw_supply for THREADPTR
8767 register.
8768 * xtensa-tdep.c (XTENSA_DBREGN_UREG): New definition.
8769 (xtensa_derive_tdep): Initialize tdep->threadptr_regnum.
8770 * xtensa-tdep.h (gdbarch_tdep::threadptr_regnum): New field.
8771
0d0bf81a
MF
87722017-03-27 Max Filippov <jcmvbkbc@gmail.com>
8773
8774 * xtensa-tdep.c (xtensa_pseudo_register_read): Treat all
8775 registers above gdbarch_num_regs (gdbarch) as privileged in
8776 call0 ABI.
8777
0ce4291e
MF
87782017-03-27 Max Filippov <jcmvbkbc@gmail.com>
8779
8780 * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
8781 for a single specified register or for all registers in
8782 a0_base..a0_base + C0_NREGS range.
8783 (supply_gregset_reg): Call regcache_raw_supply for a single
8784 specified register or for all registers in a0_base..a0_base +
8785 C0_NREGS range.
8786
c56054f9
MF
87872017-03-27 Max Filippov <jcmvbkbc@gmail.com>
8788
8789 * arch/xtensa.h (C0_NREGS): Add definition.
8790 * xtensa-tdep.c (C0_NREGS): Remove definition.
8791
a4398628
MF
87922017-03-27 Max Filippov <jcmvbkbc@gmail.com>
8793
8794 * xtensa-tdep.c (xtensa_scan_prologue, call0_analyze_prologue):
8795 Drop xtensa_default_isa initialization.
8796 (xtensa_gdbarch_init): Initialize xtensa_default_isa.
8797
8c43009f
PA
87982017-03-27 Pedro Alves <palves@redhat.com>
8799
8800 * dwarf2read.c (file_entry) <dir_index>: Add comment.
8801 (file_entry::include_dir): New method.
8802 (line_header::include_dir_at, line_header::file_name_at): New
8803 methods.
8804 (setup_type_unit_groups, setup_type_unit_groups)
8805 (psymtab_include_file_name): Simplify using the new methods.
8806 (lnp_state_machine) <the_line_header>: New field.
8807 <file>: Add comment.
8808 (lnp_state_machine::current_file): New method.
8809 (dwarf_record_line): Simplify using the new methods.
8810 (init_lnp_state_machine): Initialize the "the_line_header" field.
8811 (dwarf_decode_lines_1, dwarf_decode_lines, file_file_name):
8812 Simplify using the new methods.
8813
a7e80b9e
PA
88142017-03-27 Pedro Alves <palves@redhat.com>
8815
8816 * cp-name-parser.y (make_empty): Delete.
8817 (demangler_special, nested_name, ptr_operator, array_indicator)
8818 (direct_declarator, declarator_1): Use fill_comp instead of
8819 make_empty.
8820
21047726
PA
88212017-03-27 Pedro Alves <palves@redhat.com>
8822
8823 * xml-support.h (gdb_xml_debug): Pass a "first-to-check" argument
8824 to ATTRIBUTE_PRINTF.
8825 * solib-target.c (library_list_start_list): Print "string" not
8826 "version".
8827 * xml-tdesc.c (tdesc_start_field): Pass "field_name" to
8828 gdb_xml_error call.
8829
d721ba37
PA
88302017-03-27 Pedro Alves <palves@redhat.com>
8831
8832 * dwarf2read.c (struct file_and_directory): New.
8833 (dwarf2_get_dwz_file): Adjust to use std::string.
8834 (dw2_get_file_names_reader): Adjust to use file_and_directory.
8835 (find_file_and_directory): Adjust to return a file_and_directory
8836 object.
8837 (read_file_scope): Adjust to use file_and_directory. Remove
8838 make_cleanup/do_cleanups calls.
8839 (open_and_init_dwp_file): Adjust to use std::string. Remove
8840 make_cleanup/do_cleanups calls.
8841 * python/python.c (do_start_initialization): Adjust to ldirname
8842 returning a std::string.
8843 * utils.c (ldirname): Now returns a std::string.
8844 * utils.h (ldirname): Change return type to std::string.
8845 * xml-syscall.c (xml_init_syscalls_info): Adjust to ldirname
8846 returning a std::string.
8847 * xml-tdesc.c (file_read_description_xml): Likewise.
8848
ed771251
AH
88492017-03-24 Alan Hayward <alan.hayward@arm.com>
8850
8851 * regcache.c (regcache_debug_print_register): New function.
8852 * regcache.h (regcache_debug_print_register): New declaration.
8853 * target.c (debug_print_register): Remove.
8854 (target_fetch_registers): Call regcache_debug_print_register.
8855 (target_store_registers): Likewise.
8856
568c1b9f
PB
88572017-03-24 Pádraig Brady <pbrady@fb.com>
8858
8859 * dwarf2read.c (setup_type_unit_groups): Ensure dir_index doesn't
8860 reference beyond the 'lh->include_dirs' array before accessing to
8861 it.
8862 (psymtab_include_file_name): Likewise.
8863 (dwarf_decode_lines_1): Likewise.
8864 (dwarf_decode_lines): Likewise.
8865 (file_file_name): Likewise.
8866
3e00d44f
SM
88672017-03-23 Simon Marchi <simon.marchi@ericsson.com>
8868
8869 * fbsd-tdep.c (fbsd_corefile_thread): Don't set/restore
8870 inferior_ptid.
8871 * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
8872 ps_lsetfpregs): Likewise.
8873 * regcache.c (regcache_raw_update, regcache_raw_write): Likewise.
8874 * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
8875 ps_lsetfpregs): Likewise.
8876 * target.c (target_fetch_registers, target_store_registers):
8877 Remove asserts.
8878
077ae656
AH
88792017-03-23 Alan Hayward <alan.hayward@arm.com>
8880
8881 * sol-thread.c (sol_thread_store_registers): Remove regcache calls.
8882
1e2b521d
YQ
88832017-03-23 Yao Qi <yao.qi@linaro.org>
8884
8885 * aarch64-tdep.c (aarch64_process_record_test): Declare.
8886 (_initialize_aarch64_tdep): Register it.
8887 (aarch64_record_load_store): Handle PRFM instruction.
8888 (aarch64_process_record_test): New function.
8889
33877125
YQ
88902017-03-23 Yao Qi <yao.qi@linaro.org>
8891
8892 * aarch64-tdep.c (aarch64_record_load_store): Fix code
8893 indentation.
8894
a0eef940
YQ
88952017-03-23 Yao Qi <yao.qi@linaro.org>
8896
8897 * aarch64-tdep.c: Remove AARCH64_RECORD_FAILURE.
8898
3f2a3564
PR
88992017-03-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
8900
8901 python/python.c (do_start_initialization): Fix memory leak.
8902
b67aeab0
SM
89032017-03-22 Simon Marchi <simon.marchi@polymtl.ca>
8904
8905 * inf-ptrace.c (inf_ptrace_xfer_partial): Get pid from ptid
8906 using get_ptrace_pid.
8907 * linux-nat.c (linux_nat_xfer_partial): Don't set/restore
8908 inferior_ptid.
8909 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use lwp of
8910 inferior_ptid instead of pid.
8911
ffdbe864
YQ
89122017-03-22 Yao Qi <yao.qi@linaro.org>
8913
8914 * aarch64-tdep.c: Wrap locally used classes in anonymous
8915 namespace.
8916 * arm-tdep.c: Likewise.
8917 * linespec.c: Likewise.
8918 * ui-out.c: Likewise.
8919
9d736fbf
JG
89202017-03-22 Jonah Graham <jonah@kichwacoders.com>
8921
8922 PR gdb/19637
8923 * python/lib/gdb/printer/bound_registers.py: Import sys.
8924
3de88e9a
SM
89252017-03-21 Simon Marchi <simon.marchi@ericsson.com>
8926
8927 * windows-nat.c (do_windows_fetch_inferior_registers): Add
8928 windows_thread_info parameter and use it instead of
8929 current_thread.
8930 (windows_fetch_inferior_registers): Don't set current_thread,
8931 pass the thread to do_windows_fetch_inferior_registers. Use
8932 ptid from regcache instead of inferior_ptid.
8933 (do_windows_store_inferior_registers): Add windows_thread_info
8934 parameter and use it instead of current_thread.
8935 (windows_store_inferior_registers): Don't set current_thread,
8936 pass the thread to do_windows_store_inferior_registers. Use
8937 ptid from regcache instead of inferior_ptid.
8938
0e7b8f61
SM
89392017-03-21 Simon Marchi <simon.marchi@ericsson.com>
8940
8941 * ser-mingw.c (ser_windows_raw): Remove reference to
8942 struct serial::current_timeout.
8943
5badf10a
IR
89442017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
8945
8946 PR tdep/20928
8947 * gdb/sparc-tdep.h (gdbarch_tdep) <sparc64_ccr_type>: New field.
8948 * gdb/sparc64-tdep.c (sparc64_ccr_type): New function.
8949 (sparc64_fsr_type): Fix %fsr decoding.
8950
cee59b3f
TW
89512017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
8952
8953 * python/py-record-btrace.c (btpy_insn_data): Change return type
8954 for Python 2.
8955
639a9038
SM
89562017-03-20 Simon Marchi <simon.marchi@polymtl.ca>
8957
8958 * spu-linux-nat.c (spu_fetch_inferior_registers,
8959 spu_store_inferior_registers): Use ptid from regcache, set and
8960 restore inferior_ptid.
8961 * spu-multiarch.c (spu_fetch_registers, spu_store_registers):
8962 Likewise.
8963
bcc0c096
SM
89642017-03-20 Simon Marchi <simon.marchi@polymtl.ca>
8965
8966 * i386-linux-nat.c (fetch_register, store_register,
8967 i386_linux_fetch_inferior_registers,
8968 i386_linux_store_inferior_registers): Use ptid from regcache.
8969 * ia64-linux-nat.c (ia64_linux_fetch_register,
8970 ia64_linux_store_register): Likewise.
8971 * inf-ptrace.c (inf_ptrace_fetch_register,
8972 inf_ptrace_store_register): Likewise.
8973 * m32r-linux-nat.c (m32r_linux_fetch_inferior_registers,
8974 m32r_linux_store_inferior_registers): Likewise.
8975 * m68k-bsd-nat.c (m68kbsd_fetch_inferior_registers,
8976 m68kbsd_store_inferior_registers): Likewise.
8977 * m68k-linux-nat.c (fetch_register, store_register,
8978 m68k_linux_fetch_inferior_registers,
8979 m68k_linux_store_inferior_registers): Likewise.
8980 * m88k-bsd-nat.c (m88kbsd_fetch_inferior_registers,
8981 m88kbsd_store_inferior_registers): Likewise.
8982 * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers,
8983 mips_fbsd_store_inferior_registers): Likewise.
8984 * mips-linux-nat.c (mips64_linux_regsets_fetch_registers,
8985 mips64_linux_regsets_store_registers): Likewise.
8986 * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers,
8987 mipsnbsd_store_inferior_registers): Likewise.
8988 * mips-obsd-nat.c (mips64obsd_fetch_inferior_registers,
8989 mips64obsd_store_inferior_registers): Likewise.
8990 * nto-procfs.c (procfs_fetch_registers, procfs_store_registers):
8991 Likewise.
8992 * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers,
8993 ppcfbsd_store_inferior_registers): Likewise.
8994 * ppc-linux-nat.c (ppc_linux_fetch_inferior_registers,
8995 ppc_linux_store_inferior_registers): Likewise.
8996 * ppc-nbsd-nat.c (ppcnbsd_fetch_inferior_registers,
8997 ppcnbsd_store_inferior_registers): Likewise.
8998 * ppc-obsd-nat.c (ppcobsd_fetch_registers,
8999 ppcobsd_store_registers): Likewise.
9000 * procfs.c (procfs_fetch_registers, procfs_store_registers):
9001 Likewise.
9002 * ravenscar-thread.c (ravenscar_fetch_registers,
9003 ravenscar_store_registers, ravenscar_prepare_to_store):
9004 Likewise.
9005 * record-btrace.c (record_btrace_fetch_registers,
9006 record_btrace_store_registers, record_btrace_prepare_to_store):
9007 Likewise.
9008 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register):
9009 Lookup inferior using ptid from regcache, instead of
9010 current_inferior.
9011 * remote.c (remote_fetch_registers, remote_store_registers): Use
9012 ptid from regcache.
9013 * rs6000-nat.c (fetch_register, store_register): Likewise.
9014 * s390-linux-nat.c (s390_linux_fetch_inferior_registers,
9015 s390_linux_store_inferior_registers): Likewise.
9016 * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers,
9017 shnbsd_store_inferior_registers): Likewise.
9018 * sol-thread.c (sol_thread_fetch_registers,
9019 sol_thread_store_registers): Likewise.
9020 * sparc-nat.c (sparc_fetch_inferior_registers,
9021 sparc_store_inferior_registers): Likewise.
9022 * tilegx-linux-nat.c (fetch_inferior_registers,
9023 store_inferior_registers): Likewise.
9024 * vax-bsd-nat.c (vaxbsd_fetch_inferior_registers,
9025 vaxbsd_store_inferior_registers): Likewise.
9026 * xtensa-linux-nat.c (fetch_gregs, store_gregs, fetch_xtregs,
9027 store_xtregs): Likewise.
9028
c0f55cc6
AV
90292017-03-20 Artemiy Volkov <artemiyv@acm.org>
9030
9031 PR gdb/14441
9032 * NEWS: Mention support for rvalue references in GDB and python.
9033 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
9034 supports both lvalue and rvalue references.
9035
15c0a2a9
AV
90362017-03-20 Artemiy Volkov <artemiyv@acm.org>
9037
9038 PR gdb/14441
9039 * gdbtypes.c (rank_one_type): Implement overloading
9040 resolution rules regarding rvalue references.
9041
aa006118
AV
90422017-03-20 Artemiy Volkov <artemiyv@acm.org>
9043
9044 PR gdb/14441
9045 * aarch64-tdep.c (aarch64_type_align)
9046 (aarch64_extract_return_value, aarch64_store_return_value): Change
9047 lvalue reference type checks to general reference type checks.
9048 * amd64-tdep.c (amd64_classify): Likewise.
9049 * amd64-windows-tdep.c (amd64_windows_passed_by_integer_register):
9050 Likewise.
9051 * arm-tdep.c (arm_type_align, arm_extract_return_value)
9052 (arm_store_return_value): Likewise.
9053 * ax-gdb.c (gen_fetch, gen_cast): Likewise.
9054 * c-typeprint.c (c_print_type): Likewise.
9055 * c-varobj.c (adjust_value_for_child_access, c_value_of_variable)
9056 (cplus_number_of_children, cplus_describe_child): Likewise.
9057 * compile/compile-c-symbols.c (generate_vla_size): Likewise.
9058 * completer.c (expression_completer): Likewise.
9059 * cp-support.c (make_symbol_overload_list_adl_namespace):
9060 Likewise.
9061 * darwin-nat-info.c (info_mach_region_command): Likewise.
9062 * dwarf2loc.c (entry_data_value_coerce_ref)
9063 (value_of_dwarf_reg_entry): Likewise.
9064 * eval.c (ptrmath_type_p, evaluate_subexp_standard)
9065 (evaluate_subexp_for_address, evaluate_subexp_for_sizeof):
9066 Likewise.
9067 * findvar.c (extract_typed_address, store_typed_address):
9068 Likewise.
9069 * gdbtypes.c (rank_one_type): Likewise.
9070 * hppa-tdep.c (hppa64_integral_or_pointer_p): Likewise.
9071 * infcall.c (value_arg_coerce): Likewise.
9072 * language.c (pointer_type): Likewise.
9073 * m32c-tdep.c (m32c_reg_arg_type, m32c_m16c_address_to_pointer):
9074 Likewise.
9075 * m88k-tdep.c (m88k_integral_or_pointer_p): Likewise.
9076 * mn10300-tdep.c (mn10300_type_align): Likewise.
9077 * msp430-tdep.c (msp430_push_dummy_call): Likewise.
9078 * ppc-sysv-tdep.c (do_ppc_sysv_return_value)
9079 (ppc64_sysv_abi_push_param, ppc64_sysv_abi_return_value):
9080 Likewise.
9081 * printcmd.c (print_formatted, x_command): Likewise.
9082 * python/py-type.c (typy_get_composite, typy_template_argument):
9083 Likewise.
9084 * python/py-value.c (valpy_referenced_value)
9085 (valpy_get_dynamic_type, value_has_field): Likewise.
9086 * s390-linux-tdep.c (s390_function_arg_integer): Likewise.
9087 * sparc-tdep.c (sparc_integral_or_pointer_p): Likewise.
9088 * sparc64-tdep.c (sparc64_integral_or_pointer_p): Likewise.
9089 * spu-tdep.c (spu_scalar_value_p): Likewise.
9090 * symtab.c (lookup_symbol_aux): Likewise.
9091 * typeprint.c (whatis_exp, print_type_scalar): Likewise.
9092 * valarith.c (binop_types_user_defined_p, unop_user_defined_p):
9093 Likewise.
9094 * valops.c (value_cast_pointers, value_cast)
9095 (value_reinterpret_cast, value_dynamic_cast, value_addr, typecmp)
9096 (value_struct_elt, value_struct_elt_bitpos)
9097 (value_find_oload_method_list, find_overload_match)
9098 (value_rtti_indirect_type): Likewise.
9099 * valprint.c (val_print_scalar_type_p, generic_val_print):
9100 Likewise.
9101 * value.c (value_actual_type, value_as_address, unpack_long)
9102 (pack_long, pack_unsigned_long, coerce_ref_if_computed)
9103 (coerce_ref): Likewise.
9104 * varobj.c (varobj_get_value_type): Likewise.
9105
3fcf899d
AV
91062017-03-20 Artemiy Volkov <artemiyv@acm.org>
9107
9108 PR gdb/14441
9109 * doc/python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
9110 table of constants.
9111 * python/lib/gdb/command/explore.py: Support exploring values
9112 of rvalue reference types.
9113 * python/lib/gdb/types.py: Implement get_basic_type() for
9114 rvalue reference types.
9115 * python/py-type.c (pyty_codes) <TYPE_CODE_RVALUE_REF>: New
9116 constant.
9117 * python/py-value.c (valpy_getitem): Add an rvalue reference
9118 check.
9119 (valpy_reference_value): Add new parameter "refcode".
9120 (valpy_lvalue_reference_value, valpy_rvalue_reference_value):
9121 New wrappers for valpy_reference_value().
9122 * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
9123 (gdbpy_invoke_xmethod): Likewise.
9124
4297a3f0
AV
91252017-03-20 Artemiy Volkov <artemiyv@acm.org>
9126
9127 PR gdb/14441
9128 * dwarf2read.c (process_die, read_type_die_1): Handle the
9129 DW_TAG_rvalue_reference_type DIE.
9130 (read_tag_reference_type): Add new parameter "refcode".
9131
e1cb3213
AV
91322017-03-20 Artemiy Volkov <artemiyv@acm.org>
9133
9134 PR gdb/14441
9135 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix)
9136 (c_type_print_modifier, c_type_print_varspec_suffix)
9137 (c_type_print_base): Support printing rvalue reference types.
9138 * c-valprint.c (c_val_print, c_value_print): Support printing
9139 rvalue reference values.
9140
e4347c89
AV
91412017-03-20 Artemiy Volkov <artemiyv@acm.org>
9142
9143 PR gdb/14441
9144 * cp-name-parser.y (ptr_operator): Handle the '&&' token in
9145 typename.
9146 * cp-support.c (replace_typedefs): Handle
9147 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
9148 * python/py-type.c (typy_lookup_type): Likewise.
9149
53cc15f5
AV
91502017-03-20 Artemiy Volkov <artemiyv@acm.org>
9151
9152 PR gdb/14441
9153 * c-exp.y (ptr_operator): Handle the '&&' token in the typename.
9154 * parse.c (insert_type): Change assert statement.
9155 (follow_types): Handle rvalue reference types.
9156 * parser-defs.h (enum type_pieces) <tp_rvalue_reference>: New
9157 constant.
9158
a65cfae5
AV
91592017-03-20 Artemiy Volkov <artemiyv@acm.org>
9160
9161 PR gdb/14441
9162 * ada-lang.c (ada_evaluate_subexp): Adhere to the new
9163 value_ref() interface.
9164 * c-valprint.c (c_value_print): Likewise.
9165 * infcall.c (value_arg_coerce): Likewise.
9166 * python/py-value.c (valpy_reference_value): Likewise.
9167 * valops.c (value_cast, value_reinterpret_cast)
9168 (value_dynamic_cast, typecmp): Likewise.
9169 (value_ref): Parameterize by kind of return value reference type.
9170 * value.h (value_ref): Add new parameter "refcode".
9171
3b224330
AV
91722017-03-20 Artemiy Volkov <artemiyv@acm.org>
9173
9174 PR gdb/14441
9175 * dwarf2read.c (read_tag_reference_type): Use
9176 lookup_lvalue_reference_type() instead of lookup_reference_type().
9177 * eval.c (evaluate_subexp_standard): Likewise.
9178 * f-exp.y: Likewise.
9179 * gdbtypes.c (make_reference_type, lookup_reference_type):
9180 Generalize with rvalue reference types.
9181 (lookup_lvalue_reference_type, lookup_rvalue_reference_type): New
9182 convenience wrappers for lookup_reference_type().
9183 * gdbtypes.h (make_reference_type, lookup_reference_type): Add a
9184 reference kind parameter.
9185 (lookup_lvalue_reference_type, lookup_rvalue_reference_type): Add
9186 wrappers for lookup_reference_type().
9187 * guile/scm-type.c (gdbscm_type_reference): Use
9188 lookup_lvalue_reference_type() instead of lookup_reference_type().
9189 * guile/scm-value.c (gdbscm_value_dynamic_type): Likewise.
9190 * parse.c (follow_types): Likewise.
9191 * python/py-type.c (typy_reference, typy_lookup_type): Likewise.
9192 * python/py-value.c (valpy_get_dynamic_type, valpy_getitem):
9193 Likewise.
9194 * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
9195 (gdbpy_invoke_xmethod): Likewise.
9196 * stabsread.c: Provide extra argument to make_reference_type()
9197 call.
9198 * valops.c (value_ref, value_rtti_indirect_type): Use
9199 lookup_lvalue_reference_type() instead of lookup_reference_type().
9200
f9aeb8d4
AV
92012017-03-20 Artemiy Volkov <artemiyv@acm.org>
9202
9203 PR gdb/14441
9204 * gdbtypes.h (enum type_code) <TYPE_CODE_RVALUE_REF>: New constant.
9205 (TYPE_IS_REFERENCE): New macro.
9206 (struct type): Add rvalue_reference_type field.
9207 (TYPE_RVALUE_REFERENCE_TYPE): New macro.
9208
51457a05
MAL
92092017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9210
9211 * NEWS: Add an entry about new '-file-list-shared-libraries' command.
9212 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries):
9213 New function definition.
9214 * mi/mi-cmds.c (mi_cmds): Add -file-list-shared-libraries command.
9215 * mi/mi-cmds.h (mi_cmd_file_list_shared_libraries):
9216 New function declaration.
9217 * mi/mi-interp.c (mi_output_solib_attribs): New Function.
9218 * mi/mi-interp.h: New file.
9219 * solib.c (info_sharedlibrary_command): Replace for loop with
9220 ALL_SO_LIBS macro
9221 * solib.h (update_solib_list): New function declaration.
9222 (so_list_head): Move macro.
9223 * solist.h (ALL_SO_LIBS): New macro.
9224
e696b3ad
MAL
92252017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9226
9227 * infcmd.c (post_create_inferior): Remove unused argument in
9228 call to solib_add.
9229 * remote.c (remote_start_remote): Likewise.
9230 * solib-frv.c (frv_fetch_objfile_link_map): Likewise.
9231 * solib-svr4.c: (svr4_fetch_objfile_link_map): Likewise.
9232 (enable_break): Likewise.
9233 * solib.c (update_solib_list): Remove unused target argument
9234 and its documentation.
9235 (solib_add): Remove unused target argument. Remove unused
9236 argument in call to update_solib_list.
9237 (info_sharedlibrary_command): Remove unused argument in call
9238 to update_solib_list.
9239 (sharedlibrary_command): Remove unused argument in call to
9240 solib_add.
9241 (handle_solib_event): Likewise.
9242 (reload_shared_libraries): Likewise.
9243 * solib.h (solib_add): Remove unused target argument.
9244
dcb84eda
AA
92452017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9246
9247 * s390-linux-tdep.c (is_rsi, is_rie): Remove functions.
9248 (s390_displaced_step_fixup): Cover relative branches with the
9249 default fixup handling. This fixes lack of support for some
9250 relative branch instructions.
9251
d9cb6cdc
SM
92522017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
9253
9254 * i386-gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Use
9255 ptid from regcache.
9256
1afaf9f4
SM
92572017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
9258
9259 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers,
9260 i386_darwin_store_inferior_registers): Use ptid from regcache.
9261
aac12e24
SM
92622017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
9263
9264 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers,
9265 i386bsd_store_inferior_registers): Use ptid from regcache.
9266
bbe1eef1
SM
92672017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
9268
9269 * hppa-obsd-nat.c (hppaobsd_fetch_registers,
9270 hppaobsd_store_registers): Use ptid from regcache.
9271
10799020
SM
92722017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
9273
9274 * hppa-nbsd-nat.c (hppanbsd_fetch_registers,
9275 hppanbsd_store_registers): Use ptid from regcache.
9276
00204cf7
SM
92772017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
9278
9279 * hppa-linux-nat.c (fetch_register, store_register): Use ptid
9280 from regcache. Use get_ptrace_pid.
9281
11a33714
SM
92822017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
9283
9284 * corelow.c (get_core_register_section): Use ptid from regcache,
9285 update doc.
9286
317cd492
SM
92872017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
9288
9289 * bsd-uthread.c (bsd_uthread_fetch_registers,
9290 bsd_uthread_store_registers): Use ptid from regcache, set and
9291 restore inferior_ptid.
9292
9ac8a7c2
SM
92932017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
9294
9295 * arm-nbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
9296 fetch_fp_regs, store_register, store_regs, store_fp_register,
9297 store_fp_regs): Use ptid from regcache.
9298
4ac4bb6a
SM
92992017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
9300
9301 * arm-linux-nat.c (fetch_fpregs, store_fpregs, fetch_regs,
9302 store_regs, fetch_wmmx_regs, store_wmmx_regs, fetch_vfp_regs,
9303 store_vfp_regs): Use ptid from regcache.
9304
9bcbdca8
PA
93052017-03-17 Pedro Alves <palves@redhat.com>
9306
9307 PR remote/21188
9308 * ser-base.c (ser_base_wait_for): Add comment.
9309 (do_ser_base_readchar): Improve comment based on the ser-unix.c's
9310 version.
9311 * ser-unix.c (hardwire_raw): Remove reference to
9312 scb->current_timeout.
9313 (wait_for, do_hardwire_readchar, hardwire_readchar): Delete.
9314 (hardwire_ops): Install ser_base_readchar instead of
9315 hardwire_readchar.
9316 * serial.h (struct serial) <current_timeout, timeout_remaining>:
9317 Remove fields.
9318
7503099f
JG
93192017-03-17 Jonah Graham <jonah@kichwacoders.com>
9320
9321 PR gdb/19637
9322 * python/lib/gdb/printer/bound_registers.py: Add support for
9323 Python 3.
9324
7942e96e
AA
93252017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9326
9327 * dwarf2loc.c (indirect_synthetic_pointer): Get data type of
9328 pointed-to DIE and pass it to dwarf2_evaluate_loc_desc_full.
9329 (dwarf2_evaluate_loc_desc_full): New parameter subobj_type; rename
9330 byte_offset to subobj_byte_offset. Fix the handling of
9331 DWARF_VALUE_STACK on big-endian targets when coming via an
9332 implicit pointer.
9333 (dwarf2_evaluate_loc_desc): Adjust call to
9334 dwarf2_evaluate_loc_desc_full.
9335 * dwarf2loc.h (dwarf2_fetch_die_type_sect_off): New declaration.
9336 * dwarf2read.c (dwarf2_fetch_die_type_sect_off): New function.
9337
ba14f379
YQ
93382017-03-16 Yao Qi <yao.qi@linaro.org>
9339
9340 * arm-tdep.c (thumb_record_misc): Decode CBNZ, CBZ, REV16,
9341 and REVSH instructions.
9342
b121eeb9
YQ
93432017-03-16 Yao Qi <yao.qi@linaro.org>
9344
9345 * arm-tdep.c [GDB_SELF_TEST]: include "selftests.h".
9346 (arm_record_test): Declare.
9347 (_initialize_arm_tdep) [GDB_SELF_TEST]: call register_self_test.
9348 (thumb_record_ld_st_reg_offset): Rewrite the opcode matching to
9349 align with the manual.
9350 (thumb_record_misc): Adjust the code order to align with the
9351 manual.
9352 (thumb2_record_decode_insn_handler): Fix instruction matching.
9353 (instruction_reader_thumb): New class.
9354 (arm_record_test): New function.
9355
728a7913
YQ
93562017-03-16 Yao Qi <yao.qi@linaro.org>
9357
9358 * arm-tdep.c (abstract_memory_reader): New class.
9359 (instruction_reader): New class.
9360 (extract_arm_insn): Add argument 'reader'. Callers updated.
9361 (decode_insn): Likewise.
9362
34b43320
DE
93632017-03-16 Doug Evans <dje@google.com>
9364
a7c0469f
DE
9365 * guile/scm-lazy-string.c (lazy_string_smob): Clarify use of LENGTH
9366 member. Change type of TYPE member to SCM. All uses updated.
9367 (lsscm_make_lazy_string_smob): Add assert.
9368 (lsscm_make_lazy_string): Flag bad length values.
9369 (lsscm_elt_type): New function.
9370 (gdbscm_lazy_string_to_value): Rewrite to use
9371 lsscm_safe_lazy_string_to_value.
9372 (lsscm_safe_lazy_string_to_value): Fix handling of TYPE_CODE_PTR.
9373 * guile/scm-value.c (gdbscm_value_to_lazy_string): Flag bad length
9374 values. Fix TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle typedefs
9375 in incoming type.
9376 * guile/guile-internal.h (tyscm_scm_to_type): Declare.
9377 * guile/scm-type.c (tyscm_scm_to_type): New function.
9378
93792017-03-15 Doug Evans <dje@google.com>
9380
34b43320
DE
9381 PR python/17728, python/18439, python/18779
9382 * python/py-lazy-string.c (lazy_string_object): Clarify use of LENGTH
9383 member. Change type of TYPE member to PyObject *. All uses updated.
9384 (stpy_convert_to_value): Fix handling of TYPE_CODE_PTR.
9385 (gdbpy_create_lazy_string_object): Flag bad length values.
9386 Handle TYPE_CODE_ARRAY with possibly different user-provided length.
9387 Handle typedefs in incoming type.
9388 (stpy_lazy_string_elt_type): New function.
9389 (gdbpy_extract_lazy_string): Call it.
9390 * python/py-value.c (valpy_lazy_string): Flag bad length values.
9391 Fix handling of TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle
9392 typedefs in incoming type.
9393
a3a5fecc
DE
93942017-03-16 Doug Evans <dje@google.com>
9395
9396 * guile/guile-internal.h (tyscm_scm_to_type): Declare.
9397 * guile/scm-type.c (tyscm_scm_to_type): New function.
9398
28f1c605
JW
93992017-03-16 Jiong Wang <jiong.wang@arm.com>
9400
9401 * inf-ptrace.c (inf_ptrace_peek_poke): Change the type to
9402 "ULONGEST" for "skip".
9403
87c336f6
AA
94042017-03-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9405
9406 PR gdb/21220
9407 * inf-ptrace.c (inf_ptrace_xfer_partial): In "case
9408 TARGET_OBJECT_MEMORY", extract the logic for ptrace peek/poke...
9409 (inf_ptrace_peek_poke): ...here. New function. Now also loop
9410 over ptrace peek/poke until end of buffer or error.
9411
cf81cf60
SM
94122017-03-14 Simon Marchi <simon.marchi@ericsson.com>
9413
9414 * parse.c (length_of_subexp): Make static.
9415 * parser-defs.h (length_of_subexp): Remove.
9416
a379284a
AA
94172017-03-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9418
9419 * linux-nat.c (linux_proc_xfer_partial): Handle write operations
9420 as well.
9421
8a6200ba
PA
94222017-03-14 Pedro Alves <palves@redhat.com>
9423
9424 * cp-name-parser.y (cp_demangled_name_to_comp): Update comment.
9425 (main): Use std::unique_ptr. Remove calls to
9426 cp_demangled_name_parse_free.
9427
f79ec206
SM
94282017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
9429
9430 * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers,
9431 alphabsd_store_inferior_registers): Use regcache->ptid instead
9432 of inferior_ptid.
9433
edb5fb00
SM
94342017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
9435
9436 * aix-thread.c (aix_thread_fetch_registers,
9437 aix_thread_store_registers): Use regcache->ptid instead of
9438 inferior_ptid.
9439
55119686
SM
94402017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
9441
9442 * aarch64-linux-nat.c (fetch_gregs_from_thread,
9443 store_gregs_to_thread, fetch_fpregs_from_thread,
9444 store_fpregs_to_thread): Use regcache->ptid instead of
9445 inferior_ptid.
9446
6a06fbb7
SM
94472017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
9448
9449 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers,
9450 amd64_linux_fetch_inferior_registers): Use regcache->ptid
9451 instead of inferior_ptid.
9452
c6386875
SM
94532017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
9454
9455 * target.c (target_fetch_registers, target_store_registers): Add
9456 assert.
9457
ddaaf0fb
SM
94582017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
9459
9460 * regcache.h (regcache_get_ptid): New function.
9461 * regcache.c (regcache_get_ptid): New function.
9462
b9da89d1 94632017-03-13 Mark Wielaard <mark@klomp.org>
9464
9465 * cp-name-parser.y (make_empty): Initialize d_printing to zero.
9466
5f4d1085
KS
94672017-03-10 Keith Seitz <keiths@redhat.com>
9468
9469 PR c++/8218
9470 * c-typeprint.c (cp_type_print_method_args): Skip artificial arguments.
9471
c65d6b55
PA
94722017-03-08 Pedro Alves <palves@redhat.com>
9473
9474 PR gdb/18360
9475 * infrun.c (start_step_over, do_target_resume, resume)
9476 (restart_threads): Assert we're not resuming a thread that is
9477 meant to be stopped.
9478 (infrun_thread_stop_requested_callback): Delete.
9479 (infrun_thread_stop_requested): If the thread is internally
9480 stopped, queue a pending stop event and clear the thread's
9481 inline-frame state.
9482 (handle_stop_requested): New function.
9483 (handle_syscall_event, handle_inferior_event_1): Use
9484 handle_stop_requested.
9485 (handle_stop_requested): New function.
9486 (handle_signal_stop): Set the thread's stop_signal here instead of
9487 at caller.
9488 (finish_step_over): Clear step over info unconditionally.
9489 (handle_signal_stop): If the user had interrupted the event
9490 thread, consider the stop a random signal.
9491 (handle_signal_stop) <signal arrived while stepping over
9492 breakpoint>: Don't restart threads here.
9493 (stop_waiting): Don't clear step-over info here.
9494
15c22686
PA
94952017-03-08 Pedro Alves <palves@redhat.com>
9496
9497 PR 21206
9498 * common/gdb_unlinker.h (unlinker::unlinker): Attribute nonnull
9499 goes to argument 2, not 1.
9500
6e5d74e7
PA
95012017-03-08 Pedro Alves <palves@redhat.com>
9502
9503 PR cli/21218
9504 * top.c (gdb_readline_wrapper): Avoid passing NULL to
9505 display_gdb_prompt.
9506 (command_line_input): Add comment.
9507
9753a2f6
PA
95082017-03-08 Pedro Alves <palves@redhat.com>
9509
9510 PR tui/21216
9511 * tui/tui-file.c (tui_file::write): New.
9512 * tui/tui-file.h (tui_file): Override "write".
9513 * tui/tui-io.c (do_tui_putc, update_start_line): New functions,
9514 factored out from ...
9515 (tui_puts): ... here.
9516 (tui_putc): Use them.
9517 (tui_write): New function.
9518 * tui/tui-io.h (tui_write): Declare.
9519
1672e0d9
SDJ
95202017-03-07 Sergio Durigan Junior <sergiodj@redhat.com>
9521
9522 * Makefile.in (SFILES): Replace "environ.c" with
9523 "common/environ.c".
9524 (HFILES_NO_SRCDIR): Likewise, for "environ.h".
9525 * environ.c: Include "common-defs.h" instead of "defs.h. Moved
9526 to...
9527 * common/environ.c: ... here.
9528 * environ.h: Moved to...
9529 * common/environ.h: ... here.
9530
f7bb4e3a
PB
95312017-03-07 Peter Bergner <bergner@vnet.ibm.com>
9532
9533 * gdbarch.sh (pstring_ptr): New static function.
9534 (gdbarch_disassembler_options): Use it.
9535 (gdbarch_verify_disassembler_options): Print valid_disassembler_options,
9536 not valid_disassembler_option->name.
9537 * gdbarch.c: Regenerate.
9538
e45ced6c
PB
95392017-03-07 Peter Bergner <bergner@vnet.ibm.com>
9540
9541 * config/powerpc/ppc64-linux.mh (MH_CFLAGS): Delete.
9542
5f6fd321
PA
95432017-03-07 Pedro Alves <palves@redhat.com>
9544
9545 * tui/tui-regs.c (tui_restore_gdbout): Don't delete gdb_stdout.
9546
6dbb839a 95472017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
9548
9549 * i387-tdep.h (i387_reset_bnd_regs): Add function definition.
9550 * i387-tdep.c (i387_reset_bnd_regs): Add function implementation.
9551 * i386-tdep.c (i386_push_dummy_call): Call i387_reset_bnd_regs.
6dbb839a 9552 * amd64-tdep.c (amd64_push_dummy_call): Call i387_reset_bnd_regs.
4a612d6f 9553
d274ecf4
SM
95542017-03-06 Simon Marchi <simon.marchi@ericsson.com>
9555
9556 * xtensa-linux-nat.c (fetch_gregs): Remove const.
9557
df97be55
SM
95582017-03-03 Simon Marchi <simon.marchi@ericsson.com>
9559
9560 * remote.c (remote_add_target_side_commands): Use range-based
9561 for loop.
9562
7d45f3df
YQ
95632017-03-03 Yao Qi <yao.qi@linaro.org>
9564
9565 PR gdb/21165
9566 * ada-valprint.c (ada_val_print_ref): Call value_fetch_lazy if
9567 value is lazy.
9568 * valprint.c (common_val_print): Likewise.
9569
65b48a81
PB
95702017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9571
9572 * NEWS: Mention new set/show disassembler-options commands.
9573 * doc/gdb.texinfo: Document new set/show disassembler-options commands.
9574 * disasm.c: Include "arch-utils.h", "gdbcmd.h" and "safe-ctype.h".
9575 (prospective_options): New static variable.
9576 (gdb_disassembler::gdb_disassembler): Initialize
9577 m_di.disassembler_options.
9578 (gdb_buffered_insn_length_init_dis): Initilize di->disassembler_options.
9579 (get_disassembler_options): New function.
9580 (set_disassembler_options): Likewise.
9581 (set_disassembler_options_sfunc): Likewise.
9582 (show_disassembler_options_sfunc): Likewise.
9583 (disassembler_options_completer): Likewise.
9584 (_initialize_disasm): Likewise.
9585 * disasm.h (get_disassembler_options): New prototype.
9586 (set_disassembler_options): Likewise.
9587 * gdbarch.sh (gdbarch_disassembler_options): New variable.
9588 (gdbarch_verify_disassembler_options): Likewise.
9589 * gdbarch.c: Regenerate.
9590 * gdbarch.h: Likewise.
9591 * arm-tdep.c (num_disassembly_options): Delete.
9592 (set_disassembly_style): Likewise.
9593 (arm_disassembler_options): New static variable.
9594 (set_disassembly_style_sfunc): Convert short style name into long
9595 option name. Call set_disassembler_options.
9596 (show_disassembly_style_sfunc): New function.
9597 (arm_gdbarch_init): Call set_gdbarch_disassembler_options and
9598 set_gdbarch_verify_disassembler_options.
9599 (_initialize_arm_tdep): Delete regnames variable and update callers.
9600 (arm_disassembler_options): Initialize.
9601 (disasm_options): New variable.
9602 (num_disassembly_options): Rename from this...
9603 (num_disassembly_styles): ...to this. Compute by scanning through
9604 disasm_options.
9605 (valid_disassembly_styles): Initialize using disasm_options.
9606 Remove calls to parse_arm_disassembler_option, get_arm_regnames and
9607 set_arm_regname_option.
9608 Pass show_disassembly_style_sfunc to the "disassembler" setshow command.
9609 * rs6000-tdep.c (powerpc_disassembler_options): New static variable.
9610 (rs6000_gdbarch_init): Call set_gdbarch_disassembler_options and
9611 set_gdbarch_verify_disassembler_options.
9612 * s390-tdep.c (s390_disassembler_options): New static variable.
9613 (s390_gdbarch_init):all set_gdbarch_disassembler_options and
9614 set_gdbarch_verify_disassembler_options.
9615
d538e36d
SM
96162017-02-27 Simon Marchi <simon.marchi@ericsson.com>
9617
9618 * remote.c (remote_add_target_side_condition): Remove "struct"
9619 keyword from range-based for loop.
9620
83621223
SM
96212017-02-27 Simon Marchi <simon.marchi@ericsson.com>
9622
9623 * remote.c (remote_add_target_side_condition): Use range-based
9624 for loop. Update comment.
9625
2123df0e
YQ
96262017-02-27 Yao Qi <yao.qi@linaro.org>
9627
9628 * f-typeprint.c (f_print_type): Check "varstring" is empty first.
9629
8e368124
AH
96302017-02-26 Alan Hayward <alan.hayward@arm.com>
9631
9632 * regcache.c (regcache_raw_update): New function.
9633 (regcache_raw_read): Move code to regcache_raw_update.
9634 * regcache.h (regcache_raw_update): New declaration.
9635 * remote.c (remote_prepare_to_store): Call regcache_raw_update.
9636
a49dd8dd
JK
96372017-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9638
9639 * dwarf2read.c (create_debug_type_hash_table): Initialize
9640 header.signature and header.type_offset_in_tu.
9641
34e4bae9
PA
96422017-02-24 Pedro Alves <palves@redhat.com>
9643
9644 * symtab.c (make_file_symbol_completion_list_1): Use
9645 add_symtab_completions.
9646
b0e4b369
AH
96472017-02-24 Alan Hayward <alan.hayward@arm.com>
9648
9649 * stack.c (frame_info): Use frame_unwind_register_value to avoid buf.
9650
975c21ab
AH
96512017-02-24 Alan Hayward <alan.hayward@arm.com>
9652
9653 * i386-tdep.c (i386_pseudo_register_read_into_value): Use
9654 I386_MAX_REGISTER_SIZE.
9655 (i386_pseudo_register_write): Likewise.
9656 (i386_process_record): Likewise.
9657 * i387-tdep.c (i387_supply_xsave): Likewise.
9658 * m68k-linux-nat.c (fetch_register): Use M68K_MAX_REGISTER_SIZE.
9659 (store_register): Likewise.
9660
14bc53a8
PA
96612017-02-23 Pedro Alves <palves@redhat.com>
9662
9663 * ada-lang.c: Include "common/function-view.h".
9664 (ada_iterate_over_symbols): Adjust to use function_view as
9665 callback type.
9666 (struct add_partial_datum, ada_complete_symbol_matcher): Delete.
9667 (ada_make_symbol_completion_list): Use a lambda.
9668 (ada_exc_search_name_matches): Delete.
9669 (name_matches_regex): New.
9670 (ada_add_global_exceptions): Use a lambda and name_matches_regex.
9671 * compile/compile-c-support.c: Include "common/function-view.h".
9672 (print_one_macro): Change prototype to accept a ui_file pointer.
9673 (write_macro_definitions): Use a lambda.
9674 * dwarf2read.c: Include "common/function-view.h".
9675 (dw2_map_expand_apply, dw2_map_symtabs_matching_filename)
9676 (dw2_expand_symtabs_matching): Adjust to use function_view as
9677 callback type.
9678 * language.h: Include "common/function-view.h".
9679 (struct language_defn) <la_iterate_over_symbols>: Adjust to use
9680 function_view as callback type.
9681 (LA_ITERATE_OVER_SYMBOLS): Remove DATA parameter.
9682 * linespec.c: Include "common/function-view.h".
9683 (collect_info::add_symbol): New method.
9684 (struct symbol_and_data_callback, iterate_inline_only, struct
9685 symbol_matcher_data, iterate_name_matcher): Delete.
9686 (iterate_over_all_matching_symtabs): Adjust to use function_view
9687 as callback type and lambdas.
9688 (iterate_over_file_blocks): Adjust to use function_view as
9689 callback type.
9690 (decode_compound_collector): Now a class with private fields.
9691 (decode_compound_collector::release_symbols): New method.
9692 (collect_one_symbol): Rename to...
9693 (decode_compound_collector::operator()): ... this and adjust.
9694 (lookup_prefix_sym): decode_compound_collector construction bits
9695 move to decode_compound_collector ctor. Pass the
9696 decode_compound_collector object directly as callback. Remove
9697 cleanups and use decode_compound_collector::release_symbols
9698 instead.
9699 (symtab_collector): Now a class with private fields.
9700 (symtab_collector::release_symtabs): New method.
9701 (add_symtabs_to_list): Rename to...
9702 (symtab_collector::operator()): ... this and adjust.
9703 (collect_symtabs_from_filename): symtab_collector construction
9704 bits move to symtab_collector ctor. Pass the symtab_collector
9705 object directly as callback. Remove cleanups and use
9706 symtab_collector::release_symtabs instead.
9707 (collect_symbols): Delete.
9708 (add_matching_symbols_to_info): Use lambdas.
9709 * macrocmd.c (print_macro_callback): Delete.
9710 (info_macro_command): Use a lambda.
9711 (info_macros_command): Pass print_macro_definition as callable
9712 directly.
9713 (print_one_macro): Remove 'ignore' parameter.
9714 (macro_list_command): Adjust.
9715 * macrotab.c (macro_for_each_data::fn): Now a function_view.
9716 (macro_for_each_data::user_data): Delete field.
9717 (foreach_macro): Adjust to call the function_view.
9718 (macro_for_each): Adjust to use function_view as callback type.
9719 (foreach_macro_in_scope): Adjust to call the function_view.
9720 (macro_for_each_in_scope): Adjust to use function_view as callback
9721 type.
9722 * macrotab.h: Include "common/function-view.h".
9723 (macro_callback_fn): Declare a prototype instead of a pointer.
9724 Remove "user_data" parameter.
9725 (macro_for_each, macro_for_each_in_scope): Adjust to use
9726 function_view as callback type.
9727 * psymtab.c (partial_map_expand_apply)
9728 (psym_map_symtabs_matching_filename, recursively_search_psymtabs):
9729 Adjust to use function_view as callback type and to return bool.
9730 (psym_expand_symtabs_matching): Adjust to use function_view as
9731 callback types.
9732 * symfile-debug.c (debug_qf_map_symtabs_matching_filename): Adjust
9733 to use function_view as callback type and to return bool.
9734 (debug_qf_expand_symtabs_matching): Adjust to use function_view as
9735 callback types.
9736 * symfile.c (expand_symtabs_matching): Adjust to use function_view
9737 as callback types.
9738 * symfile.h: Include "common/function-view.h".
9739 (expand_symtabs_file_matcher_ftype)
9740 (expand_symtabs_symbol_matcher_ftype)
9741 (expand_symtabs_exp_notify_ftype): Remove "data" parameter and
9742 return bool.
9743 (quick_symbol_functions::map_symtabs_matching_filename)
9744 (quick_symbol_functions::expand_symtabs_matching): Adjust to use
9745 function_view as callback type and return bool.
9746 (expand_symtabs_matching): Adjust to use function_view as callback
9747 type.
9748 (maintenance_expand_name_matcher)
9749 (maintenance_expand_file_matcher): Delete.
9750 (maintenance_expand_symtabs): Use lambdas.
9751 * symtab.c (iterate_over_some_symtabs): Adjust to use
9752 function_view as callback types and return bool.
9753 (iterate_over_symtabs): Likewise. Use unique_xmalloc_ptr instead
9754 of a cleanup.
9755 (lookup_symtab_callback): Delete.
9756 (lookup_symtab): Use a lambda.
9757 (iterate_over_symbols): Adjust to use function_view as callback
9758 type.
9759 (struct search_symbols_data, search_symbols_file_matches)
9760 (search_symbols_name_matches): Delete.
9761 (search_symbols): Use a pair of lambdas.
9762 (struct add_name_data, add_macro_name, symbol_completion_matcher)
9763 (symtab_expansion_callback): Delete.
9764 (default_make_symbol_completion_list_break_on_1): Use lambdas.
9765 * symtab.h: Include "common/function-view.h".
9766 (iterate_over_some_symtabs): Adjust to use function_view as
9767 callback type and return bool.
9768 (iterate_over_symtabs): Adjust to use function_view as callback
9769 type.
9770 (symbol_found_callback_ftype): Remove 'data' parameter and return
9771 bool.
9772 (iterate_over_symbols): Adjust to use function_view as callback
9773 type.
9774
07e253aa
PA
97752017-02-23 Pedro Alves <palves@redhat.com>
9776
9777 * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS): New.
9778 (%.o) <unittests/%.c>: New pattern.
9779 * configure.ac ($development): Add $(SUBDIR_UNITTESTS_OBS) to
9780 CONFIG_OBS, and $(SUBDIR_UNITTESTS_SRCS) to CONFIG_SRCS.
9781 * common/function-view.h: New file.
9782 * unittests/function-view-selftests.c: New file.
9783 * configure: Regenerate.
9784
8eaf5320
SM
97852017-02-23 Simon Marchi <simon.marchi@ericsson.com>
9786
9787 * bsd-uthread.c (bsd_uthread_thread_alive): Use ptid instead of
9788 inferior_ptid.
9789 * go32-nat.c (go32_thread_alive): Likewise.
9790
38768751
YQ
97912017-02-23 Yao Qi <yao.qi@linaro.org>
9792
9793 * varobj-iter.h (varobj_iter_delete): Call xfree instead of
9794 delete.
9795
0a8beaba
YQ
97962017-02-23 Yao Qi <yao.qi@linaro.org>
9797
9798 * varobj.c (varobj_clear_saved_item): Use delete instead of
9799 xfree.
9800 (update_dynamic_varobj_children): Likewise.
9801
58fdfd2c
JK
98022017-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9803
9804 * dwarf2read.c (dwarf2_record_block_ranges): Add forgotten BASEADDR.
9805
1b90b139
SM
98062017-02-21 Simon Marchi <simon.marchi@ericsson.com>
9807
9808 * common/enum-flags.h (enum_flags::enum_flags): Initialize
9809 m_enum_value to 0 in default constructor.
9810
2039d74e
EBM
98112017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9812
9813 * rs6000-tdep.c (LOAD_AND_RESERVE_MASK): Rename from LWARX_MASK.
9814 (STORE_CONDITIONAL_MASK): Rename from STWCX_MASK.
9815 (LBARX_INSTRUCTION, LHARX_INSTRUCTION, LQARX_INSTRUCTION,
9816 STBCX_INSTRUCTION, STHCX_INSTRUCTION, STQCX_INSTRUCTION): New defines.
9817 (IS_LOAD_AND_RESERVE_INSN, IS_STORE_CONDITIONAL_INSN): New macros.
9818 (ppc_displaced_step_copy_insn): Use IS_LOAD_AND_RESERVE_INSN.
9819 (ppc_deal_with_atomic_sequence): Use IS_LOAD_AND_RESERVE_INSN and
9820 IS_STORE_CONDITIONAL_INSN.
9821
7814882a
JK
98222017-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9823
9824 * dwarf2_rnglists_process: Initialize range_beginning and range_end.
9825
0ae60b63
JK
98262017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9827
9828 * NEWS (Changes since GDB 7.12): Add DWARF-5.
9829
0224619f
JK
98302017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9831
9832 * dwarf2read.c (skip_one_die, read_attribute_value)
9833 (dwarf2_const_value_attr, dump_die_shallow)
9834 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
9835 (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_data16.
9836
0af92d60
JK
98372017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9838
9839 * dwarf2read.c (read_file_scope): Rename DW_MACRO_GNU_*.
9840 (dwarf_parse_macro_header): Accept DWARF version 5.
9841 (dwarf_decode_macro_bytes, dwarf_decode_macros): Rename DW_MACRO_GNU_*.
9842
216f72a1
JK
98432017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9844
9845 * block.c (call_site_for_pc): Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9846 DW_AT_GNU_*.
9847 * common/common-exceptions.h (enum errors): Likewise.
9848 * dwarf2-frame.c (class dwarf_expr_executor): Likewise.
9849 * dwarf2expr.c (dwarf_block_to_dwarf_reg)
9850 (dwarf_expr_context::execute_stack_op): Likewise.
9851 * dwarf2expr.h (struct dwarf_expr_context, struct dwarf_expr_piece):
9852 Likewise.
9853 * dwarf2loc.c (dwarf_evaluate_loc_desc::get_base_type)
9854 (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
9855 (show_entry_values_debug, call_site_to_target_addr)
9856 (func_addr_to_tail_call_list, func_verify_no_selftailcall)
9857 (dwarf_expr_reg_to_entry_parameter, dwarf_entry_parameter_to_value)
9858 (entry_data_value_free_closure, value_of_dwarf_reg_entry)
9859 (value_of_dwarf_block_entry, indirect_pieced_value)
9860 (symbol_needs_eval_context::push_dwarf_reg_entry_value):
9861 (disassemble_dwarf_expression): Likewise.
9862 * dwarf2read.c (process_die, inherit_abstract_dies)
9863 (read_call_site_scope): Likewise.
9864 * gdbtypes.h (struct func_type, struct call_site_parameter)
9865 (struct call_site): Likewise.
9866 * stack.c (read_frame_arg): Likewise.
9867 * std-operator.def (OP_VAR_ENTRY_VALUE): Likewise.
9868
43988095
JK
98692017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9870
9871 * defs.h (read_unsigned_leb128): New declaration.
9872 * dwarf2loc.c (decode_debug_loclists_addresses): New function.
9873 (decode_debug_loc_dwo_addresses): Update DEBUG_LOC_* to DW_LLE_*.
9874 (dwarf2_find_location_expression): Call also
9875 decode_debug_loclists_addresses. Handle DWARF-5 ULEB128 length.
9876 * dwarf2loc.h (dwarf2_version): New declaration.
9877 * dwarf2read.c (struct dwarf2_per_objfile): Add loclists, line_str,
9878 rnglists.
9879 (dwarf2_elf_names): Add .debug_loclists, .debug_line_str,
9880 .debug_rnglists.
9881 (struct dwop_section_names): Add loclists_dwo.
9882 (dwop_section_names): Add .debug_loclists.dwo.
9883 (struct comp_unit_head): Add unit_type, signature, type_offset_in_tu.
9884 (struct dwarf2_per_cu_data): Add dwarf_version.
9885 (struct dwo_sections): Add loclists.
9886 (struct attr_abbrev): Add implicit_const.
9887 (read_indirect_line_string): New declaration.
9888 (read_unsigned_leb128): Delete declaration.
9889 (rcuh_kind): New definition.
9890 (read_and_check_comp_unit_head): Change parameter
9891 is_debug_types_section to section_kind.
9892 (dwarf2_locate_sections): Handle loclists, line_str and rnglists.
9893 (read_comp_unit_head): Change parameter abfd to section, add parameter
9894 section_kind. Handle DWARF-5.
9895 (error_check_comp_unit_head): Accept also DWARF version 5.
9896 (read_and_check_comp_unit_head): Change parameter
9897 is_debug_types_section to section_kind.
9898 (read_and_check_type_unit_head): Delete function.
9899 (read_abbrev_offset): Handle DWARF-5.
9900 (create_debug_type_hash_table): Add parameter section_kind. Process
9901 only DW_UT_type. Use signature and type_offset_in_tu from struct
9902 comp_unit_head.
9903 (create_debug_types_hash_table): Update create_debug_type_hash_table
9904 caller.
9905 (create_all_type_units): Call create_debug_type_hash_table.
9906 (read_cutu_die_from_dwo, init_cutu_and_read_dies): Change
9907 read_and_check_type_unit_head caller to read_and_check_comp_unit_head
9908 caller.
9909 (skip_one_die): Handle DW_FORM_implicit_const.
9910 (dwarf2_rnglists_process): New function.
9911 (dwarf2_ranges_process): Call dwarf2_rnglists_process for DWARF-5.
9912 (abbrev_table_read_table): Handle DW_FORM_implicit_const.
9913 (read_attribute_value): Handle DW_FORM_implicit_const,
9914 DW_FORM_line_strp.
9915 (read_attribute): Handle DW_FORM_implicit_const.
9916 (read_indirect_string_at_offset_from): New function from
9917 read_indirect_string_at_offset.
9918 (read_indirect_string_at_offset): Call
9919 read_indirect_string_at_offset_from.
9920 (read_indirect_line_string_at_offset): New function.
9921 (read_indirect_string): New function comment.
9922 (read_indirect_line_string): New function.
9923 (read_unsigned_leb128): Make it global.
9924 (dwarf2_string_attr): Handle DWARF-5.
9925 (add_include_dir_stub, read_formatted_entries): New functions.
9926 (dwarf_decode_line_header, dump_die_shallow, cu_debug_loc_section):
9927 Handle DWARF-5.
9928 (per_cu_header_read_in): Update read_comp_unit_head caller.
9929 (dwarf2_version): New function.
9930 * symfile.h (struct dwarf2_debug_sections): Add loclists, line_str and
9931 rnglists.
9932 * xcoffread.c (dwarf2_xcoff_names): Update struct dwarf2_debug_sections
9933 fields.
9934
22d2f3ab
JK
99352017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9936
9937 * dwarf2read.c (abbrev_table_read_table): Read the data only once.
9938
5f46c5a5
JK
99392017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9940
9941 * dwarf2read.c (dwarf2_ranges_process): New function from
9942 dwarf2_ranges_read.
9943 (dwarf2_ranges_read, dwarf2_record_block_ranges): Use
9944 dwarf2_ranges_process.
9945
78d4d2c5
JK
99462017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9947
9948 * dwarf2read.c (create_debug_type_hash_table): New function from
9949 create_debug_types_hash_table.
9950 (create_debug_types_hash_table): Call create_debug_type_hash_table.
9951 (create_all_type_units, open_and_init_dwo_file): Update
9952 create_debug_types_hash_table callers.
9953
1b076f25
SDJ
99542017-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
9955
9956 PR gdb/16188
9957 * fork-child.c (trace_start_error): Fix thinko. va_end should
9958 refer to 'ap', not 'args'.
9959
0db8980c
SDJ
99602017-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
9961 Pedro Alves <palves@redhat.com>
9962
9963 PR gdb/16188
9964 * darwin-nat.c (darwin_ptrace_me): Check if calls to system
9965 calls succeeded.
9966 * fork-child.c (trace_start_error): New function.
9967 (trace_start_error_with_name): Likewise.
9968 * gnu-nat.c (gnu_ptrace_me): Check if call to PTRACE succeeded.
9969 * inf-ptrace.c (inf_ptrace_me): Likewise.
9970 * inferior.h (trace_start_error): New prototype.
9971 (trace_start_error_with_name): Likewise.
9972
99e8a4f9
SDJ
99732017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9974
9975 PR gdb/21164
9976 * psymtab.c (maintenance_print_psymbols): Verify if 'argv' is not
9977 NULL before using it.
9978 * symmisc.c (maintenance_print_symbols): Likewise.
9979 (maintenance_print_msymbols): Likewise.
9980
4e746bb6
TW
99812017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9982
9983 * NEWS: Add record Python bindings entry.
9984
99852017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9986
9987 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-record-btrace.o,
9988 py-record-full.o.
9989 (SUBDIR_PYTHON_SRCS): Add py-record-btrace.c, py-record-full.c.
9990 * python/py-record-btrace.c, python/py-record-btrace.h,
9991 python/py-record-full.c, python/py-record-full.h: New file.
9992 * python/py-record.c: Add include for py-record-btrace.h and
9993 py-record-full.h.
9994 (recpy_method, recpy_format, recpy_goto, recpy_replay_position,
9995 recpy_instruction_history, recpy_function_call_history, recpy_begin,
9996 recpy_end): Use functions from py-record-btrace.c and py-record-full.c.
9997 * python/python-internal.h (PyInt_FromSsize_t, PyInt_AsSsize_t):
9998 New definition.
9999 (gdbpy_initialize_btrace): New export.
10000 * python/python.c (_initialize_python): Add gdbpy_initialize_btrace.
10001
100022017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10003
10004 * Makefile.in (SUBDIR_PYTHON_OBS): Add python/py-record.o.
10005 (SUBDIR_PYTHON_SRCS): Add python/py-record.c.
10006 * python/py-record.c: New file.
10007 * python/python-internal.h (gdbpy_start_recording,
10008 gdbpy_current_recording, gdpy_stop_recording,
10009 gdbpy_initialize_record): New export.
10010 * python/python.c (_initialize_python): Add gdbpy_initialize_record.
10011 (python_GdbMethods): Add gdbpy_start_recording,
10012 gdbpy_current_recording and gdbpy_stop_recording.
10013
100142017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10015
10016 * record-btrace.c (record_btrace_record_method): New function.
10017 (init_record_btrace_ops): Initialize to_record_method.
10018 * record-full.c (record_full_record_method): New function.
10019 (init_record_full_ops, init_record_full_core_ops): Add
10020 record_full_record_method.
10021 * record.h (enum record_method): New enum.
10022 * target-debug.h (target_debug_print_enum_record_method: New define.
10023 * target-delegates.c: Regenerate.
10024 * target.c (target_record_method): New function.
10025 * target.h: Include record.h.
10026 (struct target_ops) <to_record_method>: New field.
10027 (target_record_method): New export.
10028
100292017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10030
10031 * record.h (record_start, record_stop): New export.
10032 * record.c (record_start, record_stop): New function.
10033
100342017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10035
10036 * btrace.c (btrace_fetch): Copy function call segments pointer
10037 into a vector.
10038 (btrace_clear): Clear the vector.
10039 (btrace_find_insn_by_number): Use binary search to find the correct
10040 function call segment.
10041 * btrace.h (brace_fun_p): New typedef.
10042 (struct btrace_thread_info) <functions>: New field.
10043
100442017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10045
10046 * record-btrace.c (btrace_ui_out_decode_error): Move most of it ...
10047 * btrace.c (btrace_decode_error): ... here. New function.
10048 * btrace.h (btrace_decode_error): New export.
10049
100502017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10051
10052 * btrace.c (ftrace_call_num_insn, btrace_insn_get_error): New function.
10053 (ftrace_new_function, btrace_insn_number, btrace_insn_cmp,
10054 btrace_find_insn_by_number): Remove special case for gaps.
10055 * btrace.h (btrace_insn_get_error): New export.
10056 (btrace_insn_number, btrace_find_insn_by_number): Adjust comment.
10057 * record-btrace.c (btrace_insn_history): Print number for gaps.
10058 (record_btrace_info, record_btrace_goto): Handle gaps.
10059
3f77c769
TT
100602017-02-14 Tom Tromey <tom@tromey.com>
10061
10062 PR python/13598:
10063 * python/python.c (gdbpy_before_prompt_hook): Emit before_prompt
10064 event.
10065 * python/py-evts.c (gdbpy_initialize_py_events): Add
10066 before_prompt registry.
10067 * python/py-events.h (events_object) <before_prompt>: New field.
10068
4c2c7ac6
MM
100692017-02-14 Markus Metzger <markus.t.metzger@intel.com>
10070
10071 * btrace.c (ftrace_new_switch): Preserve up link and flags.
10072
5cf30ebf
LM
100732017-02-13 Luis Machado <lgustavo@codesourcery.com>
10074
10075 * symfile (_initialize_symfile): Add usage text to the load command's
10076 help text.
10077
26a06916
SM
100782017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10079
10080 * utils.c (defaulted_query): Don't query on secondary UIs.
10081
0b145e37
TT
100822017-02-10 Tom Tromey <tom@tromey.com>
10083
10084 * rust-lang.c (rust_get_disr_info): Remove unused variable.
10085
2d8365c4
TT
100862017-02-10 Tom Tromey <tom@tromey.com>
10087
10088 * python/py-value.c (valpy_richcompare_throw): Remove unnecessary
10089 "cleanup" local.
10090 * python/py-type.c (typy_legacy_template_argument): Remove
10091 unnecessary "cleanup" local.
10092
2bb8f231
TT
100932017-02-10 Tom Tromey <tom@tromey.com>
10094
10095 * python/python.c (do_start_initialization): New function, from
10096 _initialize_python.
10097 (_initialize_python): Call do_start_initialization.
10098 * python/py-linetable.c (ltpy_iternext): Use explicit returns, not
10099 goto.
10100
1bdfaf42
TT
101012017-02-10 Tom Tromey <tom@tromey.com>
10102
10103 * python/py-prettyprint.c (pretty_print_one_value): Use
10104 gdbpy_ref.
10105
88b6faea
TT
101062017-02-10 Tom Tromey <tom@tromey.com>
10107
10108 * python/py-cmd.c (cmdpy_destroyer): Use gdbpy_ref.
10109 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Use
10110 gdbpy_ref.
10111 * python/py-type.c (field_new): Use gdbpy_ref.
10112 * python/py-symtab.c (symtab_and_line_to_sal_object): Use
10113 gdbpy_ref.
10114 * python/py-progspace.c (pspy_new): Use gdbpy_ref.
10115 (py_free_pspace): Likewise.
10116 (pspace_to_pspace_object): Likewise.
10117 * python/py-objfile.c (objfpy_new): Use gdbpy_ref.
10118 (py_free_objfile): Likewise.
10119 (objfile_to_objfile_object): Likewise.
10120 * python/py-inferior.c (delete_thread_object): Use
10121 gdbpy_ref.
10122 (infpy_read_memory): Likewise.
10123 (py_free_inferior): Likewise.
10124 * python/py-evtregistry.c (create_eventregistry_object): Use
10125 gdbpy_ref.
10126 * python/py-event.c (create_event_object): Use gdbpy_ref.
10127
7780f186
TT
101282017-02-10 Tom Tromey <tom@tromey.com>
10129
10130 * python/py-ref.h (gdbpy_ref_policy): Now a template.
10131 (gdbpy_ref): Now a template; allow subclasses of PyObject to be
10132 used.
10133 * python/py-arch.c, python/py-bpevent.c, python/py-breakpoint.c,
10134 python/py-cmd.c, python/py-continueevent.c, python/py-event.c,
10135 python/py-exitedevent.c, python/py-finishbreakpoint.c,
10136 python/py-framefilter.c, python/py-function.c,
10137 python/py-inferior.c, python/py-infevents.c,
10138 python/py-linetable.c, python/py-newobjfileevent.c,
10139 python/py-param.c, python/py-prettyprint.c, python/py-ref.h,
10140 python/py-signalevent.c, python/py-stopevent.c,
10141 python/py-symbol.c, python/py-threadevent.c, python/py-type.c,
10142 python/py-unwind.c, python/py-utils.c, python/py-value.c,
10143 python/py-varobj.c, python/py-xmethods.c, python/python.c,
10144 varobj.c: Change gdbpy_ref to gdbpy_ref<>.
10145
d4b0bb18
TT
101462017-02-10 Tom Tromey <tom@tromey.com>
10147
10148 * ui-out.h (ui_out_emit_type): New class.
10149 (ui_out_emit_tuple, ui_out_emit_list): New typedefs.
10150 * python/py-framefilter.c (py_print_single_arg): Use gdb::optional
10151 and ui_out_emit_tuple.
10152 (enumerate_locals): Likewise.
10153 (py_mi_print_variables, py_print_locals, py_print_args): Use
10154 ui_out_emit_list.
10155 (py_print_frame): Use gdb::optional, ui_out_emit_tuple,
10156 ui_out_emit_list.
10157 * common/gdb_optional.h: New file.
10158
f67f945c
MG
101592017-02-10 Martin Galvan <martingalvan@sourceware.org>
10160
10161 * MAINTAINERS (Write After Approval): Update my e-mail address.
10162
18da0c51
MG
101632017-02-10 Martin Galvan <martingalvan@sourceware.org>
10164
10165 PR gdb/21122
10166 * breakpoint.c (_initialize_breakpoint): Update the help description
10167 of the 'commands' command to indicate that it takes a list argument.
10168
62c14536
SM
101692017-02-09 Simon Marchi <simon.marchi@ericsson.com>
10170
10171 * interps.c (current_interp_set_logging): Remove "return".
10172
ff6fa247
GB
101732017-02-09 Gary Benson <gbenson@redhat.com>
10174
10175 * symtab.c (add_symtab_completions): Prevent NULL pointer
10176 dereference.
10177
a474bd8e
PA
101782017-02-08 Pedro Alves <palves@redhat.com>
10179
10180 * interps.c (interp::interp): Remove reference to quiet_p.
10181 (interp_set): Make static. Remove dead "Switching to" output
10182 code.
10183 (interp_quiet_p, interp_set_quiet): Delete.
10184 (interpreter_exec_cmd): Don't set the interpreter quiet.
10185 * interps.h (interp_quiet_p): Make static.
10186 (class interp) <quiet_p>: Remove field
10187
3d7b173c
JG
101882017-02-08 Jerome Guitton <guitton@adacore.com>
10189
604c4576
JG
10190 * cli/cli-decode.c (find_command_name_length): Make it extern.
10191 * cli/cli-decode.h (find_command_name_length): Declare.
10192 * cli/cli-script.c (command_name_equals, line_first_arg):
10193 New functions.
10194 (process_next_line): Use cli-decode to parse command names.
10195 (build_command_line): Make args a constant pointer.
10196
101972017-02-08 Jerome Guitton <guitton@adacore.com>
6dbb839a 10198
3d7b173c
JG
10199 * cli-decode.c (lookup_cmd_1, lookup_cmd_composition):
10200 Remove case-insensitive search.
10201
1291063d
JM
102022017-02-07 Jose E. Marchesi <jose.marchesi@oracle.com>
10203
10204 * sparc-tdep.c (sparc32_gdbarch_init): Do not place a + operator
10205 at the end of the line. Avoids an ARI warning.
10206
20b477a7
LM
102072017-02-06 Luis Machado <lgustavo@codesourcery.com>
10208
10209 * NEWS: Mention support for record/replay of Intel 64 rdrand and
10210 rdseed instructions.
10211 i386-tdep.c (i386_process_record): Handle Intel 64 rdrand and rseed.
10212
3f7b46f2
IR
102132017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10214
10215 PR tdep/20936
10216 Provide and use sparc32 and sparc64 target description XML files.
10217 * features/sparc/sparc32-cp0.xml, features/sparc/sparc32-cpu.xml,
10218 features/sparc/sparc32-fpu.xml: New files for sparc 32-bit.
10219 * features/sparc/sparc64-cp0.xml, features/sparc/sparc64-cpu.xml,
10220 features/sparc/sparc64-fpu.xml: New files for sparc 64-bit.
10221 * features/sparc/sparc32-solaris.xml: New file.
10222 * features/sparc/sparc64-solaris.xml: New file.
10223 * features/sparc/sparc32-solaris.c: Generated.
10224 * features/sparc/sparc64-solaris.c: Generated.
10225 * sparc-tdep.h: Account for differences in target descriptions.
10226 * sparc-tdep.c (sparc32_register_name): Use target provided registers.
10227 (sparc32_register_type): Use target provided registers.
10228 (validate_tdesc_registers): New function.
10229 (sparc32_gdbarch_init): Use tdesc_has_registers.
10230 Set pseudoregister functions.
10231 * sparc64-tdep.c (sparc64_register_name): Use target provided registers.
10232 (sparc64_register_type): Use target provided registers.
10233 (sparc64_init_abi): Set pseudoregister functions.
10234
f0fd41c1
TT
102352017-02-03 Tom Tromey <tom@tromey.com>
10236
10237 PR rust/21097:
10238 * rust-lang.c (rust_print_type) <TYPE_CODE_UNION>: Handle enums
10239 with a single member.
10240
d6f9b0fb
PA
102412017-02-03 Pedro Alves <palves@redhat.com>
10242
10243 * cli/cli-interp.c (cli_interp_base::cli_interp_base)
10244 (cli_interp_base::~cli_interp_base): New.
10245 (cli_interp): New struct.
10246 (as_cli_interp): Cast the interp itself to cli_interp.
10247 (cli_interpreter_pre_command_loop): Rename to ...
10248 (cli_interp_base::pre_command_loop): ... this. Remove 'self'
10249 parameter.
10250 (cli_interpreter_init): Rename to ...
10251 (cli_interp::init): ... this. Remove 'self' parameter. Use
10252 boolean. Make extern.
10253 (cli_interpreter_resume): Rename to ...
10254 (cli_interp::resume): ... this. Remove 'data' parameter. Make
10255 extern.
10256 (cli_interpreter_suspend): Rename to ...
10257 (cli_interp::suspend): ... this. Remove 'data' parameter. Make
10258 extern.
10259 (cli_interpreter_exec): Rename to ...
10260 (cli_interp::exec): ... this. Remove 'data' parameter. Make
10261 extern.
10262 (cli_interpreter_supports_command_editing): Rename to ...
10263 (cli_interp_base::supports_command_editing): ... this. Remove
10264 'interp' parameter. Make extern.
10265 (cli_ui_out): Rename to ...
10266 (cli_interp::interp_ui_out): ... this. Remove 'interp' parameter.
10267 Make extern.
10268 (cli_set_logging): Rename to ...
10269 (cli_interp_base::set_logging): ... this. Remove 'interp'
10270 parameter. Make extern.
10271 (cli_interp_procs): Delete.
10272 (cli_interp_factory): Adjust to use "new".
10273 * cli/cli-interp.h: Include "interps.h".
10274 (struct cli_interp_base): New struct.
10275 * interps.c (struct interp): Delete. Fields moved to interps.h.
10276 (interp_new): Delete.
10277 (interp::interp, interp::~interp): New.
10278 (interp_set): Use bool, and return void. Assume the interpreter
10279 has suspend, init and resume methods, and that the all return
10280 void.
10281 (set_top_level_interpreter): interp_set returns void.
10282 (interp_ui_out): Adapt.
10283 (current_interp_set_logging): Adapt.
10284 (interp_data): Delete.
10285 (interp_pre_command_loop, interp_supports_command_editing): Adapt.
10286 (interp_exec): Adapt.
10287 (top_level_interpreter_data): Delete.
10288 * interps.h (interp_init_ftype, interp_resume_ftype)
10289 (interp_suspend_ftype, interp_exec_ftype)
10290 (interp_pre_command_loop_ftype, interp_ui_out_ftype): Delete.
10291 (class interp): New.
10292 (interp_new): Delete.
10293 (interp_set): Now returns void. Use bool.
10294 (interp_data, top_level_interpreter_data): Delete.
10295 * mi/mi-common.h: Include interps.h.
10296 (class mi_interp): Inherit from interp. Define a ctor. Declare
10297 init, resume, suspect, exec, interp_ui_out, set_logging and
10298 pre_command_loop methods.
10299 * mi/mi-interp.c (as_mi_interp): Cast the interp itself.
10300 (mi_interpreter_init): Rename to ...
10301 (mi_interp::init): ... this. Remove the 'interp' parameter, use
10302 bool, return void and make extern. Adjust.
10303 (mi_interpreter_resume): ... Rename to ...
10304 (mi_interp::resume): ... this. Remove the 'data' parameter,
10305 return void and make extern. Adjust.
10306 (mi_interpreter_suspend): ... Rename to ...
10307 (mi_interp::suspend): ... this. Remove the 'data' parameter,
10308 return void and make extern. Adjust.
10309 (mi_interpreter_exec): ... Rename to ...
10310 (mi_interp::exec): ... this. Remove the 'data' parameter and make
10311 extern. Adjust.
10312 (mi_interpreter_pre_command_loop): ... Rename to ...
10313 (mi_interp::pre_command_loop): ... this. Remove the 'self'
10314 parameter and make extern.
10315 (mi_on_normal_stop_1): Adjust.
10316 (mi_ui_out): Rename to ...
10317 (mi_interp::interp_ui_out): ... this. Remove the 'interp'
10318 parameter and make extern. Adjust.
10319 (mi_set_logging): Rename to ...
10320 (mi_interp::set_logging): ... this. Remove the 'interp'
10321 parameter and make extern. Adjust.
10322 (mi_interp_procs): Delete.
10323 (mi_interp_factory): Adjust to use 'new'.
10324 * mi/mi-main.c (mi_cmd_gdb_exit, captured_mi_execute_command)
10325 (mi_print_exception, mi_execute_command, mi_load_progress):
10326 Adjust.
10327 * tui/tui-interp.c (tui_interp): New class.
10328 (as_tui_interp): Return a tui_interp pointer.
10329 (tui_on_normal_stop, tui_on_signal_received)
10330 (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
10331 (tui_on_no_history, tui_on_user_selected_context_changed): Adjust
10332 to use interp::interp_ui_out.
10333 (tui_init): Rename to ...
10334 (tui_interp::init): ... this. Remove the 'self' parameter, use
10335 bool, return void and make extern. Adjust.
10336 (tui_resume): Rename to ...
10337 (tui_interp::resume): ... this. Remove the 'data' parameter,
10338 return void and make extern. Adjust.
10339 (tui_suspend): Rename to ...
10340 (tui_interp::suspend): ... this. Remove the 'data' parameter,
10341 return void and make extern. Adjust.
10342 (tui_ui_out): Rename to ...
10343 (tui_interp::interp_ui_out): ... this. Remove the 'self'
10344 parameter, and make extern. Adjust.
10345 (tui_exec): Rename to ...
10346 (tui_interp::exec): ... this. Remove the 'data' parameter and
10347 make extern.
10348 (tui_interp_procs): Delete.
10349 (tui_interp_factory): Use "new".
10350
65c40c95
TT
103512017-02-02 Tom Tromey <tom@tromey.com>
10352
10353 * rust-exp.y (ends_raw_string, space_then_number)
10354 (rust_identifier_start_p): Return bool.
10355 * rust-lang.c (rust_tuple_type_p, rust_underscore_fields)
10356 (rust_tuple_struct_type_p, rust_tuple_variant_type_p)
10357 (rust_slice_type_p, rust_range_type_p, rust_u8_type_p)
10358 (rust_chartype_p): Return bool.
10359 (val_print_struct, rust_print_struct_def, rust_print_type):
10360 Update.
10361 * rust-lang.h (rust_tuple_type_p, rust_tuple_struct_type_p):
10362 Return bool.
10363
b50f188d
TT
103642017-02-02 Tom Tromey <tom@tromey.com>
10365
10366 * rust-lang.c: Reindent.
10367
03c85b11
TT
103682017-02-02 Tom Tromey <tom@tromey.com>
10369
10370 * rust-lang.h (rust_crate_for_block): Update.
10371 * rust-lang.c (rust_crate_for_block): Return std::string.
10372 (rust_get_disr_info): Use std:;string, not
10373 gdb::unique_xmalloc_ptr.
10374 * rust-exp.y (crate_name): Update.
10375
9b6da501
PA
103762017-02-02 Pedro Alves <palves@redhat.com>
10377
10378 * disasm-selftests.c (print_one_insn_test): Move the "verbose"
10379 field out of gdb_disassembler_test and make it static.
10380
ec4cb20b
PA
103812017-02-02 Pedro Alves <palves@redhat.com>
10382
10383 * mi/mi-common.h (struct mi_interp): Delete the mi2_interp,
10384 mi1_interp and mi_interp fields.
10385
5be5dbf0
PA
103862017-02-02 Pedro Alves <palves@redhat.com>
10387
616268b6
PA
10388 * cli/cli-interp.c (struct saved_output_files, saved_output):
10389 Moved from cli/cli-logging.c.
10390 (cli_set_logging): New function.
10391 (cli_interp_procs): Install cli_set_logging.
10392 * cli/cli-interp.h (make_logging_output, cli_set_logging):
10393 Declare.
10394 * cli/cli-logging.c (struct saved_output_files, saved_output):
10395 Moved to cli/cli-interp.c.
10396 (pop_output_files): Don't save outputs here.
10397 (make_logging_output): New function.
10398 (handle_redirections): Don't build tee nor save previous outputs
10399 here.
10400 * interps.c (current_interp_set_logging): Change prototype.
10401 Assume there's always a set_logging_proc method installed.
10402 * interps.h (interp_set_logging_ftype): Change prototype.
10403 (current_interp_set_logging): Change prototype and adjust comment.
10404 * mi/mi-interp.c (mi_set_logging): Change protototype. Adjust to
10405 use make_logging_output.
10406 * tui/tui-interp.c (tui_interp_procs): Install cli_set_logging.
104072017-02-02 Pedro Alves <palves@redhat.com>
10408
5be5dbf0
PA
10409 * cli/cli-logging.c (maybe_warn_already_logging): New factored out
10410 from ...
10411 (set_logging_overwrite): ... here.
10412 (logging_no_redirect_file): Delete.
10413 (set_logging_redirect): Don't handle redirection on the fly.
10414 Instead warn that "logging off" / "logging on" is necessary.
10415 (pop_output_files): Delete references to logging_no_redirect_file.
10416 (show_logging_command): Always speak in terms of what will happen
10417 once logging is reenabled.
10418
c99cc448
PA
104192017-02-02 Pedro Alves <palves@redhat.com>
10420
10421 * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
10422
8b172ce7
PA
104232017-02-02 Pedro Alves <palves@redhat.com>
10424
10425 * disasm.c (gdb_pretty_print_insn): Rename to ...
10426 (gdb_pretty_print_disassembler::pretty_print_insn): ... this.
10427 Remove gdbarch parameter. Adapt to clear the object's buffers
10428 instead of allocating new buffers, and to print using the object's
10429 gdb_disassembler instead of calling gdb_print_insn.
10430 (dump_insns): Use gdb_pretty_print_disassembler.
10431 * disasm.h (gdb_pretty_print_insn): Delete declaration.
10432 (gdb_pretty_print_disassembler): New class.
10433 * record-btrace.c (btrace_insn_history): Use
10434 gdb_pretty_print_disassembler.
10435
d7e74731
PA
104362017-02-02 Pedro Alves <palves@redhat.com>
10437
10438 * ada-lang.c (type_as_string): Use string_file.
10439 * ada-valprint.c (ada_print_floating): Use string_file.
10440 * ada-varobj.c (ada_varobj_scalar_image)
10441 (ada_varobj_get_value_image): Use string_file.
10442 * aix-thread.c (aix_thread_extra_thread_info): Use string_file.
10443 * arm-tdep.c (_initialize_arm_tdep): Use string_printf.
10444 * breakpoint.c (update_inserted_breakpoint_locations)
10445 (insert_breakpoint_locations, reattach_breakpoints)
10446 (print_breakpoint_location, print_one_detail_ranged_breakpoint)
10447 (print_it_watchpoint): Use string_file.
10448 (save_breakpoints): Use stdio_file.
10449 * c-exp.y (oper): Use string_file.
10450 * cli/cli-logging.c (set_logging_redirect): Use ui_file_up and
10451 tee_file.
10452 (pop_output_files): Use delete.
10453 (handle_redirections): Use stdio_file and tee_file.
10454 * cli/cli-setshow.c (do_show_command): Use string_file.
10455 * compile/compile-c-support.c (c_compute_program): Use
10456 string_file.
10457 * compile/compile-c-symbols.c (generate_vla_size): Take a
10458 'string_file &' instead of a 'ui_file *'.
10459 (generate_c_for_for_one_variable): Take a 'string_file &' instead
10460 of a 'ui_file *'. Use string_file.
10461 (generate_c_for_variable_locations): Take a 'string_file &'
10462 instead of a 'ui_file *'.
10463 * compile/compile-internal.h (generate_c_for_for_one_variable):
10464 Take a 'string_file &' instead of a 'ui_file *'.
10465 * compile/compile-loc2c.c (push, pushf, unary, binary)
10466 (print_label, pushf_register_address, pushf_register)
10467 (do_compile_dwarf_expr_to_c): Take a 'string_file &' instead of a
10468 'ui_file *'. Adjust.
10469 * compile/compile.c (compile_to_object): Use string_file.
10470 * compile/compile.h (compile_dwarf_expr_to_c)
10471 (compile_dwarf_bounds_to_c): Take a 'string_file &' instead of a
10472 'ui_file *'.
10473 * cp-support.c (inspect_type): Use string_file and obstack_copy0.
10474 (replace_typedefs_qualified_name): Use string_file and
10475 obstack_copy0.
10476 * disasm.c (gdb_pretty_print_insn): Use string_file.
10477 (gdb_disassembly): Adjust reference the null_stream global.
10478 (do_ui_file_delete): Delete.
10479 (gdb_insn_length): Use null_stream.
10480 * dummy-frame.c (maintenance_print_dummy_frames): Use stdio_file.
10481 * dwarf2loc.c (dwarf2_compile_property_to_c)
10482 (locexpr_generate_c_location, loclist_generate_c_location): Take a
10483 'string_file &' instead of a 'ui_file *'.
10484 * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise.
10485 * dwarf2read.c (do_ui_file_peek_last): Delete.
10486 (dwarf2_compute_name): Use string_file.
10487 * event-top.c (gdb_setup_readline): Use stdio_file.
10488 * gdbarch.sh (verify_gdbarch): Use string_file.
10489 * gdbtypes.c (safe_parse_type): Use null_stream.
10490 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Use
10491 string_file.
10492 * guile/scm-disasm.c (gdbscm_print_insn_from_port): Take a
10493 'string_file *' instead of a 'ui_file *'.
10494 (gdbscm_arch_disassemble): Use string_file.
10495 * guile/scm-frame.c (frscm_print_frame_smob): Use string_file.
10496 * guile/scm-ports.c (class ioscm_file_port): Now a class that
10497 inherits from ui_file.
10498 (ioscm_file_port_delete, ioscm_file_port_rewind)
10499 (ioscm_file_port_put): Delete.
10500 (ioscm_file_port_write): Rename to ...
10501 (ioscm_file_port::write): ... this. Remove file_port_magic
10502 checks.
10503 (ioscm_file_port_new): Delete.
10504 (ioscm_with_output_to_port_worker): Use ioscm_file_port and
10505 ui_file_up.
10506 * guile/scm-type.c (tyscm_type_name): Use string_file.
10507 * guile/scm-value.c (vlscm_print_value_smob, gdbscm_value_print):
10508 Use string_file.
10509 * infcmd.c (print_return_value_1): Use string_file.
10510 * infrun.c (print_target_wait_results): Use string_file.
10511 * language.c (add_language): Use string_file.
10512 * location.c (explicit_to_string_internal): Use string_file.
10513 * main.c (captured_main_1): Use null_file.
10514 * maint.c (maintenance_print_architecture): Use stdio_file.
10515 * mi/mi-cmd-stack.c (list_arg_or_local): Use string_file.
10516 * mi/mi-common.h (struct mi_interp) <out, err, log, targ,
10517 event_channel>: Change type to mi_console_file pointer.
10518 * mi/mi-console.c (mi_console_file_fputs, mi_console_file_flush)
10519 (mi_console_file_delete): Delete.
10520 (struct mi_console_file): Delete.
10521 (mi_console_file_magic): Delete.
10522 (mi_console_file_new): Delete.
10523 (mi_console_file::mi_console_file): New.
10524 (mi_console_file_delete): Delete.
10525 (mi_console_file_fputs): Delete.
10526 (mi_console_file::write): New.
10527 (mi_console_raw_packet): Delete.
10528 (mi_console_file::flush): New.
10529 (mi_console_file_flush): Delete.
10530 (mi_console_set_raw): Rename to ...
10531 (mi_console_file::set_raw): ... this.
10532 * mi/mi-console.h (class mi_console_file): New class.
10533 (mi_console_file_new, mi_console_set_raw): Delete.
10534 * mi/mi-interp.c (mi_interpreter_init): Use mi_console_file.
10535 (mi_set_logging): Use delete and tee_file. Adjust.
10536 * mi/mi-main.c (output_register): Use string_file.
10537 (mi_cmd_data_evaluate_expression): Use string_file.
10538 (mi_cmd_data_read_memory): Use string_file.
10539 (mi_cmd_execute, print_variable_or_computed): Use string_file.
10540 * mi/mi-out.c (mi_ui_out::main_stream): New.
10541 (mi_ui_out::rewind): Use main_stream and
10542 string_file.
10543 (mi_ui_out::put): Use main_stream and string_file.
10544 (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
10545 Allocate a 'string_file' instead.
10546 (mi_out_new): Don't allocate a mem_fileopen stream here.
10547 * mi/mi-out.h (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
10548 (mi_ui_out::main_stream): Declare method.
10549 * printcmd.c (eval_command): Use string_file.
10550 * psymtab.c (maintenance_print_psymbols): Use stdio_file.
10551 * python/py-arch.c (archpy_disassemble): Use string_file.
10552 * python/py-breakpoint.c (bppy_get_commands): Use string_file.
10553 * python/py-frame.c (frapy_str): Use string_file.
10554 * python/py-framefilter.c (py_print_type, py_print_single_arg):
10555 Use string_file.
10556 * python/py-type.c (typy_str): Use string_file.
10557 * python/py-unwind.c (unwind_infopy_str): Use string_file.
10558 * python/py-value.c (valpy_str): Use string_file.
10559 * record-btrace.c (btrace_insn_history): Use string_file.
10560 * regcache.c (regcache_print): Use stdio_file.
10561 * reggroups.c (maintenance_print_reggroups): Use stdio_file.
10562 * remote.c (escape_buffer): Use string_file.
10563 * rust-lang.c (rust_get_disr_info): Use string_file.
10564 * serial.c (serial_open_ops_1): Use stdio_file.
10565 (do_serial_close): Use delete.
10566 * stack.c (print_frame_arg): Use string_file.
10567 (print_frame_args): Remove local mem_fileopen stream, not used.
10568 (print_frame): Use string_file.
10569 * symmisc.c (maintenance_print_symbols): Use stdio_file.
10570 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
10571 Take a 'string_file *' instead of a 'ui_file *'.
10572 * top.c (new_ui): Use stdio_file and stderr_file.
10573 (free_ui): Use delete.
10574 (execute_command_to_string): Use string_file.
10575 (quit_confirm): Use string_file.
10576 * tracepoint.c (collection_list::append_exp): Use string_file.
10577 * tui/tui-disasm.c (tui_disassemble): Use string_file.
10578 * tui/tui-file.c: Don't include "ui-file.h".
10579 (enum streamtype, struct tui_stream): Delete.
10580 (tui_file_new, tui_file_delete, tui_fileopen, tui_sfileopen)
10581 (tui_file_isatty, tui_file_rewind, tui_file_put): Delete.
10582 (tui_file::tui_file): New method.
10583 (tui_file_fputs): Delete.
10584 (tui_file_get_strbuf): Delete.
10585 (tui_file::puts): New method.
10586 (tui_file_adjust_strbuf): Delete.
10587 (tui_file_flush): Delete.
10588 (tui_file::flush): New method.
10589 * tui/tui-file.h: Tweak intro comment.
10590 Include ui-file.h.
10591 (tui_fileopen, tui_sfileopen, tui_file_get_strbuf)
10592 (tui_file_adjust_strbuf): Delete declarations.
10593 (class tui_file): New class.
10594 * tui/tui-io.c (tui_initialize_io): Use tui_file.
10595 * tui/tui-regs.c (tui_restore_gdbout): Use delete.
10596 (tui_register_format): Use string_stream.
10597 * tui/tui-stack.c (tui_make_status_line): Use string_file.
10598 (tui_get_function_from_frame): Use string_file.
10599 * typeprint.c (type_to_string): Use string_file.
10600 * ui-file.c (struct ui_file, ui_file_magic, ui_file_new): Delete.
10601 (null_stream): New global.
10602 (ui_file_delete): Delete.
10603 (ui_file::ui_file): New.
10604 (null_file_isatty): Delete.
10605 (ui_file::~ui_file): New.
10606 (null_file_rewind): Delete.
10607 (ui_file::printf): New.
10608 (null_file_put): Delete.
10609 (null_file_flush): Delete.
10610 (ui_file::putstr): New.
10611 (null_file_write): Delete.
10612 (ui_file::putstrn): New.
10613 (null_file_read): Delete.
10614 (ui_file::putc): New.
10615 (null_file_fputs): Delete.
10616 (null_file_write_async_safe): Delete.
10617 (ui_file::vprintf): New.
10618 (null_file_delete): Delete.
10619 (null_file::write): New.
10620 (null_file_fseek): Delete.
10621 (null_file::puts): New.
10622 (ui_file_data): Delete.
10623 (null_file::write_async_safe): New.
10624 (gdb_flush, ui_file_isatty): Adjust.
10625 (ui_file_put, ui_file_rewind): Delete.
10626 (ui_file_write): Adjust.
10627 (ui_file_write_for_put): Delete.
10628 (ui_file_write_async_safe, ui_file_read): Adjust.
10629 (ui_file_fseek): Delete.
10630 (fputs_unfiltered): Adjust.
10631 (set_ui_file_flush, set_ui_file_isatty, set_ui_file_rewind)
10632 (set_ui_file_put, set_ui_file_write, set_ui_file_write_async_safe)
10633 (set_ui_file_read, set_ui_file_fputs, set_ui_file_fseek)
10634 (set_ui_file_data): Delete.
10635 (string_file::~string_file, string_file::write)
10636 (struct accumulated_ui_file, do_ui_file_xstrdup, ui_file_xstrdup)
10637 (do_ui_file_as_string, ui_file_as_string): Delete.
10638 (do_ui_file_obsavestring, ui_file_obsavestring): Delete.
10639 (struct mem_file): Delete.
10640 (mem_file_new): Delete.
10641 (stdio_file::stdio_file): New.
10642 (mem_file_delete): Delete.
10643 (stdio_file::stdio_file): New.
10644 (mem_fileopen): Delete.
10645 (stdio_file::~stdio_file): New.
10646 (mem_file_rewind): Delete.
10647 (stdio_file::set_stream): New.
10648 (mem_file_put): Delete.
10649 (stdio_file::open): New.
10650 (mem_file_write): Delete.
10651 (stdio_file_magic, struct stdio_file): Delete.
10652 (stdio_file_new, stdio_file_delete, stdio_file_flush): Delete.
10653 (stdio_file::flush): New.
10654 (stdio_file_read): Rename to ...
10655 (stdio_file::read): ... this. Adjust.
10656 (stdio_file_write): Rename to ...
10657 (stdio_file::write): ... this. Adjust.
10658 (stdio_file_write_async_safe): Rename to ...
10659 (stdio_file::write_async_safe) ... this. Adjust.
10660 (stdio_file_fputs): Rename to ...
10661 (stdio_file::puts) ... this. Adjust.
10662 (stdio_file_isatty): Delete.
10663 (stdio_file_fseek): Delete.
10664 (stdio_file::isatty): New.
10665 (stderr_file_write): Rename to ...
10666 (stderr_file::write) ... this. Adjust.
10667 (stderr_file_fputs): Rename to ...
10668 (stderr_file::puts) ... this. Adjust.
10669 (stderr_fileopen, stdio_fileopen, gdb_fopen): Delete.
10670 (stderr_file::stderr_file): New.
10671 (tee_file_magic): Delete.
10672 (struct tee_file): Delete.
10673 (tee_file::tee_file): New.
10674 (tee_file_new): Delete.
10675 (tee_file::~tee_file): New.
10676 (tee_file_delete): Delete.
10677 (tee_file_flush): Rename to ...
10678 (tee_file::flush): ... this. Adjust.
10679 (tee_file_write): Rename to ...
10680 (tee_file::write): ... this. Adjust.
10681 (tee_file::write_async_safe): New.
10682 (tee_file_fputs): Rename to ...
10683 (tee_file::puts): ... this. Adjust.
10684 (tee_file_isatty): Rename to ...
10685 (tee_file::isatty): ... this. Adjust.
10686 * ui-file.h (struct obstack, struct ui_file): Don't
10687 forward-declare.
10688 (ui_file_new, ui_file_flush_ftype, set_ui_file_flush)
10689 (ui_file_write_ftype)
10690 (set_ui_file_write, ui_file_fputs_ftype, set_ui_file_fputs)
10691 (ui_file_write_async_safe_ftype, set_ui_file_write_async_safe)
10692 (ui_file_read_ftype, set_ui_file_read, ui_file_isatty_ftype)
10693 (set_ui_file_isatty, ui_file_rewind_ftype, set_ui_file_rewind)
10694 (ui_file_put_method_ftype, ui_file_put_ftype, set_ui_file_put)
10695 (ui_file_delete_ftype, set_ui_file_data, ui_file_fseek_ftype)
10696 (set_ui_file_fseek): Delete.
10697 (ui_file_data, ui_file_delete, ui_file_rewind)
10698 (struct ui_file): New.
10699 (ui_file_up): New.
10700 (class null_file): New.
10701 (null_stream): Declare.
10702 (ui_file_write_for_put, ui_file_put): Delete.
10703 (ui_file_xstrdup, ui_file_as_string, ui_file_obsavestring):
10704 Delete.
10705 (ui_file_fseek, mem_fileopen, stdio_fileopen, stderr_fileopen)
10706 (gdb_fopen, tee_file_new): Delete.
10707 (struct string_file): New.
10708 (struct stdio_file): New.
10709 (stdio_file_up): New.
10710 (struct stderr_file): New.
10711 (class tee_file): New.
10712 * ui-out.c (ui_out::field_stream): Take a 'string_file &' instead
10713 of a 'ui_file *'. Adjust.
10714 * ui-out.h (class ui_out) <field_stream>: Likewise.
10715 * utils.c (do_ui_file_delete, make_cleanup_ui_file_delete)
10716 (null_stream): Delete.
10717 (error_stream): Take a 'string_file &' instead of a 'ui_file *'.
10718 Adjust.
10719 * utils.h (struct ui_file): Delete forward declaration..
10720 (make_cleanup_ui_file_delete, null_stream): Delete declarations.
10721 (error_stream): Take a 'string_file &' instead of a
10722 'ui_file *'.
10723 * varobj.c (varobj_value_get_print_value): Use string_file.
10724 * xtensa-tdep.c (xtensa_verify_config): Use string_file.
10725 * gdbarch.c: Regenerate.
10726
187808b0
PA
107272017-02-02 Pedro Alves <palves@redhat.com>
10728
10729 * disasm.c (gdb_disassembler::pretty_print_insn): Rename to...
10730 (gdb_pretty_print_insn): ... this. Now a free function. Add back
10731 a 'gdbarch' parameter. Allocate a mem_fileopen stream here.
10732 Adjust to call gdb_print_insn instead of
10733 gdb_disassembler::print_insn.
10734 (dump_insns, do_mixed_source_and_assembly_deprecated)
10735 (do_mixed_source_and_assembly, do_assembly_only): Add back a
10736 'gdbarch' parameter. Remove gdb_disassembler parameter.
10737 (gdb_disassembly): Don't allocate a gdb_disassembler here.
10738 * disasm.h (gdb_disassembler::pretty_print_insn): Delete
10739 declaration.
10740 (gdb_pretty_print_insn): Re-add declaration.
10741 * record-btrace.c (btrace_insn_history): Don't allocate a
10742 gdb_disassembler here. Adjust to call gdb_pretty_print_insn.
10743
7a8eb317
SM
107442017-02-01 Simon Marchi <simon.marchi@polymtl.ca>
10745
10746 * disasm.h (gdb_disassembly): Remove file_string parameter.
10747 * disasm.c (gdb_disassembly): Likewise.
10748 * cli/cli-cmds.c (print_disassembly): Adapt.
10749 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
10750 * stack.c (do_gdb_disassembly): Likewise.
10751
7346ef59
AA
107522017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10753
10754 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): For
10755 DWARF_VALUE_LITERAL, no longer ignore the offset on big-endian
10756 targets. And if the implicit value is longer than needed, extract
10757 the first bytes instead of the "least significant" ones.
10758
cd4007e4
MM
107592017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10760
10761 * btrace.c (btrace_enable): Do not call btrace_add_pc for
10762 BTRACE_FORMAT_PT or if can_access_registers_ptid returns false.
10763 (btrace_fetch): Assert can_access_registers_ptid.
10764 * record-btrace.c (require_btrace_thread, record_btrace_info): Call
10765 validate_registers_access.
10766
cf77c34e
MM
107672017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10768
10769 * gdbthread.h (can_access_registers_ptid): New.
10770 * thread.c (can_access_registers_ptid): New.
10771
be85ce7d
PA
107722017-02-01 Pedro Alves <palves@redhat.com>
10773
10774 * i386-tdep.c (i386_fast_tracepoint_valid_at): Use gdb_insn_length.
10775
29b0b251
PA
107762017-01-31 Pedro Alves <palves@redhat.com>
10777
10778 * mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified):
10779 Fix typos.
10780
289b5b24
PA
107812017-01-31 Pedro Alves <palves@redhat.com>
10782
10783 * stack.c (print_frame_args): Remove local mem_fileopen stream,
10784 not used.
10785
b47413b4
PA
107862017-01-31 Pedro Alves <palves@redhat.com>
10787
10788 * varobj.c (varobj_value_get_print_value): Remove xstrdup call.
10789
60adb36c
PA
107902017-01-31 Pedro Alves <palves@redhat.com>
10791
10792 * common/scoped_restore.h
10793 (scoped_restore_tmpl::scoped_restore_tmpl): Template on T2, and
10794 change the value's parameter type to T2.
10795 (make_scoped_restore): Likewise.
10796
2735833d
WT
107972017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10798 Richard Henderson <rth@redhat.com>
10799
10800 * amd64-linux-nat.c (PTRACE_ARCH_PRCTL): New define.
10801 (amd64_linux_fetch_inferior_registers): Add case to fetch FS_BASE
10802 GS_BASE for older kernels.
10803 (amd64_linux_store_inferior_registers): Add case to store FS_BASE
10804 GS_BASE for older kernels.
10805 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Add FS_BASE
10806 and GS_BASE to the offset table.
10807 (amd64_linux_register_reggroup_p): Add FS_BASE and GS_BASE to the
10808 system register group.
10809 * amd64-nat.c (amd64_native_gregset_reg_offset): Implements case
10810 for older kernels.
10811 * amd64-tdep.c (amd64_init_abi): Add segment registers for the
10812 amd64 ABI.
10813 * amd64-tdep.h (amd64_regnum): Add AMD64_FSBASE_REGNUM and
10814 AMD64_GSBASE_REGNUM.
10815 (AMD64_NUM_REGS): Set to AMD64_GSBASE_REGNUM + 1.
10816 * features/Makefile (amd64-linux.dat, amd64-avx-linux.dat)
10817 (amd64-mpx-linux.dat, amd64-avx512-linux.dat, x32-linux.dat)
10818 (x32-avx-linux.dat, x32-avx512-linux.dat): Add
10819 i386/64bit-segments.xml in those rules.
10820 * features/i386/64bit-segments.xml: New file.
10821 * features/i386/amd64-avx-mpx-linux.xml: Add 64bit-segments.xml.
10822 * features/i386/amd64-avx-linux.xml: Add 64bit-segments.xml.
10823 * features/i386/amd64-avx512-linux.xml: Add 64bit-segments.xml.
10824 * features/i386/amd64-mpx-linux.xml: Add 64bit-segments.xml.
10825 * features/i386/x32-avx512-linux.xml: Add 64bit-segments.xml.
10826 * features/i386/x32-avx-linux.xml: Add 64bit-segments.xml.
10827 * features/i386/amd64-linux.xml: Add 64bit-segments.xml.
10828 * features/i386/amd64-avx-linux.c: Regenerated.
10829 * features/i386/amd64-avx-mpx-linux.c: Regenerated.
10830 * features/i386/amd64-avx-mpx.c: Regenerated.
10831 * features/i386/amd64-avx512-linux.c: Regenerated.
10832 * features/i386/amd64-linux.c: Regenerated.
10833 * features/i386/amd64-mpx-linux.c: Regenerated.
10834 * features/i386/i386-avx-mpx-linux.c: Regenerated.
10835 * features/i386/i386-avx-mpx.c: Regenerated.
10836 * features/i386/x32-avx-linux.c: Regenerated.
10837 * features/i386/x32-avx512-linux.c: Regenerated.
10838 * regformats/i386/amd64-avx-linux.dat: Regenerated.
10839 * regformats/i386/amd64-avx-mpx-linux.dat: Regenerated.
10840 * regformats/i386/amd64-avx512-linux.dat: Regenerated.
10841 * regformats/i386/amd64-linux.dat: Regenerated.
10842 * regformats/i386/amd64-mpx-linux.dat: Regenerated.
10843 * regformats/i386/x32-avx-linux.dat: Regenerated.
10844 * regformats/i386/x32-avx512-linux.dat: Regenerated.
10845 * regformats/i386/x32-linux.dat: Regenerated.
10846
8884e97e
WT
108472017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10848
10849 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM):
10850 Set to AMD64_NUM_REGS.
10851
7005d26a
WT
108522017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10853
10854 * amd64-nat.c (amd64_native_gregset_reg_offset): Simplify logic
10855 that checks validity of a register number.
10856
4bd2e1b2
KC
108572017-01-27 Kees Cook <keescook@google.com>
10858
10859 * gdb/arm-linux-nat.c (arm_linux_fetch_inferior_registers): Call
10860 fetch_fpregs if target has fpa registers.
10861 (arm_linux_store_inferior_registers): Call store_fpregs if target
10862 has fpa registers.
10863
7cf1de6c
AA
108642017-01-26 Andreas Arnez <arnez@linux.vnet.ibm.com>
10865
10866 * cris-tdep.c (cris_gdbarch_init): Remove check for
10867 info.byte_order and force it to BFD_ENDIAN_LITTLE.
10868
874a1c8c
AT
108692017-01-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10870
10871 * corelow.c (get_core_register_section): Check for regset
10872 existence before checking for REGSET_VARIABLE_SIZE.
10873
d8b49cf0
YQ
108742017-01-26 Yao Qi <yao.qi@linaro.org>
10875 Pedro Alves <palves@redhat.com>
10876
10877 PR gdb/20939
10878 * disasm.c (gdb_disassembler::dis_asm_memory_error): Don't
10879 call memory_error, save memaddr instead.
10880 (gdb_disassembler::print_insn): If gdbarch_print_insn returns
10881 negative, cal memory_error.
10882 * disasm.h (gdb_disassembler) <m_err_memaddr>: New field.
10883
658ca58c
YQ
108842017-01-26 Yao Qi <yao.qi@linaro.org>
10885
10886 * disasm-selftests.c (memory_error_test): New function.
10887 (_initialize_disasm_selftests): Register memory_error_test.
10888
79843d45
YQ
108892017-01-26 Yao Qi <yao.qi@linaro.org>
10890
10891 * Makefile.in (SFILES): Add disasm-selftests.c and
10892 selftest-arch.c.
10893 (COMMON_OBS): Add disasm-selftests.o and selftest-arch.o.
10894 * disasm-selftests.c: New file.
10895 * selftest-arch.c: New file.
10896 * selftest-arch.h: New file.
10897
8cafda32
YQ
108982017-01-26 Yao Qi <yao.qi@linaro.org>
10899
10900 * mep-tdep.c (mep_gdb_print_insn): Set info->arch
10901 to bfd_arch_mep. Don't return 0 if section is not
10902 found. Call print_insn_mep.
10903
e47ad6c0
YQ
109042017-01-26 Pedro Alves <palves@redhat.com>
10905 Yao Qi <yao.qi@linaro.org>
10906
10907 * arm-tdep.c: Include "disasm.h".
10908 (gdb_print_insn_arm): Update code to get gdbarch.
10909 * disasm.c (dis_asm_read_memory): Change it to
10910 gdb_disassembler::dis_asm_read_memory.
10911 (dis_asm_memory_error): Likewise.
10912 (dis_asm_print_address): Likewise.
10913 (gdb_pretty_print_insn): Change it to
10914 gdb_disassembler::pretty_print_insn.
10915 (dump_insns): Add one argument gdb_disassemlber. All
10916 callers updated.
10917 (do_mixed_source_and_assembly_deprecated): Likewise.
10918 (do_mixed_source_and_assembly): Likewise.
10919 (do_assembly_only): Likewise.
10920 (gdb_disassembler::gdb_disassembler): New.
10921 (gdb_disassembler::print_insn): New.
10922 * disasm.h (class gdb_disassembler): New.
10923 (gdb_pretty_print_insn): Remove declaration.
10924 (gdb_disassemble_info): Likewise.
10925 * guile/scm-disasm.c (class gdbscm_disassembler): New.
10926 (gdbscm_disasm_read_memory_worker): Update.
10927 (gdbscm_disasm_read_memory): Update.
10928 (gdbscm_disasm_memory_error): Remove.
10929 (gdbscm_disasm_print_address): Remove.
10930 (gdbscm_disassembler::gdbscm_disassembler): New.
10931 (gdbscm_print_insn_from_port): Update.
10932 * mips-tdep.c: Include disasm.h.
10933 (gdb_print_insn_mips): Update code to get gdbarch.
10934 * record-btrace.c (btrace_insn_history): Update.
10935 * spu-tdep.c: Include disasm.h.
10936 (struct spu_dis_asm_data): Remove.
10937 (struct spu_dis_asm_info): New.
10938 (spu_dis_asm_print_address): Use spu_dis_asm_info to get
10939 SPU id.
10940 (gdb_print_insn_spu): Cast disassemble_info to
10941 spu_dis_asm_info.
10942
80d75874
YQ
109432017-01-26 Yao Qi <yao.qi@linaro.org>
10944
10945 * disasm.c (do_ui_file_delete): Delete.
10946 (gdb_insn_length): Move code creating stream to ...
10947 * utils.c (null_stream): ... here. New function.
10948 * utils.h (null_stream): Declare.
10949
60685cd0
SM
109502017-01-23 Simon Marchi <simon.marchi@polymtl.ca>
10951
10952 * python/py-inferior.c (find_thread_object): Return directly
10953 from the loop. Remove "found" variable.
10954
eb1cdb62
JB
109552017-01-21 Joel Brobecker <brobecker@adacore.com>
10956
10957 GDB 7.12.1 released.
10958
b1ce6568
SM
109592017-01-20 Simon Marchi <simon.marchi@ericsson.com>
10960
10961 * python/py-function.c (fnpy_call): Reorder declarations to have
10962 the gdbpy_enter object declared first.
10963 * python/py-xmethods.c (gdbpy_get_xmethod_arg_types): Likewise.
10964
6f8b0407
SM
109652017-01-20 Simon Marchi <simon.marchi@ericsson.com>
10966
fec93fb1 10967 PR python/21068
6f8b0407
SM
10968 * python/python-internal.h (PyMem_RawMalloc): Define for
10969 Python < 3.4.
10970 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Use
10971 PyMem_RawMalloc instead of PyMem_Malloc.
10972
78cbbba8
LM
109732017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
10974 Luis Machado <lgustavo@codesourcery.com>
10975
10976 * NEWS (New commands): Mention flash-erase.
10977 (New MI commands): Mention target-flash-erase.
10978 * mi/mi-cmds.c (mi_cmd_target_flash_erase): Add target-flash-erase MI
10979 command.
10980 * mi/mi-cmds.h (mi_cmd_target_flash_erase): New declaration.
10981 * mi/mi-main.c (mi_cmd_target_flash_erase): New function.
10982 * target.c (flash_erase_command): New function.
10983 (initialize_targets): Add new flash-erase command.
10984 * target.h (flash_erase_command): New declaration.
10985
2132fe85
JB
109862017-01-20 Joel Brobecker <brobecker@adacore.com>
10987
10988 * nat/linux-ptrace.c: Only include <sys/procfs.h> if
10989 HAVE_SYS_PROCFS_H is defined.
10990
d1dff226
AH
109912017-01-18 Alan Hayward <alan.hayward@arm.com>
10992
10993 * remote.c (struct cached_reg): Change data into a pointer.
10994 * (stop_reply_dtr): Free data pointers before deleting vector.
10995 (process_stop_reply): Likewise.
10996 (remote_parse_stop_reply): Allocate space for data
10997
9890e433
AH
109982017-01-18 Alan Hayward <alan.hayward@arm.com>
10999
11000 * amd64-tdep.c (amd64_pseudo_register_read_value): remove
11001 MAX_REGISTER_SIZE.
11002 (amd64_pseudo_register_read_value): Likewise.
11003 * remote.c (fetch_register_using_p): Remove MAX_REGISTER_SIZE.
11004 (store_register_using_P): Likewise.
11005 * regcache.c (regcache_xfer_part): Likewise.
11006
7a36499a
IR
110072017-01-16 Ivo Raisr <ivo.raisr@oracle.com>
11008
11009 Split real and pseudo registers.
11010 * sparc-tdep.h (SPARC_CORE_REGISTERS): New macro.
11011 (sparc32_pseudo_regnum): New enum.
11012 * sparc64-tdep.h (sparc64_pseudo_regnum): New enum.
11013 * sparc-tdep.c (SPARC32_FPU_REGISTERS): New macro.
11014 (SPARC32_CP0_REGISTERS): New macro.
11015 (sparc32_pseudo_register_name): New function.
11016 (sparc32_register_name): Use sparc32_pseudo_register_name.
11017 (sparc32_pseudo_register_type): New function.
11018 (sparc32_register_type): Use sparc32_pseudo_register_type.
11019 (sparc32_pseudo_register_read, sparc32_pseudo_register_write): Handle
11020 pseudo register numbers.
11021 * sparc64-tdep.c SPARC64_FPU_REGISTERS): New macro.
11022 (SPARC64_CP0_REGISTERS): New macro.
11023 (sparc64_pseudo_register_name): New function.
11024 (sparc64_register_name): Use sparc64_pseudo_register_name.
11025 (sparc64_pseudo_register_type): New function.
11026 (sparc64_register_type): Use sparc64_pseudo_register_type.
11027 (sparc64_pseudo_register_read, sparc64_pseudo_register_write): Handle
11028 pseudo register numbers.
11029 (sparc64_store_floating_fields, sparc64_extract_floating_fields,
11030 sparc64_store_arguments): Handle pseudo register numbers.
11031
6f8976bf
YQ
110322017-01-13 Yao Qi <yao.qi@linaro.org>
11033
11034 * remote.c (REMOTE_DEBUG_MAX_CHAR): New macro.
11035 (putpkt_binary): Print only REMOTE_DEBUG_MAX_CHAR chars in debug
11036 output.
11037 (getpkt_or_notif_sane_1): Likewise.
11038
e4241ace
YQ
110392017-01-13 Yao Qi <yao.qi@linaro.org>
11040
11041 * Makefile.in (checker-headers): Use CXX and CXX_DIALET instead
11042 of CC. Pass "-x c++-header" instead of "-x c".
11043
3015c064
SM
110442017-01-12 Simon Marchi <simon.marchi@ericsson.com>
11045
11046 * remote.c (remote_can_async_p): Update comment.
11047
fde1b17d
SM
110482017-01-12 Simon Marchi <simon.marchi@ericsson.com>
11049
11050 * linux-nat.c (linux_nat_can_async_p): Update comment.
11051
ca1ca08b
SM
110522017-01-12 Simon Marchi <simon.marchi@ericsson.com>
11053
11054 * serial.c (serial_open): Forget about "pc" and "lpt" serial interface.
11055
4ad2da73
SM
110562017-01-11 Simon Marchi <simon.marchi@ericsson.com>
11057
11058 * cli/cli-decode.c (lookup_cmd_1): Fix typo in comment.
11059
c8b23b3f
TT
110602017-01-10 Tom Tromey <tom@tromey.com>
11061
11062 * python/py-type.c (typy_legacy_template_argument): Update.
11063 * cp-support.h (struct demangle_parse_info) (demangle_parse_info,
11064 ~demangle_parse_info): Declare new members.
11065 (cp_demangled_name_to_comp): Return unique_ptr.
11066 (cp_demangled_name_parse_free)
11067 (make_cleanup_cp_demangled_name_parse_free)
11068 (cp_new_demangle_parse_info): Remove.
11069 * cp-support.c (do_demangled_name_parse_free_cleanup)
11070 (make_cleanup_cp_demangled_name_parse_free): Remove.
11071 (inspect_type, cp_canonicalize_string_full)
11072 (cp_canonicalize_string): Update.
11073 (mangled_name_to_comp): Change return type.
11074 (cp_class_name_from_physname, method_name_from_physname)
11075 (cp_func_name, cp_remove_params): Update.
11076 * cp-name-parser.y (demangle_parse_info): New constructor, from
11077 cp_new_demangle_parse_info.
11078 (~demangle_parse_info): New destructor, from
11079 cp_demangled_name_parse_free.
11080 (cp_merge_demangle_parse_infos): Update.
11081 (cp_demangled_name_to_comp): Change return type.
11082
1ac32117
TT
110832017-01-10 Tom Tromey <tom@tromey.com>
11084
11085 * top.c (prevent_dont_repeat): Change return type.
11086 * python/python.c (execute_gdb_command): Use std::string.
11087 Update.
11088 * guile/guile.c (gdbscm_execute_gdb_command): Update.
11089 * command.h (prevent_dont_repeat): Change return type.
11090 * breakpoint.c (bpstat_do_actions_1): Update.
11091
0cf08227
TT
110922017-01-10 Tom Tromey <tom@tromey.com>
11093
11094 * value.h (scoped_value_mark::~scoped_value_mark): Call
11095 free_to_mark.
11096 (scoped_value_mark::free_to_mark): New method.
11097 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
11098 scoped_value_mark.
11099
eb115069
TT
111002017-01-10 Tom Tromey <tom@tromey.com>
11101
11102 * python/py-value.c (valpy_dereference, valpy_referenced_value)
11103 (valpy_reference_value, valpy_const_value, valpy_get_address)
11104 (valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11105 (valpy_getitem, valpy_call, valpy_binop_throw, valpy_negative)
11106 (valpy_absolute, valpy_richcompare_throw): Use scoped_value_mark.
11107 * dwarf2loc.c (dwarf2_loc_desc_get_symbol_read_needs): Use
11108 scoped_value_mark.
11109 * dwarf2-frame.c (execute_stack_op): Use scoped_value_mark.
11110 * value.h (scoped_value_mark): New class.
11111
906768f9
TT
111122017-01-10 Tom Tromey <tom@tromey.com>
11113
11114 * dwarf2read.c (dwarf2_build_psymtabs): Use psymtab_discarder.
11115 * psympriv.h (make_cleanup_discard_psymtabs): Don't declare.
11116 * psymtab.c (discard_psymtabs_upto): Remove.
11117 (make_cleanup_discard_psymtabs): Remove.
11118 (struct psymtab_state): Remove.
11119
bef155c3
TT
111202017-01-10 Tom Tromey <tom@tromey.com>
11121
11122 * record-full.c (record_full_save_cleanups): Remove.
11123 (record_full_save): Use gdb::unlinker.
11124 * gcore.c (do_bfd_delete_cleanup): Remove.
11125 (gcore_command): Use gdb::unlinker, unique_xmalloc_ptr. Remove
11126 cleanups.
11127 * dwarf2read.c (unlink_if_set): Remove.
11128 (write_psymtabs_to_index): Use gdb::unlinker.
11129 * common/gdb_unlinker.h: New file.
11130
192b62ce
TT
111312017-01-10 Tom Tromey <tom@tromey.com>
11132
11133 * windows-tdep.c (windows_xfer_shared_library): Update.
11134 * windows-nat.c (windows_make_so): Update.
11135 * utils.h (make_cleanup_bfd_unref): Remove.
11136 * utils.c (do_bfd_close_cleanup, make_cleanup_bfd_unref): Remove.
11137 * symfile.h (symfile_bfd_open)
11138 (find_separate_debug_file_in_section): Return gdb_bfd_ref_ptr.
11139 * symfile.c (read_symbols, symbol_file_add)
11140 (separate_debug_file_exists): Update.
11141 (symfile_bfd_open): Return gdb_bfd_ref_ptr.
11142 (generic_load, reread_symbols): Update.
11143 * symfile-mem.c (symbol_file_add_from_memory): Update.
11144 * spu-linux-nat.c (spu_bfd_open): Return gdb_bfd_ref_ptr.
11145 (spu_symbol_file_add_from_memory): Update.
11146 * solist.h (struct target_so_ops) <bfd_open>: Return
11147 gdb_bfd_ref_ptr.
11148 (solib_bfd_fopen, solib_bfd_open): Return gdb_bfd_ref_ptr.
11149 * solib.c (solib_bfd_fopen, solib_bfd_open): Return
11150 gdb_bfd_ref_ptr.
11151 (solib_map_sections, reload_shared_libraries_1): Update.
11152 * solib-svr4.c (enable_break): Update.
11153 * solib-spu.c (spu_bfd_fopen): Return gdb_bfd_ref_ptr.
11154 * solib-frv.c (enable_break2): Update.
11155 * solib-dsbt.c (enable_break): Update.
11156 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): Return
11157 gdb_bfd_ref_ptr.
11158 (darwin_solib_get_all_image_info_addr_at_init): Update.
11159 (darwin_bfd_open): Return gdb_bfd_ref_ptr.
11160 * solib-aix.c (solib_aix_bfd_open): Return gdb_bfd_ref_ptr.
11161 * record-full.c (record_full_save): Update.
11162 * python/py-objfile.c (objfpy_add_separate_debug_file): Update.
11163 * procfs.c (insert_dbx_link_bpt_in_file): Update.
11164 * minidebug.c (find_separate_debug_file_in_section): Return
11165 gdb_bfd_ref_ptr.
11166 * machoread.c (macho_add_oso_symfile): Change abfd to
11167 gdb_bfd_ref_ptr.
11168 (macho_symfile_read_all_oso): Update.
11169 (macho_check_dsym): Return gdb_bfd_ref_ptr.
11170 (macho_symfile_read): Update.
11171 * jit.c (bfd_open_from_target_memory): Return gdb_bfd_ref_ptr.
11172 (jit_bfd_try_read_symtab): Update.
11173 * gdb_bfd.h (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
11174 (gdb_bfd_openw, gdb_bfd_openr_iovec)
11175 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
11176 gdb_bfd_ref_ptr.
11177 (gdb_bfd_ref_policy): New struct.
11178 (gdb_bfd_ref_ptr): New typedef.
11179 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
11180 (gdb_bfd_openw, gdb_bfd_openr_iovec)
11181 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
11182 gdb_bfd_ref_ptr.
11183 * gcore.h (create_gcore_bfd): Return gdb_bfd_ref_ptr.
11184 * gcore.c (create_gcore_bfd): Return gdb_bfd_ref_ptr.
11185 (gcore_command): Update.
11186 * exec.c (exec_file_attach): Update.
11187 * elfread.c (elf_symfile_read): Update.
11188 * dwarf2read.c (dwarf2_get_dwz_file): Update.
11189 (try_open_dwop_file, open_dwo_file): Return gdb_bfd_ref_ptr.
11190 (open_and_init_dwo_file): Update.
11191 (open_dwp_file): Return gdb_bfd_ref_ptr.
11192 (open_and_init_dwp_file): Update.
11193 * corelow.c (core_open): Update.
11194 * compile/compile-object-load.c (compile_object_load): Update.
11195 * common/gdb_ref_ptr.h (ref_ptr::operator->): New operator.
11196 * coffread.c (coff_symfile_read): Update.
11197 * cli/cli-dump.c (bfd_openr_or_error, bfd_openw_or_error): Return
11198 gdb_bfd_ref_ptr. Rename.
11199 (dump_bfd_file, restore_command): Update.
11200 * build-id.h (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
11201 * build-id.c (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
11202 (find_separate_debug_file_by_buildid): Update.
11203
50315b21
TT
112042017-01-10 Tom Tromey <tom@tromey.com>
11205
11206 * common/gdb_ref_ptr.h: New file.
11207 * python/py-ref.h (struct gdbpy_ref_policy): New.
11208 (gdbpy_ref): Now a typedef.
11209
fc4007c9
TT
112102017-01-10 Tom Tromey <tom@tromey.com>
11211
11212 * utils.h (make_cleanup_htab_delete): Don't declare.
11213 * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete):
11214 Remove.
11215 * linespec.c (decode_compound_collector): Add constructor,
11216 destructor.
11217 (lookup_prefix_sym): Remove cleanup.
11218 (symtab_collector): Add constructor, destructor.
11219 (collect_symtabs_from_filename): Remove cleanup.
11220 * disasm.c (do_mixed_source_and_assembly): Use htab_up.
11221 * compile/compile-c-symbols.c (generate_c_for_variable_locations):
11222 Use htab_up.
11223 * gnu-v3-abi.c (gnuv3_print_vtable): Use htab_up.
11224 * dwarf2read.c (dw2_expand_symtabs_matching)
11225 (dw2_map_symbol_filenames, dwarf_decode_macros)
11226 (write_psymtabs_to_index): Use htab_up.
11227 * dwarf2loc.c (func_verify_no_selftailcall)
11228 (call_site_find_chain_1, func_verify_no_selftailcall)
11229 (chain_candidate, call_site_find_chain_1): Use std::unordered_set,
11230 std::vector, gdb::unique_xmalloc_ptr.
11231 (call_sitep): Remove typedef.
11232 (dwarf2_locexpr_baton_eval): Remove unused variable.
11233
8dbcee67
TT
112342017-01-10 Tom Tromey <tom@tromey.com>
11235
11236 * python/python-internal.h (make_cleanup_py_decref)
11237 (make_cleanup_py_xdecref): Don't declare.
11238 * python/py-utils.c (py_decref, make_cleanup_py_decref)
11239 (py_xdecref, make_cleanup_py_xdecref): Remove.
11240
13df46cc
TT
112412017-01-10 Tom Tromey <tom@tromey.com>
11242
11243 * python/py-framefilter.c (py_mi_print_variables): Use gdbpy_ref.
11244 (py_print_locals, enumerate_locals, py_print_args): Use gdbpy_ref.
11245
06fc9bf7
TT
112462017-01-10 Tom Tromey <tom@tromey.com>
11247
11248 * python/py-framefilter.c (enumerate_args): Use gdbpy_ref.
11249
830a4934
TT
112502017-01-10 Tom Tromey <tom@tromey.com>
11251
11252 * python/py-utils.c (unicode_to_encoded_string)
11253 (python_string_to_target_string)
11254 (python_string_to_target_python_string)
11255 (python_string_to_host_string, gdbpy_obj_to_string)
11256 (get_addr_from_python): Use gdbpy_ref.
11257
4586d543
TT
112582017-01-10 Tom Tromey <tom@tromey.com>
11259
11260 * python/py-unwind.c (pyuw_object_attribute_to_pointer): Use
11261 gdbpy_ref.
11262
59876f8f
TT
112632017-01-10 Tom Tromey <tom@tromey.com>
11264
11265 * python/python.c (eval_python_command, gdbpy_decode_line)
11266 (gdbpy_run_events, gdbpy_start_type_printers)
11267 (gdbpy_apply_type_printers): Use gdbpy_ref.
11268
97d83487
TT
112692017-01-10 Tom Tromey <tom@tromey.com>
11270
11271 * python/py-param.c (get_doc_string, compute_enum_values): Use
11272 gdbpy_ref.
11273
9205649a
TT
112742017-01-10 Tom Tromey <tom@tromey.com>
11275
11276 * python/py-inferior.c (find_thread_object, build_inferior_list):
11277 Use gdbpy_ref.
11278
74c49d45
TT
112792017-01-10 Tom Tromey <tom@tromey.com>
11280
11281 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
11282
16361ffb
TT
112832017-01-10 Tom Tromey <tom@tromey.com>
11284
11285 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope): Use
11286 gdbpy_ref.
11287
905f2cca
TT
112882017-01-10 Tom Tromey <tom@tromey.com>
11289
11290 * python/py-cmd.c (cmdpy_completer_helper): Use gdbpy_ref. Remove
11291 extra incref.
11292 (cmdpy_completer_handle_brkchars, cmdpy_completer, cmdpy_init):
11293 Use gdbpy_ref.
11294
64081434
TT
112952017-01-10 Tom Tromey <tom@tromey.com>
11296
11297 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
11298 gdbpy_ref.
11299
59e9e831
TT
113002017-01-10 Tom Tromey <tom@tromey.com>
11301
11302 * python/py-arch.c (archpy_disassemble): Use gdbpy_ref. Don't
11303 decref results of PyArg_ParseTupleAndKeywords.
11304
9de10f6d
TT
113052017-01-10 Tom Tromey <tom@tromey.com>
11306
11307 * python/python.c (python_run_simple_file): Use
11308 unique_xmalloc_ptr, gdbpy_ref.
11309
2bd5759d
TT
113102017-01-10 Tom Tromey <tom@tromey.com>
11311
11312 * python/py-prettyprint.c (print_stack_unless_memory_error)
11313 (print_string_repr, print_children): Use gdbpy_ref.
11314 (dummy_python_frame): New class.
11315 (dummy_python_frame::dummy_python_frame): Rename from
11316 push_dummy_python_frame.
11317 (py_restore_tstate): Remove.
11318
3b4e0e01
TT
113192017-01-10 Tom Tromey <tom@tromey.com>
11320
11321 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
11322
17a22718
TT
113232017-01-10 Tom Tromey <tom@tromey.com>
11324
11325 * python/python.c (ensure_python_env, restore_python_env):
11326 Remove.
11327 * python/python-internal.h (ensure_python_env): Don't declare.
11328 * varobj.h (varobj_ensure_python_env): Don't declare.
11329 * varobj.c (varobj_ensure_python_env): Remove.
11330
68cdc557
TT
113312017-01-10 Tom Tromey <tom@tromey.com>
11332
11333 * varobj.c (varobj_value_get_print_value): Use
11334 gdbpy_enter_varobj.
11335
1eba6383
TT
113362017-01-10 Tom Tromey <tom@tromey.com>
11337
11338 * python/py-prettyprint.c (print_string_repr, print_children):
11339 Update.
11340 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Change type
11341 of "encoding".
11342 * varobj.c (varobj_value_get_print_value): Update.
11343 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
11344
bde7b3e3
TT
113452017-01-10 Tom Tromey <tom@tromey.com>
11346
11347 * varobj.c (varobj_get_display_hint)
11348 (dynamic_varobj_has_child_method, install_new_value_visualizer)
11349 (varobj_set_visualizer, free_variable): Use
11350 gdbpy_enter_varobj.
11351
a7785f8c
TT
113522017-01-10 Tom Tromey <tom@tromey.com>
11353
11354 * python/python.c (python_command): Use gdbpy_enter, gdbpy_ref.
11355 (do_finish_initialization): New function. Use gdbpy_ref.
11356 (gdbpy_finish_initialization): Use gdbpy_enter. Call
11357 do_finish_initialization.
11358
2865bfce
TT
113592017-01-10 Tom Tromey <tom@tromey.com>
11360
11361 * python/py-param.c (get_set_value, get_show_value): Use
11362 gdbpy_enter, gdbpy_ref.
11363
0e9dcc75
TT
113642017-01-10 Tom Tromey <tom@tromey.com>
11365
11366 * python/py-function.c (fnpy_call): Use gdbpy_enter, gdbpy_ref.
11367
12a5cedd
TT
113682017-01-10 Tom Tromey <tom@tromey.com>
11369
11370 * python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref.
11371
788f2586
TT
113722017-01-10 Tom Tromey <tom@tromey.com>
11373
11374 * python/py-varobj.c (py_varobj_iter_dtor, py_varobj_iter_next):
11375 Use gdbpy_enter_varobj.
11376
6cd67bea
TT
113772017-01-10 Tom Tromey <tom@tromey.com>
11378
11379 * varobj.c (gdbpy_enter_varobj): New constructor.
11380 * python/python-internal.h (gdbpy_enter_varobj): New class.
11381 * python/py-varobj.c (py_varobj_get_iterator): Use
11382 gdbpy_enter_varobj.
11383
14b122bf
TT
113842017-01-10 Tom Tromey <tom@tromey.com>
11385
11386 * python/py-xmethods.c (gdbpy_get_xmethod_result_type): Use
11387 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
11388 (gdbpy_invoke_xmethod): Use gdbpy_ref, gdbpy_enter.
11389 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref,
11390 unique_xmalloc_ptr.
11391 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref, gdbpy_enter.
11392
bf1ca3b9
TT
113932017-01-10 Tom Tromey <tom@tromey.com>
11394
11395 * python/py-xmethods.c (invoke_match_method): Use
11396 gdbpy_ref.
11397
572a5524
TT
113982017-01-10 Tom Tromey <tom@tromey.com>
11399
11400 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use
11401 gdbpy_enter, gdbpy_ref.
11402
396a78b6
TT
114032017-01-10 Tom Tromey <tom@tromey.com>
11404
11405 * python/python.c (python_interactive_command): Use gdbpy_enter.
11406
a88b13c7
TT
114072017-01-10 Tom Tromey <tom@tromey.com>
11408
11409 * python/python.c (gdbpy_before_prompt_hook): Use gdbpy_enter,
11410 gdbpy_ref.
11411
e9f0c363
TT
114122017-01-10 Tom Tromey <tom@tromey.com>
11413
11414 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Use
11415 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
11416
6349f452
TT
114172017-01-10 Tom Tromey <tom@tromey.com>
11418
11419 * utils.h (htab_deleter): New struct.
11420 (htab_up): New typedef.
11421 * python/py-framefilter.c (gdbpy_apply_frame_filter): Use
11422 gdbpy_enter, gdbpy_ref, htab_up.
11423
c0171de6
TT
114242017-01-10 Tom Tromey <tom@tromey.com>
11425
11426 * python/py-unwind.c (pending_frame_invalidate): Remove.
11427 (pyuw_sniffer): Use gdbpy_enter and gdbpy_ref.
11428
f18e226f
TT
114292017-01-10 Tom Tromey <tom@tromey.com>
11430
11431 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data)
11432 (gdbpy_clone_xmethod_worker_data): Use gdbpy_enter.
11433
c57af3f1
TT
114342017-01-10 Tom Tromey <tom@tromey.com>
11435
11436 * python/py-type.c (save_objfile_types): Use gdbpy_enter.
11437
60e600ec
TT
114382017-01-10 Tom Tromey <tom@tromey.com>
11439
11440 * python/python.c (gdbpy_eval_from_control_command)
11441 (gdbpy_source_script, gdbpy_run_events)
11442 (gdbpy_source_objfile_script, gdbpy_execute_objfile_script)
11443 (gdbpy_free_type_printers, gdbpy_finish_initialization): Use
11444 gdbpy_enter.
11445
bf7da5b0
TT
114462017-01-10 Tom Tromey <tom@tromey.com>
11447
11448 * python/py-progspace.c (py_free_pspace): Use gdbpy_enter.
11449
2d38bced
TT
114502017-01-10 Tom Tromey <tom@tromey.com>
11451
11452 * python/py-objfile.c (py_free_objfile): Use gdbpy_enter.
11453
07bc7329
TT
114542017-01-10 Tom Tromey <tom@tromey.com>
11455
11456 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
11457 (python_on_inferior_call_pre, python_on_inferior_call_post)
11458 (python_on_memory_change, python_on_register_change)
11459 (python_inferior_exit, python_new_objfile, add_thread_object)
11460 (delete_thread_object, py_free_inferior): Use gdbpy_enter.
11461
6e7c365e
TT
114622017-01-10 Tom Tromey <tom@tromey.com>
11463
11464 * python/py-finishbreakpoint.c (bpfinishpy_handle_stop)
11465 (bpfinishpy_handle_exit): Use gdbpy_enter.
11466
6ba0cd40
TT
114672017-01-10 Tom Tromey <tom@tromey.com>
11468
11469 * python/py-cmd.c (cmdpy_destroyer)
11470 (cmdpy_completer_handle_brkchars, cmdpy_completer): Use
11471 gdbpy_enter.
11472
de2dc875
TT
114732017-01-10 Tom Tromey <tom@tromey.com>
11474
11475 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
11476 gdbpy_enter.
11477 (gdbpy_breakpoint_has_cond): Likewise.
11478
4ecee2c4
TT
114792017-01-10 Tom Tromey <tom@tromey.com>
11480
11481 * python/python.c (gdbpy_enter): New constructor.
11482 (~gdbpy_enter): New destructor.
11483 (restore_python_env, ensure_python_env): Rewrite.
11484 * python/python-internal.h (gdbpy_enter): New class.
11485
37fce74f
TT
114862017-01-10 Tom Tromey <tom@tromey.com>
11487
11488 * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
11489
53a0cca3
TT
114902017-01-10 Tom Tromey <tom@tromey.com>
11491
11492 * python/py-value.c (value_has_field, get_field_flag)
11493 (get_field_type, valpy_getitem, convert_value_from_python): Use
11494 gdbpy_ref.
11495
ff3724f5
TT
114962017-01-10 Tom Tromey <tom@tromey.com>
11497
11498 * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
11499 gdbpy_ref.
11500
0700aea5
TT
115012017-01-10 Tom Tromey <tom@tromey.com>
11502
11503 * python/py-prettyprint.c (search_pp_list)
11504 (find_pretty_printer_from_objfiles)
11505 (find_pretty_printer_from_progspace)
11506 (find_pretty_printer_from_gdb, find_pretty_printer)
11507 (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
11508 gdbpy_ref.
11509
1bb44c9f
TT
115102017-01-10 Tom Tromey <tom@tromey.com>
11511
11512 * python/py-param.c (call_doc_function): Use gdbpy_ref.
11513
87ce03fd
TT
115142017-01-10 Tom Tromey <tom@tromey.com>
11515
11516 * python/py-linetable.c (build_line_table_tuple_from_pcs)
11517 (ltpy_get_all_source_lines): Use gdbpy_ref.
11518
ee0a3fb8
TT
115192017-01-10 Tom Tromey <tom@tromey.com>
11520
11521 * python/py-framefilter.c (extract_sym, extract_value)
11522 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
11523 gdbpy_ref.
11524
bf2a52fa
TT
115252017-01-10 Tom Tromey <tom@tromey.com>
11526
11527 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
11528
f59fe7f8
TT
115292017-01-10 Tom Tromey <tom@tromey.com>
11530
11531 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
11532
80bd970a
TT
115332017-01-10 Tom Tromey <tom@tromey.com>
11534
11535 * python/py-function.c (convert_values_to_python, fnpy_init): Use
11536 gdbpy_ref.
11537
d1b3de2e
TT
115382017-01-10 Tom Tromey <tom@tromey.com>
11539
11540 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
11541
3bb43384
TT
115422017-01-10 Tom Tromey <tom@tromey.com>
11543
11544 * python/py-type.c (convert_field, make_fielditem, typy_fields)
11545 (typy_range): Use gdbpy_ref.
11546
abf5651e
TT
115472017-01-10 Tom Tromey <tom@tromey.com>
11548
11549 * python/py-threadevent.c (create_thread_event_object): Use
11550 gdbpy_ref.
11551 * python/py-stopevent.c (create_stop_event_object): Simplify.
11552 (emit_stop_event): Use gdbpy_ref.
11553 * python/py-signalevent.c (create_signal_event_object): Use
11554 gdbpy_ref.
11555 * python/py-newobjfileevent.c (create_new_objfile_event_object)
11556 (emit_new_objfile_event, create_clear_objfiles_event_object)
11557 (emit_clear_objfiles_event): Use gdbpy_ref.
11558 * python/py-infevents.c (create_inferior_call_event_object)
11559 (create_register_changed_event_object)
11560 (create_memory_changed_event_object, emit_inferior_call_event)
11561 (emit_memory_changed_event, emit_register_changed_event): Use
11562 gdbpy_ref.
11563 * python/py-exitedevent.c (create_exited_event_object)
11564 (emit_exited_event): Use gdbpy_ref.
11565 * python/py-event.h (evpy_emit_event): Remove
11566 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
11567 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
11568 * python/py-continueevent.c (emit_continue_event): Use
11569 gdbpy_ref.
11570 * python/py-breakpoint.c (gdbpy_breakpoint_created)
11571 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
11572 gdbpy_ref.
11573 * python/py-bpevent.c (create_breakpoint_event_object): Use
11574 gdbpy_ref.
11575
a68ff33e
TT
115762017-01-10 Tom Tromey <tom@tromey.com>
11577
11578 * python/py-ref.h: New file.
11579
7becfd03
SM
115802017-01-10 Simon Marchi <simon.marchi@ericsson.com>
11581
11582 * cli-out.c (cli_ui_out::do_redirect): Change return type to
11583 void.
11584 * cli-out.h (cli_ui_out::do_redirect): Likewise.
11585 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
11586 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
11587 * ui-out.c (ui_out::redirect): Likewise.
11588 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
11589 * cli/cli-logging.c (set_logging_redirect): Update call site of
11590 ui_out::redirect.
11591 (handle_redirections): Likewise.
11592 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
11593 * top.c (execute_command_to_string): Likewise.
11594 * utils.c (do_ui_out_redirect_pop): Likewise.
11595
df294654
SM
115962017-01-10 Simon Marchi <simon.marchi@ericsson.com>
11597
11598 * stack.c (_initialize_stack): Update "frame" command help message.
11599
f5e6296e
IB
116002017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
11601
11602 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
11603
0e2d6fa6
YQ
116042017-01-06 Yao Qi <yao.qi@linaro.org>
11605
11606 * x86-linux-nat.h: Include gdb_proc_service.h.
11607
44d6d3f9
YQ
116082017-01-06 Yao Qi <yao.qi@linaro.org>
11609
11610 * ser-base.h: Include serial.h.
11611
656731fe
YQ
116122017-01-06 Yao Qi <yao.qi@linaro.org>
11613
11614 * ppc-linux-tdep.h: Include ppc-tdep.h.
11615
1ca8f924
YQ
116162017-01-06 Yao Qi <yao.qi@linaro.org>
11617
11618 * nat/amd64-linux-siginfo.h: Include signal.h.
11619
bc3008c4
YQ
116202017-01-06 Yao Qi <yao.qi@linaro.org>
11621
11622 * nat/aarch64-linux-hw-point.h: Include break-common.h.
11623
66c80d03
YQ
116242017-01-06 Yao Qi <yao.qi@linaro.org>
11625
11626 * mi/mi-parse.h: Include mi-cmds.h.
11627
051d2dda
YQ
116282017-01-06 Yao Qi <yao.qi@linaro.org>
11629
11630 * inf-loop.c: Don't include "target.h".
11631 * inf-loop.h: Include it here.
11632
8018d34f
YQ
116332017-01-06 Yao Qi <yao.qi@linaro.org>
11634
11635 * dfp.h: Include "dboulest.h" and "expression.h".
11636
c0b8369c
YQ
116372017-01-06 Yao Qi <yao.qi@linaro.org>
11638
11639 * ax-gdb.h: Include "ax.h".
11640
ad5cba2a
YQ
116412017-01-06 Yao Qi <yao.qi@linaro.org>
11642
11643 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
11644 with nat/gdb_ptrace.h.
11645
1c33cd7f
YQ
116462017-01-05 Yao Qi <yao.qi@linaro.org>
11647
11648 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
11649 new line.
11650 (mips64_fbsd_sigframe_init): Likewise.
11651
c988ac1d
JB
116522017-01-04 John Baldwin <jhb@FreeBSD.org>
11653
11654 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
11655 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
11656
b268007c
JB
116572017-01-04 John Baldwin <jhb@FreeBSD.org>
11658
11659 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
11660 * NEWS: Mention new FreeBSD/mips native configuration.
11661 * config/mips/fbsd.mh: New file.
11662 * configure.host: Add mips*-*-freebsd*.
11663 * mips-fbsd-nat.c: New file.
11664
387360da
JB
116652017-01-04 John Baldwin <jhb@FreeBSD.org>
11666
11667 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
11668 (ALLDEPFILES): Add mips-fbsd-tdep.c.
11669 * NEWS: Mention new FreeBSD/mips target.
11670 * configure.tgt: Add mips*-*-freebsd*.
11671 * mips-fbsd-tdep.c: New file.
11672 * mips-fbsd-tdep.h: New file.
11673
2aaaf250
YQ
116742017-01-04 Yao Qi <yao.qi@linaro.org>
11675
11676 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
11677 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
11678
61baf725
JB
116792017-01-01 Joel Brobecker <brobecker@adacore.com>
11680
6dbb839a 11681 Update copyright year range in all GDB files.
61baf725 11682
c113e7ff 116832017-01-01 Joel Brobecker <brobecker@adacore.com>
ce0db137 11684
c113e7ff 11685 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
ce0db137 11686
c113e7ff 11687For older changes see ChangeLog-2016.
c906108c
SS
11688\f
11689Local Variables:
11690mode: change-log
11691left-margin: 8
11692fill-column: 74
11693version-control: never
57da7796 11694coding: utf-8
c906108c 11695End:
This page took 2.54621 seconds and 4 git commands to generate.