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