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