]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
Stop assuming no-debug-info functions return int
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2017-09-04 Pedro Alves <palves@redhat.com>
2
3 * ada-lang.c (ada_evaluate_subexp) <TYPE_CODE_FUNC>: Don't handle
4 TYPE_GNU_IFUNC specially here. Throw error if return type is
5 unknown.
6 * ada-typeprint.c (print_func_type): Handle functions with unknown
7 return type.
8 * c-typeprint.c (c_type_print_base): Handle functions and methods
9 with unknown return type.
10 * compile/compile-c-symbols.c (convert_symbol_bmsym)
11 <mst_text_gnu_ifunc>: Use nodebug_text_gnu_ifunc_symbol.
12 * compile/compile-c-types.c: Include "objfiles.h".
13 (convert_func): For functions with unknown return type, warn and
14 default to int.
15 * compile/compile-object-run.c (compile_object_run): Adjust call
16 to call_function_by_hand_dummy.
17 * elfread.c (elf_gnu_ifunc_resolve_addr): Adjust call to
18 call_function_by_hand.
19 * eval.c (evaluate_subexp_standard): Adjust calls to
20 call_function_by_hand. Handle functions and methods with unknown
21 return type. Pass expect_type to call_function_by_hand.
22 * f-typeprint.c (f_type_print_base): Handle functions with unknown
23 return type.
24 * gcore.c (call_target_sbrk): Adjust call to
25 call_function_by_hand.
26 * gdbtypes.c (objfile_type): Leave nodebug text symbol with NULL
27 return type instead of int. Make nodebug_text_gnu_ifunc_symbol be
28 an integer address type instead of nodebug.
29 * guile/scm-value.c (gdbscm_value_call): Adjust call to
30 call_function_by_hand.
31 * infcall.c (error_call_unknown_return_type): New function.
32 (call_function_by_hand): New "default_return_type" parameter.
33 Pass it down.
34 (call_function_by_hand_dummy): New "default_return_type"
35 parameter. Use it instead of defaulting to int. If there's no
36 default and the return type is unknown, throw an error. If
37 there's a default return type, and the called function has no
38 debug info, then assume the function is prototyped.
39 * infcall.h (call_function_by_hand, call_function_by_hand_dummy):
40 New "default_return_type" parameter.
41 (error_call_unknown_return_type): New declaration.
42 * linux-fork.c (call_lseek): Cast return type of lseek.
43 (inferior_call_waitpid, checkpoint_command): Adjust calls to
44 call_function_by_hand.
45 * linux-tdep.c (linux_infcall_mmap, linux_infcall_munmap): Adjust
46 calls to call_function_by_hand.
47 * m2-typeprint.c (m2_procedure): Handle functions with unknown
48 return type.
49 * objc-lang.c (lookup_objc_class, lookup_child_selector)
50 (value_nsstring, print_object_command): Adjust calls to
51 call_function_by_hand.
52 * p-typeprint.c (pascal_type_print_varspec_prefix): Handle
53 functions with unknown return type.
54 (pascal_type_print_func_varspec_suffix): New function.
55 (pascal_type_print_varspec_suffix) <TYPE_CODE_FUNC,
56 TYPE_CODE_METHOD>: Use it.
57 * python/py-value.c (valpy_call): Adjust call to
58 call_function_by_hand.
59 * rust-lang.c (rust_evaluate_funcall): Adjust call to
60 call_function_by_hand.
61 * valarith.c (value_x_binop, value_x_unop): Adjust calls to
62 call_function_by_hand.
63 * valops.c (value_allocate_space_in_inferior): Adjust call to
64 call_function_by_hand.
65 * typeprint.c (type_print_unknown_return_type): New function.
66 * typeprint.h (type_print_unknown_return_type): New declaration.
67
68 2017-09-04 Pedro Alves <palves@redhat.com>
69
70 * gdbtypes.c (lookup_function_type_with_arguments): Mark function
71 types with more than one parameter as prototyped.
72
73 2017-09-04 Pedro Alves <palves@redhat.com>
74
75 * cli/cli-cmds.c (print_disassembly, disassemble_current_function)
76 (disassemble_command): Use gdb_disassembly_flags instead of bare
77 int.
78 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn)
79 (dump_insns, do_mixed_source_and_assembly_deprecated)
80 (do_mixed_source_and_assembly, do_assembly_only, gdb_disassembly):
81 Use gdb_disassembly_flags instead of bare int.
82 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED, DISASSEMBLY_RAW_INSN)
83 (DISASSEMBLY_OMIT_FNAME, DISASSEMBLY_FILENAME)
84 (DISASSEMBLY_OMIT_PC, DISASSEMBLY_SOURCE)
85 (DISASSEMBLY_SPECULATIVE): No longer macros. Instead they're...
86 (enum gdb_disassembly_flag): ... values of this new enumeration.
87 (gdb_disassembly_flags): Define.
88 (gdb_disassembly)
89 (gdb_pretty_print_disassembler::pretty_print_insn): Use it.
90 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Use
91 gdb_disassembly_flags instead of bare int.
92 * record-btrace.c (btrace_insn_history)
93 (record_btrace_insn_history, record_btrace_insn_history_range)
94 (record_btrace_insn_history_from): Use gdb_disassembly_flags
95 instead of bare int.
96 * record.c (get_insn_history_modifiers, cmd_record_insn_history):
97 Use gdb_disassembly_flags instead of bare int.
98 * target-debug.h (target_debug_print_gdb_disassembly_flags):
99 Define.
100 * target-delegates.c: Regenerate.
101 * target.c (target_insn_history, target_insn_history_from)
102 (target_insn_history_range): Use gdb_disassembly_flags instead of
103 bare int.
104 * target.h: Include "disasm.h".
105 (struct target_ops) <to_insn_history, to_insn_history_from,
106 to_insn_history_range>: Use gdb_disassembly_flags instead of bare
107 int.
108 (target_insn_history, target_insn_history_from)
109 (target_insn_history_range): Use gdb_disassembly_flags instead of
110 bare int.
111
112 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
113
114 * cli/cli-script.c (build_command_line): For if/while commands,
115 check whether args is empty.
116
117 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
118
119 * cli/cli-script.h (enum misc_command_type): Move from defs.h.
120 (enum command_control_type): Likewise.
121 (struct command_line): Likewise.
122 (free_command_lines): Likewise.
123 (struct command_lines_deleter): Likewise.
124 (command_line_up): Likewise.
125 (read_command_lines): Likewise.
126 (read_command_lines_1): Likewise.
127 * defs.h (enum misc_command_type): Move to cli/cli-script.h.
128 (enum command_control_type): Likewise.
129 (struct command_line): Likewise.
130 (free_command_lines): Likewise.
131 (struct command_lines_deleter): Likewise.
132 (command_line_up): Likewise.
133 (read_command_lines): Likewise.
134 (read_command_lines_1): Likewise.
135 * breakpoint.h: Include cli/cli-script.h.
136 * extension-priv.h: Likewise.
137 * gdbcmd.h: Likewise.
138
139 2017-09-04 Pedro Alves <palves@redhat.com>
140
141 * ada-lang.c (is_known_support_routine): Move sal declaration to
142 where it is initialized.
143 * breakpoint.c (create_internal_breakpoint, init_catchpoint)
144 (parse_breakpoint_sals, decode_static_tracepoint_spec)
145 (clear_command, update_static_tracepoint): Remove init_sal
146 references. Move declarations closer to initializations.
147 * cli/cli-cmds.c (list_command): Move sal declarations closer to
148 initializations.
149 * elfread.c (elf_gnu_ifunc_resolver_stop): Remove init_sal
150 references. Move sal declarations closer to initializations.
151 * frame.c (find_frame_sal): Return a symtab_and_line via function
152 return instead of output parameter. Remove init_sal references.
153 * frame.h (find_frame_sal): Return a symtab_and_line via function
154 return instead of output parameter.
155 * guile/scm-frame.c (gdbscm_frame_sal): Adjust.
156 * guile/scm-symtab.c (stscm_make_sal_smob): Use in-place new
157 instead of memset.
158 (gdbscm_find_pc_line): Remove init_sal reference.
159 * infcall.c (call_function_by_hand_dummy): Remove init_sal
160 references. Move declarations closer to initializations.
161 * infcmd.c (set_step_frame): Update. Move declarations closer to
162 initializations.
163 (finish_backward): Remove init_sal references. Move declarations
164 closer to initializations.
165 * infrun.c (process_event_stop_test, handle_step_into_function)
166 (insert_hp_step_resume_breakpoint_at_frame)
167 (insert_step_resume_breakpoint_at_caller): Likewise.
168 * linespec.c (create_sals_line_offset, decode_digits_ordinary)
169 (symbol_to_sal): Likewise.
170 * probe.c (parse_probes_in_pspace): Remove init_sal reference.
171 * python/py-frame.c (frapy_find_sal): Move sal declaration closer
172 to its initialization.
173 * reverse.c (save_bookmark_command): Use new/delete. Remove
174 init_sal references. Move declarations closer to initializations.
175 * source.c (get_current_source_symtab_and_line): Remove brace
176 initialization.
177 (set_current_source_symtab_and_line): Now takes the sal by const
178 reference. Remove brace initialization.
179 (line_info): Remove init_sal reference.
180 * source.h (set_current_source_symtab_and_line): Now takes a
181 symtab_and_line via const reference.
182 * stack.c (set_current_sal_from_frame): Adjust.
183 (print_frame_info): Adjust.
184 (get_last_displayed_sal): Return the sal via function return
185 instead of via output parameter. Simplify.
186 (frame_info): Adjust.
187 * stack.h (get_last_displayed_sal): Return the sal via function
188 return instead of via output parameter.
189 * symtab.c (init_sal): Delete.
190 (find_pc_sect_line): Remove init_sal references. Move
191 declarations closer to initializations.
192 (find_function_start_sal): Remove init_sal references. Move
193 declarations closer to initializations.
194 * symtab.h (struct symtab_and_line): In-class initialize all
195 fields.
196 * tracepoint.c (set_traceframe_context)
197 (print_one_static_tracepoint_marker): Remove init_sal references.
198 Move declarations closer to initializations.
199 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Adjust.
200 * tui/tui-stack.c (tui_show_frame_info): Adjust. Move
201 declarations closer to initializations.
202 * tui/tui-winsource.c (tui_update_source_window_as_is): Remove
203 init_sal references. Adjust.
204
205 2017-09-04 Pedro Alves <palves@redhat.com>
206
207 * ax-gdb.c (agent_command_1): Use range-for.
208 * break-catch-throw.c (re_set_exception_catchpoint): Update.
209 * breakpoint.c: Include "common/array-view.h".
210 (init_breakpoint_sal, create_breakpoint_sal): Change sals
211 parameter from struct symtabs_and_lines to
212 array_view<symtab_and_line>. Adjust. Use range-for. Update.
213 (breakpoint_sals_to_pc): Change sals parameter from struct
214 symtabs_and_lines to std::vector reference.
215 (check_fast_tracepoint_sals): Change sals parameter from struct
216 symtabs_and_lines to std::array_view. Use range-for.
217 (decode_static_tracepoint_spec): Return a std::vector instead of
218 symtabs_and_lines. Update.
219 (create_breakpoint): Update.
220 (break_range_command, until_break_command, clear_command): Update.
221 (base_breakpoint_decode_location, bkpt_decode_location)
222 (bkpt_probe_create_sals_from_location)
223 (bkpt_probe_decode_location, tracepoint_decode_location)
224 (tracepoint_probe_decode_location)
225 (strace_marker_create_sals_from_location): Return a std::vector
226 instead of symtabs_and_lines.
227 (strace_marker_create_breakpoints_sal): Update.
228 (strace_marker_decode_location): Return a std::vector instead of
229 symtabs_and_lines. Update.
230 (update_breakpoint_locations): Change struct symtabs_and_lines
231 parameters to gdb::array_view. Adjust.
232 (location_to_sals): Return a std::vector instead of
233 symtabs_and_lines. Update.
234 (breakpoint_re_set_default): Use std::vector instead of struct
235 symtabs_and_lines.
236 (decode_location_default): Return a std::vector instead of
237 symtabs_and_lines. Update.
238 * breakpoint.h: Include "common/array-view.h".
239 (struct breakpoint_ops) <decode_location>: Now returns a
240 std::vector instead of returning a symtabs_and_lines via output
241 parameter.
242 (update_breakpoint_locations): Change sals parameters to use
243 gdb::array_view.
244 * cli/cli-cmds.c (edit_command, list_command): Update to use
245 std::vector and gdb::array_view.
246 (ambiguous_line_spec): Adjust to use gdb::array_view and
247 range-for.
248 (compare_symtabs): Rename to ...
249 (cmp_symtabs): ... this. Change parameters to symtab_and_line
250 const reference and adjust.
251 (filter_sals): Rewrite using std::vector and standard algorithms.
252 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Simplify.
253 (jump_command): Update to use std::vector.
254 * linespec.c (struct linespec_state) <canonical_names>: Update
255 comment.
256 (add_sal_to_sals_basic): Delete.
257 (add_sal_to_sals, filter_results, convert_results_to_lsals)
258 (decode_line_2, create_sals_line_offset)
259 (convert_address_location_to_sals, convert_linespec_to_sals)
260 (convert_explicit_location_to_sals, parse_linespec)
261 (event_location_to_sals, decode_line_full, decode_line_1)
262 (decode_line_with_current_source)
263 (decode_line_with_last_displayed, decode_objc)
264 (decode_digits_list_mode, decode_digits_ordinary, minsym_found)
265 (linespec_result::~linespec_result): Adjust to use std::vector
266 instead of symtabs_and_lines.
267 * linespec.h (linespec_sals::sals): Now a std::vector.
268 (struct linespec_result): Use std::vector, bool, and in-class
269 initialization.
270 (decode_line_1, decode_line_with_current_source)
271 (decode_line_with_last_displayed): Return std::vector.
272 * macrocmd.c (info_macros_command): Use std::vector.
273 * mi/mi-main.c (mi_cmd_trace_find): Use std::vector.
274 * probe.c (parse_probes_in_pspace, parse_probes): Adjust to use
275 std::vector.
276 * probe.h (parse_probes): Return a std::vector.
277 * python/python.c (gdbpy_decode_line): Use std::vector and
278 gdb::array_view.
279 * source.c (select_source_symtab, line_info): Use std::vector.
280 * stack.c (func_command): Use std::vector.
281 * symtab.h (struct symtabs_and_lines): Delete.
282 * tracepoint.c (tfind_line_command, scope_info): Use std::vector.
283
284 2017-09-04 Pedro Alves <palves@redhat.com>
285
286 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
287 unittests/array-view-selftests.c.
288 (SUBDIR_UNITTESTS_OBS): Add array-view-selftests.o.
289 * common/array-view.h: New file.
290 * unittests/array-view-selftests.c: New file.
291
292 2017-09-04 Pedro Alves <palves@redhat.com>
293
294 * cli/cli-cmds.c (edit_command): Pass message to
295 ambiguous_line_spec.
296 (list_command): Pass message to ambiguous_line_spec. Say
297 "first"/"last" instead of "start" and "end" to be consistent with
298 the manual.
299 (ambiguous_line_spec): Add 'format' and vararg parameters. Use
300 them to print formatted message.
301
302 2017-09-04 Pedro Alves <palves@redhat.com>
303
304 * btrace.c (ftrace_add_pt): Pass btrace_insn to
305 ftrace_update_insns by reference instead of pointer.
306
307 2017-09-04 Yao Qi <yao.qi@linaro.org>
308
309 * i386-go32-tdep.c: Include x86-xstate.h.
310 (i386_go32_init_abi): Call i386_target_description.
311 * i386-tdep.c (i386_target_description): Return tdesc_i386_mmx
312 if xcr0 is X86_XSTATE_X87_MASK.
313 * i386-tdep.h (tdesc_i386): Remove the declaration.
314 (tdesc_i386_mmx): Likewise.
315
316 2017-09-04 Yao Qi <yao.qi@linaro.org>
317
318 * i386-fbsd-tdep.c (i386fbsd_core_read_xcr0): Return
319 X86_XSTATE_SSE_MASK instead of 0.
320
321 2017-09-04 Yao Qi <yao.qi@linaro.org>
322
323 * amd64-fbsd-nat.c (amd64fbsd_read_description): Call
324 i386_target_description.
325 * i386-fbsd-nat.c (i386fbsd_read_description): Call
326 i386_target_description.
327 * i386-tdep.c (i386_gdbarch_init): Likewise.
328
329 2017-09-04 Yao Qi <yao.qi@linaro.org>
330
331 * amd64-darwin-tdep.c: Include "x86-xstate.h".
332 (x86_darwin_init_abi_64): Call amd64_target_description.
333 * amd64-dicos-tdep.c: Likewise.
334 * amd64-fbsd-nat.c: Likewise.
335 * amd64-fbsd-tdep.c: Likewise.
336 * amd64-nbsd-tdep.c: Likewise.
337 * amd64-obsd-tdep.c: Likewise.
338 * amd64-sol2-tdep.c: Likewise.
339 * amd64-windows-tdep.c: Likewise.
340 * amd64-tdep.h (tdesc_amd64): Remove the declaration.
341
342 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
343
344 * btrace.h (btrace_insn_s, DEF_VEC_O (btrace_insn_s)): Remove.
345 (btrace_function) <insn>: Change type to use std::vector.
346 * btrace.c (ftrace_debug, ftrace_call_num_insn,
347 ftrace_find_call, ftrace_new_gap, ftrace_update_function,
348 ftrace_update_insns, ftrace_compute_global_level_offset,
349 btrace_stitch_bts, btrace_clear, btrace_insn_get,
350 btrace_insn_end, btrace_insn_next, btrace_insn_prev): Adjust to
351 change to std::vector.
352 (ftrace_update_insns): Adjust to change to std::vector, change
353 type of INSN parameter.
354 (btrace_compute_ftrace_bts): Adjust call to ftrace_update_insns.
355 * record-btrace.c (btrace_call_history_insn_range,
356 btrace_compute_src_line_range,
357 record_btrace_frame_prev_register): Adjust to change to
358 std::vector.
359 * python/py-record-btrace.c (recpy_bt_func_instructions): Adjust
360 to change to std::vector.
361
362 2017-09-03 Tom Tromey <tom@tromey.com>
363
364 * corefile.c (reopen_exec_file): Use std::string.
365
366 2017-09-03 Tom Tromey <tom@tromey.com>
367
368 * compile/compile.c (compile_register_name_mangled): Return
369 std::string.
370 * compile/compile-loc2c.c (pushf_register_address): Update.
371 (pushf_register): Update.
372 * compile/compile-c-types.c (convert_array): Update.
373 * compile/compile-c-symbols.c (generate_vla_size): Update.
374 (error_symbol_once): Use a gdb::unique_xmalloc_ptr.
375 (symbol_substitution_name): Return a gdb::unique_xmalloc_ptr.
376 (convert_one_symbol): Update.
377 (generate_c_for_for_one_variable): Update.
378 * compile/compile-c-support.c (c_get_range_decl_name): Return a
379 std::string.
380 (generate_register_struct): Update.
381 * compile/compile-internal.h (c_get_range_decl_name): Return a
382 std::string.
383 (compile_register_name_mangled): Return std::string.
384
385 2017-09-03 Tom Tromey <tom@tromey.com>
386
387 * utils.c (perror_string): Return a std::string.
388 (throw_perror_with_name, perror_warning_with_name): Update.
389
390 2017-09-03 Tom Tromey <tom@tromey.com>
391
392 * demangle.c (demangle_command): Use std::string,
393 unique_xmalloc_ptr.
394
395 2017-09-03 Tom Tromey <tom@tromey.com>
396
397 * cli/cli-setshow.c (do_set_command): Use std::string.
398
399 2017-09-03 Tom Tromey <tom@tromey.com>
400
401 * cli/cli-cmds.c (cd_command): Use gdb::unique_xmalloc_ptr.
402
403 2017-09-03 Tom Tromey <tom@tromey.com>
404
405 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use std::string.
406
407 2017-09-03 Tom Tromey <tom@tromey.com>
408
409 * mi/mi-cmd-env.c (env_execute_cli_command): Use
410 gdb::unique_xmalloc_ptr.
411
412 2017-09-03 Tom Tromey <tom@tromey.com>
413
414 * thread.c (print_thread_info_1): Use string_printf.
415 (thread_apply_command, thread_apply_all_command): Use
416 std::string.
417
418 2017-09-03 Tom Tromey <tom@tromey.com>
419
420 * valprint.c (val_print_string): Update.
421 * gdbcore.h (memory_error_message): Return std::string.
422 * corefile.c (memory_error_message): Return std::string.
423 (memory_error): Update.
424 * breakpoint.c (insert_bp_location): Update.
425
426 2017-09-03 Simon Marchi <simon.marchi@ericsson.com>
427
428 * target/waitstatus.h (target_waitstatus_to_string): Change
429 return type to std::string.
430 * target/waitstatus.c (target_waitstatus_to_string): Return
431 std::string.
432 * target.h (target_waitstatus_to_string): Remove declaration.
433 * infrun.c (resume, clear_proceed_status_thread,
434 print_target_wait_results, do_target_wait, save_waitstatus,
435 stop_all_threads): Adjust.
436 * record-btrace.c (record_btrace_wait): Adjust.
437 * target-debug.h
438 (target_debug_print_struct_target_waitstatus_p): Adjust.
439
440 2017-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
441
442 PR gdb/22046
443 * nat/linux-procfs.c (parse_proc_status_state): Fix PROC_STATE_STOPPED
444 detection.
445
446 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
447
448 * NEWS (Changes since GDB 8.0): Add entry mentioning new support
449 for setting/unsetting environment variables on the remote target.
450 (New remote packets): Add entries for QEnvironmentHexEncoded,
451 QEnvironmentUnset and QEnvironmentReset.
452 * common/environ.c (gdb_environ::operator=): Extend method to
453 handle m_user_set_env_list and m_user_unset_env_list.
454 (gdb_environ::clear): Likewise.
455 (match_var_in_string): Change type of first parameter from 'char
456 *' to 'const char *'.
457 (gdb_environ::set): Extend method to handle
458 m_user_set_env_list and m_user_unset_env_list.
459 (gdb_environ::unset): Likewise.
460 (gdb_environ::clear_user_set_env): New method.
461 (gdb_environ::user_set_envp): Likewise.
462 (gdb_environ::user_unset_envp): Likewise.
463 * common/environ.h (gdb_environ): Handle m_user_set_env_list and
464 m_user_unset_env_list on move constructor/assignment.
465 (unset): Add new default parameter 'update_unset_list = true'.
466 (clear_user_set_env): New method.
467 (user_set_envp): Likewise.
468 (user_unset_envp): Likewise.
469 (m_user_set_env_list): New std::set.
470 (m_user_unset_env_list): Likewise.
471 * common/rsp-low.c (hex2str): New function.
472 (bin2hex): New overload for bin2hex function.
473 * common/rsp-low.c (hex2str): New prototype.
474 (str2hex): New overload prototype.
475 * remote.c: Include "environ.h". Add QEnvironmentHexEncoded,
476 QEnvironmentUnset and QEnvironmentReset.
477 (remote_protocol_features): Add QEnvironmentHexEncoded,
478 QEnvironmentUnset and QEnvironmentReset packets.
479 (send_environment_packet): New function.
480 (extended_remote_environment_support): Likewise.
481 (extended_remote_create_inferior): Call
482 extended_remote_environment_support.
483 (_initialize_remote): Add QEnvironmentHexEncoded,
484 QEnvironmentUnset and QEnvironmentReset packet configs.
485 * unittests/environ-selftests.c (gdb_selftest_env_var):
486 New variable.
487 (test_vector_initialization): New function.
488 (test_init_from_host_environ): Likewise.
489 (test_reinit_from_host_environ): Likewise.
490 (test_set_A_unset_B_unset_A_cannot_find_A_can_find_B):
491 Likewise.
492 (test_unset_set_empty_vector): Likewise.
493 (test_vector_clear): Likewise.
494 (test_std_move): Likewise.
495 (test_move_constructor):
496 (test_self_move): Likewise.
497 (test_set_unset_reset): Likewise.
498 (run_tests): Rewrite in terms of the functions above.
499
500 2017-08-31 Weimin Pan <weimin.pan@oracle.com>
501
502 * sparc64-tdep.c (adi_stat_t): Fix comment formatting.
503 (adi_available): Use a temp variable of type CORE_ADDR as argument
504 3 when calling target_auxv_search.
505 (adi_normalize_address): Use masks and xor operators to calculate
506 normalized address.
507 (adi_read_versions, adi_write_versions, adi_print_versions)
508 (do_examine, do_assign): Use paddress.
509
510 2017-08-29 John Baldwin <jhb@FreeBSD.org>
511
512 * mips-fbsd-nat.c (getfpregs_supplies): Return true for FIR.
513 * mips-fbsd-tdep.c (mips_fbsd_supply_fpregs): Split supply of FSR
514 out of loop and add supply of FIR.
515 (mips_fbsd_collect_fpregs): Split collect of FSR out of loop and
516 add collect of FIR.
517
518 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
519
520 PR gdb/21827
521 * cli/cli-script.c (define_command): Don't convert command name
522 to lower case.
523
524 2017-08-25 Joel Brobecker <brobecker@adacore.com>
525
526 * ada-lang.c (ada_lookup_struct_elt_type): Remove parameter "dispp".
527 Update all callers accordingly. Remove all code blocks handling
528 the case where DISPP is not NULL.
529
530 2017-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
531
532 PR symtab/22003
533 * dwarf2read.c (dwarf2_const_value_attr, dump_die_shallow)
534 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
535 (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_implicit_const.
536
537 2017-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
538
539 * dwarf2read.c (build_type_psymtabs_reader): New prototype.
540 (process_psymtab_comp_unit): Accept IS_DEBUG_TYPES.
541 (read_comp_units_from_section): New parameter abbrev_section, use
542 read_and_check_comp_unit_head, allocate signatured_type if needed.
543 (create_all_comp_units): Update read_comp_units_from_section caller.
544
545 2017-08-23 Pedro Alves <palves@redhat.com>
546
547 PR remote/21852
548 * remote.c (add_current_inferior_and_thread): Set inferior_ptid
549 to null_ptid and switch to thread without reading the registers
550 after adding the inferior.
551
552 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
553
554 * NEWS (Changes since GDB 8.0): Add set compile-gcc and show
555 compile-gcc.
556 * compile/compile.c (compile_gcc, show_compile_gcc): New.
557 (compile_to_object): Implement compile_gcc.
558 (_initialize_compile): Install "set compile-gcc". Initialize
559 compile_gcc.
560
561 2017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
562
563 * compile/compile.c (compile_to_object): Conditionally call
564 set_verbose. Conditionally call compile or compile_v0.
565
566 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
567
568 * sparc64-tdep.h: (adi_normalize_address): New export.
569 * sparc-nat.h: (open_adi_tag_fd): New export.
570 * sparc64-linux-nat.c: (open_adi_tag_fd): New function.
571 * sparc64-linux-tdep.c:
572 (SEGV_ACCADI, SEGV_ADIDERR, SEGV_ADIPERR) New defines.
573 (sparc64_linux_handle_segmentation_fault): New function.
574 (sparc64_linux_init_abi): Register
575 sparc64_linux_handle_segmentation_fault
576 * sparc64-tdep.c: Include cli-utils.h,gdbcmd.h,auxv.h.
577 (sparc64_addr_bits_remove): New function.
578 (sparc64_init_abi): Register sparc64_addr_bits_remove.
579 (MAX_PROC_NAME_SIZE): New macro.
580 (AT_ADI_BLKSZ, AT_ADI_NBITS, AT_ADI_UEONADI) New defines.
581 (sparc64adilist): New variable.
582 (adi_proc_list): New variable.
583 (find_adi_info): New function.
584 (add_adi_info): New function.
585 (get_adi_info_proc): New function.
586 (get_adi_info): New function.
587 (info_adi_command): New function.
588 (read_maps_entry): New function.
589 (adi_available): New function.
590 (adi_normalize_address): New function.
591 (adi_align_address): New function.
592 (adi_convert_byte_count): New function.
593 (adi_tag_fd): New function.
594 (adi_is_addr_mapped): New function.
595 (adi_read_versions): New function.
596 (adi_write_versions): New function.
597 (adi_print_versions): New function.
598 (do_examine): New function.
599 (do_assign): New function.
600 (adi_examine_command): New function.
601 (adi_assign_command): New function.
602 (_initialize_sparc64_adi_tdep): New function.
603
604 2017-08-22 Simon Marchi <simon.marchi@ericsson.com>
605
606 * breakpoint.c (breakpoints_info): Rename to ...
607 (info_breakpoints_command): ... this.
608 (watchpoints_info): Rename to ...
609 (info_watchpoints_command): ... this.
610 (tracepoints_info): Rename to ...
611 (info_tracepoints_command): ... this.
612 (_initialize_breakpoint): Adjust.
613 * dcache.c (dcache_info): Rename to ...
614 (info_display_command): ... this.
615 (_initialize_dcache): Adjust.
616 * frame.h (args_info): Rename to ...
617 (info_args_command): ... this.
618 (locals_info): Rename to ...
619 (info_locals_command): ... this.
620 * infcmd.c (nofp_registers_info): Rename to ...
621 (info_registers_command): ... this.
622 (float_info): Rename to ...
623 (info_float_command): ... this.
624 (program_info): Rename to ...
625 (info_program_command): ... this.
626 (all_registers_info): Rename to ...
627 (info_all_registers_command): ... this.
628 (vector_info): Rename to ...
629 (info_vector_command): ... this.
630 (float_info): Rename to ...
631 (info_float_command): ... this.
632 (_initialize_infcmd): Adjust.
633 * inferior.h (term_info): Rename to ...
634 (info_terminal_command): ... this.
635 * inflow.c (term_info): Rename to ...
636 (info_terminal_command): ... this.
637 (_initialize_inflow): Adjust.
638 * infrun.c (signals_info): Rename to ...
639 (info_signals_command): ... this.
640 (_initialize_infrun): Adjust.
641 * objc-lang.c (classes_info): Rename to ...
642 (info_classes_command): ... this.
643 (selectors_info): Rename to ...
644 (info_selectors_command): ... this.
645 (_initialize_objc_language): Adjust.
646 * printcmd.c (sym_info): Rename to ...
647 (info_symbol_command): ... this.
648 (address_info): Rename to ...
649 (info_address_command): ... this.
650 (display_info): Rename to ...
651 (info_display_command): ... this.
652 (_initialize_printcmd): Adjust.
653 * reverse.c (bookmarks_info): Rename to ...
654 (info_breakpoints_command): ... this.
655 (_initialize_reverse): Adjust.
656 * ser-go32.c (dos_info): Rename to ...
657 (info_serial_command): ... this.
658 (_initialize_ser_dos): Adjust.
659 * skip.c (skip_info): Rename to ...
660 (info_skip_command): ... this.
661 (_initialize_step_skip): Adjust.
662 * source.c (line_info): Rename to ...
663 (info_line_command): ... this.
664 (source_info): Rename to ...
665 (info_source_command)
666 * stack.c (frame_info): Rename to ...
667 (info_frame_command): ... this.
668 (locals_info): Rename to ...
669 (info_locals_command): ... this.
670 (args_info): Rename to ...
671 (info_args_command): ... this.
672 (_initialize_stack): Adjust.
673 * symtab.c (sources_info): Rename to ...
674 (info_sources_command): ... this.
675 (variables_info): Rename to ...
676 (info_variables_command): ... this.
677 (functions_info): Rename to ...
678 (info_functions_command): ... this.
679 (types_info): Rename to ...
680 (info_types_command): ... this.
681 (_initialize_symtab): Adjust.
682 * target.c (target_info): Rename to ...
683 (info_target_command): ... this.
684 (initialize_targets): Adjust.
685 * tracepoint.c (tvariables_info): Rename to ...
686 (info_tvariables_command): ... this.
687 (scope_info): Rename to ...
688 (info_scope_command): ... this.
689 (trace_dump_actions): Adjust.
690 (_initialize_tracepoint): Adjust.
691
692 2017-08-22 Tom Tromey <tom@tromey.com>
693
694 * breakpoint.h (install_breakpoint): Update.
695 * breakpoint.c (add_solib_catchpoint): Update.
696 (install_breakpoint): Change argument to a std::unique_ptr.
697 (create_fork_vfork_event_catchpoint): Use std::unique_ptr.
698 (create_breakpoint_sal, create_breakpoint): Update.
699 (watch_command_1, catch_exec_command_1)
700 (strace_marker_create_breakpoints_sal): Use std::unique_ptr.
701 (add_to_breakpoint_chain): Change argument to a std::unique_ptr.
702 Return the breakpoint.
703 (set_raw_breakpoint_without_location, set_raw_breakpoint)
704 (new_single_step_breakpoint): Update.
705 * break-catch-throw.c (handle_gnu_v3_exceptions): Use
706 std::unique_ptr.
707 * break-catch-syscall.c (create_syscall_event_catchpoint): Use
708 std::unique_ptr.
709 * break-catch-sig.c (create_signal_catchpoint): Use
710 std::unique_ptr.
711 * ada-lang.c (create_ada_exception_catchpoint): Use
712 std::unique_ptr.
713
714 2017-08-22 Tom Tromey <tom@tromey.com>
715
716 * breakpoint.c (add_solib_catchpoint): Use std::unique_ptr.
717
718 2017-08-22 Tom Tromey <tom@tromey.com>
719
720 * psymtab.c (psymtab_search_name): Return a unique_xmalloc_ptr.
721 (lookup_partial_symbol): Update.
722
723 2017-08-22 Tom Tromey <tom@tromey.com>
724
725 * source.h (rewrite_source_path): Return a unique_xmalloc_ptr.
726 * source.c (rewrite_source_path): Return a unique_xmalloc_ptr.
727 (find_and_open_source, symtab_to_fullname): Update.
728 * psymtab.c (psymtab_to_fullname): Update.
729
730 2017-08-22 Tom Tromey <tom@tromey.com>
731
732 * exec.c (exec_file_attach): Update.
733 * linux-thread-db.c (try_thread_db_load): Update.
734 * guile/scm-safe-call.c (gdbscm_safe_source_script): Update.
735 * utils.c (gdb_realpath): Change return type.
736 (gdb_realpath_keepfile): Update.
737 (gdb_realpath_check_trailer, gdb_realpath_tests): New functions.
738 (_initialize_utils): Register the new self test.
739 * source.c (openp): Update.
740 (find_and_open_source): Update.
741 * nto-tdep.c (nto_find_and_open_solib): Update.
742 * main.c (set_gdb_data_directory): Update.
743 (captured_main_1): Update.
744 * dwarf2read.c (dwarf2_get_dwz_file): Update
745 (dw2_map_symbol_filenames): Update.
746 * auto-load.c (auto_load_safe_path_vec_update): Update.
747 (filename_is_in_auto_load_safe_path_vec): Change type of
748 "filename_realp".
749 (auto_load_objfile_script): Update.
750 (file_is_auto_load_safe): Update. Use std::string.
751 * utils.h (gdb_realpath): Return a gdb::unique_xmalloc_ptr.
752
753 2017-08-22 Tom Tromey <tom@tromey.com>
754
755 * utils.c (gdb_realpath_keepfile): Return a
756 gdb::unique_xmalloc_ptr.
757 * exec.c (exec_file_attach): Update.
758 * utils.h (gdb_realpath_keepfile): Return a
759 gdb::unique_xmalloc_ptr.
760
761 2017-08-22 Tom Tromey <tom@tromey.com>
762
763 * compile/compile.c (compile_file_command): Use
764 gdb::unique_xmalloc_ptr, std::string.
765 * utils.c (gdb_abspath): Change return type.
766 * source.c (openp): Update.
767 * objfiles.c (allocate_objfile): Update.
768 * main.c (set_gdb_data_directory): Update.
769 * utils.h (gdb_abspath): Return a gdb::unique_xmalloc_ptr.
770
771 2017-08-22 Zhouyi Zhou <zhouzhouyi@gmail.com>
772
773 * cli-cmds.c (list_commands): List actual code around more than
774 one location.
775
776 2017-08-21 John Baldwin <jhb@FreeBSD.org>
777
778 * fbsd-nat.c (fbsd_add_threads): Use array type for `lwps'.
779
780 2017-08-21 Pedro Alves <palves@redhat.com>
781
782 PR gdb/19487
783 * c-exp.y (variable production): Handle function aliases.
784 * minsyms.c (msymbol_is_text): New function.
785 * minsyms.h (msymbol_is_text): Declare.
786 * symtab.c (find_function_alias_target): New function.
787 * symtab.h (find_function_alias_target): Declare.
788
789 2017-08-21 Pedro Alves <palves@redhat.com>
790
791 * eval.c (evaluate_subexp_standard) <OP_TYPE>: Don't dig past
792 typedefs.
793 * typeprint.c (whatis_exp): If handling "whatis", and expression
794 is OP_TYPE, strip one typedef level. Otherwise don't strip
795 typedefs here.
796 * valops.c (value_cast): Save "to" type before resolving
797 stubs/typedefs. Use that type as resulting value's type.
798
799 2017-08-18 Tom Tromey <tom@tromey.com>
800 Pedro Alves <palves@redhat.com>
801
802 * spu-multiarch.c (parse_spufs_run): Use scoped_restore.
803 * sol-thread.c (sol_thread_resume, sol_thread_wait)
804 (sol_thread_xfer_partial, rw_common): Use scoped_restore.
805 * procfs.c (procfs_do_thread_registers): Use scoped_restore.
806 * proc-service.c (ps_xfer_memory): Use scoped_restore.
807 * linux-tdep.c (linux_corefile_thread): Remove a cleanup.
808 (linux_get_siginfo_data): Add "thread" argument. Use
809 scoped_restore.
810 * linux-nat.c (linux_child_follow_fork)
811 (check_stopped_by_watchpoint): Use scoped_restore.
812 * infrun.c (displaced_step_prepare_throw, write_memory_ptid)
813 (THREAD_STOPPED_BY, handle_signal_stop): Use scoped_restore.
814 (restore_inferior_ptid, save_inferior_ptid): Remove.
815 * btrace.c (btrace_fetch): Use scoped_restore.
816 * bsd-uthread.c (bsd_uthread_fetch_registers)
817 (bsd_uthread_store_registers): Use scoped_restore.
818 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
819 scoped_restore.
820 * aix-thread.c (aix_thread_resume, aix_thread_wait)
821 (aix_thread_xfer_partial): Use scoped_restore.
822 * inferior.h (save_inferior_ptid): Remove.
823
824 2017-08-18 Yao Qi <yao.qi@linaro.org>
825
826 PR tdep/21818
827 * arm-tdep.c (gdb_print_insn_arm): Mark
828 USER_SPECIFIED_MACHINE_TYPE if exec_bfd isn't NULL.
829
830 2017-08-18 Yao Qi <yao.qi@linaro.org>
831
832 * NEWS: Mention GDBserver's new option "--selftest".
833 * Makefile.in (SFILES): Remove selftest.c, add common/selftest.c.
834 * selftest.c: Move it to common/selftest.c.
835 * selftest.h: Move it to common/selftest.h.
836 * selftest-arch.c (reset): New function.
837 (tests_with_arch): Call reset.
838
839 2017-08-18 Yao Qi <yao.qi@linaro.org>
840
841 * selftest.c (run_tests): Don't call QUIT. Call debug_printf
842 instead of exception_fprintf and printf_filtered.
843
844 2017-08-18 Yao Qi <yao.qi@linaro.org>
845
846 * selftest.c (register_self_test): Rename it to
847 selftests::register_test.
848 (run_self_tests): selftest::run_tests.
849 * selftest.h: Update declarations.
850 * selftest-arch.c (register_self_test_foreach_arch): Rename it to
851 selftests::register_test_foreach_arch.
852 * selftest-arch.h: Update declaration.
853 * aarch64-tdep.c: Update.
854 * arm-tdep.c: Likewise.
855 * disasm-selftests.c: Likewise.
856 * dwarf2loc.c: Likewise.
857 * dwarf2-frame.c: Likewise.
858 * findvar.c: Likewise.
859 * gdbarch-selftests.c: Likewise.
860 * maint.c (maintenance_selftest): Likewise.
861 * regcache.c: Likewise.
862 * rust-exp.y: Likewise.
863 * selftest-arch.c: Likewise.
864 * unittests/environ-selftests.c: Likewise.
865 * unittests/function-view-selftests.c: Likewise.
866 * unittests/offset-type-selftests.c: Likewise.
867 * unittests/optional-selftests.c: Likewise.
868 * unittests/scoped_restore-selftests.c: Likewise.
869 * utils-selftests.c: Likewise.
870
871 2017-08-17 Pedro Alves <palves@redhat.com>
872
873 * cli/cli-cmds.c (source_command): Delete 'old_source_verbose'
874 local.
875
876 2017-08-17 Pedro Alves <palves@redhat.com>
877
878 * dwarf2read.c (struct dwarf2_cu) <line_header_die_owner>: New
879 field.
880 (reset_die_in_process): Delete, replaced by ...
881 (process_die_scope): ... this new class. Make it responsible for
882 freeing cu->line_header too.
883 (process_die): Use process_die_scope.
884 (handle_DW_AT_stmt_list): Record the line header's owner CU/DIE in
885 cu->line_header_die_owner. Don't release the line header if it's
886 owned by the CU.
887 (setup_type_unit_groups): Make the CU/DIE own the line header.
888 Don't release the line header here.
889
890 2017-08-17 Alex Lindsay <alexlindsay239@gmail.com> (tiny change)
891
892 * elfread.c (elf_read_minimal_symbols): xfree synthsyms.
893
894 2017-08-17 Ruslan Kabatsayev <b7.10110111@gmail.com>
895
896 * NEWS: Mention new shortcuts for nexti and stepi in TUI
897 Single-Key mode
898
899 2017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
900
901 * tui/tui.c (tui_commands): Add "nexti" and "stepi" to the Single-Key
902 mode command list.
903
904 2017-08-15 Stafford Horne <shorne@gmail.com>
905
906 * MAINTAINERS (Write After Approval): Add Stafford Horne.
907
908 2017-08-15 Stafford Horne <shorne@gmail.com>
909
910 * xtensa-tdep.c (xtensa_init_reggroups): Use xstrdup for cpname.
911
912 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
913
914 PR gdb/21954
915 * infcmd.c (unset_environment_command): Use the 'clear' method on
916 the environment instead of resetting it.
917
918 2017-08-15 John Baldwin <jhb@FreeBSD.org>
919
920 * fbsd-nat.c (fbsd_convert_siginfo): Fix compile on big-endian
921 platforms.
922
923 2017-08-14 Tom Tromey <tom@tromey.com>
924
925 * valprint.c (print_octal_chars): Use HOST_CHAR_BIT.
926 (print_binary_chars): Likewise.
927 (BITS_IN_BYTES): Remove.
928
929 2017-08-14 Tom Tromey <tom@tromey.com>
930
931 PR gdb/21675
932 * valprint.c (LOW_ZERO): Change value to 034.
933 (print_octal_chars): Add static_asserts for octal constants.
934 * printcmd.c (print_scalar_formatted): Add 'd' case.
935
936 2017-08-11 Tom Tromey <tom@tromey.com>
937
938 * symfile.c (add_symbol_file_command): Use std::vector.
939
940 2017-08-14 Tom Tromey <tom@tromey.com>
941
942 * break-catch-throw.c (handle_gnu_v3_exceptions): Use std::move.
943 * break-catch-syscall.c (create_syscall_event_catchpoint): Use
944 std::move.
945 * break-catch-sig.c (create_signal_catchpoint): Use std::move.
946
947 2017-08-11 Pedro Alves <palves@redhat.com>
948
949 * infrun.c (process_event_stop_test): Adjust
950 function_name_is_marked_for_skip call.
951 * skip.c: Include <list>.
952 (skiplist_entry): Make it a class with private fields, and
953 getters/setters.
954 (skiplist_entry_chain): Delete.
955 (skiplist_entries): New.
956 (skiplist_entry_count): Delete.
957 (highest_skiplist_entry_num): New.
958 (ALL_SKIPLIST_ENTRIES, ALL_SKIPLIST_ENTRIES_SAFE): Delete.
959 (add_skiplist_entry): Delete.
960 (skiplist_entry::skiplist_entry): New.
961 (skiplist_entry::add_entry): New.
962 (skip_file_command, skip_function): Adjust.
963 (compile_skip_regexp): Delete.
964 (skip_command): Don't compile regexp here. Adjust to use
965 skiplist_entry::add_entry.
966 (skip_info): Adjust to use range-for and getters.
967 (skip_enable_command, skip_disable_command): Adjust to use
968 range-for and setters.
969 (skip_delete_command): Adjust to use std::list.
970 (add_skiplist_entry): Delete.
971 (skip_file_p): Delete, refactored as ...
972 (skiplist_entry::do_skip_file_p): ... this new method.
973 (skip_gfile_p): Delete, refactored as ...
974 (skiplist_entry::do_gskip_file_p): ... this new method.
975 (skip_function_p, skip_rfunction_p): Delete, refactored as ...
976 (skiplist_entry::skip_function_p): ... this new method.
977 (function_name_is_marked_for_skip): Now returns bool, and takes
978 the function sal by const reference. Adjust to use range-for and
979 skiplist_entry methods.
980 (_initialize_step_skip): Remove references to
981 skiplist_entry_chain, skiplist_entry_count.
982 * skip.h (function_name_is_marked_for_skip): Now returns bool, and
983 takes the function sal by const reference.
984
985 2017-08-11 Yao Qi <yao.qi@linaro.org>
986
987 * dwarf2-frame.c (clear_pointer_cleanup): Remove.
988 (dwarf2_frame_cache): Remove reset_cache_cleanup.
989 (dwarf2_frame_cache):
990 * frame-unwind.c (frame_unwind_try_unwinder): Catch
991 RETURN_MASK_ALL and set *this_case to NULL.
992 * frame-unwind.h: Update comments.
993
994 2017-08-11 Yao Qi <yao.qi@linaro.org>
995
996 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Remove.
997 (dwarf2_frame_state_copy_regs): Remove.
998 (dwarf2_frame_state_free_regs): Remove.
999 (dwarf2_frame_state::~dwarf2_frame_state): Remove.
1000 (dwarf2_restore_rule): Call method .alloc_regs instead of
1001 dwarf2_frame_state_alloc_regs.
1002 (execute_cfa_program): Likewise. Call dwarf2_frame_state_reg_info
1003 constructor. Call std::move.
1004 (dwarf2_fetch_cfa_info): Don't call dwarf2_frame_state_copy_regs.
1005 (dwarf2_frame_cache): Likewise.
1006
1007 [GDB_SELF_TEST]: Include selftest.h and
1008 selftest-arch.h.
1009 [GDB_SELF_TEST] (execute_cfa_program_test): New function.
1010 (_initialize_dwarf2_frame) [GDB_SELF_TEST]: Register
1011 execute_cfa_program_test.
1012
1013 * dwarf2-frame.h (dwarf2_frame_state_reg_info): Add ctor, dtor,
1014 copy ctor, assignment operator, move assignment.
1015 <alloc_regs>: New method.
1016 <swap>: New method.
1017 (struct dwarf2_frame_state): Delete dtor.
1018 (dwarf2_frame_state_alloc_regs): Remove declaration.
1019 * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): Don't call
1020 dwarf2_frame_state_alloc_regs, use .alloc_regs instead.
1021
1022 2017-08-11 Yao Qi <yao.qi@linaro.org>
1023
1024 * dwarf2-frame.c (dwarf2_frame_state_free): Remove.
1025 (dwarf2_frame_state::dwarf2_frame_state): New.
1026 (dwarf2_frame_state::~dwarf2_frame_state): New.
1027 (dwarf2_fetch_cfa_info): Update.
1028 (dwarf2_frame_cache): Remove old_chain. Change 'fs' to an object
1029 rather than a pointer. Update code.
1030 * dwarf2-frame.h (struct dwarf2_frame_state): Declare ctor and
1031 dtor.
1032 <data_align, code_align, retaddr_column>: Change them to const.
1033 <armcc_cfa_offsets_sf, armcc_cfa_offsets_reversed>: Change them
1034 to bool.
1035
1036 2017-08-11 Yao Qi <yao.qi@linaro.org>
1037
1038 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <exp_len>: Remove.
1039 <loc.exp>: New field.
1040 * dwarf2-frame.c (execute_cfa_program): Update.
1041 (dwarf2_frame_prev_register): Update.
1042
1043 2017-08-10 Pedro Alves <palves@redhat.com>
1044
1045 * common/gdb_unique_ptr.h (xfree_deleter<T[]>): Define.
1046
1047 2017-08-09 John Baldwin <jhb@FreeBSD.org>
1048
1049 * fbsd-nat.c (struct fbsd_fork_info): Remove.
1050 (fbsd_pending_children): Use std::list.
1051 (fbsd_remember_child): Likewise.
1052 (fbsd_is_child_pending): Likewise.
1053 (fbsd_pending_vfork_done): Use std::forward_list.
1054 (fbsd_add_vfork_done): Likewise.
1055 (fbsd_is_vfork_done_pending): Likewise.
1056 (fbsd_next_vfork_done): Likewise.
1057
1058 2017-08-09 John Baldwin <jhb@FreeBSD.org>
1059
1060 * fbsd-nat.c [HAVE_KINFO_GETVMMAP] (struct free_deleter): New.
1061 (fbsd_find_memory_regions): Use free_deleter with std::unique_ptr.
1062 [!HAVE_KINFO_GETVMMAP] (fbsd_find_memory_regions): Use std::string
1063 for `mapfilename'.
1064 (fbsd_xfer_partial): Use gdb::byte_vector.
1065 (fbsd_add_threads): Use gdb::unique_xmalloc_ptr.
1066
1067 2017-08-09 John Baldwin <jhb@FreeBSD.org>
1068
1069 * fbsd-nat.c: [!HAVE_KINFO_GETVMMAP]: Include <sys/user.h> and
1070 "filestuff.h".
1071 (fbsd_find_memory_regions): Fix `mapfile' initialization.
1072
1073 2017-08-09 Tom Tromey <tom@tromey.com>
1074
1075 * skip.c (skiplist_entry): New constructor.
1076 (skiplist_entry::enabled, skiplist_entry::function_is_regexp)
1077 (skiplist_entry::file_is_glob): Now bool.
1078 (skiplist_entry::file, skiplist_entry::function): Now
1079 std::string.
1080 (make_skip_entry): Return a unique_ptr. Use new.
1081 (free_skiplist_entry, free_skiplist_entry_cleanup)
1082 (make_free_skiplist_entry_cleanup): Remove.
1083 (skip_command, skip_disable_command, add_skiplist_entry)
1084 (skip_form_bytes, compile_skip_regexp, skip_command, skip_info)
1085 (skip_file_p, skip_gfile_p, skip_function_p, skip_rfunction_p)
1086 (function_name_is_marked_for_skip): Update.
1087 (skip_delete_command): Update. Use delete.
1088
1089 2017-08-09 Jiong Wang <jiong.wang@arm.com>
1090
1091 * aarch64-linux-tdep.c: Include "auxv.h" and "elf/common.h".
1092 (aarch64_linux_core_read_description): New function.
1093 (aarch64_linux_init_abi): Register gdbarch_core_read_description.
1094
1095 2017-08-09 Pedro Alves <palves@redhat.com>
1096
1097 * cp-name-parser.y (cp_comp_to_string): Return a
1098 gdb::unique_xmalloc_ptr<char>.
1099 * cp-support.c (replace_typedefs_qualified_name)
1100 (replace_typedefs): Adjust to use gdb::unique_xmalloc_ptr<char>.
1101 (cp_canonicalize_string_full): Use op= instead of explicit
1102 convertion.
1103 (cp_class_name_from_physname, method_name_from_physname)
1104 (cp_func_name, cp_remove_params): Adjust to use
1105 gdb::unique_xmalloc_ptr<char>.
1106 * cp-support.h (cp_comp_to_string): Return a
1107 gdb::unique_xmalloc_ptr<char>.
1108 * python/py-type.c (typy_lookup_type): Adjust to use
1109 gdb::unique_xmalloc_ptr<char>.
1110
1111 2017-08-09 H.J. Lu <hongjiu.lu@intel.com>
1112
1113 * dwarf2read.c (dwarf2_string_attr): Fix a typo.
1114
1115 2017-08-09 Alex Lindsay <alexlindsay239@gmail.com>
1116 Yao Qi <yao.qi@linaro.org>
1117
1118 * cp-support.c (cp_canonicalize_string_full): Use
1119 gdb::unique_xmalloc_ptr<char>.
1120 (cp_canonicalize_string): Likewise.
1121
1122 2017-08-09 Yao Qi <yao.qi@linaro.org>
1123
1124 * features/Makefile (WHICH): Remove i386/ non-linux stuff.
1125 * regformats/i386/amd64-avx-avx512.dat: Remove.
1126 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Remove.
1127 * regformats/i386/amd64-avx-mpx.dat:Remove.
1128 * regformats/i386/amd64-avx.dat: Remove.
1129 * regformats/i386/amd64-mpx.dat: Remove.
1130 * regformats/i386/i386-avx-avx512.dat: Remove.
1131 * regformats/i386/i386-avx-mpx-avx512-pku.dat: Remove.
1132 * regformats/i386/i386-avx-mpx.dat: Remove.
1133 * regformats/i386/i386-mmx.dat: Remove.
1134 * regformats/i386/i386-mpx.dat: Remove.
1135
1136 2017-08-09 Yao Qi <yao.qi@linaro.org>
1137
1138 * amd64-tdep.h (tdesc_x32): Remove the declaration.
1139 * amd64-tdep.c: Don't include features/i386/x32*.c.
1140 (_initialize_amd64_tdep): Don't call initialize_tdesc_x32*
1141 functions.
1142 * features/Makefile (WHICH): Remove i386/x32, i386/x32-avx,
1143 and i386/x32-avx-avx512.
1144 (XMLTOC): Remove i386/x32-avx.xml, i386/x32-avx-avx512.xml,
1145 and i386/x32.xml.
1146 * features/i386/x32-avx-avx512.c: Removed.
1147 * features/i386/x32-avx-avx512.xml: Removed.
1148 * features/i386/x32-avx.c: Removed.
1149 * features/i386/x32-avx.xml: Removed.
1150 * features/i386/x32.c: Removed.
1151 * features/i386/x32.xml: Removed.
1152 * regformats/i386/x32-avx-avx512.dat: Removed.
1153 * regformats/i386/x32-avx.dat: Removed.
1154 * regformats/i386/x32.dat: Removed.
1155
1156 2017-08-07 Maciej W. Rozycki <macro@imgtec.com>
1157
1158 PR breakpoints/21886
1159 * mem-break.c (default_memory_insert_breakpoint): Use
1160 `->placed_address' rather than `->reqstd_address' for the
1161 breakpoint location.
1162
1163 2017-08-07 Maciej W. Rozycki <macro@imgtec.com>
1164
1165 * arch-utils.c (default_print_insn): Remove arch/mach/endian
1166 assertions.
1167
1168 2017-08-07 Maciej W. Rozycki <macro@imgtec.com>
1169
1170 * gdbarch.sh (gdbarch_info): Replace the `tdep_info' member with
1171 a union of `tdep_info', `tdesc_data' and `id'.
1172 * aarch64-tdep.c (aarch64_gdbarch_init): Use `info.tdesc_data'
1173 rather than `info.tdep_info'.
1174 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1175 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1176 * i386-tdep.c (i386_gdbarch_init): Likewise.
1177 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1178 * mips-tdep.c (mips_gdbarch_init): Likewise.
1179 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
1180 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1181 * ppc-linux-tdep.c (ppu2spu_sniffer): Use `info.id' rather than
1182 `info.tdep_info'.
1183 (ppc_linux_init_abi): Use `info.tdesc_data' rather than
1184 `info.tdep_info'.
1185 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
1186 * spu-multiarch.c (spu_gdbarch): Use `info.id' rather than
1187 `info.tdep_info'.
1188 * spu-tdep.c (spu_gdbarch_init): Likewise.
1189 * gdbarch.h: Regenerate.
1190
1191 2017-08-07 Leszek Swirski <leszeks@google.com>
1192
1193 PR symtab/20899
1194 * dwarf2read.c (dwarf2_string_attr): Allow DW_FORM_GNU_strp_alt.
1195
1196 2017-08-07 Simon Marchi <simon.marchi@ericsson.com>
1197
1198 * remote-sim.c (gdbsim_load): Remove char **argv local variable.
1199 (gdbsim_open): Rename gdb_argv args object to argv.
1200
1201 2017-08-05 Tom Tromey <tom@tromey.com>
1202
1203 * compile/compile-object-load.c (compile_object_load): Use
1204 gdb::unique_xmalloc_ptr.
1205 * cli/cli-dump.c (scan_filename): Rename from
1206 scan_filename_with_cleanup. Change return type.
1207 (scan_expression): Rename from scan_expression_with_cleanup.
1208 Change return type.
1209 (dump_memory_to_file, dump_value_to_file, restore_command):
1210 Use gdb::unique_xmalloc_ptr. Update.
1211 * cli/cli-cmds.c (find_and_open_script): Use
1212 gdb::unique_xmalloc_ptr.
1213 * tracefile-tfile.c (tfile_open): Use gdb::unique_xmalloc_ptr.
1214 * symmisc.c (maintenance_print_symbols)
1215 (maintenance_print_msymbols): Use gdb::unique_xmalloc_ptr.
1216 * symfile.c (symfile_bfd_open, generic_load)
1217 (add_symbol_file_command, remove_symbol_file_command): Use
1218 gdb::unique_xmalloc_ptr.
1219 * source.c (openp): Use gdb::unique_xmalloc_ptr.
1220 * psymtab.c (maintenance_print_psymbols): Use
1221 gdb::unique_xmalloc_ptr.
1222 * corelow.c (core_open): Use gdb::unique_xmalloc_ptr.
1223 * breakpoint.c (save_breakpoints): Use gdb::unique_xmalloc_ptr.
1224 * solib.c (solib_map_sections): Use gdb::unique_xmalloc_ptr.
1225 (reload_shared_libraries_1): Likewise.
1226
1227 2017-08-05 Tom Tromey <tom@tromey.com>
1228
1229 * rust-exp.y (rust_op_ptr, set_field): Remove typedefs.
1230 (rust_op_vector, rust_set_vector): New typedefs.
1231 (current_parser): New global.
1232 (work_obstack): Change to pointer type. Update all users.
1233 (rust_ast, pstate): Remove globals.
1234 (struct rust_parser): New.
1235 (%union) <params, field_inits>: Change type.
1236 (start, tuple_expr, unit_expr, struct_expr_list, literal)
1237 (field_expr, expr_list, maybe_expr_list, type_list): Update.
1238 (ast_call_ish, ast_path, ast_function_type, ast_tuple_type)
1239 (convert_params_to_types, convert_params_to_expression): Change
1240 type of "params".
1241 (ast_string): Change type of "fields".
1242 (rust_parse): Make a rust_parser. Remove cleanups.
1243 (rust_lex_tests): Make and install an auto_obstack.
1244
1245 2017-08-04 Yao Qi <yao.qi@linaro.org>
1246
1247 * configure.srv (ipa_x32_linux_regobj): New.
1248 * linux-amd64-ipa.c (get_ipa_tdesc): Use X86_TDESC_AVX_AVX512
1249 instead of X86_TDESC_AVX512.
1250 (initialize_low_tracepoint): Call
1251 init_registers_x32_avx_avx512_linux.
1252
1253 2017-08-04 Yao Qi <yao.qi@linaro.org>
1254
1255 * utils.h (gdb_argv): Add namespace std for nullptr_t.
1256
1257 2017-08-03 Ruslan Kabatsayev <b7.10110111@gmail.com>
1258
1259 * MAINTAINERS (Write After Approval): Add Ruslan Kabatsayev.
1260
1261 2017-08-03 Tom Tromey <tom@tromey.com>
1262
1263 * utils.c (make_cleanup_freeargv, do_freeargv, gdb_buildargv):
1264 Remove.
1265 * utils.h (make_cleanup_freeargv, gdb_buildargv): Remove.
1266
1267 2017-08-03 Tom Tromey <tom@tromey.com>
1268
1269 * python/py-param.c (compute_enum_values): Use gdb_argv.
1270
1271 2017-08-03 Tom Tromey <tom@tromey.com>
1272
1273 * utils.h (struct gdb_argv_deleter): New.
1274 (gdb_argv): New class.
1275 * utils.c (gdb_argv::reset): New method.
1276 * tracepoint.c (delete_trace_variable_command): Use gdb_argv.
1277 * tracefile.c (tsave_command): Use gdb_argv.
1278 * top.c (new_ui_command): Use gdb_argv.
1279 * symmisc.c (maintenance_print_symbols)
1280 (maintenance_print_msymbols, maintenance_expand_symtabs): Use gdb_argv.
1281 * symfile.c (symbol_file_command, generic_load)
1282 (remove_symbol_file_command): Use gdb_argv.
1283 * stack.c (backtrace_command): Use gdb_argv.
1284 * source.c (add_path, show_substitute_path_command)
1285 (unset_substitute_path_command, set_substitute_path_command):
1286 Use gdb_argv.
1287 * skip.c (skip_command): Use gdb_argv. Use gdb_buildargv.
1288 * ser-mingw.c (pipe_windows_open): Use gdb_argv.
1289 * remote.c (extended_remote_run, remote_put_command)
1290 (remote_get_command, remote_delete_command): Use gdb_argv.
1291 * remote-sim.c (gdbsim_load, gdbsim_create_inferior)
1292 (gdbsim_open): Use gdb_argv.
1293 * python/py-cmd.c (gdbpy_string_to_argv): Use gdb_argv.
1294 * psymtab.c (maintenance_print_psymbols): Use gdb_argv.
1295 * procfs.c (procfs_info_proc): Use gdb_argv.
1296 * interps.c (interpreter_exec_cmd): Use gdb_argv.
1297 * infrun.c (handle_command): Use gdb_argv.
1298 * inferior.c (add_inferior_command, clone_inferior_command):
1299 Use gdb_argv.
1300 * guile/scm-string.c (gdbscm_string_to_argv): Use gdb_argv.
1301 * exec.c (exec_file_command): Use gdb_argv.
1302 * cli/cli-cmds.c (alias_command): Use gdb_argv.
1303 * compile/compile.c (build_argc_argv): Use gdb_argv.
1304
1305 2017-08-03 Tom Tromey <tom@tromey.com>
1306
1307 * python/python.c (gdbpy_decode_line): Use unique_xmalloc_ptr.
1308
1309 2017-08-03 Tom Tromey <tom@tromey.com>
1310
1311 * python/python.c (compute_python_string): Return std::string.
1312 (gdbpy_eval_from_control_command): Update.
1313 (do_start_initialization): Use std::string.
1314 * python/py-varobj.c (py_varobj_iter_next): Use string_printf, not
1315 xstrprintf.
1316 * python/py-breakpoint.c (local_setattro): Use string_printf, not
1317 xstrprintf.
1318
1319 2017-08-03 Tom Tromey <tom@tromey.com>
1320
1321 * top.h (do_restore_instream_cleanup): Remove.
1322 * top.c (do_restore_instream_cleanup): Remove.
1323 (read_command_file): Use scoped_restore.
1324 * cli/cli-script.c (execute_user_command): Use scoped_restore.
1325
1326 2017-08-03 Tom Tromey <tom@tromey.com>
1327
1328 * cli/cli-script.c (execute_user_command)
1329 (execute_control_command): Use scoped_restore.
1330
1331 2017-08-03 Tom Tromey <tom@tromey.com>
1332
1333 * cli/cli-script.c (do_restore_user_call_depth): Remove.
1334 (execute_user_command): Remove user_call_depth; use
1335 user_args_stack's size instead.
1336
1337 2017-08-03 Tom Tromey <tom@tromey.com>
1338
1339 * top.h (in_user_command): Remove.
1340 * top.c (in_user_command): Remove.
1341 * cli/cli-script.c (do_restore_user_call_depth)
1342 (execute_user_command): Update.
1343
1344 2017-08-03 Tom Tromey <tom@tromey.com>
1345
1346 * valops.c (search_struct_method): Use gdb::byte_vector.
1347 * valarith.c (value_concat): Use std::vector.
1348 * target.c (memory_xfer_partial): Use gdb::byte_vector.
1349 (simple_search_memory): Likewise.
1350 * printcmd.c (find_string_backward): Use gdb::byte_vector.
1351 * mi/mi-main.c (mi_cmd_data_write_memory): Use gdb::byte_vector.
1352 * gcore.c (gcore_copy_callback): Use gdb::byte_vector.
1353 * elfread.c (elf_rel_plt_read): Use std::string.
1354 * cp-valprint.c (cp_print_value): Use gdb::byte_vector.
1355 * cli/cli-dump.c (restore_section_callback): Use
1356 gdb::byte_vector.
1357
1358 2017-08-03 Tom Tromey <tom@tromey.com>
1359
1360 * jit.c (jit_reader_load_command): Use unique_xmalloc_ptr.
1361
1362 2017-08-03 Tom Tromey <tom@tromey.com>
1363
1364 * tui/tui-regs.c (tui_restore_gdbout): Remove.
1365 (tui_register_format): Use scoped_restore.
1366
1367 2017-08-03 Tom Tromey <tom@tromey.com>
1368
1369 * reverse.c (exec_direction_default): Remove.
1370 (exec_reverse_once): Use scoped_restore.
1371 * remote.c (restore_remote_timeout): Remove.
1372 (remote_flash_erase, remote_flash_write, remote_flash_done)
1373 (readchar, remote_serial_write): Use scoped_restore.
1374 * cli/cli-script.c (struct source_cleanup_lines_args)
1375 (source_cleanup_lines): Remove.
1376 (script_from_file): Use scoped_restore.
1377 * cli/cli-cmds.c (source_verbose_cleanup): Remove.
1378 (source_command): Use scoped_restore.
1379
1380 2017-08-03 Tom Tromey <tom@tromey.com>
1381
1382 * utils.h (make_cleanup_free_so): Remove.
1383 * utils.c (do_free_so, make_cleanup_free_so): Remove.
1384 * solist.h (struct so_deleter): New.
1385 (so_list_up): New typedef.
1386 * solib-svr4.c (svr4_read_so_list): Use so_list_up.
1387
1388 2017-08-03 Tom Tromey <tom@tromey.com>
1389
1390 * utils.h (make_cleanup_restore_current_language): Remove.
1391 * utils.c (do_restore_current_language)
1392 (make_cleanup_restore_current_language): Remove.
1393 * parse.c (parse_exp_in_context_1)
1394 (parse_expression_with_language): Use
1395 scoped_restore_current_language.
1396 * mi/mi-main.c (mi_cmd_execute): Use
1397 scoped_restore_current_language.
1398 * language.h (scoped_restore_current_language): New class.
1399
1400 2017-08-03 Tom Tromey <tom@tromey.com>
1401
1402 * compile/compile.c (cleanup_unlink_file): Remove.
1403 (compile_to_object): Use gdb::unlinker.
1404 (eval_compile_command): Likewise.
1405
1406 2017-08-03 Tom Tromey <tom@tromey.com>
1407
1408 * utils.h (make_cleanup_fclose): Remove.
1409 * utils.c (do_fclose_cleanup, make_cleanup_fclose): Remove.
1410
1411 2017-08-03 Tom Tromey <tom@tromey.com>
1412
1413 * top.c (open_terminal_stream): Return gdb_file_up.
1414 (new_ui_command): Update.
1415
1416 2017-08-03 Tom Tromey <tom@tromey.com>
1417
1418 * source.c (print_source_lines_base, forward_search_command)
1419 (reverse_search_command): Use gdb_file_up.
1420
1421 2017-08-03 Tom Tromey <tom@tromey.com>
1422
1423 * fbsd-nat.c (fbsd_find_memory_regions): Update.
1424
1425 2017-08-03 Tom Tromey <tom@tromey.com>
1426
1427 * cli/cli-cmds.c (find_and_open_script): Change return type.
1428 Remove "streamp" and "full_path" parameters.
1429 (source_script_with_search): Update.
1430 * auto-load.c (source_script_file): Update.
1431 * cli/cli-cmds.h (find_and_open_script): Change type.
1432 (open_script): New struct.
1433
1434 2017-08-03 Tom Tromey <tom@tromey.com>
1435
1436 * xml-support.c (xml_fetch_content_from_file): Update.
1437 * ui-file.c (stdio_file::open): Update.
1438 * tracefile-tfile.c (tfile_start): Update.
1439 * remote.c (remote_file_put, remote_file_get): Update.
1440 * nat/linux-procfs.c (linux_proc_get_int)
1441 (linux_proc_pid_get_state, linux_proc_tid_get_name): Update.
1442 * nat/linux-osdata.c (linux_common_core_of_thread): Update.
1443 (command_from_pid, commandline_from_pid, linux_xfer_osdata_cpus)
1444 (print_sockets, linux_xfer_osdata_shm, linux_xfer_osdata_sem)
1445 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Update.
1446 * nat/linux-btrace.c (linux_determine_kernel_start): Update.
1447 * linux-nat.c (linux_proc_pending_signals): Update.
1448 * dwarf2read.c (write_psymtabs_to_index): Use gdb_file_up.
1449 (file_closer): Remove.
1450 * compile/compile.c (compile_to_object): Update.
1451 * common/filestuff.h (struct gdb_file_deleter): New.
1452 (gdb_file_up): New typedef.
1453 (gdb_fopen_cloexec): Change return type.
1454 * common/filestuff.c (gdb_fopen_cloexec): Return gdb_file_up.
1455 * cli/cli-dump.c (fopen_with_cleanup): Remove.
1456 (dump_binary_file, restore_binary_file): Update.
1457 * auto-load.c (auto_load_objfile_script_1): Update.
1458
1459 2017-08-03 Tom Tromey <tom@tromey.com>
1460
1461 * tracepoint.c (tvariables_info_1): Use ui_out_emit_table.
1462 (info_static_tracepoint_markers_command): Likewise.
1463 * solib.c (info_sharedlibrary_command): Use ui_out_emit_table.
1464 * skip.c (skip_info): Use ui_out_emit_table.
1465 * progspace.c (print_program_space): Use ui_out_emit_table.
1466 * osdata.c (info_osdata): Use ui_out_emit_table.
1467 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Use
1468 ui_out_emit_table.
1469 * linux-thread-db.c (info_auto_load_libthread_db): Use
1470 ui_out_emit_table.
1471 * inferior.c (print_inferior): Use ui_out_emit_table.
1472 * gdb_bfd.c (maintenance_info_bfds): Use ui_out_emit_table.
1473 * breakpoint.c (breakpoint_1): Use ui_out_emit_table.
1474 * auto-load.c (auto_load_info_scripts): Use ui_out_emit_table.
1475 * ada-tasks.c (print_ada_task_info): Use ui_out_emit_table.
1476 * ui-out.h (class ui_out_emit_table): New.
1477
1478 2017-08-02 Maciej W. Rozycki <macro@imgtec.com>
1479
1480 * mips-tdep.c (mips_fpu_type_str): New function.
1481 (mips_dump_tdep): Call it.
1482
1483 2017-08-01 Maciej W. Rozycki <macro@imgtec.com>
1484
1485 * mips-tdep.c (mips_gdbarch_init): Use MIPS_FPU_TYPE to access
1486 `->mips_fpu_type'.
1487
1488 2017-07-31 Xavier Roirand <roirand@adacore.com>
1489
1490 * solib-darwin.c (DYLD_VERSION_MAX): Increase value.
1491
1492 2017-07-27 Xavier Roirand <roirand@adacore.com>
1493
1494 * MAINTAINERS (Write After Approval): Add Xavier Roirand.
1495
1496 2017-07-26 Yao Qi <yao.qi@linaro.org>
1497
1498 * cli/cli-cmds.c (maintenancechecklist): New variable.
1499 * gdbcmd.h (maintenancechecklist): Declare it.
1500 * i386-linux-tdep.c (_initialize_i386_linux_tdep) [GDB_SELF_TEST]:
1501 Call i386_linux_read_description with different masks.
1502 * maint.c (maintenance_check_command): New function.
1503 (_initialize_maint_cmds): Call add_prefix_cmd.
1504 * target-descriptions.c (tdesc_reg): override operator != and ==.
1505 (tdesc_type): Likewise.
1506 (tdesc_feature): Likewise.
1507 (target_desc): Likewise.
1508 [GDB_SELF_TEST] (selftests::record_xml_tdesc): New function.
1509 (maintenance_check_xml_descriptions): New function.
1510 (_initialize_target_descriptions) Add command "xml-descriptions".
1511 * target-descriptions.h (selftests::record_xml_tdesc): Declare.
1512
1513 2017-07-26 Yao Qi <yao.qi@linaro.org>
1514
1515 * i386-linux-tdep.c: Don't include features/i386/i386-*linux.c.
1516 Include features/i386/32bit-*.c.
1517 (i386_linux_read_description): Generate target description if it
1518 doesn't exist.
1519 (_initialize_i386_linux_tdep): Don't call _initialize_tdesc_i386
1520 functions.
1521 * features/i386/32bit-linux.c: Re-generated.
1522 * features/i386/32bit-sse.c: Likewise.
1523 * target-descriptions.c (print_c_feature::visit): Print code to
1524 set register number if needed.
1525 (print_c_feature) <m_next_regnum>: New field.
1526
1527 2017-07-26 Yao Qi <yao.qi@linaro.org>
1528
1529 * features/Makefile (CFILES): Rename with TDESC_CFILES.
1530 (FEATURE_XMLFILES): New.
1531 (FEATURE_CFILES): New.
1532 New rules.
1533 (clean-cfiles): Remove generated c files.
1534 * features/i386/32bit-avx.c: Generated.
1535 * features/i386/32bit-avx512.c: Generated.
1536 * features/i386/32bit-core.c: Generated.
1537 * features/i386/32bit-linux.c: Generated.
1538 * features/i386/32bit-mpx.c: Generated.
1539 * features/i386/32bit-pkeys.c: Generated.
1540 * features/i386/32bit-sse.c: Generated.
1541 * target-descriptions.c: Include algorithm.
1542 (tdesc_element_visitor): Add method visit_end.
1543 (print_c_tdesc): Implement visit_end.
1544 (print_c_tdesc:: m_filename_after_features): Move it to
1545 protected.
1546 (print_c_feature): New class.
1547 (maint_print_c_tdesc_cmd): Use print_c_feature if XML file
1548 name starts with "i386/32bit-".
1549
1550 2017-07-26 Yao Qi <yao.qi@linaro.org>
1551
1552 * target-descriptions.c (tdesc_element_visitor): New class.
1553 (tdesc_element): New class.
1554 (tdesc_reg): Inherit from tdesc_element.
1555 (tdesc_reg::accept): New function.
1556 (tdesc_type): Inherit from tdesc_element.
1557 (tdesc_type::accept): New function.
1558 (tdesc_feature): Inherit from tdesc_element.
1559 (tdesc_feature::accept): New function.
1560 (target_desc): Inherit from tdesc_element.
1561 (target_desc::target_desc): New.
1562 (target_desc::~target_desc): New.
1563 (target_desc::accept): New.
1564 (allocate_target_description): Use new.
1565 (free_target_description): Use delete.
1566 (print_c_tdesc): New class.
1567 (maint_print_c_tdesc_cmd): Adjust.
1568
1569 * features/aarch64.c: Re-generated.
1570 * features/arc-arcompact.c: Re-generated.
1571 * features/arc-v2.c: Re-generated.
1572 * features/arm/arm-with-iwmmxt.c: Re-generated.
1573 * features/arm/arm-with-m.c: Re-generated.
1574 * features/arm/arm-with-m-fpa-layout.c: Re-generated.
1575 * features/arm/arm-with-m-vfp-d16.c: Re-generated.
1576 * features/arm/arm-with-neon.c: Re-generated.
1577 * features/arm/arm-with-vfpv2.c: Re-generated.
1578 * features/arm/arm-with-vfpv3.c: Re-generated.
1579 * features/i386/amd64-avx-avx512.c: Re-generated.
1580 * features/i386/amd64-avx-avx512-linux.c: Re-generated.
1581 * features/i386/amd64-avx.c: Re-generated.
1582 * features/i386/amd64-avx-linux.c: Re-generated.
1583 * features/i386/amd64-avx-mpx-avx512-pku.c: Re-generated.
1584 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
1585 * features/i386/amd64-avx-mpx.c: Re-generated.
1586 * features/i386/amd64-avx-mpx-linux.c: Re-generated.
1587 * features/i386/amd64.c: Re-generated.
1588 * features/i386/amd64-linux.c: Re-generated.
1589 * features/i386/amd64-mpx.c: Re-generated.
1590 * features/i386/amd64-mpx-linux.c: Re-generated.
1591 * features/i386/i386-avx-avx512.c: Re-generated.
1592 * features/i386/i386-avx-avx512-linux.c: Re-generated.
1593 * features/i386/i386-avx.c: Re-generated.
1594 * features/i386/i386-avx-linux.c: Re-generated.
1595 * features/i386/i386-avx-mpx-avx512-pku.c: Re-generated.
1596 * features/i386/i386-avx-mpx-avx512-pku-linux.c: Re-generated.
1597 * features/i386/i386-avx-mpx.c: Re-generated.
1598 * features/i386/i386-avx-mpx-linux.c: Re-generated.
1599 * features/i386/i386.c: Re-generated.
1600 * features/i386/i386-linux.c: Re-generated.
1601 * features/i386/i386-mmx.c: Re-generated.
1602 * features/i386/i386-mmx-linux.c: Re-generated.
1603 * features/i386/i386-mpx.c: Re-generated.
1604 * features/i386/i386-mpx-linux.c: Re-generated.
1605 * features/i386/x32-avx-avx512.c: Re-generated.
1606 * features/i386/x32-avx-avx512-linux.c: Re-generated.
1607 * features/i386/x32-avx.c: Re-generated.
1608 * features/i386/x32-avx-linux.c: Re-generated.
1609 * features/i386/x32.c: Re-generated.
1610 * features/i386/x32-linux.c: Re-generated.
1611 * features/microblaze.c: Re-generated.
1612 * features/microblaze-with-stack-protect.c: Re-generated.
1613 * features/mips64-dsp-linux.c: Re-generated.
1614 * features/mips64-linux.c: Re-generated.
1615 * features/mips-dsp-linux.c: Re-generated.
1616 * features/mips-linux.c: Re-generated.
1617 * features/nds32.c: Re-generated.
1618 * features/nios2.c: Re-generated.
1619 * features/nios2-linux.c: Re-generated.
1620 * features/rs6000/powerpc-32.c: Re-generated.
1621 * features/rs6000/powerpc-32l.c: Re-generated.
1622 * features/rs6000/powerpc-403.c: Re-generated.
1623 * features/rs6000/powerpc-403gc.c : Re-generated.
1624 * features/rs6000/powerpc-405.c: Re-generated.
1625 * features/rs6000/powerpc-505.c: Re-generated.
1626 * features/rs6000/powerpc-601.c: Re-generated.
1627 * features/rs6000/powerpc-602.c: Re-generated.
1628 * features/rs6000/powerpc-603.c: Re-generated.
1629 * features/rs6000/powerpc-604.c: Re-generated.
1630 * features/rs6000/powerpc-64.c: Re-generated.
1631 * features/rs6000/powerpc-64l.c: Re-generated.
1632 * features/rs6000/powerpc-7400.c: Re-generated.
1633 * features/rs6000/powerpc-750.c: Re-generated.
1634 * features/rs6000/powerpc-860.c: Re-generated.
1635 * features/rs6000/powerpc-altivec32.c: Re-generated.
1636 * features/rs6000/powerpc-altivec32l.c: Re-generated.
1637 * features/rs6000/powerpc-altivec64.c: Re-generated.
1638 * features/rs6000/powerpc-altivec64l.c: Re-generated.
1639 * features/rs6000/powerpc-cell32l.c: Re-generated.
1640 * features/rs6000/powerpc-cell64l.c: Re-generated.
1641 * features/rs6000/powerpc-e500.c: Re-generated.
1642 * features/rs6000/powerpc-e500l.c: Re-generated.
1643 * features/rs6000/powerpc-isa205-32l.c: Re-generated.
1644 * features/rs6000/powerpc-isa205-64l.c: Re-generated.
1645 * features/rs6000/powerpc-isa205-altivec32l.c: Re-generated.
1646 * features/rs6000/powerpc-isa205-altivec64l.c: Re-generated.
1647 * features/rs6000/powerpc-isa205-vsx32l.c: Re-generated.
1648 * features/rs6000/powerpc-isa205-vsx64l.c: Re-generated.
1649 * features/rs6000/powerpc-vsx32.c: Re-generated.
1650 * features/rs6000/powerpc-vsx32l.c: Re-generated.
1651 * features/rs6000/powerpc-vsx64.c: Re-generated.
1652 * features/rs6000/powerpc-vsx64l.c: Re-generated.
1653 * features/rs6000/rs6000.c: Re-generated.
1654 * features/s390-linux32.c: Re-generated.
1655 * features/s390-linux32v1.c: Re-generated.
1656 * features/s390-linux32v2.c: Re-generated.
1657 * features/s390-linux64.c: Re-generated.
1658 * features/s390-linux64v1.c: Re-generated.
1659 * features/s390-linux64v2.c: Re-generated.
1660 * features/s390-te-linux64.c: Re-generated.
1661 * features/s390-tevx-linux64.c: Re-generated.
1662 * features/s390-vx-linux64.c: Re-generated.
1663 * features/s390x-linux64.c: Re-generated.
1664 * features/s390x-linux64v1.c: Re-generated.
1665 * features/s390x-linux64v2.c: Re-generated.
1666 * features/s390x-te-linux64.c: Re-generated.
1667 * features/s390x-tevx-linux64.c: Re-generated.
1668 * features/s390x-vx-linux64.c: Re-generated.
1669 * features/sparc/sparc32-solaris.c: Re-generated.
1670 * features/sparc/sparc64-solaris.c: Re-generated.
1671 * features/tic6x-c62x.c: Re-generated.
1672 * features/tic6x-c62x-linux.c: Re-generated.
1673 * features/tic6x-c64x.c: Re-generated.
1674 * features/tic6x-c64x-linux.c: Re-generated.
1675 * features/tic6x-c64xp.c: Re-generated.
1676 * features/tic6x-c64xp-linux.c: Re-generated.
1677
1678 2017-07-26 Yao Qi <yao.qi@linaro.org>
1679
1680 * i386-linux-tdep.c (i386_linux_read_description): New function.
1681 (i386_linux_core_read_description): Call
1682 i386_linux_read_description.
1683 * i386-linux-tdep.h (i386_linux_read_description): Declare.
1684 (tdesc_i386_linux, tdesc_i386_mmx_linux): Remove declarations.
1685 (tdesc_i386_avx_linux, tdesc_i386_mpx_linux): Likewise
1686 (tdesc_i386_avx_mpx_linux, tdesc_i386_avx_avx512_linux): Likewise.
1687 (tdesc_i386_avx_mpx_avx512_pku_linux): Likewise.
1688 * x86-linux-nat.c (x86_linux_read_description): Call
1689 i386_linux_read_description.
1690
1691 2017-07-26 Yao Qi <yao.qi@linaro.org>
1692
1693 * NEWS: Mention it.
1694 * features/Makefile (%.c: %.xml): Pass the xml file name to
1695 command "maint print c-tdesc".
1696 * target-descriptions.c (maint_print_c_tdesc_cmd): Get file
1697 name from 'arg'.
1698
1699 2017-07-26 Yao Qi <yao.qi@linaro.org>
1700
1701 * target-descriptions.c (target_desc): Add ctor and dtor. Do
1702 in-class initialization.
1703 (tdesc_create_feature): Call new instead of XCNEW.
1704 (free_target_description): Ue delete.
1705
1706 2017-07-25 John Baldwin <jhb@FreeBSD.org>
1707
1708 * configure.nat: Add "-lkvm" for NetBSD/sparc64 and fix typo.
1709
1710 2017-07-25 Yao Qi <yao.qi@linaro.org>
1711
1712 * amd64-tdep.c (amd64_init_abi): Make argument default_tdesc
1713 constant.
1714 (amd64_x32_init_abi): Likewise.
1715 * amd64-tdep.h (amd64_init_abi): Update declaration.
1716 (amd64_x32_init_abi): Likewise.
1717
1718 2017-07-25 Yao Qi <yao.qi@linaro.org>
1719
1720 PR tdep/21717
1721 * arm-linux-nat.c (arm_linux_fetch_inferior_registers): Update
1722 condition for FPSCR.
1723 (arm_linux_store_inferior_registers): Likewise.
1724
1725 2017-07-22 Tom Tromey <tom@tromey.com>
1726
1727 * break-catch-syscall.c (struct catch_syscall_inferior_data)
1728 <syscalls_counts>: Now a std::vector.
1729 (get_catch_syscall_inferior_data): Use "new".
1730 (catch_syscall_inferior_data_cleanup): Use "delete".
1731 (insert_catch_syscall, remove_catch_syscall)
1732 (clear_syscall_counts): Update.
1733
1734 2017-07-22 Tom Tromey <tom@tromey.com>
1735
1736 * break-catch-syscall.c (syscall_catchpoint)
1737 <syscalls_to_be_caught>: Now a std::vector<int>
1738 (~syscall_catchpoint): Remove.
1739 (insert_catch_syscall, remove_catch_syscall)
1740 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
1741 (print_mention_catch_syscall, print_recreate_catch_syscall):
1742 Update.
1743 (create_syscall_event_catchpoint): Change type of "filter"
1744 parameter.
1745 (catch_syscall_split_args): Return a std::vector.
1746 (catch_syscall_command_1, catching_syscall_number_1): Update.
1747
1748 2017-07-22 Tom Tromey <tom@tromey.com>
1749
1750 * break-catch-throw.c (struct exception_catchpoint)
1751 <exception_rx>: Now a std::string.
1752 (~exception_catchpoint): Remove.
1753 (print_one_detail_exception_catchpoint): Update.
1754 (handle_gnu_v3_exceptions): Change type of except_rx.
1755 (extract_exception_regexp): Return a std::string.
1756 (catch_exception_command_1): Update.
1757
1758 2017-07-22 Tom Tromey <tom@tromey.com>
1759
1760 * break-catch-sig.c (gdb_signal_type): Remove typedef.
1761 (struct signal_catchpoint) <signals_to_be_caught>: Now a
1762 std::vector.
1763 <catch_all>: Now a bool.
1764 (~signal_catchpoint): Remove.
1765 (signal_catchpoint_insert_location)
1766 (signal_catchpoint_remove_location)
1767 (signal_catchpoint_breakpoint_hit, signal_catchpoint_print_one)
1768 (signal_catchpoint_print_mention)
1769 (signal_catchpoint_print_recreate)
1770 (signal_catchpoint_explains_signal): Update.
1771 (create_signal_catchpoint): Change type of "filter" and
1772 "catch_all".
1773 (catch_signal_split_args): Return a std::vector. Change type of
1774 "catch_all".
1775 (catch_signal_command): Update.
1776
1777 2017-07-20 Pedro Alves <palves@redhat.com>
1778
1779 * ada-lang.c (ada_language_defn): Make extern.
1780 (_initialize_ada_language): Remove add_language call.
1781 * c-lang.c (c_language_defn, cplus_language_defn)
1782 (asm_language_defn, minimal_language_defn): Make extern.
1783 (_initialize_c_language): Delete.
1784 * completer.c (compare_cstrings): Delete, moved to utils.h.
1785 * d-lang.c (d_language_defn): Make extern.
1786 (_initialize_d_language): Remove add_language calls.
1787 * defs.h (enum language): Add comment.
1788 * f-lang.c (f_language_defn): Make extern.
1789 (_initialize_f_language): Remove add_language call.
1790 * go-lang.c (go_language_defn): Make extern.
1791 (_initialize_go_language): Remove add_language call.
1792 * language.c: Include <algorithm>.
1793 (languages): Redefine as const array.
1794 (languages_size, languages_allocsize, DEFAULT_ALLOCSIZE): Delete.
1795 (set_language_command): Handle "local". Use for-range loop.
1796 (set_language): Remove loop.
1797 (language_enum): Rewrite.
1798 (language_def, language_str): Remove loops.
1799 (add_language): Delete.
1800 (add_set_language_command): New, based on add_languages.
1801 (skip_language_trampoline): Adjust.
1802 (local_language_defn): Delete.
1803 (language_gdbarch_post_init): Adjust.
1804 (_initialize_language): Remove add_language calls. Call
1805 add_set_language_command.
1806 * language.h (add_language): Delete.
1807 (auto_language_defn)
1808 (unknown_language_defn, minimal_language_defn, ada_language_defn)
1809 (asm_language_defn, c_language_defn, cplus_language_defn)
1810 (d_language_defn, f_language_defn, go_language_defn)
1811 (m2_language_defn, objc_language_defn, opencl_language_defn)
1812 (pascal_language_defn, rust_language_defn): Declare.
1813 * m2-lang.c (m2_language_defn): Make extern.
1814 (_initialize_m2_language): Remove add_language call.
1815 * objc-lang.c (objc_language_defn): Make extern.
1816 (_initialize_objc_language): Remove add_language call.
1817 * opencl-lang.c (opencl_language_defn): Make extern.
1818 (_initialize_opencl_language): Remove add_language call.
1819 * p-lang.c (pascal_language_defn): Make extern.
1820 (_initialize_pascal_language): Delete.
1821 * rust-lang.c (rust_language_defn): Make extern.
1822 (_initialize_rust_language): Delete.
1823 * utils.h (compare_cstrings): New static inline function.
1824
1825 2017-07-20 Pedro Alves <palves@redhat.com>
1826
1827 * ada-lang.c (ada_to_fixed_type_1): Adjust.
1828 (get_var_value): Constify parameters.
1829 (get_int_var_value): Change prototype.
1830 (to_fixed_range_type): Adjust.
1831 * ada-lang.h (get_int_var_value): Change prototype.
1832
1833 2017-07-20 Pedro Alves <palves@redhat.com>
1834
1835 * dwarf2read.c (dw2_lookup_symbol): Use
1836 SYMBOL_MATCHES_SEARCH_NAME.
1837 * psymtab.c (psym_lookup_symbol): Use SYMBOL_MATCHES_SEARCH_NAME.
1838
1839 2017-07-20 Pedro Alves <palves@redhat.com>
1840
1841 * block.c (block_iter_name_step, block_iter_name_first)
1842 (block_iter_name_next): Delete.
1843 (block_lookup_symbol_primary): Adjust to use
1844 dict_iter_match_first/dict_iter_match_next.
1845 * block.h (block_iter_name_first, block_iter_name_next): Delete
1846 declarations.
1847 (ALL_BLOCK_SYMBOLS_WITH_NAME): Adjust to use
1848 dict_iter_match_first/dict_iter_match_next.
1849
1850 2017-07-20 Pedro Alves <palves@redhat.com>
1851
1852 * cp-support.c (cp_find_first_component_aux): Add missing case for
1853 end of string.
1854
1855 2017-07-18 David Blaikie <dblaikie@gmail.com>
1856
1857 * dwarf2read.c (create_cus_hash_table): Re-add lost initialization
1858 of dwo_cu's dwo_file.
1859
1860 2017-07-18 Yao Qi <yao.qi@linaro.org>
1861
1862 * remote.c (store_registers_using_G): Remove one line comment.
1863
1864 2017-07-18 Yao Qi <yao.qi@linaro.org>
1865
1866 * regcache.c (regcache_cpy): Simplify it.
1867 (regcache::cpy_no_passthrough): Remove it.
1868 * regcache.h (cpy_no_passthrough): Remove it.
1869 (regcache_dup, regcache_cpy): Update comments.
1870
1871 2017-07-18 Pedro Alves <palves@redhat.com>
1872
1873 * remote-sim.c (sim_command_completer): Adjust to work with a
1874 completion_tracker instead of a VEC.
1875
1876 2017-07-17 Pedro Alves <palves@redhat.com>
1877
1878 * completer.c (complete_source_filenames): New function.
1879 (complete_address_and_linespec_locations): New function.
1880 (location_completer): Use complete_address_and_linespec_locations.
1881 (completion_tracker::build_completion_result): Honor the tracker's
1882 request to suppress append.
1883 * completer.h (completion_tracker::suppress_append_ws)
1884 (completion_tracker::set_suppress_append_ws): New methods.
1885 (completion_tracker::m_suppress_append_ws): New field.
1886 (complete_source_filenames): New declaration.
1887 * linespec.c (linespec_complete_what): New.
1888 (struct ls_parser) <complete_what, completion_word,
1889 completion_quote_char, completion_quote_end, completion_tracker>:
1890 New fields.
1891 (string_find_incomplete_keyword_at_end): New.
1892 (linespec_lexer_lex_string): Record quote char. If in completion
1893 mode, don't throw.
1894 (linespec_lexer_consume_token): Advance the completion word point.
1895 (linespec_lexer_peek_token): Save/restore completion info.
1896 (save_stream_and_consume_token): New.
1897 (set_completion_after_number): New.
1898 (linespec_parse_basic): Set what to complete next depending on
1899 token. Handle function and label completions specially.
1900 (parse_linespec): Disable objc shortcut in completion mode. Set
1901 what to complete next depending on token type. Skip keyword if in
1902 completion mode.
1903 (complete_linespec_component, linespec_complete): New.
1904 * linespec.h (linespec_complete): Declare.
1905
1906 2017-07-17 Pedro Alves <palves@redhat.com>
1907
1908 * linespec.c (linespec_lexer_lex_string, find_toplevel_char):
1909 Handle 'operator<' / 'operator<<'.
1910
1911 2017-07-17 Pedro Alves <palves@redhat.com>
1912
1913 * completer.c (collect_explicit_location_matches): Handle
1914 MATCH_LABEL.
1915 (convert_explicit_location_to_linespec): New, factored out from
1916 ...
1917 (convert_explicit_location_to_sals): ... this.
1918 (complete_label): New.
1919 (linespec_complete_label, find_label_symbols_in_block): New.
1920 (find_label_symbols): Add completion_mode parameter and adjust to
1921 call find_label_symbols_in_block.
1922 * linespec.h (linespec_complete_label): Declare.
1923
1924 2017-07-17 Pedro Alves <palves@redhat.com>
1925
1926 * ada-lang.c (ada_collect_symbol_completion_matches): Add
1927 complete_symbol_mode parameter.
1928 * cli/cli-cmds.c (complete_command): Get the completion result out
1929 of the handle_brkchars tracker if used a custom word point.
1930 * completer.c: Include "linespec.h".
1931 (enum explicit_location_match_type) <MATCH_LINE>: New enumerator.
1932 (advance_to_expression_complete_word_point): New.
1933 (completion_tracker::completes_to_completion_word): New.
1934 (complete_files_symbols): Pass down
1935 complete_symbol_mode::EXPRESSION.
1936 (explicit_options, probe_options): New.
1937 (collect_explicit_location_matches): Complete on the
1938 explictit_loc->foo instead of word. Use
1939 linespec_complete_function. Handle MATCH_LINE. Handle offering
1940 keyword and options completions.
1941 (backup_text_ptr): Delete.
1942 (skip_keyword): New.
1943 (complete_explicit_location): Remove 'word' parameter. Add
1944 language, quoted_arg_start and quoted_arg_end parameters.
1945 Rewrite, parsing left to right.
1946 (location_completer): Rewrite.
1947 (location_completer_handle_brkchars): New function.
1948 (symbol_completer): Pass down complete_symbol_mode::EXPRESSION.
1949 (enum complete_line_internal_reason): Adjust comments.
1950 (completion_tracker::discard_completions): New.
1951 (completer_handle_brkchars_func_for_completer): Handle
1952 location_completer.
1953 (gdb_custom_word_point_brkchars)
1954 (gdb_org_rl_basic_quote_characters): New.
1955 (gdb_completion_word_break_characters_throw)
1956 (completion_find_completion_word): Handle trackers that use a
1957 custom word point.
1958 (completion_tracker::advance_custom_word_point_by): New.
1959 (completion_tracker::build_completion_result): Don't rely on
1960 readline appending the quote char.
1961 (gdb_rl_attempted_completion_function_throw): Handle trackers that
1962 use a custom word point.
1963 (gdb_rl_attempted_completion_function): Restore
1964 rl_basic_quote_characters.
1965 * completer.h (class completion_tracker): Extend intro comment.
1966 (completion_tracker::set_quote_char)
1967 (completion_tracker::quote_char)
1968 (completion_tracker::set_use_custom_word_point)
1969 (completion_tracker::use_custom_word_point)
1970 (completion_tracker::custom_word_point)
1971 (completion_tracker::set_custom_word_point)
1972 (completion_tracker::advance_custom_word_point_by)
1973 (completion_tracker::completes_to_completion_word)
1974 (completion_tracker::discard_completions): New methods.
1975 (completion_tracker::m_quote_char)
1976 (completion_tracker::m_use_custom_word_point)
1977 (completion_tracker::m_custom_word_point): New fields.
1978 (advance_to_expression_complete_word_point): Declare.
1979 * f-lang.c (f_collect_symbol_completion_matches): Add
1980 complete_symbol_mode parameter.
1981 * language.h (struct language_defn)
1982 <la_collect_symbol_completion_matches>: Add complete_symbol_mode
1983 parameter.
1984 * linespec.c (linespec_keywords): Add NULL terminator. Make extern.
1985 (linespec_complete_function): New function.
1986 (linespec_lexer_lex_keyword): Adjust.
1987 * linespec.h (linespec_keywords, linespec_complete_function): New
1988 declarations.
1989 * location.c (find_end_quote): New function.
1990 (explicit_location_lex_one): Add explicit_completion_info
1991 parameter. Save quoting info. Don't throw if being called for
1992 completion. Don't handle Ada operators here.
1993 (is_cp_operator, skip_op_false_positives, first_of)
1994 (explicit_location_lex_one_function): New function.
1995 (string_to_explicit_location): Replace 'dont_throw' parameter with
1996 an explicit_completion_info pointer parameter. Handle it. Don't
1997 use explicit_location_lex_one to lex function names. Use
1998 explicit_location_lex_one_function instead.
1999 * location.h (struct explicit_completion_info): New.
2000 (string_to_explicit_location): Replace 'dont_throw' parameter with
2001 an explicit_completion_info pointer parameter.
2002 * symtab.c (default_collect_symbol_completion_matches_break_on):
2003 Add complete_symbol_mode parameter. Handle LINESPEC mode.
2004 (default_collect_symbol_completion_matches)
2005 (collect_symbol_completion_matches): Add complete_symbol_mode
2006 parameter.
2007 (collect_symbol_completion_matches_type): Pass down
2008 complete_symbol_mode::EXPRESSION.
2009 (collect_file_symbol_completion_matches): Add complete_symbol_mode
2010 parameter. Handle LINESPEC mode.
2011 * symtab.h (complete_symbol_mode): New.
2012 (default_collect_symbol_completion_matches_break_on)
2013 (default_collect_symbol_completion_matches)
2014 (collect_symbol_completion_matches)
2015 (collect_file_symbol_completion_matches): Add complete_symbol_mode
2016 parameter.
2017
2018 2017-07-17 Pedro Alves <palves@redhat.com>
2019
2020 * utils.c (enum class strncmp_iw_mode): New.
2021 (strcmp_iw): Rename to ...
2022 (strncmp_iw_with_mode): ... this. Add string2_len and mode
2023 parameters. Handle them.
2024 (strncmp_iw): New.
2025 (strcmp_iw): Reimplement as wrapper around strncmp_iw_with_mode.
2026 * utils.h (strncmp_iw): Declare.
2027 (strcmp_iw): Move describing comments here.
2028
2029 2017-07-17 Pedro Alves <palves@redhat.com>
2030
2031 * c-exp.y (operator_stoken): Use CP_OPERATOR_LEN and
2032 CP_OPERATOR_STR.
2033 * c-typeprint.c (is_type_conversion_operator): Use
2034 CP_OPERATOR_STR.
2035 * cp-support.c (LENGTH_OF_OPERATOR): Delete.
2036 (cp_find_first_component_aux): Use CP_OPERATOR_STR and
2037 CP_OPERATOR_LEN.
2038 * cp-support.h (CP_OPERATOR_STR, CP_OPERATOR_LEN): New.
2039 * gnu-v2-abi.c (gnuv2_is_operator_name): Use CP_OPERATOR_STR.
2040 * gnu-v3-abi.c (gnuv3_is_operator_name): Use CP_OPERATOR_STR.
2041 * linespec.c (linespec_lexer_lex_string): Use CP_OPERATOR_LEN and
2042 CP_OPERATOR_STR.
2043 * location.c: Include "cp-support.h".
2044 (explicit_location_lex_one): Use CP_OPERATOR_LEN and
2045 CP_OPERATOR_STR.
2046 * symtab.c (operator_chars): Use CP_OPERATOR_STR and
2047 CP_OPERATOR_LEN.
2048
2049 2017-07-17 Pedro Alves <palves@redhat.com>
2050
2051 * cli/cli-cmds.c (complete_command): Use a completion tracker
2052 along with completion_find_completion_word for handle_brkchars
2053 phase.
2054 * completer.c (RL_QF_SINGLE_QUOTE, RL_QF_DOUBLE_QUOTE)
2055 (RL_QF_BACKSLASH, RL_QF_OTHER_QUOTE): New.
2056 (struct gdb_rl_completion_word_info): New.
2057 (gdb_rl_find_completion_word): New.
2058 (completion_find_completion_word): New.
2059 * completer.h (completion_find_completion_word): Declare.
2060
2061 2017-07-17 Pedro Alves <palves@redhat.com>
2062
2063 * ada-lang.c (symbol_completion_match): Adjust comments.
2064 (symbol_completion_add): Replace vector parameter with
2065 completion_tracker parameter. Use it.
2066 (ada_make_symbol_completion_list): Rename to...
2067 (ada_collect_symbol_completion_matches): ... this. Add
2068 completion_tracker parameter and use it.
2069 (ada_language_defn): Adjust.
2070 * break-catch-syscall.c (catch_syscall_completer): Adjust
2071 prototype and work with completion_tracker instead of VEC.
2072 * breakpoint.c (condition_completer): Adjust prototype and work
2073 with completion_tracker instead of VEC.
2074 * c-lang.c (c_language_defn, cplus_language_defn)
2075 (asm_language_defn, minimal_language_defn): Adjust to renames.
2076 * cli/cli-cmds.c (complete_command): Rework using
2077 completion_tracker. Catch exceptions when completing.
2078 * cli/cli-decode.c (integer_unlimited_completer)
2079 (complete_on_cmdlist, complete_on_enum): Adjust prototype and work
2080 with completion_tracker instead of VEC.
2081 * command.h (struct completion_tracker): Forward declare.
2082 (completer_ftype, completer_handle_brkchars_ftype): Change
2083 types.
2084 (complete_on_cmdlist, complete_on_enum): Adjust.
2085 * completer.c: Include <algorithm>.
2086 (struct gdb_completer_state): New.
2087 (current_completion): New global.
2088 (readline_line_completion_function): Delete.
2089 (noop_completer, filename_completer)
2090 (filename_completer_handle_brkchars, complete_files_symbols)
2091 (linespec_location_completer): Adjust to work with a
2092 completion_tracker instead of a VEC.
2093 (string_or_empty): New.
2094 (collect_explicit_location_matches): Adjust to work with a
2095 completion_tracker instead of a VEC.
2096 (explicit_location_completer): Rename to ...
2097 (complete_explicit_location): ... this and adjust to work with a
2098 completion_tracker instead of a VEC.
2099 (location_completer): Adjust to work with a completion_tracker
2100 instead of a VEC.
2101 (add_struct_fields): Adjust to work with a completion_list instead
2102 of VEC.
2103 (expression_completer): Rename to ...
2104 (complete_expression): ... this and adjust to work with a
2105 completion_tracker instead of a VEC. Use complete_files_symbols.
2106 (expression_completer): Reimplement on top of complete_expression.
2107 (symbol_completer): Adjust to work with a completion_tracker
2108 instead of a VEC.
2109 (enum complete_line_internal_reason): Add describing comments.
2110 (complete_line_internal_normal_command): Adjust to work with a
2111 completion_tracker instead of a VEC.
2112 (complete_line_internal): Rename to ...
2113 (complete_line_internal_1): ... this and adjust to work with a
2114 completion_tracker instead of a VEC. Assert TEXT is NULL in the
2115 handle_brkchars phase.
2116 (new_completion_tracker): Delete.
2117 (complete_line_internal): Reimplement as TRY/CATCH wrapper around
2118 complete_line_internal_1.
2119 (free_completion_tracker): Delete.
2120 (INITIAL_COMPLETION_HTAB_SIZE): New.
2121 (completion_tracker::completion_tracker)
2122 (completion_tracker::~completion_tracker): New.
2123 (maybe_add_completion): Delete.
2124 (completion_tracker::maybe_add_completion)
2125 (completion_tracker::add_completion)
2126 (completion_tracker::add_completions): New.
2127 (throw_max_completions_reached_error): Delete.
2128 (complete_line): Adjust to work with a completion_tracker instead
2129 of a VEC. Don't create a completion_tracker_t or check for max
2130 completions here.
2131 (command_completer, command_completer_handle_brkchars)
2132 (signal_completer, reg_or_group_completer_1)
2133 (reg_or_group_completer, default_completer_handle_brkchars):
2134 Adjust to work with a completion_tracker.
2135 (gdb_completion_word_break_characters_throw): New.
2136 (gdb_completion_word_break_characters): Reimplement.
2137 (line_completion_function): Delete.
2138 (completion_tracker::recompute_lowest_common_denominator)
2139 (expand_preserving_ws)
2140 (completion_tracker::build_completion_result)
2141 (completion_result::completion_result)
2142 (completion_result::completion_result)
2143 (completion_result::~completion_result)
2144 (completion_result::completion_result)
2145 (completion_result::release_match_list, compare_cstrings)
2146 (completion_result::sort_match_list)
2147 (completion_result::reset_match_list)
2148 (gdb_rl_attempted_completion_function_throw)
2149 (gdb_rl_attempted_completion_function): New.
2150 * completer.h (completion_list, struct completion_result)
2151 (class completion_tracker): New.
2152 (complete_line): Add completion_tracker parameter.
2153 (readline_line_completion_function): Delete.
2154 (gdb_rl_attempted_completion_function): New.
2155 (noop_completer, filename_completer, expression_completer)
2156 (location_completer, symbol_completer, command_completer)
2157 (signal_completer, reg_or_group_completer): Update prototypes.
2158 (completion_tracker_t, new_completion_tracker)
2159 (make_cleanup_free_completion_tracker): Delete.
2160 (enum maybe_add_completion_enum): Delete.
2161 (maybe_add_completion): Delete.
2162 (throw_max_completions_reached_error): Delete.
2163 * corefile.c (complete_set_gnutarget): Adjust to work with a
2164 completion_tracker instead of a VEC.
2165 * cp-abi.c (cp_abi_completer): Adjust to work with a
2166 completion_tracker instead of a VEC.
2167 * d-lang.c (d_language_defn): Adjust.
2168 * disasm.c (disassembler_options_completer): Adjust to work with a
2169 completion_tracker instead of a VEC.
2170 * f-lang.c (f_make_symbol_completion_list): Rename to ...
2171 (f_collect_symbol_completion_matches): ... this. Adjust to work
2172 with a completion_tracker instead of a VEC.
2173 (f_language_defn): Adjust.
2174 * go-lang.c (go_language_defn): Adjust.
2175 * guile/scm-cmd.c (cmdscm_add_completion, cmdscm_completer):
2176 Adjust to work with a completion_tracker instead of a VEC.
2177 * infrun.c (handle_completer): Likewise.
2178 * interps.c (interpreter_completer): Likewise.
2179 * interps.h (interpreter_completer): Likewise.
2180 * language.c (unknown_language_defn, auto_language_defn)
2181 (local_language_defn): Adjust.
2182 * language.h (language_defn::la_make_symbol_completion_list):
2183 Rename to ...
2184 (language_defn::la_collect_symbol_completion_matches): ... this
2185 and adjust to work with a completion_tracker instead of a VEC.
2186 * m2-lang.c (m2_language_defn): Adjust.
2187 * objc-lang.c (objc_language_defn): Adjust.
2188 * opencl-lang.c (opencl_language_defn): Adjust.
2189 * p-lang.c (pascal_language_defn): Adjust.
2190 * python/py-cmd.c (cmdpy_completer_helper): Handle NULL word.
2191 (cmdpy_completer_handle_brkchars, cmdpy_completer): Adjust to work
2192 with a completion_tracker.
2193 * rust-lang.c (rust_language_defn): Adjust.
2194 * symtab.c (free_completion_list, do_free_completion_list)
2195 (return_val, completion_tracker): Delete.
2196 (completion_list_add_name, completion_list_add_symbol)
2197 (completion_list_add_msymbol, completion_list_objc_symbol)
2198 (completion_list_add_fields, add_symtab_completions): Add
2199 completion_tracker parameter and use it.
2200 (default_make_symbol_completion_list_break_on_1): Rename to...
2201 (default_collect_symbol_completion_matches_break_on): ... this.
2202 Add completion_tracker parameter and use it instead of allocating
2203 a completion tracker here.
2204 (default_make_symbol_completion_list_break_on): Delete old
2205 implementation.
2206 (default_make_symbol_completion_list): Delete.
2207 (default_collect_symbol_completion_matches): New.
2208 (make_symbol_completion_list): Delete.
2209 (collect_symbol_completion_matches): New.
2210 (make_symbol_completion_type): Rename to ...
2211 (collect_symbol_completion_matches_type): ... this. Add
2212 completion_tracker parameter and use it instead of VEC.
2213 (make_file_symbol_completion_list_1): Rename to...
2214 (collect_file_symbol_completion_matches): ... this. Add
2215 completion_tracker parameter and use it instead of VEC.
2216 (make_file_symbol_completion_list): Delete.
2217 (add_filename_to_list): Use completion_list instead of a VEC.
2218 (add_partial_filename_data::list): Now a completion_list.
2219 (make_source_files_completion_list): Work with a completion_list
2220 instead of a VEC.
2221 * symtab.h: Include "completer.h".
2222 (default_make_symbol_completion_list_break_on)
2223 (default_make_symbol_completion_list, make_symbol_completion_list)
2224 (make_symbol_completion_type, make_file_symbol_completion_list)
2225 (make_source_files_completion_list): Delete.
2226 (default_collect_symbol_completion_matches_break_on)
2227 (default_collect_symbol_completion_matches)
2228 (collect_symbol_completion_matches)
2229 (collect_symbol_completion_matches_type)
2230 (collect_file_symbol_completion_matches)
2231 (make_source_files_completion_list): New.
2232 * top.c (init_main): Don't install a rl_completion_entry_function
2233 hook. Install a rl_attempted_completion_function hook instead.
2234 * tui/tui-layout.c (layout_completer): Adjust to work with a
2235 completion_tracker.
2236 * tui/tui-regs.c (tui_reggroup_completer):
2237 * tui/tui-win.c (window_name_completer, focus_completer)
2238 (winheight_completer): Adjust to work with a completion_tracker.
2239 * value.c: Include "completer.h".
2240 (complete_internalvar): Adjust to work with a completion_tracker.
2241 * value.h (complete_internalvar): Likewise.
2242
2243 2017-07-17 Pedro Alves <palves@redhat.com>
2244
2245 * cli/cli-decode.c (set_cmd_completer_handle_brkchars): Adjust to
2246 renames.
2247 * cli/cli-decode.h (struct cmd_list_element) <completer>: Move
2248 comments to completer_ftype's declaration.
2249 <completer_handle_brkchars>: Change type to
2250 completer_handle_brkchars_ftype.
2251 * command.h (completer_ftype): Add describing comment and give
2252 names to parameters.
2253 (completer_ftype_void): Rename to ...
2254 (completer_handle_brkchars_ftype) ... this. Add describing comment.
2255 (set_cmd_completer_handle_brkchars): Adjust.
2256 * completer.c (filename_completer_handle_brkchars): New function.
2257 (complete_line_internal_normal_command): New function, factored
2258 out from ...
2259 (complete_line_internal): ... here.
2260 (command_completer_handle_brkchars)
2261 (default_completer_handle_brkchars)
2262 (completer_handle_brkchars_func_for_completer): New functions.
2263 * completer.h (set_gdb_completion_word_break_characters): Delete
2264 declaration.
2265 (completer_handle_brkchars_func_for_completer): New declaration.
2266 * python/py-cmd.c (cmdpy_completer_handle_brkchars): Adjust to use
2267 completer_handle_brkchars_func_for_completer.
2268
2269 2017-07-17 Pedro Alves <palves@redhat.com>
2270
2271 * completer.c (symbol_completer): New function, based on
2272 make_symbol_completion_list_fn.
2273 * completer.h (symbol_completer): New declaration.
2274 * guile/scm-cmd.c (cmdscm_completers): Adjust.
2275 * python/py-cmd.c (completers): Adjust.
2276 * symtab.c (make_symbol_completion_list_fn): Delete.
2277 * symtab.h (make_symbol_completion_list_fn): Delete.
2278 * cli/cli-decode.c (add_cmd): Adjust.
2279
2280 2017-07-17 Pedro Alves <palves@redhat.com>
2281
2282 * Makefile.in (COMMON_OBS): Add filename-seen-cache.o.
2283 * dwarf2read.c: Include "filename-seen-cache.h".
2284 * dwarf2read.c (dwarf2_per_objfile) <filenames_cache>: New field.
2285 (dw2_map_symbol_filenames): Build and use a filenames_seen_cache.
2286 * filename-seen-cache.c: New file.
2287 * filename-seen-cache.h: New file.
2288 * symtab.c: Include "filename-seen-cache.h".
2289 (struct filename_seen_cache, INITIAL_FILENAME_SEEN_CACHE_SIZE)
2290 (create_filename_seen_cache, clear_filename_seen_cache)
2291 (delete_filename_seen_cache, filename_seen): Delete, parts moved
2292 to filename-seen-cache.h/filename-seen-cache.c.
2293 (output_source_filename, sources_info)
2294 (maybe_add_partial_symtab_filename)
2295 (make_source_files_completion_list): Adjust to use
2296 filename_seen_cache.
2297
2298 2017-07-17 Pedro Alves <palves@redhat.com>
2299
2300 * dwarf2read.c (dwarf2_per_objfile): In-class initialize all
2301 fields.
2302 (dwarf2_per_objfile::dwarf2_per_objfile(objfile*, const
2303 dwarf2_debug_sections*)): New.
2304 (dwarf2_per_objfile::dwarf2_per_objfile(const
2305 dwarf2_per_objfile&)): Declare as deleted.
2306 (dwarf2_per_objfile::operator=): Declare as deleted.
2307 (dwarf2_per_objfile::dwarf2_per_objfile)
2308 (dwarf2_per_objfile::~dwarf2_per_objfile)
2309 (dwarf2_per_objfile::free_cached_comp_units): New.
2310 (dwarf2_has_info): dwarf2_per_objfile initialization code moved to
2311 ctor. Call dwarf2_per_objfile's ctor manually.
2312 (dwarf2_locate_sections): Deleted/refactored as ...
2313 (dwarf2_per_objfile::locate_sections): ... this new method.
2314 (free_cached_comp_units): Defer to
2315 dwarf2_per_objfile::free_cached_comp_units.
2316 (dwarf2_free_objfile): Call dwarf2_per_objfile's dtor manually.
2317
2318 2017-07-14 Tom Tromey <tom@tromey.com>
2319
2320 PR rust/21764:
2321 * rust-exp.y (convert_ast_to_expression): Add "want_type"
2322 parameter.
2323 <UNOP_SIZEOF>: Split into separate case.
2324 <UNOP_VAR_VALUE>: Handle want_type. Add error case.
2325
2326 2017-07-14 Tom Tromey <tom@tromey.com>
2327
2328 PR rust/21763:
2329 * symtab.c (symbol_matches_domain): Add language_rust to special
2330 case.
2331 * rust-exp.y (convert_ast_to_expression) <OP_VAR_VALUE>: Don't
2332 treat LOC_TYPEDEF symbols as variables.
2333
2334 2017-07-14 Pedro Alves <palves@redhat.com>
2335
2336 * symtab.c (make_file_symbol_completion_list_1): Iterate over
2337 symtabs matching all symtabs with SRCFILE as file name instead of
2338 only considering the first hit, with lookup_symtab.
2339
2340 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
2341
2342 * ax-gdb.c (gen_aggregate_elt_ref): Remove operand_name and
2343 operator_name parameters.
2344 (gen_expr): Update function call.
2345
2346 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
2347
2348 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Remove gdbarch
2349 parameter.
2350 * symtab.h (struct symbol_computed_ops::tracepoint_var_ref):
2351 Likewise.
2352 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove gdbarch
2353 parameter, use agent_expr::gdbarch instead, update function
2354 calls.
2355 (locexpr_tracepoint_var_ref): Likewise.
2356 (loclist_tracepoint_var_ref): Likewise.
2357 * ax-gdb.c (gen_trace_static_fields): Likewise.
2358 (gen_traced_pop): Likewise.
2359 (gen_frame_args_address): Likewise.
2360 (gen_frame_locals_address): Likewise.
2361 (gen_var_ref): Likewise.
2362 (gen_struct_ref_recursive): Likewise.
2363 (gen_static_field): Likewise.
2364 (gen_maybe_namespace_elt): Likewise.
2365 (gen_expr): Likewise.
2366 (gen_trace_for_var): Likewise.
2367 (gen_trace_for_expr): Likewise.
2368 (gen_trace_for_return_address): Likewise.
2369
2370 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
2371
2372 * ax-gdb.c (gen_deref, gen_address_of): Remove unused ax
2373 parameter.
2374 (gen_struct_ref, gen_expr, gen_expr_binop_rest): Update call.
2375
2376 2017-07-14 Simon Marchi <simon.marchi@ericsson.com>
2377
2378 * ax-gdb.c (gen_usual_unary): Remove exp parameter, get gdbarch
2379 from ax, update calls.
2380 (gen_usual_arithmetic): Likewise.
2381 (gen_integral_promotions): Likewise.
2382 (gen_bitfield_ref): Likewise.
2383 (gen_primitive_field): Likewise.
2384 (gen_struct_ref_recursive): Likewise.
2385 (gen_struct_ref): Likewise.
2386 (gen_maybe_namespace_elt): Likewise.
2387 (gen_struct_elt_for_reference): Likewise.
2388 (gen_namespace_elt): Likewise.
2389 (gen_aggregate_elt_ref): Likewise.
2390 (gen_expr): Get gdbarch from ax, update calls.
2391 (gen_expr_binop_rest): Likewise.
2392
2393 2017-07-13 Pedro Alves <palves@redhat.com>
2394
2395 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Pass tdesc_amd64
2396 as default tdesc.
2397 * amd64-dicos-tdep.c (amd64_dicos_init_abi):
2398 * amd64-fbsd-tdep.c (amd64fbsd_init_abi):
2399 * amd64-linux-tdep.c (amd64_linux_init_abi): Pass
2400 tdesc_amd64_linux as default tdesc. Get final tdesc from the
2401 tdep.
2402 (amd64_x32_linux_init_abi): Pass tdesc_x32_linux as default tdesc.
2403 Get final tdesc from the tdep.
2404 * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Pass tdesc_amd64 as
2405 default tdesc.
2406 * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
2407 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
2408 * amd64-tdep.c (amd64_init_abi): Add 'default_tdesc' parameter.
2409 Use it as default tdesc.
2410 (amd64_x32_init_abi): Add 'default_tdesc' parameter, and pass it
2411 down to amd_init_abi. No longer handle fallback tdesc here.
2412 * amd64-tdep.h (tdesc_x32): Declare.
2413 (amd64_init_abi, amd64_x32_init_abi): Add 'default_tdesc'
2414 parameter.
2415 * amd64-windows-tdep.c (amd64_windows_init_abi): Pass tdesc_amd64
2416 as default tdesc.
2417
2418 2017-07-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2419
2420 * s390-linux-tdep.c (s390_process_record): Add support for
2421 instructions new in arch12.
2422
2423 2017-07-11 John Baldwin <jhb@FreeBSD.org>
2424
2425 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
2426 PT_GETFSBASE and PT_GETGSBASE.
2427 (amd64bsd_store_inferior_registers): Use PT_SETFSBASE and
2428 PT_SETGSBASE.
2429
2430 2017-07-11 John Baldwin <jhb@FreeBSD.org>
2431
2432 * features/Makefile (amd64.dat, amd64-avx.dat, amd64-mpx.dat)
2433 (amd64-avx-mpx.dat, amd64-avx-avx512.dat)
2434 (amd64-avx-mpx-avx512-pku.dat): Add i386/64bit-segments.xml in
2435 those rules.
2436 * features/i386/amd64-avx-avx512.xml: Add 64bit-segments.xml.
2437 * features/i386/amd64-avx-mpx-avx512-pku.xml: Add 64bit-segments.xml.
2438 * features/i386/amd64-avx-mpx.xml: Add 64bit-segments.xml.
2439 * features/i386/amd64-avx.xml: Add 64bit-segments.xml.
2440 * features/i386/amd64-mpx.xml: Add 64bit-segments.xml.
2441 * features/i386/amd64.xml: Add 64bit-segments.xml.
2442 * features/i386/amd64-avx-avx512.c: Regenerated.
2443 * features/i386/amd64-avx-mpx-avx512-pku.c: Regenerated.
2444 * features/i386/amd64-avx-mpx.c: Regenerated.
2445 * features/i386/amd64-avx.c: Regenerated.
2446 * features/i386/amd64-mpx.c: Regenerated.
2447 * features/i386/amd64.c: Regenerated.
2448 * regformats/i386/amd64-avx-avx512.dat: Regenerated.
2449 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
2450 * regformats/i386/amd64-avx-mpx.dat: Regenerated.
2451 * regformats/i386/amd64-avx.dat: Regenerated.
2452 * regformats/i386/amd64-mpx.dat: Regenerated.
2453 * regformats/i386/amd64.dat: Regenerated.
2454
2455 2017-07-10 Yao Qi <yao.qi@linaro.org>
2456
2457 * features/i386/amd64-avx-avx512-linux.c: Re-generated.
2458 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
2459
2460 2017-07-10 Anton Kolesov <Anton.Kolesov@synopsys.com>
2461
2462 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add setenv and
2463 unsetenv.
2464 * gnulib/aclocal.m4: Regenerate.
2465 * gnulib/config.in: Regenerate.
2466 * gnulib/configure: Regenerate.
2467 * gnulib/import/Makefile.am: Regenerate.
2468 * gnulib/import/Makefile.in: Regenerate.
2469 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
2470 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
2471 * gnulib/import/m4/environ.m4: New file.
2472 * gnulib/import/m4/setenv.m4: New file.
2473 * gnulib/import/setenv.c: New file.
2474 * gnulib/import/unsetenv.c: New file.
2475
2476 2017-07-09 Simon Marchi <simon.marchi@ericsson.com>
2477
2478 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Read
2479 address when op is DW_OP_addr.
2480
2481 2017-07-09 Tom Tromey <tom@tromey.com>
2482
2483 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Reverse size
2484 check and apply to outer type.
2485
2486 2017-07-07 John Baldwin <jhb@FreeBSD.org>
2487
2488 * fbsd-tdep.c (LWPINFO_OFFSET, LWPINFO_PL_FLAGS)
2489 (LWPINFO64_PL_SIGINFO, LWPINFO32_PL_SIGINFO, PL_FLAG_SI)
2490 (SIZE64_SIGINFO_T, SIZE32_SIGINFO_T, fbsd_core_xfer_siginfo): New.
2491 (fbsd_init_abi): Install gdbarch "core_xfer_siginfo" method.
2492
2493 2017-07-07 John Baldwin <jhb@FreeBSD.org>
2494
2495 * fbsd-tdep.c (fbsd_core_thread_name): Use thread_section_name.
2496
2497 2017-07-07 John Baldwin <jhb@FreeBSD.org>
2498
2499 * corelow.c (get_core_siginfo): Remove.
2500 (core_xfer_partial): Use the gdbarch "core_xfer_siginfo" method
2501 instead of get_core_siginfo.
2502 * gdbarch.sh (core_xfer_siginfo): New gdbarch callback.
2503 * gdbarch.h: Re-generate.
2504 * gdbarch.c: Re-generate.
2505 * linux-tdep.c (linux_core_xfer_siginfo): New.
2506 (linux_init_abi): Install gdbarch "core_xfer_siginfo" method.
2507
2508 2017-07-07 John Baldwin <jhb@FreeBSD.org>
2509
2510 * corelow.c (thread_section_name): Move to ...
2511 * gdbcore.h (thread_section_name): ... here.
2512
2513 2017-07-07 John Baldwin <jhb@FreeBSD.org>
2514
2515 * fbsd-nat.c [PT_LWPINFO && __LP64__] (union sigval32)
2516 (struct siginfo32): New.
2517 [PT_LWPINFO] (fbsd_siginfo_size, fbsd_convert_siginfo): New.
2518 (fbsd_xfer_partial) [PT_LWPINFO]: Handle TARGET_OBJECT_SIGNAL_INFO
2519 via ptrace(PT_LWPINFO).
2520
2521 2017-07-07 John Baldwin <jhb@FreeBSD.org>
2522
2523 * fbsd-tdep.c (fbsd_gdbarch_data_handle, struct fbsd_gdbarch_data)
2524 (init_fbsd_gdbarch_data, get_fbsd_gdbarch_data)
2525 (fbsd_get_siginfo_type): New.
2526 (fbsd_init_abi): Install gdbarch "get_siginfo_type" method.
2527 (_initialize_fbsd_tdep): New.
2528
2529 2017-07-06 David Blaikie <dblaikie@gmail.com>
2530
2531 * dwarf2read.c (struct dwo_file): Use a htab of dwo_unit* (rather than
2532 a singular dwo_unit*) to support multiple CUs in the same way that
2533 multiple TUs are supported.
2534 (create_cus_hash_table): Replace create_dwo_cu with a function for
2535 parsing multiple CUs from a DWO file.
2536 (open_and_init_dwo_file): Use create_cus_hash_table rather than
2537 create_dwo_cu.
2538 (lookup_dwo_cutu): Lookup CU in the hash table in the dwo_file with
2539 htab_find, rather than comparing the signature to a singleton CU in
2540 the dwo_file.
2541
2542 2017-07-06 Pedro Alves <palves@redhat.com>
2543
2544 * python/py-unwind.c (pyuw_dealloc_cache): Fix for loop condition.
2545
2546 2017-07-04 Pedro Alves <palves@redhat.com>
2547
2548 * gdbtypes.c (recursive_dump_type): Don't reference TYPE_STATIC.
2549 * gdbtypes.h (TYPE_STATIC): Delete.
2550 (struct fn_field) <is_public, is_abstract, is_static, is_final,
2551 is_synchronized, is_native>: Delete.
2552 <dummy>: Bump.
2553 (TYPE_FN_FIELD_PUBLIC, TYPE_FN_FIELD_STATIC, TYPE_FN_FIELD_FINAL)
2554 (TYPE_FN_FIELD_SYNCHRONIZED, TYPE_FN_FIELD_NATIVE)
2555 (TYPE_FN_FIELD_ABSTRACT): Delete.
2556
2557 2017-07-03 Simon Marchi <simon.marchi@ericsson.com>
2558
2559 * buffer.h (buffer_finish): Fix spelling mistakes.
2560
2561 2017-07-01 Eli Zaretskii <eliz@gnu.org>
2562
2563 * .dir-locals.el: Automatically switch to C-style comments in
2564 versions of Emacs that support the feature.
2565
2566 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2567 Pedro Alves <palves@redhat.com>
2568
2569 PR cli/21688
2570 * cli/cli-script.c (command_name_equals_not_inline): Remove function.
2571 (process_next_line): New variable 'inline_cmd'.
2572 Adjust 'if' clauses for "python", "compile" and "guile" to use
2573 'command_name_equals' and check for '!inline_cmd'.
2574
2575 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2576
2577 PR cli/21688
2578 * cli/cli-script.c (command_name_equals_not_inline): New function.
2579 (process_next_line): Adjust 'if' clauses for "python", "compile"
2580 and "guile" to use command_name_equals_not_inline.
2581
2582 2017-06-29 Pedro Alves <palves@redhat.com>
2583
2584 * completer.c (expression_completer): Call
2585 linespec_location_completer instead of location_completer.
2586
2587 2017-06-29 Pedro Alves <palves@redhat.com>
2588
2589 * completer.c (expression_completer): Remove code that recomputes
2590 'text' from 'word'.
2591
2592 2017-06-29 Yao Qi <yao.qi@linaro.org>
2593
2594 * regformats/regdat.sh: Generate code with
2595 "ifndef IN_PROCESS_AGENT".
2596
2597 2017-06-28 Pedro Alves <palves@redhat.com>
2598
2599 * command.h: Include "common/scoped_restore.h".
2600
2601 2017-06-28 Yao Qi <yao.qi@linaro.org>
2602
2603 * mi/mi-cmd-break.c (mi_argv_to_format): Use obstack_grow_str
2604 instead of obstack_grow.
2605
2606 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2607
2608 PR gdb/21337
2609 * symfile.c (reread_symbols): Call objfiles_changed just before
2610 read_symbols.
2611
2612 2017-06-27 Pedro Alves <palves@redhat.com>
2613
2614 * symtab.c (COMPLETION_LIST_ADD_SYMBOL)
2615 (MCOMPLETION_LIST_ADD_SYMBOL): Delete macros, replace with ...
2616 (completion_list_add_symbol, completion_list_add_msymbol):
2617 ... these new functions.
2618 (add_symtab_completions)
2619 (default_make_symbol_completion_list_break_on_1): Adjust.
2620
2621 2017-06-27 Pedro Alves <palves@redhat.com>
2622
2623 * objfiles.c (get_objfile_bfd_data): Call bfd_alloc instead of
2624 bfd_zalloc. Call objfile_per_bfd_storage's ctor.
2625 (free_objfile_per_bfd_storage): Call objfile_per_bfd_storage's
2626 dtor.
2627 * objfiles.h (objfile_per_bfd_storage): Add ctor. Make
2628 'storage_obstack' field an auto_obstack. In-class initialize all
2629 non-bitfield fields. Make minsyms_read bool.
2630 * symfile.c (read_symbols): Adjust.
2631
2632 2017-06-27 Alan Hayward <alan.hayward@arm.com>
2633
2634 * remote-sim.c (gdbsim_fetch_register): Use byte_vector.
2635 (gdbsim_store_register): Likewise.
2636
2637 2017-06-27 Pedro Alves <palves@redhat.com>
2638
2639 * c-exp.y (name_obstack): Now an auto_obstack.
2640 (yylex): Use auto_obstack::clear.
2641 (c_parse): Use auto_obstack::clear instead of reinitializing and
2642 freeing the obstack.
2643 * c-lang.c (evaluate_subexp_c): Use auto_obstack.
2644 * d-exp.y (name_obstack): Now an auto_obstack.
2645 (yylex): Use auto_obstack::clear.
2646 (d_parse): Use auto_obstack::clear instead of reinitializing and
2647 freeing the obstack.
2648 * dwarf2loc.c (fetch_const_value_from_synthetic_pointer): Use
2649 auto_obstack.
2650 * dwarf2read.c (create_addrmap_from_index)
2651 (dwarf2_build_psymtabs_hard)
2652 (update_enumeration_type_from_children): Likewise.
2653 * gdb_obstack.h (auto_obstack): New type.
2654 * go-exp.y (name_obstack): Now an auto_obstack.
2655 (build_packaged_name): Use auto_obstack::clear.
2656 (go_parse): Use auto_obstack::clear instead of reinitializing and
2657 freeing the obstack.
2658 * linux-tdep.c (linux_make_mappings_corefile_notes): Use
2659 auto_obstack.
2660 * printcmd.c (printf_wide_c_string, ui_printf): Use auto_obstack.
2661 * rust-exp.y (work_obstack): Now an auto_obstack.
2662 (rust_parse, rust_lex_tests): Use auto_obstack::clear instead of
2663 reinitializing and freeing the obstack.
2664 * utils.c (do_obstack_free, make_cleanup_obstack_free): Delete.
2665 (host_char_to_target): Use auto_obstack.
2666 * utils.h (make_cleanup_obstack_free): Delete declaration.
2667 * valprint.c (generic_emit_char, generic_printstr): Use
2668 auto_obstack.
2669
2670 2017-06-27 Simon Marchi <simon.marchi@ericsson.com>
2671
2672 * darwin-nat.c (darwin_check_new_threads): Don't handle dummy
2673 thread.
2674 (darwin_init_thread_list): Don't update dummy thread.
2675 (darwin_create_inferior, darwin_attach): Don't add a dummy thread.
2676
2677 2017-06-26 Simon Marchi <simon.marchi@ericsson.com>
2678
2679 * record-full.c (netorder16): Remove.
2680
2681 2017-06-26 Simon Marchi <simon.marchi@ericsson.com>
2682
2683 * common/diagnostics.h: Define macros for GCC.
2684 (DIAGNOSTIC_IGNORE_UNUSED_FUNCTION): New macro.
2685 * common/vec.h: Include diagnostics.h.
2686 (DIAGNOSTIC_IGNORE_UNUSED_VEC_FUNCTION): New macro.
2687 (DEF_VEC_I, DEF_VEC_P, DEF_VEC_O): Ignore -Wunused-function
2688 warning.
2689
2690 2017-06-26 Simon Marchi <simon.marchi@ericsson.com>
2691
2692 * common/diagnostics.h (DIAGNOSTIC_IGNORE_DEPRECATED_REGISTER):
2693 New macro.
2694 * ada-lex.l: Ignore deprecated register warnings.
2695
2696 2017-06-25 Simon Marchi <simon.marchi@ericsson.com>
2697
2698 * main.c (get_init_files): Replace "SYSTEM_GDBINIT +
2699 datadir_len" with "&SYSTEM_GDBINIT[datadir_len]".
2700
2701 2017-06-25 Simon Marchi <simon.marchi@ericsson.com>
2702
2703 * dtrace-probe.c (dtrace_process_dof_probe): Put semi-colon on
2704 its own line.
2705
2706 2017-06-25 Simon Marchi <simon.marchi@ericsson.com>
2707
2708 * nat/x86-dregs.c (x86_show_dr): Print registers one per line.
2709
2710 2017-06-23 Alan Hayward <alan.hayward@arm.com>
2711
2712 * xtensa-tdep.c (XTENSA_MAX_REGISTER_SIZE): Add.
2713 (xtensa_register_write_masked): Use XTENSA_MAX_REGISTER_SIZE.
2714 (xtensa_register_read_masked): Likewise.
2715
2716 2017-06-22 Sergio Durigan Junior <sergiodj@redhat.com>
2717
2718 * common/environ.c (gdb_environ::unset): Update comment.
2719
2720 2017-06-22 Alan Hayward <alan.hayward@arm.com>
2721
2722 * python/py-unwind.c (pyuw_sniffer): Allocate space for
2723 registers.
2724
2725 2017-06-22 Alan Hayward <alan.hayward@arm.com>
2726
2727 * record-full.c (record_full_exec_insn): Use byte_vector.
2728
2729 2017-06-22 Yao Qi <yao.qi@linaro.org>
2730
2731 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Regenerated.
2732 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
2733
2734 2017-06-22 Alan Hayward <alan.hayward@arm.com>
2735
2736 * remote.c (cached_reg): Move from here...
2737 * regcache.h (cached_reg): ...to here.
2738 * python/py-unwind.c (struct reg_info): Remove.
2739 (cached_frame_info): Use cached_reg_t.
2740 (pyuw_prev_register): Likewise.
2741 (pyuw_sniffer): Use cached_reg_t and allocate registers.
2742 (pyuw_dealloc_cache): Free all registers.
2743
2744 2017-06-22 Pedro Alves <palves@redhat.com>
2745 Simon Marchi <simon.marchi@ericsson.com>
2746
2747 * unittests/environ-selftests.c (run_tests): Ignore -Wself-move
2748 warning.
2749 * common/diagnostics.h: New file.
2750
2751 2017-06-22 Pedro Alves <palves@redhat.com>
2752
2753 * common/agent.h: Add include guards.
2754
2755 2017-06-21 Simon Marchi <simon.marchi@ericsson.com>
2756
2757 * target.h (struct target_ops) <to_xfer_partial>: Update doc to
2758 talk about addressable units instead of bytes.
2759
2760 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
2761
2762 * common/environ.c (gdb_environ::unset): Use '::iterator' instead
2763 of '::const_iterator'.
2764
2765 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
2766
2767 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
2768 'unittests/environ-selftests.c'.
2769 (SUBDIR_UNITTESTS_OBS): Add 'environ-selftests.o'.
2770 * charset.c (find_charset_names): Declare object 'iconv_env'.
2771 Update code to use 'iconv_env' object. Remove call to
2772 'free_environ'.
2773 * common/environ.c: Include <utility>.
2774 (make_environ): Delete function.
2775 (free_environ): Delete function.
2776 (gdb_environ::clear): New function.
2777 (gdb_environ::operator=): New function.
2778 (gdb_environ::get): Likewise.
2779 (environ_vector): Delete function.
2780 (set_in_environ): Delete function.
2781 (gdb_environ::set): New function.
2782 (unset_in_environ): Delete function.
2783 (gdb_environ::unset): New function.
2784 (gdb_environ::envp): Likewise.
2785 * common/environ.h: Include <vector>.
2786 (struct gdb_environ): Delete; transform into...
2787 (class gdb_environ): ... this class.
2788 (free_environ): Delete prototype.
2789 (init_environ, get_in_environ, set_in_environ, unset_in_environ,
2790 environ_vector): Likewise.
2791 * infcmd.c (run_command_1): Update code to call
2792 'envp' from 'gdb_environ' class.
2793 (environment_info): Update code to call methods from 'gdb_environ'
2794 class.
2795 (unset_environment_command): Likewise.
2796 (path_info): Likewise.
2797 (path_command): Likewise.
2798 * inferior.c (inferior::~inferior): Delete call to 'free_environ'.
2799 (inferior::inferior): Initialize 'environment' using the host's
2800 information.
2801 * inferior.h: Remove forward declaration of 'struct gdb_environ'.
2802 Include "environ.h".
2803 (class inferior) <environment>: Change type from 'struct
2804 gdb_environ' to 'gdb_environ'.
2805 * mi/mi-cmd-env.c (mi_cmd_env_path): Update code to call
2806 methods from 'gdb_environ' class.
2807 * solib.c (solib_find_1): Likewise
2808 * unittests/environ-selftests.c: New file.
2809
2810 2017-06-20 Yao Qi <yao.qi@linaro.org>
2811
2812 * features/i386/i386-linux.xml: Exchange the order of including
2813 32bit-linux.xml and 32bit-sse.xml.
2814 * features/i386/i386-linux.c: Regenerated.
2815
2816 2017-06-20 Yao Qi <yao.qi@linaro.org>
2817
2818 * target-descriptions.c (tdesc_reg): Add ctor, dtor.
2819 Delete copy ctor and assignment operator.
2820 (tdesc_type): Likewise.
2821 (tdesc_feature): Likewise.
2822 (tdesc_free_reg): Remove.
2823 (tdesc_create_reg): Use new.
2824 (tdesc_free_type): Remove.
2825 (tdesc_create_vector): Use new.
2826 (tdesc_create_union): Likewise.
2827 (tdesc_create_flags): Likewise.
2828 (tdesc_create_enum): Likewise.
2829 (tdesc_free_feature): Delete.
2830 (free_target_description): Use delete.
2831
2832 2017-06-19 John Baldwin <jhb@FreeBSD.org>
2833
2834 * mips-tdep.c (print_gp_register_row): Don't error for unavailable
2835 registers.
2836
2837 2017-06-19 Pedro Alves <palves@redhat.com>
2838
2839 * dwarf2read.c (write_psymtabs_to_index): Construct file_closer
2840 after gdb::unlinker.
2841
2842 2017-06-19 Sergio Durigan Junior <sergiodj@redhat.com>
2843
2844 * mi/mi-cm-env.c (_initialize_mi_cmd_env): Use getenv instead of
2845 gdb_environ to access an environment variable.
2846
2847 2017-06-18 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2848
2849 * nat/linux-ptrace.c (linux_fork_to_function): Add cast to
2850 gdb_byte*.
2851
2852 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
2853
2854 * nat/fork-inferior.h (trace_start_error): Add ATTRIBUTE_PRINTF.
2855
2856 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
2857
2858 * configure: Re-generate.
2859 * warning.m4 (build_warnings): Add -Wno-mismatched-tags.
2860
2861 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
2862
2863 * configure: Re-generate.
2864 * warning.m4: Pass -Werror to compiler when checking for
2865 supported warning flags.
2866
2867 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
2868
2869 * Makefile.in (COMPILE.pre): Add "-x c++".
2870
2871 2017-06-16 Alan Hayward <alan.hayward@arm.com>
2872 Pedro Alves <palves@redhat.com>
2873 Yao Qi <yao.qi@linaro.org>
2874
2875 * defs.h (RequireLongest): New.
2876 (extract_integer): Declare function template.
2877 (extract_signed_integer): Remove the declaration, but define it
2878 static inline.
2879 (extract_unsigned_integer): Likewise.
2880 (store_integer): Declare function template.
2881 (store_signed_integer): Remove the declaration, but define it
2882 static inline.
2883 (store_unsigned_integer): Likewise.
2884 * findvar.c (extract_integer): New function template.
2885 (extract_signed_integer): Remove.
2886 (extract_unsigned_integer): Remove.
2887 (extract_integer<LONGEST>, extract_integer<ULONGEST>): Explicit
2888 instantiations.
2889 (store_integer): New function template.
2890 (store_signed_integer): Remove.
2891 (store_unsigned_integer): Remove.
2892 (store_integer): Explicit instantiations.
2893 * regcache.c (regcache_raw_read_signed): Update.
2894 (regcache::raw_read): New function.
2895 (regcache::raw_read_signed): Remove.
2896 (regcache::raw_read_unsigned): Remove.
2897 (regcache_raw_read_unsigned): Update.
2898 (regcache_raw_write_unsigned): Update.
2899 (regcache::raw_write_signed): Remove.
2900 (regcache::raw_write): New function.
2901 (regcache_cooked_read_signed): Update.
2902 (regcache::raw_write_unsigned): Remove.
2903 (regcache::cooked_read_signed): Remove.
2904 (regcache_cooked_read_unsigned): Update.
2905 (regcache::cooked_read_unsigned): Remove.
2906 (regcache_cooked_write_signed): Update.
2907 (regcache_cooked_write_unsigned): Update.
2908 * regcache.h (regcache) <raw_read_signed>: Remove.
2909 <raw_write_signed, raw_read_unsigned, raw_write_unsigned>: Remove.
2910 <raw_read, raw_write>: New.
2911 <cooked_read_signed, cooked_write_signed>: Remove.
2912 <cooked_write_unsigned, cooked_read_unsigned>: Remove.
2913 <cooked_read, cooked_write>: New.
2914 * sh64-tdep.c (sh64_pseudo_register_read): Update.
2915 (sh64_pseudo_register_write): Update.
2916
2917 2017-06-16 Anton Kolesov <anton.kolesov@synopsys.com>
2918
2919 * arc-tdep.c (arc_disassembler_options): New variable.
2920 (arc_gdbarch_init): Set and use it. Use arc_delayed_print_insn instead
2921 of default_print_insn.
2922 (arc_delayed_print_insn): Set info->section when needed,
2923 use default_print_insn to retrieve a disassembler.
2924
2925 2017-06-14 Sergio Durigan Junior <sergiodj@redhat.com>
2926
2927 PR gdb/21574
2928 * infcmd.c (_initialize_infcmd): Expand "help run" documentation
2929 to mention $SHELL and startup-with-shell.
2930
2931 2017-06-14 Max Filippov <jcmvbkbc@gmail.com>
2932
2933 * MAINTAINERS: Move Maxim Grigoriev to the Past Maintainers.
2934
2935 2017-06-14 Yao Qi <yao.qi@linaro.org>
2936
2937 * aarch64-tdep.c (aarch64_gdb_print_insn): Call
2938 default_print_insn instead of print_insn_aarch64.
2939 * arm-tdep.c (gdb_print_insn_arm): Call
2940 default_print_insn instead of print_insn_big_arm
2941 and print_insn_little_arm.
2942 * i386-tdep.c (i386_print_insn): Call default_print_insn
2943 instead of print_insn_i386.
2944 * ia64-tdep.c (ia64_print_insn): Call
2945 default_print_insn instead of print_insn_ia64.
2946 * mips-tdep.c (gdb_print_insn_mips): Call
2947 default_print_insn instead of print_insn_big_mips
2948 and print_insn_little_mips.
2949 * spu-tdep.c (gdb_print_insn_spu): Call default_print_insn
2950 instead of print_insn_spu.
2951
2952 2017-06-14 Pedro Alves <palves@redhat.com>
2953
2954 * ada-lang.c: Include "common/byte-vector.h".
2955 (ada_value_primitive_packed_val): Use gdb::byte_vector.
2956 * charset.c (wchar_iterator::iterate): Resize the vector instead
2957 of reserving it.
2958 * common/byte-vector.h: Include "common/def-vector.h".
2959 (wchar_iterator::m_out): Now a gdb::def_vector<gdb_wchar_t>.
2960 * cli/cli-dump.c: Include "common/byte-vector.h".
2961 (dump_memory_to_file, restore_binary_file): Use gdb::byte_vector.
2962 * common/byte-vector.h: New file.
2963 * common/def-vector.h: New file.
2964 * common/default-init-alloc.h: New file.
2965 * dwarf2loc.c: Include "common/byte-vector.h".
2966 (rw_pieced_value): Use gdb::byte_vector, and resize the vector
2967 instead of reserving it.
2968 * dwarf2read.c: Include "common/byte-vector.h".
2969 (data_buf::m_vec): Now a gdb::byte_vector.
2970 * gdb_regex.c: Include "common/def-vector.h".
2971 (compiled_regex::compiled_regex): Use gdb::def_vector<char>.
2972 * mi/mi-main.c: Include "common/byte-vector.h".
2973 (mi_cmd_data_read_memory): Use gdb::byte_vector.
2974 * printcmd.c: Include "common/byte-vector.h".
2975 (print_scalar_formatted): Use gdb::byte_vector.
2976 * valprint.c: Include "common/byte-vector.h".
2977 (maybe_negate_by_bytes, print_decimal_chars): Use
2978 gdb::byte_vector.
2979
2980 2017-06-13 Simon Marchi <simon.marchi@ericsson.com>
2981
2982 * darwin-nat.c: Include "nat/fork-inferior.h".
2983
2984 2017-06-13 Simon Marchi <simon.marchi@ericsson.com>
2985
2986 * configure.nat: Factor out Darwin bits that are not
2987 architecture-specific. Add fork-inferior.o.
2988
2989 2017-06-13 Simon Marchi <simon.marchi@ericsson.com>
2990
2991 * configure.nat: Factor out AIX bits that are not
2992 architecture-specific. Add fork-inferior.o.
2993
2994 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2995
2996 * dwarf2loc.c (rw_pieced_value): New. Merge logic from...
2997 (read_pieced_value, write_pieced_value): ...here. Reduce to
2998 wrappers that just call rw_pieced_value.
2999
3000 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3001
3002 * dwarf2loc.c (write_pieced_value): When writing the data for a
3003 memory piece, use write_memory_with_notification instead of
3004 write_memory.
3005
3006 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3007
3008 * valops.c (read_value_memory): Change embedded_offset to
3009 represent a bit offset instead of a byte offset.
3010 * value.h (read_value_memory): Adjust comment.
3011
3012 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3013
3014 * dwarf2loc.c (read_pieced_value): Remove unnecessary variables
3015 dest_offset_bits and source_offset_bits.
3016 (write_pieced_value): Likewise.
3017
3018 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3019
3020 * dwarf2loc.c (read_pieced_value): Respect the piece offset, as
3021 given by DW_OP_bit_piece.
3022 (write_pieced_value): Likewise.
3023
3024 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3025
3026 * dwarf2loc.c (read_pieced_value): Move the buffer allocation and
3027 some other preparations to the places where sufficient information
3028 is available.
3029 (write_pieced_value): Likewise.
3030
3031 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3032
3033 * dwarf2loc.c (bits_to_bytes): New function.
3034 (read_pieced_value): Fix offset calculations for register pieces
3035 on big-endian targets.
3036 (write_pieced_value): Likewise.
3037
3038 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3039
3040 * dwarf2loc.c (read_pieced_value): Remove buffer_size variable.
3041 (write_pieced_value): Likewise.
3042
3043 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3044
3045 * dwarf2loc.c (write_pieced_value): When writing to a bit-field,
3046 transfer the source value's least significant bits, instead of its
3047 lowest-addressed ones. Rename type_len to max_offset.
3048 (read_pieced_value): Mirror above changes to write_pieced_value as
3049 applicable.
3050
3051 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3052
3053 * dwarf2loc.c (write_pieced_value): In DWARF_VALUE_MEMORY,
3054 truncate full bytes from dest_offset_bits before using it as an
3055 offset into the buffer.
3056
3057 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3058
3059 * dwarf2loc.c (write_pieced_value): Include transfer size in
3060 byte-wise check.
3061
3062 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3063
3064 * dwarf2loc.c (write_pieced_value): Fix copy/paste error in the
3065 calculation of this_size.
3066
3067 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3068
3069 * dwarf2loc.c (read_pieced_value): Respect parent value's offset
3070 when targeting a bit-field.
3071 (write_pieced_value): Likewise.
3072
3073 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3074
3075 * dwarf2loc.c (struct piece_closure) <addr_size>: Remove field.
3076 (allocate_piece_closure): Drop addr_size parameter.
3077 (dwarf2_evaluate_loc_desc_full): Adjust call to
3078 allocate_piece_closure.
3079
3080 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3081
3082 PR gdb/21226
3083 * dwarf2loc.c (read_pieced_value): Anchor stack value pieces at
3084 the LSB end, independent of endianness.
3085
3086 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3087
3088 * dwarf2loc.c (write_pieced_value): Fix order of calculations for
3089 size capping.
3090
3091 2017-06-13 Yao Qi <yao.qi@linaro.org>
3092
3093 * mips-linux-nat.c: Move include features/mips*-linux.c to
3094 mips-linux-tdep.c.
3095 (_initialize_mips_linux_nat): Move initialize_tdesc_mips* calls
3096 to mips-linux-tdep.c.
3097 * mips-linux-tdep.c: Include features/mips*-linux.c
3098 (_initialize_mips_linux_tdep): Call initialize_tdesc_mips*
3099 functions.
3100 * mips-linux-tdep.h (tdesc_mips_linux): Declare.
3101 (tdesc_mips_dsp_linux, tdesc_mips64_linux): Declare.
3102 (tdesc_mips64_dsp_linux): Declare.
3103
3104 2017-06-12 Tom Tromey <tom@tromey.com>
3105
3106 * valprint.h (val_print_type_code_int): Remove.
3107 * valprint.c (generic_val_print_int): Always call
3108 val_print_scalar_formatted.
3109 (val_print_type_code_int): Remove.
3110 * printcmd.c (print_scalar_formatted): Handle options->format==0.
3111 * f-valprint.c (f_val_print): Use val_print_scalar_formatted.
3112 * c-valprint.c (c_val_print_int): Use val_print_scalar_formatted.
3113 * ada-valprint.c (ada_val_print_num): Use
3114 val_print_scalar_formatted.
3115
3116 2017-06-12 Tom Tromey <tom@tromey.com>
3117
3118 * printcmd.c (print_scalar_formatted): Unify the two switches.
3119 Don't convert scalars to LONGEST.
3120
3121 2017-06-12 Tom Tromey <tom@tromey.com>
3122
3123 PR exp/16225:
3124 * valprint.h (print_decimal_chars): Update.
3125 * valprint.c (maybe_negate_by_bytes): New function.
3126 (print_decimal_chars): Add "is_signed" argument.
3127 * printcmd.c (print_scalar_formatted): Update.
3128
3129 2017-06-12 Tom Tromey <tom@tromey.com>
3130
3131 PR exp/16225:
3132 * valprint.h (print_binary_chars, print_hex_chars): Update.
3133 * valprint.c (val_print_type_code_int): Update.
3134 (print_binary_chars): Add "zero_pad" argument.
3135 (emit_octal_digit): New function.
3136 (print_octal_chars): Don't zero-pad.
3137 (print_decimal_chars): Likewise.
3138 (print_hex_chars): Add "zero_pad" argument.
3139 * sh64-tdep.c (sh64_do_fp_register): Update.
3140 * regcache.c (regcache::dump): Update.
3141 * printcmd.c (print_scalar_formatted): Update.
3142 * infcmd.c (default_print_one_register_info): Update.
3143
3144 2017-06-12 Pedro Alves <palves@redhat.com>
3145 Alan Hayward <alan.hayward@arm.com>
3146
3147 * mips-tdep.c (MAX_MIPS_ABI_REGSIZE): New.
3148 (mips_eabi_push_dummy_call): Rename local 'regsize' to
3149 'abi_regsize'. Rename local array 'valbuf' to 'ref_valbuf', and
3150 use MAX_MIPS_ABI_REGSIZE instead of MAX_REGISTER_SIZE to size it.
3151 Assert that abi_regsize bytes fit in 'ref_valbuf'.
3152
3153 2017-06-12 Pedro Alves <palves@redhat.com>
3154
3155 * dwarf2read.c (mapped_symtab::data): Now a vector of
3156 symtab_index_entry instead of vector of
3157 std::unique_ptr<symtab_index_entry>. All users adjusted to check
3158 whether an element's name is NULL instead of checking whether the
3159 element itself is NULL.
3160 (find_slot): Change return type. Adjust.
3161 (hash_expand, , add_index_entry, uniquify_cu_indices)
3162 (write_hash_table): Adjust.
3163
3164 2017-06-12 Pedro Alves <palves@redhat.com>
3165
3166 * dwarf2read.c (recursively_count_psymbols): New function.
3167 (write_psymtabs_to_index): Call it to compute number of psyms and
3168 pass estimate size of psyms_seen to unordered_set's ctor.
3169
3170 2017-06-12 Pedro Alves <palves@redhat.com>
3171
3172 * dwarf2read.c (write_hash_table): Check if key already exists
3173 before emplacing.
3174
3175 2017-06-12 Pedro Alves <palves@redhat.com>
3176
3177 * dwarf2read.c (data_buf::append_space): Rename to...
3178 (data_buf::grow): ... this, and make private. Adjust all callers.
3179 (data_buf::append_uint): New method.
3180 (add_address_entry, write_one_signatured_type)
3181 (write_psymtabs_to_index): Use it.
3182
3183 2017-06-12 Pedro Alves <palves@redhat.com>
3184
3185 * dwarf2read.c (file_write(FILE *, const void *, size_t)): Delete.
3186 (file_write (FILE *, const std::vector<Elem>&)): Delete.
3187 (data_buf::file_write): Call ::fwrite directly.
3188
3189 2017-06-12 Pedro Alves <palves@redhat.com>
3190
3191 * dwarf2read.c (uniquify_cu_indices): Use std::unique and
3192 std::vector::erase.
3193
3194 2017-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3195
3196 Code cleanup: C++ify .gdb_index producer.
3197 * dwarf2read.c: Include <unordered_set> and <unordered_map>.
3198 (MAYBE_SWAP) [WORDS_BIGENDIAN]: Cast to offset_type.
3199 (struct strtab_entry, hash_strtab_entry, eq_strtab_entry)
3200 (create_strtab, add_string): Remove.
3201 (file_write, data_buf): New.
3202 (struct symtab_index_entry): Use std::vector for cu_indices.
3203 (struct mapped_symtab): Use std::vector for data.
3204 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry)
3205 (create_symbol_hash_table, create_mapped_symtab, cleanup_mapped_symtab):
3206 Remove.
3207 (find_slot): Change return type. Update it to the new data structures.
3208 (hash_expand, add_index_entry): Update it to the new data structures.
3209 (offset_type_compare): Remove.
3210 (uniquify_cu_indices): Update it to the new data structures.
3211 (c_str_view, c_str_view_hasher, vector_hasher): New.
3212 (add_indices_to_cpool): Remove.
3213 (write_hash_table): Update it to the new data structures.
3214 (struct psymtab_cu_index_map, hash_psymtab_cu_index)
3215 (eq_psymtab_cu_index): Remove.
3216 (psym_index_map): New typedef.
3217 (struct addrmap_index_data): Change addr_obstack pointer to data_buf
3218 reference and std::unordered_map for cu_index_htab.
3219 (add_address_entry, add_address_entry_worker, write_address_map)
3220 (write_psymbols): Update it to the new data structures.
3221 (write_obstack): Remove.
3222 (struct signatured_type_index_data): Change types_list to a data_buf
3223 reference and psyms_seen to a std::unordered_set reference.
3224 (write_one_signatured_type, recursively_write_psymbols)
3225 (write_psymtabs_to_index): Update it to the new data structures.
3226
3227 2017-06-11 Simon Marchi <simon.marchi@ericsson.com>
3228
3229 * NEWS (Changes since GDB 8.0): Announce {set,show} debug
3230 separate-debug-file commands.
3231 * symfile.h (separate_debug_file_debug): New global.
3232 * symfile.c (separate_debug_file_debug): New global.
3233 (separate_debug_file_exists, find_separate_debug_file): Add
3234 debug output.
3235 (_initialize_symfile): Add "set debug separate-debug-file"
3236 command.
3237 * build-id.c (build_id_to_debug_bfd,
3238 find_separate_debug_file_by_buildid): Add debug output.
3239
3240 2017-06-10 Simon Marchi <simon.marchi@polymtl.ca>
3241
3242 * gdbarch.sh (displaced_step_free_closure): Remove.
3243 * gdbarch.h, gdbarch.c: Re-generate.
3244 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't set
3245 displaced_step_free_closure.
3246 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
3247 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
3248 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
3249 * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
3250 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
3251 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
3252 * arch-utils.h (simple_displaced_step_free_closure): Remove.
3253 * arch-utils.c (simple_displaced_step_free_closure): Remove.
3254 * infrun.c (displaced_step_clear): Call xfree instead of
3255 gdbarch_displaced_step_free_closure.
3256
3257 2017-06-08 Sergio Durigan Junior <sergiodj@redhat.com>
3258
3259 * common/common-utils.c (stringify_argv): Check for "arg[0] !=
3260 NULL".
3261
3262 2017-06-08 Alan Hayward <alan.hayward@arm.com>
3263
3264 * mn10300-tdep.c (MN10300_MAX_REGISTER_SIZE): Add.
3265 (mn10300_extract_return_value): Use MN10300_MAX_REGISTER_SIZE.
3266 (mn10300_push_dummy_call): Likewise.
3267
3268 2017-06-08 Alan Hayward <alan.hayward@arm.com>
3269
3270 * mi/mi-main.c (register_changed_p): Use value_contents_eq.
3271
3272 2017-06-08 Alan Hayward <alan.hayward@arm.com>
3273
3274 * mi/mi-main.c (register_changed_p): Use cooked_read_value.
3275
3276 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3277
3278 * NEWS (Changes since GDB 8.0): Announce that GDBserver is now
3279 able to start inferiors using a shell.
3280 (New remote packets): Announce new packet "QStartupWithShell".
3281 * remote.c: Add PACKET_QStartupWithShell.
3282 (extended_remote_create_inferior): Handle new
3283 PACKET_QStartupWithShell.
3284 (remote_protocol_features) <QStartupWithShell>: New entry for
3285 PACKET_QStartupWithShell.
3286 (_initialize_remote): Call "add_packet_config_cmd" for
3287 QStartupShell.
3288
3289 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3290 Pedro Alves <palves@redhat.com>
3291
3292 * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-inferior.h"
3293 and "nat/fork-inferior.h".
3294 * common/common-inferior.h: New file, with contents from
3295 "gdb/inferior.h".
3296 * commom/common-utils.c: Include "common-utils.h".
3297 (stringify_argv): New function.
3298 * common/common-utils.h (stringify_argv): New prototype.
3299 * configure.nat: Add "fork-inferior.o" as a dependency for
3300 "*linux*", "fbsd*" and "nbsd*" hosts.
3301 * corefile.c (get_exec_file): Update comment.
3302 * darwin-nat.c (darwin_ptrace_him): Call "gdb_startup_inferior"
3303 instead of "startup_inferior".
3304 (darwin_create_inferior): Call "add_thread_silent" after
3305 "fork_inferior".
3306 * fork-child.c: Cleanup unnecessary includes.
3307 (SHELL_FILE): Move to "common/common-fork-child.c".
3308 (environ): Likewise.
3309 (exec_wrapper): Initialize.
3310 (get_exec_wrapper): New function.
3311 (breakup_args): Move to "common/common-fork-child.c"; rename to
3312 "breakup_args_for_exec".
3313 (escape_bang_in_quoted_argument): Move to
3314 "common/common-fork-child.c".
3315 (saved_ui): New variable.
3316 (prefork_hook): New function.
3317 (postfork_hook): Likewise.
3318 (postfork_child_hook): Likewise.
3319 (gdb_startup_inferior): Likewise.
3320 (fork_inferior): Move to "common/common-fork-child.c". Update
3321 function to support gdbserver.
3322 (startup_inferior): Likewise.
3323 * gdbcore.h (get_exec_file): Remove declaration.
3324 * gnu-nat.c (gnu_create_inferior): Call "gdb_startup_inferior"
3325 instead of "startup_inferior". Call "add_thread_silent" after
3326 "fork_inferior".
3327 * inf-ptrace.c: Include "nat/fork-inferior.h" and "utils.h".
3328 (inf_ptrace_create_inferior): Call "gdb_startup_inferior"
3329 instead of "startup_inferior". Call "add_thread_silent" after
3330 "fork_inferior".
3331 * inferior.h: Include "common-inferior.h".
3332 (trace_start_error): Move to "common/common-utils.h".
3333 (trace_start_error_with_name): Likewise.
3334 (fork_inferior): Move prototype to "nat/fork-inferior.h".
3335 (startup_inferior): Likewise.
3336 (gdb_startup_inferior): New prototype.
3337 * nat/fork-inferior.c: New file, with contents from "fork-child.c".
3338 * nat/fork-inferior.h: New file.
3339 * procfs.c (procfs_init_inferior): Call "gdb_startup_inferior"
3340 instead of "startup_inferior". Call "add_thread_silent" after
3341 "fork_inferior".
3342 * target.h (target_terminal_init): Move prototype to
3343 "target/target.h".
3344 (target_terminal_inferior): Likewise.
3345 (target_terminal_ours): Likewise.
3346 * target/target.h (target_terminal_init): New prototype, moved
3347 from "target.h".
3348 (target_terminal_inferior): Likewise.
3349 (target_terminal_ours): Likewise.
3350 * utils.c (gdb_flush_out_err): New function.
3351
3352 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3353
3354 * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-gdbthread.h".
3355 * common/common-gdbthread.h: New file, with parts from
3356 "gdb/gdbthread.h".
3357 * gdbthread.h: Include "common-gdbthread.h".
3358 (switch_to_thread): Moved to "common/common-gdbthread.h".
3359
3360 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3361
3362 * Makefile.in (SFILES): Add "common/job-control.c".
3363 (HFILES_NO_SRCDIR): Add "common/job-control.h".
3364 (COMMON_OBS): Add "job-control.o".
3365 * common/job-control.c: New file, with contents from
3366 "gdb/inflow.c".
3367 * common/job-control.h: New file, with contents from "terminal.h".
3368 * fork-child.c: Include "job-control.h".
3369 * inflow.c: Include "job-control.h".
3370 (gdb_setpgid): Move to "common/common-inflow.c".
3371 (_initialize_inflow): Move setting of "job_control" to
3372 "handle_job_control".
3373 * terminal.h (job_control): Moved to "common/common-terminal.h".
3374 (gdb_setpgid): Likewise.
3375 * top.c: Include "job_control.h".
3376 * utils.c: Likewise.
3377 (job_control): Moved to "job-control.c".
3378
3379 2017-06-07 Pedro Alves <palves@redhat.com>
3380
3381 * Makefile.in (SFILES): Add gdb_regex.c.
3382 (COMMON_OBS): Add gdb_regex.o.
3383 * ada-lang.c (ada_add_standard_exceptions)
3384 (ada_add_exceptions_from_frame, name_matches_regex)
3385 (ada_add_global_exceptions, ada_exceptions_list_1): Change regex
3386 parameter type to compiled_regex. Adjust.
3387 (ada_exceptions_list): Use compiled_regex.
3388 * break-catch-throw.c (exception_catchpoint::pattern): Now a
3389 std::unique_ptr<compiled_regex>.
3390 (exception_catchpoint::~exception_catchpoint): Remove regfree
3391 call.
3392 (check_status_exception_catchpoint): Adjust to use compiled_regex.
3393 (handle_gnu_v3_exceptions): Adjust to use compiled_regex.
3394 * breakpoint.c (solib_catchpoint::compiled): Now a
3395 std::unique_ptr<compiled_regex>.
3396 (solib_catchpoint::~solib_catchpoint): Remove regfree call.
3397 (check_status_catch_solib): Adjust to use compiled_regex.
3398 (add_solib_catchpoint): Adjust to use compiled_regex.
3399 * cli/cli-cmds.c (apropos_command): Use compiled_regex.
3400 * cli/cli-decode.c (apropos_cmd): Change regex parameter to
3401 compiled_regex reference. Adjust to use it.
3402 * cli/cli-decode.h: Remove struct re_pattern_buffer forward
3403 declaration. Include "gdb_regex.h".
3404 (apropos_cmd): Change regex parameter to compiled_regex reference.
3405 * gdb_regex.c: New file.
3406 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Delete
3407 declarations.
3408 (class compiled_regex): New.
3409 * linux-tdep.c: Include "common/gdb_optional.h".
3410 (struct mapping_regexes): New, factored out from
3411 mapping_is_anonymous_p, and adjusted to use compiled_regex.
3412 (mapping_is_anonymous_p): Use mapping_regexes wrapped in a
3413 gdb::optional and remove cleanups. Adjust to compiled_regex.
3414 * probe.c: Include "common/gdb_optional.h".
3415 (collect_probes): Use compiled_regex and gdb::optional and remove
3416 cleanups.
3417 * skip.c: Include "common/gdb_optional.h".
3418 (skiplist_entry::compiled_function_regexp): Now a
3419 gdb::optional<compiled_regex>.
3420 (skiplist_entry::compiled_function_regexp_is_valid): Delete field.
3421 (free_skiplist_entry): Remove regfree call.
3422 (compile_skip_regexp, skip_rfunction_p): Adjust to use
3423 compiled_regex and gdb::optional.
3424 * symtab.c: Include "common/gdb_optional.h".
3425 (search_symbols): Use compiled_regex and gdb::optional.
3426 * utils.c (do_regfree_cleanup, make_regfree_cleanup)
3427 (get_regcomp_error, compile_rx_or_error): Delete. Some bits moved
3428 to gdb_regex.c.
3429
3430 2017-06-07 Alan Hayward <alan.hayward@arm.com>
3431
3432 * regcache.c (regcache::save): Avoid buffer use.
3433 (regcache::dump): Likewise.
3434
3435 2017-06-07 Alan Hayward <alan.hayward@arm.com>
3436
3437 * sh-tdep.c (sh_pseudo_register_read): Remove
3438 MAX_REGISTER_SIZE.
3439 (sh_pseudo_register_write): Likewise.
3440 * sh64-tdep.c (sh64_pseudo_register_read): Likewise.
3441 (sh64_pseudo_register_write): Likewise
3442
3443 2017-06-07 Alan Hayward <alan.hayward@arm.com>
3444
3445 * aarch64-tdep.c (aarch64_store_return_value): Use
3446 V_REGISTER_SIZE.
3447 (aarch64_pseudo_read_value): Likewise.
3448 (aarch64_pseudo_write): Likewise.
3449
3450 2017-06-06 Yao Qi <yao.qi@linaro.org>
3451
3452 * regformats/regdef.h (set_register_cache): Remove the
3453 declaration.
3454
3455 2017-06-06 Alan Hayward <alan.hayward@arm.com>
3456
3457 * frame.c (frame_unwind_register_signed): Use
3458 frame_unwind_register_value.
3459
3460 2017-06-06 Pedro Alves <palves@redhat.com>
3461
3462 PR breakpoints/21553
3463 * breakpoint.c (create_breakpoints_sal_default)
3464 (init_breakpoint_sal, create_breakpoint_sal): Use
3465 gdb::unique_xmalloc_ptr for string parameters.
3466 (create_breakpoint): Constify 'extra_string' and 'cond_string'
3467 parameters. Replace cleanups with gdb::unique_xmalloc_ptr.
3468 (base_breakpoint_create_breakpoints_sal)
3469 (bkpt_create_breakpoints_sal, tracepoint_create_breakpoints_sal)
3470 (strace_marker_create_breakpoints_sal)
3471 (create_breakpoints_sal_default): Use gdb::unique_xmalloc_ptr for
3472 string parameters.
3473 * breakpoint.h (breakpoint_ops::create_breakpoints_sal): Use
3474 gdb::unique_xmalloc_ptr for string parameters.
3475 (create_breakpoint): Constify 'extra_string' and 'cond_string'
3476 parameters.
3477
3478 2017-06-06 Alan Hayward <alan.hayward@arm.com>
3479
3480 * alpha-tdep.c (alpha_register_to_value): Use
3481 get_frame_register_value.
3482 (alpha_value_to_register): Use ALPHA_REGISTER_SIZE.
3483
3484 2017-06-06 Alan Hayward <alan.hayward@arm.com>
3485
3486 * ia64-tdep.c (IA64_MAX_FP_REGISTER_SIZE) Add.
3487 (ia64_register_to_value): Use IA64_MAX_FP_REGISTER_SIZE.
3488 (ia64_value_to_register): Likewise.
3489 (ia64_extract_return_value): Likewise.
3490 (ia64_store_return_value): Likewise.
3491 (ia64_push_dummy_call): Likewise.
3492
3493 2017-06-04 Joel Brobecker <brobecker@adacore.com>
3494
3495 GDB 8.0 released.
3496
3497 2017-06-03 Simon Marchi <simon.marchi@ericsson.com>
3498
3499 * x86-linux-nat.c (struct arch_lwp_info): Remove.
3500
3501 2017-06-03 Simon Marchi <simon.marchi@polymtl.ca>
3502
3503 * linux-nat.c (linux_nat_post_attach_wait): Remove FIRST
3504 parameter.
3505 (linux_nat_attach): Adjust call to linux_nat_post_attach_wait.
3506
3507 2017-06-02 Simon Marchi <simon.marchi@ericsson.com>
3508
3509 * event-loop.c (poll_timers): Unallocate timer using delete
3510 instead of xfree.
3511
3512 2017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
3513
3514 * breakpoint.h (struct breakpoint_ops) <dtor>: Remove.
3515 (struct breakpoint) <~breakpoint>: New.
3516 (struct watchpoint): Inherit from breakpoint.
3517 <~watchpoint>: New.
3518 <base>: Remove.
3519 (struct tracepoint): Inherit from breakpoint.
3520 <base>: Remove.
3521 * breakpoint.c (longjmp_breakpoint_ops): Remove.
3522 (struct longjmp_breakpoint): Inherit from breakpoint.
3523 <~longjmp_breakpoint>: New.
3524 <base>: Remove.
3525 (new_breakpoint_from_type): Remove casts.
3526 (watchpoint_in_thread_scope): Remove reference to base field.
3527 (watchpoint_del_at_next_stop): Likewise.
3528 (update_watchpoint): Likewise.
3529 (watchpoint_check): Likewise.
3530 (bpstat_check_watchpoint): Likewise.
3531 (set_longjmp_breakpoint): Likewise.
3532 (struct fork_catchpoint): Inherit from breakpoint.
3533 <base>: Remove.
3534 (struct solib_catchpoint): Inherit from breakpoint.
3535 <~solib_catchpoint>: New.
3536 <base>: Remove.
3537 (dtor_catch_solib): Change to ...
3538 (solib_catchpoint::~solib_catchpoint): ... this.
3539 (breakpoint_hit_catch_solib): Remove reference to base field.
3540 (add_solib_catchpoint): Likewise.
3541 (create_fork_vfork_event_catchpoint): Likewise.
3542 (struct exec_catchpoint): Inherit from breakpoint.
3543 <~exec_catchpoint>: New.
3544 <base>: Remove.
3545 (dtor_catch_exec): Change to ...
3546 (exec_catchpoint::~exec_catchpoint): ... this.
3547 (dtor_watchpoint): Change to ...
3548 (watchpoint::~watchpoint): ... this.
3549 (watch_command_1): Remove reference to base field.
3550 (catch_exec_command_1): Likewise.
3551 (base_breakpoint_dtor): Change to ...
3552 (breakpoint::~breakpoint): ... this.
3553 (base_breakpoint_ops): Remove dtor field value.
3554 (longjmp_bkpt_dtor): Change to ...
3555 (longjmp_breakpoint::~longjmp_breakpoint): ... this.
3556 (strace_marker_create_breakpoints_sal): Remove reference to base
3557 field.
3558 (delete_breakpoint): Don't manually call breakpoint destructor.
3559 (create_tracepoint_from_upload): Remove reference to base field.
3560 (trace_pass_set_count): Likewise.
3561 (initialize_breakpoint_ops): Don't initialize
3562 momentary_breakpoint_ops, don't set dtors.
3563 * ada-lang.c (struct ada_catchpoint): Inherit from breakpoint.
3564 <~ada_catchpoint>: New.
3565 <base>: Remove.
3566 (create_excep_cond_exprs): Remove reference to base field.
3567 (dtor_exception): Change to ...
3568 (ada_catchpoint::~ada_catchpoint): ... this.
3569 (dtor_catch_exception): Remove.
3570 (dtor_catch_exception_unhandled): Remove.
3571 (dtor_catch_assert): Remove.
3572 (create_ada_exception_catchpoint): Remove reference to base
3573 field.
3574 (initialize_ada_catchpoint_ops): Don't set dtors.
3575 * break-catch-sig.c (struct signal_catchpoint): Inherit from
3576 breakpoint.
3577 <~signal_catchpoint>: New.
3578 <base>: Remove.
3579 (signal_catchpoint_dtor): Change to ...
3580 (signal_catchpoint::~signal_catchpoint): ... this.
3581 (create_signal_catchpoint): Remove reference to base field.
3582 (initialize_signal_catchpoint_ops): Don't set dtor.
3583 * break-catch-syscall.c (struct syscall_catchpoint): Inherit
3584 from breakpoint.
3585 <~syscall_catchpoint>: New.
3586 <base>: Remove.
3587 (dtor_catch_syscall): Change to ...
3588 (syscall_catchpoint::~syscall_catchpoint): ... this.
3589 (create_syscall_event_catchpoint): Remove reference to base
3590 field.
3591 (initialize_syscall_catchpoint_ops): Don't set dtor.
3592 * break-catch-throw.c (struct exception_catchpoint): Inherit
3593 from breakpoint.
3594 <~exception_catchpoint>: New.
3595 <base>: Remove.
3596 (dtor_exception_catchpoint): Change to ...
3597 (exception_catchpoint::~exception_catchpoint): ... this.
3598 (handle_gnu_v3_exceptions): Remove reference to base field.
3599 (initialize_throw_catchpoint_ops): Don't set dtor.
3600 * ctf.c (ctf_get_traceframe_address): Remove reference to base
3601 field.
3602 * remote.c (remote_get_tracepoint_status): Likewise.
3603 * tracefile-tfile.c (tfile_get_traceframe_address): Likewise.
3604 * tracefile.c (tracefile_fetch_registers): Likewise.
3605 * tracepoint.c (actions_command): Likewise.
3606 (validate_actionline): Likewise.
3607 (tfind_1): Likewise.
3608 (get_traceframe_location): Likewise.
3609 (find_matching_tracepoint_location): Likewise.
3610 (parse_tracepoint_status): Likewise.
3611 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
3612
3613 2017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
3614
3615 * breakpoint.c (struct longjmp_breakpoint): New struct.
3616 (is_tracepoint_type): Change return type to bool.
3617 (is_longjmp_type): New function.
3618 (new_breakpoint_from_type): Handle longjmp kinds of breakpoints.
3619 (set_raw_breakpoint_without_location): Use
3620 new_breakpoint_from_type.
3621 (set_raw_breakpoint): Likewise.
3622
3623 2017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
3624
3625 * breakpoint.c (new_breakpoint_from_type): New function.
3626 (create_breakpoint_sal): Use new_breakpoint_from_type and
3627 unique_ptr.
3628 (create_breakpoint): Likewise.
3629
3630 2017-05-31 Simon Marchi <simon.marchi@ericsson.com>
3631
3632 * memattr.c (mem_info_command): Rename to ...
3633 (info_mem_command): ... this.
3634 (mem_enable_command): Rename to ...
3635 (enable_mem_command): ... this.
3636 (mem_disable_command): Rename to ...
3637 (disable_mem_command): ... this.
3638 (mem_delete_command): Rename to ...
3639 (delete_mem_command): ... this.
3640 (_initialize_mem): Adjust function names.
3641
3642 2017-05-31 Markus Metzger <markus.t.metzger@intel.com>
3643
3644 * btrace.c (handle_pt_insn_events): New.
3645 (ftrace_add_pt): Call handle_pt_insn_events. Rename ERRCODE into
3646 STATUS. Split into this and ...
3647 (handle_pt_insn_event_flags): ... this.
3648
3649 2017-05-31 Markus Metzger <markus.t.metzger@intel.com>
3650
3651 * configure.ac: Check for pt_insn_event, struct pt_insn.enabled,
3652 and struct pt_insn.resynced.
3653 * configure: Regenerated.
3654 * config.in: Regenerated.
3655
3656 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
3657
3658 * btrace.c (ftrace_find_call_by_number): New function.
3659 (ftrace_new_function): Store objects, not pointers.
3660 (ftrace_find_call_by_number, ftrace_new_return, ftrace_new_switch,
3661 ftrace_new_gap, ftrace_update_function,
3662 ftrace_compute_global_level_offset, btrace_stich_bts, btrace_clear,
3663 btrace_insn_get, btrace_insn_get_error, btrace_insn_end,
3664 btrace_insn_next, btrace_insn_prev, ptrace_find_insn_by_number,
3665 btrace_ends_with_single_insn, btrace_call_get): Account for
3666 btrace_thread_info::functions now storing objects.
3667 * btrace.h (struct btrace_thread_info): Add constructor.
3668 (struct btrace_thread_info) <functions>: Make std::vector.
3669 (struct btrace_thread_info) <prev, next, up, insn, errcode, flags):
3670 Initialize with default values.
3671 * record-btrace.c (record_btrace_frame_sniffer): Account for
3672 btrace_thread_info::functions now storing objects.
3673
3674 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
3675
3676 * btrace.c: Remove typedef bfun_s.
3677 (ftrace_new_gap): Directly add gaps to the list of gaps.
3678 (btrace_bridge_gaps, btrace_compute_ftrace_bts, pt_btrace_insn_flags,
3679 ftrace_add_pt, btrace_compute_ftrace_pt, btrace_compute_ftrace_1,
3680 btrace_finalize_ftrace, btrace_compute_ftrace): Use std::vector
3681 instead of gdb VEC.
3682
3683 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
3684
3685 * btrace.c (ftrace_fixup_caller, ftrace_new_return, ftrace_connect_bfun,
3686 ftrace_bridge_gap): Replace references to btrace_thread_info::segment
3687 with btrace_thread_info::next_segment and
3688 btrace_thread_info::prev_segment.
3689 * btrace.h: Remove struct btrace_func_link.
3690 (struct btrace_function): Replace pair of function segment pointers
3691 with pair of indices.
3692 * python/py-record-btrace.c (btpy_call_prev_sibling,
3693 btpy_call_next_sibling): Replace references to
3694 btrace_thread_info::segment with btrace_thread_info::next_segment and
3695 btrace_thread_info::prev_segment.
3696 * record-btrace.c (record_btrace_frame_this_id): Use
3697 btrace_find_call_by_number.
3698
3699 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
3700
3701 * btrace.c (ftrace_new_function, ftrace_fixup_level,
3702 ftrace_connect_bfun, ftrace_bridge_gap, btrace_bridge_gaps,
3703 btrace_insn_next, btrace_insn_prev): Remove references to
3704 btrace_thread_info::flow.
3705 * btrace.h (struct btrace_function): Remove FLOW.
3706
3707 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
3708
3709 * btrace.c (ftrace_find_call_by_number): New function.
3710 (ftrace_update_caller, ftrace_new_call, ftrace_new_tailcall,
3711 ftrace_get_caller, ftrace_find_call, ftrace_new_return,
3712 ftrace_match_backtrace, ftrace_connect_bfun, ftrace_connect_backtrace,
3713 ftrace_bridge_gap, btrace_bridge_gaps): Use btrace_function::up as an
3714 index.
3715 * btrace.h (struct btrace_function): Turn UP into an index.
3716 * python/py-record-btrace.c (btpy_call_up): Use btrace_function::up
3717 as an index.
3718 * record-btrace.c (record_btrace_frame_unwind_stop_reason,
3719 record_btrace_frame_prev_register, record_btrace_frame_sniffer,
3720 record_btrace_tailcall_frame_sniffe): Use btrace_find_call_by_number.
3721
3722 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
3723
3724 * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
3725 ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
3726 ftrace_update_function, ftrace_compute_global_level_offset,
3727 btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt,
3728 btrace_stitch_bts, btrace_fetch, btrace_clear, btrace_insn_number,
3729 btrace_insn_end, btrace_is_empty): Remove references to
3730 btrace_thread_info::begin and btrace_thread_info::end.
3731 * btrace.h (struct btrace_thread_info): Remove BEGIN and END.
3732 (struct btrace_thread_info) <functions>: Adjust comment.
3733 * record-btrace.c (record_btrace_start_replaying): Remove reference to
3734 btrace_thread_info::begin.
3735
3736 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
3737
3738 * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
3739 ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
3740 ftrace_update_function): Remove arguments that implicitly were always
3741 BTINFO->END.
3742 (btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt):
3743 Don't pass BTINFO->END.
3744
3745 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
3746
3747 * btrace.c: (btrace_insn_get, btrace_insn_get_error, btrace_insn_number,
3748 btrace_insn_begin, btrace_insn_end, btrace_insn_next, btrace_insn_prev,
3749 btrace_find_insn_by_number): Replace function segment pointer with
3750 index.
3751 (btrace_insn_cmp): Simplify.
3752 * btrace.h: (struct btrace_insn_iterator) Rename index to
3753 insn_index. Replace function segment pointer with index into function
3754 segment vector.
3755 * record-btrace.c (record_btrace_call_history): Replace function
3756 segment pointer use with index.
3757 (record_btrace_frame_sniffer): Retrieve function call segment through
3758 vector.
3759 (record_btrace_set_replay): Remove defunc't safety check.
3760
3761 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
3762
3763 * btrace.c (btrace_ends_with_single_insn): New function.
3764 (btrace_call_get, btrace_call_number, btrace_call_begin,
3765 btrace_call_end, btrace_call_next, btrace_call_prev,
3766 btrace_find_call_by_number): Use index into call segment vector
3767 instead of pointer.
3768 (btrace_call_cmp): Simplify.
3769 * btrace.h (struct btrace_call_iterator): Replace function call segment
3770 pointer with index into vector.
3771 * record-btrace.c (record_btrace_call_history): Use index instead of
3772 pointer.
3773
3774 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
3775
3776 * btrace.c (btrace_insn_begin, btrace_insn_end,
3777 btrace_find_insn_by_number): Add btinfo to iterator.
3778 * btrace.h (struct btrace_insn_iterator): Add btinfo.
3779
3780 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
3781
3782 * btrace.c (ftrace_new_function): Add btrace_thread_info to arguments
3783 and save pointers directly.
3784 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return,
3785 ftrace_new_switch, ftrace_new_gap, ftrace_update_function,
3786 ftrace_add_pt): Add btrace_thread_info to arguments. Adjust for
3787 changed signature of functions.
3788 (btrace_compute_ftrace_pt): Adjust for changed signature of functions.
3789 (btrace_fetch): Remove code that adds btrace_function pointers to
3790 vector of btrace_functions.
3791 (btrace_clear): Simplify freeing vector of btrace_functions.
3792
3793 2017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
3794
3795 * btrace.c (btrace_fetch, btrace_clear, btrace_find_insn_by_number):
3796 Replace VEC_* with std::vector functions.
3797 * btrace.h: Add include: vector. Remove typedef for DEF_VEC_P.
3798 (struct btrace_thread_info)<functions>: Change type to std::vector.
3799
3800 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3801
3802 * NEWS (Changes in GDB 8.0): Remove extra empty line. Move
3803 "Removed targets and native configurations" up. Merge duplicate
3804 "New commands" sub-sections. Add "New options" sub-sections.
3805
3806 2017-05-26 Alan Hayward <alan.hayward@arm.com>
3807
3808 * defs.h (copy_integer_to_size): New declaration.
3809 * findvar.c (copy_integer_to_size): New function.
3810 (do_cint_test): New selftest function.
3811 (copy_integer_to_size_test): Likewise.
3812 (_initialize_findvar): Likewise.
3813 * mips-fbsd-tdep.c (mips_fbsd_supply_reg): Use raw_supply_integer.
3814 (mips_fbsd_collect_reg): Use raw_collect_integer.
3815 * mips-linux-tdep.c (supply_32bit_reg): Use raw_supply_integer.
3816 (mips64_fill_gregset): Use raw_collect_integer
3817 (mips64_fill_fpregset): Use raw_supply_integer.
3818 * regcache.c (regcache::raw_supply_integer): New function.
3819 (regcache::raw_collect_integer): Likewise.
3820 * regcache.h: (regcache::raw_supply_integer): New declaration.
3821 (regcache::raw_collect_integer): Likewise.
3822
3823 2017-05-24 Yao Qi <yao.qi@linaro.org>
3824
3825 * Makefile.in (SFILES): Add gdbarch-selftests.c.
3826 (COMMON_OBS): Add gdbarch-selftests.o.
3827 * frame.c [GDB_SELF_TESTS] (create_new_frame): New function.
3828 * frame.h [GDB_SELF_TESTS] (create_new_frame): Declare.
3829 * gdbarch-selftests.c: New file.
3830 * regcache.h (regcache) <~regcache>: Mark it virtual if
3831 GDB_SELF_TEST.
3832 <raw_write>: Likewise.
3833
3834 2017-05-24 Yao Qi <yao.qi@linaro.org>
3835
3836 * regcache.c (current_regcache): Change it to
3837 regcache::current_regcache.
3838 (regcache_observer_target_changed): Update.
3839 (regcache_thread_ptid_changed): Make it a regcache static
3840 method.
3841 (regcache_thread_ptid_changed): Update.
3842 (class regcache_access): New.
3843 (current_regcache_test): Update.
3844 (_initialize_regcache): Update.
3845 * regcache.h: Include forward_list.
3846 (regcache): Declare regcache_thread_ptid_changed and declare
3847 registers_changed_ptid as friend.
3848
3849 2017-05-24 Yao Qi <yao.qi@linaro.org>
3850
3851 * i387-tdep.c (i387_register_to_value): Use register_size
3852 instead of TYPE_LENGTH.
3853 * m68k-tdep.c (m68k_register_to_value): Likewise.
3854
3855 2017-05-24 Yao Qi <yao.qi@linaro.org>
3856
3857 * i387-tdep.c (i387_convert_register_p): Return false if type
3858 code isn't TYPE_CODE_FLT.
3859
3860 2017-05-24 Yao Qi <yao.qi@linaro.org>
3861
3862 * alpha-tdep.c (alpha_convert_register_p): Return true if type
3863 length is 4.
3864 (alpha_register_to_value): Remove type length check.
3865 (alpha_value_to_register): Likewise.
3866
3867 2017-05-24 Yao Qi <yao.qi@linaro.org>
3868
3869 * ia64-tdep.c (ia64_convert_register_p): Check type's code is
3870 TYPE_CODE_FLT.
3871
3872 2017-05-24 Yao Qi <yao.qi@linaro.org>
3873
3874 * m68k-tdep.c (m68k_convert_register_p): Check type's code is
3875 TYPE_CODE_FLT or not.
3876
3877 2017-05-24 Yao Qi <yao.qi@linaro.org>
3878
3879 * alpha-tdep.c (alpha_gdbarch_init): Use XCNEW instead of XNEW.
3880 * avr-tdep.c (avr_gdbarch_init): Likewise.
3881 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
3882 * cris-tdep.c (cris_gdbarch_init): Likewise.
3883 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
3884 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
3885 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
3886 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3887 * mep-tdep.c (mep_gdbarch_init): Likewise.
3888 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
3889 * mips-tdep.c (mips_gdbarch_init): Likewise.
3890 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3891 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
3892 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3893 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
3894 * v850-tdep.c (v850_gdbarch_init): Likewise.
3895
3896 2017-05-24 Yao Qi <yao.qi@linaro.org>
3897
3898 * selftest-arch.c (tests_with_arch): Call registers_changed
3899 and reinit_frame_cache.
3900 * selftest.c (run_self_tests): Likewise.
3901
3902 2017-05-24 Yao Qi <yao.qi@linaro.org>
3903
3904 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove.
3905 (rs6000_gdbarch_init): Don't call set_gdbarch_print_insn.
3906
3907 2017-05-24 Yao Qi <yao.qi@linaro.org>
3908
3909 * rl78-tdep.c (rl78_gdbarch_init): Don't call
3910 set_gdbarch_print_insn.
3911
3912 2017-05-24 Yao Qi <yao.qi@linaro.org>
3913
3914 * h8300-tdep.c (h8300_gdbarch_init): Don't call
3915 set_gdbarch_print_insn.
3916
3917 2017-05-24 Yao Qi <yao.qi@linaro.org>
3918
3919 * alpha-tdep.c (alpha_gdbarch_init): Don't call
3920 set_gdbarch_print_insn.
3921 * arc-tdep.c (arc_gdbarch_init): Likewise.
3922 * arch-utils.c: include dis-asm.h.
3923 (default_print_insn): New function.
3924 * arch-utils.h (default_print_insn): Declare.
3925 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_print_insn.
3926 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
3927 * cris-tdep.c (cris_delayed_get_disassembler): Remove.
3928 (cris_gdbarch_init): Don't call set_gdbarch_print_insn.
3929 * frv-tdep.c (frv_gdbarch_init): Likewise.
3930 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
3931 * gdbarch.sh (print_insn): Use default_print_insn.
3932 * gdbarch.c: Regenerated.
3933 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
3934 * iq2000-tdep.c (iq2000_gdbarch_init): Likewise.
3935 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
3936 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3937 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
3938 * m68hc11-tdep.c (gdb_print_insn_m68hc11): Remove.
3939 (m68hc11_gdbarch_init): Don't call set_gdbarch_print_insn.
3940 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3941 * m88k-tdep.c (m88k_gdbarch_init): Likewise.
3942 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
3943 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3944 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
3945 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3946 * mt-tdep.c (mt_gdbarch_init): Likewise.
3947 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
3948 * nios2-tdep.c (nios2_print_insn): Remove.
3949 (nios2_gdbarch_init): Don't call set_gdbarch_print_insn.
3950 * rx-tdep.c (rx_gdbarch_init): Likewise.
3951 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
3952 * score-tdep.c (score_print_insn): Remove.
3953 (score_gdbarch_init): Don't call set_gdbarch_print_insn.
3954 * sh-tdep.c (sh_gdbarch_init): Likewise.
3955 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
3956 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
3957 * tic6x-tdep.c (tic6x_print_insn): Remove.
3958 (tic6x_gdbarch_init): Don't call set_gdbarch_print_insn.
3959 * tilegx-tdep.c (tilegx_gdbarch_init): Likewise.
3960 * v850-tdep.c (v850_gdbarch_init): Likewise.
3961 * vax-tdep.c (vax_gdbarch_init): Likewise.
3962 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
3963 * xtensa-tdep.c (xtensa_gdbarch_init): Likewise.
3964
3965 2017-05-23 John Baldwin <jhb@FreeBSD.org>
3966
3967 * mips-fbsd-tdep.c (MIPS_PC_REGNUM): Remove.
3968 (MIPS_FP0_REGNUM): Remove.
3969 (MIPS_FSR_REGNUM): Remove.
3970 (mips_fbsd_supply_fpregs): Use mips_regnum.
3971 (mips_fbsd_supply_gregs): Likewise.
3972 (mips_fbsd_collect_fpregs): Likewise.
3973 (mips_fbsd_collect_gregs): Likewise.
3974
3975 2017-05-23 John Baldwin <jhb@FreeBSD.org>
3976
3977 * mips-fbsd-nat.c (getregs_supplies): Fix upper bound comparison.
3978 (getpfpregs_supplies): New function.
3979 (mips_fbsd_fetch_inferior_registers): Remove early exit and use
3980 getfpregs_supplies.
3981 (mips_fbsd_store_inferior_registers): Likewise.
3982
3983 2017-05-22 Pedro Alves <palves@redhat.com>
3984
3985 * MAINTAINERS (Host/Native): Add John Baldwin as FreeBSD
3986 maintainer.
3987
3988 2017-05-22 Alan Hayward <alan.hayward@arm.com>
3989
3990 * ppc-linux-nat.c (fetch_register): Use PPC_MAX_REGISTER_SIZE.
3991 (store_register): Likewise.
3992 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Likewise.
3993 (get_decimal_float_return_value): Likewise.
3994 (do_ppc_sysv_return_value): Likewise.
3995 (ppc64_sysv_abi_push_integer): Likewise.
3996 (ppc64_sysv_abi_push_freg): Likewise.
3997 (ppc64_sysv_abi_return_value_base): Likewise.
3998 (ppc64_sysv_abi_return_value): Likewise.
3999 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
4000 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
4001 * rs6000-nat.c: Likewise.
4002 * rs6000-tdep.c (rs6000_register_to_value): Likewise.
4003 (rs6000_value_to_register): Likewise.
4004 * ppc-tdep.h (PPC_MAX_REGISTER_SIZE): Add.
4005
4006 2017-05-21 Tom Tromey <tom@tromey.com>
4007
4008 PR rust/21466:
4009 * rust-lang.c (rust_print_type) <TYPE_CODE_ARRAY>: Print unsized
4010 arrays as "[T]", not "[T; ]".
4011
4012 2017-05-19 Tom Tromey <tom@tromey.com>
4013
4014 PR rust/21484:
4015 * rust-lang.c (exp_descriptor_rust): New function.
4016 (rust_language_defn): Use it.
4017 * p-lang.c (pascal_language_defn): Update.
4018 * opencl-lang.c (opencl_language_defn): Update.
4019 * objc-lang.c (objc_language_defn): Update.
4020 * m2-lang.c (m2_language_defn): Update.
4021 * language.h (struct language_defn)
4022 <la_watch_location_expression>: New member.
4023 * language.c (unknown_language_defn, auto_language_defn)
4024 (local_language_defn): Update.
4025 * go-lang.c (go_language_defn): Update.
4026 * f-lang.c (f_language_defn): Update.
4027 * d-lang.c (d_language_defn): Update.
4028 * c-lang.h (c_watch_location_expression): Declare.
4029 * c-lang.c (c_watch_location_expression): New function.
4030 (c_language_defn, cplus_language_defn, asm_language_defn)
4031 (minimal_language_defn): Use it.
4032 * breakpoint.c (watch_command_1): Call
4033 la_watch_location_expression.
4034 * ada-lang.c (ada_language_defn): Update.
4035
4036 2017-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4037
4038 PR tui/21482
4039 * gdb_curses.h (NOMACROS): Define.
4040 (NCURSES_NOMACROS): Define.
4041
4042 2017-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4043
4044 PR tui/21482
4045 * tui/tui-windata.c (tui_erase_data_content): Cast last mvwaddstr
4046 arg to char *.
4047 * tui/tui-wingeneral.c (box_win): Likewise.
4048 * tui/tui-winsource.c (tui_erase_source_content): Likewise.
4049 (tui_show_source_line): Likewise.
4050 (tui_show_exec_info_content): Likewise.
4051
4052 2017-05-19 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
4053
4054 * sparc-tdep.c (sparc_structure_return_p)
4055 (sparc_arg_on_registers_p): New functions.
4056 (sparc32_store_arguments): Use them.
4057 * sparc64-tdep.c (sparc64_16_byte_align_p)
4058 (sparc64_store_floating_fields, sparc64_extract_floating_fields):
4059 Handle TYPE_CODE_ARRAY.
4060
4061 2017-05-17 Yao Qi <yao.qi@linaro.org>
4062
4063 * cli/cli-decode.c (add_alias_cmd): New function.
4064 * command.h (add_alias_cmd): Declare.
4065 * infcmd.c (_initialize_infcmd): Don't call add_com_alias,
4066 instead call add_alias_cmd.
4067
4068 2017-05-17 Pedro Alves <palves@redhat.com>
4069
4070 * Makefile.in (nat_extra_makefile_frag): Rename to ...
4071 (nat_makefile_frag): ... this. All references updated.
4072 * configure.ac: Likewise.
4073 * configure.nat: Likewise. Enhance comments.
4074 * configure: Regenerate.
4075
4076 2017-05-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4077
4078 * procfs.c (procfs_create_inferior): Change prototype to match
4079 definition.
4080
4081 2017-05-13 Eli Zaretskii <eliz@gnu.org>
4082
4083 * tui/tui.c (tui_enable): Cast "unknown" to 'char *' to avoid a
4084 C++ compiler warning.
4085
4086 2017-05-12 Tom Tromey <tom@tromey.com>
4087
4088 PR rust/21483:
4089 * rust-lang.c (rust_evaluate_subexp) <STRUCTOP_STRUCT>: Don't
4090 recurse, just call value_struct_elt directly.
4091
4092 2017-05-12 Tom Tromey <tom@tromey.com>
4093
4094 * rust-lang.c (rust_dump_subexp_body) <STRUCTOP_ANONYMOUS,
4095 OP_RUST_ARRAY>: Fix.
4096
4097 2017-05-12 Tom Tromey <tom@tromey.com>
4098
4099 * rust-lang.c (rust_print_subexp): Replace "return" with "break".
4100
4101 2017-05-09 Yao Qi <yao.qi@linaro.org>
4102
4103 * regcache.c: Include <forward_list>.
4104 (struct regcache_list): Remove.
4105 (current_regcache): Update.
4106 (get_thread_arch_aspace_regcache): Update for std::forward_list.
4107 (regcache_thread_ptid_changed): Likewise.
4108 (registers_changed_ptid): Likewise.
4109 (current_regcache_size): Likewise.
4110
4111 2017-05-09 Yao Qi <yao.qi@linaro.org>
4112
4113 * regcache.c [GDB_SELF_TEST]: Include selftest.h.
4114 (current_regcache_size): New function.
4115 (current_regcache_test): New function.
4116 (_initialize_regcache) [GDB_SELF_TEST]: Register the unit test.
4117
4118 2017-05-08 Alan Hayward <alan.hayward@arm.com>
4119
4120 * mips-tdep.c (mips_o32_return_value): Remove unused buffer.
4121 (print_gp_register_row): Use get_frame_register_value.
4122
4123 2017-05-08 Alan Hayward <alan.hayward@arm.com>
4124
4125 * mips-linux-tdep.c (mips_supply_gregset): Use raw_supply_zeroed.
4126 (mips_supply_fpregset): Likewise.
4127 (mips64_supply_gregset): Likewise.
4128
4129 2017-05-08 Alan Hayward <alan.hayward@arm.com>
4130
4131 * mn10300-linux-tdep.c (am33_supply_gregset_method): Use
4132 regcache->raw_supply_zeroed.
4133
4134 2017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
4135
4136 * configure.nat: Rearrange 'case' statements to match
4137 host before cpu.
4138
4139 2017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
4140
4141 * Makefile.in: Remove "@host_makefile_frag@". Add variables
4142 NAT_FILE, NATDEPFILES, NAT_CDEPS, LOADLIBES, MH_CFLAGS, XM_CLIBS,
4143 NAT_GENERATED_FILES, HAVE_NATIVE_GCORE_HOST. Add
4144 "@nat_extra_makefile_frag@".
4145 (Makefile): Remove dependency on "@frags@".
4146 ($(GNULIB_BUILDDIR)/Makefile): Likewise.
4147 (data-directory/Makefile): Likewise.
4148 * config/aarch64/linux.mh: Deleted; moved contents to
4149 "gdb/configure.nat".
4150 * config/alpha/alpha-linux.mh: Likewise.
4151 * config/alpha/nbsd.mh: Likewise.
4152 * config/arm/linux.mh: Likewise.
4153 * config/arm/nbsdelf.mh: Likewise.
4154 * config/i386/cygwin.mh: Likewise.
4155 * config/i386/cygwin64.mh: Likewise.
4156 * config/i386/darwin.mh: Likewise.
4157 * config/i386/fbsd.mh: Likewise.
4158 * config/i386/fbsd64.mh: Likewise.
4159 * config/i386/go32.mh: Likewise.
4160 * config/i386/i386gnu.mh: Likewise.
4161 * config/i386/i386sol2.mh: Likewise.
4162 * config/i386/linux.mh: Likewise.
4163 * config/i386/linux64.mh: Likewise.
4164 * config/i386/mingw.mh: Likewise.
4165 * config/i386/mingw64.mh: Likewise.
4166 * config/i386/nbsd64.mh: Likewise.
4167 * config/i386/nbsdelf.mh: Likewise.
4168 * config/i386/nto.mh: Likewise.
4169 * config/i386/obsd.mh: Likewise.
4170 * config/i386/obsd64.mh: Likewise.
4171 * config/i386/sol2-64.mh: Likewise.
4172 * config/ia64/linux.mh: Likewise.
4173 * config/m32r/linux.mh: Likewise.
4174 * config/m68k/linux.mh: Likewise.
4175 * config/m68k/nbsdelf.mh: Likewise.
4176 * config/m68k/obsd.mh: Likewise.
4177 * config/m88k/obsd.mh: Likewise.
4178 * config/mips/fbsd.mh: Likewise.
4179 * config/mips/linux.mh: Likewise.
4180 * config/mips/nbsd.mh: Likewise.
4181 * config/mips/obsd64.mh: Likewise.
4182 * config/pa/linux.mh: Likewise.
4183 * config/pa/nbsd.mh: Likewise.
4184 * config/pa/obsd.mh: Likewise.
4185 * config/powerpc/aix.mh: Likewise.
4186 * config/powerpc/fbsd.mh: Likewise.
4187 * config/powerpc/linux.mh: Likewise.
4188 * config/powerpc/nbsd.mh: Likewise.
4189 * config/powerpc/obsd.mh: Likewise.
4190 * config/powerpc/ppc64-linux.mh: Likewise.
4191 * config/powerpc/spu-linux.mh: Likewise.
4192 * config/s390/linux.mh: Likewise.
4193 * config/sh/nbsd.mh: Likewise.
4194 * config/sparc/fbsd.mh: Likewise.
4195 * config/sparc/linux.mh: Likewise.
4196 * config/sparc/linux64.mh: Likewise.
4197 * config/sparc/nbsd64.mh: Likewise.
4198 * config/sparc/nbsdelf.mh: Likewise.
4199 * config/sparc/obsd64.mh: Likewise.
4200 * config/sparc/sol2.mh: Likewise.
4201 * config/tilegx/linux.mh: Likewise.
4202 * config/vax/nbsdelf.mh: Likewise.
4203 * config/vax/obsd.mh: Likewise.
4204 * config/xtensa/linux.mh: Likewise.
4205 * config/i386/i386gnu.mn: New file, with excerpts from
4206 "config/i386/i386gnu.mh".
4207 * configure: Regenerate.
4208 * configure.ac: Rewrite code to use "gdb/configure.nat" instead of
4209 *.mh files under "gdb/config".
4210 * configure.nat: New file, with contents from the
4211 "gdb/config/*/*.mh" files.
4212
4213 2017-05-05 Tim Wiederhake <tim.wiederhake@intel.com>
4214
4215 * btrace.c (btrace_clear): Free insn vector.
4216
4217 2017-05-05 Pedro Alves <palves@redhat.com>
4218
4219 * warning.m4 (build_warnings): Add -Wno-error=maybe-uninitialized.
4220 * configure: Regenerate.
4221
4222 2017-05-04 Pedro Alves <palves@redhat.com>
4223
4224 * Makefile.in (SFILES): Add progspace-and-thread.c.
4225 (HFILES_NO_SRCDIR): Add progspace-and-thread.h.
4226 (COMMON_OBS): Add progspace-and-thread.o.
4227 * breakpoint.c: Include "progspace-and-thread.h".
4228 (update_inserted_breakpoint_locations)
4229 (insert_breakpoint_locations, create_longjmp_master_breakpoint):
4230 Use scoped_restore_current_pspace_and_thread.
4231 (create_std_terminate_master_breakpoint): Use
4232 scoped_restore_current_program_space.
4233 (remove_breakpoint): Use scoped_restore_current_pspace_and_thread.
4234 (print_breakpoint_location): Use
4235 scoped_restore_current_program_space.
4236 (bp_loc_is_permanent): Use
4237 scoped_restore_current_pspace_and_thread.
4238 (resolve_sal_pc): Use scoped_restore_current_pspace_and_thread.
4239 (download_tracepoint_locations): Use
4240 scoped_restore_current_pspace_and_thread.
4241 (breakpoint_re_set): Use scoped_restore_current_pspace_and_thread.
4242 * exec.c (exec_close_1): Use scoped_restore_current_program_space.
4243 (enum step_over_calls_kind): Moved from inferior.h.
4244 (class scoped_restore_current_thread): New class.
4245 * gdbthread.h (make_cleanup_restore_current_thread): Delete
4246 declaration.
4247 (scoped_restore_current_thread): New class.
4248 * infcmd.c: Include "common/gdb_optional.h".
4249 (continue_1, proceed_after_attach): Use
4250 scoped_restore_current_thread.
4251 (notice_new_inferior): Use scoped_restore_current_thread.
4252 * inferior.c: Include "progspace-and-thread.h".
4253 (restore_inferior, save_current_inferior): Delete.
4254 (add_inferior_command, clone_inferior_command): Use
4255 scoped_restore_current_pspace_and_thread.
4256 * inferior.h (scoped_restore_current_inferior): New class.
4257 * infrun.c: Include "progspace-and-thread.h" and
4258 "common/gdb_optional.h".
4259 (follow_fork_inferior): Use
4260 scoped_restore_current_pspace_and_thread.
4261 (scoped_restore_exited_inferior): New class.
4262 (handle_vfork_child_exec_or_exit): Use
4263 scoped_restore_exited_inferior,
4264 scoped_restore_current_pspace_and_thread,
4265 scoped_restore_current_thread and scoped_restore.
4266 (fetch_inferior_event): Use scoped_restore_current_thread.
4267 * linespec.c (decode_line_full, decode_line_1): Use
4268 scoped_restore_current_program_space.
4269 * mi/mi-main.c: Include "progspace-and-thread.h".
4270 (exec_continue): Use scoped_restore_current_thread.
4271 (mi_cmd_exec_run): Use scoped_restore_current_pspace_and_thread.
4272 (mi_cmd_trace_frame_collected): Use scoped_restore_current_thread.
4273 * proc-service.c (ps_pglobal_lookup): Use
4274 scoped_restore_current_program_space.
4275 * progspace-and-thread.c: New file.
4276 * progspace-and-thread.h: New file.
4277 * progspace.c (release_program_space, clone_program_space): Use
4278 scoped_restore_current_program_space.
4279 (restore_program_space, save_current_program_space)
4280 (save_current_space_and_thread): Delete.
4281 (switch_to_program_space_and_thread): Moved to
4282 progspace-and-thread.c.
4283 * progspace.h (save_current_program_space)
4284 (save_current_space_and_thread): Delete declarations.
4285 (scoped_restore_current_program_space): New class.
4286 * remote.c (remote_btrace_maybe_reopen): Use
4287 scoped_restore_current_thread.
4288 * symtab.c: Include "progspace-and-thread.h".
4289 (skip_prologue_sal): Use scoped_restore_current_pspace_and_thread.
4290 * thread.c (print_thread_info_1): Use
4291 scoped_restore_current_thread.
4292 (struct current_thread_cleanup): Delete.
4293 (do_restore_current_thread_cleanup)
4294 (restore_current_thread_cleanup_dtor): Rename/convert both to ...
4295 (scoped_restore_current_thread::~scoped_restore_current_thread):
4296 ... this new dtor.
4297 (make_cleanup_restore_current_thread): Rename/convert to ...
4298 (scoped_restore_current_thread::scoped_restore_current_thread):
4299 ... this new ctor.
4300 (thread_apply_all_command): Use scoped_restore_current_thread.
4301 (thread_apply_command): Use scoped_restore_current_thread.
4302 * tracepoint.c (tdump_command): Use scoped_restore_current_thread.
4303 * varobj.c (value_of_root_1): Use scoped_restore_current_thread.
4304
4305 2017-05-04 Pedro Alves <palves@redhat.com>
4306
4307 * thread.c (make_cleanup_restore_current_thread): Move
4308 find_thread_ptid call before the is_stopped call. Assert that the
4309 thread is found. Replace is_stopped call by checking the thread's
4310 state directly. Remove unnecessary NULL-thread check.
4311
4312 2017-05-04 Pedro Alves <palves@redhat.com>
4313
4314 * corelow.c (thread_section_name): New class.
4315 (get_core_register_section, get_core_siginfo): Use it.
4316
4317 2017-05-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4318
4319 * corelow.c (sniff_core_bfd): Remove extra semicolon.
4320 (get_core_register_section): Remove xfree of NULL pointer.
4321
4322 2017-05-03 Alan Hayward <alan.hayward@arm.com>
4323
4324 * frv-linux-tdep.c (frv_linux_supply_gregset): Use raw_supply_zeroed.
4325 * regcache.c (regcache::raw_supply_zeroed): New function.
4326 * regcache.h (regcache::raw_supply_zeroed): New declaration.
4327
4328 2017-05-03 Simon Marchi <simon.marchi@ericsson.com>
4329
4330 * gdbarch.sh: Remove commented out definition of
4331 TARGET_CHAR_BIT.
4332 * gdbarch.h: Re-generate.
4333
4334 2017-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
4335
4336 * configure: Regenerate.
4337
4338 2017-05-02 Simon Marchi <simon.marchi@ericsson.com>
4339
4340 * solib-target.c (solib_target_relocate_section_addresses):
4341 Remove num_section_bases, num_bases, segment_bases variables.
4342
4343 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
4344
4345 * common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.
4346
4347 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
4348
4349 * solib-target.c: Include <vector>
4350 (struct lm_info_target) <~lm_info_target>: Remove.
4351 <segment_bases, section_bases>: Change type to
4352 std::vector<CORE_ADDR>.
4353 (library_list_start_segment, library_list_start_section,
4354 library_list_end_library,
4355 solib_target_relocate_section_addresses): Adjust.
4356
4357 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
4358
4359 * gdbarch.sh (software_single_step): Change return type to
4360 std::vector<CORE_ADDR>.
4361 * gdbarch.c, gdbarch.h: Re-generate.
4362 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
4363 Adjust.
4364 (arm_deal_with_atomic_sequence_raw): Adjust.
4365 (thumb_get_next_pcs_raw): Adjust.
4366 (arm_get_next_pcs_raw): Adjust.
4367 (arm_get_next_pcs): Adjust.
4368 * arch/arm-get-next-pcs.h (arm_get_next_pcs): Adjust.
4369 * aarch64-tdep.c (aarch64_software_single_step): Adjust.
4370 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Adjust.
4371 (alpha_software_single_step): Adjust.
4372 * alpha-tdep.h (alpha_software_single_step): Adjust.
4373 * arm-linux-tdep.c (arm_linux_software_single_step): Adjust.
4374 * arm-tdep.c (arm_software_single_step): Adjust.
4375 (arm_breakpoint_kind_from_current_state): Adjust.
4376 * arm-tdep.h (arm_software_single_step): Adjust.
4377 * breakpoint.c (insert_single_step_breakpoint): Adjust.
4378 * cris-tdep.c (cris_software_single_step): Adjust.
4379 * mips-tdep.c (mips_deal_with_atomic_sequence): Adjust.
4380 (micromips_deal_with_atomic_sequence): Adjust.
4381 (deal_with_atomic_sequence): Adjust.
4382 (mips_software_single_step): Adjust.
4383 * mips-tdep.h (mips_software_single_step): Adjust.
4384 * moxie-tdep.c (moxie_software_single_step): Adjust.
4385 * nios2-tdep.c (nios2_software_single_step): Adjust.
4386 * ppc-tdep.h (ppc_deal_with_atomic_sequence): Adjust.
4387 * rs6000-aix-tdep.c (rs6000_software_single_step): Adjust.
4388 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Adjust.
4389 * s390-linux-tdep.c (s390_software_single_step): Adjust.
4390 * sparc-tdep.c (sparc_software_single_step): Adjust.
4391 * spu-tdep.c (spu_software_single_step): Adjust.
4392 * tic6x-tdep.c (tic6x_software_single_step): Adjust.
4393
4394 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
4395
4396 * gdbarch.sh: Use semi-colon as field separator instead of colon.
4397 * gdbarch.h: Re-generate.
4398
4399 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4400
4401 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-instruction.o.
4402 (SUBDIR_PYTHON_SRCS): Add py-instruction.c.
4403 * python/py-instruction.c, python/py-instruction.h: New file.
4404 * python/py-record.c: Add py-instruction.h include.
4405 (gdbpy_initialize_record): Make gdb.Instruction a super class of
4406 gdb.RecordInstruction.
4407 * python/python-internal.h: Add gdbpy_initialize_instruction
4408 declaration.
4409 * python/python.c (do_start_initialization): Add
4410 gdbpy_initialize_instruction.
4411
4412 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4413
4414 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_CALL, btpy_call_type):
4415 Remove.
4416 (btrace_func_from_recpy_func): New function.
4417 (btpy_call_new, btpy_number, btpy_hash, btpy_richcompare): Remove.
4418 (btpy_call_level, btpy_call_symbol, btpy_call_instructions,
4419 btpy_call_up, btpy_call_prev_sibling, btpy_call_next_sibling): Rename to ...
4420 (recpy_bt_func_level, recpy_bt_func_symbol, recpy_bt_func_instructions,
4421 recpy_bt_func_up, recpy_bt_func_prev, recpy_bt_func_next): This.
4422 Also, use new helper functions.
4423 (btpy_list_item): Use new helper functions.
4424 (recpy_bt_function_call_history): Use new type name.
4425 (btpy_call_getset): Remove.
4426 (gdbpy_initialize_btrace): Remove code to initialize
4427 gdb.BtraceFunctionCall.
4428 * python/py-record-btrace.h (recpy_bt_func_number, recpy_btb_func_level,
4429 recpy_btb_func_symbol, recpy_bt_func_instructions, recpy_bt_func_up,
4430 recpy_bt_func_prev, recpy_bt_func_next): New export.
4431 * python/py-record.c (recpy_func_type): New static object.
4432 (recpy_func_new, recpy_func_level, recpy_func_symbol,
4433 recpy_func_instructions, recpy_func_up, recpy_func_prev,
4434 recpy_func_next): New function.
4435 (recpy_element_hash, recpy_element_richcompare): Updated comment.
4436 (recpy_func_getset): New static object.
4437 (gdbpy_initialize_record): Add code to initialize gdb.RecordInstruction.
4438 * python/py-record.h (recpy_func_type, recpy_func_new): New export.
4439
4440 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4441
4442 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN): Remove.
4443 (btpy_object, btpy_insn_type, btpy_new): Remove.
4444 (btpy_list_object): Use gdb.RecordInstruction type instead of
4445 gdb.BtraceInstruction type.
4446 (btrace_insn_from_recpy_insn): New function.
4447 (btpy_insn_or_gap_new): Adjust comment. Use recpy_insn_new instead of
4448 btpy_new.
4449 (btpy_call_new, btpy_list_item): Do not use btpy_new anymore.
4450 (btpy_number, btpy_hash, btpy_call_level, btpy_call_symbol,
4451 btpy_call_instructions, btpy_call_up, btpy_call_prev_sibling,
4452 btpy_call_next_sibling, btpy_richcompare): Use recpy_element_object
4453 instead of btpy_object.
4454 (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
4455 btpy_insn_data, btpy_insn_decode): Rename to ...
4456 (recpy_bt_insn_sal, recpy_bt_insn_pc, recpy_bt_insn_size,
4457 recpy_bt_insn_is_speculative, recpy_bt_insn_data,
4458 recpy_bt_insn_decode): This. Also, use new helper functions.
4459 (btpy_list_position, recpy_bt_goto): Use recpy_element_object and
4460 recpy_insn_type.
4461 (btpy_insn_getset): Remove.
4462 (gdbpy_initialize_btrace): Remove code to initialize
4463 gdb.BtraceInstruction. Use recpy_element_object.
4464 * python/py-record-btrace.h (recpy_bt_insn_number, recpy_bt_insn_sal,
4465 recpy_bt_insn_pc, recpy_bt_insn_data, recpy_bt_insn_decoded,
4466 recpy_bt_insn_size, recpy_bt_insn_is_speculative): New export.
4467 * python/py-record.c (recpy_insn_type): New static object.
4468 (recpy_insn_new, recpy_insn_sal, recpy_insn_pc, recpy_insn_data,
4469 recpy_insn_decoded, recpy_insn_size, recpy_insn_is_speculative,
4470 recpy_element_number, recpy_element_hash, recpy_element_richcompare):
4471 New function.
4472 (recpy_insn_getset): New static object.
4473 (gdbpy_initialize_record): Initialize gdb.RecordInstruction.
4474 * python/py-record.h (recpy_element_object): New typedef.
4475 (recpy_insn_type, recpy_insn_new): New export.
4476
4477 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4478
4479 * py-record-btrace.c (btpy_insn_new): Removed.
4480 (btpy_insn_or_gap_new): New function.
4481 (btpy_insn_error): Removed.
4482 (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
4483 btpy_insn_data, btpy_insn_decode): Remove code path for gaps.
4484 (recpy_bt_replay_position, recpy_bt_begin, recpy_bt_end): Call
4485 btpy_insn_or_gap_new instead of btpy_insn_new.
4486 (btpy_insn_getset): Remove btpy_insn_error.
4487 * py-record.c (recpy_gap_type): New static object.
4488 (recpy_gap_object): New typedef.
4489 (recpy_gap_new, recpy_gap_number, recpy_gap_reason_code,
4490 recpy_gap_reason_string): New function.
4491 (recpy_gap_getset): New static object.
4492 (gdbpy_initialize_record): Initialize gdb.RecordGap type.
4493 * py-record.h (recpy_gap_new): New export.
4494
4495 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4496
4497 * python/py-record.c (recpy_ptid): Remove.
4498 (recpy_record_getset): Remove recpy_ptid.
4499
4500 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4501
4502 * btrace.c (btrace_fetch): Set inferior_ptid.
4503 * python/py-record-btrace.c: Add "py-record.h" include.
4504 (recpy_bt_format, recpy_bt_replay_position, recpy_bt_begin,
4505 recpy_bt_end, recpy_bt_instruction_history,
4506 recpy_bt_function_call_history, recpy_bt_goto): Use ptid stored
4507 in gdb.Record object instead of current ptid.
4508 * python/py-record.c: Include new "py-record.h" file.
4509 (recpy_record_object): Moved to py-record.h.
4510 * python/py-record.h: New file.
4511
4512 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4513
4514 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN,
4515 BTPY_REQUIRE_VALID_CALL, recpy_bt_function_call_history): Fix
4516 indentation.
4517
4518 2017-05-01 Joel Brobecker <brobecker@adacore.com>
4519
4520 * MAINTAINERS: Move Daniel Jacobowitz and Mark Kettenis to
4521 the past maintainers section.
4522
4523 2017-04-28 Yao Qi <yao.qi@linaro.org>
4524
4525 * infcmd.c (get_return_value): Use regcache ctor, and remove
4526 cleanup.
4527
4528 2017-04-28 Yao Qi <yao.qi@linaro.org>
4529 Pedro Alves <palves@redhat.com>
4530
4531 * regcache.c (regcache::regcache): New tag dispatch ctor.
4532 (do_cooked_read): Moved above.
4533 (regcache_dup): Use the tag dispatch ctor..
4534 * regcache.h (regcache): Declare ctor, delete copy ctor and
4535 assignment operator, remove friend regcache_dup.
4536
4537 2017-04-28 Yao Qi <yao.qi@linaro.org>
4538
4539 * regcache.c (regcache_dup): Assert !src->m_readonly_p and
4540 call method save instead of regcache_cpy.
4541 * regcache.h (struct regcache): Make regcache_dup a friend.
4542
4543 2017-04-28 Yao Qi <yao.qi@linaro.org>
4544
4545 * regcache.c (struct regcache): Move to regcache.h
4546 (regcache::arch): New method.
4547 (regcache_get_ptid): Update.
4548 (get_regcache_arch): Call arch method.
4549 (get_regcache_aspace): Call method aspace.
4550 (register_buffer): Change it to method.
4551 (regcache_save): Change it to regcache::save.
4552 (regcache_restore): Likewise.
4553 (regcache_cpy_no_passthrough): Remove the declaration.
4554 (regcache_cpy): Call methods restore and cpy_no_passthrough.
4555 (regcache_cpy_no_passthrough): Change it to method
4556 cpy_no_passthrough.
4557 (regcache_register_status): Change it to method
4558 get_register_status.
4559 (regcache_invalidate): Change it to method invalidate.
4560 (regcache_thread_ptid_changed): Use methods ptid and set_ptid.
4561 (regcache_raw_update): Change it to method raw_update.
4562 (regcache_raw_read): Likewise.
4563 (regcache_raw_read_signed): Likewise.
4564 (regcache_raw_read_unsigned): Likewise.
4565 (regcache_raw_write_signed): Likewise.
4566 (regcache_raw_write_unsigned): Likewise.
4567 (regcache_cooked_read): Likewise.
4568 (regcache_cooked_read_value): Likewise.
4569 (regcache_cooked_read_signed): Likewise.
4570 (regcache_cooked_read_unsigned): Likewise.
4571 (regcache_cooked_write_signed): Likewise.
4572 (regcache_cooked_write_unsigned): Likewise.
4573 (regcache_raw_set_cached_value): Likewise.
4574 (regcache_raw_write): Likewise.
4575 (regcache_cooked_write): Likewise.
4576 (regcache_xfer_part): Likewise.
4577 (regcache_raw_read_part): Likewise.
4578 (regcache_raw_write_part): Likewise.
4579 (regcache_cooked_read_part): Likewise.
4580 (regcache_cooked_write_part): Likewise.
4581 (regcache_raw_supply): Likewise.
4582 (regcache_raw_collect): Likewise.
4583 (regcache_transfer_regset): Likewise.
4584 (regcache_supply_regset): Likewise.
4585 (regcache_collect_regset): Likewise.
4586 (regcache_debug_print_register): Likewise.
4587 (enum regcache_dump_what): Move it to regcache.h.
4588 (regcache_dump): Change it to method dump.
4589 * regcache.h (enum regcache_dump_what): New.
4590 (class regcache): New.
4591 * target.c (target_fetch_registers): Call method
4592 debug_print_register.
4593 (target_store_registers): Likewise.
4594
4595 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
4596
4597 * windows-nat.c (struct lm_info_windows): Initialize field.
4598 (windows_make_so): Allocate lm_info_windows with new.
4599 (windows_free_so): Free lm_info_windows with delete.
4600
4601 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
4602
4603 * solib-darwin.c (struct lm_info_darwin): Initialize field.
4604 (darwin_current_sos): Allocate lm_info_darwin with new, remove
4605 cleanup.
4606 (darwin_free_so): Free lm_info_darwin with delete.
4607
4608 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
4609
4610 * solib-svr4.h (struct lm_info_svr4): Initialize fields.
4611 <l_addr_p>: Change type to bool.
4612 * solib-svr4.c (lm_info_read): Allocate lm_info_svr4 with new.
4613 (svr4_free_so): Free lm_info_svr4 with delete.
4614 (svr4_copy_library_list): Replace memcpy with call to copy
4615 constructor.
4616 (library_list_start_library, svr4_default_sos): Allocate
4617 lm_info_svr4 with new.
4618
4619 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
4620
4621 * solib-target.c (struct lm_info_target): Add destructor,
4622 initialize fields.
4623 <name>: Change type to std::string.
4624 (library_list_start_library): Allocate lm_info_target with new.
4625 (solib_target_free_library_list): Free lm_info_target with
4626 delete.
4627 (solib_target_current_sos): Adapt to std::string.
4628 (solib_target_free_so): Free lm_info_target with delete.
4629
4630 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
4631
4632 * solib-frv.c (struct lm_info_frv): Add destructor, initialize
4633 fields.
4634 (frv_current_sos): Allocate lm_info_frv with new.
4635 (frv_relocate_main_executable): Free lm_info_frv with delete,
4636 allocate with new.
4637 (frv_clear_solib, frv_free_so): Free lm_info_frv with delete.
4638
4639 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
4640
4641 * solib-frv.c (struct lm_info_frv): Fix indentation.
4642
4643 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
4644
4645 * solib-dsbt.c (struct lm_info_dsbt): Add destructor, initialize
4646 map field.
4647 (dsbt_current_sos): Allocate lm_info_dsbt with new.
4648 (dsbt_relocate_main_executable): Free lm_info_dsbt with delete
4649 and allocate with new.
4650 (dsbt_clear_solib, dsbt_free_so): Free lm_info_dsbt with delete.
4651
4652 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
4653
4654 * solib-aix.c (struct lm_info_aix): Initialize fields in-class.
4655 <filename, member_name>: Change type to std::string.
4656 (solib_aix_new_lm_info, solib_aix_xfree_lm_info): Remove.
4657 (library_list_start_library): Allocate lm_info_aix with new.
4658 (solib_aix_free_library_list, solib_aix_free_so): Free with delete.
4659 (solib_aix_current_sos): Adapt to std::string, copy lm_info_aix
4660 with copy constructor.
4661
4662 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
4663
4664 * solist.h (struct lm_info): Remove.
4665 (struct lm_info_base): New class.
4666 (struct so_list) <lm_info>: Change type to lm_info_base *.
4667 * nto-tdep.c (struct lm_info): Remove.
4668 (lm_addr): Adjust.
4669 * solib-aix.c (struct lm_info): Rename to ...
4670 (struct lm_info_aix): ... this. Extend lm_info_base.
4671 (lm_info_p): Rename to ...
4672 (lm_info_aix_p): ... this, and adjust.
4673 (solib_aix_new_lm_info, solib_aix_xfree_lm_info,
4674 solib_aix_parse_libraries, library_list_start_library,
4675 solib_aix_free_library_list, solib_aix_parse_libraries,
4676 solib_aix_get_library_list,
4677 solib_aix_relocate_section_addresses, solib_aix_free_so,
4678 solib_aix_get_section_offsets,
4679 solib_aix_solib_create_inferior_hook, solib_aix_current_sos):
4680 Adjust.
4681 (struct solib_aix_inferior_data) <library_list>: Adjust.
4682 * solib-darwin.c (struct lm_info): Rename to ...
4683 (struct lm_info_darwin): ... this. Extend lm_info_base.
4684 (darwin_current_sos, darwin_relocate_section_addresses): Adjust.
4685 * solib-dsbt.c (struct lm_info): Rename to ...
4686 (struct lm_info_dsbt): ... this. Extend lm_info_base.
4687 (struct dsbt_info) <main_executable_lm_info): Adjust.
4688 (dsbt_current_sos, dsbt_relocate_main_executable, dsbt_free_so,
4689 dsbt_relocate_section_addresses): Adjust.
4690 * solib-frv.c (struct lm_info): Rename to ...
4691 (struct lm_info_frv): ... this. Extend lm_info_base.
4692 (main_executable_lm_info): Adjust.
4693 (frv_current_sos, frv_relocate_main_executable, frv_free_so,
4694 frv_relocate_section_addresses, frv_fdpic_find_global_pointer,
4695 find_canonical_descriptor_in_load_object,
4696 frv_fdpic_find_canonical_descriptor): Adjust.
4697 * solib-svr4.c (struct lm_info): Move to solib-svr4.h, renamed
4698 to lm_info_svr4.
4699 (lm_info_read, lm_addr_check, svr4_keep_data_in_core,
4700 svr4_clear_so, svr4_copy_library_list,
4701 library_list_start_library, svr4_default_sos, svr4_read_so_list,
4702 svr4_current_sos, svr4_fetch_objfile_link_map,
4703 solist_update_incremental): Adjust.
4704 * solib-svr4.h (struct lm_info_svr4): Move here from
4705 solib-svr4.c.
4706 * solib-target.c (struct lm_info): Rename to ...
4707 (struct lm_info_target): ... this. Extend lm_info_base.
4708 (lm_info_p): Rename to ...
4709 (lm_info_target_p): ... this.
4710 (solib_target_parse_libraries, library_list_start_segment,
4711 library_list_start_section, library_list_start_library,
4712 library_list_end_library, solib_target_free_library_list,
4713 solib_target_current_sos, solib_target_free_so,
4714 solib_target_relocate_section_addresses): Adjust.
4715 * windows-nat.c (struct lm_info): Rename to ...
4716 (struct lm_info_windows): ... this. Extend lm_info_base.
4717 (windows_make_so, handle_load_dll, handle_unload_dll,
4718 windows_xfer_shared_libraries): Adjust.
4719
4720 2017-04-28 Simon Marchi <simon.marchi@ericsson.com>
4721
4722 * solib-darwin.c (struct darwin_so_list): Remove.
4723 (darwin_current_sos): Allocate an so_list object instead of a
4724 darwin_so_list, separately allocate an lm_info object.
4725 (darwin_free_so): Free lm_info.
4726
4727 2017-04-28 John Baldwin <jhb@FreeBSD.org>
4728
4729 * mips-tdep.c (print_gp_register_row): Replace printf_filtered
4730 with fprintf_filtered.
4731
4732 2017-04-28 Yao Qi <yao.qi@linaro.org>
4733
4734 * regcache.c (regcache::regcache): New function.
4735 (regcache::~regcache): New function.
4736 (regcache_xmalloc_1): Remove.
4737 (regcache_xmalloc): Call new regcache.
4738 (regcache_xfree): Call delete regcache.
4739 (get_thread_arch_aspace_regcache): Call new regcache.
4740
4741 2017-04-28 Yao Qi <yao.qi@linaro.org>
4742
4743 * mips-linux-nat.c (mips_linux_new_thread): Use ptid method
4744 lwp instead of ptid_get_lwp.
4745
4746 2017-04-28 Yao Qi <yao.qi@linaro.org>
4747
4748 * mips-linux-nat.c (mips_linux_new_thread): Get lwpid from
4749 lwp_info instead of getting from inferior_ptid.
4750
4751 2017-04-27 Keith Seitz <keiths@redhat.com>
4752
4753 * gdbtypes.c (LVALUE_REFERENCE_TO_RVALUE_BINDING_BADNESS)
4754 DIFFERENT_REFERENCE_TYPE_BADNESS): Remove.
4755 (CV_CONVERSION_BADNESS): Define.
4756 (rank_one_type): Remove overly restrictive rvalue reference
4757 rank checks.
4758 Add cv-qualifier checks and subranks for type equality.
4759 * gdbtypes.h (REFERENCE_CONVERSION_RVALUE,
4760 REFERENCE_CONVERSION_CONST_LVALUE, CV_CONVERSION_BADNESS,
4761 CV_CONVERSION_CONST, CV_CONVERSION_VOLATILE): Declare.
4762
4763 2017-04-27 Simon Marchi <simon.marchi@ericsson.com>
4764
4765 * python/py-inferior.c (inferior_to_inferior_object): Increment reference
4766 count when creating the object.
4767
4768 2017-04-27 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
4769 Ulrich Weigand <uweigand@de.ibm.com>
4770
4771 * xcoffread.c (read_xcoff_symtab): Read correct function auxiliary
4772 entry if xlc -qfuncsect or gcc -ffunction-sections compiler option
4773 is used in AIX.
4774 (read_xcoff_symtab): Handle C_WEAKEXT storage class.
4775 (process_xcoff_symbol): Likewise.
4776 (scan_xcoff_symtab): Likewise.
4777
4778 2017-04-26 Alan Hayward <alan.hayward@arm.com>
4779
4780 * ia64-tdep.c (examine_prologue): Use get_frame_register_unsigned.
4781 (ia64_sigtramp_frame_prev_register): Use read_memory_unsigned_integer.
4782 (ia64_access_reg): Use get_frame_register_unsigned.
4783 (ia64_access_rse_reg): Likewise.
4784 (ia64_libunwind_frame_prev_register): Likewise.
4785
4786 2017-04-26 Jiong Wang <jiong.wang@arm.com>
4787
4788 * gdbarch.sh: New gdbarch method execute_dwarf_cfa_vendor_op.
4789 * gdbarch.c: Regenerated.
4790 * gdbarch.h: Regenerated.
4791 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Made the
4792 visibility external.
4793 (execute_cfa_program): Call execute_dwarf_cfa_vendor_op for CFI
4794 between DW_CFA_lo_user and DW_CFA_high_user inclusive.
4795 (enum cfa_how_kind): Move to ...
4796 (struct dwarf2_frame_state_reg_info): Likewise.
4797 (struct dwarf2_frame_state): Likewise.
4798 * dwarf2-frame.h: ... here.
4799 (dwarf2_frame_state_alloc_regs): New declaration.
4800 * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): New function.
4801 (sparc32_gdbarch_init): Register execute_dwarf_cfa_vendor_op hook.
4802
4803 2017-04-26 Alan Hayward <alan.hayward@arm.com>
4804
4805 * xtensa-tdep.c (xtensa_pseudo_register_read): Use
4806 regcache_raw_read_unsigned.
4807 (xtensa_pseudo_register_write): Likewise.
4808
4809 2017-04-26 Alan Hayward <alan.hayward@arm.com>
4810
4811 * nds32-tdep.c (nds32_pseudo_register_read): Abort on errors.
4812 (nds32_pseudo_register_write): Likewise.
4813
4814 2017-04-25 Yao Qi <yao.qi@linaro.org>
4815
4816 * regcache.c (struct regcache) <readonly_p>: Change its type
4817 to bool.
4818 (regcache_xmalloc_1): Update parameter type and callers update.
4819
4820 2017-04-25 Yao Qi <yao.qi@linaro.org>
4821
4822 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
4823 set_gdbarch_wchar_bit.
4824 * arm-tdep.c (arm_gdbarch_init): Likewise.
4825
4826 2017-04-25 Pedro Alves <palves@redhat.com>
4827
4828 * common/poison.h [!HAVE_IS_TRIVIALLY_COPYABLE] (IsRelocatable)
4829 (BothAreRelocatable, memcopy, memmove): Don't define.
4830 * common/traits.h (__has_feature, HAVE_IS_TRIVIALLY_COPYABLE): New
4831 macros.
4832
4833 2017-04-25 Pedro Alves <palves@redhat.com>
4834
4835 * common/common-defs.h: Include "common/poison.h".
4836 * common/function-view.h: (Not, Or, Requires): Move to traits.h
4837 and adjust.
4838 * common/poison.h: New file.
4839 * common/traits.h: Include <type_traits>.
4840 (Not, Or, Requires): New, moved from common/function-view.h.
4841
4842 2017-04-25 Pedro Alves <palves@redhat.com>
4843
4844 * breakpoint.h (struct breakpoint): In-class initialize all
4845 fields. Make boolean fields "bool".
4846 * breakpoint.c (init_raw_breakpoint_without_location): Remove
4847 memset call and initializations no longer necessary.
4848
4849 2017-04-25 Pedro Alves <palves@redhat.com>
4850
4851 * btrace.c (pt_btrace_insn_flags): Change parameter type to
4852 reference.
4853 (pt_btrace_insn): New function.
4854 (ftrace_add_pt): Remove memset call and use pt_btrace_insn.
4855
4856 2017-04-25 Pedro Alves <palves@redhat.com>
4857
4858 * ada-lang.c (ada_catchpoint_location): Now a "class". Remove
4859 "base" field and inherit from "bp_location" instead. Add
4860 non-default ctor.
4861 (allocate_location_exception): Use new non-default ctor.
4862 * breakpoint.c (get_first_locp_gte_addr): Remove memset call.
4863 (init_bp_location): Convert to ...
4864 (bp_location::bp_location): ... this new ctor, and remove memset
4865 call.
4866 (base_breakpoint_allocate_location): Use the new non-default ctor.
4867 * breakpoint.h (bp_location): Now a class. Declare default and
4868 non-default ctors. In-class initialize all members.
4869 (init_bp_location): Remove declaration.
4870
4871 2017-04-25 Pedro Alves <palves@redhat.com>
4872
4873 * common/enum-flags.h (enum_flags): Don't implement copy ctor and
4874 assignment operator.
4875
4876 2017-04-24 Yao Qi <yao.qi@linaro.org>
4877
4878 * doublest.c (convert_doublest_to_floatformat): Call
4879 floatformat_totalsize_bytes.
4880
4881 2017-04-22 Tom Tromey <tom@tromey.com>
4882
4883 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
4884 ui_out_emit_list.
4885 * stack.c (print_frame): Use ui_out_emit_list.
4886 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
4887 ui_out_emit_list.
4888 * mi/mi-main.c (print_one_inferior)
4889 (mi_cmd_data_list_register_names)
4890 (mi_cmd_data_list_register_values, mi_cmd_list_features)
4891 (mi_cmd_list_target_features, mi_cmd_trace_frame_collected): Use
4892 ui_out_emit_list.
4893 * mi/mi-interp.c (mi_on_normal_stop_1): Use ui_out_emit_list.
4894 (mi_output_solib_attribs): Use ui_out_emit_list,
4895 ui_out_emit_tuple.
4896 * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_list.
4897 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
4898 (mi_cmd_stack_list_args, list_args_or_locals): Use
4899 ui_out_emit_list.
4900 * disasm.c (do_assembly_only): Use ui_out_emit_list.
4901 * breakpoint.c (print_solib_event, output_thread_groups): Use
4902 ui_out_emit_list.
4903
4904 2017-04-22 Tom Tromey <tom@tromey.com>
4905
4906 * mi/mi-main.c (print_variable_or_computed): Use ui_out_emit_tuple.
4907 * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_tuple.
4908 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_out_emit_tuple.
4909
4910 2017-04-22 Tom Tromey <tom@tromey.com>
4911
4912 * tracepoint.c (tvariables_info_1)
4913 (print_one_static_tracepoint_marker): Use ui_out_emit_tuple.
4914
4915 2017-04-22 Tom Tromey <tom@tromey.com>
4916
4917 * stack.c (print_frame_arg): Use ui_out_emit_tuple,
4918 annotate_arg_emitter.
4919 * breakpoint.c (print_mention_watchpoint)
4920 (print_mention_masked_watchpoint): Use ui_out_emit_tuple.
4921 * annotate.h (struct annotate_arg_emitter): New.
4922
4923 2017-04-22 Tom Tromey <tom@tromey.com>
4924
4925 * record-btrace.c (record_btrace_insn_history)
4926 (record_btrace_insn_history_range, record_btrace_call_history)
4927 (record_btrace_call_history_range): Use ui_out_emit_tuple.
4928 * thread.c (do_captured_list_thread_ids, print_thread_info_1): Use
4929 ui_out_emit_tuple.
4930 * stack.c (print_frame_info): Use ui_out_emit_tuple.
4931 * solib.c (info_sharedlibrary_command): Use ui_out_emit_tuple.
4932 * skip.c (skip_info): Use ui_out_emit_tuple.
4933 * remote.c (show_remote_cmd): Use ui_out_emit_tuple.
4934 * progspace.c (print_program_space): Use ui_out_emit_tuple.
4935 * probe.c (info_probes_for_ops): Use ui_out_emit_tuple.
4936 * osdata.c (info_osdata): Use ui_out_emit_tuple.
4937 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
4938 ui_out_emit_tuple.
4939 * mi/mi-main.c (print_one_inferior, list_available_thread_groups)
4940 (output_register, mi_cmd_data_read_memory)
4941 (mi_cmd_data_read_memory_bytes, mi_load_progress)
4942 (mi_cmd_trace_frame_collected): Use ui_out_emit_tuple.
4943 * mi/mi-cmd-var.c (mi_cmd_var_list_children, varobj_update_one):
4944 Use ui_out_emit_tuple.
4945 * mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Use
4946 ui_out_emit_tuple.
4947 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
4948 (mi_cmd_info_gdb_mi_command): Use ui_out_emit_tuple.
4949 * linux-thread-db.c (info_auto_load_libthread_db): Use
4950 ui_out_emit_tuple.
4951 * inferior.c (print_inferior): Use ui_out_emit_tuple.
4952 * gdb_bfd.c (print_one_bfd): Use ui_out_emit_tuple.
4953 * disasm.c (do_mixed_source_and_assembly_deprecated)
4954 (do_mixed_source_and_assembly): Use ui_out_emit_tuple.
4955 * cp-abi.c (list_cp_abis): Use ui_out_emit_tuple.
4956 * cli/cli-setshow.c (cmd_show_list): Use ui_out_emit_tuple.
4957 * breakpoint.c (print_one_breakpoint_location)
4958 (print_one_breakpoint): Use ui_out_emit_tuple.
4959 * auto-load.c (print_script, info_auto_load_cmd): Use
4960 ui_out_emit_tuple.
4961 * ada-tasks.c (print_ada_task_info): Use ui_out_emit_tuple.
4962
4963 2017-04-21 Simon Marchi <simon.marchi@ericsson.com>
4964
4965 * thread.c (print_thread_info_1): Remove dead code.
4966
4967 2017-04-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4968
4969 * aarch64-tdep.c (selftests::aarch64_process_record_test): Make it #if
4970 GDB_SELF_TEST.
4971 * arm-tdep.c (selftests::arm_record_test): Likewise.
4972
4973 2017-04-21 Yao Qi <yao.qi@linaro.org>
4974
4975 * regcache.c (regcache_restore): Remove argument 2. Replace
4976 argument 3 with regcache. Get register status from
4977 src->register_status and get register contents from
4978 register_buffer (src, regnum).
4979 (regcache_cpy): Update.
4980
4981 2017-04-19 Pedro Alves <palves@redhat.com>
4982
4983 * gdbthread.h (thread): Add missing closing parenthesis in
4984 comment.
4985
4986 2017-04-19 Pedro Alves <palves@redhat.com>
4987
4988 * common/refcounted-object.h: New file.
4989 * gdbthread.h: Include "common/refcounted-object.h".
4990 (thread_info): Inherit from refcounted_object and add comments.
4991 (thread_info::incref, thread_info::decref)
4992 (thread_info::m_refcount): Delete.
4993 (thread_info::deletable): Use the refcounted_object::refcount()
4994 method.
4995 * inferior.c (current_inferior_): Add comment.
4996 (set_current_inferior): Increment/decrement refcounts.
4997 (prune_inferiors, remove_inferior_command): Skip inferiors marked
4998 not-deletable instead of comparing with the current inferior.
4999 (initialize_inferiors): Increment the initial inferior's refcount.
5000 * inferior.h (struct inferior): Forward declare.
5001 Include "common/refcounted-object.h".
5002 (current_inferior, set_current_inferior): Move declaration to
5003 before struct inferior's definition, and fix comment.
5004 (inferior): Inherit from refcounted_object. Add comments.
5005 * thread.c (switch_to_thread_no_regs): Reference the thread's
5006 inferior pointer directly instead of doing a ptid lookup.
5007 (switch_to_no_thread): New function.
5008 (switch_to_thread(thread_info *)): New function, factored out
5009 from ...
5010 (switch_to_thread(ptid_t)): ... this.
5011 (restore_current_thread): Delete.
5012 (current_thread_cleanup): Remove 'inf_id' and 'was_removable'
5013 fields, and add 'inf' field.
5014 (do_restore_current_thread_cleanup): Check whether old->inf is
5015 alive instead of looking up an inferior by ptid. Use
5016 switch_to_thread and switch_to_no_thread.
5017 (restore_current_thread_cleanup_dtor): Use old->inf directly
5018 instead of lookup up an inferior by id. Decref the inferior.
5019 Don't restore 'removable'.
5020 (make_cleanup_restore_current_thread): Same the inferior pointer
5021 in old, instead of the inferior number. Incref the inferior.
5022 Don't save/clear 'removable'.
5023
5024 2017-04-19 Pedro Alves <palves@redhat.com>
5025
5026 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
5027 unittests/scoped_restore-selftests.c.
5028 (SUBDIR_UNITTESTS_OBS): Add scoped_restore-selftests.o.
5029 * common/scoped_restore.h (scoped_restore_base): Make "class".
5030 (scoped_restore_base::release): New public method.
5031 (scoped_restore_base::scoped_restore_base): New protected ctor.
5032 (scoped_restore_base::m_saved_var): New protected field.
5033 (scoped_restore_tmpl::scoped_restore_tmpl(T*)): Initialize the
5034 scoped_restore_base base class instead of m_saved_var directly.
5035 (scoped_restore_tmpl::scoped_restore_tmpl(T*, T2)): Likewise.
5036 (scoped_restore_tmpl::scoped_restore_tmpl(const
5037 scoped_restore_tmpl<T>&)): Likewise.
5038 (scoped_restore_tmpl::~scoped_restore_tmpl): Use the saved_var
5039 method.
5040 (scoped_restore_tmpl::saved_var): New method.
5041 (scoped_restore_tmpl::m_saved_var): Delete.
5042 * inferior.h (inferior::detaching): Now a bool.
5043 * infrun.c (prepare_for_detach): Use a scoped_restore instead of a
5044 cleanup.
5045 * unittests/scoped_restore-selftests.c: New file.
5046
5047 2017-04-19 Pedro Alves <palves@redhat.com>
5048
5049 * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS):
5050 Re-sort in alphabetic order.
5051
5052 2017-04-18 Pedro Alves <palves@redhat.com>
5053
5054 * xml-support.c (obstack_xml_printf): Delete.
5055 * xml-support.h (obstack_xml_printf): Delete.
5056
5057 2017-04-18 Pedro Alves <palves@redhat.com>
5058
5059 * xml-support.c (gdb_xml_parser) <use_dtd, dtd_name, parse,
5060 vdebug, verror, body_text, start_element, end_element, name,
5061 user_data, set_is_xinclude, set_error, expat_parser>: New methods.
5062 <name, user_data, expat_parser, scopes, error, last_line, dtd_name,
5063 is_xinclude>: Make private and add m_ prefix.
5064 (gdb_xml_parser::body_text): New method, based on ...
5065 (gdb_xml_body_text): ... this. Adjust.
5066 (gdb_xml_parser::vdebug): New method, based on ...
5067 (gdb_xml_debug): ... this. Adjust.
5068 (gdb_xml_parser::verror): New method, based on ...
5069 (gdb_xml_error): ... this. Adjust.
5070 (gdb_xml_parser::start_element): New method, based on ...
5071 (gdb_xml_start_element): ... this. Adjust.
5072 (gdb_xml_start_element_wrapper): Defer to
5073 gdb_xml_parser::start_element and gdb_xml_parser::set_error.
5074 (gdb_xml_parser::end_element): New method, based on ...
5075 (gdb_xml_end_element_wrapper): ... this. Adjust.
5076 (gdb_xml_parser::~gdb_xml_parser): Adjust.
5077 (gdb_xml_parser::gdb_xml_parser): Adjust to field renames.
5078 (gdb_xml_parser::use_dtd): New method, based on ...
5079 (gdb_xml_use_dtd): ... this. Adjust.
5080 (gdb_xml_parser::parse): New method, based on ...
5081 (gdb_xml_parse): ... this. Adjust.
5082 (gdb_xml_parse_quick): Adjust to call the parser's parse method.
5083 (xinclude_start_include): Adjust to call the parser's name method.
5084 (xml_xinclude_default, xml_xinclude_start_doctype)
5085 (xml_xinclude_end_doctype): Adjust to call the parser's user_data
5086 method.
5087 (xml_process_xincludes): Adjust to call parser methods.
5088 * xml-support.h (gdb_xml_use_dtd, gdb_xml_parse): Delete
5089 declarations.
5090
5091 2017-04-18 Pedro Alves <palves@redhat.com>
5092
5093 * tracefile-tfile.c (tfile_write_tdesc): Adjust to use
5094 gdb::optional<std::string>.
5095 * xml-support.c: Include <string>.
5096 (scope_level::scope_level(scope_level &&))
5097 (scope_level::~scope_level): Delete.
5098 (scope_level::body): Now a std::string.
5099 (gdb_xml_body_text, gdb_xml_end_element): Adjust.
5100 (xinclude_parsing_data::xinclude_parsing_data): Add 'output'
5101 parameter.
5102 (xinclude_parsing_data::~xinclude_parsing_data): Delete.
5103 (xinclude_parsing_data::output): Now a std::string reference.
5104 (xinclude_start_include): Adjust.
5105 (xml_xinclude_default): Adjust.
5106 (xml_process_xincludes): Add 'output' parameter, and return bool.
5107 * xml-support.h (xml_process_xincludes): Add 'output' parameter,
5108 and return bool.
5109 * xml-tdesc.c: Include <unordered_map> and <string>.
5110 (tdesc_xml_cache): Delete.
5111 (tdesc_xml_cache_s): Delete.
5112 (xml_cache): Now an std::unordered_map.
5113 (tdesc_parse_xml): Adjust to use std::string and unordered_map.
5114 (target_fetch_description_xml): Change return type to
5115 gdb::optional<std::string>, and adjust.
5116 * xml-tdesc.h: Include "common/gdb_optional.h" and <string>.
5117 (target_fetch_description_xml): Change return type to
5118 gdb::optional<std::string>.
5119
5120 2017-04-18 Pedro Alves <palves@redhat.com>
5121
5122 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
5123 unittests/optional-selftests.c.
5124 (SUBDIR_UNITTESTS_OBS): Add optional-selftests.o.
5125 * unittests/optional-selftests.c: New file.
5126 * unittests/optional/assignment/1.cc: New file.
5127 * unittests/optional/assignment/2.cc: New file.
5128 * unittests/optional/assignment/3.cc: New file.
5129 * unittests/optional/assignment/4.cc: New file.
5130 * unittests/optional/assignment/5.cc: New file.
5131 * unittests/optional/assignment/6.cc: New file.
5132 * unittests/optional/assignment/7.cc: New file.
5133 * unittests/optional/cons/copy.cc: New file.
5134 * unittests/optional/cons/default.cc: New file.
5135 * unittests/optional/cons/move.cc: New file.
5136 * unittests/optional/cons/value.cc: New file.
5137 * unittests/optional/in_place.cc: New file.
5138 * unittests/optional/observers/1.cc: New file.
5139 * unittests/optional/observers/2.cc: New file.
5140
5141 2017-04-18 Pedro Alves <palves@redhat.com>
5142
5143 * common/gdb_optional.h: Include common/traits.h.
5144 (in_place_t): New type.
5145 (in_place): New constexpr variable.
5146 (optional::optional): Remove member initialization of
5147 m_instantiated.
5148 (optional::optional(in_place_t...)): New constructor.
5149 (optional::~optional): Use reset.
5150 (optional::optional(const optional&)): New.
5151 (optional::optional(const optional&&)): New.
5152 (optional::optional(T &)): New.
5153 (optional::optional(T &&)): New.
5154 (operator::operator=(const optional &)): New.
5155 (operator::operator=(optional &&)): New.
5156 (operator::operator= (const T &))
5157 (operator::operator= (T &&))
5158 (operator::emplace (Args &&... args)): Return a T&. Use reset.
5159 (operator::reset): New.
5160 (operator::m_instantiated):: Add in-class initializer.
5161 * common/traits.h: Include <type_traits>.
5162 (struct And): New types.
5163
5164 2017-04-18 Pedro Alves <palves@redhat.com>
5165
5166 * xml-support.c: Include <vector>.
5167 (scope_level::scope_level(const gdb_xml_element *))
5168 (scope_level::scope_level(scope_level&&)): New.
5169 (scope_level::~scope_level): New.
5170 (scope_level_s): Delete.
5171 (gdb_xml_parser::scopes): Now a std::vector.
5172 (gdb_xml_body_text, gdb_xml_start_element, gdb_xml_end_element):
5173 Use std::vector.
5174 (gdb_xml_parser::~gdb_xml_parser): Remove now unnecessary
5175 scope cleanup code.
5176 (gdb_xml_parser::gdb_xml_parser): Remove explicit initialization
5177 of the scopes member. Use std::vector::emplace_back.
5178
5179 2017-04-18 Pedro Alves <palves@redhat.com>
5180
5181 * xml-support.c (gdb_xml_parser): Add ctor/dtor. Make is_xinclude
5182 a bool.
5183 (gdb_xml_end_element): Change type of first parameter.
5184 (gdb_xml_cleanup): Rename to ...
5185 (gdb_xml_parser::~gdb_xml_parser): ... this.
5186 (gdb_xml_create_parser_and_cleanup): Delete with ...
5187 (gdb_xml_parser::gdb_xml_parser): ... creation parts factored out
5188 to this new ctor.
5189 (gdb_xml_parse_quick): Create a local gdb_xml_parser instead of
5190 using gdb_xml_create_parser_and_cleanup.
5191 (xinclude_parsing_data): Add ctor/dtor.
5192 (xml_xinclude_cleanup): Delete.
5193 (xml_process_xincludes): Create a local xinclude_parsing_data
5194 instead of heap-allocating one. Create a local gdb_xml_parser
5195 instead of heap-allocating one with
5196 gdb_xml_create_parser_and_cleanup.
5197
5198 2017-04-18 John Baldwin <jhb@FreeBSD.org>
5199
5200 PR threads/20743
5201 * fbsd-nat.c (resume_one_thread_cb): Remove.
5202 (resume_all_threads_cb): Remove.
5203 (fbsd_resume): Use ALL_NON_EXITED_THREADS instead of
5204 iterate_over_threads.
5205
5206 2017-04-17 Joel Brobecker <brobecker@adacore.com>
5207
5208 * NEWS: Create a new section for the next release branch.
5209 Rename the section of the current branch, now that it has
5210 been cut.
5211
5212 2017-04-17 Joel Brobecker <brobecker@adacore.com>
5213
5214 GDB 8.0 branch created (725bf5cf125783c2a7ca4ab63d3768e220bab2db):
5215 * version.in: Bump version to 8.0.50.DATE-git.
5216
5217 2017-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
5218
5219 PR gdb/21385
5220 * windows-nat.c (windows_create_inferior): Declare 'allargs'
5221 independently of the host, and fix build breakage on Cygwin.
5222
5223 2017-04-13 Pedro Alves <palves@redhat.com>
5224
5225 * inferior.c (free_inferior): Convert to ...
5226 (inferior::~inferior): ... this dtor.
5227 (inferior::inferior): New ctor, factored out from ...
5228 (add_inferior_silent): ... here. Allocate the inferior with a new
5229 expression.
5230 (delete_inferior): Call delete instead of free_inferior.
5231 * inferior.h (gdb_environ, continuation): Forward declare.
5232 (inferior): Now a class. Add in-class initialization to all
5233 members. Make boolean fields bool, except 'detaching'.
5234 (inferior::inferior): New explicit ctor.
5235 (inferior::~inferior): New.
5236
5237 2017-04-13 Pedro Alves <palves@redhat.com>
5238
5239 * inferior.c (init_inferior_list): Delete.
5240 * inferior.h (init_inferior_list): Delete.
5241
5242 2017-04-13 Pedro Alves <palves@redhat.com>
5243
5244 PR threads/13217
5245 * gdb.threads/threadapply.exp (thr_apply_detach): New procedure.
5246 (top level): Call it twice, with different thread sets.
5247
5248 2017-04-13 Pedro Alves <palves@redhat.com>
5249
5250 * thread.c: Include <algorithm>.
5251 (thread_array_cleanup): Delete.
5252 (scoped_inc_dec_ref): New class.
5253 (live_threads_count): New function.
5254 (set_thread_refcount): Delete.
5255 (tp_array_compar_ascending): Now a bool.
5256 (tp_array_compar): Convert to a std::sort comparison function.
5257 (thread_apply_all_command): Use std::vector and scoped_inc_dec_ref
5258 and live_threads_count.
5259
5260 2017-04-13 Pedro Alves <palves@redhat.com>
5261
5262 * infrun.c (follow_fork_inferior): Also switch the current
5263 inferior.
5264
5265 2017-04-13 Pedro Alves <palves@redhat.com>
5266
5267 * breakpoint.c (watch_command_1): Save watchpoint-frame info
5268 before calling create_internal_breakpoint.
5269
5270 2017-04-13 Pedro Alves <palves@redhat.com>
5271
5272 * fork-child.c (execv_argv): New class.
5273 (breakup_args): Refactored as ...
5274 (execv_argv::init_for_no_shell): .. this method of execv_argv.
5275 Copy arguments to storage and replace separators with NULL
5276 terminators in place.
5277 (escape_bang_in_quoted_argument): Adjust to return bool.
5278 (execv_argv::execv_argv): New ctor.
5279 (execv_argv::init_for_shell): New method, factored out from
5280 fork_inferior. Don't strdup strings into the vector.
5281 (fork_inferior): Eliminate "shell" local and use execv_argv. Use
5282 Remove free_vector_argv call.
5283
5284 2017-04-13 Yao Qi <yao.qi@linaro.org>
5285
5286 * rx-tdep.c (rx_fpsw_type): Check tdep->rx_fpsw_type instead of
5287 tdep->rx_psw_type.
5288
5289 2017-04-13 Yao Qi <yao.qi@linaro.org>
5290
5291 * rl78-tdep.c (rl78_gdbarch_init): Use XCNEW instead of XNEW.
5292 * rx-tdep.c (rx_gdbarch_init): Likewise.
5293
5294 2017-04-13 Pedro Alves <palves@redhat.com>
5295
5296 * breakpoint.h (struct breakpoint): Reindent.
5297
5298 2017-04-13 Pedro Alves <palves@redhat.com>
5299
5300 * breakpoint.c (bp_location): Rename to ...
5301 (bp_locations): ... this. All references updated.
5302 (bp_location_count): Rename to ...
5303 (bp_locations_count): ... this. All references updated.
5304 (bp_location_placed_address_before_address_max): Rename to ...
5305 (bp_locations_placed_address_before_address_max): ... this. All
5306 references updated.
5307 (bp_location_shadow_len_after_address_max): Rename to ...
5308 (bp_locations_shadow_len_after_address_max): ... this. All
5309 references updated.
5310 (bp_location_compare_addrs): Rename to ...
5311 (bp_locations_compare_addrs): ... this. All references updated.
5312 (bp_location_compare):Rename to ...
5313 (bp_locations_compare): ... this. All references updated.
5314 (bp_location_target_extensions_update): Rename to ...
5315 (bp_locations_target_extensions_update): ... this. All references
5316 updated.
5317
5318 2017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
5319
5320 * Makefile.in (HFILES_NO_SRCDIR): Add "common/gdb_termios.h".
5321 * common/common.m4: Check headers 'termios.h', 'termio.h' and
5322 'sgtty.h'.
5323 * common/gdb_termios.h: New file, with parts of "terminal.h".
5324 * inflow.c: Include "gdb_termios.h".
5325 * ser-unix.c: Include "gdb_termios.h".
5326 * terminal.h: Move terminal-related defines to
5327 "common/gdb_termios.h".
5328
5329 2017-04-12 Tom Tromey <tom@tromey.com>
5330
5331 * probe.c (parse_probes): Update.
5332 * location.h (delete_event_location): Don't declare.
5333 (event_location_deleter::operator()): Update.
5334 * location.c (event_location_deleter::operator()): Rename from
5335 delete_event_location.
5336 * linespec.h (linespec_result) <location>: Change type to
5337 event_location_up.
5338 * linespec.c (canonicalize_linespec, event_location_to_sals)
5339 (decode_objc): Update.
5340 (linespec_result): Don't call delete_event_location.
5341 * breakpoint.c (create_breakpoints_sal)
5342 (bkpt_probe_create_sals_from_location)
5343 (strace_marker_create_sals_from_location): Update.
5344
5345 2017-04-12 Tom Tromey <tom@tromey.com>
5346
5347 * linespec.h (struct linespec_result): Add constructor and
5348 destructor.
5349 (init_linespec_result, destroy_linespec_result)
5350 (make_cleanup_destroy_linespec_result): Don't declare.
5351 * linespec.c (init_linespec_result): Remove.
5352 (linespec_result::~linespec_result): Rename from
5353 destroy_linespec_result. Update.
5354 (cleanup_linespec_result, make_cleanup_destroy_linespec_result):
5355 Remove.
5356 * breakpoint.c (create_breakpoint, break_range_command)
5357 (decode_location_default): Update.
5358 * ax-gdb.c (agent_command_1): Update.
5359
5360 2017-04-12 Tom Tromey <tom@tromey.com>
5361
5362 * remote.c (remote_download_tracepoint): Update.
5363 * python/py-breakpoint.c (bppy_get_location): Update.
5364 * guile/scm-breakpoint.c (bpscm_print_breakpoint_smob)
5365 (gdbscm_breakpoint_location): Update.
5366 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Update.
5367 * breakpoint.h (struct breakpoint) <location, location_range_end>:
5368 Change type to event_location_up.
5369 * breakpoint.c (create_overlay_event_breakpoint)
5370 (create_longjmp_master_breakpoint)
5371 (create_std_terminate_master_breakpoint)
5372 (create_exception_master_breakpoint)
5373 (breakpoint_event_location_empty_p, print_breakpoint_location)
5374 (print_one_breakpoint_location, create_thread_event_breakpoint)
5375 (init_breakpoint_sal, create_breakpoint)
5376 (print_recreate_ranged_breakpoint, break_range_command)
5377 (init_ada_exception_breakpoint, say_where): Update.
5378 (base_breakpoint_dtor): Don't call delete_event_location.
5379 (bkpt_print_recreate, tracepoint_print_recreate)
5380 (dprintf_print_recreate, update_static_tracepoint)
5381 (breakpoint_re_set_default): Update.
5382
5383 2017-04-12 Tom Tromey <tom@tromey.com>
5384
5385 * compile/compile-loc2c.c (compute_stack_depth_worker): Change
5386 type of "to_do". Update.
5387 (compute_stack_depth): Use std::vector.
5388
5389 2017-04-12 Tom Tromey <tom@tromey.com>
5390
5391 * printcmd.c (find_instruction_backward): Use std::vector.
5392
5393 2017-04-12 Tom Tromey <tom@tromey.com>
5394
5395 * symfile.c (objfilep): Remove typedef.
5396 (reread_symbols): Use a std::vector.
5397
5398 2017-04-12 Tom Tromey <tom@tromey.com>
5399
5400 * mi/mi-main.c (exec_direction_forward): Remove.
5401 (exec_reverse_continue, mi_execute_command): Use scoped_restore.
5402 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
5403 scoped_restore.
5404 * guile/guile.c (guile_repl_command, guile_command)
5405 (gdbscm_execute_gdb_command): Use scoped_restore.
5406 * go-exp.y (go_parse): Use scoped_restore.
5407 * d-exp.y (d_parse): Use scoped_restore.
5408 * cli/cli-decode.c (cmd_func): Use scoped_restore.
5409 * c-exp.y (c_parse): Use scoped_restore.
5410
5411 2017-04-12 Tom Tromey <tom@tromey.com>
5412
5413 * mi/mi-parse.h (struct mi_parse): Add constructor, destructor.
5414 (mi_parse): Update return type.
5415 (mi_parse_free): Remove.
5416 * mi/mi-parse.c (mi_parse::mi_parse): New constructor.
5417 (mi_parse::~mi_parse): Rename from mi_parse_free.
5418 (mi_parse_cleanup): Remove.
5419 (mi_parse): Return a unique_ptr. Use new.
5420 * mi/mi-main.c (mi_execute_command): Update.
5421
5422 2017-04-12 Tom Tromey <tom@tromey.com>
5423
5424 * location.c (explicit_location_lex_one): Return a
5425 unique_xmalloc_ptr.
5426 (string_to_explicit_location): Update. Remove cleanups.
5427
5428 2017-04-12 Tom Tromey <tom@tromey.com>
5429
5430 * gnu-v3-abi.c (value_and_voffset_p): Remove typedef.
5431 (compare_value_and_voffset): Change type. Update.
5432 (compute_vtable_size): Change type of "offset_vec".
5433 (gnuv3_print_vtable): Use std::vector. Remove cleanups.
5434 (gnuv3_get_typeid): Remove extraneous declaration.
5435
5436 2017-04-12 Tom Tromey <tom@tromey.com>
5437
5438 * charset.h (wchar_iterator): Fix comment.
5439
5440 2017-04-12 Tom Tromey <tom@tromey.com>
5441
5442 * charset.c (iconv_wrapper): New class.
5443 (cleanup_iconv): Remove.
5444 (convert_between_encodings): Use it.
5445
5446 2017-04-12 Tom Tromey <tom@tromey.com>
5447
5448 * symfile.h (increment_reading_symtab): Update type.
5449 * symfile.c (decrement_reading_symtab): Remove.
5450 (increment_reading_symtab): Return a scoped_restore_tmpl<int>.
5451 * psymtab.c (psymtab_to_symtab): Update.
5452 * dwarf2read.c (dw2_instantiate_symtab): Update.
5453
5454 2017-04-12 Tom Tromey <tom@tromey.com>
5455
5456 * jit.c (struct jit_reader): Declare separately. Add constructor
5457 and destructor. Change type of "handle".
5458 (loaded_jit_reader): Define separately.
5459 (jit_reader_load): Update. New "new".
5460 (jit_reader_unload_command): Use "delete".
5461 * gdb-dlfcn.h (struct dlclose_deleter): New.
5462 (gdb_dlhandle_up): New typedef.
5463 (gdb_dlopen, gdb_dlsym): Update types.
5464 (gdb_dlclose): Remove.
5465 * gdb-dlfcn.c (gdb_dlopen): Return a gdb_dlhandle_up.
5466 (gdb_dlsym): Change type of "handle".
5467 (make_cleanup_dlclose): Remove.
5468 (dlclose_deleter::operator()): Rename from gdb_dlclose.
5469 * compile/compile-c-support.c (load_libcc): Update.
5470
5471 2017-04-12 Tom Tromey <tom@tromey.com>
5472
5473 * symtab.h (find_pcs_for_symtab_line): Change return type.
5474 * symtab.c (find_pcs_for_symtab_line): Change return type.
5475 * python/py-linetable.c (build_line_table_tuple_from_pcs): Change
5476 type of "vec". Update.
5477 (ltpy_get_pcs_for_line): Update.
5478 * linespec.c (decode_digits_ordinary): Update.
5479
5480 2017-04-12 Tom Tromey <tom@tromey.com>
5481
5482 * tracepoint.c (actions_command): Update.
5483 * python/python.c (python_command, python_interactive_command):
5484 Update.
5485 * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
5486 * guile/guile.c (guile_command): Update.
5487 * defs.h (read_command_lines, read_command_lines_1): Return
5488 command_line_up.
5489 (command_lines_deleter): New struct.
5490 (command_line_up): New typedef.
5491 * compile/compile.c (compile_code_command)
5492 (compile_print_command): Update.
5493 * cli/cli-script.h (get_command_line, copy_command_lines): Return
5494 command_line_up.
5495 (make_cleanup_free_command_lines): Remove.
5496 * cli/cli-script.c (get_command_line, read_command_lines_1)
5497 (copy_command_lines): Return command_line_up.
5498 (while_command, if_command, read_command_lines, define_command)
5499 (document_command): Update.
5500 (do_free_command_lines_cleanup, make_cleanup_free_command_lines):
5501 Remove.
5502 * breakpoint.h (breakpoint_set_commands): Change type of
5503 "commands".
5504 * breakpoint.c (breakpoint_set_commands): Change type of
5505 "commands". Update.
5506 (do_map_commands_command, update_dprintf_command_list)
5507 (create_tracepoint_from_upload): Update.
5508
5509 2017-04-12 Tom Tromey <tom@tromey.com>
5510
5511 * tracepoint.c (scope_info): Update.
5512 * spu-tdep.c (spu_catch_start): Update.
5513 * python/python.c (gdbpy_decode_line): Update.
5514 * python/py-finishbreakpoint.c (bpfinishpy_init): Update.
5515 * python/py-breakpoint.c (bppy_init): Update.
5516 * probe.c (parse_probes): Update.
5517 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Update.
5518 * location.h (event_location_deleter): New struct.
5519 (event_location_up): New typedef.
5520 (new_linespec_location, new_address_location, new_probe_location)
5521 (new_explicit_location, copy_event_location)
5522 (string_to_event_location, string_to_event_location_basic)
5523 (string_to_explicit_location): Update return type.
5524 (make_cleanup_delete_event_location): Remove.
5525 * location.c (new_linespec_location, new_address_location)
5526 (new_probe_location, new_explicit_location, copy_event_location):
5527 Return event_location_up.
5528 (delete_event_location_cleanup)
5529 (make_cleanup_delete_event_location): Remove.
5530 (string_to_explicit_location, string_to_event_location_basic)
5531 (string_to_event_location): Return event_location_up.
5532 * linespec.c (canonicalize_linespec, event_location_to_sals)
5533 (decode_line_with_current_source)
5534 (decode_line_with_last_displayed, decode_objc): Update.
5535 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
5536 * completer.c (location_completer): Update.
5537 * cli/cli-cmds.c (edit_command, list_command): Update.
5538 * breakpoint.c (create_overlay_event_breakpoint)
5539 (create_longjmp_master_breakpoint)
5540 (create_std_terminate_master_breakpoint)
5541 (create_exception_master_breakpoint)
5542 (create_thread_event_breakpoint): Update.
5543 (init_breakpoint_sal): Update. Remove some dead code.
5544 (create_breakpoint_sal): Change type of "location". Update.
5545 (create_breakpoints_sal, create_breakpoint, break_command_1)
5546 (dprintf_command, break_range_command, until_break_command)
5547 (init_ada_exception_breakpoint)
5548 (strace_marker_create_sals_from_location)
5549 (update_static_tracepoint, trace_command, ftrace_command)
5550 (strace_command, create_tracepoint_from_upload): Update.
5551 * break-catch-throw.c (re_set_exception_catchpoint): Update.
5552 * ax-gdb.c (agent_command_1): Update.
5553
5554 2017-04-12 Pedro Alves <palves@redhat.com>
5555
5556 * Makefile.in (ALL_TARGET_OBS): Add i386-go32-tdep.o.
5557 * configure.tgt: Handle i[34567]86-*-go32* and
5558 i[34567]86-*-msdosdjgpp*.
5559 * i386-tdep.c (i386_svr4_reg_to_regnum):
5560 Make extern.
5561 (i386_go32_init_abi, i386_coff_osabi_sniffer): Moved to
5562 i386-go32-tdep.c.
5563 (_initialize_i386_tdep): DJGPP bits moved to i386-go32-tdep.c.
5564 * i386-go32-tdep.c: New file.
5565 * i386-tdep.h (tdesc_i386_mmx, i386_svr4_reg_to_regnum): New
5566 declarations.
5567
5568 2017-04-12 Simon Marchi <simon.marchi@ericsson.com>
5569
5570 * aix-thread.c (pd_status2str): Change return type to const char *.
5571
5572 2017-04-12 Pedro Alves <palves@redhat.com>
5573
5574 * i386-tdep.c (i386_elf_init_abi, i386_go32_init_abi): Remove
5575 calls to set_gdbarch_gnu_triplet_regexp.
5576
5577 2017-04-12 Pedro Alves <palves@redhat.com>
5578
5579 PR gdb/21323
5580 * c-lang.c (cplus_primitive_types) <cplus_primitive_type_wchar_t>:
5581 New enum value.
5582 (cplus_language_arch_info): Register cplus_primitive_type_wchar_t.
5583 * gdbtypes.h (struct builtin_type) <builtin_wchar>: New field.
5584 * gdbtypes.c (gdbtypes_post_init): Create the "wchar_t" type.
5585 * gdbarch.sh (wchar_bit, wchar_signed): New per-arch values.
5586 * gdbarch.h, gdbarch.c: Regenerate.
5587 * aarch64-tdep.c (aarch64_gdbarch_init): Override
5588 gdbarch_wchar_bit and gdbarch_wchar_signed.
5589 * alpha-tdep.c (alpha_gdbarch_init): Likewise.
5590 * arm-tdep.c (arm_gdbarch_init): Likewise.
5591 * avr-tdep.c (avr_gdbarch_init): Likewise.
5592 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
5593 * i386-nto-tdep.c (i386nto_init_abi): Likewise.
5594 * i386-tdep.c (i386_go32_init_abi): Likewise.
5595 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
5596 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
5597 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
5598 * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
5599 * sh-tdep.c (sh_gdbarch_init): Likewise.
5600 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
5601 * sparc64-tdep.c (sparc64_init_abi): Likewise.
5602 * windows-tdep.c (windows_init_abi): Likewise.
5603 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
5604
5605 2017-04-12 Pedro Alves <palves@redhat.com>
5606
5607 PR c++/21323
5608 * c-lang.c (cplus_primitive_types) <cplus_primitive_type_char16_t,
5609 cplus_primitive_type_char32_t>: New enum values.
5610 (cplus_language_arch_info): Register cplus_primitive_type_char16_t
5611 and cplus_primitive_type_char32_t.
5612 * dwarf2read.c (read_base_type) <DW_ATE_UTF>: If bit size is 16 or
5613 32, use the archtecture's built-in type for char16_t and char32_t,
5614 respectively. Otherwise, fallback to init_integer_type as before,
5615 but make the type unsigned, and issue a complaint.
5616 * gdbtypes.c (gdbtypes_post_init): Make char16_t and char32_t unsigned.
5617
5618 2017-04-12 Alan Hayward <alan.hayward@arm.com>
5619
5620 * m32r-tdep.c (M32R_ARG_REGISTER_SIZE): Added.
5621 (m32r_push_dummy_call): Use M32R_ARG_REGISTER_SIZE.
5622
5623 2017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
5624
5625 * windows-nat.c (windows_create_inferior): Declare 'toexec' as
5626 'const char *'.
5627
5628 2017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
5629
5630 * common/common-utils.c (free_vector_argv): New function.
5631 * common/common-utils.h: Include <vector>.
5632 (free_vector_argv): New prototype.
5633 * darwin-nat.c (darwin_create_inferior): Rewrite function
5634 prototype in order to constify "exec_file" and accept a
5635 "std::string" for "allargs".
5636 * fork-child.c: Include <vector>.
5637 (breakup_args): Rewrite function, using C++.
5638 (fork_inferior): Rewrite function header, constify "exec_file_arg"
5639 and accept "std::string" for "allargs". Update the code to
5640 calculate "argv" based on "allargs". Update calls to "exec_fun"
5641 and "execvp".
5642 * gnu-nat.c (gnu_create_inferior): Rewrite function prototype in
5643 order to constify "exec_file" and accept a "std::string" for
5644 "allargs".
5645 * go32-nat.c (go32_create_inferior): Likewise.
5646 * inf-ptrace.c (inf_ptrace_create_inferior): Likewise.
5647 * infcmd.c (run_command_1): Constify "exec_file". Use
5648 "std::string" for inferior arguments.
5649 * inferior.h (fork_inferior): Update prototype.
5650 * linux-nat.c (linux_nat_create_inferior): Rewrite function
5651 prototype in order to constify "exec_file" and accept a
5652 "std::string" for "allargs".
5653 * nto-procfs.c (procfs_create_inferior): Likewise.
5654 * procfs.c (procfs_create_inferior): Likewise.
5655 * remote-sim.c (gdbsim_create_inferior): Likewise.
5656 * remote.c (extended_remote_run): Update code to accept
5657 "std::string" as argument.
5658 (extended_remote_create_inferior): Rewrite function prototype in
5659 order to constify "exec_file" and accept a "std::string" for
5660 "allargs".
5661 * rs6000-nat.c (super_create_inferior): Likewise.
5662 (rs6000_create_inferior): Likewise.
5663 * target.h (struct target_ops) <to_create_inferior>: Likewise.
5664 * windows-nat.c (windows_create_inferior): Likewise.
5665
5666 2017-04-11 Pedro Alves <palves@redhat.com>
5667
5668 * thread.c: Fix whitespace throughout.
5669
5670 2017-04-11 Philipp Rudo <prudo@linux.vnet.ibm.com>
5671
5672 * linux-nat.c (linux_nat_detach): Remove delete_lwp call.
5673
5674 2017-04-11 Alan Hayward <alan.hayward@arm.com>
5675
5676 * arm-tdep.c (arm_store_return_value): Use FP_REGISTER_SIZE
5677
5678 2017-04-10 Sergio Durigan Junior <sergiodj@redhat.com>
5679
5680 PR gdb/21364
5681 * osdata.c (info_osdata): Check if 'type' is an empty string
5682 instead of NULL.
5683
5684 2017-04-10 Pedro Alves <palves@redhat.com>
5685
5686 * thread.c (add_thread_silent, delete_thread_1, find_thread_ptid)
5687 (ptid_to_global_thread_id, in_thread_list)
5688 (do_captured_list_thread_ids, set_resumed, set_running)
5689 (set_executing, set_stop_requested, finish_thread_state)
5690 (validate_registers_access, can_access_registers_ptid)
5691 (print_thread_info_1, switch_to_thread)
5692 (do_restore_current_thread_cleanup)
5693 (make_cleanup_restore_current_thread, thread_command)
5694 (thread_name_command): Use operator== instead of ptid_equal.
5695
5696 2017-04-10 Pedro Alves <palves@redhat.com>
5697
5698 * thread.c (struct current_thread_cleanup) <next>: Delete field.
5699 (current_thread_cleanup_chain): Delete.
5700 (restore_current_thread_cleanup_dtor)
5701 (make_cleanup_restore_current_thread): Remove references to
5702 current_thread_cleanup_chain.
5703
5704 2017-04-10 Alan Hayward <alan.hayward@arm.com>
5705
5706 * msp430-tdep.c (msp430_pseudo_register_read): Never return
5707 REG_UNKNOWN.
5708
5709 2017-04-10 Yao Qi <yao.qi@linaro.org>
5710
5711 PR gdb/19942
5712 * gdbthread.h (thread_info::deletable): New method.
5713 (thread_info::incref): New method.
5714 (thread_info::decref): New method.
5715 (thread_info::refcount): Move it to private.
5716 * infrun.c (save_stop_context): Call inc_refcount.
5717 (release_stop_context_cleanup): Likewise.
5718 * thread.c (set_thread_exited): New function.
5719 (init_thread_list): Delete "tp" only it is deletable, otherwise
5720 call set_thread_exited.
5721 (delete_thread_1): Call set_thread_exited.
5722 (current_thread_cleanup) <inferior_pid>: Remove.
5723 <thread>: New field.
5724 (restore_current_thread_ptid_changed): Removed.
5725 (do_restore_current_thread_cleanup): Adjust.
5726 (restore_current_thread_cleanup_dtor): Don't call
5727 find_thread_ptid.
5728 (set_thread_refcount): Use dec_refcount.
5729 (make_cleanup_restore_current_thread): Adjust.
5730 (thread_apply_all_command): Call inc_refcount.
5731 (_initialize_thread): Don't call
5732 observer_attach_thread_ptid_changed.
5733
5734 2017-04-10 Yao Qi <yao.qi@linaro.org>
5735
5736 * thread.c (delete_thread_1): Hoist code on marking thread as
5737 exited.
5738
5739 2017-04-09 Simon Marchi <simon.marchi@polymtl.ca>
5740
5741 * windows-nat.c (windows_detach): Initialize ptid with
5742 minus_one_ptid.
5743
5744 2017-04-07 Simon Marchi <simon.marchi@ericsson.com>
5745
5746 * unittests/ptid-selftests.c: Fix erroneous assert messages.
5747
5748 2017-04-07 Alan Hayward <alan.hayward@arm.com>
5749
5750 * bfin-tdep.c (BFIN_MAX_REGISTER_SIZE): Add.
5751 (bfin_pseudo_register_read): Use BFIN_MAX_REGISTER_SIZE.
5752 (bfin_pseudo_register_write): Likewise
5753
5754 2017-04-06 Simon Marchi <simon.marchi@ericsson.com>
5755
5756 * common/ptid.h (struct ptid): Change to...
5757 (class ptid_t): ... this.
5758 <ptid_t>: New constructors.
5759 <pid, lwp_p, lwp, tid_p, tid, is_pid, operator==, operator!=,
5760 matches>: New methods.
5761 <make_null, make_minus_one>: New static methods.
5762 <pid>: Rename to...
5763 <m_pid>: ...this.
5764 <lwp>: Rename to...
5765 <m_lwp>: ...this.
5766 <tid>: Rename to...
5767 <m_tid>: ...this.
5768 (ptid_build, ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
5769 ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match): Take ptid arguments
5770 as references, move comment to class ptid_t.
5771 * common/ptid.c (null_ptid, minus_one_ptid): Initialize with
5772 ptid_t static methods.
5773 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_tid,
5774 ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match):
5775 Take ptid arguments as references, implement using ptid_t methods.
5776 * unittests/ptid-selftests.c: New file.
5777 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
5778 unittests/ptid-selftests.c.
5779 (SUBDIR_UNITTESTS_OBS): Add unittests/ptid-selftests.o.
5780
5781 2017-04-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5782
5783 * python/python.c (python_run_simple_file): Cast mode literal to
5784 non-const char pointer as expected by PyFile_FromString.
5785
5786 2017-04-05 Simon Marchi <simon.marchi@ericsson.com>
5787
5788 * common/ptid.c (ptid_lwp_p, ptid_tid_p): Remove comparison with
5789 minus_one_ptid and null_ptid.
5790
5791 2017-04-05 Pedro Alves <palves@redhat.com>
5792
5793 * warning.m4 (build_warnings): Remove -Wno-write-strings.
5794 * configure: Regenerate.
5795
5796 2017-04-05 Pedro Alves <palves@redhat.com>
5797
5798 * ada-exp.y (yyerror): Constify.
5799 * ada-lang.c (bound_name, get_selections)
5800 (ada_variant_discrim_type)
5801 (ada_variant_discrim_name, ada_value_struct_elt)
5802 (ada_lookup_struct_elt_type, is_unchecked_variant)
5803 (ada_which_variant_applies, standard_exc, ada_get_next_arg)
5804 (catch_ada_exception_command_split)
5805 (catch_ada_assert_command_split, catch_assert_command)
5806 (ada_op_name): Constify.
5807 * ada-lang.h (ada_yyerror, get_selections)
5808 (ada_variant_discrim_name, ada_value_struct_elt): Constify.
5809 * arc-tdep.c (arc_print_frame_cache): Constify.
5810 * arm-tdep.c (arm_skip_stub): Constify.
5811 * ax-gdb.c (gen_binop, gen_struct_ref_recursive, gen_struct_ref)
5812 (gen_aggregate_elt_ref): Constify.
5813 * bcache.c (print_bcache_statistics): Constify.
5814 * bcache.h (print_bcache_statistics): Constify.
5815 * break-catch-throw.c (catch_exception_command_1):
5816 * breakpoint.c (struct ep_type_description::description):
5817 Constify.
5818 (add_solib_catchpoint): Constify.
5819 (catch_fork_command_1): Add cast.
5820 (add_catch_command): Constify.
5821 * breakpoint.h (add_catch_command, add_solib_catchpoint):
5822 Constify.
5823 * bsd-uthread.c (bsd_uthread_state): Constify.
5824 * buildsym.c (patch_subfile_names): Constify.
5825 * buildsym.h (next_symbol_text_func, patch_subfile_names):
5826 Constify.
5827 * c-exp.y (yyerror): Constify.
5828 (token::oper): Constify.
5829 * c-lang.h (c_yyerror, cp_print_class_member): Constify.
5830 * c-varobj.c (cplus_describe_child): Constify.
5831 * charset.c (find_charset_names): Add cast.
5832 (find_charset_names): Constify array and add const_cast.
5833 * cli/cli-cmds.c (complete_command, cd_command): Constify.
5834 (edit_command): Constify.
5835 * cli/cli-decode.c (lookup_cmd): Constify.
5836 * cli/cli-dump.c (dump_memory_command, dump_value_command):
5837 Constify.
5838 (struct dump_context): Constify.
5839 (add_dump_command, restore_command): Constify.
5840 * cli/cli-script.c (get_command_line): Constify.
5841 * cli/cli-script.h (get_command_line): Constify.
5842 * cli/cli-utils.c (check_for_argument): Constify.
5843 * cli/cli-utils.h (check_for_argument): Constify.
5844 * coff-pe-read.c (struct read_pe_section_data): Constify.
5845 * command.h (lookup_cmd): Constify.
5846 * common/print-utils.c (decimal2str): Constify.
5847 * completer.c (gdb_print_filename): Constify.
5848 * corefile.c (set_gnutarget): Constify.
5849 * cp-name-parser.y (yyerror): Constify.
5850 * cp-valprint.c (cp_print_class_member): Constify.
5851 * cris-tdep.c (cris_register_name, crisv32_register_name):
5852 Constify.
5853 * d-exp.y (yyerror): Constify.
5854 (struct token::oper): Constify.
5855 * d-lang.h (d_yyerror): Constify.
5856 * dbxread.c (struct header_file_location::name): Constify.
5857 (add_old_header_file, add_new_header_file, last_function_name)
5858 (dbx_next_symbol_text, add_bincl_to_list)
5859 (find_corresponding_bincl_psymtab, set_namestring)
5860 (find_stab_function_addr, read_dbx_symtab, start_psymtab)
5861 (dbx_end_psymtab, read_ofile_symtab, process_one_symbol):
5862 * defs.h (command_line_input, print_address_symbolic)
5863 (deprecated_readline_begin_hook): Constify.
5864 * dwarf2read.c (anonymous_struct_prefix, dwarf_bool_name):
5865 Constify.
5866 * event-top.c (handle_line_of_input): Constify and add cast.
5867 * exceptions.c (catch_errors): Constify.
5868 * exceptions.h (catch_errors): Constify.
5869 * expprint.c (print_subexp_standard, op_string, op_name)
5870 (op_name_standard, dump_raw_expression, dump_raw_expression):
5871 * expression.h (op_name, op_string, dump_raw_expression):
5872 Constify.
5873 * f-exp.y (yyerror): Constify.
5874 (struct token::oper): Constify.
5875 (struct f77_boolean_val::name): Constify.
5876 * f-lang.c (f_word_break_characters): Constify.
5877 * f-lang.h (f_yyerror): Constify.
5878 * fork-child.c (fork_inferior): Add cast.
5879 * frv-tdep.c (struct gdbarch_tdep::register_names): Constify.
5880 (new_variant): Constify.
5881 * gdbarch.sh (pstring_ptr, pstring_list): Constify.
5882 * gdbarch.c: Regenerate.
5883 * gdbcore.h (set_gnutarget): Constify.
5884 * go-exp.y (yyerror): Constify.
5885 (token::oper): Constify.
5886 * go-lang.h (go_yyerror): Constify.
5887 * go32-nat.c (go32_sysinfo): Constify.
5888 * guile/scm-breakpoint.c (gdbscm_breakpoint_expression): Constify.
5889 * guile/scm-cmd.c (cmdscm_function): Constify.
5890 * guile/scm-param.c (pascm_param_value): Constify.
5891 * h8300-tdep.c (h8300_register_name, h8300s_register_name)
5892 (h8300sx_register_name): Constify.
5893 * hppa-tdep.c (hppa32_register_name, hppa64_register_name):
5894 Constify.
5895 * ia64-tdep.c (ia64_register_names): Constify.
5896 * infcmd.c (construct_inferior_arguments): Constify.
5897 (path_command, attach_post_wait): Constify.
5898 * language.c (show_range_command, show_case_command)
5899 (unk_lang_error): Constify.
5900 * language.h (language_defn::la_error)
5901 (language_defn::la_name_of_this): Constify.
5902 * linespec.c (decode_line_2): Constify.
5903 * linux-thread-db.c (thread_db_err_str): Constify.
5904 * lm32-tdep.c (lm32_register_name): Constify.
5905 * m2-exp.y (yyerror): Constify.
5906 * m2-lang.h (m2_yyerror): Constify.
5907 * m32r-tdep.c (m32r_register_names): Constify and make static.
5908 * m68hc11-tdep.c (m68hc11_register_names): Constify.
5909 * m88k-tdep.c (m88k_register_name): Constify.
5910 * macroexp.c (appendmem): Constify.
5911 * mdebugread.c (fdr_name, add_data_symbol, parse_type)
5912 (upgrade_type, parse_external, parse_partial_symbols)
5913 (mdebug_next_symbol_text, cross_ref, mylookup_symbol, new_psymtab)
5914 (new_symbol): Constify.
5915 * memattr.c (mem_info_command): Constify.
5916 * mep-tdep.c (register_name_from_keyword): Constify.
5917 * mi/mi-cmd-env.c (mi_cmd_env_path, _initialize_mi_cmd_env):
5918 Constify.
5919 * mi/mi-cmd-stack.c (list_args_or_locals): Constify.
5920 * mi/mi-cmd-var.c (mi_cmd_var_show_attributes): Constify.
5921 * mi/mi-main.c (captured_mi_execute_command): Constify and add
5922 cast.
5923 (mi_execute_async_cli_command): Constify.
5924 * mips-tdep.c (mips_register_name): Constify.
5925 * mn10300-tdep.c (register_name, mn10300_generic_register_name)
5926 (am33_register_name, am33_2_register_name)
5927 * moxie-tdep.c (moxie_register_names): Constify.
5928 * nat/linux-osdata.c (osdata_type): Constify fields.
5929 * nto-tdep.c (nto_parse_redirection): Constify.
5930 * objc-lang.c (lookup_struct_typedef, lookup_objc_class)
5931 (lookup_child_selector): Constify.
5932 (objc_methcall::name): Constify.
5933 * objc-lang.h (lookup_objc_class, lookup_child_selector)
5934 (lookup_struct_typedef): Constify.
5935 * objfiles.c (pc_in_section): Constify.
5936 * objfiles.h (pc_in_section): Constify.
5937 * p-exp.y (struct token::oper): Constify.
5938 (yyerror): Constify.
5939 * p-lang.h (pascal_yyerror): Constify.
5940 * parser-defs.h (op_name_standard): Constify.
5941 (op_print::string): Constify.
5942 (exp_descriptor::op_name): Constify.
5943 * printcmd.c (print_address_symbolic): Constify.
5944 * psymtab.c (print_partial_symbols): Constify.
5945 * python/py-breakpoint.c (stop_func): Constify.
5946 (bppy_get_expression): Constify.
5947 * python/py-cmd.c (cmdpy_completer::name): Constify.
5948 (cmdpy_function): Constify.
5949 * python/py-event.c (evpy_add_attribute)
5950 (gdbpy_initialize_event_generic): Constify.
5951 * python/py-event.h (evpy_add_attribute)
5952 (gdbpy_initialize_event_generic): Constify.
5953 * python/py-evts.c (add_new_registry): Constify.
5954 * python/py-finishbreakpoint.c (outofscope_func): Constify.
5955 * python/py-framefilter.c (get_py_iter_from_func): Constify.
5956 * python/py-inferior.c (get_buffer): Add cast.
5957 * python/py-param.c (parm_constant::name): Constify.
5958 * python/py-unwind.c (fprint_frame_id): Constify.
5959 * python/python.c (gdbpy_parameter_value): Constify.
5960 * remote-fileio.c (remote_fio_func_map): Make 'name' const.
5961 * remote.c (memory_packet_config::name): Constify.
5962 (show_packet_config_cmd, remote_write_bytes)
5963 (remote_buffer_add_string):
5964 * reverse.c (exec_reverse_once): Constify.
5965 * rs6000-tdep.c (variant::name, variant::description): Constify.
5966 * rust-exp.y (rustyyerror): Constify.
5967 * rust-lang.c (rust_op_name): Constify.
5968 * rust-lang.h (rustyyerror): Constify.
5969 * serial.h (serial_ops::name): Constify.
5970 * sh-tdep.c (sh_sh_register_name, sh_sh3_register_name)
5971 (sh_sh3e_register_name, sh_sh2e_register_name)
5972 (sh_sh2a_register_name, sh_sh2a_nofpu_register_name)
5973 (sh_sh_dsp_register_name, sh_sh3_dsp_register_name)
5974 (sh_sh4_register_name, sh_sh4_nofpu_register_name)
5975 (sh_sh4al_dsp_register_name): Constify.
5976 * sh64-tdep.c (sh64_register_name): Constify.
5977 * solib-darwin.c (lookup_symbol_from_bfd): Constify.
5978 * spu-tdep.c (spu_register_name, info_spu_dma_cmdlist): Constify.
5979 * stabsread.c (patch_block_stabs, read_type_number)
5980 (ref_map::stabs, ref_add, process_reference)
5981 (symbol_reference_defined, define_symbol, define_symbol)
5982 (error_type, read_type, read_member_functions, read_cpp_abbrev)
5983 (read_one_struct_field, read_struct_fields, read_baseclasses)
5984 (read_tilde_fields, read_struct_type, read_array_type)
5985 (read_enum_type, read_sun_builtin_type, read_sun_floating_type)
5986 (read_huge_number, read_range_type, read_args, common_block_start)
5987 (find_name_end): Constify.
5988 * stabsread.h (common_block_start, define_symbol)
5989 (process_one_symbol, symbol_reference_defined, ref_add):
5990 * symfile.c (get_section_index, add_symbol_file_command):
5991 * symfile.h (get_section_index): Constify.
5992 * target-descriptions.c (tdesc_type::name): Constify.
5993 (tdesc_free_type): Add cast.
5994 * target.c (find_default_run_target):
5995 (add_deprecated_target_alias, find_default_run_target)
5996 (target_announce_detach): Constify.
5997 (do_option): Constify.
5998 * target.h (add_deprecated_target_alias): Constify.
5999 * thread.c (print_thread_info_1): Constify.
6000 * top.c (deprecated_readline_begin_hook, command_line_input):
6001 Constify.
6002 (init_main): Add casts.
6003 * top.h (handle_line_of_input): Constify.
6004 * tracefile-tfile.c (tfile_write_uploaded_tsv): Constify.
6005 * tracepoint.c (tvariables_info_1, trace_status_mi): Constify.
6006 (tfind_command): Rename to ...
6007 (tfind_command_1): ... this and constify.
6008 (tfind_command): New function.
6009 (tfind_end_command, tfind_start_command): Adjust.
6010 (encode_source_string): Constify.
6011 * tracepoint.h (encode_source_string): Constify.
6012 * tui/tui-data.c (tui_partial_win_by_name): Constify.
6013 * tui/tui-data.h (tui_partial_win_by_name): Constify.
6014 * tui/tui-source.c (tui_set_source_content_nil): Constify.
6015 * tui/tui-source.h (tui_set_source_content_nil): Constify.
6016 * tui/tui-win.c (parse_scrolling_args): Constify.
6017 * tui/tui-windata.c (tui_erase_data_content): Constify.
6018 * tui/tui-windata.h (tui_erase_data_content): Constify.
6019 * tui/tui-winsource.c (tui_erase_source_content): Constify.
6020 * tui/tui.c (tui_enable): Add cast.
6021 * utils.c (defaulted_query): Constify.
6022 (init_page_info): Add cast.
6023 (puts_debug, subset_compare): Constify.
6024 * utils.h (subset_compare): Constify.
6025 * varobj.c (varobj_format_string): Constify.
6026 * varobj.h (varobj_format_string): Constify.
6027 * vax-tdep.c (vax_register_name): Constify.
6028 * windows-nat.c (windows_detach): Constify.
6029 * xcoffread.c (process_linenos, xcoff_next_symbol_text): Constify.
6030 * xml-support.c (gdb_xml_end_element): Constify.
6031 * xml-tdesc.c (tdesc_start_reg): Constify.
6032 * xstormy16-tdep.c (xstormy16_register_name): Constify.
6033 * xtensa-tdep.c (xtensa_find_register_by_name): Constify.
6034 * xtensa-tdep.h (xtensa_register_t::name): Constify.
6035
6036 2017-04-05 Pedro Alves <palves@redhat.com>
6037
6038 * proc-api.c (struct trans): Constify.
6039 (procfs_note): Constify.
6040 * proc-events.c (struct trans, syscall_table):
6041 * proc-flags.c (struct trans): Constify.
6042 * proc-utils.h (procfs_note): Constify.
6043 * proc-why.c (struct trans): Constify.
6044 * procfs.c (dead_procinfo, find_syscall, proc_warn, proc_error)
6045 (procfs_detach): Constify.
6046 * sol-thread.c (struct string_map): Constify.
6047 (td_err_string, td_state_string): Constify.
6048
6049 2017-04-05 Pedro Alves <palves@redhat.com>
6050
6051 * proc-api.c (procfs_filename): Don't initialize
6052 procfs_filename.
6053 (prepare_to_trace): Assume procfs_filename is non-NULL.
6054 (_initialize_proc_api): Give procfs_filename a default value here.
6055
6056 2017-04-05 Pedro Alves <palves@redhat.com>
6057
6058 * break-catch-throw.c (handle_gnu_v3_exceptions): Constify
6059 'cond_string' parameter.
6060 (extract_exception_regexp): Constify 'string' parameter.
6061 (catch_exception_command_1): Constify.
6062 * breakpoint.c (init_catchpoint)
6063 (create_fork_vfork_event_catchpoint): Constify 'cond_string'
6064 parameter.
6065 (ep_parse_optional_if_clause, catch_fork_command_1)
6066 (catch_exec_command_1): Constify.
6067 * breakpoint.h (init_catchpoint): Constify 'cond_string'
6068 parameter.
6069 (ep_parse_optional_if_clause): Constify.
6070 * cli/cli-utils.c (remove_trailing_whitespace)
6071 (check_for_argument): Constify.
6072 * cli/cli-utils.h (remove_trailing_whitespace): Constify and add
6073 non-const overload.
6074 (check_for_argument): Likewise.
6075
6076 2017-04-05 Pedro Alves <palves@redhat.com>
6077
6078 * event-top.c (command_line_handler): Add cast to execute_command
6079 call.
6080 * record-btrace.c (cmd_record_btrace_bts_start)
6081 (cmd_record_btrace_pt_start, cmd_record_btrace_start)
6082 (cmd_record_btrace_start): Add cast to execute_command call.
6083 * record-full.c (record_full_goto_insn):
6084 * record.c (record_start, record_stop): Add cast to
6085 execute_command_to_string calls.
6086 (cmd_record_start): Add cast to execute_command calls.
6087
6088 2017-04-05 Pedro Alves <palves@redhat.com>
6089
6090 * python/python-internal.h (gdb_PyArg_ParseTupleAndKeywords): New
6091 static inline function.
6092 * python/py-arch.c (archpy_disassemble): Constify 'keywords'
6093 array and use gdb_PyArg_ParseTupleAndKeywords.
6094 * python/py-cmd.c (cmdpy_init): Likewise.
6095 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
6096 * python/py-inferior.c (infpy_read_memory, infpy_write_memory)
6097 (infpy_search_memory): Likewise.
6098 * python/py-objfile.c (objfpy_add_separate_debug_file)
6099 (gdbpy_lookup_objfile): Likewise.
6100 * python/py-symbol.c (gdbpy_lookup_symbol)
6101 (gdbpy_lookup_global_symbol): Likewise.
6102 * python/py-type.c (gdbpy_lookup_type): Likewise.
6103 * python/py-value.c (valpy_lazy_string, valpy_string): Likewise.
6104 * python/python.c (execute_gdb_command, gdbpy_write, gdbpy_flush):
6105 Likewise.
6106
6107 2017-04-05 Pedro Alves <palves@redhat.com>
6108
6109 * python/python-internal.h (gdb_PyGetSetDef): New type.
6110 * python/py-block.c (block_object_getset)
6111 (breakpoint_object_getset): Now a gdb_PyGetSetDef array.
6112 * python/py-event.c (event_object_getset)
6113 (finish_breakpoint_object_getset): Likewise.
6114 * python/py-inferior.c (inferior_object_getset): Likewise.
6115 * python/py-infthread.c (thread_object_getset): Likewise.
6116 * python/py-lazy-string.c (lazy_string_object_getset): Likewise.
6117 * python/py-linetable.c (linetable_entry_object_getset): Likewise.
6118 * python/py-objfile.c (objfile_getset): Likewise.
6119 * python/py-progspace.c (pspace_getset): Likewise.
6120 * python/py-record-btrace.c (btpy_insn_getset, btpy_call_getset):
6121 Likewise.
6122 * python/py-record.c (recpy_record_getset): Likewise.
6123 * python/py-symbol.c (symbol_object_getset): Likewise.
6124 * python/py-symtab.c (symtab_object_getset, sal_object_getset):
6125 Likewise.
6126 * python/py-type.c (type_object_getset, field_object_getset):
6127 Likewise.
6128 * python/py-value.c (value_object_getset): Likewise.
6129
6130 2017-04-05 Pedro Alves <palves@redhat.com>
6131
6132 * python/python-internal.h (gdb_PyObject_CallMethod)
6133 (gdb_PyErr_NewException, gdb_PySys_GetObject, gdb_PySys_SetPath):
6134 New functions.
6135 (GDB_PYSYS_SETPATH_CHAR, PyObject_CallMethod, PyErr_NewException)
6136 (PySys_GetObject, PySys_SetPath): New macros.
6137
6138 2017-04-05 Pedro Alves <palves@redhat.com>
6139
6140 * mi/mi-cmd-info.c (mi_cmd_info_os): Call info_osdata instead of
6141 info_osdata_command.
6142 * osdata.c (info_osdata_command): Rename to ...
6143 (info_osdata): ... this. Constify 'type' parameter, and remove
6144 the 'from_tty' parameter. Accept NULL TYPE.
6145 (info_osdata_command): New function.
6146 * osdata.h (info_osdata_command): Remove declaration.
6147 (info_osdata): New declaration.
6148
6149 2017-04-05 Pedro Alves <palves@redhat.com>
6150
6151 * mi/mi-cmd-break.c (mi_cmd_break_insert_1, mi_cmd_break_insert)
6152 (mi_cmd_dprintf_insert, mi_cmd_break_passcount)
6153 (mi_cmd_break_watch, mi_cmd_break_commands): Constify 'command'
6154 parameter.
6155 * mi/mi-cmd-catch.c (mi_cmd_catch_assert, mi_cmd_catch_exception)
6156 (mi_cmd_catch_load, mi_cmd_catch_unload): Constify cmd' parameter.
6157 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Constify 'command'
6158 parameter.
6159 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_cd, mi_cmd_env_path)
6160 (mi_cmd_env_dir, mi_cmd_inferior_tty_set, _cmd_inferior_tty_show)
6161 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
6162 (mi_cmd_file_list_exec_source_files)
6163 (mi_cmd_file_list_shared_libraries): Constify 'command' parameter.
6164 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
6165 (mi_cmd_info_gdb_mi_command, mi_cmd_info_os): Constify 'command'
6166 parameter.
6167 * mi/mi-cmd-stack.c (mi_cmd_enable_frame_filters)
6168 (mi_cmd_stack_list_frames, mi_cmd_stack_info_depth)
6169 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
6170 (mi_cmd_stack_list_variables, mi_cmd_stack_select_frame)
6171 (mi_cmd_stack_info_frame): Constify 'command' parameter.
6172 * mi/mi-cmd-target.c (mi_cmd_target_file_get)
6173 (mi_cmd_target_file_put, mi_cmd_target_file_delete): Constify
6174 'command' parameter.
6175 * mi/mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete)
6176 (mi_cmd_var_set_format, mi_cmd_var_set_visualizer)
6177 (mi_cmd_var_set_frozen, mi_cmd_var_show_format)
6178 (mi_cmd_var_info_num_children, mi_cmd_var_list_children)
6179 (mi_cmd_var_info_type, mi_cmd_var_info_path_expression)
6180 (mi_cmd_var_info_expression, mi_cmd_var_show_attributes)
6181 (mi_cmd_var_evaluate_expression, mi_cmd_var_assign)
6182 (mi_cmd_var_update, mi_cmd_enable_pretty_printing)
6183 (mi_cmd_var_set_update_range): Constify 'command' parameter.
6184 * mi/mi-cmds.h (mi_cmd_argv_ftype): Constify 'command' parameter.
6185 * mi/mi-interp.c (mi_cmd_interpreter_exec): Constify 'command'
6186 parameter.
6187 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_next)
6188 (mi_cmd_exec_next_instruction, mi_cmd_exec_step)
6189 (mi_cmd_exec_step_instruction, mi_cmd_exec_finish)
6190 (mi_cmd_exec_return ,mi_cmd_exec_jump, mi_cmd_exec_continue)
6191 (mi_cmd_exec_interrupt, mi_cmd_exec_run, mi_cmd_target_detach)
6192 (mi_cmd_target_flash_erase, mi_cmd_thread_select)
6193 (mi_cmd_thread_list_ids, mi_cmd_thread_info)
6194 (mi_cmd_list_thread_groups, mi_cmd_data_list_register_names)
6195 (mi_cmd_data_list_changed_registers)
6196 (mi_cmd_data_write_register_values)
6197 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
6198 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory)
6199 (mi_cmd_data_write_memory_bytes, mi_cmd_enable_timings)
6200 (mi_cmd_list_features, mi_cmd_list_target_features)
6201 (mi_cmd_add_inferior, mi_cmd_remove_inferior)
6202 (mi_cmd_trace_define_variable, mi_cmd_trace_list_variables)
6203 (mi_cmd_trace_find, mi_cmd_trace_save, mi_cmd_trace_start)
6204 (mi_cmd_trace_status, mi_cmd_trace_stop, mi_cmd_ada_task_info)
6205 (mi_cmd_trace_frame_collected): Constify 'command'
6206 parameter.
6207 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Constify
6208 'command' parameter.
6209
6210 2017-04-05 Pedro Alves <palves@redhat.com>
6211
6212 * ada-lang.c (ada_completer_word_break_characters): Now a const
6213 array.
6214 (ada_get_gdb_completer_word_break_characters): Constify.
6215 * completer.c (gdb_completer_command_word_break_characters)
6216 (gdb_completer_file_name_break_characters)
6217 (gdb_completer_quote_characters): Now const arrays.
6218 (get_gdb_completer_quote_characters): Constify.
6219 (set_rl_completer_word_break_characters): New function.
6220 (set_gdb_completion_word_break_characters)
6221 (complete_line_internal): Use it.
6222 * completer.h (get_gdb_completer_quote_characters): Constify.
6223 (set_rl_completer_word_break_characters): Declare.
6224 * f-lang.c (f_word_break_characters): Constify.
6225 * language.c (default_word_break_characters): Constify.
6226 * language.h (language_defn::la_word_break_characters): Constify.
6227 (default_word_break_characters): Constify.
6228 * top.c (init_main): Use set_rl_completer_word_break_characters.
6229
6230 2017-04-05 Pedro Alves <palves@redhat.com>
6231
6232 * aix-thread.c (aix_thread_pid_to_str)
6233 (aix_thread_extra_thread_info): Constify.
6234 * bsd-kvm.c (bsd_kvm_pid_to_str): Constify.
6235 * bsd-uthread.c (bsd_uthread_extra_thread_info)
6236 (bsd_uthread_pid_to_str): Constify.
6237 * corelow.c (core_pid_to_str): Constify.
6238 * darwin-nat.c (darwin_pid_to_str): Constify.
6239 * fbsd-nat.c (fbsd_pid_to_str): Constify.
6240 * fbsd-tdep.c (fbsd_core_pid_to_str, gdbarch_core_pid_to_str):
6241 Constify.
6242 * gnu-nat.c (gnu_pid_to_str): Constify.
6243 * go32-nat.c (go32_pid_to_str): Constify.
6244 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Constify.
6245 * inf-ptrace.c (inf_ptrace_pid_to_str): Constify.
6246 * inferior.c (inferior_pid_to_str): Constify.
6247 * linux-nat.c (linux_nat_pid_to_str): Constify.
6248 * linux-tdep.c (linux_core_pid_to_str): Constify.
6249 * linux-thread-db.c (thread_db_pid_to_str)
6250 (thread_db_extra_thread_info): Constify.
6251 * nto-tdep.c (nto_extra_thread_info): Constify.
6252 * nto-tdep.h (nto_extra_thread_info): Constify.
6253 * obsd-nat.c (obsd_pid_to_str): Constify.
6254 * procfs.c (procfs_pid_to_str): Constify.
6255 * ravenscar-thread.c (ravenscar_extra_thread_info)
6256 (ravenscar_pid_to_str): Constify.
6257 * remote-sim.c (gdbsim_pid_to_str): Constify.
6258 * remote.c (remote_threads_extra_info, remote_pid_to_str):
6259 Constify.
6260 * sol-thread.c (solaris_pid_to_str): Constify.
6261 * sol2-tdep.c (sol2_core_pid_to_str): Constify.
6262 * sol2-tdep.h (sol2_core_pid_to_str): Constify.
6263 * target.c (default_pid_to_str, target_pid_to_str)
6264 (normal_pid_to_str, default_pid_to_str): Constify.
6265 * target.h (target_ops::to_pid_to_str)
6266 (target_ops::to_extra_thread_info): Constify.
6267 (target_pid_to_str, normal_pid_to_str): Constify.
6268 * windows-nat.c (windows_pid_to_str): Constify.
6269 * gdbarch.sh (core_pid_to_str): Constify.
6270 * target-delegates.c: Regenerate.
6271 * gdbarch.h, gdbarch.c: Regenerate.
6272
6273 2017-04-05 Pedro Alves <palves@redhat.com>
6274
6275 * main.c (captured_main_1): Use gdb::unique_xmalloc_ptr to manage
6276 the memory of the temporary warning_pre_print override.
6277 * utils.c (warning_pre_print): Constify.
6278 * utils.h (warning_pre_print): Constify.
6279
6280 2017-04-05 Pedro Alves <palves@redhat.com>
6281
6282 * cli/cli-cmds.c (shell_escape): Constify 'arg' parameter.
6283 (shell_command): New function.
6284 (make_command): Use std::string.
6285 (init_cli_cmds): Register shell_command instead of shell_escape.
6286
6287 2017-04-05 Pedro Alves <palves@redhat.com>
6288
6289 * breakpoint.c (dprintf_function, dprintf_channel): Don't initialize.
6290 * tracepoint.c (default_collect): Don't initialize.
6291
6292 2017-04-05 Pedro Alves <palves@redhat.com>
6293
6294 * macroexp.c (macro_buffer::shared): Now a bool.
6295 (init_buffer): Update.
6296 (init_shared_buffer): Constify 'addr' parameter.
6297 (substitute_args, expand, macro_expand, macro_expand_next): Remove
6298 casts.
6299
6300 2017-04-05 Pedro Alves <palves@redhat.com>
6301
6302 * arm-tdep.c (show_disassembly_style_sfunc): Constify local.
6303 * disasm.c (set_disassembler_options): Constify local.
6304 * i386-tdep.c (i386_print_insn): Remove cast and FIXME comment.
6305
6306 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6307
6308 PR gdb/21352
6309 * tracefile.c (tsave_command): Fix argument parsing for '-r'
6310 option.
6311
6312 2017-04-05 Yao Qi <yao.qi@linaro.org>
6313
6314 * frame.c (frame_unwind_register_unsigned): Call
6315 frame_unwind_register_value.
6316
6317 2017-04-05 Yao Qi <yao.qi@linaro.org>
6318
6319 * gdb.threads/thread-specific-bp.exp (check_thread_specific_breakpoint):
6320 Use gdb_test_multiple, and don't match anchor.
6321
6322 2017-04-05 Pedro Alves <palves@redhat.com>
6323
6324 * MAINTAINERS (Global Maintainers): Add Simon Marchi.
6325 (Write After Approval): Remove Simon Marchi.
6326
6327 2017-04-05 Pedro Alves <palves@redhat.com>
6328
6329 * common/gdb_optional.h (optional::optional): Make constexpr and
6330 initialize m_dummy.
6331
6332 2017-04-04 John Baldwin <jhb@FreeBSD.org>
6333
6334 * amd64-fbsd-tdep.c: Remove "bsd-uthread.h" include.
6335 (amd64fbsd_jmp_buf_reg_offset): Remove.
6336 (amd64fbsd_supply_uthread): Remove function.
6337 (amd64fbsd_collect_uthread): Remove function.
6338 (amd64fbsd_init_abi): Don't set bsd-uthread callbacks.
6339 * configure.tgt (i[34567]86-*-freebsd*): Remove bsd-uthread.o.
6340 (x86_64-*-freebsd*): Remove bsd-uthread.o.
6341 (fbsd-nat.c): Update comment.
6342 * i386-fbsd-tdep.c: Remove "bsd-uthread.h" include.
6343 (i386fbsd_jmp_buf_reg_offset): Remove.
6344 (i386fbsd_supply_uthread): Remove function.
6345 (i386fbsd_collect_uthread): Remove function.
6346 (i386fbsd_init_abi): Don't set bsd-uthread callbacks.
6347
6348 2017-04-04 John Baldwin <jhb@FreeBSD.org>
6349
6350 * Makefile.in (ALL_64_TARGET_OBS): Remove alpha-fbsd-tdep.o.
6351 (ALLDEPFILES): Remove alpha-fbsd-tdep.c
6352 * NEWS: Mention that support for FreeBSD/alpha was removed.
6353 * alpha-fbsd-tdep.c: Delete file.
6354 * config/alpha/fbsd.mh: Delete file.
6355 * configure.host: Delete alpha*-*-freebsd* and
6356 alpha*-*-kfreebsd*-gnu.
6357 * configure.tgt: Delete alpha*-*-freebsd* and
6358 alpha*-*-kfreebsd*-gnu.
6359
6360 2017-04-04 John Baldwin <jhb@FreeBSD.org>
6361
6362 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers,
6363 amd64bsd_store_inferior_registers): Use ptid from regcache.
6364
6365 2017-04-04 Pedro Alves <palves@redhat.com>
6366
6367 * dwarf2read.c (lnp_state_machine): Now a class. Initialize all
6368 data fields, make them private and add "m_" prefixes.
6369 (lnp_state_machine::lnp_state_machine): New ctor.
6370 (record_line, check_line_address, handle_set_discriminator)
6371 (handle_set_address, handle_advance_pc, handle_special_opcode)
6372 (handle_advance_line, handle_set_file, handle_negate_stmt)
6373 (handle_const_add_pc, handle_fixed_advance_pc, handle_copy)
6374 (end_sequence, advance_line): New methods.
6375 (m_gdbarch, m_record_lines_p): New fields.
6376 (lnp_reader_state): Delete.
6377 (dwarf_record_line): Rename to ...
6378 (lnp_state_machine::record_line): ... adjust.
6379 (init_lnp_state_machine): Delete.
6380 (lnp_state_machine::lnp_state_machine): New.
6381 (check_line_address): Rename to ...
6382 (lnp_state_machine::check_line_address): This.
6383 (dwarf_decode_lines_1): Remove reference to "reader_state".
6384 Adjust lnp_state_machine having a non-default ctor. Use bool.
6385 State machine internal state manipulation moved to
6386 lnp_state_machine methods.
6387
6388 2017-04-04 Pedro Alves <palves@redhat.com>
6389
6390 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6391 unittests/offset-type-selftests.c.
6392 (SUBDIR_UNITTESTS_OBS): Add offset-type-selftests.o.
6393 * common/offset-type.h: New file.
6394 * common/preprocessor.h: New file.
6395 * common/traits.h: New file.
6396 * common/valid-expr.h: New file.
6397 * dwarf2expr.c: Include "common/underlying.h". Adjust to use
6398 sect_offset and cu_offset strong typedefs throughout.
6399 * dwarf2expr.h: Adjust to use sect_offset and cu_offset strong
6400 typedefs throughout.
6401 * dwarf2loc.c: Include "common/underlying.h". Adjust to use
6402 sect_offset and cu_offset strong typedefs throughout.
6403 * dwarf2read.c: Adjust to use sect_offset and cu_offset strong
6404 typedefs throughout.
6405 * gdbtypes.h: Include "common/offset-type.h".
6406 (cu_offset): Now an offset type (strong typedef) instead of a
6407 struct.
6408 (sect_offset): Likewise.
6409 (union call_site_parameter_u): Rename "param_offset" field to
6410 "param_cu_off".
6411 * unittests/offset-type-selftests.c: New file.
6412
6413 2017-04-04 Pedro Alves <palves@redhat.com>
6414
6415 * common/underlying.h: New file.
6416 * dwarf2read.c: Include "common/gdb_optional.h" and
6417 "common/underlying.h".
6418 (dir_index, file_name_index): New types.
6419 (file_entry): Use them.
6420 (file_entry::include): Use to_underlying.
6421 (line_header::add_file_name): Use dir_index.
6422 (read_formatted_entries): Use gdb::optional. Read form before
6423 writting to file_entry.
6424 (dwarf_decode_line_header): Use dir_index.
6425 (lnp_state_machine::current_file): Use to_underlying.
6426 (lnp_state_machine::file): Change type to file_name_index.
6427 (dwarf_record_line): Use to_underlying.
6428 (init_lnp_state_machine): Use file_name_index.
6429 (dwarf_decode_lines_1): Use dir_index and file_name_index.
6430
6431 2017-04-04 Pedro Alves <palves@redhat.com>
6432
6433 * common/gdb_optional.h (gdb::optiona): Add operator->, operator*,
6434 operator bool, has_value and get methods.
6435
6436 2017-04-04 Pedro Alves <palves@redhat.com>
6437
6438 * dwarf2read.c (struct file_entry): Add ctors, and initialize all
6439 fields.
6440 (line_header): Initialize all data fields. Change type of
6441 standard_opcode_lengths to std::unique_ptr<unsigned char[]>.
6442 Change type of include_dirs to std::vector<const char *>. Remove
6443 num_include_dirs, include_dirs_size. Change type of file_names to
6444 std::vector<file_entry>. Remove num_file_names, file_names_size.
6445 (line_header::line_header): New.
6446 (line_header::add_include_dir, line_header::add_file_name): New
6447 methods.
6448 (line_header::include_dir_at): Remove NULL check.
6449 (line_header::file_name_at): Add const overload.
6450 (line_header_up): New unique_ptr typedef.
6451 (dw2_get_file_names_reader): Use line_header_up. Adjust to use
6452 std::vector. Remove free_line_header call.
6453 (dwarf2_build_include_psymtabs): Use line_header_up. Remove
6454 free_line_header call.
6455 (free_cu_line_header): Delete.
6456 (handle_DW_AT_stmt_list, handle_DW_AT_stmt_list)
6457 (setup_type_unit_groups): Use line_header_up instead of cleanups.
6458 Adjust to use std::vector.
6459 (free_line_header): Delete.
6460 (free_line_header_voidp): Use delete.
6461 (add_include_dir): Replace with ...
6462 (line_header::add_include_dir): ... this method. Use std::vector.
6463 (add_file_name): Replace with ...
6464 (line_header::add_file_name): ... this method. Use std::vector.
6465 (add_include_dir_stub): Delete.
6466 (read_formatted_entries): Remove memset.
6467 (dwarf_decode_line_header): Return a line_header_up instead of a
6468 raw pointer. Remove cleanup handling. Pass lambdas to
6469 read_formatted_entries. Adjust to use line_header methods.
6470 (dwarf_decode_lines_1): Adjust to use line_header methods.
6471 (dwarf_decode_lines, file_file_name, file_full_name): Adjust to
6472 use std::vector.
6473
6474 2017-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6475
6476 * remote.c (set_general_thread, set_continue_thread): Use ptid_t
6477 instead of struct ptid.
6478
6479 2017-05-04 Alan Hayward <alan.hayward@arm.com>
6480
6481 * frame.c (get_frame_register_bytes): Unwind using value.
6482 (put_frame_register_bytes): Likewise.
6483
6484 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6485
6486 * d-exp.y (type_aggregate_p): Treat TYPE_CODE_MODULE as being
6487 aggregate-like.
6488
6489 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6490
6491 * auto-load.c (auto_load_section_scripts): Check SEC_HAS_CONTENTS.
6492
6493 2017-03-29 Yao Qi <yao.qi@linaro.org>
6494
6495 * gdbthread.h (struct thread_info): Declare constructor and
6496 destructor. Add some in-class member initializers.
6497 * thread.c (free_thread): Remove.
6498 (init_thread_list): Call delete instead of free_thread.
6499 (new_thread): Call thread_info constructor.
6500 (thread_info::thread_info): New function.
6501 (thread_info::~thread_info): New function.
6502 (delete_thread_1): Call delete instead of free_thread.
6503 (make_cleanup_restore_current_thread): Move tp and frame to
6504 inner block.
6505
6506 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6507
6508 * arc-tdep.c (arc_frame_cache): Add support for prologue analysis.
6509 (arc_skip_prologue): Likewise.
6510 (arc_make_frame_cache): Likewise.
6511 (arc_pv_get_operand): New function.
6512 (arc_is_in_prologue): Likewise.
6513 (arc_analyze_prologue): Likewise.
6514 (arc_print_frame_cache): Likewise.
6515 (MAX_PROLOGUE_LENGTH): New constant.
6516
6517 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6518
6519 * configure.tgt: Add arc-insn.o.
6520 * arc-tdep.c (arc_delayed_print_insn): Make non-static.
6521 (dump_arc_instruction_command): New function.
6522 (arc_fprintf_disasm): Likewise.
6523 (arc_disassemble_info): Likewise.
6524 (arc_insn_get_operand_value): Likewise.
6525 (arc_insn_get_operand_value_signed): Likewise.
6526 (arc_insn_get_memory_base_reg): Likewise.
6527 (arc_insn_get_memory_offset): Likewise.
6528 (arc_insn_get_branch_target): Likewise.
6529 (arc_insn_dump): Likewise.
6530 (arc_insn_get_linear_next_pc): Likewise.
6531 * arc-tdep.h (arc_delayed_print_insn): Add function declaration.
6532 (arc_disassemble_info): Likewise.
6533 (arc_insn_get_branch_target): Likewise.
6534 (arc_insn_get_linear_next_pc): Likewise.
6535 * NEWS: Mention new "maint print arc arc-instruction".
6536
6537 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6538
6539 * arc-tdep (maintenance_print_arc_list): New variable.
6540 (maintenance_print_arc_command): New function.
6541
6542 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6543
6544 * arc-tdep.c (core_v2_register_names, core_arcompact_register_names)
6545 Add "limm" and "reserved".
6546 (arc_cannot_fetch_register, arc_cannot_store_register): Add
6547 ARC_RESERVED_REGNUM and ARC_LIMM_REGNUM.
6548 * arc-tdep.h (arc_regnum): Likewise.
6549
6550 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
6551
6552 * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
6553 for THREADPTR register.
6554 (supply_gregset_reg): Call regcache_raw_supply for THREADPTR
6555 register.
6556 * xtensa-tdep.c (XTENSA_DBREGN_UREG): New definition.
6557 (xtensa_derive_tdep): Initialize tdep->threadptr_regnum.
6558 * xtensa-tdep.h (gdbarch_tdep::threadptr_regnum): New field.
6559
6560 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
6561
6562 * xtensa-tdep.c (xtensa_pseudo_register_read): Treat all
6563 registers above gdbarch_num_regs (gdbarch) as privileged in
6564 call0 ABI.
6565
6566 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
6567
6568 * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
6569 for a single specified register or for all registers in
6570 a0_base..a0_base + C0_NREGS range.
6571 (supply_gregset_reg): Call regcache_raw_supply for a single
6572 specified register or for all registers in a0_base..a0_base +
6573 C0_NREGS range.
6574
6575 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
6576
6577 * arch/xtensa.h (C0_NREGS): Add definition.
6578 * xtensa-tdep.c (C0_NREGS): Remove definition.
6579
6580 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
6581
6582 * xtensa-tdep.c (xtensa_scan_prologue, call0_analyze_prologue):
6583 Drop xtensa_default_isa initialization.
6584 (xtensa_gdbarch_init): Initialize xtensa_default_isa.
6585
6586 2017-03-27 Pedro Alves <palves@redhat.com>
6587
6588 * dwarf2read.c (file_entry) <dir_index>: Add comment.
6589 (file_entry::include_dir): New method.
6590 (line_header::include_dir_at, line_header::file_name_at): New
6591 methods.
6592 (setup_type_unit_groups, setup_type_unit_groups)
6593 (psymtab_include_file_name): Simplify using the new methods.
6594 (lnp_state_machine) <the_line_header>: New field.
6595 <file>: Add comment.
6596 (lnp_state_machine::current_file): New method.
6597 (dwarf_record_line): Simplify using the new methods.
6598 (init_lnp_state_machine): Initialize the "the_line_header" field.
6599 (dwarf_decode_lines_1, dwarf_decode_lines, file_file_name):
6600 Simplify using the new methods.
6601
6602 2017-03-27 Pedro Alves <palves@redhat.com>
6603
6604 * cp-name-parser.y (make_empty): Delete.
6605 (demangler_special, nested_name, ptr_operator, array_indicator)
6606 (direct_declarator, declarator_1): Use fill_comp instead of
6607 make_empty.
6608
6609 2017-03-27 Pedro Alves <palves@redhat.com>
6610
6611 * xml-support.h (gdb_xml_debug): Pass a "first-to-check" argument
6612 to ATTRIBUTE_PRINTF.
6613 * solib-target.c (library_list_start_list): Print "string" not
6614 "version".
6615 * xml-tdesc.c (tdesc_start_field): Pass "field_name" to
6616 gdb_xml_error call.
6617
6618 2017-03-27 Pedro Alves <palves@redhat.com>
6619
6620 * dwarf2read.c (struct file_and_directory): New.
6621 (dwarf2_get_dwz_file): Adjust to use std::string.
6622 (dw2_get_file_names_reader): Adjust to use file_and_directory.
6623 (find_file_and_directory): Adjust to return a file_and_directory
6624 object.
6625 (read_file_scope): Adjust to use file_and_directory. Remove
6626 make_cleanup/do_cleanups calls.
6627 (open_and_init_dwp_file): Adjust to use std::string. Remove
6628 make_cleanup/do_cleanups calls.
6629 * python/python.c (do_start_initialization): Adjust to ldirname
6630 returning a std::string.
6631 * utils.c (ldirname): Now returns a std::string.
6632 * utils.h (ldirname): Change return type to std::string.
6633 * xml-syscall.c (xml_init_syscalls_info): Adjust to ldirname
6634 returning a std::string.
6635 * xml-tdesc.c (file_read_description_xml): Likewise.
6636
6637 2017-03-24 Alan Hayward <alan.hayward@arm.com>
6638
6639 * regcache.c (regcache_debug_print_register): New function.
6640 * regcache.h (regcache_debug_print_register): New declaration.
6641 * target.c (debug_print_register): Remove.
6642 (target_fetch_registers): Call regcache_debug_print_register.
6643 (target_store_registers): Likewise.
6644
6645 2017-03-24 Pádraig Brady <pbrady@fb.com>
6646
6647 * dwarf2read.c (setup_type_unit_groups): Ensure dir_index doesn't
6648 reference beyond the 'lh->include_dirs' array before accessing to
6649 it.
6650 (psymtab_include_file_name): Likewise.
6651 (dwarf_decode_lines_1): Likewise.
6652 (dwarf_decode_lines): Likewise.
6653 (file_file_name): Likewise.
6654
6655 2017-03-23 Simon Marchi <simon.marchi@ericsson.com>
6656
6657 * fbsd-tdep.c (fbsd_corefile_thread): Don't set/restore
6658 inferior_ptid.
6659 * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
6660 ps_lsetfpregs): Likewise.
6661 * regcache.c (regcache_raw_update, regcache_raw_write): Likewise.
6662 * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
6663 ps_lsetfpregs): Likewise.
6664 * target.c (target_fetch_registers, target_store_registers):
6665 Remove asserts.
6666
6667 2017-03-23 Alan Hayward <alan.hayward@arm.com>
6668
6669 * sol-thread.c (sol_thread_store_registers): Remove regcache calls.
6670
6671 2017-03-23 Yao Qi <yao.qi@linaro.org>
6672
6673 * aarch64-tdep.c (aarch64_process_record_test): Declare.
6674 (_initialize_aarch64_tdep): Register it.
6675 (aarch64_record_load_store): Handle PRFM instruction.
6676 (aarch64_process_record_test): New function.
6677
6678 2017-03-23 Yao Qi <yao.qi@linaro.org>
6679
6680 * aarch64-tdep.c (aarch64_record_load_store): Fix code
6681 indentation.
6682
6683 2017-03-23 Yao Qi <yao.qi@linaro.org>
6684
6685 * aarch64-tdep.c: Remove AARCH64_RECORD_FAILURE.
6686
6687 2017-03-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
6688
6689 python/python.c (do_start_initialization): Fix memory leak.
6690
6691 2017-03-22 Simon Marchi <simon.marchi@polymtl.ca>
6692
6693 * inf-ptrace.c (inf_ptrace_xfer_partial): Get pid from ptid
6694 using get_ptrace_pid.
6695 * linux-nat.c (linux_nat_xfer_partial): Don't set/restore
6696 inferior_ptid.
6697 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use lwp of
6698 inferior_ptid instead of pid.
6699
6700 2017-03-22 Yao Qi <yao.qi@linaro.org>
6701
6702 * aarch64-tdep.c: Wrap locally used classes in anonymous
6703 namespace.
6704 * arm-tdep.c: Likewise.
6705 * linespec.c: Likewise.
6706 * ui-out.c: Likewise.
6707
6708 2017-03-22 Jonah Graham <jonah@kichwacoders.com>
6709
6710 PR gdb/19637
6711 * python/lib/gdb/printer/bound_registers.py: Import sys.
6712
6713 2017-03-21 Simon Marchi <simon.marchi@ericsson.com>
6714
6715 * windows-nat.c (do_windows_fetch_inferior_registers): Add
6716 windows_thread_info parameter and use it instead of
6717 current_thread.
6718 (windows_fetch_inferior_registers): Don't set current_thread,
6719 pass the thread to do_windows_fetch_inferior_registers. Use
6720 ptid from regcache instead of inferior_ptid.
6721 (do_windows_store_inferior_registers): Add windows_thread_info
6722 parameter and use it instead of current_thread.
6723 (windows_store_inferior_registers): Don't set current_thread,
6724 pass the thread to do_windows_store_inferior_registers. Use
6725 ptid from regcache instead of inferior_ptid.
6726
6727 2017-03-21 Simon Marchi <simon.marchi@ericsson.com>
6728
6729 * ser-mingw.c (ser_windows_raw): Remove reference to
6730 struct serial::current_timeout.
6731
6732 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6733
6734 PR tdep/20928
6735 * gdb/sparc-tdep.h (gdbarch_tdep) <sparc64_ccr_type>: New field.
6736 * gdb/sparc64-tdep.c (sparc64_ccr_type): New function.
6737 (sparc64_fsr_type): Fix %fsr decoding.
6738
6739 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6740
6741 * python/py-record-btrace.c (btpy_insn_data): Change return type
6742 for Python 2.
6743
6744 2017-03-20 Simon Marchi <simon.marchi@polymtl.ca>
6745
6746 * spu-linux-nat.c (spu_fetch_inferior_registers,
6747 spu_store_inferior_registers): Use ptid from regcache, set and
6748 restore inferior_ptid.
6749 * spu-multiarch.c (spu_fetch_registers, spu_store_registers):
6750 Likewise.
6751
6752 2017-03-20 Simon Marchi <simon.marchi@polymtl.ca>
6753
6754 * i386-linux-nat.c (fetch_register, store_register,
6755 i386_linux_fetch_inferior_registers,
6756 i386_linux_store_inferior_registers): Use ptid from regcache.
6757 * ia64-linux-nat.c (ia64_linux_fetch_register,
6758 ia64_linux_store_register): Likewise.
6759 * inf-ptrace.c (inf_ptrace_fetch_register,
6760 inf_ptrace_store_register): Likewise.
6761 * m32r-linux-nat.c (m32r_linux_fetch_inferior_registers,
6762 m32r_linux_store_inferior_registers): Likewise.
6763 * m68k-bsd-nat.c (m68kbsd_fetch_inferior_registers,
6764 m68kbsd_store_inferior_registers): Likewise.
6765 * m68k-linux-nat.c (fetch_register, store_register,
6766 m68k_linux_fetch_inferior_registers,
6767 m68k_linux_store_inferior_registers): Likewise.
6768 * m88k-bsd-nat.c (m88kbsd_fetch_inferior_registers,
6769 m88kbsd_store_inferior_registers): Likewise.
6770 * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers,
6771 mips_fbsd_store_inferior_registers): Likewise.
6772 * mips-linux-nat.c (mips64_linux_regsets_fetch_registers,
6773 mips64_linux_regsets_store_registers): Likewise.
6774 * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers,
6775 mipsnbsd_store_inferior_registers): Likewise.
6776 * mips-obsd-nat.c (mips64obsd_fetch_inferior_registers,
6777 mips64obsd_store_inferior_registers): Likewise.
6778 * nto-procfs.c (procfs_fetch_registers, procfs_store_registers):
6779 Likewise.
6780 * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers,
6781 ppcfbsd_store_inferior_registers): Likewise.
6782 * ppc-linux-nat.c (ppc_linux_fetch_inferior_registers,
6783 ppc_linux_store_inferior_registers): Likewise.
6784 * ppc-nbsd-nat.c (ppcnbsd_fetch_inferior_registers,
6785 ppcnbsd_store_inferior_registers): Likewise.
6786 * ppc-obsd-nat.c (ppcobsd_fetch_registers,
6787 ppcobsd_store_registers): Likewise.
6788 * procfs.c (procfs_fetch_registers, procfs_store_registers):
6789 Likewise.
6790 * ravenscar-thread.c (ravenscar_fetch_registers,
6791 ravenscar_store_registers, ravenscar_prepare_to_store):
6792 Likewise.
6793 * record-btrace.c (record_btrace_fetch_registers,
6794 record_btrace_store_registers, record_btrace_prepare_to_store):
6795 Likewise.
6796 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register):
6797 Lookup inferior using ptid from regcache, instead of
6798 current_inferior.
6799 * remote.c (remote_fetch_registers, remote_store_registers): Use
6800 ptid from regcache.
6801 * rs6000-nat.c (fetch_register, store_register): Likewise.
6802 * s390-linux-nat.c (s390_linux_fetch_inferior_registers,
6803 s390_linux_store_inferior_registers): Likewise.
6804 * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers,
6805 shnbsd_store_inferior_registers): Likewise.
6806 * sol-thread.c (sol_thread_fetch_registers,
6807 sol_thread_store_registers): Likewise.
6808 * sparc-nat.c (sparc_fetch_inferior_registers,
6809 sparc_store_inferior_registers): Likewise.
6810 * tilegx-linux-nat.c (fetch_inferior_registers,
6811 store_inferior_registers): Likewise.
6812 * vax-bsd-nat.c (vaxbsd_fetch_inferior_registers,
6813 vaxbsd_store_inferior_registers): Likewise.
6814 * xtensa-linux-nat.c (fetch_gregs, store_gregs, fetch_xtregs,
6815 store_xtregs): Likewise.
6816
6817 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6818
6819 PR gdb/14441
6820 * NEWS: Mention support for rvalue references in GDB and python.
6821 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
6822 supports both lvalue and rvalue references.
6823
6824 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6825
6826 PR gdb/14441
6827 * gdbtypes.c (rank_one_type): Implement overloading
6828 resolution rules regarding rvalue references.
6829
6830 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6831
6832 PR gdb/14441
6833 * aarch64-tdep.c (aarch64_type_align)
6834 (aarch64_extract_return_value, aarch64_store_return_value): Change
6835 lvalue reference type checks to general reference type checks.
6836 * amd64-tdep.c (amd64_classify): Likewise.
6837 * amd64-windows-tdep.c (amd64_windows_passed_by_integer_register):
6838 Likewise.
6839 * arm-tdep.c (arm_type_align, arm_extract_return_value)
6840 (arm_store_return_value): Likewise.
6841 * ax-gdb.c (gen_fetch, gen_cast): Likewise.
6842 * c-typeprint.c (c_print_type): Likewise.
6843 * c-varobj.c (adjust_value_for_child_access, c_value_of_variable)
6844 (cplus_number_of_children, cplus_describe_child): Likewise.
6845 * compile/compile-c-symbols.c (generate_vla_size): Likewise.
6846 * completer.c (expression_completer): Likewise.
6847 * cp-support.c (make_symbol_overload_list_adl_namespace):
6848 Likewise.
6849 * darwin-nat-info.c (info_mach_region_command): Likewise.
6850 * dwarf2loc.c (entry_data_value_coerce_ref)
6851 (value_of_dwarf_reg_entry): Likewise.
6852 * eval.c (ptrmath_type_p, evaluate_subexp_standard)
6853 (evaluate_subexp_for_address, evaluate_subexp_for_sizeof):
6854 Likewise.
6855 * findvar.c (extract_typed_address, store_typed_address):
6856 Likewise.
6857 * gdbtypes.c (rank_one_type): Likewise.
6858 * hppa-tdep.c (hppa64_integral_or_pointer_p): Likewise.
6859 * infcall.c (value_arg_coerce): Likewise.
6860 * language.c (pointer_type): Likewise.
6861 * m32c-tdep.c (m32c_reg_arg_type, m32c_m16c_address_to_pointer):
6862 Likewise.
6863 * m88k-tdep.c (m88k_integral_or_pointer_p): Likewise.
6864 * mn10300-tdep.c (mn10300_type_align): Likewise.
6865 * msp430-tdep.c (msp430_push_dummy_call): Likewise.
6866 * ppc-sysv-tdep.c (do_ppc_sysv_return_value)
6867 (ppc64_sysv_abi_push_param, ppc64_sysv_abi_return_value):
6868 Likewise.
6869 * printcmd.c (print_formatted, x_command): Likewise.
6870 * python/py-type.c (typy_get_composite, typy_template_argument):
6871 Likewise.
6872 * python/py-value.c (valpy_referenced_value)
6873 (valpy_get_dynamic_type, value_has_field): Likewise.
6874 * s390-linux-tdep.c (s390_function_arg_integer): Likewise.
6875 * sparc-tdep.c (sparc_integral_or_pointer_p): Likewise.
6876 * sparc64-tdep.c (sparc64_integral_or_pointer_p): Likewise.
6877 * spu-tdep.c (spu_scalar_value_p): Likewise.
6878 * symtab.c (lookup_symbol_aux): Likewise.
6879 * typeprint.c (whatis_exp, print_type_scalar): Likewise.
6880 * valarith.c (binop_types_user_defined_p, unop_user_defined_p):
6881 Likewise.
6882 * valops.c (value_cast_pointers, value_cast)
6883 (value_reinterpret_cast, value_dynamic_cast, value_addr, typecmp)
6884 (value_struct_elt, value_struct_elt_bitpos)
6885 (value_find_oload_method_list, find_overload_match)
6886 (value_rtti_indirect_type): Likewise.
6887 * valprint.c (val_print_scalar_type_p, generic_val_print):
6888 Likewise.
6889 * value.c (value_actual_type, value_as_address, unpack_long)
6890 (pack_long, pack_unsigned_long, coerce_ref_if_computed)
6891 (coerce_ref): Likewise.
6892 * varobj.c (varobj_get_value_type): Likewise.
6893
6894 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6895
6896 PR gdb/14441
6897 * doc/python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
6898 table of constants.
6899 * python/lib/gdb/command/explore.py: Support exploring values
6900 of rvalue reference types.
6901 * python/lib/gdb/types.py: Implement get_basic_type() for
6902 rvalue reference types.
6903 * python/py-type.c (pyty_codes) <TYPE_CODE_RVALUE_REF>: New
6904 constant.
6905 * python/py-value.c (valpy_getitem): Add an rvalue reference
6906 check.
6907 (valpy_reference_value): Add new parameter "refcode".
6908 (valpy_lvalue_reference_value, valpy_rvalue_reference_value):
6909 New wrappers for valpy_reference_value().
6910 * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
6911 (gdbpy_invoke_xmethod): Likewise.
6912
6913 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6914
6915 PR gdb/14441
6916 * dwarf2read.c (process_die, read_type_die_1): Handle the
6917 DW_TAG_rvalue_reference_type DIE.
6918 (read_tag_reference_type): Add new parameter "refcode".
6919
6920 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6921
6922 PR gdb/14441
6923 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix)
6924 (c_type_print_modifier, c_type_print_varspec_suffix)
6925 (c_type_print_base): Support printing rvalue reference types.
6926 * c-valprint.c (c_val_print, c_value_print): Support printing
6927 rvalue reference values.
6928
6929 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6930
6931 PR gdb/14441
6932 * cp-name-parser.y (ptr_operator): Handle the '&&' token in
6933 typename.
6934 * cp-support.c (replace_typedefs): Handle
6935 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
6936 * python/py-type.c (typy_lookup_type): Likewise.
6937
6938 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6939
6940 PR gdb/14441
6941 * c-exp.y (ptr_operator): Handle the '&&' token in the typename.
6942 * parse.c (insert_type): Change assert statement.
6943 (follow_types): Handle rvalue reference types.
6944 * parser-defs.h (enum type_pieces) <tp_rvalue_reference>: New
6945 constant.
6946
6947 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6948
6949 PR gdb/14441
6950 * ada-lang.c (ada_evaluate_subexp): Adhere to the new
6951 value_ref() interface.
6952 * c-valprint.c (c_value_print): Likewise.
6953 * infcall.c (value_arg_coerce): Likewise.
6954 * python/py-value.c (valpy_reference_value): Likewise.
6955 * valops.c (value_cast, value_reinterpret_cast)
6956 (value_dynamic_cast, typecmp): Likewise.
6957 (value_ref): Parameterize by kind of return value reference type.
6958 * value.h (value_ref): Add new parameter "refcode".
6959
6960 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6961
6962 PR gdb/14441
6963 * dwarf2read.c (read_tag_reference_type): Use
6964 lookup_lvalue_reference_type() instead of lookup_reference_type().
6965 * eval.c (evaluate_subexp_standard): Likewise.
6966 * f-exp.y: Likewise.
6967 * gdbtypes.c (make_reference_type, lookup_reference_type):
6968 Generalize with rvalue reference types.
6969 (lookup_lvalue_reference_type, lookup_rvalue_reference_type): New
6970 convenience wrappers for lookup_reference_type().
6971 * gdbtypes.h (make_reference_type, lookup_reference_type): Add a
6972 reference kind parameter.
6973 (lookup_lvalue_reference_type, lookup_rvalue_reference_type): Add
6974 wrappers for lookup_reference_type().
6975 * guile/scm-type.c (gdbscm_type_reference): Use
6976 lookup_lvalue_reference_type() instead of lookup_reference_type().
6977 * guile/scm-value.c (gdbscm_value_dynamic_type): Likewise.
6978 * parse.c (follow_types): Likewise.
6979 * python/py-type.c (typy_reference, typy_lookup_type): Likewise.
6980 * python/py-value.c (valpy_get_dynamic_type, valpy_getitem):
6981 Likewise.
6982 * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
6983 (gdbpy_invoke_xmethod): Likewise.
6984 * stabsread.c: Provide extra argument to make_reference_type()
6985 call.
6986 * valops.c (value_ref, value_rtti_indirect_type): Use
6987 lookup_lvalue_reference_type() instead of lookup_reference_type().
6988
6989 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6990
6991 PR gdb/14441
6992 * gdbtypes.h (enum type_code) <TYPE_CODE_RVALUE_REF>: New constant.
6993 (TYPE_IS_REFERENCE): New macro.
6994 (struct type): Add rvalue_reference_type field.
6995 (TYPE_RVALUE_REFERENCE_TYPE): New macro.
6996
6997 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6998
6999 * NEWS: Add an entry about new '-file-list-shared-libraries' command.
7000 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries):
7001 New function definition.
7002 * mi/mi-cmds.c (mi_cmds): Add -file-list-shared-libraries command.
7003 * mi/mi-cmds.h (mi_cmd_file_list_shared_libraries):
7004 New function declaration.
7005 * mi/mi-interp.c (mi_output_solib_attribs): New Function.
7006 * mi/mi-interp.h: New file.
7007 * solib.c (info_sharedlibrary_command): Replace for loop with
7008 ALL_SO_LIBS macro
7009 * solib.h (update_solib_list): New function declaration.
7010 (so_list_head): Move macro.
7011 * solist.h (ALL_SO_LIBS): New macro.
7012
7013 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7014
7015 * infcmd.c (post_create_inferior): Remove unused argument in
7016 call to solib_add.
7017 * remote.c (remote_start_remote): Likewise.
7018 * solib-frv.c (frv_fetch_objfile_link_map): Likewise.
7019 * solib-svr4.c: (svr4_fetch_objfile_link_map): Likewise.
7020 (enable_break): Likewise.
7021 * solib.c (update_solib_list): Remove unused target argument
7022 and its documentation.
7023 (solib_add): Remove unused target argument. Remove unused
7024 argument in call to update_solib_list.
7025 (info_sharedlibrary_command): Remove unused argument in call
7026 to update_solib_list.
7027 (sharedlibrary_command): Remove unused argument in call to
7028 solib_add.
7029 (handle_solib_event): Likewise.
7030 (reload_shared_libraries): Likewise.
7031 * solib.h (solib_add): Remove unused target argument.
7032
7033 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7034
7035 * s390-linux-tdep.c (is_rsi, is_rie): Remove functions.
7036 (s390_displaced_step_fixup): Cover relative branches with the
7037 default fixup handling. This fixes lack of support for some
7038 relative branch instructions.
7039
7040 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
7041
7042 * i386-gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Use
7043 ptid from regcache.
7044
7045 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
7046
7047 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers,
7048 i386_darwin_store_inferior_registers): Use ptid from regcache.
7049
7050 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
7051
7052 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers,
7053 i386bsd_store_inferior_registers): Use ptid from regcache.
7054
7055 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
7056
7057 * hppa-obsd-nat.c (hppaobsd_fetch_registers,
7058 hppaobsd_store_registers): Use ptid from regcache.
7059
7060 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
7061
7062 * hppa-nbsd-nat.c (hppanbsd_fetch_registers,
7063 hppanbsd_store_registers): Use ptid from regcache.
7064
7065 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
7066
7067 * hppa-linux-nat.c (fetch_register, store_register): Use ptid
7068 from regcache. Use get_ptrace_pid.
7069
7070 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
7071
7072 * corelow.c (get_core_register_section): Use ptid from regcache,
7073 update doc.
7074
7075 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
7076
7077 * bsd-uthread.c (bsd_uthread_fetch_registers,
7078 bsd_uthread_store_registers): Use ptid from regcache, set and
7079 restore inferior_ptid.
7080
7081 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
7082
7083 * arm-nbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
7084 fetch_fp_regs, store_register, store_regs, store_fp_register,
7085 store_fp_regs): Use ptid from regcache.
7086
7087 2017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
7088
7089 * arm-linux-nat.c (fetch_fpregs, store_fpregs, fetch_regs,
7090 store_regs, fetch_wmmx_regs, store_wmmx_regs, fetch_vfp_regs,
7091 store_vfp_regs): Use ptid from regcache.
7092
7093 2017-03-17 Pedro Alves <palves@redhat.com>
7094
7095 PR remote/21188
7096 * ser-base.c (ser_base_wait_for): Add comment.
7097 (do_ser_base_readchar): Improve comment based on the ser-unix.c's
7098 version.
7099 * ser-unix.c (hardwire_raw): Remove reference to
7100 scb->current_timeout.
7101 (wait_for, do_hardwire_readchar, hardwire_readchar): Delete.
7102 (hardwire_ops): Install ser_base_readchar instead of
7103 hardwire_readchar.
7104 * serial.h (struct serial) <current_timeout, timeout_remaining>:
7105 Remove fields.
7106
7107 2017-03-17 Jonah Graham <jonah@kichwacoders.com>
7108
7109 PR gdb/19637
7110 * python/lib/gdb/printer/bound_registers.py: Add support for
7111 Python 3.
7112
7113 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7114
7115 * dwarf2loc.c (indirect_synthetic_pointer): Get data type of
7116 pointed-to DIE and pass it to dwarf2_evaluate_loc_desc_full.
7117 (dwarf2_evaluate_loc_desc_full): New parameter subobj_type; rename
7118 byte_offset to subobj_byte_offset. Fix the handling of
7119 DWARF_VALUE_STACK on big-endian targets when coming via an
7120 implicit pointer.
7121 (dwarf2_evaluate_loc_desc): Adjust call to
7122 dwarf2_evaluate_loc_desc_full.
7123 * dwarf2loc.h (dwarf2_fetch_die_type_sect_off): New declaration.
7124 * dwarf2read.c (dwarf2_fetch_die_type_sect_off): New function.
7125
7126 2017-03-16 Yao Qi <yao.qi@linaro.org>
7127
7128 * arm-tdep.c (thumb_record_misc): Decode CBNZ, CBZ, REV16,
7129 and REVSH instructions.
7130
7131 2017-03-16 Yao Qi <yao.qi@linaro.org>
7132
7133 * arm-tdep.c [GDB_SELF_TEST]: include "selftests.h".
7134 (arm_record_test): Declare.
7135 (_initialize_arm_tdep) [GDB_SELF_TEST]: call register_self_test.
7136 (thumb_record_ld_st_reg_offset): Rewrite the opcode matching to
7137 align with the manual.
7138 (thumb_record_misc): Adjust the code order to align with the
7139 manual.
7140 (thumb2_record_decode_insn_handler): Fix instruction matching.
7141 (instruction_reader_thumb): New class.
7142 (arm_record_test): New function.
7143
7144 2017-03-16 Yao Qi <yao.qi@linaro.org>
7145
7146 * arm-tdep.c (abstract_memory_reader): New class.
7147 (instruction_reader): New class.
7148 (extract_arm_insn): Add argument 'reader'. Callers updated.
7149 (decode_insn): Likewise.
7150
7151 2017-03-16 Doug Evans <dje@google.com>
7152
7153 * guile/scm-lazy-string.c (lazy_string_smob): Clarify use of LENGTH
7154 member. Change type of TYPE member to SCM. All uses updated.
7155 (lsscm_make_lazy_string_smob): Add assert.
7156 (lsscm_make_lazy_string): Flag bad length values.
7157 (lsscm_elt_type): New function.
7158 (gdbscm_lazy_string_to_value): Rewrite to use
7159 lsscm_safe_lazy_string_to_value.
7160 (lsscm_safe_lazy_string_to_value): Fix handling of TYPE_CODE_PTR.
7161 * guile/scm-value.c (gdbscm_value_to_lazy_string): Flag bad length
7162 values. Fix TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle typedefs
7163 in incoming type.
7164 * guile/guile-internal.h (tyscm_scm_to_type): Declare.
7165 * guile/scm-type.c (tyscm_scm_to_type): New function.
7166
7167 2017-03-15 Doug Evans <dje@google.com>
7168
7169 PR python/17728, python/18439, python/18779
7170 * python/py-lazy-string.c (lazy_string_object): Clarify use of LENGTH
7171 member. Change type of TYPE member to PyObject *. All uses updated.
7172 (stpy_convert_to_value): Fix handling of TYPE_CODE_PTR.
7173 (gdbpy_create_lazy_string_object): Flag bad length values.
7174 Handle TYPE_CODE_ARRAY with possibly different user-provided length.
7175 Handle typedefs in incoming type.
7176 (stpy_lazy_string_elt_type): New function.
7177 (gdbpy_extract_lazy_string): Call it.
7178 * python/py-value.c (valpy_lazy_string): Flag bad length values.
7179 Fix handling of TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle
7180 typedefs in incoming type.
7181
7182 2017-03-16 Doug Evans <dje@google.com>
7183
7184 * guile/guile-internal.h (tyscm_scm_to_type): Declare.
7185 * guile/scm-type.c (tyscm_scm_to_type): New function.
7186
7187 2017-03-16 Jiong Wang <jiong.wang@arm.com>
7188
7189 * inf-ptrace.c (inf_ptrace_peek_poke): Change the type to
7190 "ULONGEST" for "skip".
7191
7192 2017-03-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7193
7194 PR gdb/21220
7195 * inf-ptrace.c (inf_ptrace_xfer_partial): In "case
7196 TARGET_OBJECT_MEMORY", extract the logic for ptrace peek/poke...
7197 (inf_ptrace_peek_poke): ...here. New function. Now also loop
7198 over ptrace peek/poke until end of buffer or error.
7199
7200 2017-03-14 Simon Marchi <simon.marchi@ericsson.com>
7201
7202 * parse.c (length_of_subexp): Make static.
7203 * parser-defs.h (length_of_subexp): Remove.
7204
7205 2017-03-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7206
7207 * linux-nat.c (linux_proc_xfer_partial): Handle write operations
7208 as well.
7209
7210 2017-03-14 Pedro Alves <palves@redhat.com>
7211
7212 * cp-name-parser.y (cp_demangled_name_to_comp): Update comment.
7213 (main): Use std::unique_ptr. Remove calls to
7214 cp_demangled_name_parse_free.
7215
7216 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
7217
7218 * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers,
7219 alphabsd_store_inferior_registers): Use regcache->ptid instead
7220 of inferior_ptid.
7221
7222 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
7223
7224 * aix-thread.c (aix_thread_fetch_registers,
7225 aix_thread_store_registers): Use regcache->ptid instead of
7226 inferior_ptid.
7227
7228 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
7229
7230 * aarch64-linux-nat.c (fetch_gregs_from_thread,
7231 store_gregs_to_thread, fetch_fpregs_from_thread,
7232 store_fpregs_to_thread): Use regcache->ptid instead of
7233 inferior_ptid.
7234
7235 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
7236
7237 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers,
7238 amd64_linux_fetch_inferior_registers): Use regcache->ptid
7239 instead of inferior_ptid.
7240
7241 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
7242
7243 * target.c (target_fetch_registers, target_store_registers): Add
7244 assert.
7245
7246 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
7247
7248 * regcache.h (regcache_get_ptid): New function.
7249 * regcache.c (regcache_get_ptid): New function.
7250
7251 2017-03-13 Mark Wielaard <mark@klomp.org>
7252
7253 * cp-name-parser.y (make_empty): Initialize d_printing to zero.
7254
7255 2017-03-10 Keith Seitz <keiths@redhat.com>
7256
7257 PR c++/8218
7258 * c-typeprint.c (cp_type_print_method_args): Skip artificial arguments.
7259
7260 2017-03-08 Pedro Alves <palves@redhat.com>
7261
7262 PR gdb/18360
7263 * infrun.c (start_step_over, do_target_resume, resume)
7264 (restart_threads): Assert we're not resuming a thread that is
7265 meant to be stopped.
7266 (infrun_thread_stop_requested_callback): Delete.
7267 (infrun_thread_stop_requested): If the thread is internally
7268 stopped, queue a pending stop event and clear the thread's
7269 inline-frame state.
7270 (handle_stop_requested): New function.
7271 (handle_syscall_event, handle_inferior_event_1): Use
7272 handle_stop_requested.
7273 (handle_stop_requested): New function.
7274 (handle_signal_stop): Set the thread's stop_signal here instead of
7275 at caller.
7276 (finish_step_over): Clear step over info unconditionally.
7277 (handle_signal_stop): If the user had interrupted the event
7278 thread, consider the stop a random signal.
7279 (handle_signal_stop) <signal arrived while stepping over
7280 breakpoint>: Don't restart threads here.
7281 (stop_waiting): Don't clear step-over info here.
7282
7283 2017-03-08 Pedro Alves <palves@redhat.com>
7284
7285 PR 21206
7286 * common/gdb_unlinker.h (unlinker::unlinker): Attribute nonnull
7287 goes to argument 2, not 1.
7288
7289 2017-03-08 Pedro Alves <palves@redhat.com>
7290
7291 PR cli/21218
7292 * top.c (gdb_readline_wrapper): Avoid passing NULL to
7293 display_gdb_prompt.
7294 (command_line_input): Add comment.
7295
7296 2017-03-08 Pedro Alves <palves@redhat.com>
7297
7298 PR tui/21216
7299 * tui/tui-file.c (tui_file::write): New.
7300 * tui/tui-file.h (tui_file): Override "write".
7301 * tui/tui-io.c (do_tui_putc, update_start_line): New functions,
7302 factored out from ...
7303 (tui_puts): ... here.
7304 (tui_putc): Use them.
7305 (tui_write): New function.
7306 * tui/tui-io.h (tui_write): Declare.
7307
7308 2017-03-07 Sergio Durigan Junior <sergiodj@redhat.com>
7309
7310 * Makefile.in (SFILES): Replace "environ.c" with
7311 "common/environ.c".
7312 (HFILES_NO_SRCDIR): Likewise, for "environ.h".
7313 * environ.c: Include "common-defs.h" instead of "defs.h. Moved
7314 to...
7315 * common/environ.c: ... here.
7316 * environ.h: Moved to...
7317 * common/environ.h: ... here.
7318
7319 2017-03-07 Peter Bergner <bergner@vnet.ibm.com>
7320
7321 * gdbarch.sh (pstring_ptr): New static function.
7322 (gdbarch_disassembler_options): Use it.
7323 (gdbarch_verify_disassembler_options): Print valid_disassembler_options,
7324 not valid_disassembler_option->name.
7325 * gdbarch.c: Regenerate.
7326
7327 2017-03-07 Peter Bergner <bergner@vnet.ibm.com>
7328
7329 * config/powerpc/ppc64-linux.mh (MH_CFLAGS): Delete.
7330
7331 2017-03-07 Pedro Alves <palves@redhat.com>
7332
7333 * tui/tui-regs.c (tui_restore_gdbout): Don't delete gdb_stdout.
7334
7335 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7336
7337 * i387-tdep.h (i387_reset_bnd_regs): Add function definition.
7338 * i387-tdep.c (i387_reset_bnd_regs): Add function implementation.
7339 * i386-tdep.c (i386_push_dummy_call): Call i387_reset_bnd_regs.
7340 * amd64-tdep.c (amd64_push_dummy_call): Call i387_reset_bnd_regs.
7341
7342 2017-03-06 Simon Marchi <simon.marchi@ericsson.com>
7343
7344 * xtensa-linux-nat.c (fetch_gregs): Remove const.
7345
7346 2017-03-03 Simon Marchi <simon.marchi@ericsson.com>
7347
7348 * remote.c (remote_add_target_side_commands): Use range-based
7349 for loop.
7350
7351 2017-03-03 Yao Qi <yao.qi@linaro.org>
7352
7353 PR gdb/21165
7354 * ada-valprint.c (ada_val_print_ref): Call value_fetch_lazy if
7355 value is lazy.
7356 * valprint.c (common_val_print): Likewise.
7357
7358 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7359
7360 * NEWS: Mention new set/show disassembler-options commands.
7361 * doc/gdb.texinfo: Document new set/show disassembler-options commands.
7362 * disasm.c: Include "arch-utils.h", "gdbcmd.h" and "safe-ctype.h".
7363 (prospective_options): New static variable.
7364 (gdb_disassembler::gdb_disassembler): Initialize
7365 m_di.disassembler_options.
7366 (gdb_buffered_insn_length_init_dis): Initilize di->disassembler_options.
7367 (get_disassembler_options): New function.
7368 (set_disassembler_options): Likewise.
7369 (set_disassembler_options_sfunc): Likewise.
7370 (show_disassembler_options_sfunc): Likewise.
7371 (disassembler_options_completer): Likewise.
7372 (_initialize_disasm): Likewise.
7373 * disasm.h (get_disassembler_options): New prototype.
7374 (set_disassembler_options): Likewise.
7375 * gdbarch.sh (gdbarch_disassembler_options): New variable.
7376 (gdbarch_verify_disassembler_options): Likewise.
7377 * gdbarch.c: Regenerate.
7378 * gdbarch.h: Likewise.
7379 * arm-tdep.c (num_disassembly_options): Delete.
7380 (set_disassembly_style): Likewise.
7381 (arm_disassembler_options): New static variable.
7382 (set_disassembly_style_sfunc): Convert short style name into long
7383 option name. Call set_disassembler_options.
7384 (show_disassembly_style_sfunc): New function.
7385 (arm_gdbarch_init): Call set_gdbarch_disassembler_options and
7386 set_gdbarch_verify_disassembler_options.
7387 (_initialize_arm_tdep): Delete regnames variable and update callers.
7388 (arm_disassembler_options): Initialize.
7389 (disasm_options): New variable.
7390 (num_disassembly_options): Rename from this...
7391 (num_disassembly_styles): ...to this. Compute by scanning through
7392 disasm_options.
7393 (valid_disassembly_styles): Initialize using disasm_options.
7394 Remove calls to parse_arm_disassembler_option, get_arm_regnames and
7395 set_arm_regname_option.
7396 Pass show_disassembly_style_sfunc to the "disassembler" setshow command.
7397 * rs6000-tdep.c (powerpc_disassembler_options): New static variable.
7398 (rs6000_gdbarch_init): Call set_gdbarch_disassembler_options and
7399 set_gdbarch_verify_disassembler_options.
7400 * s390-tdep.c (s390_disassembler_options): New static variable.
7401 (s390_gdbarch_init):all set_gdbarch_disassembler_options and
7402 set_gdbarch_verify_disassembler_options.
7403
7404 2017-02-27 Simon Marchi <simon.marchi@ericsson.com>
7405
7406 * remote.c (remote_add_target_side_condition): Remove "struct"
7407 keyword from range-based for loop.
7408
7409 2017-02-27 Simon Marchi <simon.marchi@ericsson.com>
7410
7411 * remote.c (remote_add_target_side_condition): Use range-based
7412 for loop. Update comment.
7413
7414 2017-02-27 Yao Qi <yao.qi@linaro.org>
7415
7416 * f-typeprint.c (f_print_type): Check "varstring" is empty first.
7417
7418 2017-02-26 Alan Hayward <alan.hayward@arm.com>
7419
7420 * regcache.c (regcache_raw_update): New function.
7421 (regcache_raw_read): Move code to regcache_raw_update.
7422 * regcache.h (regcache_raw_update): New declaration.
7423 * remote.c (remote_prepare_to_store): Call regcache_raw_update.
7424
7425 2017-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7426
7427 * dwarf2read.c (create_debug_type_hash_table): Initialize
7428 header.signature and header.type_offset_in_tu.
7429
7430 2017-02-24 Pedro Alves <palves@redhat.com>
7431
7432 * symtab.c (make_file_symbol_completion_list_1): Use
7433 add_symtab_completions.
7434
7435 2017-02-24 Alan Hayward <alan.hayward@arm.com>
7436
7437 * stack.c (frame_info): Use frame_unwind_register_value to avoid buf.
7438
7439 2017-02-24 Alan Hayward <alan.hayward@arm.com>
7440
7441 * i386-tdep.c (i386_pseudo_register_read_into_value): Use
7442 I386_MAX_REGISTER_SIZE.
7443 (i386_pseudo_register_write): Likewise.
7444 (i386_process_record): Likewise.
7445 * i387-tdep.c (i387_supply_xsave): Likewise.
7446 * m68k-linux-nat.c (fetch_register): Use M68K_MAX_REGISTER_SIZE.
7447 (store_register): Likewise.
7448
7449 2017-02-23 Pedro Alves <palves@redhat.com>
7450
7451 * ada-lang.c: Include "common/function-view.h".
7452 (ada_iterate_over_symbols): Adjust to use function_view as
7453 callback type.
7454 (struct add_partial_datum, ada_complete_symbol_matcher): Delete.
7455 (ada_make_symbol_completion_list): Use a lambda.
7456 (ada_exc_search_name_matches): Delete.
7457 (name_matches_regex): New.
7458 (ada_add_global_exceptions): Use a lambda and name_matches_regex.
7459 * compile/compile-c-support.c: Include "common/function-view.h".
7460 (print_one_macro): Change prototype to accept a ui_file pointer.
7461 (write_macro_definitions): Use a lambda.
7462 * dwarf2read.c: Include "common/function-view.h".
7463 (dw2_map_expand_apply, dw2_map_symtabs_matching_filename)
7464 (dw2_expand_symtabs_matching): Adjust to use function_view as
7465 callback type.
7466 * language.h: Include "common/function-view.h".
7467 (struct language_defn) <la_iterate_over_symbols>: Adjust to use
7468 function_view as callback type.
7469 (LA_ITERATE_OVER_SYMBOLS): Remove DATA parameter.
7470 * linespec.c: Include "common/function-view.h".
7471 (collect_info::add_symbol): New method.
7472 (struct symbol_and_data_callback, iterate_inline_only, struct
7473 symbol_matcher_data, iterate_name_matcher): Delete.
7474 (iterate_over_all_matching_symtabs): Adjust to use function_view
7475 as callback type and lambdas.
7476 (iterate_over_file_blocks): Adjust to use function_view as
7477 callback type.
7478 (decode_compound_collector): Now a class with private fields.
7479 (decode_compound_collector::release_symbols): New method.
7480 (collect_one_symbol): Rename to...
7481 (decode_compound_collector::operator()): ... this and adjust.
7482 (lookup_prefix_sym): decode_compound_collector construction bits
7483 move to decode_compound_collector ctor. Pass the
7484 decode_compound_collector object directly as callback. Remove
7485 cleanups and use decode_compound_collector::release_symbols
7486 instead.
7487 (symtab_collector): Now a class with private fields.
7488 (symtab_collector::release_symtabs): New method.
7489 (add_symtabs_to_list): Rename to...
7490 (symtab_collector::operator()): ... this and adjust.
7491 (collect_symtabs_from_filename): symtab_collector construction
7492 bits move to symtab_collector ctor. Pass the symtab_collector
7493 object directly as callback. Remove cleanups and use
7494 symtab_collector::release_symtabs instead.
7495 (collect_symbols): Delete.
7496 (add_matching_symbols_to_info): Use lambdas.
7497 * macrocmd.c (print_macro_callback): Delete.
7498 (info_macro_command): Use a lambda.
7499 (info_macros_command): Pass print_macro_definition as callable
7500 directly.
7501 (print_one_macro): Remove 'ignore' parameter.
7502 (macro_list_command): Adjust.
7503 * macrotab.c (macro_for_each_data::fn): Now a function_view.
7504 (macro_for_each_data::user_data): Delete field.
7505 (foreach_macro): Adjust to call the function_view.
7506 (macro_for_each): Adjust to use function_view as callback type.
7507 (foreach_macro_in_scope): Adjust to call the function_view.
7508 (macro_for_each_in_scope): Adjust to use function_view as callback
7509 type.
7510 * macrotab.h: Include "common/function-view.h".
7511 (macro_callback_fn): Declare a prototype instead of a pointer.
7512 Remove "user_data" parameter.
7513 (macro_for_each, macro_for_each_in_scope): Adjust to use
7514 function_view as callback type.
7515 * psymtab.c (partial_map_expand_apply)
7516 (psym_map_symtabs_matching_filename, recursively_search_psymtabs):
7517 Adjust to use function_view as callback type and to return bool.
7518 (psym_expand_symtabs_matching): Adjust to use function_view as
7519 callback types.
7520 * symfile-debug.c (debug_qf_map_symtabs_matching_filename): Adjust
7521 to use function_view as callback type and to return bool.
7522 (debug_qf_expand_symtabs_matching): Adjust to use function_view as
7523 callback types.
7524 * symfile.c (expand_symtabs_matching): Adjust to use function_view
7525 as callback types.
7526 * symfile.h: Include "common/function-view.h".
7527 (expand_symtabs_file_matcher_ftype)
7528 (expand_symtabs_symbol_matcher_ftype)
7529 (expand_symtabs_exp_notify_ftype): Remove "data" parameter and
7530 return bool.
7531 (quick_symbol_functions::map_symtabs_matching_filename)
7532 (quick_symbol_functions::expand_symtabs_matching): Adjust to use
7533 function_view as callback type and return bool.
7534 (expand_symtabs_matching): Adjust to use function_view as callback
7535 type.
7536 (maintenance_expand_name_matcher)
7537 (maintenance_expand_file_matcher): Delete.
7538 (maintenance_expand_symtabs): Use lambdas.
7539 * symtab.c (iterate_over_some_symtabs): Adjust to use
7540 function_view as callback types and return bool.
7541 (iterate_over_symtabs): Likewise. Use unique_xmalloc_ptr instead
7542 of a cleanup.
7543 (lookup_symtab_callback): Delete.
7544 (lookup_symtab): Use a lambda.
7545 (iterate_over_symbols): Adjust to use function_view as callback
7546 type.
7547 (struct search_symbols_data, search_symbols_file_matches)
7548 (search_symbols_name_matches): Delete.
7549 (search_symbols): Use a pair of lambdas.
7550 (struct add_name_data, add_macro_name, symbol_completion_matcher)
7551 (symtab_expansion_callback): Delete.
7552 (default_make_symbol_completion_list_break_on_1): Use lambdas.
7553 * symtab.h: Include "common/function-view.h".
7554 (iterate_over_some_symtabs): Adjust to use function_view as
7555 callback type and return bool.
7556 (iterate_over_symtabs): Adjust to use function_view as callback
7557 type.
7558 (symbol_found_callback_ftype): Remove 'data' parameter and return
7559 bool.
7560 (iterate_over_symbols): Adjust to use function_view as callback
7561 type.
7562
7563 2017-02-23 Pedro Alves <palves@redhat.com>
7564
7565 * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS): New.
7566 (%.o) <unittests/%.c>: New pattern.
7567 * configure.ac ($development): Add $(SUBDIR_UNITTESTS_OBS) to
7568 CONFIG_OBS, and $(SUBDIR_UNITTESTS_SRCS) to CONFIG_SRCS.
7569 * common/function-view.h: New file.
7570 * unittests/function-view-selftests.c: New file.
7571 * configure: Regenerate.
7572
7573 2017-02-23 Simon Marchi <simon.marchi@ericsson.com>
7574
7575 * bsd-uthread.c (bsd_uthread_thread_alive): Use ptid instead of
7576 inferior_ptid.
7577 * go32-nat.c (go32_thread_alive): Likewise.
7578
7579 2017-02-23 Yao Qi <yao.qi@linaro.org>
7580
7581 * varobj-iter.h (varobj_iter_delete): Call xfree instead of
7582 delete.
7583
7584 2017-02-23 Yao Qi <yao.qi@linaro.org>
7585
7586 * varobj.c (varobj_clear_saved_item): Use delete instead of
7587 xfree.
7588 (update_dynamic_varobj_children): Likewise.
7589
7590 2017-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7591
7592 * dwarf2read.c (dwarf2_record_block_ranges): Add forgotten BASEADDR.
7593
7594 2017-02-21 Simon Marchi <simon.marchi@ericsson.com>
7595
7596 * common/enum-flags.h (enum_flags::enum_flags): Initialize
7597 m_enum_value to 0 in default constructor.
7598
7599 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7600
7601 * rs6000-tdep.c (LOAD_AND_RESERVE_MASK): Rename from LWARX_MASK.
7602 (STORE_CONDITIONAL_MASK): Rename from STWCX_MASK.
7603 (LBARX_INSTRUCTION, LHARX_INSTRUCTION, LQARX_INSTRUCTION,
7604 STBCX_INSTRUCTION, STHCX_INSTRUCTION, STQCX_INSTRUCTION): New defines.
7605 (IS_LOAD_AND_RESERVE_INSN, IS_STORE_CONDITIONAL_INSN): New macros.
7606 (ppc_displaced_step_copy_insn): Use IS_LOAD_AND_RESERVE_INSN.
7607 (ppc_deal_with_atomic_sequence): Use IS_LOAD_AND_RESERVE_INSN and
7608 IS_STORE_CONDITIONAL_INSN.
7609
7610 2017-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7611
7612 * dwarf2_rnglists_process: Initialize range_beginning and range_end.
7613
7614 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7615
7616 * NEWS (Changes since GDB 7.12): Add DWARF-5.
7617
7618 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7619
7620 * dwarf2read.c (skip_one_die, read_attribute_value)
7621 (dwarf2_const_value_attr, dump_die_shallow)
7622 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
7623 (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_data16.
7624
7625 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7626
7627 * dwarf2read.c (read_file_scope): Rename DW_MACRO_GNU_*.
7628 (dwarf_parse_macro_header): Accept DWARF version 5.
7629 (dwarf_decode_macro_bytes, dwarf_decode_macros): Rename DW_MACRO_GNU_*.
7630
7631 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7632
7633 * block.c (call_site_for_pc): Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7634 DW_AT_GNU_*.
7635 * common/common-exceptions.h (enum errors): Likewise.
7636 * dwarf2-frame.c (class dwarf_expr_executor): Likewise.
7637 * dwarf2expr.c (dwarf_block_to_dwarf_reg)
7638 (dwarf_expr_context::execute_stack_op): Likewise.
7639 * dwarf2expr.h (struct dwarf_expr_context, struct dwarf_expr_piece):
7640 Likewise.
7641 * dwarf2loc.c (dwarf_evaluate_loc_desc::get_base_type)
7642 (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
7643 (show_entry_values_debug, call_site_to_target_addr)
7644 (func_addr_to_tail_call_list, func_verify_no_selftailcall)
7645 (dwarf_expr_reg_to_entry_parameter, dwarf_entry_parameter_to_value)
7646 (entry_data_value_free_closure, value_of_dwarf_reg_entry)
7647 (value_of_dwarf_block_entry, indirect_pieced_value)
7648 (symbol_needs_eval_context::push_dwarf_reg_entry_value):
7649 (disassemble_dwarf_expression): Likewise.
7650 * dwarf2read.c (process_die, inherit_abstract_dies)
7651 (read_call_site_scope): Likewise.
7652 * gdbtypes.h (struct func_type, struct call_site_parameter)
7653 (struct call_site): Likewise.
7654 * stack.c (read_frame_arg): Likewise.
7655 * std-operator.def (OP_VAR_ENTRY_VALUE): Likewise.
7656
7657 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7658
7659 * defs.h (read_unsigned_leb128): New declaration.
7660 * dwarf2loc.c (decode_debug_loclists_addresses): New function.
7661 (decode_debug_loc_dwo_addresses): Update DEBUG_LOC_* to DW_LLE_*.
7662 (dwarf2_find_location_expression): Call also
7663 decode_debug_loclists_addresses. Handle DWARF-5 ULEB128 length.
7664 * dwarf2loc.h (dwarf2_version): New declaration.
7665 * dwarf2read.c (struct dwarf2_per_objfile): Add loclists, line_str,
7666 rnglists.
7667 (dwarf2_elf_names): Add .debug_loclists, .debug_line_str,
7668 .debug_rnglists.
7669 (struct dwop_section_names): Add loclists_dwo.
7670 (dwop_section_names): Add .debug_loclists.dwo.
7671 (struct comp_unit_head): Add unit_type, signature, type_offset_in_tu.
7672 (struct dwarf2_per_cu_data): Add dwarf_version.
7673 (struct dwo_sections): Add loclists.
7674 (struct attr_abbrev): Add implicit_const.
7675 (read_indirect_line_string): New declaration.
7676 (read_unsigned_leb128): Delete declaration.
7677 (rcuh_kind): New definition.
7678 (read_and_check_comp_unit_head): Change parameter
7679 is_debug_types_section to section_kind.
7680 (dwarf2_locate_sections): Handle loclists, line_str and rnglists.
7681 (read_comp_unit_head): Change parameter abfd to section, add parameter
7682 section_kind. Handle DWARF-5.
7683 (error_check_comp_unit_head): Accept also DWARF version 5.
7684 (read_and_check_comp_unit_head): Change parameter
7685 is_debug_types_section to section_kind.
7686 (read_and_check_type_unit_head): Delete function.
7687 (read_abbrev_offset): Handle DWARF-5.
7688 (create_debug_type_hash_table): Add parameter section_kind. Process
7689 only DW_UT_type. Use signature and type_offset_in_tu from struct
7690 comp_unit_head.
7691 (create_debug_types_hash_table): Update create_debug_type_hash_table
7692 caller.
7693 (create_all_type_units): Call create_debug_type_hash_table.
7694 (read_cutu_die_from_dwo, init_cutu_and_read_dies): Change
7695 read_and_check_type_unit_head caller to read_and_check_comp_unit_head
7696 caller.
7697 (skip_one_die): Handle DW_FORM_implicit_const.
7698 (dwarf2_rnglists_process): New function.
7699 (dwarf2_ranges_process): Call dwarf2_rnglists_process for DWARF-5.
7700 (abbrev_table_read_table): Handle DW_FORM_implicit_const.
7701 (read_attribute_value): Handle DW_FORM_implicit_const,
7702 DW_FORM_line_strp.
7703 (read_attribute): Handle DW_FORM_implicit_const.
7704 (read_indirect_string_at_offset_from): New function from
7705 read_indirect_string_at_offset.
7706 (read_indirect_string_at_offset): Call
7707 read_indirect_string_at_offset_from.
7708 (read_indirect_line_string_at_offset): New function.
7709 (read_indirect_string): New function comment.
7710 (read_indirect_line_string): New function.
7711 (read_unsigned_leb128): Make it global.
7712 (dwarf2_string_attr): Handle DWARF-5.
7713 (add_include_dir_stub, read_formatted_entries): New functions.
7714 (dwarf_decode_line_header, dump_die_shallow, cu_debug_loc_section):
7715 Handle DWARF-5.
7716 (per_cu_header_read_in): Update read_comp_unit_head caller.
7717 (dwarf2_version): New function.
7718 * symfile.h (struct dwarf2_debug_sections): Add loclists, line_str and
7719 rnglists.
7720 * xcoffread.c (dwarf2_xcoff_names): Update struct dwarf2_debug_sections
7721 fields.
7722
7723 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7724
7725 * dwarf2read.c (abbrev_table_read_table): Read the data only once.
7726
7727 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7728
7729 * dwarf2read.c (dwarf2_ranges_process): New function from
7730 dwarf2_ranges_read.
7731 (dwarf2_ranges_read, dwarf2_record_block_ranges): Use
7732 dwarf2_ranges_process.
7733
7734 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7735
7736 * dwarf2read.c (create_debug_type_hash_table): New function from
7737 create_debug_types_hash_table.
7738 (create_debug_types_hash_table): Call create_debug_type_hash_table.
7739 (create_all_type_units, open_and_init_dwo_file): Update
7740 create_debug_types_hash_table callers.
7741
7742 2017-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7743
7744 PR gdb/16188
7745 * fork-child.c (trace_start_error): Fix thinko. va_end should
7746 refer to 'ap', not 'args'.
7747
7748 2017-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7749 Pedro Alves <palves@redhat.com>
7750
7751 PR gdb/16188
7752 * darwin-nat.c (darwin_ptrace_me): Check if calls to system
7753 calls succeeded.
7754 * fork-child.c (trace_start_error): New function.
7755 (trace_start_error_with_name): Likewise.
7756 * gnu-nat.c (gnu_ptrace_me): Check if call to PTRACE succeeded.
7757 * inf-ptrace.c (inf_ptrace_me): Likewise.
7758 * inferior.h (trace_start_error): New prototype.
7759 (trace_start_error_with_name): Likewise.
7760
7761 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7762
7763 PR gdb/21164
7764 * psymtab.c (maintenance_print_psymbols): Verify if 'argv' is not
7765 NULL before using it.
7766 * symmisc.c (maintenance_print_symbols): Likewise.
7767 (maintenance_print_msymbols): Likewise.
7768
7769 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7770
7771 * NEWS: Add record Python bindings entry.
7772
7773 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7774
7775 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-record-btrace.o,
7776 py-record-full.o.
7777 (SUBDIR_PYTHON_SRCS): Add py-record-btrace.c, py-record-full.c.
7778 * python/py-record-btrace.c, python/py-record-btrace.h,
7779 python/py-record-full.c, python/py-record-full.h: New file.
7780 * python/py-record.c: Add include for py-record-btrace.h and
7781 py-record-full.h.
7782 (recpy_method, recpy_format, recpy_goto, recpy_replay_position,
7783 recpy_instruction_history, recpy_function_call_history, recpy_begin,
7784 recpy_end): Use functions from py-record-btrace.c and py-record-full.c.
7785 * python/python-internal.h (PyInt_FromSsize_t, PyInt_AsSsize_t):
7786 New definition.
7787 (gdbpy_initialize_btrace): New export.
7788 * python/python.c (_initialize_python): Add gdbpy_initialize_btrace.
7789
7790 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7791
7792 * Makefile.in (SUBDIR_PYTHON_OBS): Add python/py-record.o.
7793 (SUBDIR_PYTHON_SRCS): Add python/py-record.c.
7794 * python/py-record.c: New file.
7795 * python/python-internal.h (gdbpy_start_recording,
7796 gdbpy_current_recording, gdpy_stop_recording,
7797 gdbpy_initialize_record): New export.
7798 * python/python.c (_initialize_python): Add gdbpy_initialize_record.
7799 (python_GdbMethods): Add gdbpy_start_recording,
7800 gdbpy_current_recording and gdbpy_stop_recording.
7801
7802 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7803
7804 * record-btrace.c (record_btrace_record_method): New function.
7805 (init_record_btrace_ops): Initialize to_record_method.
7806 * record-full.c (record_full_record_method): New function.
7807 (init_record_full_ops, init_record_full_core_ops): Add
7808 record_full_record_method.
7809 * record.h (enum record_method): New enum.
7810 * target-debug.h (target_debug_print_enum_record_method: New define.
7811 * target-delegates.c: Regenerate.
7812 * target.c (target_record_method): New function.
7813 * target.h: Include record.h.
7814 (struct target_ops) <to_record_method>: New field.
7815 (target_record_method): New export.
7816
7817 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7818
7819 * record.h (record_start, record_stop): New export.
7820 * record.c (record_start, record_stop): New function.
7821
7822 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7823
7824 * btrace.c (btrace_fetch): Copy function call segments pointer
7825 into a vector.
7826 (btrace_clear): Clear the vector.
7827 (btrace_find_insn_by_number): Use binary search to find the correct
7828 function call segment.
7829 * btrace.h (brace_fun_p): New typedef.
7830 (struct btrace_thread_info) <functions>: New field.
7831
7832 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7833
7834 * record-btrace.c (btrace_ui_out_decode_error): Move most of it ...
7835 * btrace.c (btrace_decode_error): ... here. New function.
7836 * btrace.h (btrace_decode_error): New export.
7837
7838 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7839
7840 * btrace.c (ftrace_call_num_insn, btrace_insn_get_error): New function.
7841 (ftrace_new_function, btrace_insn_number, btrace_insn_cmp,
7842 btrace_find_insn_by_number): Remove special case for gaps.
7843 * btrace.h (btrace_insn_get_error): New export.
7844 (btrace_insn_number, btrace_find_insn_by_number): Adjust comment.
7845 * record-btrace.c (btrace_insn_history): Print number for gaps.
7846 (record_btrace_info, record_btrace_goto): Handle gaps.
7847
7848 2017-02-14 Tom Tromey <tom@tromey.com>
7849
7850 PR python/13598:
7851 * python/python.c (gdbpy_before_prompt_hook): Emit before_prompt
7852 event.
7853 * python/py-evts.c (gdbpy_initialize_py_events): Add
7854 before_prompt registry.
7855 * python/py-events.h (events_object) <before_prompt>: New field.
7856
7857 2017-02-14 Markus Metzger <markus.t.metzger@intel.com>
7858
7859 * btrace.c (ftrace_new_switch): Preserve up link and flags.
7860
7861 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7862
7863 * symfile (_initialize_symfile): Add usage text to the load command's
7864 help text.
7865
7866 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7867
7868 * utils.c (defaulted_query): Don't query on secondary UIs.
7869
7870 2017-02-10 Tom Tromey <tom@tromey.com>
7871
7872 * rust-lang.c (rust_get_disr_info): Remove unused variable.
7873
7874 2017-02-10 Tom Tromey <tom@tromey.com>
7875
7876 * python/py-value.c (valpy_richcompare_throw): Remove unnecessary
7877 "cleanup" local.
7878 * python/py-type.c (typy_legacy_template_argument): Remove
7879 unnecessary "cleanup" local.
7880
7881 2017-02-10 Tom Tromey <tom@tromey.com>
7882
7883 * python/python.c (do_start_initialization): New function, from
7884 _initialize_python.
7885 (_initialize_python): Call do_start_initialization.
7886 * python/py-linetable.c (ltpy_iternext): Use explicit returns, not
7887 goto.
7888
7889 2017-02-10 Tom Tromey <tom@tromey.com>
7890
7891 * python/py-prettyprint.c (pretty_print_one_value): Use
7892 gdbpy_ref.
7893
7894 2017-02-10 Tom Tromey <tom@tromey.com>
7895
7896 * python/py-cmd.c (cmdpy_destroyer): Use gdbpy_ref.
7897 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Use
7898 gdbpy_ref.
7899 * python/py-type.c (field_new): Use gdbpy_ref.
7900 * python/py-symtab.c (symtab_and_line_to_sal_object): Use
7901 gdbpy_ref.
7902 * python/py-progspace.c (pspy_new): Use gdbpy_ref.
7903 (py_free_pspace): Likewise.
7904 (pspace_to_pspace_object): Likewise.
7905 * python/py-objfile.c (objfpy_new): Use gdbpy_ref.
7906 (py_free_objfile): Likewise.
7907 (objfile_to_objfile_object): Likewise.
7908 * python/py-inferior.c (delete_thread_object): Use
7909 gdbpy_ref.
7910 (infpy_read_memory): Likewise.
7911 (py_free_inferior): Likewise.
7912 * python/py-evtregistry.c (create_eventregistry_object): Use
7913 gdbpy_ref.
7914 * python/py-event.c (create_event_object): Use gdbpy_ref.
7915
7916 2017-02-10 Tom Tromey <tom@tromey.com>
7917
7918 * python/py-ref.h (gdbpy_ref_policy): Now a template.
7919 (gdbpy_ref): Now a template; allow subclasses of PyObject to be
7920 used.
7921 * python/py-arch.c, python/py-bpevent.c, python/py-breakpoint.c,
7922 python/py-cmd.c, python/py-continueevent.c, python/py-event.c,
7923 python/py-exitedevent.c, python/py-finishbreakpoint.c,
7924 python/py-framefilter.c, python/py-function.c,
7925 python/py-inferior.c, python/py-infevents.c,
7926 python/py-linetable.c, python/py-newobjfileevent.c,
7927 python/py-param.c, python/py-prettyprint.c, python/py-ref.h,
7928 python/py-signalevent.c, python/py-stopevent.c,
7929 python/py-symbol.c, python/py-threadevent.c, python/py-type.c,
7930 python/py-unwind.c, python/py-utils.c, python/py-value.c,
7931 python/py-varobj.c, python/py-xmethods.c, python/python.c,
7932 varobj.c: Change gdbpy_ref to gdbpy_ref<>.
7933
7934 2017-02-10 Tom Tromey <tom@tromey.com>
7935
7936 * ui-out.h (ui_out_emit_type): New class.
7937 (ui_out_emit_tuple, ui_out_emit_list): New typedefs.
7938 * python/py-framefilter.c (py_print_single_arg): Use gdb::optional
7939 and ui_out_emit_tuple.
7940 (enumerate_locals): Likewise.
7941 (py_mi_print_variables, py_print_locals, py_print_args): Use
7942 ui_out_emit_list.
7943 (py_print_frame): Use gdb::optional, ui_out_emit_tuple,
7944 ui_out_emit_list.
7945 * common/gdb_optional.h: New file.
7946
7947 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7948
7949 * MAINTAINERS (Write After Approval): Update my e-mail address.
7950
7951 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7952
7953 PR gdb/21122
7954 * breakpoint.c (_initialize_breakpoint): Update the help description
7955 of the 'commands' command to indicate that it takes a list argument.
7956
7957 2017-02-09 Simon Marchi <simon.marchi@ericsson.com>
7958
7959 * interps.c (current_interp_set_logging): Remove "return".
7960
7961 2017-02-09 Gary Benson <gbenson@redhat.com>
7962
7963 * symtab.c (add_symtab_completions): Prevent NULL pointer
7964 dereference.
7965
7966 2017-02-08 Pedro Alves <palves@redhat.com>
7967
7968 * interps.c (interp::interp): Remove reference to quiet_p.
7969 (interp_set): Make static. Remove dead "Switching to" output
7970 code.
7971 (interp_quiet_p, interp_set_quiet): Delete.
7972 (interpreter_exec_cmd): Don't set the interpreter quiet.
7973 * interps.h (interp_quiet_p): Make static.
7974 (class interp) <quiet_p>: Remove field
7975
7976 2017-02-08 Jerome Guitton <guitton@adacore.com>
7977
7978 * cli/cli-decode.c (find_command_name_length): Make it extern.
7979 * cli/cli-decode.h (find_command_name_length): Declare.
7980 * cli/cli-script.c (command_name_equals, line_first_arg):
7981 New functions.
7982 (process_next_line): Use cli-decode to parse command names.
7983 (build_command_line): Make args a constant pointer.
7984
7985 2017-02-08 Jerome Guitton <guitton@adacore.com>
7986
7987 * cli-decode.c (lookup_cmd_1, lookup_cmd_composition):
7988 Remove case-insensitive search.
7989
7990 2017-02-07 Jose E. Marchesi <jose.marchesi@oracle.com>
7991
7992 * sparc-tdep.c (sparc32_gdbarch_init): Do not place a + operator
7993 at the end of the line. Avoids an ARI warning.
7994
7995 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7996
7997 * NEWS: Mention support for record/replay of Intel 64 rdrand and
7998 rdseed instructions.
7999 i386-tdep.c (i386_process_record): Handle Intel 64 rdrand and rseed.
8000
8001 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
8002
8003 PR tdep/20936
8004 Provide and use sparc32 and sparc64 target description XML files.
8005 * features/sparc/sparc32-cp0.xml, features/sparc/sparc32-cpu.xml,
8006 features/sparc/sparc32-fpu.xml: New files for sparc 32-bit.
8007 * features/sparc/sparc64-cp0.xml, features/sparc/sparc64-cpu.xml,
8008 features/sparc/sparc64-fpu.xml: New files for sparc 64-bit.
8009 * features/sparc/sparc32-solaris.xml: New file.
8010 * features/sparc/sparc64-solaris.xml: New file.
8011 * features/sparc/sparc32-solaris.c: Generated.
8012 * features/sparc/sparc64-solaris.c: Generated.
8013 * sparc-tdep.h: Account for differences in target descriptions.
8014 * sparc-tdep.c (sparc32_register_name): Use target provided registers.
8015 (sparc32_register_type): Use target provided registers.
8016 (validate_tdesc_registers): New function.
8017 (sparc32_gdbarch_init): Use tdesc_has_registers.
8018 Set pseudoregister functions.
8019 * sparc64-tdep.c (sparc64_register_name): Use target provided registers.
8020 (sparc64_register_type): Use target provided registers.
8021 (sparc64_init_abi): Set pseudoregister functions.
8022
8023 2017-02-03 Tom Tromey <tom@tromey.com>
8024
8025 PR rust/21097:
8026 * rust-lang.c (rust_print_type) <TYPE_CODE_UNION>: Handle enums
8027 with a single member.
8028
8029 2017-02-03 Pedro Alves <palves@redhat.com>
8030
8031 * cli/cli-interp.c (cli_interp_base::cli_interp_base)
8032 (cli_interp_base::~cli_interp_base): New.
8033 (cli_interp): New struct.
8034 (as_cli_interp): Cast the interp itself to cli_interp.
8035 (cli_interpreter_pre_command_loop): Rename to ...
8036 (cli_interp_base::pre_command_loop): ... this. Remove 'self'
8037 parameter.
8038 (cli_interpreter_init): Rename to ...
8039 (cli_interp::init): ... this. Remove 'self' parameter. Use
8040 boolean. Make extern.
8041 (cli_interpreter_resume): Rename to ...
8042 (cli_interp::resume): ... this. Remove 'data' parameter. Make
8043 extern.
8044 (cli_interpreter_suspend): Rename to ...
8045 (cli_interp::suspend): ... this. Remove 'data' parameter. Make
8046 extern.
8047 (cli_interpreter_exec): Rename to ...
8048 (cli_interp::exec): ... this. Remove 'data' parameter. Make
8049 extern.
8050 (cli_interpreter_supports_command_editing): Rename to ...
8051 (cli_interp_base::supports_command_editing): ... this. Remove
8052 'interp' parameter. Make extern.
8053 (cli_ui_out): Rename to ...
8054 (cli_interp::interp_ui_out): ... this. Remove 'interp' parameter.
8055 Make extern.
8056 (cli_set_logging): Rename to ...
8057 (cli_interp_base::set_logging): ... this. Remove 'interp'
8058 parameter. Make extern.
8059 (cli_interp_procs): Delete.
8060 (cli_interp_factory): Adjust to use "new".
8061 * cli/cli-interp.h: Include "interps.h".
8062 (struct cli_interp_base): New struct.
8063 * interps.c (struct interp): Delete. Fields moved to interps.h.
8064 (interp_new): Delete.
8065 (interp::interp, interp::~interp): New.
8066 (interp_set): Use bool, and return void. Assume the interpreter
8067 has suspend, init and resume methods, and that the all return
8068 void.
8069 (set_top_level_interpreter): interp_set returns void.
8070 (interp_ui_out): Adapt.
8071 (current_interp_set_logging): Adapt.
8072 (interp_data): Delete.
8073 (interp_pre_command_loop, interp_supports_command_editing): Adapt.
8074 (interp_exec): Adapt.
8075 (top_level_interpreter_data): Delete.
8076 * interps.h (interp_init_ftype, interp_resume_ftype)
8077 (interp_suspend_ftype, interp_exec_ftype)
8078 (interp_pre_command_loop_ftype, interp_ui_out_ftype): Delete.
8079 (class interp): New.
8080 (interp_new): Delete.
8081 (interp_set): Now returns void. Use bool.
8082 (interp_data, top_level_interpreter_data): Delete.
8083 * mi/mi-common.h: Include interps.h.
8084 (class mi_interp): Inherit from interp. Define a ctor. Declare
8085 init, resume, suspect, exec, interp_ui_out, set_logging and
8086 pre_command_loop methods.
8087 * mi/mi-interp.c (as_mi_interp): Cast the interp itself.
8088 (mi_interpreter_init): Rename to ...
8089 (mi_interp::init): ... this. Remove the 'interp' parameter, use
8090 bool, return void and make extern. Adjust.
8091 (mi_interpreter_resume): ... Rename to ...
8092 (mi_interp::resume): ... this. Remove the 'data' parameter,
8093 return void and make extern. Adjust.
8094 (mi_interpreter_suspend): ... Rename to ...
8095 (mi_interp::suspend): ... this. Remove the 'data' parameter,
8096 return void and make extern. Adjust.
8097 (mi_interpreter_exec): ... Rename to ...
8098 (mi_interp::exec): ... this. Remove the 'data' parameter and make
8099 extern. Adjust.
8100 (mi_interpreter_pre_command_loop): ... Rename to ...
8101 (mi_interp::pre_command_loop): ... this. Remove the 'self'
8102 parameter and make extern.
8103 (mi_on_normal_stop_1): Adjust.
8104 (mi_ui_out): Rename to ...
8105 (mi_interp::interp_ui_out): ... this. Remove the 'interp'
8106 parameter and make extern. Adjust.
8107 (mi_set_logging): Rename to ...
8108 (mi_interp::set_logging): ... this. Remove the 'interp'
8109 parameter and make extern. Adjust.
8110 (mi_interp_procs): Delete.
8111 (mi_interp_factory): Adjust to use 'new'.
8112 * mi/mi-main.c (mi_cmd_gdb_exit, captured_mi_execute_command)
8113 (mi_print_exception, mi_execute_command, mi_load_progress):
8114 Adjust.
8115 * tui/tui-interp.c (tui_interp): New class.
8116 (as_tui_interp): Return a tui_interp pointer.
8117 (tui_on_normal_stop, tui_on_signal_received)
8118 (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
8119 (tui_on_no_history, tui_on_user_selected_context_changed): Adjust
8120 to use interp::interp_ui_out.
8121 (tui_init): Rename to ...
8122 (tui_interp::init): ... this. Remove the 'self' parameter, use
8123 bool, return void and make extern. Adjust.
8124 (tui_resume): Rename to ...
8125 (tui_interp::resume): ... this. Remove the 'data' parameter,
8126 return void and make extern. Adjust.
8127 (tui_suspend): Rename to ...
8128 (tui_interp::suspend): ... this. Remove the 'data' parameter,
8129 return void and make extern. Adjust.
8130 (tui_ui_out): Rename to ...
8131 (tui_interp::interp_ui_out): ... this. Remove the 'self'
8132 parameter, and make extern. Adjust.
8133 (tui_exec): Rename to ...
8134 (tui_interp::exec): ... this. Remove the 'data' parameter and
8135 make extern.
8136 (tui_interp_procs): Delete.
8137 (tui_interp_factory): Use "new".
8138
8139 2017-02-02 Tom Tromey <tom@tromey.com>
8140
8141 * rust-exp.y (ends_raw_string, space_then_number)
8142 (rust_identifier_start_p): Return bool.
8143 * rust-lang.c (rust_tuple_type_p, rust_underscore_fields)
8144 (rust_tuple_struct_type_p, rust_tuple_variant_type_p)
8145 (rust_slice_type_p, rust_range_type_p, rust_u8_type_p)
8146 (rust_chartype_p): Return bool.
8147 (val_print_struct, rust_print_struct_def, rust_print_type):
8148 Update.
8149 * rust-lang.h (rust_tuple_type_p, rust_tuple_struct_type_p):
8150 Return bool.
8151
8152 2017-02-02 Tom Tromey <tom@tromey.com>
8153
8154 * rust-lang.c: Reindent.
8155
8156 2017-02-02 Tom Tromey <tom@tromey.com>
8157
8158 * rust-lang.h (rust_crate_for_block): Update.
8159 * rust-lang.c (rust_crate_for_block): Return std::string.
8160 (rust_get_disr_info): Use std:;string, not
8161 gdb::unique_xmalloc_ptr.
8162 * rust-exp.y (crate_name): Update.
8163
8164 2017-02-02 Pedro Alves <palves@redhat.com>
8165
8166 * disasm-selftests.c (print_one_insn_test): Move the "verbose"
8167 field out of gdb_disassembler_test and make it static.
8168
8169 2017-02-02 Pedro Alves <palves@redhat.com>
8170
8171 * mi/mi-common.h (struct mi_interp): Delete the mi2_interp,
8172 mi1_interp and mi_interp fields.
8173
8174 2017-02-02 Pedro Alves <palves@redhat.com>
8175
8176 * cli/cli-interp.c (struct saved_output_files, saved_output):
8177 Moved from cli/cli-logging.c.
8178 (cli_set_logging): New function.
8179 (cli_interp_procs): Install cli_set_logging.
8180 * cli/cli-interp.h (make_logging_output, cli_set_logging):
8181 Declare.
8182 * cli/cli-logging.c (struct saved_output_files, saved_output):
8183 Moved to cli/cli-interp.c.
8184 (pop_output_files): Don't save outputs here.
8185 (make_logging_output): New function.
8186 (handle_redirections): Don't build tee nor save previous outputs
8187 here.
8188 * interps.c (current_interp_set_logging): Change prototype.
8189 Assume there's always a set_logging_proc method installed.
8190 * interps.h (interp_set_logging_ftype): Change prototype.
8191 (current_interp_set_logging): Change prototype and adjust comment.
8192 * mi/mi-interp.c (mi_set_logging): Change protototype. Adjust to
8193 use make_logging_output.
8194 * tui/tui-interp.c (tui_interp_procs): Install cli_set_logging.
8195 2017-02-02 Pedro Alves <palves@redhat.com>
8196
8197 * cli/cli-logging.c (maybe_warn_already_logging): New factored out
8198 from ...
8199 (set_logging_overwrite): ... here.
8200 (logging_no_redirect_file): Delete.
8201 (set_logging_redirect): Don't handle redirection on the fly.
8202 Instead warn that "logging off" / "logging on" is necessary.
8203 (pop_output_files): Delete references to logging_no_redirect_file.
8204 (show_logging_command): Always speak in terms of what will happen
8205 once logging is reenabled.
8206
8207 2017-02-02 Pedro Alves <palves@redhat.com>
8208
8209 * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
8210
8211 2017-02-02 Pedro Alves <palves@redhat.com>
8212
8213 * disasm.c (gdb_pretty_print_insn): Rename to ...
8214 (gdb_pretty_print_disassembler::pretty_print_insn): ... this.
8215 Remove gdbarch parameter. Adapt to clear the object's buffers
8216 instead of allocating new buffers, and to print using the object's
8217 gdb_disassembler instead of calling gdb_print_insn.
8218 (dump_insns): Use gdb_pretty_print_disassembler.
8219 * disasm.h (gdb_pretty_print_insn): Delete declaration.
8220 (gdb_pretty_print_disassembler): New class.
8221 * record-btrace.c (btrace_insn_history): Use
8222 gdb_pretty_print_disassembler.
8223
8224 2017-02-02 Pedro Alves <palves@redhat.com>
8225
8226 * ada-lang.c (type_as_string): Use string_file.
8227 * ada-valprint.c (ada_print_floating): Use string_file.
8228 * ada-varobj.c (ada_varobj_scalar_image)
8229 (ada_varobj_get_value_image): Use string_file.
8230 * aix-thread.c (aix_thread_extra_thread_info): Use string_file.
8231 * arm-tdep.c (_initialize_arm_tdep): Use string_printf.
8232 * breakpoint.c (update_inserted_breakpoint_locations)
8233 (insert_breakpoint_locations, reattach_breakpoints)
8234 (print_breakpoint_location, print_one_detail_ranged_breakpoint)
8235 (print_it_watchpoint): Use string_file.
8236 (save_breakpoints): Use stdio_file.
8237 * c-exp.y (oper): Use string_file.
8238 * cli/cli-logging.c (set_logging_redirect): Use ui_file_up and
8239 tee_file.
8240 (pop_output_files): Use delete.
8241 (handle_redirections): Use stdio_file and tee_file.
8242 * cli/cli-setshow.c (do_show_command): Use string_file.
8243 * compile/compile-c-support.c (c_compute_program): Use
8244 string_file.
8245 * compile/compile-c-symbols.c (generate_vla_size): Take a
8246 'string_file &' instead of a 'ui_file *'.
8247 (generate_c_for_for_one_variable): Take a 'string_file &' instead
8248 of a 'ui_file *'. Use string_file.
8249 (generate_c_for_variable_locations): Take a 'string_file &'
8250 instead of a 'ui_file *'.
8251 * compile/compile-internal.h (generate_c_for_for_one_variable):
8252 Take a 'string_file &' instead of a 'ui_file *'.
8253 * compile/compile-loc2c.c (push, pushf, unary, binary)
8254 (print_label, pushf_register_address, pushf_register)
8255 (do_compile_dwarf_expr_to_c): Take a 'string_file &' instead of a
8256 'ui_file *'. Adjust.
8257 * compile/compile.c (compile_to_object): Use string_file.
8258 * compile/compile.h (compile_dwarf_expr_to_c)
8259 (compile_dwarf_bounds_to_c): Take a 'string_file &' instead of a
8260 'ui_file *'.
8261 * cp-support.c (inspect_type): Use string_file and obstack_copy0.
8262 (replace_typedefs_qualified_name): Use string_file and
8263 obstack_copy0.
8264 * disasm.c (gdb_pretty_print_insn): Use string_file.
8265 (gdb_disassembly): Adjust reference the null_stream global.
8266 (do_ui_file_delete): Delete.
8267 (gdb_insn_length): Use null_stream.
8268 * dummy-frame.c (maintenance_print_dummy_frames): Use stdio_file.
8269 * dwarf2loc.c (dwarf2_compile_property_to_c)
8270 (locexpr_generate_c_location, loclist_generate_c_location): Take a
8271 'string_file &' instead of a 'ui_file *'.
8272 * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise.
8273 * dwarf2read.c (do_ui_file_peek_last): Delete.
8274 (dwarf2_compute_name): Use string_file.
8275 * event-top.c (gdb_setup_readline): Use stdio_file.
8276 * gdbarch.sh (verify_gdbarch): Use string_file.
8277 * gdbtypes.c (safe_parse_type): Use null_stream.
8278 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Use
8279 string_file.
8280 * guile/scm-disasm.c (gdbscm_print_insn_from_port): Take a
8281 'string_file *' instead of a 'ui_file *'.
8282 (gdbscm_arch_disassemble): Use string_file.
8283 * guile/scm-frame.c (frscm_print_frame_smob): Use string_file.
8284 * guile/scm-ports.c (class ioscm_file_port): Now a class that
8285 inherits from ui_file.
8286 (ioscm_file_port_delete, ioscm_file_port_rewind)
8287 (ioscm_file_port_put): Delete.
8288 (ioscm_file_port_write): Rename to ...
8289 (ioscm_file_port::write): ... this. Remove file_port_magic
8290 checks.
8291 (ioscm_file_port_new): Delete.
8292 (ioscm_with_output_to_port_worker): Use ioscm_file_port and
8293 ui_file_up.
8294 * guile/scm-type.c (tyscm_type_name): Use string_file.
8295 * guile/scm-value.c (vlscm_print_value_smob, gdbscm_value_print):
8296 Use string_file.
8297 * infcmd.c (print_return_value_1): Use string_file.
8298 * infrun.c (print_target_wait_results): Use string_file.
8299 * language.c (add_language): Use string_file.
8300 * location.c (explicit_to_string_internal): Use string_file.
8301 * main.c (captured_main_1): Use null_file.
8302 * maint.c (maintenance_print_architecture): Use stdio_file.
8303 * mi/mi-cmd-stack.c (list_arg_or_local): Use string_file.
8304 * mi/mi-common.h (struct mi_interp) <out, err, log, targ,
8305 event_channel>: Change type to mi_console_file pointer.
8306 * mi/mi-console.c (mi_console_file_fputs, mi_console_file_flush)
8307 (mi_console_file_delete): Delete.
8308 (struct mi_console_file): Delete.
8309 (mi_console_file_magic): Delete.
8310 (mi_console_file_new): Delete.
8311 (mi_console_file::mi_console_file): New.
8312 (mi_console_file_delete): Delete.
8313 (mi_console_file_fputs): Delete.
8314 (mi_console_file::write): New.
8315 (mi_console_raw_packet): Delete.
8316 (mi_console_file::flush): New.
8317 (mi_console_file_flush): Delete.
8318 (mi_console_set_raw): Rename to ...
8319 (mi_console_file::set_raw): ... this.
8320 * mi/mi-console.h (class mi_console_file): New class.
8321 (mi_console_file_new, mi_console_set_raw): Delete.
8322 * mi/mi-interp.c (mi_interpreter_init): Use mi_console_file.
8323 (mi_set_logging): Use delete and tee_file. Adjust.
8324 * mi/mi-main.c (output_register): Use string_file.
8325 (mi_cmd_data_evaluate_expression): Use string_file.
8326 (mi_cmd_data_read_memory): Use string_file.
8327 (mi_cmd_execute, print_variable_or_computed): Use string_file.
8328 * mi/mi-out.c (mi_ui_out::main_stream): New.
8329 (mi_ui_out::rewind): Use main_stream and
8330 string_file.
8331 (mi_ui_out::put): Use main_stream and string_file.
8332 (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
8333 Allocate a 'string_file' instead.
8334 (mi_out_new): Don't allocate a mem_fileopen stream here.
8335 * mi/mi-out.h (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
8336 (mi_ui_out::main_stream): Declare method.
8337 * printcmd.c (eval_command): Use string_file.
8338 * psymtab.c (maintenance_print_psymbols): Use stdio_file.
8339 * python/py-arch.c (archpy_disassemble): Use string_file.
8340 * python/py-breakpoint.c (bppy_get_commands): Use string_file.
8341 * python/py-frame.c (frapy_str): Use string_file.
8342 * python/py-framefilter.c (py_print_type, py_print_single_arg):
8343 Use string_file.
8344 * python/py-type.c (typy_str): Use string_file.
8345 * python/py-unwind.c (unwind_infopy_str): Use string_file.
8346 * python/py-value.c (valpy_str): Use string_file.
8347 * record-btrace.c (btrace_insn_history): Use string_file.
8348 * regcache.c (regcache_print): Use stdio_file.
8349 * reggroups.c (maintenance_print_reggroups): Use stdio_file.
8350 * remote.c (escape_buffer): Use string_file.
8351 * rust-lang.c (rust_get_disr_info): Use string_file.
8352 * serial.c (serial_open_ops_1): Use stdio_file.
8353 (do_serial_close): Use delete.
8354 * stack.c (print_frame_arg): Use string_file.
8355 (print_frame_args): Remove local mem_fileopen stream, not used.
8356 (print_frame): Use string_file.
8357 * symmisc.c (maintenance_print_symbols): Use stdio_file.
8358 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
8359 Take a 'string_file *' instead of a 'ui_file *'.
8360 * top.c (new_ui): Use stdio_file and stderr_file.
8361 (free_ui): Use delete.
8362 (execute_command_to_string): Use string_file.
8363 (quit_confirm): Use string_file.
8364 * tracepoint.c (collection_list::append_exp): Use string_file.
8365 * tui/tui-disasm.c (tui_disassemble): Use string_file.
8366 * tui/tui-file.c: Don't include "ui-file.h".
8367 (enum streamtype, struct tui_stream): Delete.
8368 (tui_file_new, tui_file_delete, tui_fileopen, tui_sfileopen)
8369 (tui_file_isatty, tui_file_rewind, tui_file_put): Delete.
8370 (tui_file::tui_file): New method.
8371 (tui_file_fputs): Delete.
8372 (tui_file_get_strbuf): Delete.
8373 (tui_file::puts): New method.
8374 (tui_file_adjust_strbuf): Delete.
8375 (tui_file_flush): Delete.
8376 (tui_file::flush): New method.
8377 * tui/tui-file.h: Tweak intro comment.
8378 Include ui-file.h.
8379 (tui_fileopen, tui_sfileopen, tui_file_get_strbuf)
8380 (tui_file_adjust_strbuf): Delete declarations.
8381 (class tui_file): New class.
8382 * tui/tui-io.c (tui_initialize_io): Use tui_file.
8383 * tui/tui-regs.c (tui_restore_gdbout): Use delete.
8384 (tui_register_format): Use string_stream.
8385 * tui/tui-stack.c (tui_make_status_line): Use string_file.
8386 (tui_get_function_from_frame): Use string_file.
8387 * typeprint.c (type_to_string): Use string_file.
8388 * ui-file.c (struct ui_file, ui_file_magic, ui_file_new): Delete.
8389 (null_stream): New global.
8390 (ui_file_delete): Delete.
8391 (ui_file::ui_file): New.
8392 (null_file_isatty): Delete.
8393 (ui_file::~ui_file): New.
8394 (null_file_rewind): Delete.
8395 (ui_file::printf): New.
8396 (null_file_put): Delete.
8397 (null_file_flush): Delete.
8398 (ui_file::putstr): New.
8399 (null_file_write): Delete.
8400 (ui_file::putstrn): New.
8401 (null_file_read): Delete.
8402 (ui_file::putc): New.
8403 (null_file_fputs): Delete.
8404 (null_file_write_async_safe): Delete.
8405 (ui_file::vprintf): New.
8406 (null_file_delete): Delete.
8407 (null_file::write): New.
8408 (null_file_fseek): Delete.
8409 (null_file::puts): New.
8410 (ui_file_data): Delete.
8411 (null_file::write_async_safe): New.
8412 (gdb_flush, ui_file_isatty): Adjust.
8413 (ui_file_put, ui_file_rewind): Delete.
8414 (ui_file_write): Adjust.
8415 (ui_file_write_for_put): Delete.
8416 (ui_file_write_async_safe, ui_file_read): Adjust.
8417 (ui_file_fseek): Delete.
8418 (fputs_unfiltered): Adjust.
8419 (set_ui_file_flush, set_ui_file_isatty, set_ui_file_rewind)
8420 (set_ui_file_put, set_ui_file_write, set_ui_file_write_async_safe)
8421 (set_ui_file_read, set_ui_file_fputs, set_ui_file_fseek)
8422 (set_ui_file_data): Delete.
8423 (string_file::~string_file, string_file::write)
8424 (struct accumulated_ui_file, do_ui_file_xstrdup, ui_file_xstrdup)
8425 (do_ui_file_as_string, ui_file_as_string): Delete.
8426 (do_ui_file_obsavestring, ui_file_obsavestring): Delete.
8427 (struct mem_file): Delete.
8428 (mem_file_new): Delete.
8429 (stdio_file::stdio_file): New.
8430 (mem_file_delete): Delete.
8431 (stdio_file::stdio_file): New.
8432 (mem_fileopen): Delete.
8433 (stdio_file::~stdio_file): New.
8434 (mem_file_rewind): Delete.
8435 (stdio_file::set_stream): New.
8436 (mem_file_put): Delete.
8437 (stdio_file::open): New.
8438 (mem_file_write): Delete.
8439 (stdio_file_magic, struct stdio_file): Delete.
8440 (stdio_file_new, stdio_file_delete, stdio_file_flush): Delete.
8441 (stdio_file::flush): New.
8442 (stdio_file_read): Rename to ...
8443 (stdio_file::read): ... this. Adjust.
8444 (stdio_file_write): Rename to ...
8445 (stdio_file::write): ... this. Adjust.
8446 (stdio_file_write_async_safe): Rename to ...
8447 (stdio_file::write_async_safe) ... this. Adjust.
8448 (stdio_file_fputs): Rename to ...
8449 (stdio_file::puts) ... this. Adjust.
8450 (stdio_file_isatty): Delete.
8451 (stdio_file_fseek): Delete.
8452 (stdio_file::isatty): New.
8453 (stderr_file_write): Rename to ...
8454 (stderr_file::write) ... this. Adjust.
8455 (stderr_file_fputs): Rename to ...
8456 (stderr_file::puts) ... this. Adjust.
8457 (stderr_fileopen, stdio_fileopen, gdb_fopen): Delete.
8458 (stderr_file::stderr_file): New.
8459 (tee_file_magic): Delete.
8460 (struct tee_file): Delete.
8461 (tee_file::tee_file): New.
8462 (tee_file_new): Delete.
8463 (tee_file::~tee_file): New.
8464 (tee_file_delete): Delete.
8465 (tee_file_flush): Rename to ...
8466 (tee_file::flush): ... this. Adjust.
8467 (tee_file_write): Rename to ...
8468 (tee_file::write): ... this. Adjust.
8469 (tee_file::write_async_safe): New.
8470 (tee_file_fputs): Rename to ...
8471 (tee_file::puts): ... this. Adjust.
8472 (tee_file_isatty): Rename to ...
8473 (tee_file::isatty): ... this. Adjust.
8474 * ui-file.h (struct obstack, struct ui_file): Don't
8475 forward-declare.
8476 (ui_file_new, ui_file_flush_ftype, set_ui_file_flush)
8477 (ui_file_write_ftype)
8478 (set_ui_file_write, ui_file_fputs_ftype, set_ui_file_fputs)
8479 (ui_file_write_async_safe_ftype, set_ui_file_write_async_safe)
8480 (ui_file_read_ftype, set_ui_file_read, ui_file_isatty_ftype)
8481 (set_ui_file_isatty, ui_file_rewind_ftype, set_ui_file_rewind)
8482 (ui_file_put_method_ftype, ui_file_put_ftype, set_ui_file_put)
8483 (ui_file_delete_ftype, set_ui_file_data, ui_file_fseek_ftype)
8484 (set_ui_file_fseek): Delete.
8485 (ui_file_data, ui_file_delete, ui_file_rewind)
8486 (struct ui_file): New.
8487 (ui_file_up): New.
8488 (class null_file): New.
8489 (null_stream): Declare.
8490 (ui_file_write_for_put, ui_file_put): Delete.
8491 (ui_file_xstrdup, ui_file_as_string, ui_file_obsavestring):
8492 Delete.
8493 (ui_file_fseek, mem_fileopen, stdio_fileopen, stderr_fileopen)
8494 (gdb_fopen, tee_file_new): Delete.
8495 (struct string_file): New.
8496 (struct stdio_file): New.
8497 (stdio_file_up): New.
8498 (struct stderr_file): New.
8499 (class tee_file): New.
8500 * ui-out.c (ui_out::field_stream): Take a 'string_file &' instead
8501 of a 'ui_file *'. Adjust.
8502 * ui-out.h (class ui_out) <field_stream>: Likewise.
8503 * utils.c (do_ui_file_delete, make_cleanup_ui_file_delete)
8504 (null_stream): Delete.
8505 (error_stream): Take a 'string_file &' instead of a 'ui_file *'.
8506 Adjust.
8507 * utils.h (struct ui_file): Delete forward declaration..
8508 (make_cleanup_ui_file_delete, null_stream): Delete declarations.
8509 (error_stream): Take a 'string_file &' instead of a
8510 'ui_file *'.
8511 * varobj.c (varobj_value_get_print_value): Use string_file.
8512 * xtensa-tdep.c (xtensa_verify_config): Use string_file.
8513 * gdbarch.c: Regenerate.
8514
8515 2017-02-02 Pedro Alves <palves@redhat.com>
8516
8517 * disasm.c (gdb_disassembler::pretty_print_insn): Rename to...
8518 (gdb_pretty_print_insn): ... this. Now a free function. Add back
8519 a 'gdbarch' parameter. Allocate a mem_fileopen stream here.
8520 Adjust to call gdb_print_insn instead of
8521 gdb_disassembler::print_insn.
8522 (dump_insns, do_mixed_source_and_assembly_deprecated)
8523 (do_mixed_source_and_assembly, do_assembly_only): Add back a
8524 'gdbarch' parameter. Remove gdb_disassembler parameter.
8525 (gdb_disassembly): Don't allocate a gdb_disassembler here.
8526 * disasm.h (gdb_disassembler::pretty_print_insn): Delete
8527 declaration.
8528 (gdb_pretty_print_insn): Re-add declaration.
8529 * record-btrace.c (btrace_insn_history): Don't allocate a
8530 gdb_disassembler here. Adjust to call gdb_pretty_print_insn.
8531
8532 2017-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8533
8534 * disasm.h (gdb_disassembly): Remove file_string parameter.
8535 * disasm.c (gdb_disassembly): Likewise.
8536 * cli/cli-cmds.c (print_disassembly): Adapt.
8537 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
8538 * stack.c (do_gdb_disassembly): Likewise.
8539
8540 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8541
8542 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): For
8543 DWARF_VALUE_LITERAL, no longer ignore the offset on big-endian
8544 targets. And if the implicit value is longer than needed, extract
8545 the first bytes instead of the "least significant" ones.
8546
8547 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8548
8549 * btrace.c (btrace_enable): Do not call btrace_add_pc for
8550 BTRACE_FORMAT_PT or if can_access_registers_ptid returns false.
8551 (btrace_fetch): Assert can_access_registers_ptid.
8552 * record-btrace.c (require_btrace_thread, record_btrace_info): Call
8553 validate_registers_access.
8554
8555 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
8556
8557 * gdbthread.h (can_access_registers_ptid): New.
8558 * thread.c (can_access_registers_ptid): New.
8559
8560 2017-02-01 Pedro Alves <palves@redhat.com>
8561
8562 * i386-tdep.c (i386_fast_tracepoint_valid_at): Use gdb_insn_length.
8563
8564 2017-01-31 Pedro Alves <palves@redhat.com>
8565
8566 * mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified):
8567 Fix typos.
8568
8569 2017-01-31 Pedro Alves <palves@redhat.com>
8570
8571 * stack.c (print_frame_args): Remove local mem_fileopen stream,
8572 not used.
8573
8574 2017-01-31 Pedro Alves <palves@redhat.com>
8575
8576 * varobj.c (varobj_value_get_print_value): Remove xstrdup call.
8577
8578 2017-01-31 Pedro Alves <palves@redhat.com>
8579
8580 * common/scoped_restore.h
8581 (scoped_restore_tmpl::scoped_restore_tmpl): Template on T2, and
8582 change the value's parameter type to T2.
8583 (make_scoped_restore): Likewise.
8584
8585 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8586 Richard Henderson <rth@redhat.com>
8587
8588 * amd64-linux-nat.c (PTRACE_ARCH_PRCTL): New define.
8589 (amd64_linux_fetch_inferior_registers): Add case to fetch FS_BASE
8590 GS_BASE for older kernels.
8591 (amd64_linux_store_inferior_registers): Add case to store FS_BASE
8592 GS_BASE for older kernels.
8593 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Add FS_BASE
8594 and GS_BASE to the offset table.
8595 (amd64_linux_register_reggroup_p): Add FS_BASE and GS_BASE to the
8596 system register group.
8597 * amd64-nat.c (amd64_native_gregset_reg_offset): Implements case
8598 for older kernels.
8599 * amd64-tdep.c (amd64_init_abi): Add segment registers for the
8600 amd64 ABI.
8601 * amd64-tdep.h (amd64_regnum): Add AMD64_FSBASE_REGNUM and
8602 AMD64_GSBASE_REGNUM.
8603 (AMD64_NUM_REGS): Set to AMD64_GSBASE_REGNUM + 1.
8604 * features/Makefile (amd64-linux.dat, amd64-avx-linux.dat)
8605 (amd64-mpx-linux.dat, amd64-avx512-linux.dat, x32-linux.dat)
8606 (x32-avx-linux.dat, x32-avx512-linux.dat): Add
8607 i386/64bit-segments.xml in those rules.
8608 * features/i386/64bit-segments.xml: New file.
8609 * features/i386/amd64-avx-mpx-linux.xml: Add 64bit-segments.xml.
8610 * features/i386/amd64-avx-linux.xml: Add 64bit-segments.xml.
8611 * features/i386/amd64-avx512-linux.xml: Add 64bit-segments.xml.
8612 * features/i386/amd64-mpx-linux.xml: Add 64bit-segments.xml.
8613 * features/i386/x32-avx512-linux.xml: Add 64bit-segments.xml.
8614 * features/i386/x32-avx-linux.xml: Add 64bit-segments.xml.
8615 * features/i386/amd64-linux.xml: Add 64bit-segments.xml.
8616 * features/i386/amd64-avx-linux.c: Regenerated.
8617 * features/i386/amd64-avx-mpx-linux.c: Regenerated.
8618 * features/i386/amd64-avx-mpx.c: Regenerated.
8619 * features/i386/amd64-avx512-linux.c: Regenerated.
8620 * features/i386/amd64-linux.c: Regenerated.
8621 * features/i386/amd64-mpx-linux.c: Regenerated.
8622 * features/i386/i386-avx-mpx-linux.c: Regenerated.
8623 * features/i386/i386-avx-mpx.c: Regenerated.
8624 * features/i386/x32-avx-linux.c: Regenerated.
8625 * features/i386/x32-avx512-linux.c: Regenerated.
8626 * regformats/i386/amd64-avx-linux.dat: Regenerated.
8627 * regformats/i386/amd64-avx-mpx-linux.dat: Regenerated.
8628 * regformats/i386/amd64-avx512-linux.dat: Regenerated.
8629 * regformats/i386/amd64-linux.dat: Regenerated.
8630 * regformats/i386/amd64-mpx-linux.dat: Regenerated.
8631 * regformats/i386/x32-avx-linux.dat: Regenerated.
8632 * regformats/i386/x32-avx512-linux.dat: Regenerated.
8633 * regformats/i386/x32-linux.dat: Regenerated.
8634
8635 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8636
8637 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM):
8638 Set to AMD64_NUM_REGS.
8639
8640 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
8641
8642 * amd64-nat.c (amd64_native_gregset_reg_offset): Simplify logic
8643 that checks validity of a register number.
8644
8645 2017-01-27 Kees Cook <keescook@google.com>
8646
8647 * gdb/arm-linux-nat.c (arm_linux_fetch_inferior_registers): Call
8648 fetch_fpregs if target has fpa registers.
8649 (arm_linux_store_inferior_registers): Call store_fpregs if target
8650 has fpa registers.
8651
8652 2017-01-26 Andreas Arnez <arnez@linux.vnet.ibm.com>
8653
8654 * cris-tdep.c (cris_gdbarch_init): Remove check for
8655 info.byte_order and force it to BFD_ENDIAN_LITTLE.
8656
8657 2017-01-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
8658
8659 * corelow.c (get_core_register_section): Check for regset
8660 existence before checking for REGSET_VARIABLE_SIZE.
8661
8662 2017-01-26 Yao Qi <yao.qi@linaro.org>
8663 Pedro Alves <palves@redhat.com>
8664
8665 PR gdb/20939
8666 * disasm.c (gdb_disassembler::dis_asm_memory_error): Don't
8667 call memory_error, save memaddr instead.
8668 (gdb_disassembler::print_insn): If gdbarch_print_insn returns
8669 negative, cal memory_error.
8670 * disasm.h (gdb_disassembler) <m_err_memaddr>: New field.
8671
8672 2017-01-26 Yao Qi <yao.qi@linaro.org>
8673
8674 * disasm-selftests.c (memory_error_test): New function.
8675 (_initialize_disasm_selftests): Register memory_error_test.
8676
8677 2017-01-26 Yao Qi <yao.qi@linaro.org>
8678
8679 * Makefile.in (SFILES): Add disasm-selftests.c and
8680 selftest-arch.c.
8681 (COMMON_OBS): Add disasm-selftests.o and selftest-arch.o.
8682 * disasm-selftests.c: New file.
8683 * selftest-arch.c: New file.
8684 * selftest-arch.h: New file.
8685
8686 2017-01-26 Yao Qi <yao.qi@linaro.org>
8687
8688 * mep-tdep.c (mep_gdb_print_insn): Set info->arch
8689 to bfd_arch_mep. Don't return 0 if section is not
8690 found. Call print_insn_mep.
8691
8692 2017-01-26 Pedro Alves <palves@redhat.com>
8693 Yao Qi <yao.qi@linaro.org>
8694
8695 * arm-tdep.c: Include "disasm.h".
8696 (gdb_print_insn_arm): Update code to get gdbarch.
8697 * disasm.c (dis_asm_read_memory): Change it to
8698 gdb_disassembler::dis_asm_read_memory.
8699 (dis_asm_memory_error): Likewise.
8700 (dis_asm_print_address): Likewise.
8701 (gdb_pretty_print_insn): Change it to
8702 gdb_disassembler::pretty_print_insn.
8703 (dump_insns): Add one argument gdb_disassemlber. All
8704 callers updated.
8705 (do_mixed_source_and_assembly_deprecated): Likewise.
8706 (do_mixed_source_and_assembly): Likewise.
8707 (do_assembly_only): Likewise.
8708 (gdb_disassembler::gdb_disassembler): New.
8709 (gdb_disassembler::print_insn): New.
8710 * disasm.h (class gdb_disassembler): New.
8711 (gdb_pretty_print_insn): Remove declaration.
8712 (gdb_disassemble_info): Likewise.
8713 * guile/scm-disasm.c (class gdbscm_disassembler): New.
8714 (gdbscm_disasm_read_memory_worker): Update.
8715 (gdbscm_disasm_read_memory): Update.
8716 (gdbscm_disasm_memory_error): Remove.
8717 (gdbscm_disasm_print_address): Remove.
8718 (gdbscm_disassembler::gdbscm_disassembler): New.
8719 (gdbscm_print_insn_from_port): Update.
8720 * mips-tdep.c: Include disasm.h.
8721 (gdb_print_insn_mips): Update code to get gdbarch.
8722 * record-btrace.c (btrace_insn_history): Update.
8723 * spu-tdep.c: Include disasm.h.
8724 (struct spu_dis_asm_data): Remove.
8725 (struct spu_dis_asm_info): New.
8726 (spu_dis_asm_print_address): Use spu_dis_asm_info to get
8727 SPU id.
8728 (gdb_print_insn_spu): Cast disassemble_info to
8729 spu_dis_asm_info.
8730
8731 2017-01-26 Yao Qi <yao.qi@linaro.org>
8732
8733 * disasm.c (do_ui_file_delete): Delete.
8734 (gdb_insn_length): Move code creating stream to ...
8735 * utils.c (null_stream): ... here. New function.
8736 * utils.h (null_stream): Declare.
8737
8738 2017-01-23 Simon Marchi <simon.marchi@polymtl.ca>
8739
8740 * python/py-inferior.c (find_thread_object): Return directly
8741 from the loop. Remove "found" variable.
8742
8743 2017-01-21 Joel Brobecker <brobecker@adacore.com>
8744
8745 GDB 7.12.1 released.
8746
8747 2017-01-20 Simon Marchi <simon.marchi@ericsson.com>
8748
8749 * python/py-function.c (fnpy_call): Reorder declarations to have
8750 the gdbpy_enter object declared first.
8751 * python/py-xmethods.c (gdbpy_get_xmethod_arg_types): Likewise.
8752
8753 2017-01-20 Simon Marchi <simon.marchi@ericsson.com>
8754
8755 PR python/21068
8756 * python/python-internal.h (PyMem_RawMalloc): Define for
8757 Python < 3.4.
8758 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Use
8759 PyMem_RawMalloc instead of PyMem_Malloc.
8760
8761 2017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
8762 Luis Machado <lgustavo@codesourcery.com>
8763
8764 * NEWS (New commands): Mention flash-erase.
8765 (New MI commands): Mention target-flash-erase.
8766 * mi/mi-cmds.c (mi_cmd_target_flash_erase): Add target-flash-erase MI
8767 command.
8768 * mi/mi-cmds.h (mi_cmd_target_flash_erase): New declaration.
8769 * mi/mi-main.c (mi_cmd_target_flash_erase): New function.
8770 * target.c (flash_erase_command): New function.
8771 (initialize_targets): Add new flash-erase command.
8772 * target.h (flash_erase_command): New declaration.
8773
8774 2017-01-20 Joel Brobecker <brobecker@adacore.com>
8775
8776 * nat/linux-ptrace.c: Only include <sys/procfs.h> if
8777 HAVE_SYS_PROCFS_H is defined.
8778
8779 2017-01-18 Alan Hayward <alan.hayward@arm.com>
8780
8781 * remote.c (struct cached_reg): Change data into a pointer.
8782 * (stop_reply_dtr): Free data pointers before deleting vector.
8783 (process_stop_reply): Likewise.
8784 (remote_parse_stop_reply): Allocate space for data
8785
8786 2017-01-18 Alan Hayward <alan.hayward@arm.com>
8787
8788 * amd64-tdep.c (amd64_pseudo_register_read_value): remove
8789 MAX_REGISTER_SIZE.
8790 (amd64_pseudo_register_read_value): Likewise.
8791 * remote.c (fetch_register_using_p): Remove MAX_REGISTER_SIZE.
8792 (store_register_using_P): Likewise.
8793 * regcache.c (regcache_xfer_part): Likewise.
8794
8795 2017-01-16 Ivo Raisr <ivo.raisr@oracle.com>
8796
8797 Split real and pseudo registers.
8798 * sparc-tdep.h (SPARC_CORE_REGISTERS): New macro.
8799 (sparc32_pseudo_regnum): New enum.
8800 * sparc64-tdep.h (sparc64_pseudo_regnum): New enum.
8801 * sparc-tdep.c (SPARC32_FPU_REGISTERS): New macro.
8802 (SPARC32_CP0_REGISTERS): New macro.
8803 (sparc32_pseudo_register_name): New function.
8804 (sparc32_register_name): Use sparc32_pseudo_register_name.
8805 (sparc32_pseudo_register_type): New function.
8806 (sparc32_register_type): Use sparc32_pseudo_register_type.
8807 (sparc32_pseudo_register_read, sparc32_pseudo_register_write): Handle
8808 pseudo register numbers.
8809 * sparc64-tdep.c SPARC64_FPU_REGISTERS): New macro.
8810 (SPARC64_CP0_REGISTERS): New macro.
8811 (sparc64_pseudo_register_name): New function.
8812 (sparc64_register_name): Use sparc64_pseudo_register_name.
8813 (sparc64_pseudo_register_type): New function.
8814 (sparc64_register_type): Use sparc64_pseudo_register_type.
8815 (sparc64_pseudo_register_read, sparc64_pseudo_register_write): Handle
8816 pseudo register numbers.
8817 (sparc64_store_floating_fields, sparc64_extract_floating_fields,
8818 sparc64_store_arguments): Handle pseudo register numbers.
8819
8820 2017-01-13 Yao Qi <yao.qi@linaro.org>
8821
8822 * remote.c (REMOTE_DEBUG_MAX_CHAR): New macro.
8823 (putpkt_binary): Print only REMOTE_DEBUG_MAX_CHAR chars in debug
8824 output.
8825 (getpkt_or_notif_sane_1): Likewise.
8826
8827 2017-01-13 Yao Qi <yao.qi@linaro.org>
8828
8829 * Makefile.in (checker-headers): Use CXX and CXX_DIALET instead
8830 of CC. Pass "-x c++-header" instead of "-x c".
8831
8832 2017-01-12 Simon Marchi <simon.marchi@ericsson.com>
8833
8834 * remote.c (remote_can_async_p): Update comment.
8835
8836 2017-01-12 Simon Marchi <simon.marchi@ericsson.com>
8837
8838 * linux-nat.c (linux_nat_can_async_p): Update comment.
8839
8840 2017-01-12 Simon Marchi <simon.marchi@ericsson.com>
8841
8842 * serial.c (serial_open): Forget about "pc" and "lpt" serial interface.
8843
8844 2017-01-11 Simon Marchi <simon.marchi@ericsson.com>
8845
8846 * cli/cli-decode.c (lookup_cmd_1): Fix typo in comment.
8847
8848 2017-01-10 Tom Tromey <tom@tromey.com>
8849
8850 * python/py-type.c (typy_legacy_template_argument): Update.
8851 * cp-support.h (struct demangle_parse_info) (demangle_parse_info,
8852 ~demangle_parse_info): Declare new members.
8853 (cp_demangled_name_to_comp): Return unique_ptr.
8854 (cp_demangled_name_parse_free)
8855 (make_cleanup_cp_demangled_name_parse_free)
8856 (cp_new_demangle_parse_info): Remove.
8857 * cp-support.c (do_demangled_name_parse_free_cleanup)
8858 (make_cleanup_cp_demangled_name_parse_free): Remove.
8859 (inspect_type, cp_canonicalize_string_full)
8860 (cp_canonicalize_string): Update.
8861 (mangled_name_to_comp): Change return type.
8862 (cp_class_name_from_physname, method_name_from_physname)
8863 (cp_func_name, cp_remove_params): Update.
8864 * cp-name-parser.y (demangle_parse_info): New constructor, from
8865 cp_new_demangle_parse_info.
8866 (~demangle_parse_info): New destructor, from
8867 cp_demangled_name_parse_free.
8868 (cp_merge_demangle_parse_infos): Update.
8869 (cp_demangled_name_to_comp): Change return type.
8870
8871 2017-01-10 Tom Tromey <tom@tromey.com>
8872
8873 * top.c (prevent_dont_repeat): Change return type.
8874 * python/python.c (execute_gdb_command): Use std::string.
8875 Update.
8876 * guile/guile.c (gdbscm_execute_gdb_command): Update.
8877 * command.h (prevent_dont_repeat): Change return type.
8878 * breakpoint.c (bpstat_do_actions_1): Update.
8879
8880 2017-01-10 Tom Tromey <tom@tromey.com>
8881
8882 * value.h (scoped_value_mark::~scoped_value_mark): Call
8883 free_to_mark.
8884 (scoped_value_mark::free_to_mark): New method.
8885 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
8886 scoped_value_mark.
8887
8888 2017-01-10 Tom Tromey <tom@tromey.com>
8889
8890 * python/py-value.c (valpy_dereference, valpy_referenced_value)
8891 (valpy_reference_value, valpy_const_value, valpy_get_address)
8892 (valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
8893 (valpy_getitem, valpy_call, valpy_binop_throw, valpy_negative)
8894 (valpy_absolute, valpy_richcompare_throw): Use scoped_value_mark.
8895 * dwarf2loc.c (dwarf2_loc_desc_get_symbol_read_needs): Use
8896 scoped_value_mark.
8897 * dwarf2-frame.c (execute_stack_op): Use scoped_value_mark.
8898 * value.h (scoped_value_mark): New class.
8899
8900 2017-01-10 Tom Tromey <tom@tromey.com>
8901
8902 * dwarf2read.c (dwarf2_build_psymtabs): Use psymtab_discarder.
8903 * psympriv.h (make_cleanup_discard_psymtabs): Don't declare.
8904 * psymtab.c (discard_psymtabs_upto): Remove.
8905 (make_cleanup_discard_psymtabs): Remove.
8906 (struct psymtab_state): Remove.
8907
8908 2017-01-10 Tom Tromey <tom@tromey.com>
8909
8910 * record-full.c (record_full_save_cleanups): Remove.
8911 (record_full_save): Use gdb::unlinker.
8912 * gcore.c (do_bfd_delete_cleanup): Remove.
8913 (gcore_command): Use gdb::unlinker, unique_xmalloc_ptr. Remove
8914 cleanups.
8915 * dwarf2read.c (unlink_if_set): Remove.
8916 (write_psymtabs_to_index): Use gdb::unlinker.
8917 * common/gdb_unlinker.h: New file.
8918
8919 2017-01-10 Tom Tromey <tom@tromey.com>
8920
8921 * windows-tdep.c (windows_xfer_shared_library): Update.
8922 * windows-nat.c (windows_make_so): Update.
8923 * utils.h (make_cleanup_bfd_unref): Remove.
8924 * utils.c (do_bfd_close_cleanup, make_cleanup_bfd_unref): Remove.
8925 * symfile.h (symfile_bfd_open)
8926 (find_separate_debug_file_in_section): Return gdb_bfd_ref_ptr.
8927 * symfile.c (read_symbols, symbol_file_add)
8928 (separate_debug_file_exists): Update.
8929 (symfile_bfd_open): Return gdb_bfd_ref_ptr.
8930 (generic_load, reread_symbols): Update.
8931 * symfile-mem.c (symbol_file_add_from_memory): Update.
8932 * spu-linux-nat.c (spu_bfd_open): Return gdb_bfd_ref_ptr.
8933 (spu_symbol_file_add_from_memory): Update.
8934 * solist.h (struct target_so_ops) <bfd_open>: Return
8935 gdb_bfd_ref_ptr.
8936 (solib_bfd_fopen, solib_bfd_open): Return gdb_bfd_ref_ptr.
8937 * solib.c (solib_bfd_fopen, solib_bfd_open): Return
8938 gdb_bfd_ref_ptr.
8939 (solib_map_sections, reload_shared_libraries_1): Update.
8940 * solib-svr4.c (enable_break): Update.
8941 * solib-spu.c (spu_bfd_fopen): Return gdb_bfd_ref_ptr.
8942 * solib-frv.c (enable_break2): Update.
8943 * solib-dsbt.c (enable_break): Update.
8944 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): Return
8945 gdb_bfd_ref_ptr.
8946 (darwin_solib_get_all_image_info_addr_at_init): Update.
8947 (darwin_bfd_open): Return gdb_bfd_ref_ptr.
8948 * solib-aix.c (solib_aix_bfd_open): Return gdb_bfd_ref_ptr.
8949 * record-full.c (record_full_save): Update.
8950 * python/py-objfile.c (objfpy_add_separate_debug_file): Update.
8951 * procfs.c (insert_dbx_link_bpt_in_file): Update.
8952 * minidebug.c (find_separate_debug_file_in_section): Return
8953 gdb_bfd_ref_ptr.
8954 * machoread.c (macho_add_oso_symfile): Change abfd to
8955 gdb_bfd_ref_ptr.
8956 (macho_symfile_read_all_oso): Update.
8957 (macho_check_dsym): Return gdb_bfd_ref_ptr.
8958 (macho_symfile_read): Update.
8959 * jit.c (bfd_open_from_target_memory): Return gdb_bfd_ref_ptr.
8960 (jit_bfd_try_read_symtab): Update.
8961 * gdb_bfd.h (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
8962 (gdb_bfd_openw, gdb_bfd_openr_iovec)
8963 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
8964 gdb_bfd_ref_ptr.
8965 (gdb_bfd_ref_policy): New struct.
8966 (gdb_bfd_ref_ptr): New typedef.
8967 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
8968 (gdb_bfd_openw, gdb_bfd_openr_iovec)
8969 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
8970 gdb_bfd_ref_ptr.
8971 * gcore.h (create_gcore_bfd): Return gdb_bfd_ref_ptr.
8972 * gcore.c (create_gcore_bfd): Return gdb_bfd_ref_ptr.
8973 (gcore_command): Update.
8974 * exec.c (exec_file_attach): Update.
8975 * elfread.c (elf_symfile_read): Update.
8976 * dwarf2read.c (dwarf2_get_dwz_file): Update.
8977 (try_open_dwop_file, open_dwo_file): Return gdb_bfd_ref_ptr.
8978 (open_and_init_dwo_file): Update.
8979 (open_dwp_file): Return gdb_bfd_ref_ptr.
8980 (open_and_init_dwp_file): Update.
8981 * corelow.c (core_open): Update.
8982 * compile/compile-object-load.c (compile_object_load): Update.
8983 * common/gdb_ref_ptr.h (ref_ptr::operator->): New operator.
8984 * coffread.c (coff_symfile_read): Update.
8985 * cli/cli-dump.c (bfd_openr_or_error, bfd_openw_or_error): Return
8986 gdb_bfd_ref_ptr. Rename.
8987 (dump_bfd_file, restore_command): Update.
8988 * build-id.h (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
8989 * build-id.c (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
8990 (find_separate_debug_file_by_buildid): Update.
8991
8992 2017-01-10 Tom Tromey <tom@tromey.com>
8993
8994 * common/gdb_ref_ptr.h: New file.
8995 * python/py-ref.h (struct gdbpy_ref_policy): New.
8996 (gdbpy_ref): Now a typedef.
8997
8998 2017-01-10 Tom Tromey <tom@tromey.com>
8999
9000 * utils.h (make_cleanup_htab_delete): Don't declare.
9001 * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete):
9002 Remove.
9003 * linespec.c (decode_compound_collector): Add constructor,
9004 destructor.
9005 (lookup_prefix_sym): Remove cleanup.
9006 (symtab_collector): Add constructor, destructor.
9007 (collect_symtabs_from_filename): Remove cleanup.
9008 * disasm.c (do_mixed_source_and_assembly): Use htab_up.
9009 * compile/compile-c-symbols.c (generate_c_for_variable_locations):
9010 Use htab_up.
9011 * gnu-v3-abi.c (gnuv3_print_vtable): Use htab_up.
9012 * dwarf2read.c (dw2_expand_symtabs_matching)
9013 (dw2_map_symbol_filenames, dwarf_decode_macros)
9014 (write_psymtabs_to_index): Use htab_up.
9015 * dwarf2loc.c (func_verify_no_selftailcall)
9016 (call_site_find_chain_1, func_verify_no_selftailcall)
9017 (chain_candidate, call_site_find_chain_1): Use std::unordered_set,
9018 std::vector, gdb::unique_xmalloc_ptr.
9019 (call_sitep): Remove typedef.
9020 (dwarf2_locexpr_baton_eval): Remove unused variable.
9021
9022 2017-01-10 Tom Tromey <tom@tromey.com>
9023
9024 * python/python-internal.h (make_cleanup_py_decref)
9025 (make_cleanup_py_xdecref): Don't declare.
9026 * python/py-utils.c (py_decref, make_cleanup_py_decref)
9027 (py_xdecref, make_cleanup_py_xdecref): Remove.
9028
9029 2017-01-10 Tom Tromey <tom@tromey.com>
9030
9031 * python/py-framefilter.c (py_mi_print_variables): Use gdbpy_ref.
9032 (py_print_locals, enumerate_locals, py_print_args): Use gdbpy_ref.
9033
9034 2017-01-10 Tom Tromey <tom@tromey.com>
9035
9036 * python/py-framefilter.c (enumerate_args): Use gdbpy_ref.
9037
9038 2017-01-10 Tom Tromey <tom@tromey.com>
9039
9040 * python/py-utils.c (unicode_to_encoded_string)
9041 (python_string_to_target_string)
9042 (python_string_to_target_python_string)
9043 (python_string_to_host_string, gdbpy_obj_to_string)
9044 (get_addr_from_python): Use gdbpy_ref.
9045
9046 2017-01-10 Tom Tromey <tom@tromey.com>
9047
9048 * python/py-unwind.c (pyuw_object_attribute_to_pointer): Use
9049 gdbpy_ref.
9050
9051 2017-01-10 Tom Tromey <tom@tromey.com>
9052
9053 * python/python.c (eval_python_command, gdbpy_decode_line)
9054 (gdbpy_run_events, gdbpy_start_type_printers)
9055 (gdbpy_apply_type_printers): Use gdbpy_ref.
9056
9057 2017-01-10 Tom Tromey <tom@tromey.com>
9058
9059 * python/py-param.c (get_doc_string, compute_enum_values): Use
9060 gdbpy_ref.
9061
9062 2017-01-10 Tom Tromey <tom@tromey.com>
9063
9064 * python/py-inferior.c (find_thread_object, build_inferior_list):
9065 Use gdbpy_ref.
9066
9067 2017-01-10 Tom Tromey <tom@tromey.com>
9068
9069 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
9070
9071 2017-01-10 Tom Tromey <tom@tromey.com>
9072
9073 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope): Use
9074 gdbpy_ref.
9075
9076 2017-01-10 Tom Tromey <tom@tromey.com>
9077
9078 * python/py-cmd.c (cmdpy_completer_helper): Use gdbpy_ref. Remove
9079 extra incref.
9080 (cmdpy_completer_handle_brkchars, cmdpy_completer, cmdpy_init):
9081 Use gdbpy_ref.
9082
9083 2017-01-10 Tom Tromey <tom@tromey.com>
9084
9085 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
9086 gdbpy_ref.
9087
9088 2017-01-10 Tom Tromey <tom@tromey.com>
9089
9090 * python/py-arch.c (archpy_disassemble): Use gdbpy_ref. Don't
9091 decref results of PyArg_ParseTupleAndKeywords.
9092
9093 2017-01-10 Tom Tromey <tom@tromey.com>
9094
9095 * python/python.c (python_run_simple_file): Use
9096 unique_xmalloc_ptr, gdbpy_ref.
9097
9098 2017-01-10 Tom Tromey <tom@tromey.com>
9099
9100 * python/py-prettyprint.c (print_stack_unless_memory_error)
9101 (print_string_repr, print_children): Use gdbpy_ref.
9102 (dummy_python_frame): New class.
9103 (dummy_python_frame::dummy_python_frame): Rename from
9104 push_dummy_python_frame.
9105 (py_restore_tstate): Remove.
9106
9107 2017-01-10 Tom Tromey <tom@tromey.com>
9108
9109 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
9110
9111 2017-01-10 Tom Tromey <tom@tromey.com>
9112
9113 * python/python.c (ensure_python_env, restore_python_env):
9114 Remove.
9115 * python/python-internal.h (ensure_python_env): Don't declare.
9116 * varobj.h (varobj_ensure_python_env): Don't declare.
9117 * varobj.c (varobj_ensure_python_env): Remove.
9118
9119 2017-01-10 Tom Tromey <tom@tromey.com>
9120
9121 * varobj.c (varobj_value_get_print_value): Use
9122 gdbpy_enter_varobj.
9123
9124 2017-01-10 Tom Tromey <tom@tromey.com>
9125
9126 * python/py-prettyprint.c (print_string_repr, print_children):
9127 Update.
9128 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Change type
9129 of "encoding".
9130 * varobj.c (varobj_value_get_print_value): Update.
9131 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
9132
9133 2017-01-10 Tom Tromey <tom@tromey.com>
9134
9135 * varobj.c (varobj_get_display_hint)
9136 (dynamic_varobj_has_child_method, install_new_value_visualizer)
9137 (varobj_set_visualizer, free_variable): Use
9138 gdbpy_enter_varobj.
9139
9140 2017-01-10 Tom Tromey <tom@tromey.com>
9141
9142 * python/python.c (python_command): Use gdbpy_enter, gdbpy_ref.
9143 (do_finish_initialization): New function. Use gdbpy_ref.
9144 (gdbpy_finish_initialization): Use gdbpy_enter. Call
9145 do_finish_initialization.
9146
9147 2017-01-10 Tom Tromey <tom@tromey.com>
9148
9149 * python/py-param.c (get_set_value, get_show_value): Use
9150 gdbpy_enter, gdbpy_ref.
9151
9152 2017-01-10 Tom Tromey <tom@tromey.com>
9153
9154 * python/py-function.c (fnpy_call): Use gdbpy_enter, gdbpy_ref.
9155
9156 2017-01-10 Tom Tromey <tom@tromey.com>
9157
9158 * python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref.
9159
9160 2017-01-10 Tom Tromey <tom@tromey.com>
9161
9162 * python/py-varobj.c (py_varobj_iter_dtor, py_varobj_iter_next):
9163 Use gdbpy_enter_varobj.
9164
9165 2017-01-10 Tom Tromey <tom@tromey.com>
9166
9167 * varobj.c (gdbpy_enter_varobj): New constructor.
9168 * python/python-internal.h (gdbpy_enter_varobj): New class.
9169 * python/py-varobj.c (py_varobj_get_iterator): Use
9170 gdbpy_enter_varobj.
9171
9172 2017-01-10 Tom Tromey <tom@tromey.com>
9173
9174 * python/py-xmethods.c (gdbpy_get_xmethod_result_type): Use
9175 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
9176 (gdbpy_invoke_xmethod): Use gdbpy_ref, gdbpy_enter.
9177 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref,
9178 unique_xmalloc_ptr.
9179 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref, gdbpy_enter.
9180
9181 2017-01-10 Tom Tromey <tom@tromey.com>
9182
9183 * python/py-xmethods.c (invoke_match_method): Use
9184 gdbpy_ref.
9185
9186 2017-01-10 Tom Tromey <tom@tromey.com>
9187
9188 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use
9189 gdbpy_enter, gdbpy_ref.
9190
9191 2017-01-10 Tom Tromey <tom@tromey.com>
9192
9193 * python/python.c (python_interactive_command): Use gdbpy_enter.
9194
9195 2017-01-10 Tom Tromey <tom@tromey.com>
9196
9197 * python/python.c (gdbpy_before_prompt_hook): Use gdbpy_enter,
9198 gdbpy_ref.
9199
9200 2017-01-10 Tom Tromey <tom@tromey.com>
9201
9202 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Use
9203 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
9204
9205 2017-01-10 Tom Tromey <tom@tromey.com>
9206
9207 * utils.h (htab_deleter): New struct.
9208 (htab_up): New typedef.
9209 * python/py-framefilter.c (gdbpy_apply_frame_filter): Use
9210 gdbpy_enter, gdbpy_ref, htab_up.
9211
9212 2017-01-10 Tom Tromey <tom@tromey.com>
9213
9214 * python/py-unwind.c (pending_frame_invalidate): Remove.
9215 (pyuw_sniffer): Use gdbpy_enter and gdbpy_ref.
9216
9217 2017-01-10 Tom Tromey <tom@tromey.com>
9218
9219 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data)
9220 (gdbpy_clone_xmethod_worker_data): Use gdbpy_enter.
9221
9222 2017-01-10 Tom Tromey <tom@tromey.com>
9223
9224 * python/py-type.c (save_objfile_types): Use gdbpy_enter.
9225
9226 2017-01-10 Tom Tromey <tom@tromey.com>
9227
9228 * python/python.c (gdbpy_eval_from_control_command)
9229 (gdbpy_source_script, gdbpy_run_events)
9230 (gdbpy_source_objfile_script, gdbpy_execute_objfile_script)
9231 (gdbpy_free_type_printers, gdbpy_finish_initialization): Use
9232 gdbpy_enter.
9233
9234 2017-01-10 Tom Tromey <tom@tromey.com>
9235
9236 * python/py-progspace.c (py_free_pspace): Use gdbpy_enter.
9237
9238 2017-01-10 Tom Tromey <tom@tromey.com>
9239
9240 * python/py-objfile.c (py_free_objfile): Use gdbpy_enter.
9241
9242 2017-01-10 Tom Tromey <tom@tromey.com>
9243
9244 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
9245 (python_on_inferior_call_pre, python_on_inferior_call_post)
9246 (python_on_memory_change, python_on_register_change)
9247 (python_inferior_exit, python_new_objfile, add_thread_object)
9248 (delete_thread_object, py_free_inferior): Use gdbpy_enter.
9249
9250 2017-01-10 Tom Tromey <tom@tromey.com>
9251
9252 * python/py-finishbreakpoint.c (bpfinishpy_handle_stop)
9253 (bpfinishpy_handle_exit): Use gdbpy_enter.
9254
9255 2017-01-10 Tom Tromey <tom@tromey.com>
9256
9257 * python/py-cmd.c (cmdpy_destroyer)
9258 (cmdpy_completer_handle_brkchars, cmdpy_completer): Use
9259 gdbpy_enter.
9260
9261 2017-01-10 Tom Tromey <tom@tromey.com>
9262
9263 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
9264 gdbpy_enter.
9265 (gdbpy_breakpoint_has_cond): Likewise.
9266
9267 2017-01-10 Tom Tromey <tom@tromey.com>
9268
9269 * python/python.c (gdbpy_enter): New constructor.
9270 (~gdbpy_enter): New destructor.
9271 (restore_python_env, ensure_python_env): Rewrite.
9272 * python/python-internal.h (gdbpy_enter): New class.
9273
9274 2017-01-10 Tom Tromey <tom@tromey.com>
9275
9276 * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
9277
9278 2017-01-10 Tom Tromey <tom@tromey.com>
9279
9280 * python/py-value.c (value_has_field, get_field_flag)
9281 (get_field_type, valpy_getitem, convert_value_from_python): Use
9282 gdbpy_ref.
9283
9284 2017-01-10 Tom Tromey <tom@tromey.com>
9285
9286 * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
9287 gdbpy_ref.
9288
9289 2017-01-10 Tom Tromey <tom@tromey.com>
9290
9291 * python/py-prettyprint.c (search_pp_list)
9292 (find_pretty_printer_from_objfiles)
9293 (find_pretty_printer_from_progspace)
9294 (find_pretty_printer_from_gdb, find_pretty_printer)
9295 (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
9296 gdbpy_ref.
9297
9298 2017-01-10 Tom Tromey <tom@tromey.com>
9299
9300 * python/py-param.c (call_doc_function): Use gdbpy_ref.
9301
9302 2017-01-10 Tom Tromey <tom@tromey.com>
9303
9304 * python/py-linetable.c (build_line_table_tuple_from_pcs)
9305 (ltpy_get_all_source_lines): Use gdbpy_ref.
9306
9307 2017-01-10 Tom Tromey <tom@tromey.com>
9308
9309 * python/py-framefilter.c (extract_sym, extract_value)
9310 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
9311 gdbpy_ref.
9312
9313 2017-01-10 Tom Tromey <tom@tromey.com>
9314
9315 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
9316
9317 2017-01-10 Tom Tromey <tom@tromey.com>
9318
9319 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
9320
9321 2017-01-10 Tom Tromey <tom@tromey.com>
9322
9323 * python/py-function.c (convert_values_to_python, fnpy_init): Use
9324 gdbpy_ref.
9325
9326 2017-01-10 Tom Tromey <tom@tromey.com>
9327
9328 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
9329
9330 2017-01-10 Tom Tromey <tom@tromey.com>
9331
9332 * python/py-type.c (convert_field, make_fielditem, typy_fields)
9333 (typy_range): Use gdbpy_ref.
9334
9335 2017-01-10 Tom Tromey <tom@tromey.com>
9336
9337 * python/py-threadevent.c (create_thread_event_object): Use
9338 gdbpy_ref.
9339 * python/py-stopevent.c (create_stop_event_object): Simplify.
9340 (emit_stop_event): Use gdbpy_ref.
9341 * python/py-signalevent.c (create_signal_event_object): Use
9342 gdbpy_ref.
9343 * python/py-newobjfileevent.c (create_new_objfile_event_object)
9344 (emit_new_objfile_event, create_clear_objfiles_event_object)
9345 (emit_clear_objfiles_event): Use gdbpy_ref.
9346 * python/py-infevents.c (create_inferior_call_event_object)
9347 (create_register_changed_event_object)
9348 (create_memory_changed_event_object, emit_inferior_call_event)
9349 (emit_memory_changed_event, emit_register_changed_event): Use
9350 gdbpy_ref.
9351 * python/py-exitedevent.c (create_exited_event_object)
9352 (emit_exited_event): Use gdbpy_ref.
9353 * python/py-event.h (evpy_emit_event): Remove
9354 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
9355 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
9356 * python/py-continueevent.c (emit_continue_event): Use
9357 gdbpy_ref.
9358 * python/py-breakpoint.c (gdbpy_breakpoint_created)
9359 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
9360 gdbpy_ref.
9361 * python/py-bpevent.c (create_breakpoint_event_object): Use
9362 gdbpy_ref.
9363
9364 2017-01-10 Tom Tromey <tom@tromey.com>
9365
9366 * python/py-ref.h: New file.
9367
9368 2017-01-10 Simon Marchi <simon.marchi@ericsson.com>
9369
9370 * cli-out.c (cli_ui_out::do_redirect): Change return type to
9371 void.
9372 * cli-out.h (cli_ui_out::do_redirect): Likewise.
9373 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
9374 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
9375 * ui-out.c (ui_out::redirect): Likewise.
9376 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
9377 * cli/cli-logging.c (set_logging_redirect): Update call site of
9378 ui_out::redirect.
9379 (handle_redirections): Likewise.
9380 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
9381 * top.c (execute_command_to_string): Likewise.
9382 * utils.c (do_ui_out_redirect_pop): Likewise.
9383
9384 2017-01-10 Simon Marchi <simon.marchi@ericsson.com>
9385
9386 * stack.c (_initialize_stack): Update "frame" command help message.
9387
9388 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9389
9390 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
9391
9392 2017-01-06 Yao Qi <yao.qi@linaro.org>
9393
9394 * x86-linux-nat.h: Include gdb_proc_service.h.
9395
9396 2017-01-06 Yao Qi <yao.qi@linaro.org>
9397
9398 * ser-base.h: Include serial.h.
9399
9400 2017-01-06 Yao Qi <yao.qi@linaro.org>
9401
9402 * ppc-linux-tdep.h: Include ppc-tdep.h.
9403
9404 2017-01-06 Yao Qi <yao.qi@linaro.org>
9405
9406 * nat/amd64-linux-siginfo.h: Include signal.h.
9407
9408 2017-01-06 Yao Qi <yao.qi@linaro.org>
9409
9410 * nat/aarch64-linux-hw-point.h: Include break-common.h.
9411
9412 2017-01-06 Yao Qi <yao.qi@linaro.org>
9413
9414 * mi/mi-parse.h: Include mi-cmds.h.
9415
9416 2017-01-06 Yao Qi <yao.qi@linaro.org>
9417
9418 * inf-loop.c: Don't include "target.h".
9419 * inf-loop.h: Include it here.
9420
9421 2017-01-06 Yao Qi <yao.qi@linaro.org>
9422
9423 * dfp.h: Include "dboulest.h" and "expression.h".
9424
9425 2017-01-06 Yao Qi <yao.qi@linaro.org>
9426
9427 * ax-gdb.h: Include "ax.h".
9428
9429 2017-01-06 Yao Qi <yao.qi@linaro.org>
9430
9431 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
9432 with nat/gdb_ptrace.h.
9433
9434 2017-01-05 Yao Qi <yao.qi@linaro.org>
9435
9436 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
9437 new line.
9438 (mips64_fbsd_sigframe_init): Likewise.
9439
9440 2017-01-04 John Baldwin <jhb@FreeBSD.org>
9441
9442 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
9443 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
9444
9445 2017-01-04 John Baldwin <jhb@FreeBSD.org>
9446
9447 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
9448 * NEWS: Mention new FreeBSD/mips native configuration.
9449 * config/mips/fbsd.mh: New file.
9450 * configure.host: Add mips*-*-freebsd*.
9451 * mips-fbsd-nat.c: New file.
9452
9453 2017-01-04 John Baldwin <jhb@FreeBSD.org>
9454
9455 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
9456 (ALLDEPFILES): Add mips-fbsd-tdep.c.
9457 * NEWS: Mention new FreeBSD/mips target.
9458 * configure.tgt: Add mips*-*-freebsd*.
9459 * mips-fbsd-tdep.c: New file.
9460 * mips-fbsd-tdep.h: New file.
9461
9462 2017-01-04 Yao Qi <yao.qi@linaro.org>
9463
9464 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
9465 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
9466
9467 2017-01-01 Joel Brobecker <brobecker@adacore.com>
9468
9469 Update copyright year range in all GDB files.
9470
9471 2017-01-01 Joel Brobecker <brobecker@adacore.com>
9472
9473 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
9474
9475 For older changes see ChangeLog-2016.
9476 \f
9477 Local Variables:
9478 mode: change-log
9479 left-margin: 8
9480 fill-column: 74
9481 version-control: never
9482 coding: utf-8
9483 End: