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